/* Minification failed. Returning unminified contents.
(277,20): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(277,83): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(277,155): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(369,39): run-time error CSS1034: Expected closing parenthesis, found ','
(369,39): run-time error CSS1042: Expected function, found ','
(369,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(612,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(612,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(612,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(635,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(635,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(635,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(1413,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(1413,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(1413,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(1534,1): run-time error CSS1019: Unexpected token, found '@import'
(1534,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Raleway&display=swap")'
(1535,1): run-time error CSS1019: Unexpected token, found '@import'
(1535,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap")'
(1719,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(1719,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(1719,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(1778,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(1778,81): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(1778,153): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(1839,18): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(1839,80): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(1839,152): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(1905,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(1905,82): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(1905,154): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(1949,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1950,10): run-time error CSS1035: Expected colon, found '{'
(1958,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1959,10): run-time error CSS1035: Expected colon, found '{'
(1977,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1978,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1999,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2000,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2605,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(2605,81): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(2605,153): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(2633,19): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-outset'
(2633,81): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-primary'
(2633,153): run-time error CSS1039: Token not allowed after unary operator: '-clay-shadow-inset-secondary'
(3183,1): run-time error CSS1019: Unexpected token, found '@import'
(3183,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Raleway&display=swap")'
(3184,1): run-time error CSS1019: Unexpected token, found '@import'
(3184,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap")'
(3341,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3342,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
.buttoncenter{

    margin-left: 40%;
}

@media screen and (max-width:768px) {
    .buttoncenter{

        margin-left: unset;
    }


}




/****************************************************************************************************/
/* footer */
/****************************************************************************************************/

footer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    color: #666;
    padding: 60px 30px;
    font-size: 1.0em;
}

    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: #9f2021;
            -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 10px;
    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.5em;
    }

.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;
    }

        .email_signup input[type=submit],
        .email_signup input[type=button] {
            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 {
    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 {
    height: 43px;
    /*background: url(/Conferences/images/west2018/logo_sm_sub.svg) no-repeat;*/
    background-size: 200px 43px;
}

    .sub_logo: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;
    }
    .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("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/logo_dbta.svg") no-repeat;
        background-size: 200px 52px;
    }
    .sub.logo_bdq {
        height: 96px;
        background: url("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/logo_bdq.svg") no-repeat;
        background-size: 200px 96px;
    }
	
	.sub.logo_EAIW 
	{
		 
        height: 96px;
        background: url("https://dzceab466r34n.cloudfront.net/images_nl/sw/EAIWorld%20200x58.svg") no-repeat;
        background-size: 200px 96px;
		
	}
	

    .sub.logo_dbta, .sub.logo_EAIW,
    .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("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/logo_dbta.svg") no-repeat;
        background-size: 200px 52px;
    }
    .sub.logo_bdq {
        height: 96px;
        background: url("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/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;
    }
    

    #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; }
        .sub.logo_dbta,
    .sub.logo_bdq {
        float: right;
    }
        }
    
        @media screen and (max-width:830px) {
            #footer{display:none; }
             #footer_wrap{display:none;}

             .sub.logo_dbta,.sub.logo_EAIW,
             .sub.logo_bdq {
                 float: none;
                 margin: 10px auto 15px auto;
             }
             .social ul li {
                float: left;
                margin: 0px 24px 0px 8px;
            }
            }



ul.dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  
 
  display: none;
       -webkit-transition: all 4.9s ease-in-out;
  transition: all 4.9s ease-in-out;
   
  
}

ul li:hover > ul.dropdown,
 ul.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: grid;
  background-color:white; 
  width:19%;
  padding-top:2%;
  line-height:2;
  border-radius:15px;
     -webkit-transition: all 4.9s ease-in-out;
  transition: all 4.9s ease-in-out;
  box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}


/*
ul li ul li {
  clear: both;
  width: 100%;
}
*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
 	background:rgba(55,55,55,.6);
backdrop-filter: blur(2.3px);
-webkit-backdrop-filter: blur(2.3px);
    animation: blur 5s;
}
/*
.unorderedlist{
    font-size: 1.1em;
}
*/
.modal-Header {
    background-color: #0e5196;
    color: #ffffff;
    padding: 2px;
    text-align: center;
    font-weight: bolder;
    height: 36px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#modal-LargeEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 750px;
    height: 460px;
    top: 45%;
    left: 50%;
    margin-left: -350px;
    margin-top: -225px;
    overflow: hidden;
    z-index: 12000;
    border-radius: 5px;
    display:block;
}

#modal-LargeEditor .modalContent {
    width: 740px;
    height: 370px;
    overflow: auto;
    padding: 5px;
    /*background-color:#cecece;*/
}
#modal-LargeEditor .modalContent .unorderedlist ul {

font-size: inherit;
}


#modal-LargeEditor .buttons {
/*
    width: 750px;
    height: 45px;
    padding: 4px 10px;
    text-align: center;
  */
  width: 33%;
    height: 45px;
    padding: 4px 10px;
    text-align: center;
    margin: 0 0 0 33%;
  
}

.btn--outline.btn--blue2 {
    background-color: rgb(62, 126, 138, 0.3);
    /* background-color: transparent; */
    border-color: #0e5196;
}

.btn--outline.btn--blue2:hover {
    background: #0e5196;
    color: #fff;
}

#modal-LargeEditor .buttons input {
    padding: 4px;
    margin: 4px auto;
    cursor: pointer;
}

#modal-LargeEditor .advertisements {
    width: 750px;
    height: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#modal-LargeEditor .Session_Title {
		font-size:1.3em;
}

#modal-LargeEditor .clsPresentationTitle {
		font-size:0.9em;
		padding: 0 0 3px 0;
}


#modal-MediumEditor {
    display: none;
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 700px;
    /*
    height: 350px;
    */
    top: 50%;
    left: 40%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 10041;
    border-radius: 5px;
}

#modal-MediumEditor .modalContent {
    /*
    
    width: 690px;
    height: 280px;
    */
    overflow: auto;
    padding: 5px;
}

#modal-MediumEditor .buttons {
    /*
    width: 680px;
    height: 10px;
    */
    padding: 15px 5px;
    text-align: center;
}

#modal-SmallEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 2000;
    border-radius: 5px;
}

#modal-SmallEditor .modalContent {
    width: 390px;
    height: 147px;
    overflow: auto;
}

#modal-SmallEditor .buttons {
    width: 390px;
    height: 30px;
    text-align: center;
}

#modal-SmallEditor .buttons input {
    padding: 0 4px;
    cursor: pointer;
}

.modalContent {
    background-color: #ffffff;
    font-family: Verdana;
		font-size: 1.1em;
}

.modalContent .clsSessionTime {
    font-size: 1.5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent .clsPresenter {
    font-family: inherit;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent p {
    font-size: 0.9em;
		line-height: 1.4;
}

.modal-Header {
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5;
}

.clsModalSpeakerTitle {
    margin: 0;
}
#multicolumns       
{
    font-size: 1.5em; /* 12/16 */
    width: 40.875%; /* 650/960 */
    max-width: 960px;
    text-align: left;
    margin: 0px auto; /*auto centers the container */
    padding: 3.84615384615385%; /* 25/650 */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.columns
{   
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 21.5em;
	margin: 0 0 10px 25px;
	line-height: 1.7;
	
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}
/****************************************************************************************************/


/* subpage < schedule sessions agenda < LIST styles */


/****************************************************************************************************/


.sessioncanceled {
    opacity:.7;
    cursor:none;
    
}
.sessioncanceled h3{
    color:#777777;
}
.sessioncanceled .session-title{
    color:#777777;    
    cursor:none;  
}
.sessioncanceled span{color:#777777;}


/*************** only for km 2021 ********/
.monday_nov_15   .session_title{
    font-size: 1.0rem;
}
.display_show_grid .monday_nov_15  .session {
    margin: 7px -11px -9px -3px;
    
     word-break: unset;
    font-size: 1em;
     word-break: unset;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 6px 19px;
    background: #fff;
    width: 100%;
}
/* above is ************** only for km 2021 ********/

.list_grid_toggle {
    float: right;
}

.list_grid_toggle li {
    display: inline-block;
    font-size: 2.5em;
    color: #ccc;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.list_grid_toggle li.active_list_grid {
    color: #000;
}

.session_date_selector {
    float: right;
}

.session_date_selector li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    font-size: 0.9em;
    cursor: pointer;
    font-weight: 700;
    border-radius: 22px;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
    
}

.session_date_selector li.session_date_show {
    border-top: solid 1px #1B334C;
    border-right: solid 1px #1B334C;
    border-left: solid 1px #1B334C;
    background: #1B334C;
    color: #fff;
}

.session_filter_label {
    float: right;
    clear: right;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-top: solid 1px #eee;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    box-sizing: content-box;
    border-radius: 50px;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}

.session_filter_label span {
    font-size: 1.0em;
    font-weight: 700;
}

.session_filter_label:after {
    font-family: FontAwesome;
    content: "\f0b0";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

.session_filter {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 30px;
    width: 350px;
    top: 0;
    right: 0;
    box-shadow: 18px 17px 16px #999;
    border-radius: 50px;
    box-sizing: content-box;
}

.session_filter_type {
    font-size: 1.3em;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: solid 1px #999;
    color: #999;
}

.session_filter li {
    display: block;
    cursor: pointer;
    font-size: 1.0em;
}

.session_filter li:before {
    font-family: FontAwesome;
    content: "\f10c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.session_filter li.session_selected:before {
    content: "\f058";
}

.session_filter_clear {
    display: block;
    cursor: pointer;
    font-size: 1.2em;
    color: #999;
    float: right;
}

.session_filter_clear:before {
    font-family: FontAwesome;
    content: "\f2d3";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.sessions_wrapper {
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    clear: both;
}

.session_time {
    float: left;
    width: 100px;
    flex: 0 0 120px;
    text-align: left;
    font-size: 0.9em;
    /*padding: 15px;*/
    padding-top: 33px;
    border-top: solid 1px #eee;
}

.session {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_keynote {
    /* margin: 0px; */
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_reception {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_roundtable {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_strategy {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_break {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_title a {
    font-size: 1.7em;
    /*color: #870c0d;*/
    color: #1B334C;
    margin: 15px 0 0 0;
    display: block;
    pointer-events: none;
}

.session_title span {
    font-size: 1.0em;
    color: #1B334C;
    /*color: #870c0d;*/
    margin: 15px 0 0 0;
    display: block;
    cursor: default;
}

.session_title a:hover {
    color: #ccc;
}

.session_tag {
    display: inline-block;
    padding: 3px;
    margin: 10px 0 0 0;
    color: #fff;
    font-weight: 700;
}

.session_track {
    font-size: 1.2em;
    display: block;
    margin: 0;
}

.session_location {
    border: none;
    margin: 0;
}

.session_location,
.session_length,
.session_speaker,
.session_description {
    font-size: 0.8em;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 0 0 3px 0;
}

.session_location span,
.session_length span,
.session_description span {
    color: #000;
    font-size: 1.1em;
}

.session_speaker span {
    /*color: #870c0d;*/
    color: #1B334C;
}

.session_speaker {
    /*margin: 10px 0;*/
    margin: 0;
    flex: 1;
}



/* added last-child on 3/12/18 from Mike E */

.session:last-child {
    border-right: solid 1px #eee;
}

.session_break:last-child {
    border-right: solid 1px #eee;
}

.session_reception:last-child {
    border-right: solid 1px #eee;
}

.session_roundtable:last-child {
    border-right: solid 1px #eee;
}

.session_strategy:last-child {
    border-right: solid 1px #eee;
}

.session_keynote:last-child {
    border-right: solid 1px #eee;
}

.session_speaker a {
    
    color: #1B334C;
}

.session_speaker a:hover {
    color: #ccc;
}


/****************************************************************************************************/


/* subpage < schedule sessions agenda < GRID styles */


/****************************************************************************************************/

.display_list_grid {
    border-bottom: solid 1px #eee;
    display: inline-block;
    width: 100%;
}

.display_show_grid .session_track,
.display_show_grid .session_speaker,
.display_show_grid .session_description,
.display_show_grid .session_tag,
.display_show_grid .session_location {
    display: none;
}

.display_show_grid .session_time_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
    background: #fafafa;
}

.display_show_grid .session .session_title {
    cursor: pointer;
}

.display_show_grid .session_keynote .session_title {
    cursor: pointer;
}

.display_show_grid .session_reception .session_title {
    cursor: pointer;
}

.display_show_grid .session_roundtable .session_title {
    cursor: pointer;
}

.display_show_grid .session_strategy .session_title {
    cursor: pointer;
}

.display_show_grid .session_kenote_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
}


/* old before 3/12/18 
.display_show_grid .session {
    margin: 0;
     width: 21%;
    float: left;
    
    
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
}
*/

.display_show_grid .session {
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    width: 100%; /* width should be 20% */
}

.display_show_grid .session_keynote {
    /*margin-left: -8px;
    width: 80.6%;
    margin-right:65.5px;
    float: left;
    flex:1;
    */
    width: 100%;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_reception {
    margin: 0;
    /*
    width: 107%;
    float: left;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_roundtable {
    margin: 0;
    width: 42.5%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_strategy {
    margin: 0;
    width: 66%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_break {
    margin: 0;
    /*
    width: 107%;
    float: left;
    flex:1;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_break .session_title a {
    pointer-events: none;
    cursor: none;
}

.display_show_grid .session_title span {
    font-size: 1.0em;
    cursor: pointer;
}

.display_show_grid .session_title a {
    font-size: 1.0em;
    cursor: pointer;
    pointer-events: all;
}

.display_show_grid .session_title a:hover+.display_show_grid .session_description {
    display: block;
}


/****************************************************************************************************/


/* grid label overrides */


/****************************************************************************************************/


/*
.grid_labels {
    display: none;
    --deletemax-width: 1540px; 
    width: 100%;
    --deletefloat: left;
}
 */

.grid_labels {
    display: none;
    max-width: 1540px;
    width: 100%;
}

.grid_labels .session_time {
    border: none;
    padding: 0 15px;
}

.grid_labels .session {
    padding: 0;
    /* border: none; */
}

.grid_labels .session_track {
    padding: 7px 15px;
    display: block;
    height: 80px;
    font-size: 0.8rem;
}


/*
.grid_label_lock {
    position: fixed;
    z-index: 10001;
    top: 120px;
    left: 0;
    padding: 0 30px;
}
*/

.grid_label_lock {
    position: fixed;
    z-index: 1001;
    top: 120px;
    left: auto
}

.session_date_selector_lock {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    float: right;
    background: url(/Conferences/images/east2020/bg_poly.jpg) center center;
    margin-left: 53%;
    background: #DBDBDB;
    border-radius: 50px;
}

.display_show_grid .monday_jun_1 .session {
    width: 100%;
    
}
/*.display_show_grid .monday_nov_12 .session_track {
   color:rgb(133, 17, 143);
   
}*/



.session_description .unorderedlist ul {
    font-size:inherit;
}
@media screen and (max-width: 1440px) {
    /*.grid_label_lock {
        max-width: 1380px; 
    }*/
    .session_track {
        font-size: 1.0em;
    }
    /*.display_show_grid .session_keynote {
         width:86.6%; 
    }*/
    .display_show_grid .session_break {
        margin-left: -06.px;
    }
    .session_location, .session_length, .session_speaker, .session_description {
        font-size: 0.8em;
        display: block;
        color: #666;
        font-weight: 400;
        padding: 0 0 3px 0;
    }
    .display_show_grid .session_title span {
        font-size: 0.8em;
        cursor: pointer;
    }
    .session_location span, .session_length span, .session_description span {
        color: #000;
        font-size: 0.8em;
    }



}

@media screen and (max-width: 1024px) {
    /* .grid_label_lock {
        max-width: 963px; 
    }
    */
    .session_track {
        font-size: 0.9em;
    }
}

@media screen and (max-width:1600px) {
    .grid_label_lock {
        left: 0;
        padding: 0 30px;
    }
    .grid_labels {
        max-width: none;
    }
}

@media screen and (max-width: 960px) {
    .session_date_selector_lock {
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        z-index: 1001;
        font-weight: 0;
    }
    .session_date_selector {
        margin: 0;
        padding: 5px;
        font-size: 1.1em;
        text-align: center;
    }
    .session_title {
        font-size: 0.8em;
    }
    .session_description span,
    .session_description span p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 667px) {
.session_time{
    font-size: 1.0em;
}

.session_title {
    font-size: 0.5em;
}
.session {
    margin: 0 0 0 100px;
    font-size: unset; 
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: unset; 
}
.session_location, .session_length, .session_speaker, .session_description {
    font-size: 0.7em;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 0 0 3px 0;
}
.session_date_selector {
    margin: 0;
     padding: unset; 
    font-size: 0.8em;
    /* text-align: center; */
}
.session_date_selector li {
    margin: 0 7.7px 0 0;
    padding: 0.3rem;
    font-size: 0.6em;
    cursor: pointer;
    /* font-weight: 700; 
    display: table-cell;*/
}
.unorderedlist{
    font-size: 0.8em;
}
.list_grid_toggle {
 display:none;
}
}

/**************************************** tracks_old / front_page ****************************************/
.track {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
   
}
.tracks {
    width: 100%;
    /*background: url(/images/2019/bg_tracks.jpg) no-repeat fixed top center;*/
    background-size: cover;
    padding: 30px;
    
    clear: both;
    float: left;

background:url("https://dzceab466r34n.cloudfront.net/images_nl/sh/DS25_background_2.svg") no-repeat ;
    
    background-size: cover;

}
.track p {
    /*margin: 30px 0 0 0;*/
    color: black;
}
.tex {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tracks .btn {
    width: auto;
    margin: 1rem auto;
    display: inline-block;
    padding: 0.5rem 3rem;
}

.tracks h3 {
    /*color: #870c0d;*/
    width: 100%;
    margin: 0 auto;
    
    
    
    background-size: cover;
}
.tracks h2 {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4% 0 4%;
    margin-top: 20px;
}


 .tracks h4{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    font-family: 'Gentium Basic', serif;
    padding: 0 4% 0 4%;
    margin: 0 auto;
        font-size: 26px

}

.tracks h5{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    font-family: 'Gentium Basic', serif;
        font-size: 26px
}
.tracks div.modName{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    padding: 0 4% 0 4%;
    font-family: 'Gentium Basic', serif;
        font-size: 26px
	
}
.tracks div.mod{
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    
    margin: 0 auto;
    font-family: 'Gentium Basic', serif;
    padding: 0 4% 0 4%;
        font-size: 18px
	
}
.tracks div.modName a{
    color: #ffffff !Important;
}

.room {
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
  font-family: 'Gentium Basic', serif;
    font-size: 26px;
    padding: 0 4% 0 4%;
    margin: 0 auto;
   
}

.track {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 1px #333;
    border-radius: 25px;
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}

 
/*
.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: #005984;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 49px;
}
*/

.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Open Sans';
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #005984;
    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 #005984;
    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;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    
    border-top: unset !important;
}
 .table-responsive {
    border:unset !important;
}


@media screen and (max-width:630px) {
    .tracks {
        padding: 0px;
    }
    .track {
        display: inline-block;
        padding: 10px;
    }
    /*
    .explore_btn {
        display: none;
    }
    */
    .explore_btn_mobile {
        display: block;
    }
}
/*-------------------------------------------*\
** Imports
    - Colors
    - Typography
    - Mixins
    - Buttons
    - Navigation
    - Header
    - Footer
    - Forms    
    - Carousel    
** SASS Variables
** Global
\*-------------------------------------------*/


/**
* colors.scss
* partial to store color variables and color maps
*/


/**
 * typography.scss
 *
 * partial to store typography including imports of fonts as well as
 * setting up variables for font faces
 */

@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
h6 {
    font-size: 0.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

h5 {
    font-size: 1rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

h4 {
    font-size: 1.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

h3 {
    font-size: 2rem;
    margin: 1rem 0;
    color: #0e5196;
    font-weight: 900;
}

h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

h1 {
    font-size: 3rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #0e5196;
    font-weight: 900;
}

.image_header_CDS {
    max-width: 40%;
}

.image_header_SMU {
    width: auto;
    margin-right: 5%;
}

.bold {
    font-weight: 900;
}

.table td {
    border-top: unset;
}

.table td,
.table th {
    padding: unset;
}

.title {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.7;
}
/* for ads on conference screen */
.ad_mobile {
	display:none;
	}
	
.ad_banner {
	Display:block;
}
/**
* mixins.scss
* partial to store mixins for commonly used styles such as transitions,
* opacity, borders, etc.
*/


/**
* buttons.scss
* partial to define all buttons states
*/

.btn {
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0;
    border-width: 0.1rem;
    border-radius: 2rem;
    display: block;
    width: 100%;
    /*
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  */
}

.btn:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*.btn:active {
    -webkit-transition: unset;
    transition: unset;
}
*/

.btn--solid.btn--white {
    background-color: #fff;
    border-color: #fff;
    color: choose-contrast-color(#fff);
}

.btn--solid.btn--white:hover {
    background: none;
    color: #fff;
}

.btn--solid.btn--black {
    background-color: #000;
    border-color: #000;
    color: choose-contrast-color(#000);
}

.btn--solid.btn--black:hover {
    background: none;
    color: #000;
}

.btn--solid.btn--gray {
    background-color: #666;
    border-color: #666;
    color: choose-contrast-color(#666);
}

.btn--solid.btn--gray:hover {
    background: none;
    color: #666;
}

.btn--solid.btn--gray-light {
    background-color: #efefef;
    border-color: #efefef;
    color: choose-contrast-color(#efefef);
}

.btn--solid.btn--gray-light:hover {
    background: none;
    color: #efefef;
}

.btn--solid.btn--blue {
    background-color: #0e5196;
    border-color: #0e5196;
    color: choose-contrast-color(#0e5196);
}

.btn--solid.btn--blue:hover {
    background: none;
    color: #0e5196;
}

.btn--solid.btn--red {
    background-color: rgb(255, 49, 49);
    border-color: rgb(255, 49, 49);
    color: choose-contrast-color(#0e5196);
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}
.btn--solid.btn--red:hover {
    background: rgb(147, 149, 152);
    border-color: rgb(147, 149, 152);
	
}


.btn--solid.btn--blue-light {
    background-color: #7da7d9;
    border-color: #7da7d9;
    color: choose-contrast-color(#7da7d9);
	
}

.btn--solid.btn--blue-light:hover {
    background: none;
    color: #7da7d9;
}

.btn--solid.btn--purple {
    /*background-color: #8560a8;*/
    border-color: #8560a8;
    color: choose-contrast-color(#8560a8);
}

.btn--solid.btn--purple:hover {
    background: none;
    color: #fff;
    background-color: #8560a8;
}

.btn--solid.btn--fuschia {
    background-color: #8f008f;
    border-color: #8f008f;
    color: choose-contrast-color(#8f008f);
}

.btn--solid.btn--fuschia:hover {
    background: none;
    color: #8f008f;
}

.btn--solid.btn--pink {
    background-color: #ff00ff;
    border-color: #ff00ff;
    color: choose-contrast-color(#ff00ff);
}

.btn--solid.btn--pink:hover {
    background: none;
    color: #ff00ff;
}

.btn--outline.btn--white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
	box-shadow: var(--clay-shadow-outset,4px 4px 8px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-1px -1px 18px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,4px 4px 4px 0 hsla(0,0%,100%,.2));
    /*
  -webkit-box-shadow: 5px 10px 5px #333;
    box-shadow: 5px 10px 5px #333;;*/
}

.btn--outline.btn--white:hover {
    background: rgb(147, 149, 152);
    border-color: rgb(147, 149, 152);
}

.btn--outline.btn--black {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.btn--outline.btn--black:hover {
    background: #000;
    color: #fff;
}

.btn--outline.btn--gray {
    background-color: transparent;
    border-color: #666;
    color: #666;
}

.btn--outline.btn--gray:hover {
    background: #666;
    color: #fff;
}

.btn--outline.btn--gray-light {
    background-color: transparent;
    border-color: #efefef;
    color: #efefef;
}

.btn--outline.btn--gray-light:hover {
    background: #efefef;
    color: #fff;
}

.btn--outline.btn--blue {
    background-color: transparent;
    border-color: #0e5196;
    /*-webkit-box-shadow: 5px 10px 5px #333;;
  box-shadow: 5px 10px 5px #333;;
  color: #0e5196; took out mjd 
  background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--blue:hover {
    background: #3B7AA9;
    color: #fff;
}

.btn--outline.btn--blue-light {
    background-color: transparent;
    border-color: #3B7AA9;
box-shadow: var(--clay-shadow-outset,4px 4px 8px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-1px -1px 18px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,4px 4px 4px 0 hsla(0,0%,100%,.2));   
   /*-webkit-box-shadow: 5px 10px 5px #333;
    box-shadow: 5px 10px 5px #333;
  color: #7da7d9; took out mjd 
  background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--blue-light:hover {
    background: #3B7AA9;
    color: #fff;
    /*-webkit-box-shadow: 10px 15px 5px #999;
  box-shadow: 10px 15px 5px #999;*/
}

.btn--outline.btn--purple {
    background-color: transparent;
    border-color: #8560a8;
    /* mjd color: #8560a8;
  background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--purple:hover {
    background: #8560a8;
    color: #fff;
}

.btn--outline.btn--fuschia {
    background-color: transparent;
    border-color: #8f008f;
    /* took out mjd color: #8f008f;
  background-color: rgb(62, 126, 138, 0.3); */
}

.btn--outline.btn--fuschia:hover {
    background: #8f008f;
    color: #fff;
}

.btn--outline.btn--pink {
    background-color: transparent;
    border-color: #ff00ff;
    /*color: #ff00ff; took out mjd*/
    /*background-color: rgb(62, 126, 138, 0.3);*/
}

.btn--outline.btn--maroon {
    border-color: #9f2021;
}

.btn--outline.btn--maroon:hover {
    background: #9f2021;
    color: #fff;
}

.btn--outlinee.btn--pink.a {
    color: #0e5196;
}

.btn--outline.btn--pink:hover {
    background: #ff00ff;
    color: #fff;
}

.btn--outline.btn--red {
    background-color: transparent;
    border-color: rgb(255, 49, 49);
	box-shadow: var(--clay-shadow-outset,8px 8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-8px -8px 16px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,8px 8px 16px 0 hsla(0,0%,100%,.2));
}

.btn--outline.btn--red:hover {
    background: rgb(255, 49, 49);
    color: #fff;
}


/*-------------------------------------------*\
** Overrides
\*-------------------------------------------*/

.btn--outline.btn--lightBlue:hover {
    background: #7da7d9;
    border-color: #7da7d9;
    /*-webkit-box-shadow: 10px 10px 5px #999;
    box-shadow: 10px 10px 5px #999; */
}

.btn--outline.btn--white:active {
    /*box-shadow: 0 4px #333;*/
    transform: translateY(14px);
    /*-webkit-box-shadow: 0 5px #333;*/
}

.btn--outline.btn--blue:active {
    box-shadow: 0 4px #333;
    transform: translateY(14px);
    -webkit-box-shadow: 0 5px #333;
}

.btn--outline.btn--blue-light:active {
    box-shadow: 0 5px #333;
    transform: translateY(4px);
    -webkit-box-shadow: 0 5px #333;
}


/**
 * navigation.scss
 *
 */

@-webkit-keyframes scroll {
    from {
        top: -110px;
    }
    to {
        top: 0;
    }
}

@keyframes scroll {
    from {
        top: -110px;
    }
    to {
        top: 0;
    }
}

.springy-text {
    animation-name: springy-text;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 6;
    animation-direction: alternate-reverse;
    animation-fill-mode: backwards;
}

@keyframes springy-text {
    0% {
        letter-spacing: 1.2em;
        color: thistle;
    }
    100% {
        letter-spacing: 0.1em;
        color: darkslateblue;
    }
}

.chameleon {
    color: orange;
    animation-name: chameleon;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 3.0);
    animation-delay: 0s;
    animation-iteration-count: 15;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes chameleon {
    0% {
        font-size: 1em;
    }
    50% {
        font-size: 2em;
        color: limegreen;
    }
    100% {
        font-size: 1em;
    }
}

.zoom {
    padding: 50px;
    background-color: green;
    transition: transform .2s;
    /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.header {
    position: relative;
    z-index: 999;

}

.header a {
    color: #0e5196;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*font-size: large;*/
    font-family: "Raleway", sans-serif;
}

.header a:hover {
    color: rgb(255, 49, 49);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .duplicate {
    display: block;
}

.header .header-inner {
    height: 115px;
    background: #fff;
    width: 100%;
	
}

.header .header-inner.scrolled {
    position: fixed;
    -webkit-animation: scroll 1s forwards;
    animation: scroll 1s forwards;
}

.header .header-inner.scrolled .logo {
    display: block;
}

.header .header-inner.scrolled .navigation-main {
    display: none;
}

.header .header-inner.scrolled .duplicate {
    display: block;
}

.header .container {
    /* change back if any weird things happen, changed 8/19/2020  mjd
  max-width: 1600px;
  */
    position: relative;
		
}

.subpage .header .header-inner.scrolled {
    -webkit-animation: none;
    animation: none;
    
	top: 0;
	
}

.header-cta {
    width: 100%;
    
    color: #fff;
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 900;
    font-size: 0.9rem;
	background: linear-gradient(to left, rgb(7, 65, 119),rgb(243, 47, 47),rgb(7, 65, 119) );	
	/*box-shadow: var(--clay-shadow-outset,4px 4px 8px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-1px -1px 18px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,4px 4px 4px 0 hsla(0,0%,100%,.2));*/

	
}

.header-cta a {
    color: #fff;
}

.header-cta a:hover {
	color: rgb(214, 214, 214);
}	
.header-cta__description {
    width: 50%;
    float: left;
    font-family: "Raleway", sans-serif;
}

.header-cta__link {
    width: 50%;
    float: left;
    text-align: right;
    font-family: "Raleway", sans-serif;
}

.header-navigation {
    width: 100%;
	 
	
}

.header-navigation .logo {
    max-width: 300px;
    display: inline-block;
}

.header-navigation .logo img {
    width: 20vw;
    height: auto;
    margin-top: auto;
}

.navigation-main {
    float: right;
    margin: 15px 60px 0 0;
    display: none;
}

.navigation-main ul {
    list-style: none;
    font-size: initial;
}

.navigation-main ul li {
    display: inline-block;
    font-weight: 900;
    margin: 0 0 0 .6rem;
}

.navigation-dd__menu {
    display: none;
    position: absolute;
    right: 0;
    padding: 0 1rem;
    background: #fff;
}

.navigation-dd__menu ul {
    list-style: none;
    font-size: initial;
}

.navigation-dd__menu ul li {
    margin: .5rem 0 0 0;
    padding: .5rem 0 0 0;
    border-top: solid 1px #f1f1f1;
}

.navigation-dd__menu.opened {
    display: block;
	
}

.navigation-dd__btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 99999;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.navigation-dd__btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 34px;
    background: #333;
    border-radius: 1px;
    opacity: 1;
    left: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navigation-dd__btn span:nth-child(1) {
    top: 12px;
}

.navigation-dd__btn span:nth-child(2),
.navigation-dd__btn span:nth-child(3) {
    top: 23px;
}

.navigation-dd__btn span:nth-child(4) {
    top: 34px;
}

.navigation-dd__btn.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.navigation-dd__btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-dd__btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-dd__btn.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

@media (min-width: 768px) {
    .header .navigation-main {
        display: block;
    }
    .header .duplicate {
        display: none;
    }
    .header .scrolled .logo {
        margin: 0 auto;
    }
    .section {
        padding: 4rem;
    }
}


/**
 * header.scss
 *
 */


/**
 * footer.scss
 *
 */


/**
* forms.scss
* partial to define all form styles
*/

.form--signup input {
    padding: 0.5rem 1rem;
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 2rem;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    display: block;
    width: 100%;
}

.form--signup input::-webkit-input-placeholder {
    color: #fff;
}

.form--signup input:-ms-input-placeholder {
    color: #fff;
}

.form--signup input::-ms-input-placeholder {
    color: #fff;
}

.form--signup input::placeholder {
    color: #fff;
}

.form--signup input[type=submit] {
    width: 50%;
    background: #fff;
    color: #3B7AA9;
}


/**
 * carousel.scss
 *
 * partial to store carousel styles
 */

.carousel {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 130px;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.carousel__list {
    position: absolute;
    list-style: none;
}

.carousel__item {
    height: 130px;
    max-width: 200px;
    display: inline-block;
    margin: 0;
}

.carousel__outer {
    height: 130px;
    display: table;
    margin: 0;
}

.carousel__inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2rem;
}

.carousel img {
    display: block;
    max-height: 130px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}


/*-------------------------------------------*\
** SASS Variables
\*-------------------------------------------*/


/*-------------------------------------------*\
** Global
\*-------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    height: 100%;
    font-family: "Raleway", sans-serif;
    background: #fff;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*-------------------------------------------*\
** Hero
\*-------------------------------------------*/

.hero {
    position: relative;
    background-color: black;
    background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/DS25%20Website%20Header.svg) bottom no-repeat !important;
    height: 850px;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover !important;
}

.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: black;*/
    /*background-color: blue;*/
    /*background-color: grey;*/
    opacity: 0.3;
    z-index: 1;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero__content {
    max-width: 1920px;
    position: inherit;
    z-index: 9;
    height: 100%;
}

.hero__date-loc {
    color: #fff;
    text-transform: uppercase;
    margin: 1rem 0 0 1rem;
}

.hero__date-loc div {
    clear: both;
}

.hero__logo {
    max-width: 500px;
    width: 100%;
    margin: 1rem auto 1rem auto;
}

.hero__logo img {
    width: 100%;
    height: auto;
}

.hero__tagline {
    color: #fff;
    text-shadow: 2px 2px 8px black;
	font-family:Anton;
    /*font-weight: 900;*/
    font-size: 7.5rem;
    text-align: left;
    /*max-width: 1000px;*/
    width: 100%;
    margin: 3.5% 5% 0%  5%;
    line-height: 1.1;
}

.hero__tagline span {
    color:  rgb(147, 149, 152);
    text-shadow: 2px 2px 8px black;
	font-family:Anton;

    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    line-height: 1.1;
}

.hero__ctas {
    /*max-width: unset;
    margin: 78px 130px 66% 27%;
    margin: 50px 127px 53% 16%;*/
    max-width: 787px;
    padding-left: 3%;
    margin-left: 2%;
}

.hero__ctas_colo {
    /*margin: 78px 130px 66% 27%;
  margin: 50px 127px 53% 16%;*/
    max-width: 810px;
    margin: -25px auto;
    align-items: flex-end;
}

.hero__ctas_colo img {
    width: 70%;
}

.hero__ctas a {
    margin: 1rem auto;
    max-width: 100%;
    font-size: 1.5rem;
    padding: 0.5rem 0.5rem;
    color: #fff !important;
    text-shadow: 0 1px 10px #000;
	font-weight: 700;
}


/*-------------------------------------------*\
** Sections
    - Global
    - Intro (homepage)
    - Call to Action
    - Carousel
    - Events
    - Stats
\*-------------------------------------------*/

.section {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    color: #666;
    font-size: 1.1rem;
    background: #fff;
    text-align: center;
}

.section--img {
	 
background: url("https://dzceab466r34n.cloudfront.net/images_nl/sh/DS25_background_2.svg")  no-repeat;	
    /*background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 3, 87, 0.9)), to(rgba(0, 3, 87, 0.8))), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/DS25%20Website%20Site%20Sections.svg") center center no-repeat;
    background: linear-gradient(to bottom left, rgba(0, 3, 87, 0.9), rgba(0, 3, 87, 0.8)), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/DS25%20Website%20Site%20Sections.svg") center center no-repeat; 
	*/
    background-size: cover;
    color: #fff;
}

.section--img h2 {
    color: #fff;
}

.section--shadow {
    -webkit-box-shadow: 0 2px 10px #000;
    box-shadow: 0 2px 10px #000;
    position: relative;
    z-index: 1;
}

.section .btn {
    width: auto;
    margin: 1rem auto;
    display: inline-block;
    padding: 0.5rem 3rem;
}

.section--intro__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section--intro__icon {
    color: #fff;
    -webkit-box-flex: 46%;
    -ms-flex: 46%;
    flex: 46%;
    margin: 4% 2%;
    background: rgb(22, 87, 147);
    border-radius: 10px;
    text-align: center;
    padding: 2rem 1rem;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	box-shadow: var(--clay-shadow-outset,4px 4px 8px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-1px -1px 18px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,4px 4px 4px 0 hsla(0,0%,100%,.2));
    
}

.section--intro__icon i {
    display: block;
    font-size: 8rem;
    margin: 0 0 1rem 0;
}

.section--intro__icon:hover {
    color: #7da7d9;
	transform: scale(0.8);
    
}

.section--sponsor__icon {
    color: #fff;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    margin: 4% 2%;
    background: rgb(22, 87, 147);
    border-radius: 10px;
    text-align: center;
    padding: 2rem 1rem;
-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	box-shadow: var(--clay-shadow-outset,4px 4px 8px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-primary,-1px -1px 18px 0 rgba(0,0,0,.25)),inset var(--clay-shadow-inset-secondary,4px 4px 4px 0 hsla(0,0%,100%,.2));
    
}

.section--sponsor__icon i {
    display: block;
    font-size: 8rem;
    margin: 0 0 1rem 0;
}

.section--sponsor__icon:hover {
    color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 16px 16px 5px #333;
    box-shadow: 16px 16px 5px #333;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
		transform: scale(0.8);
}

.section--speakers {
    padding: 4rem 2rem;
    text-align: center;
}

.section .speaker__list {
    text-align: center;
}

.section .speaker__item {
    display: inline-block;
    text-align: center;
    height: 220px;
    width: 220px;
    margin: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.section .speaker__link {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section .speaker__link:hover {
    color: #ff00ff;
}

.section .speaker__info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0.5rem;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.section .speaker__name,
.section .speaker__company {
    font-size: 0.8rem;
    font-weight: 900;
    display: block;
}

.section .speaker__company {
    font-style: italic;
}

.section .speaker__image {
    border-radius: 10px;
    width: 100%;
    height: auto;
    position: relative;
    transition: transform .2s;
    /*
   These 2 below add greyscale to the speaker pics
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
  */
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
}

.section .speaker__image:hover {
    border-radius: 20px;
    width: 100%;
    height: auto;
    position: relative;
    transform: scale(1.1);
    box-shadow: 0px 0px 62px #fff;
}

.section--cta {
    padding: 4rem 2rem;
    text-align: center;  
}

.section--cta .btn {
    font-size: 1.7rem;
}

.section--cta-speaker {
    background:  url("https://dzceab466r34n.cloudfront.net/images_nl/sh/DS24%20BeASpeaker4_1075x768.svg") 30% 30% no-repeat;
    /*background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 3, 87, 0.8)), to(rgba(0, 3, 87, 0.8))), url("/Conferences/images/West2020/BeaSpeaker.jpg") center center no-repeat;
    background: linear-gradient(to bottom left, rgba(0, 3, 87, 0.8), rgba(0, 3, 87, 0.8)), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/DS24back2.svg") center center no-repeat;*/
    background-size: cover;
}

.section--cta-sponsor {
    background:  url("https://dzceab466r34n.cloudfront.net/images_nl/sh/DS24%20BeASponsor2_1075x768.svg") center 29% no-repeat;
    /*background: linear-gradient(to bottom left, rgba(0, 3, 87, 0.8), rgba(0, 3, 87, 0.8)), url("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/DS2022SPONSOR.png") center 35% no-repeat;*/
    background-size: cover;
}

.section--cta-tracks {
	
	background:url("https://dzceab466r34n.cloudfront.net/images_nl/sh/DS25_background_2.svg") no-repeat ;
  /*  background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 3, 87, 0.8)), to(rgba(0, 3, 87, 0.8))), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/DS24back2.svg") no-repeat fixed top center;
    background: linear-gradient(to bottom left, rgba( 0, 3, 87, 0.8), rgba(0, 3, 87, 0.8)), url("https://dzceab466r34n.cloudfront.net/images_nl/sw/DS24back2.svg") no-repeat fixed top center;*/
    background-size: cover;
}

.section--carousel {
    text-align: center;
    padding: 4rem 2rem;
    color: #0e5196;
    background: #fff;
}

.section--events__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section--events__event {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    text-align: center;
    height: 300px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 2rem;
    line-height: 1;
}

.section--events__event span {
    position: relative;
    z-index: 9;
}

.section--events__event img {
    position: relative;
}

.section--events__event:hover {
    color: #fff;
}

.section--stats .stats {
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    list-style: none;
}

.section--stats .stats__item {
    display: inline-block;
    padding: 2rem;
    text-align: center;
}

.section--stats .stats span {
    font-size: 4rem;
}

.section--testimonials {
    text-align: center;
}

.section--testimonials .testimonials {
    list-style: none;
    position: relative;
    margin: -3rem auto 0 auto;
    max-width: 1200px;
    display: block;
}

.section--testimonials .testimonials__item {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
    color: #666;
    border-radius: 5px;
    position: relative;
    padding: 2rem;
    font-size: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 1% 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.section--testimonials .testimonials__image {
    border-radius: 50%;
    /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
    max-width: 170px;
    width: 100%;
    margin: 0 0 1rem 0;
}

.section--testimonials .testimonials__quote {
    display: block;
    font-style: italic;
}

.section--testimonials .testimonials__name,
.section--testimonials .testimonials__company {
    display: inline-block;
    font-size: 1.2rem;
}


/*-------------------------------------------*\
** Video (responsive)
\*-------------------------------------------*/

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    margin: 15px 0 7px 0;
}

.video__outer {
    position: relative;
    display: block;
    max-width: 100%;
}

.video__inner {
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/*--------------------------{-----------------*\
** Other Screens
\*-------------------------------------------*/

@media screen and (max-width:1175px) {
    .form--signup {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) {
/*   
   .hero {
        height: 750px;
    }
    .hero__tagline {
        font-size: 3rem;
    }
    */
    .hero__ctas a {
        max-width: 100%;
    }
    .section {
        padding: 4rem;
    }
    .section--intro,
    .section--events {
        text-align: left;
    }
    .section--testimonials .testimonials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -7rem auto 0 auto;
    }
    .section--testimonials .testimonials__item {
        -webkit-box-flex: 48%;
        -ms-flex: 48%;
        flex: 48%;
        margin: 1%;
    }
}


/*
@media (max-width: 768px) {
  .hero {
    height: unset;
  }
  .hero__tagline {
    font-size: 1.9rem;
  }
  .hero__ctas a {
    max-width: 100%;
  }
  .section {
    padding: 4rem;
  }
  .section--intro, .section--events {
    text-align: left;
  }
  .section--testimonials .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -7rem auto 0 auto;
  }
  .section--testimonials .testimonials__item {
    -webkit-box-flex: 48%;
        -ms-flex: 48%;
            flex: 48%;
    margin: 1%;
  }


}
*/

@media (min-width: 992px) {
    /* .hero__tagline {
    font-size: 1.9rem;
  }
  */
    .section--hotel,
    .section--testimonials,
    .section--form {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .hero__tagline {
        margin: 2rem auto;
		    font-size: 5rem;
    }
    .hero__logo {
        width: 63%;
        margin: 1rem auto 0rem auto;
    }
}

@media (max-width: 630px) {
    .section--events__event {
        -webkit-box-flex: 51%;
        -ms-flex: 51%;
        flex: 51%;
    }
}

@media screen and (max-width:450px) {
    .ad_mobile {
	display: flex;
    justify-content: center;
    background-color: grey;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    margin: auto 2rem auto;
	
	}
.ad_mobile.scrolled {
	display:flex;
	justify-content:center;
	background-color:grey;
	bottom: 0;
	position:fixed;
	z-index:99999;
	margin: auto 2rem auto;
	
}

.ad_banner {
	Display:none;
}
	
	.hero__logo {
        max-width: 600px;
        width: 100%;
        margin: 1rem auto -3rem auto;
    }
    .section {
        padding: 1.7rem;
    }
    .section--cta .btn {
        font-size: 1.2rem;
    }
    .navigation-dd__btn {
        top: -7px;
    }
    .hero__tagline span {
        font-size: 1.2rem;
    }
    .hero video {
        display: contents;
        /*
  if no video at phone size hide everythign but display:contents
  

  position: absolute;
  top: 50%;
  
  min-width: 50%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  */
    }
    .hero {
        background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/DS25%20Website%20Header.svg) no-repeat !important;
        background-size: cover !important;
        height: 950px;
    }
    .hero__ctas {
        max-width: 700px;
        margin: 0 auto;
    }
    .hero__ctas_colo {
        /* max-width: 800px; */
        /* margin: 1px auto auto; */
        /* max-width: 900px; */
        margin: auto;
        /* padding-left: 18%; */
        width: 230px;
    }
    .navigation-dd__menu ul {
        font-size: 0.8rem;
    }
    .header-navigation .logo {
        max-width: 180px;
    }
	
	.header-navigation .logo img {
    width: 96% !important;
	}
    .hero__tagline {
        font-size: 5rem;
        
    }
	.hero__tagline span{
        font-size: 5rem;
        
    }
    .col-md-4 {
        margin-left: unset !important;
    }
    .image_header_CDS {
        padding-top: 10px;
        max-width: 92%;
    }
}

@media screen and (max-width:375px) {
.ad_mobile.scrolled {
	
	margin: auto 1.8rem auto;
	
}	
}


@media screen and (max-width:320px) {
.ad_mobile.scrolled {
	
	margin: auto;
	
}	
}
/*
        ___          ___          ___          ___      ___                   ___          ___     
       /\  \        /\  \        /\  \        /\  \    /\  \        ___      /\__\        /\  \    
      /::\  \      /::\  \      /::\  \      /::\  \   \:\  \      /\  \    /:/  /       /::\  \   
     /:/\:\  \    /:/\:\  \    /:/\:\  \    /:/\:\  \   \:\  \     \:\  \  /:/  /       /:/\:\  \  
    /:/  \:\  \  /::\~\:\  \  /::\~\:\  \  /::\~\:\  \  /::\  \    /::\__\/:/__/  ___  /::\~\:\  \ 
   /:/__/ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\ \:\__\/:/\:\__\__/:/\/__/|:|  | /\__\/:/\:\ \:\__\
   \:\  \  \/__/\/_|::\/:/  /\:\~\:\ \/__/\/__\:\/:/  /:/  \/__/\/:/  /   |:|  |/:/  /\:\~\:\ \/__/
    \:\  \         |:|::/  /  \:\ \:\__\       \::/  /:/  /    \::/__/    |:|__/:/  /  \:\ \:\__\  
     \:\  \        |:|\/__/    \:\ \/__/       /:/  /\/__/      \:\__\     \::::/__/    \:\ \/__/  
      \:\__\       |:|  |       \:\__\        /:/  /             \/__/      ~~~~         \:\__\    
       \___/        \|__|    ___ \/__/    ___ \/__/   ___  ___                            \/__/    
       /\__\       ___      /\__\        /\  \       /\__\/\  \                                    
      /:/  /      /\  \    /::|  |      /::\  \     /:/  /::\  \                                   
     /:/__/       \:\  \  /:|:|  |     /:/\:\  \   /:/  /:/\:\  \                                  
    /::\__\____   /::\__\/:/|:|  |__  /:/  \:\__\ /:/  /::\~\:\  \                                 
   /:/\:::::\__\_/:/\/__/:/ |:| /\__\/:/__/ \:|__/:/__/:/\:\ \:\__\                                
   \/_|:|~~|~ /\/:/  /  \/__|:|/:/  /\:\  \ /:/  |:\  \:\~\:\ \/__/                                
      |:|  |  \::/__/       |:/:/  /  \:\  /:/  / \:\  \:\ \:\__\                                  
      |:|  |   \:\__\       |::/  /    \:\/:/  /   \:\  \:\ \/__/                                  
      |:|  |    \/__/       /:/  /      \::/__/     \:\__\:\__\                                    
       \|__|                \/__/        ~~          \/__/\/__/                                    
*/


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


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


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

@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
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;
}

.mobile_hidden {
    display: none;
}


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


/* css3 animations */


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

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


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


/* structure */


/****************************************************************************************************/
/*-------------------------------------------*\
** Global
\*-------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
  }
  
  body {
    height: 100%;
    font-family: "Raleway", sans-serif;
    /*background: #efefef;*/
  }
  
  html,
  body {
      /* added font-size to test -- mjd 
    font-size: 62.5%;*/
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
/*  
body,
html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

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

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


/* fonts text typography */


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



h1 {
    font-size: 3rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
  }

h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
  }

h3 {
    font-size: 2rem;
    margin: 1rem 0;
    color: #1B334C;
    text-align: left;
    font-weight: 900;
  }


h4 {
    font-size: 1.5rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
  }

h5 {
    font-size: 1rem;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #1B334C;
    font-weight: 900;
    text-align: center;
  }


h6 {
  font-size: 0.5rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: #1B334C;
  font-weight: 900;
}
.sponsors h4 {
    text-align: center;
}

p {
  /*  font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;*/
    margin: 0.8rem 0;
    text-align:left;
}

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

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


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


/* header */


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

header {
    /* mjd test header
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    
    */
    position: fixed;
    
    z-index: 9999;
    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;
    /* took out because of stupid firefox width: -webkit-fill-available; */
    width: 100%;
}


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


/* homepage < theme */


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

.theme {
    width: 100%;
    max-height: 870px;
    overflow: hidden;
    position: relative;
}




.gradient {
    background-color: rgba(62, 126, 138, 0.6);
    width: 100%;
    height: 100%;
   padding: 27px 0 0 0;
}
/*
.theme video {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
}
*/
.theme_no_video {
    display: none;
}

.theme_content {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 25px 0;
}

.theme_content .logo {
    max-width: 750px;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.theme_content .tagline {
    color: #fff;
    font-size: 2.3em;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.theme_content .date_location {
    color: #fff;
    font-size: 3em;
    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.8em;
}

.theme_content .register_btn {
    width: 240px;
    height: 70px;
    /*margin: 0 auto;*/
    margin:0 0 5% 16.5%;
}

.theme_content .register_btn2 {
    width: 240px;
    height: 70px;
    margin: -70px -30px 0 300px;
}
/*
.theme_content .register_btn a {
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    display: block;
    width: 240px;
    height: 70px;
    border: solid 1px #fff;
    background: rgba(0, 0, 0, 0.4);
    -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;
}

.theme_content .register_btn a:hover {
    background: #9f2021;
    border: solid 1px #9f2021;
    color: #fff;
    -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;
}
*/

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


/* homepage */


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

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



.primary_content div.descriptionLogo {
    width: 200px;
    min-height: 75px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 10px 4px 0;
    background-position: center;
    overflow: hidden;
    text-align: center;
    font-weight: bolder;
}
/****************************************************************************************************/


/* homepage < slider */


/****************************************************************************************************/
/*Company and all slider but speakers*/
.division_slider {
    clear: both;
    margin: 0 auto;
}

.division_wrap {
    height: 130px;
    display: table;
    margin: 0;
}

.division_wrap div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.division_wrap img {
    display: block;
    /*max-height: 130px;*/
    max-height: 77px;
    width: auto;
    margin: 0 auto;
}
/*SPEAKERS Slider*/





.division_wrap_speaker {
    height: 130px;
    display: table;
    margin: 0;
}

.division_wrap_speaker div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.division_wrap_speaker img {
    display: block;
    max-height: 130px;
    width: auto;
    margin: 0 auto;
}




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


/* homepage < slider overrides */


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

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
    background: none !important;
    border-bottom: solid 1px #eee;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #eee;
    margin: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b7b7b7;
}


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


/* homepage < about intro */


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

.intro_media {
    width: 45%;
    position: relative;
}

.intro_media.left {
    float: left;
    margin: 0 60px 30px 0;
}

.intro_media.right {
    float: right;
    margin: 0 0 53px 60px;
}

.intro_media img {
    width: 100%;
    height: auto;
}

.intro_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    margin: 15px 0 7px 0;
}

.intro_media:after {
    content: "";
    width: 100%;
    height: 38px;
    background: url(/Conferences/images/east2020/video_drop_shadow.png) no-repeat;
    background-size: contain;
    position: absolute;
}

.intro_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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


/* homepage < slider < speakers */


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

.speakers {
    background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/Sectionbackground_SME19v4.jpg) no-repeat;
    background-size: cover;
}

.speakers h5 {
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
    color: #fff;
}

.speaker_headshots {
    text-align: center;
}

.speaker_headshots img {
    border-radius: 50%;
    /*
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	*/
}

.spk_name {
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
}

.spk_comp {
    color: #f1f1f1;
    font-style: italic;
    font-size: 0.7em;
    font-weight: 700;
}

.spk_title {
    font-size: 1.1em;
    color: #f1f1f1;
}


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


/* homepage < highlights */


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

.highlight_wrapper {
    width: 100%;
    background: linear-gradient(to bottom left, rgba(14, 81, 150, 0.9), rgba(14, 81, 150, 0.8)), url(/conferences/images/east2020/placeholder--abstract.jpg) center center no-repeat;
    /*background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;*/
    background-size: cover;
    float: left;
}

.highlights {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
    color: #fff;
}
.highlights h3 {
    color:#fff;

}
.highlights div,
.who_attend div {
    width: 100%;
    padding: 30px;
    color: #fff;
}

.highlights div.icon {
    float: left;
    width: 130px;
    text-align: center;
    margin: 0 60px 60px 0;
    padding: 0;
}

.highlights div.icon i.fa {
    font-size: 5em;
    color: #fff;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 150px;
    border: solid 1px #fff;
}


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


/* homepage < who attend */


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

.who_attend {
    background: url(https://dzceab466r34n.cloudfront.net/Conference/StreamingMediaEast/2020/placeholder--location.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    float: left;
}

.who_attend h3 {
    color: #fff;
}

.who_attend div {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
}

.who_attend ul {
    float: left;
    padding: 0 0 30px 0;
}

.who_attend li {
    /*font-size: 1.5em;*/
    float: left;
    width: 45%;
    padding: 15px 15px 0 15px;
    margin: 0 0 0 5%;
}

.who_attend a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.who_attend a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.who_attend li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -30px;
    padding: 0 10px 0 0;
    color: #fff;
}


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


/* homepage < tracks */


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

.tracks {
    width: 100%;
    clear: both;
    float: left;
}

.tracks_wrap {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tracks h3 {
    
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;
    background-size: cover;
}

.track {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 99;
}

a.track_link {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    position: absolute;
    z-index: -99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -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;
}

.track:hover a.track_link {
    top: 45px;
    bottom: 45px;
    left: 45px;
    right: 45px;
    -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;
}

.track_info {
    padding: 75px;
}

.track img {
    max-width: 75%;
    height: auto;
    max-height: 120px;
}

.track .img2 {
    max-width: 100%;
    height: auto;
    max-height: 130px;
}

.track .img3 {
    max-width: 100%;
    height: 120px;
    max-height: 140px;
}
.track .img_bst {
    max-width: 100%;
    height: 118px;

}
.track p {
    margin: 30px 0 0 0;
}
.track p.fix {
    margin: 30px 0 0 0;
}
*/
.btn2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    position: relative;
    margin: 30px auto 0 auto;
    text-indent: -50px;
    -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;
    border: solid 1px #0e5196;
    color: #0e5196;
}

.btn2 span {
    display: inline-block;
    width: 50px;
    height: 48px;
    line-height: 48px;
    background: #0e5196;
    position: absolute;
    color: #fff;
    right: 0;
    text-indent: 0;
    -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;
}

.btn2 span .fa {
    line-height: 50px;
}

.track:hover .btn2 i {
    animation: bounce 0.7s;
}

.track:hover .btn2 {
    background: #0e5196;
    color: #fff;
    -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;
}

.track:hover .btn2 span {
    background: #0e5196;
    -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;
}

.track_sme {
    background: url(/Conferences/images/east2020/BusandStrat19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_cds {
    background: url(/Conferences/images/east2020/CDSblock.jpg) no-repeat center center;
    background-size: cover;
}
.track_Discovery {
    background: url(/Conferences/images/east2020/Discovery19block.jpg) no-repeat center center;
    background-size: cover;
}

.track_OTT {
    background: url(/Conferences/images/east2020/OTT19block.jpg) no-repeat center center;
    background-size: cover;
}
.track_lss {
    background: url(/Conferences/images/east2020/LSS19block.jpg) no-repeat center center;
    background-size: cover;
}
.track_Tech {
    background: url(/Conferences/images/east2020/TechHowTo19block.jpg) no-repeat center center;
    background-size: cover;
}
.track_VES {
    background: url(/Conferences/images/east2020/VES19block.jpg) no-repeat center center;
    background-size: cover;
}



.track_smu {
    background: url(/Conferences/images/east2020/SMU19block.jpg) no-repeat center center;
    background-size: cover;
}


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


/* homepage < testimonials */


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

.testimonials {
    background: url(https://dzceab466r34n.cloudfront.net/images_nl/sw/Sectionbackground_SME19v4.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0 0 0;
    color: #fff;
    float: left;
}

.testimonial {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 30px;
    clear: both;
}

.testimonial img {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 3px #fff;
    margin: 0 30px 60px 0;
}

.testimonial_name {
    font-size: 1.7em;
    color: #fff;
    font-weight: 400;
}

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


/* homepage < sponsors */


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

.sponsor_wrapper {
    margin: 60px 0;
    float: left;
    clear: both;
    width: 100%;
}

.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;
    background: #ffffff;
    /*background:#f1f1f1;*/
}


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


/* subpage */


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

.subpage {
    width: 100%;
   /* background: url(/Conferences/images/east2020/bg_subpage.jpg) no-repeat fixed top center; */
    background-size: cover;
}
.subpage .hero__location2 {
    display:block;
   
  }
  
/*
 .subpage  .main_menu li:first-child {
    width: 169px;
    height: 120px;
    margin: -9px 12px 0 0;
    background: url(/Conferences/images/east2020/logo_menu.svg) no-repeat;
    background-size: 172px 87px;
    line-height: normal;
}

.subpage .main_menu li:first-child a {
    width: 190px;
    height: 50px;
    text-indent: -9999px;
    display: block;
}

.subpage .banner_date_location {
    top: 70px;
    position: fixed;
    background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) center center;
    opacity: 1.0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
    color: #444;
    -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;
    z-index: 99;
}

.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;
}
*/
.secondary_content {
    padding: 80px 30px 0 30px;
}
.subpage .primary_content {
    background: #fff;
    padding: 40px 30px 0 30px;
}
.menu_set{
    width: 322px;
    margin-top: -6.3%;
/*float:right;
margin-right: 39%;
margin-left: 37%;
padding-top: 9px;
padding-bottom: 13px;*/
}

.subpage .secondary_content {
    background: none;
}

.unorderedlist ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.7;
    list-style-type: disc;
    text-align: left;
}

.unorderedlist ul li ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.7;
    list-style-type: disc;
}

.unorderedlist2 ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;
    margin: 1em 0;
    list-style-type: none;
}

.unorderedlist2 ul li ul {
    margin: 0 0 10px 25px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.7;
    margin: 1em 0;
    list-style-type: none;
    ;
}


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


/* subpage overrides */


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

.subpage_conference_info {
    background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) center center;
    background-size: cover;
    width: 100%;
    margin: 70px auto 0 auto;
    display: inline-block;
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding: 15px;
}

.subpage_conference_info .theme_content {
    max-width: 400px;
    padding: 100px 0 30px 0;
}

.subpage_conference_info .date_location {
    font-size: 2em;
    color: #444;
}

.sub_page .primary_content {
    max-width: 1200px;
    width: 100%;
    padding: 30px;
}

.sub_page .primary_content {
    text-align: center;
}

.sub_page_agenda {
    max-width: 1600px !important;
    width: 100% !important;
}


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


/* other screens */


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

@media screen and (max-width:1160px) {
   /* .theme_content {
        padding: 100px 0 30px 0;
    }*/
}

@media screen and (max-width:1070px) {
    .theme_content .logo {
        max-width: 540px;
    }
    .theme_content .tagline {
        font-size: 1.8em;
        margin: 5px 0 0 0;
    }
    .theme_content .date_location {
        font-size: 3em;
        padding: 10px 0;
        margin: 5px auto 30px auto;
    }
    .subpage_conference_info .date_location {
        font-size: 2em;
        margin: 0 0 0 0;
    }
}

@media screen and (max-width:1030px) {
    .social ul li a {
        font-size: 1.4em;
    }
    .session {
        padding: 15px;
    }
    .menu_set {
        width: 281px;
        margin-top: -9.8%;
    }
}
/*
@media screen and (max-width:970px) {
    .main_menu ul li {
        margin: 0 15px 0 0;
    }
}
*/

@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: #9f2021;
        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 {
        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:870px) {
  /*
    header,
    .list_grid_toggle {
        display: none;
    }
    .mobile_header,
    .mobile_menu_btn {
        display: block;
    }
    */
    .theme_content {
        padding: 20px 0 0px 0;
    }
    .subpage_conference_info {
        margin: 50px auto 0px auto;
    }
    .theme_content .date_location {
    margin:0px auto 30px auto;}
}

@media screen and (max-width:830px) {
    .theme_content .date_location {
        font-size: 2.8em;
        text-shadow: 2px 2px #000;
    }
   /* took out 12-15-19 mjd 
    h2 {
        font-size: 3.7em;
    }
    p {
        font-size: 1.5em;
        margin: 0.9em 0;
    }
    */
    .highlights {
        float: left;
    }
    .highlights div {
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
        float: left;
        text-align: left;
    }
    .highlights div:last-child {
        margin: 0 0 30px 0;
    }
    .track:hover a.track_link {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .track_info {
        padding: 45px;
    }
    .subpage .banner_date_location {
        top: 50px;
    }
    .gradient {
        padding:10px ;
    }
    
}
@media screen and (max-width:768px) {
.menu_set {
    width: 210px;
    float: right;
    margin-right: 39%;
    margin-top: -11.8%;
    
  }
  


    .sub_page .primary_content {
        padding: 100px 10px 60px 10px;
    }
    .session_time {
        font-size: 1.3em;
        padding: 10px;
    }
    .session {
        margin: 0 0 0 70px;
    }
}

@media screen and (max-width:630px) {
    .theme_content .logo {
        width: 100%;
    }

    .subpage .banner_date_location {
        font-size: 1.3em;
    }
    .mobile_hidden {
        display: inline;
    }
    .intro_media {
        float: none;
        margin: 0 auto 15px auto;
        width: 100%;
    }
    h3 {
        font-size: 2.7em;
        margin: 0 0 0 0;
    }
    .highlight_wrapper {
        background: url(/Conferences/images/east2020/Greysectionbackground-SME19.png) no-repeat;
        background-size: cover;
    }
    .highlights div {
        text-align: center;
    }
    .highlights div.icon {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .who_attend li {
        width: 95%;
    }
    .track {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .testimonial {
        text-align: center;
    }
    .testimonial img {
        float: none;
        clear: both;
        display: inline-block;
        margin: 0 auto;
    }
    .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 {
        float: none;
        margin: 10px auto 15px auto;
    }

    .division_wrap {
        
        
        margin: 36px;
    }
    .division_wrap img{
        margin: 0px 20px 45px;
    }
    /*.intro_media {
        display:none;
    }*/
}

@media screen and (max-width:440px) {
/*
    .theme_content .register_btn {
        width: 240px;
        height: 115px;
        margin: 0px 0 1px 38px;
    }
    */
    .theme_content .register_btn2 {
        /* width: 164px; */
        /* height: 22px; */
        margin: 15px auto auto 0px;
    }


    .theme_content {
        padding: 60px 0 60px 0;}

    .theme_content .tagline {
        font-size: 1.6em;
        margin: 5px 0 0 0;
    }
    
    .theme_content .date_location{
font-size: 0.8em;
    }

    h3 {
        font-size: 1.5em;
    }
}


/****************************************************************************************************************************/


/* Co-located events    */ 


/**********************************************************************************************************************/
/*
.colocated ul li {
    margin: 0.6rem;
    
}
.colocated ul li img {
  
    max-width: 75%;
}
.colocated ul {
    text-align: center;
    display: inline-flex;
}
.colocated ul li {
    display: inline-flex;
}
.colocated h5 {
    font-size: 2rem;
    color: #0e5196;
    text-align: center;
    margin-bottom: auto;
}

  width: intrinsic;          Safari/WebKit uses a non-standard name 
  width: -moz-max-content;    = Firefox/Gecko 
  width: -webkit-max-content; = Chrome 
*/



.colocated {
    margin: 90px 0px 0px;
    float: left;
    clear: both;
    width: 100%;
    background: #ffffff;
    
}

.colocated ul {
    text-align: center;
    display: block;
}

.colocated ul li {
    
    margin: 2%;
    display: inline-grid;
    justify-content: center;
}


.colocated ul li {
    min-width: 151px;
    min-height: 60px;
    
}

/*
.colocated ul li:first-child {
    min-width: 140px;
    min-height: 60px;
    
    
}
*/
.colocated h5 {
    font-size: 2rem;
    color: #315565;
    text-align: center;
    margin-bottom: auto;
}

ul li span {
    font-size: 1em;
}

/* Below are only for the landing pages of the colocated in SME site
    Not needed elsewhere */
    .ColocatedImageHearder150{
        width:600px;
        height:150px;
    }
    .ColocatedImageHeader200{
        width:600px;
        height:200px;
    }
    .ColocatedImageHeaderBST {
        width: 700px;
        height: 200px;
    }
    .ColocatedImageHearderDiscovery {
        width: 700px;
        height: 151px;
    }

    
@media screen and (max-width:760px) {
    .theme_video {
        display: none;
    }
   
    .theme_content {
        padding: 90px 0 60px 0;
    }

    .subpage .primary_content {
        
        padding: 20px 30px 0 30px;
    }
    .ColocatedImageHeader200 {
        width: 600px;
        height: 100px;
    }
    .ColocatedImageHearder150 {
        width: 600px;
        height: 78px;
    }
    .ColocatedImageHeaderBST {
        width: 700px;
        height: 100px;
    }
    .ColocatedImageHearderDiscovery {
        width: 700px;
        height: 100px;
    }


    @media screen and (max-width:630px) {
    .colocated ul {
        text-align: center;
        display: grid;
    }
    .colocated ul li {
    
        margin: 3%;

    }
    
}
