/* Minification failed. Returning unminified contents.
(378,1): run-time error CSS1019: Unexpected token, found '}'
(1659,2): run-time error CSS1031: Expected selector, found '/'
(1659,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */


#footer_wrap{width:100%; position:relative; z-index:0; background:#222; min-height:400px; clear:both;}
#footer{width:1000px; margin:0 auto; padding:60px 0 0 0; font-weight:300; font-family:'Roboto Condensed', Helvetica, sans-serif; font-size:14px; }

#footer a {color:#ed1c24; cursor:pointer; position:relative}
#footer a:hover {color:#fff;  position:relative}
#footer div.heading{width:100%; font-size:23px; font-family:'Roboto Condensed', Helvetica, sans-serif; font-weight:400; color:#fff; margin:0;}
#logo_footer{float:left; width:207px; height:55px; background:url(/images/logo_footer.png) no-repeat; text-indent:-9999px; display:block;}
#colFooter1 {width:210px; float:left; color:#fff;}
#colFooter2 {width:200px; margin:0 0 0 50px; float:left;}
#colFooter3 {width:210px; margin:0 0 0 50px; float:left;}
#colFooter4 {width:210px; margin:0 0 0 50px; float:left;}
#copyright {float:right; color:#ffffff; clear:both; width:400px; margin-bottom:10px;}
#copyright a {color:#ed1b26; }
@media screen and (max-width:950px) {
    #footer{width:0px; }
    }

    @media screen and (max-width:830px) {
        #footer{display:none; }
         #footer_wrap{display:none;}
        }
/*
        ___          ___          ___          ___      ___                   ___          ___     
       /\  \        /\  \        /\  \        /\  \    /\  \        ___      /\__\        /\  \    
      /::\  \      /::\  \      /::\  \      /::\  \   \:\  \      /\  \    /:/  /       /::\  \   
     /:/\:\  \    /:/\:\  \    /:/\:\  \    /:/\:\  \   \:\  \     \:\  \  /:/  /       /:/\:\  \  
    /:/  \:\  \  /::\~\:\  \  /::\~\:\  \  /::\~\:\  \  /::\  \    /::\__\/:/__/  ___  /::\~\:\  \ 
   /:/__/ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\__\__/:/\/__/|:|  | /\__\/:/\:\ \:\__\
   \:\  \  \/__/\/_|::\/:/  /\:\~\:\ \/__/\/__\:\/:/  /:/  \/__/\/:/  /   |:|  |/:/  /\:\~\:\ \/__/
    \:\  \         |:|::/  /  \:\ \:\__\       \::/  /:/  /    \::/__/    |:|__/:/  /  \:\ \:\__\  
     \:\  \        |:|\/__/    \:\ \/__/       /:/  /\/__/      \:\__\     \::::/__/    \:\ \/__/  
      \:\__\       |:|  |       \:\__\        /:/  /             \/__/      ~~~~         \:\__\    
       \___/        \|__|    ___ \/__/    ___ \/__/   ___  ___                            \/__/    
       /\__\       ___      /\__\        /\  \       /\__\/\  \                                    
      /:/  /      /\  \    /::|  |      /::\  \     /:/  /::\  \                                   
     /:/__/       \:\  \  /:|:|  |     /:/\:\  \   /:/  /:/\:\  \                                  
    /::\__\____   /::\__\/:/|:|  |__  /:/  \:\__\ /:/  /::\~\:\  \                                 
   /:/\:::::\__\_/:/\/__/:/ |:| /\__\/:/__/ \:|__/:/__/:/\:\ \:\__\                                
   \/_|:|~~|~ /\/:/  /  \/__|:|/:/  /\:\  \ /:/  |:\  \:\~\:\ \/__/                                
      |:|  |  \::/__/       |:/:/  /  \:\  /:/  / \:\  \:\ \:\__\                                  
      |:|  |   \:\__\       |::/  /    \:\/:/  /   \:\  \:\ \/__/                                  
      |:|  |    \/__/       /:/  /      \::/__/     \:\__\:\__\                                    
       \|__|                \/__/        ~~          \/__/\/__/                                    
*/


/******************** 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,
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/2018/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/2018/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_vid {
float: left;
margin:5px 6px 50px 0px;

}
.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: 15px 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/2018/logo_dbta.svg) no-repeat;
    background-size: 200px 52px;
}
.sub.logo_bdq {
    height: 96px;
    background: url(/images/DataSummit/2018/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/2018/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: 53px;
        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/2018/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;
}

.main_menu {
	float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

.main_menu ul {
    list-style:none;
    position:relative;
    left:50%;
}

.main_menu ul li {
	float:left;
	position:relative;
	margin:0 20px 0 0;
	line-height:70px;
}

.main_menu ul li a {
    float:left;    
    text-align:center;
    white-space:nowrap;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:700;
	-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;
}

.main_menu ul li 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;
}

.main_menu li:last-child {
	width:100px;
	height:40px;
	margin:15px 0 0 0;
	background:#ed1c24;	
	line-height:normal;
}

.main_menu li:last-child a {
	color:#fff;
	line-height:40px;
	width:100px;
	height:40px;
	text-align:center;
}

.main_menu li:last-child a:hover {
	color:#333;
}

/**************************************** MOBILE navigation / menu ****************************************/

.mobile_menu, .mobile_menu_btn {
	display:none;
}




.mobile_menu_btn {
	position:fixed;
	z-index:99999;
	overflow:hidden;
	width:40px;
	height:40px;
	font-size:0;
	right:15px;
	top:5px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	background:rgba(68,68,68,0.9);
	box-shadow:0px 1px 1px #333;
}

.mobile_menu_btn:focus {
	outline: none;
}

.mobile_menu_btn span {
	display:block;
	position:absolute;
	top:18px;
	left:4px;
	right:4px;
	height:4px;
	background:#fff;
}

.mobile_menu_btn span:before,
.mobile_menu_btn span:after {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:4px;
	background:#fff;
	content: "";
}

.mobile_menu_btn span:before {
  top: -10px;
}

.mobile_menu_btn span:after {
  bottom: -10px;
}

.mobile_open span {
  background: none;
}

.mobile_open span::before {
  top: 0;
  transform: rotate(45deg);
}

.mobile_open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.show_mobile_menu {
	display:block;
}

.mobile_menu {
	width:100%;
    position:fixed;
    top:0px;
    height:100%;
    background:#333;
    opacity:0.9;
    filter:alpha(opacity=90);
    color:#fff;
    font-size:1.3em;
    text-transform:uppercase;
    padding:10px;
    z-index:9999;
    overflow:auto;
	
}

.mobile_menu ul li a {
    float:left;  
	clear:left;  
	display:block;
	width:75%;
    text-align:left;
    white-space:nowrap;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:400;
	margin:5px 0;
	padding:5px 0 15px 0;
	border-bottom:solid 1px #eee;
	-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;
}

.mobile_menu ul li 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;
}
.subpage .main_menu li:first-child {
	width:149px;
	height:50px;
	margin:10px 20px 0 0;
	background:url(/images/DataSummit/2017/DataSummitLOGO-WHITE-RED.svg) no-repeat;
	background-size:169px 50px;
	line-height:normal;
}

.subpage .main_menu li:first-child a {
	width:169px;
	height:50px;
	text-indent:-9999px;
	display:block;
}
@media screen and (max-width:950px) {
    .main_menu ul li {
        margin: 0 14px 0 0;
    }

        .main_menu ul li a {
            font-size: 1.1em;
        }

    .subpage .main_menu li:last-child {
        width: 110px;
        height: 40px;
        margin: 15px 0 0 0;
        background: #c53a77;
        line-height: normal;
    }

        .subpage .main_menu li:last-child a {
            color: #fff;
            line-height: 40px;
            width: 110px;
            height: 40px;
            text-align: center;
        }
}

@media screen and (max-width:830px) {
    .mobile_menu_btn {
        display: block;
    }
}

@media screen and (max-width:400px) {
    .mobile_menu_btn {
        width: 30px;
        height: 30px;
    }

        .mobile_menu_btn span {
            height: 3px;
            top: 14px;
        }

            .mobile_menu_btn span:before,
            .mobile_menu_btn span:after {
                height: 3px;
            }
}


.key_legend {
    width: 100%;
    padding: 15px 0 30px 0;
}

    .key_legend li {
        width: 11%;
        float: left;
    }

.key_legend_dblue {
    background: #086bbb;
}


.key_legend_dkred {
    background: #cc0000;
}

.key_legend_aqua {
    background: #00c0c0;
}

.key_legend_yellow {
    background: #98B21C;
}

.key_legend_yellow, .key_legend_purple, .key_legend_dblue, .key_legend_aqua, .key_legend_red, .key_legend_dkred, .key_legend_gray, .key_legend_green, .key_legend_orange, .key_legend_mauve, .key_legend_pdf {
    width: 19%;
    height: 30px;
    float: left;
}

.key_legend_purple {
    background: #673bb8;
}

.key_legend_red {
    background: #e91f63;
}
.key_legend_gray {
    background: #607d8b;
}

.key_legend_green {
    background: #4cb050;
}

.key_legend_yellow {
    color: #98B21C;
}

.key_legend_orange {
    background: #ff9900;
}

.key_legend_mauve {
    width: 19%;
    background: #cc99ff;
    float: left;
}

.key_legend_pdf {
    width: 19%;
    background: #ffffff;
    float: right;
}

.key_legend_category {
    float: left;
    width: 70%;
    margin: 0 5%;
    font-size: 1.3em;
    font-style: italic;
}

.schedule_agenda {
    width: 100%;
    margin: 30px auto;
    background: #f9f9f9;
    color: #333;
    padding: 30px;
    box-shadow: 0px 1px 1px #ccc;
}

.schedule_date {
    font-size: 3.9em;
    color: #ed1c24;
}

.time_block {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: solid 1px #ccc;
    display: inline-block;
}

.schedule_time {
    float: left;
    color: #ed1c24;
    font-size: 2.0em;
    min-width: 150px;
    width: 206px;
}

.schedule_events {
    float: left;
    margin: 0 0 0 30px;
    font-size: 1.7em;
    color: #333;
}

    .schedule_events li {
        width: 100%;
    }

        .schedule_events li span.description p {
            font-weight: normal;
            line-height: 16px;
            font-size: 14px;
            margin: 0;
        }

        .schedule_events li div.title {
            padding: 20px 0 0 0;
            font-size: 20px;
            font-style: italic;
        }

.schedule_yellow, .schedule_blue, .schedule_dblue, .schedule_purple, .schedule_red, .schedule_gray, .schedule_green, .schedule_aqua, .schedule_dkred, .schedule_orange, .schedule_mauve {
    font-size: 1.1em;
}

.schedule_aqua, .track_dkred {
    color: #cc0000;
}

.schedule_aqua, .track_aqua {
    color: #00c0c0;
}

.schedule_yellow, .track_yellow {
    color: #98B21C;
}

.schedule_blue, .track_blue {
    color: #1ec2f3;
}

.schedule_dblue, .track_dblue {
    color: #086bbb;
}

.schedule_purple, .track_purple {
    color: #673bb8;
}

.schedule_red, .track_red {
    color: #e91f63;
}

.schedule_dred, .track_dred {
    color: #b00000;
}

.schedule_gray, .track_gray {
    color: #607d8b;
}

.schedule_green, .track_green {
    color: #4cb050;
}

.schedule_orange, .track_orange {
    color: #ff9900;
}

.schedule_mauve, .track_mauve {
    color: #cc99ff;
}

@media screen and (max-width:1030px) {
    .schedule_events {
        max-width: none;
    }
}

@media screen and (max-width:830px) {
    .key_legend {
        display: inline-block;
        padding: 30px 0 0 0;
    }

        .key_legend li {
            width: 100%;
            float: left;
            clear: both;
            min-height: 40px;
        }
}

@media screen and (max-width:630px) {
    .schedule_agenda {
        padding: 15px;
    }
}

.tracks {
    width: 100%;
    background: url(/images/DataSummit/2018/bg_tracks.jpg) no-repeat fixed top center;
    background-size: cover;
    padding: 30px;
}

    .tracks h2, .tracks h4 {
        color: #fff;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

.track {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 1px #333;
}

    .track div.title {
        padding: 20px 0 0 0;
        font-size: 20px;
        font-style: italic;
    }

    .track span.description p {
        margin: 0;
    }
    .tracks div.modName{
        color: #ffffff;
        width: 100%;
        max-width: 1200px;
        
        margin: 0 auto;
        font-family: 'Roboto Condensed', sans-serif;
            font-size: 26px
        
    }
    .tracks div.mod{
        color: #ffffff;
        width: 100%;
        max-width: 1200px;
        
        margin: 0 auto;
        font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px
        
    }
.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.7em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #ed1c24;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 49px;
}

    .explore_btn a:after,
    .explore_btn_mobile a:after {
        content: "";
        position: absolute;
        display: block;
        border: 25px solid #ed1c24;
        z-index: -5;
    }

    .explore_btn a:after,
    .explore_btn_mobile a:after {
        right: -49px;
        top: 0;
        border-right-color: transparent;
    }

.explore_btn_mobile {
    display: none;
}

span.speakerRole {
    font-size: 14px;
    font-weight: bolder;
}

@media screen and (max-width:630px) {
    .tracks {
        padding: 15px;
    }

    .track {
        display: inline-block;
        padding: 10px;
    }

        .track div.title {
            font-size: 17px;
            padding: 10px 0 0 0;
        }

    .explore_btn {
        display: none;
    }

    .explore_btn_mobile {
        display: block;
    }
}

/**************************************** tracks_old / front_page ****************************************/

.tracks_old {
    width: 100%;
    background:url(/images/DataSummit/2018/bg_tracks.jpg) no-repeat fixed top center;
    background-size: cover;
    padding: 30px;
}

.tex {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    }

.tracks_old h2, .tracks_old h4 {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.track_old {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 1px #333;
}

.tracks_old div.mod {
     color: #ffffff;
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     /*font-family: 'Gentium Basic', serif;*/
     font-size: 14px;
     font-style: bolder;
 }
 .tracks_old div.modName {
     color: #fff; 
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     /*font-family: 'Gentium Basic', serif;*/
     font-size: 2em;
 }
 




.title {
    font-weight: 400;
    font-size: 2.0em;
    line-height: 1.7;
    
}
.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    width: 82px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #9f2021;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 39px;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    content: "";
    position: absolute;
    display: block;
    border: 25px solid #9f2021;
    z-index: -5;
}

.explore_btn a:after,
.explore_btn_mobile a:after {
    right: -49px;
    top: 0em;
    border-right-color: transparent;
}

.explore_btn_mobile {
    display: none;
}

span.speakerRole {
    font-size: 14px;
    font-weight: bolder;
}
*/
@media screen and (max-width:630px) {
    .tracks_old {
        padding: 15px;
    }
    .track_old {
        display: inline-block;
        padding: 10px;
    }
    
    .explore_btn {
        display: none;
    }
    
    .explore_btn_mobile {
        display: block;
    }
}

