/* Reset
------------------------------------------------------------ */
* { margin: 0;  }
html { overflow-y: scroll; }
body { background:  #fff; font-size:21px; 

} 


html, body {
	height: 100%;
	
	color: #404040;
	                                                                  
                                                                  
   font-family: 'Montserrat', sans-serif;                                            
	
	
	
}


strong {
    font-family: 'Montserrat', sans-serif; font-weight: 600;
}
	
em {
    font-family: 'Montserrat', sans-serif; font-weight: 400;;
}
	

body {
  display: table;
  width: 100%;
	
}

.fontsize60 {font-size: 75%;}

table {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif; font-weight: 400;
}

table, th, td {
	
	border: 2px solid white;
  border-collapse: collapse;
	
	font-size: 15px;
	
	padding: 8px;
	
	font-family: 'Montserrat', sans-serif; font-weight: 400;
	}

figure {
 
  margin: auto;
	float: left;
}

figcaption {
  color: #404040;
font-size: 12px;
	
	font-family: 'Montserrat', sans-serif; font-weight: 700;  padding: 0px;
  text-align: left;
}


.main ul, .main ol {
	padding: 0px 0px 0px 40px;
	
	line-height: 30px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.main li { line-height: 29px; }




h1 {
font-family: 'Montserrat', sans-serif;	font-weight: 700; 
	color: #3198d7;
	margin-top: 5px !important;
	margin-bottom: 12px;
	font-size: 36px;
	
	
 
}	

h2 {
	margin-bottom: 6px;
	color: #a0c663;
	padding-top: 8px;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;	font-weight: 700 !important;

	}
	
	h3 {
	margin-bottom: 12px;
	color: #a0c663;
	padding-top: 8px;
		
	font-size: 24px;
font-family: 'Montserrat', sans-serif;	font-weight: 700 !important;
	
}

h3.clear {
    clear: both;
}

h4 {
	margin-bottom: 16px;
	color: #a0c663;
	padding-top: 10px;
	font-size: 22px; line-height: 140%; font-family: 'Montserrat', sans-serif; font-weight: 700;
	
	}
	
	h5 {
	margin-bottom: 8px;
	color: #3198d7;
	padding-top: 8px;
		
	font-size: 24px;
font-family: 'Montserrat', sans-serif; font-weight: 700;	
	
}

	
	h6 {
	margin-bottom: 2px;
	color: #3198d7;
		
	padding-top: 5px;
	font-size: 22px; line-height: 140%; font-family: 'Montserrat', sans-serif; font-weight: 700;
	
	}


#top {
    position: absolute;
    width: 98%;
    height: 49px;
    z-index: 50;
    background-color: #3198d7;
    border-bottom: 5px none #f99d36;
    padding-left: 3%;
    margin-top: 0px;
    left: 0px;   /*SHADOW*/ /*	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px 0px; 
    top: -1px;-webkit-box-shadow: 0px -1px 5px 1px #000;  Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+   */
    top: -0px;/*   -moz-box-shadow:    0px -1px 5px 1px #000;  /* Firefox 3.5 - 3.6 */
/*   box-shadow:        0px -1px 5px 1px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	
}


.smaller{font-size:70%;}

a, img { outline: none; border:none; color: #333333; font-weight: bold; text-transform: none;}
p {
	margin: 0 0 12px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: 'Montserrat', sans-serif; font-weight: 400;
	
	-webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


.main1 ul li{
 font-size: 21px !important;

}




aside { font-size: 0.9em;}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin-top: 0px;
	}
	





hr.style-one {
border: 0;
height: 2px;
background: #3198d7;

}



	
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #3198d7;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-family: 'Montserrat', sans-serif; font-weight: 400;
}
a:visited {
	color: #3198d7;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #37609b;
	
		-webkit-transition: color 0.45s ease-out;
  -moz-transition:color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}

	
/* Structure */
#wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0;
	} 

	#main2 {
	width: 90%;
	margin-right: 0%;
	float: left;
	background-color: none;
	padding-left: 5%;
		padding-right: 5%;
	padding-top: 8px;
		
	
		}	
		
		
		#main1 {
	width: 90%;
	margin-right: 0%;
			
	float: left;
	background-color: none;
	padding-left: 5%;
		padding-right: 5%;
	padding-top: 28px;
	background-size:100%;
		
		background-repeat: no-repeat;
		background-position:bottom;
	
		}	
		

header h1 {
	height: 119px;
	width: 214px;
	float: left;
	display: block;
	text-indent: -9999px;
	margin-right: 100px;
	}
	
	
		
/* Nav */
header nav {
	float: right;
	margin-top: 40px; 
	}
	
	header nav li {
		display: inline;
		margin-left: 15px;
		}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #b1fffc;
		}

/* Banner */			
#banner {
	
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	margin-top: 49px;
	background-color: none;
	
	
	}

	#banner img {
		width: 100%;
		
		max-width: 3840px;
		
		}


.page-row {
	display: table-row;
	height: 1px;
}

.page-row-expanded {
	height: 100%;
}

#nav {
	position: relative;
	width: 250px;
	height: 115px;
	z-index: 1;
	float: right;
}




#foots {
	width: 100%;
	height: 90px;
	z-index: 50;
	padding-bottom:	-300px;

	background-color: #3198d7;
	
	
	
}





#footsnested {
	width: 100%;
	height: 60px;
	z-index: 50;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


#foots img {
		width: 100%;
		}




#tablefoot {
	
	width: 300px ;
	margin-top: 10px;
	float: left;
	margin-left: 15px;
}
	


	
#tablefoot2 {
	
	width: 150px ;
	float:right;
	margin-top: 5px;
	margin-right: 25px;
}
	


.bulletdivs {
	margin: 3px;
	padding: 3px;
	float: left;
	width: 38%;
		background: #e5f5fd;
	
}


.roundedimage{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 15px;
	
	margin-left: 15px;


 
	
	-webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

float: right;

		
}


.roundedleft{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
	


 -webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;



	
}



.roundedleft2{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 35px;
	float: left;
	


 -webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;



	
}


.roundedrght{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
	
	 -webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;



	
}




.roundedrght2{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
	border: solid 7px #3198d7;
	
	 -webkit-animation: 2s show;
    -moz-animation: 2s show;
    -ms-animation: 2s show;
    animation: 2s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
	
	.center-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.roundedrghtaligntext{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 18px;
	float: right;
	
	
	-webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	
}


.rounded{
		-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 100%;
	


 -webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;



	

        
      }
     



.bullets {
	margin-top: 8px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	font-size: 21px;
	line-height: 140%;
	margin-bottom:10px;
	padding-left: 12px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


.bullets2 {
	margin-top: 8px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	font-size: 21px;
	line-height: 145%;
	margin-bottom:10px;
	padding-left: 12px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


.bulletswhite {
	margin-top: 8px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	font-size: 17px;
	color: #fff;
	line-height: 140%;
	margin-bottom:10px;
	padding-left: 12px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

.bulletsindent{
		
	margin-top: 6px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	font-size: 17px;
	line-height: 155% !important;
	margin-bottom: 10px;
	padding-left: 12px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


.bulletsindent ul{
	text-indent: 0px !important; 
    margin-left: 20px!important; 	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	 /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}





.main-speaker{
border-top: solid 1px #3198d7;
	
position: relative;
	margin: 10px 0px 10px 0;
	
	padding: 20px 0 20px 0;
 -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
	
}

.main-speaker p{

	text-indent: 120px;
}


.speakerpic{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 6px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 2px;
	float: left;
	
	
}



#accombox{
	display: block;
	float: left;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 97%;
}


#accomdiv {
	margin-right: 60px;
	
	margin-bottom: 20px;
	float: left;
	height: 350px;
	
	width: 330px;
	padding: 10px;
	background: #d1d4e7;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	
}


#accomdiv p{
	
	font-size: 16px !important;
	line-height: 140% !important;
	
	
}





 
.accompic {
	margin-bottom: 5px;
	
	
}
 

.stars{
	
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
	width: 166px;
	
}



.visible-mobile {
  display: none !important;
	
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	
	padding-right: 0px;
	
	width: 142px;
	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
   }

   .fade:hover {
      opacity: 0.5;
     
	   
}


.fade2 {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	
	padding-right: 0px;
	
	width: 120px;
	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
   }

   .fade2:hover {
      opacity: 0.5;
     
	   
}
	   
.speaker-caption {width: 142px;
	
	height: 230px;
float: left;
	margin-right: 6%;
	
	margin-left: 0%;
	
	margin-top: 18px;
	
	
}


.teacher-caption {width: 120px;
	
	height: 220px;
float: left;
	margin-right: 5%;
	
	margin-left: 0%;
	
	margin-top: 18px;
	
	
}


.speaker-caption-right {width: 142px;
float: left;
	margin-right: 0;
	
	margin-left: 0%;
	
	margin-top: 15px;
	
	
	
}



#Flowrightdiv {
	float: right;
	height: auto;
	width: 20%;
	max-width: 55%;
	background: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3%;
	padding: 0px;
		
	
}



#Flowrightdiv2 {
	float: right;
	height: auto;
	width: 410px;
	background: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding-top: 8px;
	margin-bottom: 10px;
	margin-left: 3%;
	
		
	
}



#Flowbottomdiv {
	
	height: auto;
	width: 98%;
	
	float: right;
	background: #ffffff;
	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	padding: 6px;
	margin-bottom: 15px;
	
	
}






#Flowrightdivcontact {
	float: right;
	height: auto;
	width: 55%;
	background: #d1d4e7;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 16px;
		
}
spancenter2{
	
	 display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

#Flowbottomdivcontact {
	
	height: auto;
	width: 98%;
	
	float: right;
	background: #d1d4e7;
	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	padding: 6px;
	
	text-align:center;
}
	
.lightblubox {
	width: 100%;
	padding-top:0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e2edf8;
	
	margin-top: -4px;
	 margin-bottom: 0px;
	font-family:  'Ubuntu', sans-serif;
 
  text-align: center;
  color: white;
	font-weight: 600;

}

.lightyelobox2 {
	width: 100%;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fbf9f7;
	
	margin-top: 0px;
	 margin-bottom: 0px;
	font-family:  'Ubuntu', sans-serif;
 
  text-align: left;
  color: #404040;
	font-weight: 400;}
 

	.whitebox {
    width: 100%;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 20px;
    background-color: #fff;
    position: relative;
    margin-top: -18px;
    margin-bottom: 0px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: white;
    font-weight: 600;
   
}
	
.bigdivgraph {
	background-color: #e4eaf6;
	padding-left: 0%;
	width: 100%;
	height: 6px;
}


.bigdiv {
	background-color: #e2edf8;
	padding-left:  2%;
	padding-right:  2%;
	padding-top:  1%;
	padding-bottom: 1%;

	width: 96%;
	-webkit-border-radius: 7px ;
	-moz-border-radius: 7px ;
	border-radius: 7px ;

}

.bigdiv4 {
	background-color: #e6edf9;
	padding-left:  2%;
	padding-right:  2%;
	padding-top:  14px;
	padding-bottom: 4px;

	width: 96%;
	text-align: center;
vertical-align: middle;
	font-size: 19px;
	
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 7px ;
	-moz-border-radius: 7px ;
	border-radius: 7px ;
	
}

.bigdiv3 {
	background-color: #e2edf8;
	padding-left:  2%;
	padding-right:  2%;
	padding-top:  20px;
	padding-bottom: 18px;

	width: 96%;
	
  -webkit-border-radius: 7px ;
	-moz-border-radius: 7px ;
	border-radius: 7px ;
	
}

.bigdiv3 img{
	width: 40%;
	height: auto;
	max-width: 450px;
 
}


.bigdiv2 {
	
	padding: 5%;
	width: 90%;
	clear: both;
 
	
background-color: #5264ae;

	background-image: url(../images/bg.png);
	
	background-attachment: fixed;
	background-size: inherit;
	background-repeat: no-repeat;
	z-index: -100;
}
	



#bigdivwhite {
	border: 1px solid blue;
}

.bigdivorange{
	
	background-color: #fff;
	padding-left: 2%;
	padding-top: 1em;
	width: 98%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	
	
}
.bigdivgrey{
	
	background-color: #ffffff;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	width: 98%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	
	
}


.Halfdiv {
	color: #fff;
	background-color: #404040;
	float: right;
	width: 45%;
	margin-left: 44px;
	padding: 34px 14px 36px 14px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.Halfdivwhite {
	color: #fff;
	background-color: none;
	
	border-left: solid 1px #404040;
	float: right;
	width: 32%;
	margin-top: -12px;
	margin-left: 44px;
	padding: 3px 6px 3px 46px;
	
	
}




.H1div {
	color: #fff;
	background-color: #404040;
	float: left;
	
	padding-left: 10px;
	margin-right: auto;
}



		

.image-size {
  width: 100px !important;
	line-height: 303px;
float: left;	
margin-right: 2%;
	margin-left: 1%;
}




/* Media Queries */
	

@media screen and (min-width: 1200px) {


	
body {
	
	
	
}
.sigleft{

	max-height: auto;
	
}

	
	.space-top{
		margin-top: 20px;
	
	}	
	


}@media screen and (max-width: 800px) {
	
	

	
	.roundedimage{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 30px;
	
	-webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
		
		

margin-left: auto;
		margin-right: auto;}
		

	

	
table {
	font-size: 11px;
	font-family: 'Montserrat', sans-serif; font-weight: 400;
}

td{
	font-size: 11px;
	
	padding: 2px;
	
	font-family: 'Montserrat', sans-serif; font-weight: 400;
	}
	
	

	
	
	.bigdiv2 {
	
	padding: 7%;
	width: 86%;
	
background-color: #3b3b3b;

	background-image: url(../images/bg.png);
	
	background-attachment: scroll;
	background-size: inherit;
	background-repeat: no-repeat;
	z-index: -100;
		overflow: hidden;
	float: left;
}
	

	
	
#banner1 {
	
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	background-color: none;
	
	}

	#banner1 img {
		width: 100%;
		}

header nav, #main2, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
	
#nav {
	position: relative;
	width: 250px;
	height: 5px;
	z-index: 1;
	float: right;
}


	




#main2 {
	width: 96%;
	margin-right: 0%;
	float: left;
	
	padding-left: 2%;
	padding-top: 8px;
	padding-right: 2%;
		}	
		
		
	
		

	
	.speakerpic{
	
		max-width: 20%;
	max-height: auto;
}

	
	.speakerfront{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-right: 15px;
	
}





	
#foots img {
		width: 100%;
		}		
		
		
	

	.sigleft{

		max-width: 33%;
	max-height: auto;
	

}
	
		.visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }


}@media screen and (max-width: 480px) {	
	
	
	#banner1 {
	
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	background-color: none;
	
	}

	#banner1 img {
		width: 100%;
		}
	
	body { background:  #fff; font-size:18px; }
	
	
	
table {
	font-size: 7px;
	font-family: 'Montserrat', sans-serif; font-weight: 400;
}

td{
	font-size: 7px;
	
	padding: 0px;
	
	font-family: 'Montserrat', sans-serif; font-weight: 400;
	}
	
	
	h1 {
font-family: 'Montserrat', sans-serif;	font-weight: 700; 
	
	margin-top: 0px !important;
	margin-bottom: 8px !important;
	font-size: 30px;
	
	
 
}	

h2 {
	margin-bottom: 8px;
	
	padding-top: 2px;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;	font-weight: 700 !important;

	}
	
	
	h3 {
		font-size: 20px;

	}
	
#top {
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 50;
	background-color: none;
	
	margin-left: 0px;
	margin-top: 0px;
/* 	-webkit-box-shadow: 0px -1px 5px 1px #000;  Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
/*   -moz-box-shadow:    0px -1px 5px 1px #000;  /* Firefox 3.5 - 3.6 */
/*   box-shadow:        0px -1px 5px 1px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	
}	
	.speakerpic{
	
		max-width: 35%;
	max-height: auto;
}
	
	
	img{
width: 100%;
	Height: auto;}



.Halfdiv {
	color: #fff;
	background-color: #404040;
	float: right;
	width: 98%;
	padding: 3px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
	
	
	
	.roundedimage{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 30px;
	
	
	


 
	
	-webkit-animation: 1s show;
    -moz-animation: 1s show;
    -ms-animation: 1s show;
    animation: 1s show;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

margin-left: auto;
		margin-right: auto;
		
	

	
}
	
.roundedrghtaligntext{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-left: 6px;
	float: right;
	max-width: 95%;
	
}

.figurecentre {
 
   display:block!important;
        margin-left: 0px!important;
	margin-right: 0px!important;
       

	}
	
	

}
