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

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

/* SMW 2015 */

html, applet, object, iframe, 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%;
}

/******************** /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: #2C94D4;
}

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

em {
    font-style: italic;
}

body {
    font-family: 'Lato', Helvetica, Arial;
    font-weight: 300;
    font-size: 15px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

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

section.secondary {
    position: fixed;
    top: 0;
    height: 240px;
    width: 100%;
    /*	background:url(images/London-BG-Secondary-2000x302.png) no-repeat bottom right;*/
    background: url(images/ILI_bg_2000x300.jpg) no-repeat bottom 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: 1.8em;
    font-weight: 800;
    width: 800px;
    color: #FFF;
    margin: 40px auto 15px auto;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}

.secondary .logo {
    text-indent: -99999px;
    display: block;
    background: url(images/ILI-Balloon-120.png) no-repeat;
    width: 120px;
    height: 109px;
    margin: 10px 0 0 40px;
    position: absolute;
}

.secondary a.register {
    display: block;
    text-align: center;
    color: #FFF;
    border: solid 2px #FFF;
    padding: 7px;
    width: 200px;
    margin: 20px auto 0 auto;
    font-size: 1.50em;
    font-weight: 700;
    text-shadow: 1px 1px 1px #333;
    box-shadow: 2px 2px 2px #666;
}

section.theme {
    height: 60%;
    position: absolute;
    width: 100%;
    /*	background:url(images/London-BG-2000x940.jpg) no-repeat center right;*/
    /*	background:url(images/ILI_bg_2000x800-quote-final.svg) no-repeat center top;*/
    /*	background:url(images/ILI_bg_2000x600.svg) no-repeat center top;*/
    background: url(images/ILI2018-Header-2000x600.svg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.theme .wrap {
    display: table;
    position: absolute;
    height: 70%;
    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: 2.5em;
    font-weight: 800;
    width: 800px;
    color: #F7FA10;
    margin: 20px auto 25px auto;
    /*	text-align:center;*/
    text-shadow: 2px 2px 2px #000;
}

.theme .logo {
    text-indent: -9999px;
    display: block;
    /*	background:url(images/Logo-2018.png) no-repeat;*/
    /*	background:url(images/ILI-London-600.png) no-repeat;*/
    width: 573px;
    height: 200px;
    margin: 155px 0 0 0;
    /*	background:url(images/taxonomy_logo_trans_600.png) no-repeat;
	width:600px;
	height:278px;
	margin:70px 0 0 0;*/
}

.theme a.register {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    color: #FFF;
    background: #E2232C;
    border: solid 2px #FFF;
    padding: 7px;
    width: 300px;
    margin: 30px auto 0 auto;
    font-size: 2.0em;
    font-weight: 600;
    text-shadow: 1px 1px 1px #333;
    box-shadow: 2px 2px 2px #666;
}

.content a.homepage {
    color: #FFF;
    text-decoration: none;
}

.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: 60%;
    width: 100%;
    height: 40px;
    /*background:url(images/menu-back2.png) no-repeat;*/
    background: #122E58;
    z-index: 1999;
    float: right;
}

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

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

            nav ul li a {
                font-weight: 600;
                font-size: 15px;
                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: 200px;
    position: fixed;
    background: #122E58;
    height: 40px;
}

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 {
    font-size: 1.9em;
    color: #666666;
}

h2 {
    font-size: 1.5em;
    color: #c8201d;
}

h3 {
    font-size: 1.4em;
    color: #666666;
    font-weight: 400;
}


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


.presentations {
    margin-bottom: 8px;
    margin-top: 4px;
    margin-left: 20px;
    font-size: 1.3em;
}

.preslinks {
    margin-top: 4px;
    margin-left: 10px;
    font-size: 1.1em;
}
/******************** main content ********************/


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

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

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

.presentation div {
    font-size: 1.0em;
    line-height: 1.5;
    font-weight: 700;
}



.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 {
    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: 600px;
    float: left;
    margin: 0 0 60px 0;
    border-right: solid 1px #ccc;
    padding: 0 60px 0 0;
}

.last_year {
    width: 330px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

    .last_year .video {
        width: 340px;
        height: 200px;
        background: #f1f1f1;
        margin: 30px 0 0 0;
    }

/******************** speaker page ********************/

footer {
    float: left;
    clear: both;
    min-height: 100px;
    width: 100%;
    background: #122E58;
}

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

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

.footer-logo {
    width: 268px;
    height: 100px;
    margin: 0 auto 10px 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;
}

/******************** testimonials ********************/

#testimonials {
    margin: 0 auto;
    width: 800px;
}

.cust-quotes {
    width: 800px;
    height: 40px;
    position: relative;
    font-family: 'Lato', Helvetica, Arial;
}

    .cust-quotes blockquote {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 12px;
        text-align: center;
        opacity: 0;
        z-index: 0;
        transition: opacity 0.5s ease-out 0, transform 0.5s ease-in 0;
    }

/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
    position: relative;
}

.cust-quotes blockquote:first-child {
    opacity: 0;
    transform: translateY(-10px) scale(1.1);
}

    .cust-quotes blockquote:first-child + blockquote {
        opacity: 1;
        z-index: 1;
        transition: opacity 1.6s ease 0;
    }

.cust-quotes blockquote p {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #353535;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .cust-quotes blockquote p:before {
        content: '\201C';
    }

    .cust-quotes blockquote p:after {
        content: '\201D';
    }

.cust-quotes blockquote cite {
    text-align: center;
    font-size: 14px;
    color: #898989;
}

    .cust-quotes blockquote cite a {
        font-size: 14px;
        font-weight: normal;
    }

.container {
    max-width: 800px;
    margin: 0 auto;
}


/* 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;
}
