/*
 Theme Name:     TTI Child Theme
 Description:    TTI Child Theme
 Author:         TTI
 Author URI:     http://www.ttisi.com
 Template:       Divi
 Version:        1.0.0
*/

 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* =BETA BANNER
------------------------------------------------------- */

#top-header .container {
    padding-top: 0;
    /* font-weight: 600; */
    padding-bottom: 0;
    width: 100%;
    max-width: none;
    line-height:  1;
}

#top-header #et-info{
	display:none;
}
 
#et-info {
    width: 33.3%;
    float: right;
    text-align: right;
}

#top-header {
    background: #5090AD!important;
}

#top-header a {
    font-weight: 600;
    display:  inline-block;
    width:  100%;
    padding:  8px;
}

#betaBanner {
	width: 100%;
	text-align:center;
	float: right;
	margin-top: -1px;
	font-size: 16px;
	font-weight: normal;
}
 
#betaBanner a {
    font-weight: 800 !important;
}

#betaBanner a:hover{
	text-decoration:underline;
}

#betaBanner span {
    text-decoration: underline;
    font-weight: bold;
}

@media only screen and (max-width: 400px){
	#betaBanner {
		font-size: 14px;
	}
}

@media only screen and (max-width: 350px){
	#betaBanner {
		font-size: 13px;
	}
}

/* =Modules
------------------------------------------------------- */

h1{
	font-size: 50px !important;
}

h2{
	font-size: 40px !important;
}

h3{
	font-size: 30px !important;
}

h4{
	
}
.headTitle{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 10px !important;
}

.headTitle2{
	font-weight: 800;
	/* text-transform: uppercase; */
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px !important;
	padding: 10px;
	background: #5090ad;
}

.headTitle3 h2{
	font-size: 45px!important;
}

.headTitle3 h3{
	font-size: 35px!important;
}

.secTitle{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 1.2em;
	margin-bottom: 15px !important;
}

.secContent{
	font-size: 19px;
	line-height: 1.5em;
}

.secContent h3 {
	font-size: 24px!important;
	line-height: 1.2;
}

@media only screen and (max-width: 768px){
	h1{
		font-size: 40px !important;
	}
	
	h2{
		font-size: 35px !important;
	}
	
	h3{
		font-size: 25px !important;
	}

	.secContent h3 {
		font-size: 22px!important;
    } 
    .headTitle3 h2{
        font-size: 38px!important;
    }
    
    .headTitle3 h3{
        font-size: 28px!important;
        line-height: 1.1;
    }
}

.secContentLarge{
	font-size: 30px;
	color: #333;
	line-height: 1.3em;
}

.secContentMed{
	font-size: 22px;
	color: #333;
	line-height: 1.3em;
}

.lightText{
	color: #fff !important;
}

.darkText{
	color: #66707a !important;
}

ul, ol{
	margin-left: 25px;
}

.linkColor a{
	color: #f15b4e;
}

.benefitsList p {
    min-height: 60px;
}

.benefitsList img {
    width: 60px;
}


/* =Nav
------------------------------------------------------- */

.et-fixed-header #top-menu li.current-menu-item.navReg a, #top-menu li.navReg a{
	font-size: 16px !important;
    border: 2px solid #cacac8;
    margin: 0 !important;
    color: white !important;
    padding: 10px 10px 14px 10px !important;
	border-radius: 3px;
}

.et-fixed-header #top-menu li.current-menu-item.navReg a:hover, #top-menu li.navReg a:hover{
	background: #f15b4e;
	opacity: .85;
}

#top-menu .regHome, #et_mobile_nav_menu .regHome {
    display: none;
}

.home #top-menu .regHome {
    display: inline-block;
}

.home #et_mobile_nav_menu .regHome {
    display: block;
}

.home #top-menu .regPages,.home #et_mobile_nav_menu .regPages {
    display: none;
}

@media only screen and (min-width: 980px){
	.home #page-container {
		padding-top: 0!important;
	}
	
    .home #main-header {
        visibility: hidden;
        opacity:  0;
        -webkit-transition: all .4s ease-out 0s;
        -khtml-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
    }
    
    .home #main-header.et-fixed-header {
        visibility: visible;
        opacity:  1;
    }
    .home .homeHeader {
		padding-top: 145px;
	}

    .home #logo {
        max-height:  31px;
    }    
}

/* =Headers
------------------------------------------------------- */
.homeHeader .et_pb_module_header{
	font-weight: 700;
    font-size: 81px;
    color: #ffffff!important;
}

.homeHeader .et_pb_fullwidth_header_subhead {
    font-size: 36px;
    color: #ffffff !important;
    line-height: 1.2em;
    font-weight: 800;
    margin-top: 20px;
}

.homeHeader .et_pb_header_content_wrapper {
    font-weight: 300;
    font-size: 29px;
    color: #ffffff!important;
    line-height: 1.2em;
	margin-top: 10px; 
}

.homeHeader2 .et_pb_fullwidth_header_subhead {
    font-weight: 300;
    font-size: 29px;
}

.homeHeader2 .et_pb_header_content_wrapper {
    font-size: 36px;
    font-weight: 800;
}

#headWrap .pageHead .et_pb_module_header, #headWrap .pageHead .et_pb_fullwidth_header_subhead{
	color: white;
    line-height: 1.2em;
}

#headWrap .pageHeadDark .et_pb_module_header, #headWrap .pageHeadDark .et_pb_fullwidth_header_subhead{
	color: #333;
    line-height: 1.2em;
}

#headWrap .pageHead .et_pb_module_header, #headWrap .pageHeadDark .et_pb_module_header{
	font-size: 70px !important;
}

#headWrap .pageHead .et_pb_fullwidth_header_subhead, #headWrap .pageHeadDark .et_pb_fullwidth_header_subhead{
	font-size: 25px !important;
}

.homeHeader .header-content{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.homeHeader h1.et_pb_module_header{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    font-size: 42px!important;
    font-family: "Open Sans",Arial,sans-serif;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.2;
}

.homeHeader .header-logo{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.homeHeader .et_pb_fullwidth_header_subhead{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.homeHeader .et_pb_header_content_wrapper{
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}

.homeHeader .et_pb_button{
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}

.lpHeader .homeHeader .header-content{
    max-width: 795px!important;
    width: 100%;
    margin-right: 0!important;
    padding: 0;
}

.lpHeader .homeHeader .header-logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 10%;
    width: 64%;
}

.lpHeader .homeHeader .et_pb_header_content_wrapper {
    margin-top: 10%;
    font-size: 26px;
}

.lpHeader .et_pb_header_content_wrapper p:first-child {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 10px;
}

.lpHeader .homeHeader h1.et_pb_module_header {
    font-size: 65px!important;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
    line-height: 1.10;
}

.lpHeader .homeHeader .et_pb_fullwidth_header_subhead {
    font-weight: 600;
    margin-top: 0;
    font-size: 42px;
    font-style: italic;
}

.lpHeader .hrLp .et_pb_header_content_wrapper p:first-child {
    font-size: 26px;
    font-weight: 300;
}

.lpHeader .hrLp .et_pb_fullwidth_header_subhead {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    margin-top: 10%;
}

.lpHeader .hrLp h1.et_pb_module_header {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.lpHeader .hrLp .header-logo {
    margin-bottom: 10%;
}

.hrLp .et_pb_fullwidth_header_container.left {
    max-width: 70%;
}

.lpHeader .hrLp  h1.et_pb_module_header {
    font-size: 70px!important;
}

.offerSection h2 {
    font-size: 35px!important;
}

.lpHeader .hrLp.homeHeader .et_pb_header_content_wrapper {
    margin-top: 10px;
    font-size: 20px!important;
}

.pbjLp .hrLp h1.et_pb_module_header {
    font-size: 41px!important;
    font-style: normal;
    margin: 0 0 10px;
    font-weight: 300;
}

.pbjLp .hrLp .et_pb_fullwidth_header_subhead {
    font-size: 59px;
    font-weight: 600;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1440px){
    .homeHeader .header-content{
        max-width: 90%!important;
    }

    .homeHeader h1.et_pb_module_header{
        font-size: 32px!important;
    } 

    .homeHeader .et_pb_fullwidth_header_subhead {
        font-size: 24px;
    }

    .homeHeader .header-logo{
        max-width: 80%;
    }
}

@media only screen and (max-height: 800px){
    .homeHeader .header-content{
        max-width: 90%!important;
    }

    .homeHeader h1.et_pb_module_header{
        font-size: 26px!important;
    } 

    .homeHeader .et_pb_fullwidth_header_subhead {
        font-size: 20px;
    }

    .homeHeader .header-logo{
        max-width: 50%;
    }

    .homeHeader .et_pb_button{
        padding: 5px 15px;
        font-size: 16px!important;
    }
}

@media only screen and (max-width: 1024px){
    .lpHeader .homeHeader h1.et_pb_module_header, .lpHeader .hrLp  h1.et_pb_module_header {
        font-size: 46px!important;
        padding-bottom: 0;
    }
    
    .lpHeader .homeHeader .et_pb_fullwidth_header_subhead {
        font-size: 36px!important;
    } 
    
    .lpHeader .homeHeader .et_pb_header_content_wrapper, .lpHeader .et_pb_header_content_wrapper p:first-child{
        margin-top: 7%;
        font-size: 20px;
    }

    .lpHeader .homeHeader .et_pb_header_content_wrapper{
        font-size: 20px;
    }

    .lpHeader .hrLp .et_pb_header_content_wrapper p:first-child {
        font-size: 20px;
        margin-top: 0;
    }
    
    .lpHeader .hrLp .et_pb_fullwidth_header_subhead {
        font-size: 27px;
    }
    
    .lpHeader .hrLp .et_pb_fullwidth_header_subhead{
        font-size: 22px!important;
    }
    .lpHeader .hrLp h1.et_pb_module_header{
        font-size: 46px!important;
    }

    .homeHeader .header-content{
        max-width: 90%!important;
    }

    .lpHeader.pbjLp .hrLp .et_pb_fullwidth_header_subhead {
        font-size: 40px!important;
    }
    
    .lpHeader.pbjLp .hrLp h1.et_pb_module_header {
        font-size: 28px!important;
    }
}

@media only screen and (max-width: 812px){
	#headWrap .pageHead .et_pb_module_header, #headWrap .pageHeadDark .et_pb_module_header, .homeHeader .et_pb_module_header, .lpHeader .hrLp  h1.et_pb_module_header{
		font-size: 45px !important;
	}

	#headWrap .pageHead .et_pb_fullwidth_header_subhead, #headWrap .pageHeadDark .et_pb_fullwidth_header_subhead, .homeHeader .et_pb_fullwidth_header_subhead{
		font-size: 20px !important;
    }

}

@media only screen and (max-width: 767px){
    .homeHeader .header-content{
        max-width: 90%!important;
    }

    .homeHeader h1.et_pb_module_header{
        font-size: 20px!important;
    } 

    .homeHeader .et_pb_fullwidth_header_subhead {
        font-size: 20px;
    }

    .homeHeader .header-logo{
        max-width: 90%;
    }

    .homeHeader .et_pb_button{
        padding: 5px 15px;
        font-size: 16px!important;
    }
}

@media only screen and (max-width: 500px){
	#headWrap .pageHead .et_pb_module_header, #headWrap .pageHeadDark .et_pb_module_header, .homeHeader .et_pb_module_header{
		font-size: 40px !important;
	}
	
	#headWrap .pageHead .et_pb_fullwidth_header_subhead, #headWrap .pageHeadDark .et_pb_fullwidth_header_subhead, .homeHeader .et_pb_fullwidth_header_subhead{
		font-size: 20px !important;
		margin-top: 10px;
		}
    
    .homeHeader h1.et_pb_module_header{
        font-size: 18px !important;
        line-height: 1.1;
        padding: 0;
        margin: 0 0 10px;
    }

    .homeHeader .et_pb_header_content_wrapper{
        font-size: 20px;
        line-height: 1.1em;
    }

    .lpHeader .homeHeader h1.et_pb_module_header, .lpHeader .hrLp  h1.et_pb_module_header {
        font-size: 36px!important;
        padding-bottom: 0;
        font-weight: 700;
    }
    
    .lpHeader .homeHeader .et_pb_fullwidth_header_subhead {
        font-size: 22px!important;
    }

    .lpHeader .homeHeader.hrLp .et_pb_fullwidth_header_subhead{
        font-size: 18px!important;
        font-weight: 400;
    }

    .lpHeader .homeHeader .header-logo{
        margin-bottom: 15px;
        width: 90%;
    }

    .lpHeader .hrLp .et_pb_header_content_wrapper p:first-child{
        font-size: 20px;
    }

    .lpHeader.pbjLp .hrLp .et_pb_fullwidth_header_subhead {
        font-size: 29px!important;
        font-weight: 700;
    }
    
    .lpHeader.pbjLp .hrLp h1.et_pb_module_header {
        font-size: 20px!important;
        font-weight: 400;
        margin-top: 5%;
    }
    
    .lpHeader .et_pb_fullwidth_header_container.left {
        max-width: 80%;
    }
}

/* =Agenda
------------------------------------------------------- */
.agendaSection .et_pb_column {
    margin-bottom:  0;
}

.agenda{
	font-size: 18px !important;
}

#thursdayEvents .et_pb_column {
    border-radius: 3px;
    border: 1px solid #eee;
    background: white;
    overflow: hidden;
}

#thursdayEvents .et_pb_text {
    padding: 20px;
    background: #21495a!important;
}

#thursdayEvents p {
    padding-bottom: 5px;
}

@media (max-width: 981px){
    #thursdayEvents .et_pb_column:first-child {
        margin-bottom: 30px;
    }
}

.tcode-event-schedule .scheduled-event {
    text-align: left;
}

.mfp-wrap .mfp-container .mfp-close, .mfp-wrap .mfp-container .mfp-close:hover {
    background: url(/wp-content/plugins/2code-event-schedule/assets/img/icon-close.png) no-repeat !important;
    width: 20px;
    height: 20px;
    display: block;
    top: 15px;
    right: 15px;
}

.breakoutSession {
    display:  block;
    width:  100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px dotted #cbcac8;
    padding-bottom: 20px;
}

.breakoutSession:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.breakoutSpeaker {
    width:  68px;
    border-radius:  100%;
    padding-right: 5px;
}

.breakoutSession p:first-child strong {
    display: block;
}

/* =Speakers
------------------------------------------------------- */

.featuredSpeaker .et_pb_team_member_description {
	padding: 10px 15px;
	text-align: center;
}

.featuredSpeaker .et_pb_team_member_description h4{
	font-size: 24px;
	color: white;
}

.featuredSpeaker .et_pb_member_position {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #f15b4e;
    line-height: 1.2;
}
.featuredSpeaker .et_pb_member_position:after {
	content: ' ';
	display: block;
	width: 20px;
	margin: 12px auto 0;
	border: 1px solid;
}

.featuredSpeaker .et_pb_member_social_links {
    margin: 5px 0 15px 0;
    max-height: 25px;
    overflow: hidden;
}

.featuredSpeaker .et_pb_member_social_links li:last-child{
    margin-right: 0;
}

.featuredSpeaker:hover img {
	-ms-transform: scale(1.00) !important;
	-webkit-transform: scale(1.00) !important;
	transform: scale(1.00) !important;
	-webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
	-moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
	-o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
	transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
}

.featuredSpeaker {
	border: none !important;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	box-shadow:0 20px 150px rgba(33,72,90,0.8);
	-webkit-box-shadow:0 20px 150px rgba(33,72,90,0.8);
	-moz-box-shadow:0 20px 150px rgba(33,72,90,0.8);
	background-color: rgba(0,0,0,.3);
	height: 100%;
}

.featuredSpeaker img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-o-transform-origin: bottom;
	transform-origin: bottom;
}

.modal-link {
    position: absolute;
    top: 0;
    width:  100%;
    left: 0;
    color: transparent;
    height: calc(100% - 80px);
}

.modal-wrapper.styled.show {
    z-index: 999999;
}

.modal-wrapper.styled .modal .close-modal {
    top: -30px;
    right: 0;
    color: white;
}

#modal-content {
    height:  100%;
    max-height: 786px;
    overflow:  scroll;
}

#modal-content iframe {
    height:  100%;
}

.modal-wrapper.styled .modal {
    position: relative;
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 0;
    border: none;
    width: 80%;
    transition: all 2s ease;
    height: 80%;
    max-width: 1200px;
    max-height:  786px;
}

.modal-wrapper.styled .modal h1, .modal-wrapper.styled .modal h2, .modal-wrapper.styled .modal h3, .modal-wrapper.styled .modal h4{
    margin: 0;
}

#modal-content .speakerBio .youtubeVideo .videoWrapper {
    padding:  0 0 56.25% 0;
}

#modal-content div.et_pb_section.et_pb_section_0 {
    background-image: url(https://s3.amazonaws.com/images.ttisicon.com/wp-content/uploads/2018/06/17204752/eofe_icons_bg_speakers.png)!important;
    background-position:  center center;
    background-size: cover;
    background-color: transparent;
}

#modal-content .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-color: transparent;
    background: transparent;
    background-image: none;
}

#modal-content .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay{
    background: transparent;
}

#modal-content .speakerBio .et_pb_text_0 {
    margin-bottom: 10px!important;
}

#modal-content .returnHome {
    display: none;
}

#modal-content .speakerBio .et_pb_row.et_pb_row_0 {
    max-width: 90%!important;
}

#modal-content .et_pb_text_2.et_pb_text, #modal-content .et_pb_text_2.et_pb_text p {
    color: #666!important;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.5;
}

#modal-content .et_pb_section_1{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1215px){
    .featuredSpeaker .et_pb_team_member_description {
        padding: 10px 10px 0;
    }   
}

@media (min-width: 768px){
	.featuredSpeaker:hover .et_pb_member_social_links a {
		opacity:1;
		transform: translate(0px, -15px);
		-webkit-transform: translate(0px, -15px);
		-ms-transform: translate(0px, -15px);
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.featuredSpeaker .et_pb_member_social_links a {
		opacity:0;
		margin-top: 20px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}  
}

@media (max-width: 980px) and (min-width: 768px){
    .speakerRow{
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .speakerColumn .et_pb_column{
        margin: 0 auto;
    }

    .featuredSpeaker .et_pb_team_member_description {
        height: 280px;
        vertical-align: middle;
        padding: 10px 25px 10px 10px;
        text-align: left;
    }
    
    .featuredSpeaker .et_pb_member_position:after{
        margin: 12px 0 0 0;
    }

    .modal-link{
        height: calc(100% - 125px);
    }
    
    .et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image {
        float: left!important;
        width: 280px!important;
        margin: 0 30px 0 0!important;
        text-align: left!important;
    }
}

@media (max-width: 980px){
    .speakerRow .et_pb_column {
        width: 100%!important;
        margin-right: 0!important;
        height: auto!important;
        margin-bottom: 0;
        background: transparent;
        margin: 0px auto!important;
    }
    
    .featuredSpeaker {
        height: auto;
        width: 100%;
        margin-bottom: 30px!important;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background: rgba(33,73,90,.5);
        border: 1px solid rgba(255,255,255,.1) !important;
    }
}

@media (max-width: 767px){
    .featuredSpeaker{
        max-width: 319px;
        margin: 0 auto;
    }
    
    .speakerRow{
        padding: 0;
    }

    .speakerColumn .et_pb_column{
        margin: 0 auto;
    }
    
    .modal-link{
        height: calc(100% - 35px);
    }
}

/* =Pricing
------------------------------------------------------- */

.pricingTable .et_pb_column {
    padding: 30px;
    margin: 0;
    width: 55%;
    display: inline-block;
    vertical-align:  middle;
    position:  relative;
    float: none;
}

.pricingTable .et_pb_column:first-child {
    padding: 30px 10px;
    min-width: 350px;
    width: 44%;
}

.pricingTable .et_pb_column:last-child {
    border-left: 1px dotted;
}

.publicPrice, .assPrice{
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 25px;
	line-height: 1.2em;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	max-width: 270px;
}

.priceDisc {
    text-align: center;
    color: white;
    font-weight: 600;
}

.vaa-pricingTable .priceDisc{
    font-size: 23px;
    padding-top: 10px;
}

.publicPrice{
	background-color: #66707a;
}

.assPrice{
	background-color: #5090ad;
}

.currentPrice{
	font-weight: 800;
    font-size: 130px;
    color: white;
    text-align: center;
	margin-top: 60px;
	margin-bottom: 54px !important;
}

.currentPrice2{
	font-weight: 800;
	font-size: 80px;
	text-align: center;
	margin: 37px 0 40px 0 !important;
}

.regDate{
	font-size: 28px;
	color: white;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 10px !important;
}

.regList{
	color: white;
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
}

.regList p:first-child {
    padding-bottom:  0;
}

.regList ul:last-child {
    padding-bottom: 0;
}

.regList h2 {
    font-size: 20px!important;
    color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 500!important;
}

.regList img {
    margin-bottom: 3px;
}

.pricingTable {
    text-align: center;
    border: 1px solid white;
}

.pricingTable .et_pb_column:only-child {
    margin: 0 auto;
    max-width: 510px;
    float: none;
	display: inline-block;
}

.publicAgenda .scheduled-days .scheduled-day {
    display: none;
}

.earlyBird p {
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    text-transform:  none;
    font-weight: normal;
}


@media (min-width: 992px){
	.publicAgenda .scheduled-days {
    	display: none;
	}	
}

@media (max-width: 980px){
	.pricingTable {
		padding: 0;
	}
	
	.pricingTable .et_pb_column:first-child {
		padding-bottom:  0;
		min-width: auto;
		width: 100%;
	}		
}

@media only screen and (max-width: 1000px){
	.currentPrice, .currentPrice2{
		font-size: 90px;
    }
    .pricingTable .et_pb_column{
        width: 100%;
    }

    .pricingTable .et_pb_column:last-child{
        border: none;
    }

	.currentPrice, .currentPrice2{
		font-weight: 800;
		font-size: 95px;
		margin-top: 40px;
		margin-bottom: 35px!important;
	}
}

@media only screen and (max-width: 500px){
	.currentPrice, .currentPrice2{
        font-size: 65px;
        margin-bottom: 25px!important;
	}
	
	.publicPrice, .assPrice{
		width: 100%;
	}

	.vaa-pricingTable .priceDisc{
		font-size: 16px;
		margin-bottom: 20px!important;
    }
    .regList h2 {
        font-size: 20px!important;
    }
	.tcode-event-schedule .scheduled-event  .imgContainer {
		width: 71px;
		height: 71px;
	}
}

/* About Section 
   ========================================================================== */

   .aboutSection {
    text-align: left;
}

.belowHero .et_pb_button_module_wrapper, .aboutSection .et_pb_button_module_wrapper {
    text-align: left;
}

.belowHero.videoPage .et_pb_button_module_wrapper {
    text-align: center;
}

.aboutSection .btnCDark:hover {
    color: white;
    background: #66707a;
}

@media (max-width: 980px){
	.mobileMargin .et_pb_column {
		margin-bottom: 0;
	}
}

/* Sponsors Section 
   ========================================================================== */

.sponsorsRow a {
    display: inline-block;
    margin: 25px 4% 0 0;
    vertical-align:  middle;
}

.sponsorsRow a:last-child {
    /* margin: 0; */
}

.goldSponsors img{
    max-height: 60px;
    width: auto;
}

.goldSponsors .keoMarketing{
    max-height: 40px;
}

.sponsorsRow a img {
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    /* opacity: .6; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.sponsorsRow a:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

@media (max-width: 1310px){
    .sponsorsRow a {
        margin: 20px 3% 20px 0;
    }
}

@media (max-width: 767px){
    .sponsorsRow a {
        display:  block;
        margin: 20px 0 20px 0;
    }
}

/* =Buttons
------------------------------------------------------- */
.regHeader .et_pb_button, .regBtn, .regBtn2, .hotelBtn, .spsrBtn, .spsrBtnCTA .et_pb_button{
	color: #fff;
	background:#f15b4e;
}

.regHeader .et_pb_button:hover, .spsrBtnCTA .et_pb_button:hover{
	background:#66707a;
}

.regBtn:hover, .regBtn2:hover, .hotelBtn:hover, .spsrBtn:hover{
	background-color:#66707a !important;
}

@media only screen and (max-width: 600px){
	.btnMobile .et_pb_button_module_wrapper{
		text-align: center !important;
	}
}

/* =DIVI Forms
------------------------------------------------------- */

.sponsorForm .et-pb-contact-message{
	font-size: 18px;
	color: #f15b4e;
}

.sponsorForm .et_pb_contact_captcha_question{
	color: white;
}

/* =Award Page
------------------------------------------------------- */
.awardTitle {
    margin: 10px 0 10px 0 !important;
    font-size: 30px;
    font-weight: 200;
    color: #000000;
	line-height: 1.2em;
}

.awardTitle h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 2px;
}

.awardDesc{
	font-size: 18px !important;
}

/* Speaker Pages
------------------------------------------------------- */
#headWrap .speakerHead .header-content img {
    max-width: 200px;
    border-radius:  100%;
}

#headWrap .speakerHead .header-content h1 {
    color: white;
    font-size: 60px;
}

#headWrap .speakerHead .header-content h2 {
    font-family:  "Open Sans",Arial,sans-serif;
    color: #f15b4e;
    font-size: 24px!important;
}

#headWrap .speakerHead .header-content h2:after {
	content: ' ';
	display: block;
	width: 20px;
	margin: 12px auto 0;
	border: 1px solid;
}

.speakerHead .header-content {
    width: 90%!important;
    margin: 0 auto!important;
    padding:  0;
}

.speakerBio .secHead h2{
	color: #21495A;
}

.speakerBio .secContent h3{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 22px!important;
	line-height: 1.45em;
	font-weight: 500;
	color: #333!important;
}

.speakerBio img.alignleft{
	margin-right: 2.75%;
	margin-bottom: 0;
	width:  42%;
	height: auto;
}

.speakerBio .et_pb_row {
    width:  90%;
    padding: 0;
}

.speakerBio .youtubeVideo{
    display: inline;
    float: left;
    margin: 0 2.75% .75% 0;
    width: 42%;
}

.speakerBio .videoWrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

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

.videoRow {
    max-width: 800px!important;
}

@media only screen and (max-width: 768px){
    .speakerBio img.alignleft{
        display: block;
        float: none;
        margin-right: 0;
        width:  100%;
        margin-bottom: 30px;
	}

	.speakerBio .youtubeVideo{
		display: block;
		float: none;
		margin: 0 auto 25px;
		width: 100%;
	}

    .speakerBio .secContent h3{
        font-size: 19px!important;
        padding-bottom: 0;
        line-height: 1.5;
    }

    .speakerBio .secContent p {
        text-align:  left;
    }
}

/* Why Attend Page
------------------------------------------------------- */
.pullQuote h2 {
    font-size: 1.875rem!important;
    font-size: 30px!important;
    color: #21495A;
    line-height: 1.15;
}

.pullQuote {
    text-align: right;
}

.whyAttend .et_pb_header_content_wrapper p {
    font-size: 25px;
    color: white;
    margin-top: 20px;
    line-height: 1.1;
}

#headWrap .pageHead.whyAttend .et_pb_fullwidth_header_subhead {
    font-weight: 700;
}

.iconRow .et_pb_text_inner {
    text-align:  center;
    font-size: 19px;
    color: white;
    margin-top: 20px;
}

.iconRow h3 {
    color: white;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    font-size: 26px!important;
}

/* All HubSpot Forms
------------------------------------------------------- */

/* Labels (selects field labels and error messages)) */
.hbspt-form label {
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
}

.hbspt-form .hs-error-msgs label {
	color: #f7ff00;
}

.hbspt-form .submitted-message {
    color: #ffffff;
    font-size: 25px;
}

fieldset{
	max-width: 100% !important;
}

fieldset.form-columns-1, fieldset.form-columns-2 {
    margin-bottom: 10px !important;
}

.mailingList {
    color: white;
}

.mailingList li {
    list-style-type: none;
}

.mailingList ul {
    margin:  0;
    padding: 5px 0;
}

.mailingList .legal-consent-container .field.hs-form-field input, .mailingList .legal-consent-container .field.hs-form-field label {
    display:  inline-block;
    width:  auto!important;
}

.mailingList .legal-consent-container .field.hs-form-field {
    margin: 10px 0;
}

.mailingList .legal-consent-container .field.hs-form-field span {
    margin-left: 10px;
}

.mailingList .hbspt-form .hs-error-msgs label {
    color: #f15b4e;
}

.mailingList .legal-consent-container {
    margin-top: 15px;
}

body .mailingList .hs-button.primary, body .mailingList input[type="submit"] {
    position: relative!important;
    padding: .3em 1em!important;
    border: 2px solid!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    background-color: #f15b4e!important;
    font-size: 20px!important;
    font-weight: 500!important;
    line-height: 1.7em!important;
    -webkit-transition: all .2s!important;
    -moz-transition: all .2s!important;
	transition: all .2s!important;
	width: auto!important;
}

body .mailingList .hs-button.primary:hover, body .mailingList input[type="submit"]:hover {
	background: #66707a!important;
	border: 2px solid #66707a!important;
	color: white!important;
}

/* Inputs (selectors for all inputs)  */
.hbspt-form input, .hbspt-form textarea, .hbspt-form select {
	background-color: #fff !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hs-fieldtype-checkbox {
    margin-top: 20px;
	font-size: 19px;
}

.hs-fieldtype-checkbox ul{
	list-style: none;
	margin-top: 20px;
}

.hs-fieldtype-checkbox ul li{
}

.hs-fieldtype-checkbox .hs-form-checkbox-display {
    margin: 10px 0;
}

.hs-fieldtype-checkbox .hs-form-checkbox-display input{
	width: 30px!important;
}

.hs-fieldtype-checkbox .hs-form-checkbox-display span{
}

.hs-richtext {
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

legend.hs-field-desc {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */


body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
	color: #fff !important;
	margin: 10px auto 0 !important;
	cursor: pointer !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 6px 20px !important;
	line-height: 1.7em !important;
	background: transparent !important;
	border: 2px solid !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
	width: 24% !important;
	float: right;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
	background-color: #eee !important; 
	border-color:#eee !important; 
	color: #66707A !important;
}

@media only screen and (max-width: 980px){
	body .hs-button.primary, body input[type="submit"], body input[type="button"], body .mailingList .hs-button.primary, body .mailingList input[type="submit"] {
		font-size: 17px !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 980px){
    .et_pb_row{
        width: 90%!important;
    }
}


#faqs.accordions-head {
    font-weight: 700;
}

#faqs {
    font-family: "Open Sans",Arial,sans-serif!important;
}

#faqs ul.et_pb_tabs_controls {
    background: transparent;
    margin: 0 0 20px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 3px;
}

#faqs ul.et_pb_tabs_controls li {
    padding: 15px;
    border: none;
    width: 33.333%;
    text-align: center;
    background: rgba(0,0,0,.45);
    border-bottom: none;
}

#faqs .et_pb_tabs {
    border: none;
}

#faqs ul.et_pb_tabs_controls:after {
    top: auto;
    border-top: none;
}

#faqs .et_pb_tab {
    background: transparent;
    padding: 0;
}

#faqs .et_pb_all_tabs {
    background: transparent;
}

#faqs .accordions-head {
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.5);
    outline: none!important;
    background: rgba(0,0,0,.0)!important;
}

#faqs .accordions-themes {
    background: transparent!important;
}

#faqs .ui-state-active {
    background: rgba(33,73,90,.7)!important;
}

#faqs .accordion-content {
    background: rgba(33,73,90,.7)!important;
    border: 1px solid rgba(255,255,255,.5);
    border-top: none;
    border-bottom: none;
    margin: 1px!important;
}

#faqs .accordions .top-navs {
    margin: 0;
}

#faqs .et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active {
    background: rgba(241,91,78,0.85);
}

#faqs .et_pb_tabs_controls li a{
    display: block;
}

@media only screen and (max-width: 980px){
    #faqs ul.et_pb_tabs_controls li{
        width: 100%!important;
    }
}


.cultureForm ul {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cultureForm li {
    list-style-type: none;
}

.cultureForm span .cultureForm span {
    display: inline-block;
}

.cultureForm input[type=radio] {
    width: auto!important;
    margin-right: 10px;
    display: inline-block;
}

ul.hs-error-msgs {
    margin-left: 5px;
}

.hs-form-radio-display span {
    font-weight: 400;
}

.cultureForm select {
    -webkit-appearance: none;
    background: url(https://s3.amazonaws.com/images.ttisicon.com/wp-content/uploads/2018/11/05213454/form_select-arrow.png) no-repeat center right;
}

.cultureForm .hs-button.primary.large {
    background: #f15b4e!important;
    font-size: 20px!important;
    float: none;
    margin: 15px auto 0 !important;
}

.cultureForm .hs-button.primary.large:hover{
    background: #697079!important;
    color: #fff!important;
}

.cultureForm .actions {
    margin: 0 auto;
    text-align: center;
}

#cultureRescue h2{
    font-size: 38px!important;
}

#cultureRescue .header-content .et_pb_module_header {
    font-size: 60px!important;
    margin: 15px auto 10px;
}

@media only screen and (max-width: 767px){
    #cultureRescue .header-content .et_pb_module_header {
        font-size: 37px!important;
        font-weight: 400;
    }

    #cultureRescue .et_pb_fullwidth_header_container.center .header-content{
        width: 95%;
    }
	
	#cultureRescue.et_pb_fullwidth_header p {
		font-size: 18px;
		line-height: 1.6;
    }

    #cultureRescue h2{
        font-size: 32px!important;
    }

    #cultureRescue img.header-logo{
       width: 120px!important; 
    }
}

@media only screen and (max-height: 775px){
    #cultureRescue .et_pb_fullwidth_header_scroll{
        display: none;
    }
}

/* =Con Section
------------------------------------------------------- */

.conBanner .et_parallax_bg:before {
    content: '\A';
    width: 114%;
    height: 100%;
    background: url(https://s3.amazonaws.com/images.ttisicon.com/wp-content/uploads/2018/11/06204244/ttisicon19_banner-lines.png);
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    margin: 0 auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: .5;
    position: relative;
    left: -14%;
}

.conBanner h1 {
    font-size: 28px!important;
}

@media (max-width: 980px){
    .conBanner .et_pb_column_1_3 {
        margin-bottom: 5px;
    }
    .conBanner .et_parallax_bg:before{
        left: auto; 
        background-position: top center;
        width: 100%;       
    }
}

.buttonWrapper .et_pb_button:first-child {
    background: #f15b4e;
    margin-right: 20px;
}

.buttonWrapper .et_pb_button{
    color: white!important;
}

@media (max-width: 500px){
    .buttonWrapper .et_pb_button:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

fieldset {
    max-width: none!important;
}

#businessBuilder ul.inputs-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#businessBuilder .hbspt-form input[type=checkbox] {
    width: auto!important;
    float: left!important;
    line-height: 20px;
    margin: 7px 15px 7px 0;
}

#businessBuilder .hbspt-form input[type=checkbox] + span {
    line-height: 1;
}

#businessBuilder label, #businessBuilder span {font-weight: 600;}

#businessBuilder .hs-richtext {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
}

#businessBuilder input.hs-button.primary.large {
    background: #f15b4e!important;
    padding: 1em;
    font-weight: 500!important;
    line-height: 1.7em!important;
    float: none;
}

#businessBuilder input.hs-button.primary.large:hover{
    background: #697079!important;
    border: 2px solid #697079!important;
    color: white!important;
}

#businessBuilder .hs_submit.hs-submit {
    text-align: center;
}

#businessBuilder li {
    list-style: none;
    margin-left: 0;
}

#businessBuilder fieldset.form-columns-2:nth-child(2) {
    margin-bottom: 25px!important;
}

#disc .hs_email {
    margin-bottom: 15px;
}

#disc .hs-richtext {
    margin-top: 10px;
}

.workshops .modal-link {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
    height: auto;
}


#vaaWorkshops .et_pb_column_22:before {
    content: '\A';
    width: 150px;
    height: 150px;
    background: url(https://s3.amazonaws.com/images.ttisicon.com/wp-content/uploads/2018/11/30173148/sold-out-banner.png);
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    margin: 0 auto;
    position: absolute;
    left: -10px;
    z-index: 9;
    top: -10px;
    background-size: 100% auto;
}

#register2020 .et_pb_row_0 {
    border: none;
    padding: 0;
    margin-top: 0!important;
}

#conLP .et_pb_module_header {
    font-size: 65px!important;
    padding: 0;
    margin: 20px 0 25px;
}

#conLP .header-image-container.center {
    display: none;
}

@media (max-height: 650px){
    #conLP .et_pb_module_header {
        font-size: 48px!important;
    }

    #conLP .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 25px;
    }
}

@media (max-width: 767px){
    #conLP .header-content {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #conLP .et_pb_module_header {
        font-size: 48px!important;
        padding: 0;
        margin: 15px 0 20px;
    }
    #conLP .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 25px;
        line-height: 1.1em;
    }

    #conLP .header-content-container.center{
        text-align: left;
    }

    #conLP .header-image-container.center {
        display: block;
    }

    #conLP .header-logo{
        display: none;
    }

    #conLP .et_pb_fullwidth_header .header-image {
        margin: 0 auto;
    }

    #conLP .header-content{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    #conLP .header-image-container.center{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    #conLP .header-content-container{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

@media (max-width: 420px){
    #conLP .et_pb_module_header {
        font-size: 38px!important;
    }

    #conLP .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 20px;
    }
}

@media (max-width: 320px){
    #conLP .et_pb_module_header {
        font-size: 28px!important;
    }

    #conLP .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
        font-size: 16px;
    }
}

#lpCta .et_pb_image_wrap img {
    max-height: 91px;
}

#lpCta h3 {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 30px!important;
}

#lpCta .et_pb_module {
    height: 100%;
}

.lpHeading h2 {
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: bold;
    font-size: 46px!important;
    color: #21495a;
    padding-bottom: 20px;
}

.lpHeading {
    font-size: 19px;
    margin-bottom: 20px!important;
}

@media (max-width: 767px){
    .lpHeading{
        margin-bottom: 30px!important;
    }
    
    .lpHeading h2{
        font-size: 40px!important;
    }
}

.event-content a, .sessionDownloads, .breakoutButtons {
    display: none;
}

#lpAgenda .sessionDownloads, #lpAgenda .breakoutButtons{
	display: block;
	padding-left: 0;
}

#lpAgenda .event-content a, #lpAgenda .sessionDownloads a, #lpAgenda .breakoutButtons a {
    display: inline-block;
    font-weight: 600;
    background: #f15b4e;
    color: white;
    border-radius: 3px;
    margin-right: 10px;
	margin-top: 25px;
    padding: 4px 20px;
    font-size: 18px;
    border: 2px solid #f15b4e;
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease;
	cursor: pointer;
}

#lpAgenda .event-content a:last-child, #lpAgenda .sessionDownloads a:last-child, #lpAgenda .breakoutButtons a:last-child{
    margin-right: 0;
}

#lpAgenda .event-content a:hover, #lpAgenda .sessionDownloads a:hover, #lpAgenda .breakoutButtons a:hover {
    background: white;
    color: #f15b4e;
}

.sessionDownloads {
    padding-top: 0px;
}

#lpAgenda .breakoutSession p:nth-child(2), #lpAgenda .breakoutSession p:nth-child(3) {
    min-height: 63px;
}

@media (min-width: 767px){
	.tcode-event-schedule .scheduled-event .event-time {
		display: block!important;
	}
}

@media (max-width: 767px){
    #lpAgenda .event-content a, #lpAgenda .sessionDownloads a, #lpAgenda .breakoutButtons a{
        margin-right: 8px;
		margin-top: 15px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 14px;
        padding: 4px 10px;
    }
}

#sponsorHead h3 {
    font-family: "Open Sans",Arial,sans-serif;
    color: #697079;
    font-weight: 600;
    font-size: 26px!important;
}

#day2 .tcode-event-schedule .hidden-mobile {
    display: none;
}

@media (min-width: 992px){
    #day2 .tcode-event-schedule .hidden-mobile .slick-track{
        display: none!important;
    }
}

#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden {
    display: block!important;
}

#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden {
    display: block!important;
}

#day2 .hidden-mobile .col-xs-12.col-sm-12.scheduled-day.mobile.active {
    display: none!important;
}

#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-visible {
    display: none!important;
}

#day2 .hidden-desktop div:nth-child(1) .scheduled-events {
    display: none!important;
}

#day2 .hidden-desktop .col-xs-12.col-sm-12.scheduled-day.mobile {
    display: none!important;
}

#day2 .hidden-desktop .col-xs-12.col-sm-12.scheduled-day.mobile.active + .location-events {
    display: none!important;
}

#day2 .hidden-desktop .row.scheduled-event.event-collapsed.event-hidden {
    display: block!important;
}

#day2 .hidden-desktop .hidden {
    display: block;
}

#day2 .tcode-artist-popover.hidden {
    display: none;
}

#day2 .row.scheduled-event.event-hidden.event-expanded {
    display: block!important;
}

#lpAgenda .mfp-bg.mfp-zoom-in.mfp-ready, #day2 .mfp-bg.mfp-zoom-in.mfp-ready {
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    position: fixed!important;
}

#lpAgenda .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-in.mfp-ready, #day2 .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-zoom-in.mfp-ready {
    top: 0!important;
    height: 100%!important;
    position: fixed!important;
}

.event-title span, .event-content .breakoutLocation{
	display: none;
}

#lpAgenda .event-title span{
	display: inline-block;
}

@media (max-width: 767px){
    #lpAgenda .event-title span, #lpAgenda .breakoutLocation{
        padding: 5px 0;
        display: block;
    }
}

.event-title span:first-child {
    color: #5090ad;
    padding: 0 0 0 10px;
    line-height: 1;
    font-size: 18px;
    vertical-align: top;
    padding-top: 10px;
    font-weight: 600;
}

#lpAgenda .breakoutLocation {
    color: #5090ad;
    padding: 0 0 10px 10px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}


@media (max-width: 767px){
    #lpAgenda .breakoutLocation{
        /* padding: 5px 0 5px 0; */
        display: block;
    }
}

/* New CSS */

.publicAgenda .tcode-event-schedule .hidden-mobile {
    display: none;
}

@media (min-width: 992px){
    .publicAgenda.tcode-event-schedule .hidden-mobile .slick-track{
        display: none!important;
    }
}

.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden {
    display: block!important;
}

.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden {
    display: block!important;
}
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(26),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(27),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(28),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(29),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(30),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(31),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(32),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(33),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(34),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(35),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(36),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(37),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(38),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(39),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(40),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(41),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(42),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(43),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(44),
.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(45) {
    display: none!important;
}

.publicAgenda .hidden-mobile .col-xs-12.col-sm-12.scheduled-day.mobile.active {
    display: none!important;
}

.publicAgenda .hidden-mobile .row.scheduled-event.event-collapsed.event-visible {
    display: none!important;
}

.publicAgenda .hidden-desktop div:nth-child(1) .scheduled-events, .publicAgenda .hidden-desktop div:nth-child(3) .scheduled-events {
    display: none!important;
}

.publicAgenda .hidden-desktop .col-xs-12.col-sm-12.scheduled-day.mobile {
    display: none!important;
}

.publicAgenda .hidden-desktop .col-xs-12.col-sm-12.scheduled-day.mobile.active + .location-events {
    display: none!important;
}

.publicAgenda .hidden-desktop .row.scheduled-event.event-collapsed.event-hidden {
    display: block!important;
}

.publicAgenda .hidden-desktop .hidden {
    display: block;
}

.publicAgenda .tcode-artist-popover.hidden {
    display: none;
}

.publicAgenda .row.scheduled-event.event-hidden.event-expanded {
    display: block!important;
}

#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(7),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(8),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(9),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(10),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(11),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(12),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(13),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(14),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(15),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(16),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(17),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(18),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(19),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(20),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(21),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(22),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(23),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(24),
#day2 .hidden-mobile .row.scheduled-event.event-collapsed.event-hidden:nth-child(25) {
    display: none!important;
}

#day2 .hidden-desktop div:nth-child(1) .scheduled-events, #day2 .hidden-desktop div:nth-child(2) .scheduled-events {
    display: none!important;
}
