/*
        ___          ___          ___          ___      ___                   ___          ___     
       /\  \        /\  \        /\  \        /\  \    /\  \        ___      /\__\        /\  \    
      /::\  \      /::\  \      /::\  \      /::\  \   \:\  \      /\  \    /:/  /       /::\  \   
     /:/\:\  \    /:/\:\  \    /:/\:\  \    /:/\:\  \   \:\  \     \:\  \  /:/  /       /:/\:\  \  
    /:/  \:\  \  /::\~\:\  \  /::\~\:\  \  /::\~\:\  \  /::\  \    /::\__\/:/__/  ___  /::\~\:\  \ 
   /:/__/ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\__\__/:/\/__/|:|  | /\__\/:/\:\ \:\__\
   \:\  \  \/__/\/_|::\/:/  /\:\~\:\ \/__/\/__\:\/:/  /:/  \/__/\/:/  /   |:|  |/:/  /\:\~\:\ \/__/
    \:\  \         |:|::/  /  \:\ \:\__\       \::/  /:/  /    \::/__/    |:|__/:/  /  \:\ \:\__\  
     \:\  \        |:|\/__/    \:\ \/__/       /:/  /\/__/      \:\__\     \::::/__/    \:\ \/__/  
      \:\__\       |:|  |       \:\__\        /:/  /             \/__/      ~~~~         \:\__\    
       \___/        \|__|    ___ \/__/    ___ \/__/   ___  ___                            \/__/    
       /\__\       ___      /\__\        /\  \       /\__\/\  \                                    
      /:/  /      /\  \    /::|  |      /::\  \     /:/  /::\  \                                   
     /:/__/       \:\  \  /:|:|  |     /:/\:\  \   /:/  /:/\:\  \                                  
    /::\__\____   /::\__\/:/|:|  |__  /:/  \:\__\ /:/  /::\~\:\  \                                 
   /:/\:::::\__\_/:/\/__/:/ |:| /\__\/:/__/ \:|__/:/__/:/\:\ \:\__\                                
   \/_|:|~~|~ /\/:/  /  \/__|:|/:/  /\:\  \ /:/  |:\  \:\~\:\ \/__/                                
      |:|  |  \::/__/       |:/:/  /  \:\  /:/  / \:\  \:\ \:\__\                                  
      |:|  |   \:\__\       |::/  /    \:\/:/  /   \:\  \:\ \/__/                                  
      |:|  |    \/__/       /:/  /      \::/__/     \:\__\:\__\                                    
       \|__|                \/__/        ~~          \/__/\/__/                                    
*/

/******************** Recommended CSS reset, based on work by Eric Meyer - http://meyerweb.com ********************/

/* SMW 2015 */

html, body, div, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, table, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
}

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: #008080;
}

ul {
    list-style: none;
    list-style-type: none;
}

em {
    font-style: italic;
}

body {
    font-family: 'Lato', Helvetica, Arial;
    font-weight: 300;
    font-size: 62.5%;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

/******************** theme/top ********************/

section.secondary {
    position: fixed;
    top: 0;
    height: 302px;
    width: 100%;
    background: #ffffff;
    background: rgba(255,255,255,.85);
    background: url(images/TBCL2018-Secondary-BG.svg) 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 .center_v {
    display: table-cell;
    vertical-align: middle;
}

.secondary .center_h {
    margin: 10px auto;
    width: 800px;
}

.secondary h2 {
    font-size: 2.0em;
    font-weight: 800;
    width: 800px;
    color: #00BABE;
    margin: 20px auto 15px auto;
    text-align: center;
    /*	text-shadow: 2px 2px 2px #000;*/
}


.secondary a.register {
    display: block;
    text-align: center;
    color: #D2D82A;
    border: solid 2px #D2D82A;
    padding: 7px;
    width: 225px;
    margin: 40px auto 0 auto;
    font-size: 2.50em;
    font-weight: 600;
    /*	text-shadow: 1px 1px 1px #fff;
	box-shadow: 2px 2px 2px #666;*/
}

section.theme {
    height: 100%;
    position: absolute;
    width: 100%;
    background: url(images/TBCL18_london_skyline.svg) no-repeat center top;
    /*	background:url(images/TBCL-BG-New.svg) no-repeat center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.theme .wrap {
    display: table;
    position: absolute;
    height: 65%;
    width: 100%;
}

.theme .center_v {
    display: table-cell;
    vertical-align: top;
}

.theme .center_h {
    margin: 10px auto 0 auto;
    width: 850px;
}

.theme h2 {
    font-size: 1.6em;
    font-weight: 800;
    width: 800px;
    color: #00BABE;
    margin: 0 auto;
    text-align: center;
    /*	text-shadow: 2px 2px 2px #000;*/
}

.theme .logo {
    text-indent: -9999px;
    display: block;
    background: url(images/TBCL18_logo.svg) no-repeat;
    width: 300px;
    height: 139px;
    margin: 0 auto;
}

.theme a.register {
    display: block;
    text-align: center;
    color: #D2D82A;
    border: solid 2px #D2D82A;
    padding: 7px;
    width: 225px;
    margin: 45px auto 0 auto;
    font-size: 2.50em;
    font-weight: 500;
    text-shadow: 1px 1px 1px #333;
    /*box-shadow: 2px 2px 2px #AAA;*/
}

.bigfont p div {
    font-size: 22px;
}

.lblDate {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0 10px 0;
}


/******************** menu/navigation ********************/

nav {
    position: absolute;
    top: 65%;
    width: 100%;
    height: 47px;
    /*background:url(images/menu-back2.png) no-repeat;*/
    background: #00BABE;
    z-index: 1999;
    float: right;
    border-bottom: solid 7px #D2D82A;
}

    nav ul {
        margin: 0 auto;
        line-height: 40px;
    }

        nav ul li {
            float: left;
            margin: 0 20px 0 0px;
        }

            nav ul li a {
                font-weight: 600;
                font-size: 16px;
                color: #FFF;
            }

                nav ul li a.live {
                    text-decoration: underline;
                }

    nav .logo {
        text-indent: -9999px;
        display: block;
        width: 87px;
        height: 40px;
        margin: 10px 0 0 0;
    }

.nav_spacer {
    display: none;
    height: 100px;
}

nav.subpage {
    top: 302px;
    position: fixed;
    background: #00babe;
    background: rgba(0,186,190,.85);
    height: 50px;
}

nav a.register-small {
    display: block;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    padding: 4px;
    line-height: 25px;
    width: 170px;
    height: 40px;
    margin: 10px auto 0 auto;
    font-size: 1.25em;
    font-weight: 400;
}


/******************** fonts ********************/

h1 {
    color: #666;
    font-size: 2.8em;
    margin: 5px auto;
    font-weight: 600;
    text-align: center;
}

h2 {
    color: #666;
    font-size: 2.5em;
    font-weight: 300;
}

h3 {
    color: #666;
    font-size: 2.0em;
    font-weight: 500;
    /*  line-height:2.2em;    */
}

h4 {
    color: #666;
    font-size: 1.95em;
    font-weight: 400;
}

h5 {
    color: #666;
    font-size: 1.65em;
    font-weight: 400;
}

h6 {
    color: #666;
    font-size: 1.25em;
    font-weight: 400;
}

.content p, .content li, content div, .content td {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
}


.presentations {
    margin-bottom: 8px;
    margin-top: 4px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 18px;
}

.preslinks {
    margin-top: 4px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
}
/******************** main content ********************/


.content {
    width: 1000px;
    margin: 349px auto 0 auto;
}

    .content ul {
        list-style: disc;
        margin: 5px 0 5px 25px;
    }



.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: 5px 0 0 0;
}


.sponsors {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}


    .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;
        }

        .speakers_keynote ul li {
            width: 220px;
            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;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

    .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: 100px;
    width: 100%;
    background: #234;
    /*	background:#523449; */
}


/****************************************/

.footer-content {
    width: 1000px;
    margin: 10px auto 0 auto;
}

.footer-logo {
    width: 200px;
    height: 92px;
    margin: 0 auto 10px;
}

.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;
}

/* Alignment - from Wordpress blog */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
