@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/



/* Mobile Layout: 767px and below. */

body { font-size: 85%; background: #fff;  }


p { font-size: 110%; }
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align:center;
	clear: none;
	float: none;
}



.topbar {width:100%; padding: 1em 0 .2em 0; z-index:10000; border-bottom: solid 1px #fff; float:none; clear:both; text-align:center; height:35px; background-image: linear-gradient(to right, #fca904, #ffc60b, #fca904); overflow: visible;}

header { width: 100%; background: #163563; text-align:center; position: relative; top:0; margin: 0 0 0 0; padding: .5em 0 0 0; float:none; clear:both; height: auto; display: block;}

.header-mobile {display:block;}
.header-desktop {display:none;}

.logo {
  width: 100%; /* Example container width */
  height: auto; /* Example container height */
  overflow: hidden; /* Hides the overflowing parts of the image */
}

.logo img {
  width: 160%; /* Makes the image 20% wider than the container */
  height: auto; /* Maintains the aspect ratio */
  display: block; /* Removes default inline spacing issues */
}

/*   for skip to main content screen readers  */
.skip {
        position: absolute;
		clip: rect(0 0 0 0);
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
		display:block;
		z-index:100;
}
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        clip:auto;
		left: 20px; 
        top: 20px;
        width: auto; 
        height: auto; 
        overflow: visible; 
		background: #0b6efd; 
		color: #fff;
		vertical-align: middle;
		display: inline-block;
		clear: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		text-align: center;
		white-space: normal;
		cursor: pointer;
		margin: .1em auto .4em auto;
		padding: .4em .9em;
		text-decoration: none;
}



nav { width: 100%; position: relative; margin-top:0; text-align: center;}


nav .content-half {text-align: center;}
nav .content-quarter {text-align: center;}



.wrapper { width:96%; float: left; clear:both; text-align:left; padding:0 2%; margin:0 auto; position: relative; left: 0; top: 0;}

.wrapper-center { width:90%; float: none; clear:both; text-align:center; position: relative; padding:0 5%; margin:0 auto; left: 0; top: 0;}

.wrapper-full-center { width:100%; float: none; clear:both; text-align:center; position: relative; padding:0; margin:0 auto; left: 0; top: 0;}



.scrollarrow {
  		position: relative;
  		z-index: 55000;
	    opacity: 0.6;
        text-align: center;
	    width: 80px;
        margin: -1em auto 0 auto;
        float: none;
        animation-name: scrollbutton;
        animation-iteration-count: infinite;
        animation-duration: 4s;
		display:none;

}

.scrollarrow:hover{ opacity: 1; animation-play-state: paused; transition: 0.6s;}


@keyframes scrollbutton {
  0%   {top:0px;}
  25%  {top:30px;}
  50%  {top:0px;}
  75%  {top:30px;}
  100% {top:0px;}
}




.countdown { width: 100%; height: auto; color: #102546; background-image: linear-gradient(to right, #fca904, #ffc60b, #fca904); font-size: 100%; font-weight: 800; position: relative; padding: 1em 0 1.5em 0;}


#demo { margin-top: .5em; display:block; text-align: center; padding:0; height:20px; font-size: 145%; color: #163563; padding-top:0; }


.button-big, a.button-big {
	vertical-align: middle;
	display: inline-block;
	clear: both; 
    float:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    background-image: linear-gradient(to right, #fca904, #ffc60b, #fca904);
	font-weight: 400;
    text-decoration: none;
	margin: 0 15% 0 1%;
	line-height: 85%;
	text-align: center;
    text-transform: uppercase;
    overflow:visible;
    height:90px;
	width: 90%;
    color: #152b4f;
    border-radius:10em;
    cursor: pointer;
    font-family: sweet-sans-pro, sans-serif;
    z-index:90000;
    }


.button-big:hover, a.button-big:hover { background-image: linear-gradient(to right, #fca904, #fca904, #fca904); transition: 0.3s; color: #152b4f;}

.button-big:active, a.button-big:active { background: #ffc60b; color: #152b4f;}

.button-big:focus, a.button-big:focus {background: #ffc60b; outline: thin dotted #464646; color: #152b4f;}


.button-big img { width:55px; height: auto; }
.button-big h3 { font-size: 165%; }








#myDIV1, #myDIV2, #myDIV3, #myDIV4, #myDIV5 { position: relative; padding:2%; top: .4em; margin-bottom:1em; background-color: #fffaf0; font-size:100%; text-align:left; width:96%; height:100%; overflow: auto; border-radius: 3em; }

.speaker-icon-abrashoff { background: #fffaf0 url("../images/Icon-Big-Ship.jpg") no-repeat; background-position: top right; background-size: 250px auto; top: .9em;}

.speaker-icon-sileo { background: #fffaf0 url("../images/Icon-Big-Cyber.jpg") no-repeat; background-position: top right; background-size: 250px auto; top: .8em;}

.speaker-icon-tapling { background: #fffaf0 url("../images/Icon-Big-Dollar.jpg") no-repeat; background-position: top right; background-size: 250px auto; top: .8em;}

.speaker-icon-vance { background: #fffaf0 url("../images/Icon-Big-Law.jpg") no-repeat; background-position: top right; background-size: 250px auto; top: .8em;}

.speaker-icon-eisenberg { background: #fffaf0 url("../images/Icon-Big-Bowtie.jpg") no-repeat; background-position: top right; background-size: 250px auto; top: .8em;}

.speaker-icon-maxim { background: #fffaf0 url("../images/Icon-Big-AI.jpg") no-repeat; background-position: top right; background-size: 250px auto; top: .8em;}






.reveal {opacity:0; transition: all 2s ease; position: relative; transform: translateY(-40px); }

.reveal.active {opacity:1; transform: translateY(40px);  }




.content-box  { width:88%;
				height:auto;
                text-align:left;
				float:none;
				clear: none;
				position: relative; 
                margin: -22px auto 0 auto; 
                padding: 3em 3% 1em 3%;
                margin-bottom:5em;}
                
                
.content-box-blue { width:100%;
				height:auto;
                text-align:left;
				float:none;
				clear: both;
				position: relative;
                padding-top:3em;
                margin-top:5em;
                margin-bottom:5em;
                color: #fff; 
                background: #163563 url("../images/Nashville-Background.jpg") no-repeat; background-position: center top; background-size: 900px auto; 
                }

                
.content-gradient  { width:96%;
				height:100%;
                text-align:left;
				float:none;
				clear: none;
				position: relative; 
                padding: 2%;
                overflow: auto;
                color: #163563; 
}



.content-gradient .content-third {	width:98%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    					}
                                        
                                         
                                        
.content-gradient .content-half {	width:98%; 
					float:left;
					clear:none;
                    text-align: center;position: relative; 
                    					}   
                                        
                                        
.content-gradient .content-half-L {	width:98%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    					}


	
aside {	width:94%;
		float: none; 
		clear: none;
		margin: 2% 2% 4% 2%;
		padding: 1%;
		text-align:center;
}

	
aside-speakers {	width:94%;
		float: none; 
		clear: none;
		margin: 1% 0 1% 2%;
		padding: 1%;
		text-align:center;
}


.content-speaker   {	width:98%; 
					float:none;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    height: 300px;
					}



.content-quarter   {	width:98%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
					}
					
					
.content-half   {	width:98%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}
  					
					
					
.content-half1   {	width:98%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-top: -1.5em; 
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}					
.content-half2   {	width:98%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-top: -1.5em; 
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}
					
					
.content-half-agenda   {	width:98%; 
					float:left;
					clear:none;
                    text-align: left;
					margin: .2em auto;
                    padding:0;
					}
                    
.content-half-center  {	width:98%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    margin-bottom: 1em;
                    padding-bottom:1.4em;
					}


.content-third   {	width:98%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}
                    
                    

.content-third-center   {width:98%; 
					float:none;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    margin-bottom: 1em;
                    padding-bottom:1.4em;
					}


.content-twothirds   {	width:98%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}

.content-full  {	width:89%; 
				padding: 4%;
				float:left;
				text-align:left;
				background-color: #ffffff;
				border: 2px solid #dde8ff;
				position: relative;
				margin: 1%;
}


.image-right  {	 width:50%; float:right; margin:.3em 0 .3em .3em; }



.mybtn {
	display: inline;
	margin-top:8px;
}




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
/*	padding-top: 4em;*/
	height: 0;
	margin:7px auto;
    float: none;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	height: 90%; float: none; margin:7px 2%;
}

video {	background: #FFFFFF; }


h1 { font-size: 155%; }

h2 { font-size: 170%; }

h3 { font-size: 180%; }

h4 { font-size: 115%; }
 
.show-mobile {
display: block;
}

.show-tablet {
display: none;
}

.show-desktop {
display: none;
}










/* Tablet Layout: 768px to 1100px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {

body { font-size: 95%; }


p { font-size: 115%; }

ul { font-size: 115%; }
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align:center;
	clear: none;
	float: none;
}

header { width: 100%; height: auto;}
.header-mobile {display:block;}
.header-desktop {display:none;}

.scrollarrow {
  		position: relative;
  		z-index: 55000;
	    opacity: 0.6;
        text-align: center;
	    width: 80px;
        margin: -1em auto 0 auto;
        float: none;
        animation-name: scrollbutton;
        animation-iteration-count: infinite;
        animation-duration: 4s;
		display:block;
}

.scrollarrow:hover{ opacity: 1; animation-play-state: paused; transition: 0.6s;}


@keyframes scrollbutton {
  0%   {top:0px;}
  25%  {top:30px;}
  50%  {top:0px;}
  75%  {top:30px;}
  100% {top:0px;}
}




.topbar {width:100%; padding: .8em 0 .5em 0; z-index:10000; text-align:center; height:30px; overflow: visible;}





.countdown { width: 100%; height: auto; color: #102546; background-image: linear-gradient(to right, #fca904, #ffc60b, #fca904); font-size: 100%; font-weight: 800; position: relative; padding: 1em 0 1.5em 0;}



#demo { margin-top:-.7em; display:block; text-align: center; height:40px; font-size: 200%; padding-top: 1em; }



/*   for skip to main content screen readers  */
.skip {
        position: absolute;
		clip: rect(0 0 0 0);
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
		display:block;
		z-index:100;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        clip:auto;
		left: 20px; 
        top: 20px;
        width: auto; 
        height: auto; 
        overflow: visible; 
		background: #0b6efd; 
		color: #fff;
		vertical-align: middle;
		display: inline-block;
		clear: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		text-align: center;
		white-space: normal;
		cursor: pointer;
		margin: .1em auto .4em auto;
		padding: .4em .9em;
		text-decoration: none;
}

.wrapper { width:96%; float: left; clear:both; text-align:left; padding:0 2%; margin:0; position: relative; }

.wrapper-nomargin { width:100%; clear:both; text-align:left; padding:0; margin:0; }

.wrapper-center { width:90%; float: none; clear:both; text-align:center; position: relative; padding:0 5%; margin:0 auto; left: 0; top: 0;}

.wrapper-full-center { width:100%; float: none; clear:both; text-align:center; position: relative; padding:0; margin:0 auto; left: 0; top: 0;}



 
.button-big, a.button-big {
	vertical-align: middle;
	display: block;
	clear: both; float:left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    background-image: linear-gradient(to right, #fca904, #ffc60b, #fca904);
	font-weight: 400;
    text-decoration: none;
	margin: 0 auto .5em auto;
	line-height: 80%;
	text-align: center;
    text-transform: uppercase;
    overflow:visible;
    height:110px;
	width: 92%;
    color: #152b4f;
    border-radius:12em;
    cursor: pointer;
    font-size: 90%;
    z-index:90000;
    }


.button-big:hover, a.button-big:hover { background-image: linear-gradient(to right, #fca904, #fca904, #fca904); transition: 0.3s; color: #152b4f;}

.button-big:active, a.button-big:active { background: #ffc60b; color: #152b4f;}

.button-big:focus, a.button-big:focus {background: #ffc60b; outline: thin dotted #464646; color: #152b4f;}

.button-big img { }
.button-big h3 { font-size: 220%; }



    



#myDIV1 { }

#myDIV2 { }

#myDIV3 { }

#myDIV4 { }



.speaker-icon-abrashoff { background: #fffaf0 url("../images/Icon-Big-Ship.jpg") no-repeat; background-position: top center; background-size: 625px auto; top: 0;}

.speaker-icon-sileo { background: #fffaf0 url("../images/Icon-Big-Cyber.jpg") no-repeat; min-height: 550px; background-position: top center; background-size: 470px auto; top: .8em;}

.speaker-icon-tapling { background: #fffaf0 url("../images/Icon-Big-Dollar.jpg") no-repeat; min-height: 550px; background-position: top center; background-size: 500px auto; top: .8em;}

.speaker-icon-vance { background: #fffaf0 url("../images/Icon-Big-Law.jpg") no-repeat; min-height: 800px; background-position: top center; background-size: 500px auto; top: .8em;}

.speaker-icon-eisenberg { background: #fffaf0 url("../images/Icon-Big-Bowtie.jpg") no-repeat; min-height: 400px; background-position: top center; background-size: 500px auto; top: .8em;}

.speaker-icon-maxim { background: #fffaf0 url("../images/Icon-Big-AI.jpg") no-repeat; min-height: 400px; background-position: top center; background-size: 500px auto; top: .8em;}








.reveal {opacity:0; transition: all 1s ease; position: relative; transform: translateY(80px); }

.reveal.active {opacity:1; transform: translateY(0px);  }






.content-box  { margin: .5em auto;   }
                


.content-box-blue  { margin: 3em auto; background: #163563 url("../images/Nashville-Background.jpg") no-repeat; background-position: center top; background-size: 1100px auto; }


                
.content-gradient  { text-align: left; }




.content-gradient .content-third {	width:66%; 
					float:left; position:relative;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    overflow:visible;					}
                                        
                                        
                                        
.content-gradient .content-half-L {	width:40%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    overflow:visible;
                    					}                                        
.content-gradient .content-half {	width:46%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    overflow:visible;
                    					} 


	
aside {	width:45%;
		float: right; 
		clear: none;
		margin: 2% 2% 4% 2%;
		padding: 1%;
		text-align:center;
}

aside-speakers {	width:30%;
		float: right; 
		clear: none;
		margin: 1% 0 1% 2%;
		padding: 1%;
		text-align:center;
}


.content-speaker   {	width:48%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:.8em;
					}
					
					
.content-half   {	width:46%; 
					float:left;
					clear:none;
					margin: 0 2% 3em 0;
					text-align: left;
                    padding:0 1% 1.4em 1%;
					}
                    
                    
.content-half-agenda   {	width:48%; 
					float:left;
					clear:none;
                    text-align: left;
					margin: .2em auto;
                    padding:0;
					}					
					
.content-half-center   {width:46%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding:1%;
					}

.content-third   {	width:30%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding:1%;
					}
                    
                    
.content-third-center   {	width:30%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding:1%;
					}
                    
                    
.content-twothirds   {	width:63%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}


.content-full  {	width:89%; 
				padding: 4%;
				float:left;
				text-align:left;
				background-color: #ffffff;
				border: 2px solid #dde8ff;
				position: relative;
				margin: 1%;
}


.image-right  {	 width:50%; float:right; margin:.3em 0 .3em .3em; }





#top-button {
	display: inline;
	margin-top:8px;
}




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
/*	padding-top: 4em;*/
	height: 0;
	margin: 1% auto 6% auto;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
    margin-bottom: 6%;
}

video {	background: #FFFFFF; }



h1 { font-size: 220%; }

h2 { font-size: 170%; }

h3 { font-size: 245%; }

h4 { font-size: 125%; }

.show-mobile {
display: none;
}

.show-tablet {
display: block;
}

.show-desktop {
display: none;
}








/* Desktop Layout: 1100px to a max of 2032px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {


body { font-size: 105%;}
  
  
p { font-size: 125%; }

ul { font-size: 125%; }
  
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align:center;
	clear: none;
	float: none;
}

header { height:auto; padding-bottom:3em; }
.header-mobile {display:none;}
.header-desktop {display:block;}



.scrollarrow {
  		position: relative;
  		z-index: 55000;
	    opacity: 0.6;
        text-align: center;
	    width: 80px;
        margin: -1em auto 0 auto;
        float: none;
        animation-name: scrollbutton;
        animation-iteration-count: infinite;
        animation-duration: 4s;
		display:block;

}

.scrollarrow:hover{ opacity: 1; animation-play-state: paused; transition: 0.6s;}




.topbar {width:100%; padding: .8em 0 .5em 0; z-index:10000; text-align:center; height:30px; border-bottom: #fff solid 2px; position: relative; overflow: visible;}

nav { width: 100%; height: 100px; margin:0; padding:0; float:left; clear: both; position: relative; color: #fcb636; top: .6em; font-size: 15.5px;}

.navigation {padding-top:.7em; width: 100%; text-align: left; float:left; clear:none;}



#demo { margin-top:-.7em; display:block; text-align: center; height:40px; font-size: 250%; padding-top: 1em; }







/*   for skip to main content screen readers  */
.skip {
        position: absolute;
		clip: rect(0 0 0 0);
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
		display:block;
		z-index:100;
    }
    
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        clip:auto;
		left: 20px; 
        top: 20px;
        width: auto; 
        height: auto; 
        overflow: visible; 
		background: #0b6efd; 
		color: #fff;
		vertical-align: middle;
		display: inline-block;
		clear: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		text-align: center;
		white-space: normal;
		cursor: pointer;
		margin: .1em auto .4em auto;
		padding: .4em .9em;
		text-decoration: none;
}

.wrapper { width:1024px; float: none; clear:both; text-align:left; padding:0 2%; margin:0 auto; position: relative; }

.wrapper-center { max-width:1020px; float: none; clear:both; text-align:center; padding:0 2%; margin:0 auto; position: relative; }

.wrapper-nomargin { width:100%; clear:both; text-align:left; padding:0; margin:0; }



#myDIV1, #myDIV2, #myDIV3, #myDIV4 { position: relative; padding:2%; top: .1em; margin-bottom:1em; font-size:112%; text-align:left; width:96%; height:100%; overflow: auto; border-radius: 3em; }




.speaker-icon-abrashoff { background: #fffaf0 url("../images/Icon-Big-Ship.jpg") no-repeat; background-position: top center; background-size: 695px auto; top: 0;}

.speaker-icon-sileo { background: #fffaf0 url("../images/Icon-Big-Cyber.jpg") no-repeat; height: 550px; background-position: top center; background-size: 470px auto; top: -1em;}

.speaker-icon-tapling { background: #fffaf0 url("../images/Icon-Big-Dollar.jpg") no-repeat; height: 550px; background-position: top center; background-size: 500px auto; top: .8em;}

.speaker-icon-vance { background: #fffaf0 url("../images/Icon-Big-Law.jpg") no-repeat; min-height: 1100px; background-position: top center; background-size: 500px auto; top: .8em; clear:both;}

.speaker-icon-eisenberg { background: #fffaf0 url("../images/Icon-Big-Bowtie.jpg") no-repeat; min-height: 450px; background-position: top center; background-size: 500px auto; top: .8em;}

.speaker-icon-maxim { background: #fffaf0 url("../images/Icon-Big-AI.jpg") no-repeat; min-height: 550px; background-position: top center; background-size: 620px auto; top: .8em;}











.reveal {opacity:0; transition: all 1s ease; position: relative; transform: translateY(80px); }

.reveal.active {opacity:1; transform: translateY(0px);  }




.content-box  { margin: .5em auto;   }
                


.content-box-blue  { margin: 3em auto; background: #163563 url("../images/Nashville-Background.jpg") no-repeat; background-position: center top; background-size: auto 700px; }
                                        
                                        

.content-gradient  {  }



	
aside {	width:45%;
		float: right; 
		clear: none;
		margin: 0 0 2% 2%;
		padding: 1%;
		text-align:center;
}




.content-speaker   {	width:30%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding:0 .9em .8em .9em;
                    font-size:90%;
					}
					
					
.speaker-half-center   {	width:50%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:.5em;
					font-size:90%;
					}
					
					
										
					
.speaker-twothirds   {	width:60%; 
					float:none;
					clear:both;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:.5em;
					}
					
					
					
					
					
.content-half   {	width:48%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:.5em;
					}
   					
               
  					
					
.content-quarter   {	width:24%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}                  
                    					
					
.content-half-center   {	width:47%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}


.content-third   {	width:30%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding: 1%;
					}
                    
                    

.content-twothirds   {	width:60%; 
					float:left;
					clear:none;
                    text-align: left;
					margin-left: auto; 
					margin-right: auto;
                    padding: 1%;
					}
                    
.content-third-center   {	width:30%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    padding-bottom:1.4em;
					}                 
                    
                    
.content-gradient .content-third {	width:30%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    					}
                                        
                                        
.content-gradient .content-half {	width:47%; 
					float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    					}
                                        
                                        
                                                                                
.content-gradient .content-half-L {	width:30%; 
					position: relative; left:0;
                    float:left;
					clear:none;
                    text-align: center;
					margin-left: 18%; 
					margin-right: auto;
                    					}
                                        
                                        
                                                                                
                                        
                                                                                
.content-gradient .content-half-R {	width:30%; 
					position: relative; left:0;
                    float:left;
					clear:none;
                    text-align: center;
					margin-left: auto; 
					margin-right: auto;
                    					}


.content-full  {	width:89%; 
				padding: 4%;
				float:left;
				text-align:left;
				background-color: #ffffff;
				border: 2px solid #dde8ff;
				position: relative;
				margin: 1%;
}


.image-right  {	 width:50%; float:right; margin:.3em 0 .3em .3em; }



#top-button {
	display: inline;
	margin-top:8px;
}




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
/*	padding-top: 4em;*/
	height: 0;
	margin-top:7px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
    margin: 0 15% 0 15%;
}

video {	background: #FFFFFF; }


.show-mobile {
display: none;
}

.show-tablet {
display: none;
}

.show-desktop {
display: block;
}


nav .show-mobile { display: none; }



h1 { font-size: 280%; }

h2 { font-size: 170%; }

h3 { font-size: 245%; }

h4 { font-size: 125%; }




}


