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


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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
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: "" "";
}


/**************************************** more resets ****************************************/

* {
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

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

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}


/**************************************** structure ****************************************/

body,
html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 62.5%;
}


/**************************************** fonts / text / typography ****************************************/

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 4.1em;
}

h3 {
    font-family: 'Roboto Slab', sans-serif;
    text-transform: capitalize;
    font-size: 3.1em;
    margin: 0 150px 0 0;
    color: #666;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.5em;
}

.sponsors h4 {
    text-align: center;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.4;
    margin: 1em 0;
}

.ul2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
}

a[name] {
    padding-top: 120px;
    margin-top: -120px;
}


/**************************************** header ****************************************/

header {
    width: 100%;
    height: 70px;
    background: rgba(68, 68, 68, 0.9);
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 1px 1px #333;
    margin: -100px 0 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.show_menu {
    margin: 0 0 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


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


/**************************************** theme / front_page ****************************************/

.theme {
    width: 100%;
    height: 670px;
    background: url(/images/DataSummit/2017/bg_theme.jpg) no-repeat scroll 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0 0 0;
}

.theme_content {
    width: 830px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 30px 0 30px;
}

.theme_content .logo {
    width: 607px;
    margin: 0 auto;
    height: 179px;
    background: url(/images/DataSummit/2017/logo.svg) no-repeat;
    background-size: 607px 179px;
}

.theme_content .tagline {
    color: #fff;
    font-size: 2.3em;
    font-family: 'Roboto Slab', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.theme_content .date_location {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Roboto Slab', sans-serif;
    padding: 15px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    margin: 30px 0;
}

.date_location span {
    font-size: 0.5em;
}

.theme_content .register_btn {
    width: 240px;
    height: 70px;
    margin: 0 auto;
}

.theme_content .register_btn a {
    color: #fff;
    font-size: 2.5em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    line-height: 70px;
    display: block;
    width: 240px;
    height: 70px;
    background: #ed1c24;
}


/**************************************** intro / front_page ****************************************/

.primary_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    padding: 60px 30px;
    background: #fff;
}

.primary_content2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    padding: 40px 30px;
    background: #fff;
}


}
.ad_wrapper>.secondary_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    padding: 0 30px;
    background: #fff;
}
.intro_img {
    width: 45%;
}
.intro_img.left {
    float: left;
    margin: 0 60px 30px 0;
}
.intro_img.right {
    float: right;
    margin: 0 0 30px 60px;
}
.intro_img img {
    width: 100%;
    height: auto;
}
.unorderedlist ul {
    margin: 0 0 10px 25px;
    font-family: 'Roboto', serif;
    font-size: 1.7em;
    list-style-type: disc;
}
.unorderedlist ul li ul {
    margin: 0 0 10px 25px;
    font-family: 'Roboto', serif;
    font-size: 17px;
    list-style-type: disc;
}

/**************************************** tracks / front_page ****************************************/

/**************************************** sponsor area ****************************************/
.sponsor_wrapper {
    margin: 60px 0 0 0;
}
.sponsors {
    margin: 30px 0 0 0;
    color: #666;
}
.sponsors ul {
    text-align: center
}
.sponsors ul li {
    display: inline-block;
    margin: 15px;
}
.sponsors ul li {
    min-width: 120px;
    min-height: 60px;
}

/**************************************** footer ****************************************/
footer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    color: #666;
    padding: 60px 30px;
    font-size: 1.3em;
    font-family: 'Roboto', sans-serif;
}
footer a {
    color: #999;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
footer a:hover {
    color: #ed1c24;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer_block {
    float: left;
    margin: 0 2.6% 60px 0;
    padding: 0 30px 0 0;
    border-right: solid 1px #eee;
    width: 23%;
    min-height: 140px;
}
.footer_block:last-child {
    margin: 0 0 60px 0;
    border-right: none;
}
footer ul li {
    padding: 10px 0 5px 0;
}
.social ul li {
    float: left;
    margin: 0 20px 0 0;
}
.social ul li:last-child {
    margin: 0 0 0 0;
}
.social ul li a {
    font-size: 1.9em;
}
.email_signup {
    margin: 15px 0 0 0;
}
.email_signup input {
    width: 85%;
    float: left;
    font-size: 1.1em;
    padding: 3px 10px;
    color: #666;
    height: 40px;
    border: solid 1px #ddd;
    font-family: 'Roboto', sans-serif;
}
.email_signup input[type=submit] {
    display: block;
    background: #eee;
    float: left;
    height: 40px;
    line-height: 35px;
    border-top: solid 1px #ddd;
    ;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: none;
    color: #222;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    width: 15%;
    cursor: pointer;
}
.email_signup input[type=submit]:hover {
    background: #aaa;
    color: #fff;
}
.sub.logo_dbta,
.sub.logo_bdq {
    display: block;
    margin: 15px 0 0 0;
    width: 200px;
    text-indent: -9999px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.sub.logo_dbta {
    height: 52px;
    background: url(/images/DataSummit/2017/logo_dbta.svg) no-repeat;
    background-size: 200px 52px;
}
.sub.logo_bdq {
    height: 96px;
    background: url(/images/DataSummit/2017/logo_bdq.svg) no-repeat;
    background-size: 200px 96px;
}
.sub:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/**************************************** subpage / secondary pages ****************************************/
.subpage {
    width: 100%;
    background: url(/images/DataSummit/2017/bg_subpage.jpg) no-repeat fixed top center;
    background-size: cover;
}
.subpage .banner_date_location {
    top: 70px;
    position: fixed;
    border-bottom: solid 1px #ed1c24;
    background: rgba(255, 255, 255, 1.0);
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.9em;
    color: #ed1c24;
    z-index: 9998;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.subpage .banner_date_location.scroll {
    top: -70px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.subpage .primary_content {
    background: none;
    padding: 160px 30px 0 30px;
    transition: all .4s ease-in-out;
}
.subpage .secondary_content {
    background: none;
}
.narrow {
    width: 800px;
    margin: 0 auto;
    min-height: 200px;
}

/* Exhibiting Sponsors Images */
div.descriptionLogo {
    width: 200px;
    height: 75px;
    background-repeat: no-repeat;
    float: left;
    /*    border: 1px #cecece solid;
    border-radius: 7px;*/
    
    margin: 0 65px 4px 0;
    background-position: center;
    overflow: hidden;
    text-align: center;
    font-weight: bolder;
}

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

/*************************************************************************** ad sizes ***************************************************************************/

/****************************************************************************************************************************************************************/
#ad_320x50 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    z-index: 999999;
    display: none;
    background: rgba(68, 68, 68, 1.0);
}

/**************************************** schedule agenda page ****************************************/

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

/************************************************************************* other screens ************************************************************************/

/****************************************************************************************************************************************************************/
@media screen and (max-width:1030px) {
    .social ul li a {
        font-size: 1.4em;
    }
    
    #banner_brand {
        display: none;
    }
}
@media screen and (max-width:1000px) {}
@media screen and (max-width:950px) {
    .main_menu ul li {
        margin: 0 14px 0 0;
    }
    
    .main_menu ul li a {
        font-size: 1.3em;
    }
    
    .subpage .main_menu li:last-child {
        width: 80px;
        height: 40px;
        margin: 15px 0 0 0;
        background: #ed1c24;
        line-height: normal;
    }
    
    .subpage .main_menu li:last-child a {
        color: #fff;
        line-height: 40px;
        width: 80px;
        height: 40px;
        text-align: center;
    }
    
    footer {
        max-width: 700px;
        margin: 0 auto;
    }
    
    .footer_block {
        float: left;
        margin: 0 2.6% 30px 0;
        padding: 0 30px 0 0;
        border-right: none;
        width: 46%;
        min-height: 140px;
    }
    
    .footer_block:nth-child(2),
    .footer_block:nth-child(4) {
        text-align: right;
        padding: 0 0 0 0;
    }
    
    .footer_block:nth-child(2) ul {
        float: right;
    }
    
    .sub.logo_dbta,
    .sub.logo_bdq {
        float: right;
    }
}
@media screen and (max-width:920px) {
    .main_menu ul li {
        margin: 0 10px 0 0;
    }
    
    .main_menu ul li a {
        font-size: 1.2em;
    }
}
@media screen and (max-width:830px) {
    header {
        display: none;
    }
    
    .mobile_menu_btn {
        display: block;
    }
    
    .theme_content {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 70px 30px 0 30px;
    }
    
    .theme_content .logo {
        width: 400px;
        height: 118px;
        background-size: 400px 118px;
    }
    
    .theme_content .tagline {
        font-size: 1.8em;
        margin: 5px 0 0 0;
    }
    
    .theme_content .date_location {
        font-size: 3.1em;
        padding: 10px 0;
        margin: 25px auto 30px auto;
    }
    
    h2 {
        font-size: 3.7em;
    }
    
    p {
        font-size: 1.5em;
        margin: 0.9em 0;
    }
    
    .subpage .banner_date_location {
        top: 0px;
        text-align: left;
        padding: 0 0 0 15px;
    }
    
    .subpage #banner_brand {
        padding-left: 5px;
        height: 50px;
        width: 100%;
        position: fixed;
        display: block;
        top: 50px;
        background: rgba(255, 255, 255, 1.0);
        opacity: 1.0;
        z-index: 9998;
    }
    
    .subpage #banner_brand div {
        background: url(/images/DataSummit/2017/logo.svg) no-repeat;
        background-size: 150px 50px;
        height: 50px;
        width: 150px;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }
    
    .subpage #banner_brand div.scroll {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .subpage .primary_content {
        background: none;
        padding: 130px 30px 0 30px;
    }
}
@media screen and (max-width:630px) {
    p {
        font-size: 1.4em;
        margin: 0.7em 0;
    }
    
    .unorderedlist ul {
        font-size: 1.4em;
    }
    
    .theme_content .logo {
        width: 300px;
        height: 88px;
        background-size: 300px 88px;
    }
    
    .intro_img {
        display: none;
    }
    
    h3 {
        font-size: 2.7em;
        margin: 0 0 0 0;
    }
    
    .track {
        display: inline-block;
    }
    
    .explore_btn {
        display: none;
    }
    
    .explore_btn_mobile {
        display: block;
    }
    
    .footer_block {
        float: left;
        clear: both;
        margin: 15px auto 0 auto;
        padding: 15px 0 0 0;
        border-top: solid 1px #eee;
        width: 100%;
        min-height: inherit;
        text-align: center;
    }
    
    .footer_block:nth-child(2),
    .footer_block:nth-child(4) {
        text-align: center;
        padding: 15px 0 0 0;
    }
    
    .footer_block:nth-child(2) ul {
        float: none;
        margin: 0 auto;
        width: 165px;
    }
    
    .email_updates {
        padding: 15px 0 30px 0;
    }
    
    .sub.logo_dbta,
    .sub.logo_bdq {
        float: none;
        margin: 10px auto 15px auto;
    }
    
    .subpage .banner_date_location {
        font-size: 1.9em;
        padding: 0 0 0 10px;
    }
    
    .subpage .primary_content {
        padding: 130px 15px 0 15px;
        transition: all .4s ease-in-out;
    }
    
    .subpage .primary_content2 {
        padding: 130px 15px 0 15px;
        transition: all .4s ease-in-out;
    }
}
@media screen and (max-width:530px) {
    #ad_468x60 {
        display: none;
    }
    
    #div-gpt-ad-1371156417389-0 {
        display: none;
    }
    
    #ad_320x50 {
        display: block;
    }
    
    #div-gpt-ad-1371156417389-2 {
        display: block;
    }
    
    #bcVideoNavigation {
        height: 60px;
        padding: 3px;
    }
}
@media screen and (max-width:400px) {
    .theme_content .logo {
        width: 250px;
        height: 74px;
        background-size: 250px 74px;
    }
    
    .theme_content .tagline {
        font-size: 1.6em;
        margin: 5px 0 0 0;
    }
    
    .subpage .banner_date_location {
        font-size: 1.6em;
        padding: 0 0 0 10px;
        background-size: 90px 50px;
    }
}

/***************************************** Videos Area ****************************************/
.outer-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
#bcVideoNavigation label {
    font-size: 14px;
}
.BrightcoveExperience {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bcSessionTitle {
    font-weight: bolder;
    margin-top: 15px;
    font-size: 20px;
}
.bcPresentationTitle {
    font-weight: bolder;
    font-size: 18px;
}
.bcSpeaker {
    font-size: 18px;
}
#sessionContent {
    margin-top: 15px;
    font-size: 16px;
}
#bcVideoNavigation {
    width: 100%;
    height: 33px;
    padding: 3px;
    border: 1px #cccccc solid;
    background-color: #ececec;
    border-radius: 5px;
    margin: 0 0 4px 0;
}