/*
        ___          ___          ___          ___      ___                   ___          ___     
       /\  \        /\  \        /\  \        /\  \    /\  \        ___      /\__\        /\  \    
      /::\  \      /::\  \      /::\  \      /::\  \   \:\  \      /\  \    /:/  /       /::\  \   
     /:/\:\  \    /:/\:\  \    /:/\:\  \    /:/\:\  \   \:\  \     \:\  \  /:/  /       /:/\:\  \  
    /:/  \:\  \  /::\~\:\  \  /::\~\:\  \  /::\~\:\  \  /::\  \    /::\__\/:/__/  ___  /::\~\:\  \ 
   /:/__/ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\__\__/:/\/__/|:|  | /\__\/:/\:\ \:\__\
   \:\  \  \/__/\/_|::\/:/  /\:\~\:\ \/__/\/__\:\/:/  /:/  \/__/\/:/  /   |:|  |/:/  /\:\~\:\ \/__/
    \:\  \         |:|::/  /  \:\ \:\__\       \::/  /:/  /    \::/__/    |:|__/:/  /  \:\ \:\__\  
     \:\  \        |:|\/__/    \:\ \/__/       /:/  /\/__/      \:\__\     \::::/__/    \:\ \/__/  
      \:\__\       |:|  |       \:\__\        /:/  /             \/__/      ~~~~         \:\__\    
       \___/        \|__|    ___ \/__/    ___ \/__/   ___  ___                            \/__/    
       /\__\       ___      /\__\        /\  \       /\__\/\  \                                    
      /:/  /      /\  \    /::|  |      /::\  \     /:/  /::\  \                                   
     /:/__/       \:\  \  /:|:|  |     /:/\:\  \   /:/  /:/\:\  \                                  
    /::\__\____   /::\__\/:/|:|  |__  /:/  \:\__\ /:/  /::\~\:\  \                                 
   /:/\:::::\__\_/:/\/__/:/ |:| /\__\/:/__/ \:|__/:/__/:/\:\ \:\__\                                
   \/_|:|~~|~ /\/:/  /  \/__|:|/:/  /\:\  \ /:/  |:\  \:\~\:\ \/__/                                
      |:|  |  \::/__/       |:/:/  /  \:\  /:/  / \:\  \:\ \:\__\                                  
      |:|  |   \:\__\       |::/  /    \:\/:/  /   \:\  \:\ \/__/                                  
      |:|  |    \/__/       /:/  /      \::/__/     \:\__\:\__\                                    
       \|__|                \/__/        ~~          \/__/\/__/                                    
*/

/******************** Recommended CSS reset, based on work by Eric Meyer - http://meyerweb.com ********************/

/* SMW 2016 */

html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}

:focus{outline:none;}

img{max-width:100%;}

table{border-collapse:separate; border-spacing:0;}

caption, td{text-align:left; font-weight:normal;}

blockquote:before, blockquote:after, q:before, q:after{content:"";}

blockquote, q{quotes:"" "";}

/******************** /Recommended CSS reset, based on work by Eric Meyer - http://meyerweb.com ********************/

*, *:before, *:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

p{margin:1em 0;}
a{text-decoration:none; color:#b12925;}
ul{list-style:none; list-style-type:none;}
em{font-style:italic;}

html{}

body{font-family:'Lato', Helvetica, Arial; font-weight:300; font-size:62.5%; color:#666; -webkit-font-smoothing:antialiased;}

header{}

/******************** theme/top ********************/
section.secondary{
    position:fixed;
    top:0;
	height:125px;    
	width:100%;
	background:url(/Conferences/West2016/images/bg_secondary.jpg) no-repeat top center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.secondary .wrap {
    display:table;
    position:absolute;
    height:80%;
    width:100%;
}
.secondary .wrap {
    display:table;
    position:absolute;
    height:80%;
    width:100%;
}

.secondary .center_v {
	display: table-cell;
    vertical-align: middle;
}
.secondary .center_h {
	margin:10px auto;
	width:800px;
}

.secondary h2 {
	font-size:3.4em;
	font-weight:700;
	color:#fff;
	margin:10px auto;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
}

.secondary a.register {
	display:block;
	text-align:center;
	color:#fff;
	border:solid 2px #fff;
	padding:4px;
	width:210px;
	margin:0 auto;
	font-size:3.0em;
	line-height:36px;
	font-weight:bold;
	text-shadow: 2px 2px 4px #000000;
}


section.theme {
	height:80%;
	position:absolute;
	width:100%;
	background:url(/Conferences/West2016/images/bg_theme.jpg) no-repeat top center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.theme .wrap {
    display:table;
    position:absolute;
    height:80%;
    width:100%;
}

.theme .center_v {
	display: table-cell;
    vertical-align: middle;
}
.theme .center_h {
	margin:0 auto;
	width:800px;
}

.theme h2 {
	font-size:3.4em;
	font-weight:700;
	color:#fff;
	margin:20px auto;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
}

.theme h3 {
	font-size:3.7em;
	font-weight:700;
	color:#fff;
	margin:10px auto;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
}

.theme .logo {
	text-indent:-9999px;
	display:block;
	background:url(/Conferences/West2016/images/logo_785.png) no-repeat;
	width:785px;
	height:198px;
}

.theme a.register {
	display:block;
	text-align:center;
	color:#fff;
	border:solid 2px #fff;
	padding:10px;
	width:275px;
	margin:0 auto;
	font-size:4.0em;
	font-weight:bold;
	text-shadow: 2px 2px 4px #000000;
}

/******************** menu/navigation ********************/

nav {	
	position:absolute;
	top:80%;
	width:100%;
	height:80px;
	background:#333;
	z-index:1999;
}

nav ul {
	margin:0 auto;
	line-height:80px;
}

nav ul li {
	float:left;
	margin:0 15px 0 0;
}

nav ul li a{
	font-weight:400;
	font-size:17px;
	color:#fff;
}

nav ul li a.live{
	text-decoration:underline;
}

nav .logo {
	text-indent:-9999px;
	display:block;
	background:url(/Conferences/West2016/images/logo_130.png) no-repeat;
	width:130px;
	height:32px;
	margin:25px 0 0 0;
}

.nav_spacer {
	display:none;
	height:100px;
}

nav.subpage {
	top:125px;    
	position:fixed;
    background:#333;
    height:80px;
}



/******************** fonts ********************/

h1 {
	color:#666;	
	font-size:2.8em;
	margin:30px auto;
	font-weight:300;
	text-align:center;
}

h2 {
	color:#b12925;	
	font-size:2.0em;
	font-weight:300;
}

h3{
	color:#b12925;	
	font-size:2.0em;
	font-weight:300;
    line-height:2.2em;    
}

h4{
	color:#666;	
	font-size:1.65em;
	font-weight:400;
    line-height:1.75em;    

}

.content p, .content li, content div {
	font-size:1.5em;
	line-height:1.6;
	font-weight:400;
}

/******************** main content ********************/


.content {
	width:1000px;
	margin:225px auto 0 auto;
}

.content ul{    
    list-style:disc;
    margin:5px 0 5px 25px;
}

.wider {
	width:950px;
	margin:0 auto;
	clear:both;
}


.narrow {
	width:800px;
	margin:0 auto;
	clear:both;
	/*min-height:200px;*/
}

.clear {
	width:1000px;
	margin:30px 0;
	height:1px;
	border-top:solid 1px#ccc;
	float:left;
	clear:both;
}

.intro {		
	/*text-align:center;*/
	padding:0 0 0 0;
}





.sponsors ul, .speakers_keynote ul, .speakers_featured ul {
	text-align:center;
    margin:5px;
    
}

.sponsors ul li, .speakers_keynote ul li, .speakers_featured ul li {
	display:inline-block;
	margin:15px;
}

.sponsors ul li {
    /*float:left;  */
	/*min-width:100px;*/
	/*min-height:100px;*/
	/*background:#f1f1f1;*/
    
    
}

.speakers_keynote ul li {
	width:300px;
	font-size:1.7em;
}

.speakers_keynote img {
	margin:0 0 15px 0;
}


.speakers_featured ul li {
	width:120px;
	min-height:60px;
}

.speakers_keynote span, .speakers_featured span {
	font-weight:700;
}

.social {
	width:399px;
	float:left;
	margin:0 0 60px 0;
	border-right:solid 1px #ccc;
	padding:0 60px 0 0;
}

.last_year {
	width:340px;	
	float:right;	
}

.last_year .video {
	width:340px;
	height:200px;
	background:#f1f1f1;
	margin:30px 0 0 0;
}

/******************** sub pages ********************/



/******************** speaker page ********************/

footer {
	float:left;
	clear:both;
	min-height:300px;
	width:100%;
	background:#333;
}


/****************************************/

.footer-content {
	width:1000px;
	margin:10px auto 0 auto;
}

.footer-logo{
    width:261px;
    height:75px;
    margin:0px auto 0 auto;
}
.footer-content a {
    color:#f1f1f1;
    font-size:1.0em;
}

.footer-content p, .footer-content div,  .footer-content li {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 400;
    color:#f1f1f1;
}


table#specialEvents {
  border: none !important;
}
