/* BOF Chrome Back Button Offset Fix */
body.conferences .main-menu {
    z-index: 1;
}
body.conferences .main-menu:before {
    display: none;
}
/*
body.conferences .main-menu:after {
    display: none;
}
*/
.conf-footer:before {
    display: none;
}
/*
.conf-footer:after {
    display: none;
}
*/
body.conferences .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.conferences {
    background: #ffffff !important;
    padding-top: 0 !important;
}

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

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

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

.conference_sponsor {
    position: relative;
    width: 410px;
    float: right;
    text-align: center;
    padding-bottom: 1em;
    /*
    border-bottom: 1px solid #e92337;
    */
    text-align: right;

    width: 100%;
    /*
    border-bottom: 2px solid #e92337;
    */
    margin-top: 16px;
    margin-bottom: 80px;
}
.conference_sponsor:after {
    content: '';
    display: block;

    position: absolute;
    bottom: 9px;
    right: 0;
    display: block;
    border-top: 2px solid #e92337;
    width: var(--bottom-line-width);
}
.conference_platinum_sponsors {
    margin-bottom: 2em;
}
.conference_sponsor p {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;

    display: flex;
    justify-content: flex-end;
}
.conference_sponsor p .sponsor_line {
    position: relative;
    margin-right: 5px;

    width: 100%;
    width: calc(100% - 135px);
}
.conference_platinum_sponsors p .sponsor_line {
    width: calc(100% - 190px);
}
.conference_platinum_sponsors p .sponsor_line:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 142px;
    display: block;
    border-top: 2px solid #e92337;
    width: 236px;
    width: var(--line-width);

    right: 0px;
}
.conference_gold_sponsors p {
    font-size: 14px;
}
.conference_gold_sponsors p .sponsor_line:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 99px;
    display: block;
    border-top: 2px solid #e92337;
    width: 94px;

    right: 0px;

    width: 280px;

    width: 100%;
    width: var(--line-width);
}
.conference_sponsor .sponsor_logo {
    display: inline-block;
    /*
    text-indent: 1000px;
    */
    overflow: hidden;
    margin-left: 2em;
    vertical-align: middle;
}
.conference_sponsor .sponsor_3m {
    background: url(../images/logo_3m.png) center center no-repeat;
    background-size: contain;
    width: 100px;
    height: 50px;
}
.conference_sponsor .sponsor_tdk {
    background: url(../images/logo_tdk.png) center center no-repeat;
    background-size: contain;
    width: 220px;
    height: 50px;
    margin-left: 2em;
}
.conference_sponsor .sponsor_eaton {
    background: url(../images/logo_eaton.gif) center center no-repeat;
    background-size: contain;
    width: 100px;
    height: 32px;
}

.conference_sponsor .conference_platinum_sponsors .sponsor_type {
    width: 190px;
    font-size: 18px;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
.conference_sponsor .conference_gold_sponsors .sponsor_type {
    width: 135px;
    font-size: 16px;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.session_list {
    padding-top: 100px;
}
body.conferences .session_list > h2 {
    background: #000;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    color: #fff;
    text-align: center;
    padding: 32px;
}

.session-header {
    position: relative;
    width: calc(100% - 271px);
    min-height: 116px;
}
.session-header.logged_out {
    width: 100%;
}
#sessions .session-header {
    min-height: 166px;
}
.session-account {
    height: calc(100% + 33px);
    width: 247px;
    text-align: right;
    position: absolute;
    background: #fef6f7;
    padding: 12px;

    top: -50px;
    right: -271px;
    height: 150px;
}
#sessions .session-account {
    top: 0;
}
.session-account hr {
    border: none;
    border-top: 3px solid #e92337;
}
.content .conferences .session-account h3 {
    text-transform: none;
    text-align: right;
    color: #DA1028;
}
.content .conferences .session-account p {
    margin: 0;
}
.content .conferences .session-account a {
    text-decoration: none;
}

.session-account.logged_out {
    text-align: center;

    /* Added 2023-11-17 */
    display: none;
}
.content .session-account h2:not(.override) {
    border: none;
}
.conferences .content .button {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.content .conferences .session-account.logged_out h3 {
    text-align: center;
}

.page-template-sidebar-conference .main-content {
    padding-top: 20px;
    width: 73%;
    margin-left: 0;

    width: 100%;
}

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

.conference_registrations_widget h4 {
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    font-weight: normal;
    margin-bottom: 1em 0;
}

.conference_registrations_widget .conference_session {
    margin-bottom: 1em;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 1em;
}
.conference_registrations_widget .conference_session:last-child {
    border: none;
}

.single_session .conference_sponsor {
    margin-bottom: 40px;
}
.single_session .site-header h3 {
    font: inherit;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin: 0;
}
.single_session .content h2.page-title.conf-title {
    text-align: left;
    text-transform: none;
    border: 0;
    font-size: 2.1em;
    line-height: 1.5em;
}

.single_session .main-content .main-content .conf-banner {
    height: auto;
    background: transparent;
}
.single_session .conf-banner > img {
    width: 100%;
    border-radius: 3px 3px 50px 3px;
}
.single_session .entry-content ul li {
    font-weight: normal;
}

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

.content .conferences h3.widgettitle {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 2px solid #e92337;
    font-weight: bold;
}

.conference_registrations_widget h4 {
    margin: 0;
    margin-bottom: 6px;
    font-size: 1em;
}
.conference_registrations_widget h4 a {
    color: #000000;
}

.conference_session .session_date {
    margin: 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-style: italic;
}
.conference_session .session_link {
    margin: 0;
    font-size: 12px;
}

/*
.single .conferences-archive .conf-logo,
*/
.single .main-content .main-content .conf-banner .conf-logo {
    width: 150px;
    height: 150px;
    right: -12px;
}

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

body.conferences .main-menu {
    display: block;
}



@media screen and (max-width: 767px) {
}

@media screen and (max-width: 1040px) {
    .mobile-search form.search input[type="submit"] {
        top: 0px;
        right: -1px;
    }

    .conf-top-bar h1#conf-logo {
        margin-top: 18px;
    }
    body.conferences .main-menu {
        margin-top: 16px;
    }
    body.conferences .main-menu:after {
        content: '\f0c9';
        font-family: 'FontAwesome';
        background: transparent;
        color: #ffffff;
        font-size: 38px;
        left: auto;
        right: 10px;
        top: 7px;
        width: auto;
    }
    body.conferences .main-menu.opened:after {
        content: '\f00d';
    }

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

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

    .conference_sponsor {
        float: none;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 1em;
        width: auto;
    }
    .sponsor_logo {
        margin-bottom: 1em;
    }
    #conf-sb {
        width: 100%;
        display: none;
    }
    .page-template-sidebar-conference .main-content {
        width: 100%;
    }
    body.conferences .wrap {
        overflow-x: hidden;
        width: 95%;
    }
    .single_session .site-header h3 {
        width: 95%;
        margin: 0 auto;
    }
}


/* BOF Full Width */
.charged-full-width-conference {
    background: #f1f1f1 !important;
}
.charged-full-width-conference.conference_full_page {
    background: #ffffff !important;
}

.charged-full-width-conference .site-header {
    background: #ffffff;
}
.charged-full-width-conference .site-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100vw;
    min-height: 310px;
    z-index: -1;
}

.charged-full-width-conference .site-header .masthead {
    position: relative;
}
.charged-full-width-conference .conf-details {
    position: absolute;
    top: 145px;
    right: 0;
    color: #e92337;
    text-align: center;
}

.charged-full-width-conference .conf-details h1 {
    margin: 0;
    line-height: 1em;
    font-size: 37px;
    font-size: 52px;
}
.charged-full-width-conference .conf-details h2 {
    margin: 0;
    line-height: 1em;
    font-size: 24px;
    font-size: 31px;
}
.charged-full-width-conference .conf-details h3 {
    margin: 0;
    color: #2b8ff0;
    line-height: 1em;
    font-size: 25px;
    font-size: 34px;
}

.charged-full-width-conference .wrap {
    background: transparent;
}

.charged-full-width-conference .conf-header {
    min-height: 310px;
}

.charged-full-width-conference .content {
    margin-top: 50px;
    border-radius: 20px;
    /* 2025-02-21: The conference pages were not wide enough so removing this.
    padding: 0 55px;
    */
}
.charged-full-width-conference.single_session .content {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
}
.charged-full-width-conference .main-content {
    position: relative;
    margin: 0;
    width: 100%;
}
.charged-full-width-conference .charged_image {
    position: absolute;
    top: -189px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
}
@media screen and (max-width: 767px) {
    .charged-full-width-conference .charged_image {
        display: none;
    }

    .charged-full-width-conference .conf-details {
        position: static;
        margin-top: 100px;
    }

    .charged-full-width-conference .content {
        padding: 0 16px;
    }
}
/* EOF Full Width */

/* BOF Profile */
.charged-full-width-conference.conference_full_page .content {
    padding: 0;
}
.conference_full_page h2 {
    margin-top: 26px;
}
.conference_full_page .box_charged_account {
    position: absolute;
    top: -60px;
    right: 0;
    text-align: right;
}
.conference_full_page .box_charged_account h2 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
}
.conference_full_page .box_charged_account .chco_display_name {
    display: inline;
}
.conference_full_page .box_charged_account ul {
    display: inline-block;
}
.conference_full_page .box_charged_account li {
    display: inline-block;
    margin-left: 12px;
}

.conference_registrations {
    display: flex;
    justify-content: space-between;
}
.conference_registrations h3 {
    font-weight: normal;
    border-bottom: 1px solid #e92337;
    text-transform: none;
}
.conference_registrations .conference_type {
    width: 46%;
}
.conference_registrations .conference_type li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.conference_registrations .conference_type li .conf-banner {
    width: 46%;
}
.conference_registrations .conference_type li .registration {
    width: 46%;
}
.conference_registrations .conference_type h4 {
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    font-size: 16px;
    margin: 0;
    margin-bottom: 1em;
    font-weight: normal;
}
.conference_registrations .conference_type h4 a {
    color: #000000;
}
.conference_registrations .session_date {
    margin: 0;
    margin-bottom: 1em;
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
}

.session_registrations {
    margin-top: 3em;
}

.session_registration {
    margin-bottom: 5em;
}

.session_registrations h3 {
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #e92337;
    text-transform: none;
}
.session_registrations h3 .button {
    position: absolute;
    top: -20px;
    right: 0;
}
.session_registrations li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.session_registrations li .conf-banner {
    width: 46%;
}
.session_registrations li .registration {
    width: 46%;
}
.session_registrations h4 {
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    font-size: 16px;
    margin: 0;
    margin-bottom: 1em;
    font-weight: normal;
}
.session_registrations h4 a {
    color: #000000;
}
.session_registrations .session_date {
    margin: 0;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
}
@media screen and (max-width: 767px) {
    .charged-full-width-conference.conference_full_page .content {
        margin-top: 0;
    }
    .conference_full_page h2 {
        margin-top: 150px;
    }
    .conference_full_page .box_charged_account {
        text-align: center;
        width: 100%;
        top: 0;
    }
    .conference_full_page .box_charged_account h2 {
        text-align: center !important;
        margin-top: 6px !important;
    }
    .conference_registrations {
        display: block;
    }
    .conference_registrations .conference_type {
        width: 100%;
    }
    .conference_registrations .conference_type li {
        display: block;
    }
    .conference_registrations .conference_type li .conf-banner {
        width: 100%;
    }
    .conference_registrations .conference_type li .registration {
        width: 100%;
    }

    .session_registrations h3 .button {
        position: static
    }
}
/* EOF Profile */

/* BOF Register */
.conference_register .main-content {
    padding-top: 100px;
    text-align: center;
}
.conference_register .main-content h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.conference_register .main-content h3 {
    font-size: 24px;
    text-align: center;
    color: #e92337;
    text-transform: none;
}
.conference_register .main-content .login_link {
    color: #0000ee;
}

.conference_register .gform_wrapper {
    margin-top: 35px;
}

.conference_register .gfield select,
.conference_register .gfield input[type=email],
.conference_register .gfield input[type=password],
.conference_register .gfield input[type=tel],
.conference_register .gfield input[type=text] {
    min-height: 55px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #d6d6d6;
    border-radius: 6px;
    background-color: transparent;
    color: rgba(0, 0, 55, 0.75);
    font-size: 16px;
    width: 100%;
}
.conference_register .gfield select:focus,
.conference_register .gfield input[type=email]:focus,
.conference_register .gfield input[type=password]:focus,
.conference_register .gfield input[type=text]:focus {
    border-color: #5b3acc;
}
.conference_register .gfield_error select,
.conference_register .gfield_error input[type=email],
.conference_register .gfield_error input[type=password],
.conference_register .gfield_error input[type=text],
.conference_register .gfield_error input[type=tel] {
    border-color: #e92337;
}
.conference_register .gfield_error .ginput_container_checkbox {
    border-radius: 6px;
    border: 1.5px solid #e92337;
}
.conference_register .gform_wrapper label {
    display: block;
    text-align: left;
    margin-left: 3px;
}
.conference_register .chco_name > label {
    display: none;
}
.conference_register .gfield_required {
    display: none;
}

.conference_register .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.conference_register .gfield {
    flex: 0 100%;
    margin-bottom: 2em;
}

.conference_register .ginput_complex {
    display: flex;
    justify-content: space-between;
}
.conference_register .ginput_complex span {
    flex: 0 49%;
}

.conference_register .chco_job_title,
.conference_register .chco_org,
.conference_register .chco_state,
.conference_register .chco_zip {
    flex: 0 49%;
}

.conference_register .gfield_checkbox li {
    display: flex;
    /*
    justify-content: space-between;
    */
    align-items: center;
}
.conference_register .gfield_checkbox li input {
    margin: 0 5px;
    min-width: 20px;
    width: 30px;
}
.conference_register .gfield_checkbox li label {
    width: 100%;
}
.conference_register .gform_hidden {
    margin: 0;
}

.conference_register .validation_message {
    color: #e92337;
}

.conference_register .chco_newsletter_box {
    padding: 2rem;
}
.conference_register .chco_newsletter_box > label {
    margin-left: 41px;
    font-weight: bold;
}
.conference_register .chco_newsletter_box ul {
    margin: 0;
}

.conference_register .newsletter_monthly {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
    margin-bottom: 0;

    background: url(../images/newsletter-sign-up-image-1.gif) 16px no-repeat;
    background-size: 100px;
    padding-left: 116px;
}
.conference_register .newsletter_daily {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #d6d6d6;
    border-top: 0;

    background: url(../images/newsletter-sign-up-image-2.jpg) 16px no-repeat;
    background-size: 100px;
    padding-left: 116px;
}

@media screen and (max-width: 767px) {
    .conference_register .main-content {
        padding-top: 0;
    }

    .conference_register .chco_job_title,
    .conference_register .chco_org,
    .conference_register .chco_state,
    .conference_register .chco_zip {
        flex: 0 100%;
    }
}

/* EOF Register */

/* BOF Form */
.conference_form .main-content select,
.conference_form .main-content input[type=email],
.conference_form .main-content input[type=password],
.conference_form .main-content input[type=text] {
    min-height: 55px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #d6d6d6;
    border-radius: 6px;
    background-color: transparent;
    color: rgba(0, 0, 55, 0.75);
    font-size: 16px;
    width: 100%;
}
.conference_form .main-content select:focus,
.conference_form .main-content input[type=email]:focus,
.conference_form .main-content input[type=password]:focus,
.conference_form .main-content input[type=text]:focus {
    border-color: #5b3acc;
}
.conference_form .main-content label {
    display: block;
    text-align: left;
    margin-left: 3px;
}

.conference_form .notice {
    padding: 0 16px;
    border: 1.5px solid #d6d6d6;
    border-radius: 6px;
    margin-bottom: 1em;
}
.conference_form .notice-success {
    border-color: #4bb543;
}
.conference_form .notice-error {
    border-color: #e92337;
}
.conference_form .notice p {
    font-weight: normal;
    margin: 1em 0;
}

/* EOF Form */



/* BOF Conferences */
.conference_schedule {
    text-align: center;
    margin-bottom: 1em;
}
.conference_filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.conference_filter select {
    margin-bottom: 1em;
    max-width: 100%;
}

.conference_list .content h2.page-title.conf-title {
    margin-bottom: 0;
    padding-bottom: 0;

    text-align: left;
}

.conference_list .subtitle {
    margin: 0 auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    font-size: 14px;
}

.conf-user {
    float: none;
    width: auto;
    font-size: 14px;
}

.no-image {
    background: transparent;
}
/*
.conferences-archive .no-image .conf-logo,
*/
.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;
}
/* EOF Conferences */


.box_charged label {
    display: block;
    font-weight: bold;
}

.box_charged label.checkbox,
.box_charged input[type=password],
.box_charged input[type=submit],
.box_charged input[type=text] {
    margin-bottom: 1em;
}

.brought-by {
    text-decoration: none;
}
.brought-by b {
    color: #ffffff;
}

.change_password {
    display: none;
}
.change_password.show {
    display: block;
}
.change_password_hide,
.change_password_show {
    display: none;
}
.change_password_hide.show,
.change_password_show.show {
    display: inline;
}

/* Gradient left to right */
.spinner {
    display: none;
    margin-bottom: -5px;
    margin-left: 20px;
    position: relative;
    background: linear-gradient(to right, #6d6d6dff 10%, #6d6d6d00 40%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1.4s infinite linear;
}
.spinner.is-active {
    display: inline-block;
}
/* Top left corner darker */
.spinner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #6d6d6d;
    border-radius: 100% 0 0 0;
    width: 50%;
    height: 50%;
}
/* Hole in the middle */
.spinner:after {
    content: '';
    position: absolute;
    top: 15%;
    left: 15%;
    background: #ffffff;
    border-radius: 50%;
    width: 70%;
    height: 70%;
}
.conference_daily_schedule article.duration_60 .spinner:after {
    background: #fceaec;
}
.conference_daily_schedule article.duration_30 .spinner:after {
    background: #eaf4fd;
}
.conference_daily_schedule article.on_demand .spinner:after {
    background: #fceaec;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.session_box {
    position: relative;
    margin-top: 80px;
    border: 1px solid #e92337;
}

.session_box img.conference_logo {
    position: absolute;
    top: -32px;
    left: 16px;
    width: 150px;
}

.session_box > header {
    background: #e92337;
    color: #fff;
    text-align: right;
    padding: 4px 8px;
}
.session_box > header a {
    color: #fff;
}

.session_box .chco_intro {
    padding-left: 190px;
}
.session_box .conference-grid article.conferences {
  flex: 0 0 33.33%;
}
.session_box .conf-banner {
    height: 120px;
    border-radius: 3px 3px 25px 3px;
}
.session_box .registration {
    margin-top: 20px;
}
.session_box .conf-logo {
    width: 50px;
    height: 50px;
    bottom: -5px;
    right: -5px;
}

.session_box .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;
}
.session_box .session {
    display: none;
}
.session_box .session.show {
    display: block;
}
.session_box .chco_load_more_box {
    text-align: center;
    margin: 0;
}
.session_box .chco_load_more {
    background: #fff;
    text-decoration: none;
    position: relative;
    top: 11px;
    padding: 10px;
}

.center {
    margin: 0;
    text-align: center;
}

/* BOF Question Box */
.question_box label {
    display: block;
    font-size: 18px;
}
.chco_question_fields {
    display: flex;
    justify-content: space-between;
}
.chco_question {
    width: 60%;
}
.chco_question textarea {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    padding: .5rem;
    border: 1px solid #333;
}
.chco_question_info {
    width: calc(40% - 20px);
    padding-top: 18px;
}

.content .chco_question_info .chco_question_name {
    display: flex;
    justify-content: space-between;
}
.content .chco_question_info input[type="text"] {
    margin-bottom: .5rem;
    padding: .5rem;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    /*
    font-size: .90em;
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    font-weight: 300;
    */
}
.content .chco_question_info .chco_question_name input[type="text"] {
    width: 48%;
}
.content .chco_question_info .chco_question_email input[type="text"] {
    width: 100%;
}

.conferences .content .chco_question_submit input[type="submit"] {
    border: 1px solid #333;
    border-radius: 8px;
    width: 100%;
}

.question_box .notice-success {
    padding: 0 16px;
    border: 1.5px solid #4bb543;
    border-radius: 6px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .chco_question_fields {
        display: block;
    }
    .chco_question {
        width: auto;
    }
    .chco_question_info {
        width: auto;
    }
}
/* EOF Question Box */

/* BOF Download */
.conference_download .main-content .main-content .conf-banner {
    float: right;
    width: 50%;
    margin-left: 16px;
}
.conference_download .main-content .main-content .conf-register {
    clear: both;
}
.conference_download .main-content .main-content .chco_download {
    position: relative;
    display: block;
    margin-top: 40px;
    padding-left: 150px;
    min-height: 150px;
}
.conference_download .main-content .main-content a.chco_download {
    padding-top: 68px;
}
.conference_download .main-content .main-content div.chco_download {
    padding-top: 2px;
}
.conference_download .main-content .main-content .chco_download p {
    margin-top: 0
}
.conference_download .main-content .main-content .chco_download:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_download.svg) no-repeat;
    height: 140px;
    width: 140px;
}
.conference_download .main-content .main-content .conf-view {
    margin-bottom: 0;
}
.conference_download .main-content .main-content .session-date {
    margin-top: 0;
}

.chco_download_small {
    text-align: center;
}
.chco_download_small a {
    display: inline-flex;
    align-items: center;
    padding-left: 46px;
    background: url(../images/icon_download.svg) no-repeat;
    height: 40px;
}

@media screen and (max-width: 767px) {
    .conference_download .main-content .main-content .conf-banner {
        float: none;
        width: auto;
        margin-left: 0;
    }
}
/* EOF Download */

/* BOF Conference Speaker Admin */
.conference-speaker-admin .reports {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.conference-speaker-admin .reports h3 {
    font-size: 24px;
    text-transform: none;
}
.conference-speaker-admin .content .conferences h3 {
    font-size: 24px;
}
.conference-speaker-admin .reports hr {
    border-top: 1px dotted #000;
}
.conference-speaker-admin .reports .other_reports {
    border-left: 1px dotted #000;
    padding-left: 1rem;
}
.conference-speaker-admin .reports .report_group {
    margin-bottom: 1rem;
}
.conference-speaker-admin .reports ul {
    list-style-type: disc;
    padding: 0 0 0 40px;
}
.conference-speaker-admin .reports li {
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .conference-speaker-admin .reports {
        display: block;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .conference-speaker-admin .reports .other_reports {
        margin-top: 32px;
        border-left: 0;
        padding-left: 0;
    }
}
/* EOF Conference Speaker Admin */


/* BOF Daily Schedule */
.conference-day {
    margin-bottom: 32px;
}
.conference_daily_schedule {
    color: #333;
}
.conference_daily_schedule .conference_sponsor {
    margin-bottom: 0;
}
.conference_daily_schedule.charged-full-width-conference .content {
    margin-top: 24px;
}
.conference_daily_schedule .content h2.page-title.conf-title {
    margin: 0;
    padding: 0;
    color: #e92337;
    font-size: 40px;
    border-bottom: 0;
    font-weight: normal;
}
.conference_daily_schedule .content h2:not(.features-heading):not(.page-title) {
    color: #e92337;
    font-size: 40px;
    border-bottom: 0;
    font-weight: normal;
    margin-bottom: 40px;
}
.conference_daily_schedule .content h3 {
    font-size: 30px;
    text-transform: none;
    font-weight: 500;
    line-height: 1em;
}

.conference_daily_schedule .conference-schedule {
    padding-top: 20px;
}
.conference_daily_schedule .conference-schedule h3 {
    font-size: 38px;
}
.conference_daily_schedule .conference-navi {
    font-size: 14px;
}

.conference_daily_schedule .daily_columns {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.conference_daily_schedule .daily_column {
    width: 49%;
}
.conference_daily_schedule .daily_columns h4 {
    margin: 0;
    margin-bottom: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}
.conference_daily_schedule .daily_left h4 {
    background-color: #e92337;
}
.conference_daily_schedule .daily_right h4 {
    background-color: #2b8ff0;
}
.conference_daily_schedule article {
    position: relative;
    padding: 8px;
    padding: 16px;
    margin-bottom: 32px;
    margin-bottom: 0;
}
.conference_daily_schedule article.duration_60 {
    background: #fceaec;
    min-height: 320px;
}
.conference_daily_schedule article.duration_30 {
    background: #eaf4fd;
    min-height: 160px;
}
.conference_daily_schedule article.on_demand {
    background: #fceaec;
    margin-bottom: 32px;
    flex-basis: 49%;
}
.conference_daily_schedule article:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 0;
    display: block;
    width: 100%;
    width: calc(100% - 200px);
    border: 1px solid #e92337;
}
.conference_daily_schedule article.duration_60:before {
    border-color: #e92337;
}
.conference_daily_schedule article.duration_30:before {
    border-color: #2b8ff0;
}
.conference_daily_schedule article.on_demand:before {
    width: 100%;
}
.conference_daily_schedule .session-date {
    position: absolute;
    top: -16px;
    left: 0;
    display: inline-block;
    margin: 0;
}
.conference_daily_schedule .duration_60 .session-date {
    color: #e92337;
}
.conference_daily_schedule .duration_30 .session-date {
    color: #2b8ff0;
}
.conference_daily_schedule .on_demand .session-date {
    color: #e92337;
}

.conference_daily_schedule .session-title a {
    text-decoration: none;
    color: #333;
}

.conference_daily_schedule .session-image {
    display: block;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.conference_daily_schedule .session-featured-logo {
    position: relative;
    width: 120px;
    height: 120px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.conference_daily_schedule .session-featured-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    max-width: 75%;
    max-height: 75%;
    transform: translate(-50%, -50%);
}

.conference_daily_schedule .session-logo {
    position: absolute;
    width: 66px;
    height: 66px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    bottom: 6px;
    right: 6px;
    overflow: hidden;
}
.conference_daily_schedule .session-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    max-width: 75%;
    max-height: 75%;
    transform: translate(-50%, -50%);
}

.daily_columns .session_spacer {
    position: relative;
    height: 80px;
}

.daily_columns .daily_timeline {
    position: absolute;
    margin-top: 0;
}
.daily_left .daily_timeline {
    left: -100px;
    top: -10px;
}
.daily_right .daily_timeline {
    right: -100px;
    top: -10px;
}
.daily_full {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.daily_columns .daily_timeline li {
    position: relative;
    text-align: center;
    font-size: 14px;
    width: 80px;
    height: 80px;
}
.daily_columns .daily_timeline li span {
    position: relative;
    z-index: 10;
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
.daily_columns .daily_timeline li:before {
    content: '';
    position: absolute;
    top: 8px;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px dotted #333;
    border-bottom: 1px solid transparent;
}
.daily_columns .daily_timeline li:last-child:before {
    border: 1px dotted #333;
}

.conf_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    background: #000000aa;

    height: 0;
    overflow: hidden;
}
.conf_overlay.show_15s {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.conf_overlay.show {
    opacity: 1;
    height: 100vh;
    display: flex;
    transition: opacity 1s;
}
.conf_modal {
    position: relative;
    padding: 1rem 3rem;
    max-width: 600px;
    background: #ffffff;
    max-height: 100vh;
    overflow: auto;
}
.conf_modal h3 {
    margin-top: 0;
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    text-transform: none;
    color: #DA1028;
    font-size: 24px;
}
.conf_modal h4 {
    margin: 0;
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    font-size: 16px;
}
.conf_modal p {
    margin-top: 0;
}
.conf_modal fieldset {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-radius: 6px;
}
.conf_modal fieldset .subscription_item {
    min-height: 72px;
    margin-bottom: 3rem;
}
.conf_modal fieldset .subscription_item:last-child {
    margin-bottom: 0;
}
.conf_modal fieldset label {
    position: relative;
    display: block;
    margin-left: 41px;
}
.conf_modal fieldset input {
    position: absolute;
    top: 24px;
    left: -30px;
}
.conf_modal .newsletter_monthly {
    background: url(../images/newsletter-sign-up-image-1.gif) 16px no-repeat;
    background-size: 100px;
    padding-left: 116px;
}
.conf_modal .newsletter_daily {
    background: url(../images/newsletter-sign-up-image-2.jpg) 16px no-repeat;
    background-size: 100px;
    padding-left: 116px;
}
.conf_modal .email_list_subscribe input[type=submit] {
    margin: 0 0 20px !important;
    display: inline-block;
    width: auto;
    border: none;
    border-radius: 8px;
    padding: 8px 30px;
    background: #ee162f;
    color: #ffffff;
}
.conf_modal .email_list_no_subscribe {
    float: right;
    margin-top: -3rem;
}
.conf_modal .email_list_no_subscribe:after {
    content: '';
    display: table;
    clear: both;
}
.conf_modal .email_list_no_subscribe input[type=submit] {
    background: transparent;
    border: 0;
    text-decoration: underline;
    font-size: 20px;
    cursor: pointer;
}

@media screen and (max-width: 1150px) {
    .daily_columns .daily_timeline {
        display: none;
    }
    .daily_columns .session_spacer {
        display: none;
    }
    .conference_daily_schedule article {
        margin-top: 0 !important;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    .conference_daily_schedule .daily_columns {
        display: block;
    }
    .conference_daily_schedule .daily_column {
        width: auto;
    }
    .daily_full {
        display: block;
    }
}
/* EOF Daily Schedule */

@media screen and (max-width: 767px) {
    .session-header {
        width: 100%;
    }
    .session-account {
        position: static;
        margin: 0 auto;
    }

  .session_box .conference-grid article.conferences {
    flex: 0 0 50%;
  }

    .charged-full-width-conference.conference_header_empty .session_info h2 {
        margin-top: 60px;
    }
    .charged-full-width-conference.conference_header_empty .conf-header {
        min-height: 170px;
    }
    .charged-full-width-conference.conference_header_empty .content {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 507px) {
    .session_box > header {
        padding-top: 150px;
        text-align: center;
    }
    .session_box img.conference_logo {
        left: 50%;
        width: 150px;
        margin-left: -75px;
    }
    .session_box .chco_intro {
        padding: 0 16px;
    }
    .session_box .conference-grid article.conferences {
        flex: 0 0 100%;
    }
}


