/* BOF Chrome Back Button Offset Fix */
.main-menu {
    z-index: 1;
}
.main-menu:before {
    display: none;
}
/*
.main-menu:after {
    display: none;
}
*/
.conf-footer:before {
    display: none;
}
/*
.conf-footer:after {
    display: none;
}
*/
.main-menu:after {
    left: calc((1040px - 100vw) / 2);
    width: 100vw;
    z-index: -1;
}
.conf-footer:after {
    left: calc((1040px - 100vw) / 2);
    width: 100vw;
    z-index: -1;
}
/* EOF Chrome Back Button Offset Fix */


body {
    background: #ffffff !important;
    padding-top: 0 !important;
}

.content h2 {
    border-bottom: none;
	text-transform: none;
}

.knowledge_menu ul {
    height: 100%;
}   
.knowledge_menu li {
    display: inline-flex;
    align-items: center;
    height: 100%;
}   
.knowledge_menu a {
    display: inline-block;
    text-decoration: none;     
    padding-left: 15px;        
    padding-right: 15px;       
    color: #ffffff;
}   

.knowledge_menu .current-menu-item a {
    color: #0082f3;
}   
.knowledge_menu a:hover {     
    color: #DA1028;            
} 

.knowledge_menu .sub-menu {
    text-align: left;
} 

.main-menu {
  position: relative;
  margin-top: 0;
  height: 54px;
}

.main-menu:before,
.main-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100%;
  background: #000;
}

.main-menu:before {
  right: 100%;
}

/*
.main-menu:after {
  left: 100%;
}
*/

.main-menu ul.site-links {
  float: right;
  margin: 15px 0;
}

#dl-menu .social-icons {
  display: none;
}

#dl-menu {
  text-align: right;
}

.conf-top-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 50px;
}

.conf-top-bar h1#conf-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999999;
  display: block;
  width: 272px;
  height: 294px;
  margin: 0;
}

.conf-top-bar h1#conf-logo img {
  width: 100%;
  height: auto;
}

ul.social-icons li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  background: #e92337;
  color: #202020;
  font-size: 12px;
  margin: 0 0 0 6px;
  border-radius: 999px;
}

.conf-header {
	min-height: auto;
	text-align: left;
}

.conf-top-bar h1#conf-logo {
	width: 200px;
	height: 216px;

	/* Adjusted for more sponsor logos */
	width: 120px;
	height: 130px;
}

/*
.conf-header {
	min-height: 260px;
}
*/

#menu-the-main-menu {
  z-index: 999999;
}

.main-menu {
    display: block;
}

@media screen and (max-width: 1040px) {
    .main-menu {
        margin-top: 16px;
    }
    .main-menu:after {
        content: '\f0c9';
        font-family: 'FontAwesome';
        background: transparent;
        color: #ffffff;
        font-size: 38px;
        left: auto;
        right: 10px;
        top: 7px;
        width: auto;
    }
    .main-menu.opened:after {
        content: '\f00d';
    }

    .knowledge_menu ul {
        margin: 0;
        padding: 1em 0;
    }
    .knowledge_menu.opened ul {
        position: absolute;
        width: 100%;
        height: auto;
        top: 54px;
        background: #e92337;
    }
    .knowledge_menu li {
        display: none;
    }
    .knowledge_menu.opened li {
        display: block;
    }
    .knowledge_menu.opened a {
        padding: 1em;
    }
    .knowledge_menu a:hover {
        color: inherit;
    }

    .knowledge_menu .menu-item-has-children > a {
        display: none;
    }
    .knowledge_menu.opened ul.sub-menu {
        position: static;
        margin: 0;
        padding: 0;
        text-align: right;
    }
}

@media screen and (min-width: 768px) {
  li.menu-item-has-children {
    position: relative;
  }

  ul.sub-menu {
    position: absolute;
    z-index: 999;
    display: block;
    width: 250px;
    top: 100%;
    left: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 0;
  }

  ul.sub-menu li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s, background 0.5s;
    -o-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s;
    line-height: 0px;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0);
  }

  li.menu-item-has-children:hover ul.sub-menu {
    height: auto;
  }

  li.menu-item-has-children:hover ul.sub-menu li {
    height: 52px;
    background: #111;
  }

  ul.sub-menu li a {
    display: block;
    line-height: 16px;
    font-size: 16px;
    padding: 18px 12px;
    border-color: #000;
  }

  .main-menu ul.site-links li a {
    display: block;
  }

  .main-menu ul.site-links {
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  .conf-top-bar h1#conf-logo {
    width: 120px;
    height: 130px;
  }
}


/* BOF Conference Grid */
.conference-grid {
    display: -webkit-box;
    display: -ms-flexbox;        
    display: flex;
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal;  
    -ms-flex-flow: row wrap;     
    flex-flow: row wrap;         
    -webkit-box-pack: start;     
    -ms-flex-pack: start;        
    justify-content: flex-start;
    -webkit-box-align: stretch;  
    -ms-flex-align: stretch;     
    align-items: stretch;        
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}   

.conference-grid article.conferences {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 12px;

    flex: 0 0 25%;
}


/* BOF First Child Prominent */
.kc_list .conference-grid article.conferences:first-child {
      flex: 1 0 100%;
}
.kc_list .conference-grid article.conferences:first-child header {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto auto 1fr;
    gap: 0 1rem;
    align-items: start;
    grid-auto-rows: min-content;
}
.kc_list .conference-grid article.conferences:first-child header > a {
    grid-row: 1 / span 4;
    grid-column: 1;
    width: 100%;
    height: 250px !important;
}

.kc_list .conference-grid article.conferences:first-child header > h3 {
    grid-column: 2;
    grid-row: 2;
    margin: 0 0 1rem 0;
    font-size: 28px;
}
.kc_list .conference-grid article.conferences:first-child header > .kc_highlight {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 8px 0;
}
.kc_list .conference-grid article.conferences:first-child header > .charged_countdown {
    grid-column: 2;
    grid-row: 3;
    margin: 0 0 8px 0;
}
.kc_list .conference-grid article.conferences:first-child header > .registration {
    grid-column: 2;
    grid-row: 4;
    margin: 0 0 8px 0;
}
/* EOF First Child Prominent */



.conference-grid article.conferences h3 a {
  color: #000;
}

.conf-date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.conf-date span {
  display: block;
  font-weight: 700;
}

article.conferences button.conf-register {
  margin: 0 0 20px !important;
  display: inline-block;
  width: auto;
}

.no-image {
    background: transparent;
}

.no-image .conf-logo {
    bottom: auto;
    right: auto;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -33px;

    width: 130px;
    height: 130px;
    margin-left: -65px;
    margin-top: -65px;
}

.conference-grid article.conferences {
    margin-bottom: 40px;
}

.conferences .content .button {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.conferences .content input[type="submit"],
.conferences .content button[type="submit"],
.conferences .button,
article.conferences .button {
  margin: 0 0 20px !important;
  display: inline-block;
  width: auto;
  border: none;
  border-radius: 8px;
  padding: 8px 30px;
  background: #ee162f;
}

.kc_highlight {
	margin: 8px 0;
}

@media screen and (max-width: 767px) {
  .conference-grid article.conferences {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 507px) {
    .kc_list .conference-grid article.conferences:first-child {
          flex: 0 0 100%;
    }
    .kc_list .conference-grid article.conferences:first-child header {
        display: block;
        grid-template-columns: none;
        grid-template-rows: none;
        gap: 0;
        align-items: initial;
        grid-auto-rows: initial;
    }

    .kc_list .conference-grid article.conferences:first-child header > a,
    .kc_list .conference-grid article.conferences:first-child header > h3,
    .kc_list .conference-grid article.conferences:first-child header > .kc_highlight,
    .kc_list .conference-grid article.conferences:first-child header > .charged_countdown,
    .kc_list .conference-grid article.conferences:first-child header > .registration {
        grid-column: auto;
        grid-row: auto;
        width: auto;
        height: auto;
        margin: initial;
    }
    .kc_list .conference-grid article.conferences:first-child header > h3 {
        font-size: 16px;
    }
    .conference-grid article.conferences {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.content .conferences .kc_extra > h3 {
    font-weight: normal;
    font-size: 24px;
    border-top: 3px solid black;
    padding: 24px 0;
    text-align: center;

    font-size: 2.1em;
    font-weight: 600;
	text-transform: none;
    line-height: 1em;
}
/* EOF Conference Grid */



/* BOF Countdown */
.charged_countdown {
    display: none;
}
.charged_countdown.charged_parsed {
    display: block;
    margin: 0 0 8px 0;
}
.charged_countdown p {
    margin: 0;
    font-weight: 100;
}
.charged_countdown ul {
    margin: 0;
    display: flex;
}
.charged_countdown li {
    background: #000;
    color: #fff;
    margin-right: 8px;
    width: 50px;
}
.charged_countdown .charged_value {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 4px;
}
.charged_countdown .charged_unit {
    display: block;
    text-align: center;
    font-size: 10px;
    margin-bottom: 6px;
}
/* EOF Countdown */


/* BOF Single Page */
.kc_single_content {
    display: flex;
    gap: 1rem;
    gap: 30px;
}
.kc_description {
    width: 100%;
}
.content .kc_description h2.page-title.conf-title {
    text-align: left;
}
.kc_description .conf-banner {
    height: auto;
    background: transparent;
}   
.kc_description .conf-banner > img {
    width: 100%;
    border-radius: 3px 3px 50px 3px;
}  
.kc_description .conf-logo {
    width: 150px;
    height: 150px;
    right: -12px;
}
.kc_description section.conf-register {
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 0 0 8px 0;
}
.kc_description section.conf-register > p {
    grid-column: 1;
    grid-row: 1;
}
.kc_description section.conf-register > .registration {
    grid-column: 1;
    grid-row: 2;
}
.kc_description section.conf-register > .charged_countdown {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
}
.kc_sidebar {
    max-width: 320px;
}
.kc_sidebar .conference-grid article.conferences {
    flex: 0 0 100%;
    margin-bottom: 0;

    padding-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
}

.kc_sidebar .conference-grid article.conferences:last-child {
    border-bottom: 0;
}

.conf-host ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.conf-host ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.no_featured_image {
    margin: 32px 0;
}
.no_featured_image .conf-logo {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2em;
    margin-bottom: 1em;
    width: 150px;
    height: 150px;
}
.no_featured_image .conf-logo img {
    position: static;
    transform: none;
}

@media screen and (max-width: 1040px) {
    .kc_single_content {
        display: block;
        padding: 1rem;
    }
}
/* EOF Single Page */

/* BOF Sidebar */
/* EOF Sidebar */

/* BOF View More */
.kc_view_more {
    text-align: center;
}
.kc_view_more .button {
    background: #000;
    border-radius: unset;
}
.kc_view_more .button:hover {
    background: #000;
}
/* EOF View More */

/* BOF Additional Styles */
.registration p {
    margin: 0;
    font-size: 14px;
} 
.conf-registered {
    display: block;
    margin-bottom: .5em;       
    color: #e92337;
}   
.conf-registered:before {      
    content: '\2713';
    display: inline-flex;      
    justify-content: center;
    align-items: center;
    width: 20px;               
    height: 20px;              
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #e92337;
    vertical-align: text-bottom;
    margin-right: 5px;
}
/* EOF Additional Styles */

/* BOF MOBILE */
@media screen and (max-width: 1040px) {
    .conf-host ul {
        display: block;
    }
    .conf-host ul li {
        margin-bottom: 1rem;
    }
}
/* EOF MOBILE */
