html {
    --wp-admin--admin-bar--height: 0;
    scroll-padding-top: var(--wp-admin--admin-bar--height);
    margin-top: 0 !important;
}

section .content-area figure.alignright,
section .content-area img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

section .content-area figure.align-center,
section .content-area img.align-center {
    text-align: center;
}

section .content-area figure.alignleft,
section .content-area img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

section .content-area figure.alignwide iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

section .content-area figure.alignwide iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
body main .wp-block-columns .wp-block-column ul li,
body main .wp-block-columns .wp-block-column ol li,
section .content-area ol li, 
section .content-area ul li {
    font-size: 16px;
    line-height: 24px;
}

body main > .wp-block-columns {
    position: relative;
    width: 1232px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

body main > .wp-block-columns ul {
    padding-left: 16px;
}

body main .wp-block-columns .wp-block-column ul,
section .content-area ul {
    list-style: none;
}

body main .wp-block-columns .wp-block-column ul li,
section .content-area ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 6px;
}

body main .wp-block-columns .wp-block-column ul li::before,
section .content-area ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #de0029;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

body.error404 section.error-404 {
    height: 60vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

body.error404 section.error-404 h1 {
    font-size: 84px;
    line-height: 1.2;
}

body.error404 section.error-404 p {
    font-size: 24px;
    line-height: 1.2;
}

@media (min-width: 2048px) {
    body.error404 section.error-404 {
        height: 80vh;
    }
}

.resources-linkedin .content-area .linkedin-area .WidgetBackground__ContentContainer-sc > a {
    display: none !important;
}

.newsletters .content-area .newsletters-sliders .slick-slide {
    position: relative;
}

.events .content-area .events-sliders .event-slider-box.hide {
    opacity: 0;
    pointer-events: none;
}

.events .content-area .events-sliders.less_than_3 .slick-track {
    margin-left: unset;
}

@media (max-width: 767.98px) {
    .about-ceca .content-area .about-ceca-selector .content-selector .content-box p br {
        display: none;
    }
}

form.native_block_form .form-row .form-column.half {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
}

form.native_block_form .form-row .form-column {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
}

form.native_block_form .form-row .form-column label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000;
}

form.native_block_form .form-row .form-column input {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 0 8px;
}

form.native_block_form .form-row .form-column textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 0 8px;
}

form.native_block_form  .gform_fields.form-row {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

form.native_block_form,
.contact-us .content-area .contact-text-boxes .contact-container .contact-form form {
    opacity: 0;
}

form.native_block_form.active,
.contact-us .content-area .contact-text-boxes .contact-container .contact-form form.active {
    opacity: 1;
}

form.native_block_form .gform_fields,
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 0;
}

form.native_block_form .form-row .form-column label span,
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .form-area .form-row .form-column label span {
    padding: 0;
    font-size: inherit;
    font-style: normal;
}

form.native_block_form .form-submit,
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .form-area .form-submit {
    padding: 0;
    margin-bottom: 0;
}

form.native_block_form .form-submit button,
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .form-area .form-submit button {
    margin-bottom: 0;
}

form.native_block_form .form-row .form-column input[type="checkbox"],
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .form-area .form-row .form-column input[type="checkbox"] {
    padding: 0 8px;
    width: auto;
    height: auto;
    display: inline-block;
}

form.native_block_form .form-row .form-column input[type="radio"],
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .form-area .form-row .form-column input[type="radio"]  {
    padding: 0;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background-color: unset;
}

form.native_block_form .form-row .form-column input[type="file"],
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .form-area .form-row .form-column input[type="file"] {
    background-color: transparent;
    border: none;
    padding: 0;
}

@media (max-width: 767.98px) {
    form.native_block_form .form-row .form-column.half {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

form.native_block_form .form-row .form-column .gchoice label,
.contact-us .content-area .contact-text-boxes .contact-container .contact-form .form-area .form-row .form-column .gchoice label {
    display: inline-block;
    margin: 0;
}

.members .content-area .top-text-button-area .button-right-area {
    color: #de0029;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.news-linkedin .content-area .news-linkedin-container .news-boxes .news-sliders.less_than_2 .slick-track {
    margin-left: unset;
}

.members-login .content-area .members-login-container .contact-form .form-area .form-submit .btn.button-primary {
    padding-top: 11px;
}

.members-login .content-area .members-login-container .contact-form .form-area form {
    opacity: 0;
}

.members-login .content-area .members-login-container .contact-form .form-area form.active {
    opacity: 1;
}

body ul.red-dots li.ul-show-all {
    padding-left: 0 !important;
}

.members-login .content-area fieldset legend,
.members-login .content-area fieldset .somfrp-lost-pass-form-text {
    display: none;
}

.members-login .content-area fieldset label { 
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000;
}

.members-login .content-area fieldset input[type="password"],
.members-login .content-area fieldset input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 0 8px;
}

.members-login .content-area fieldset #reset-pass-submit {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    padding: 11px 20px 9px;
    border-radius: 50px;
    background: #de0029;
    display: inline-flex;
    align-items: center;
    transition: all .35s;
    color: #fff;
    border: 2px solid #de0029;
    overflow: hidden;
    height: 38px;
    margin: 0;
}

.members-login .content-area .somfrp-eye-toggle {
    right: 15px;
}

.members-login.wywsig .content-area .text_area {
    width: 1232px;
    max-width: 100%;
}

.members-login.wywsig .content-area .somfrp-password-wrapper,
.members-login.wywsig .content-area #lostpasswordform #somfrp_user_info {
    width: 300px;
}

@media (min-width: 767.98px) {
    .members-login .content-area fieldset #reset-pass-submit:hover {
        color: #fff;
        background-color: #150004;
        border-color: #150004;
        transition: all .35s;
    }
}

header .top-header .content-area .translation-link-boxes #flags, header .top-header .content-area .translation-link-boxes #google_language_translator {
    opacity: 0;
    position: absolute;
    left: 100%;
}

header .top-header .content-area .translation-link-boxes .translation-box .custom-select-translation {
    display: block !important;
}

@media (min-width: 991.98px) {
    header .main-nav .content-area .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:not(.btn) {
        white-space: nowrap;
    }
}

body.single .blog_content .content-area .top_area span {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    display: block;
}

body.single .blog_content .content-area .top_area h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    color: #000;
    margin: 0;
    margin-top: 10px;
}

body.single .blog_content .content-area .top_area .metas {
    display: flex;
    column-gap: 18px;
    margin-top: 17px;
}

body.single .blog_content .content-area .top_area .metas .item {
    display: flex;
    align-items: center;
    column-gap: 5px;
    border: 1px solid #BEBEBE;
    border-radius: 19px;
    padding: 6px 13px;
}

body.single .blog_content .content-area .top_area .metas .item img {
    width: 16px;
    display: block;
}

body.single .blog_content .content-area .top_area .metas .item .text_area span {
    font-size: 17px;
    line-height: 23px;
    color: #000; 
}

body.single .blog_content .content-area .top_area {
    margin-bottom: 32px;
    width: 64.17%;
    max-width: 100%;
}

body.single .blog_content .content-area .bottom_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.single .blog_content .content-area .left_area {
    max-width: 64.17%;
    width: 100%;
}

body.single .blog_content .content-area .left_area ul {
    padding-left: 16px;
}

body.single .blog_content .content-area .left_area .summary {
    margin-bottom: 32px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 26px;
}

body.single .blog_content .content-area .left_area .summary p {
    margin: 0;
}

body.single .blog_content .content-area .right_area {
    width: 100%;
    max-width: 31.6%;
}

body.single .blog_content .content-area .right_area .img_area {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 46px;
}

body.single .blog_content .content-area .right_area .toc_blog {
    display: none;
}

body.single .blog_content .content-area .right_area .toc_blog.active {
    display: block;
}

body.single .blog_content .content-area .right_area .toc_blog h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 129.4%;
    color: #000;
    margin-bottom: 14.5px;
}

body.single .blog_content .content-area .right_area .toc_blog .item_wrap {
    border-bottom: 1px solid #ECECEC;
}

body.single .blog_content .content-area .right_area .toc_blog .item_wrap .item {
    border-top: 1px solid #ECECEC;
    padding: 15px 0;
    padding-left: 6.5px;
    display: flex;
    align-items: center;
    column-gap: 14.5px;
    position: relative;
}

body.single .blog_content .content-area .right_area .toc_blog .item_wrap .item span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    background: linear-gradient(45deg,#c00 0,#de0029 50%,#c00 100%);
}

body.single .blog_content .content-area .right_area .toc_blog .item_wrap .item p {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.6em;
    color: #000;
    margin: 0; 
}

body.single .blog_content .content-area .right_area .toc_blog .item_wrap .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.socialsharepopup {
    display: none;
    margin: -1px;
    margin-left: -10px;
}

body.single .blog_content .content-area .top_area .metas .item.socialshare {
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .blog_content .content-area .top_area .img_area:first-child {
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
    }

    .blog_content .content-area .top_area .img_area:first-child img {
        width: 100%;
        object-fit: cover;
    }

    .blog_content .content-area .top_area .metas {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .blog_content .content-area .bottom_area .right_area {
        max-width: 100%;
        margin-bottom: 20px;
    }

    body.single .blog_content .content-area .top_area,
    body.single .blog_content .content-area .left_area,
    body.single .blog_content .content-area .right_area,
    .blog_content .content-area .bottom_area .left_area {
        max-width: 100%;
        width: 100%;
    }

    .blog_content .content-area {
        flex-wrap: wrap;
    }
}

body.single .blog_content .content-area .bottom_area .bottom_button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}

body.single .blog_content {
    padding-bottom: 50px;
}

.news-linkedin.full_width_version .content-area .news-linkedin-container .news-boxes {
    flex: 0 0 100%;
    max-width: 100%;
}

body.single .blog_content .content-area .right_area .bottom_sidebar {
    border-left: 1px solid #D4DADF;
    margin-top: 64px;
    padding-left: 33px;
    padding-top: 6px;
    padding-bottom: 16px;
}

body.single .blog_content .content-area .right_area.no_toc .bottom_sidebar {
    margin-top: 0;
}

body.single .blog_content .content-area .right_area .bottom_sidebar h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 129.4%;
    color: #000;
    margin-bottom: 14.5px;
}

body.single .blog_content .content-area .right_area .bottom_sidebar .item_wraps .item {
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #5A5A5A;
}

body.single .blog_content .content-area .right_area .bottom_sidebar .item_wraps .item a {
    transition: all .35s;
}

body.single .blog_content .content-area .right_area .bottom_sidebar .item_wraps .item:last-child {
    margin-bottom: 0;
}

body.single .blog_content .content-area .right_area .bottom_sidebar .item_wraps .item::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 8px;
    background-color: #000;
    border-radius: 50%;
}

@media (min-width: 767.98px) {
    body.single .blog_content .content-area .right_area .bottom_sidebar .item_wraps .item:hover a {
        color: #de0029;
    }
}

body.single .blog_content .content-area .left_area .text_content p a,
.members-login.wywsig .content-area .text_area a {
    color: #de0029;
    text-decoration: none;
}

body.single-espresso_events .site-main,
body.post-type-archive-espresso_events .site-main {
    position: relative;
    width: 1232px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
    min-height: 70vh;
}

.events .content-area .top-title-area .left-area .sort-region .sort-region-selector div span {
    flex-shrink: 0;
}

body.single-espresso_events .site-main {
    padding-bottom: 50px;
    min-height: 70vh;
}

body.post-type-archive-espresso_events .site-main h1 {
    margin-bottom: 0;
}

body.single-espresso_events .site-main .jst-rght {
    text-align: center;
}

body.post-type-archive-espresso_events .site-main .entry-content .event-content .event-datetimes {
    /* display: none; */
}

body.single-espresso_events .site-main .powered-by-event-espresso-credit {
    display: none;
}

body.single-espresso_events .site-main .event-tickets > br {
    display: none;
}

body.single-espresso_events .site-main .ticket-on-sale .hide-the-displayed,
body.single-espresso_events .site-main .ticket-on-sale .display-the-hidden,
body.post-type-archive-espresso_events .site-main .ticket-on-sale .hide-the-displayed,
body.post-type-archive-espresso_events .site-main .ticket-on-sale .display-the-hidden {
    display: flex;
    margin-top: 10px;
}

body.post-type-archive-espresso_events .site-main .entry-content .event-content .ee-event-datetimes-li br:nth-child(2) {
    display: none;
}

body.post-type-archive-espresso_events .site-main .entry-content .event-content .ee-event-datetimes-li-date-name,
body.post-type-archive-espresso_events .site-main .entry-content .event-content .event-tickets,
body.post-type-archive-espresso_events .site-main .entry-content .event-content .ee-event-datetimes-li-date-desc,
body.post-type-archive-espresso_events .site-main .entry-content .event-content p:last-child {
    display: none;
}

body.post-type-archive-espresso_events .site-main .espresso_events {
    border-bottom: 1px solid #999;
    margin: 0;
    padding-bottom: 50px;
    margin-bottom: 20px;
    padding-left: 100px;
    position: relative;
}

body.post-type-archive-espresso_events .site-main .espresso_events:last-child {
    border-bottom: none;
}

body.post-type-archive-espresso_events .site-main .espresso_events h2 {
    font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.espresso_events .event-datetimes > .ee-event-datetimes-ul {
    justify-content: left;
}

.espresso_events .event-datetimes > .ee-event-datetimes-ul--small .ee-event-datetimes-li {
    margin: 0;
}

body.post-type-archive-espresso_events .espresso_event_categories-eastern-region h2::before {
    background-color: #5ba623;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: calc(13em / 21);
    margin-right: calc(7.5em / 21);
    width: calc(13em / 21);
    vertical-align: baseline;
}

body.post-type-archive-espresso_events .espresso_event_categories-central-region h2::before {
    background-color: #e0c34f;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: calc(13em / 21);
    margin-right: calc(7.5em / 21);
    width: calc(13em / 21);
    vertical-align: baseline;
}


body.post-type-archive-espresso_events .espresso_event_categories-prairie-region h2::before {
    background-color: #d1512e;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: calc(13em / 21);
    margin-right: calc(7.5em / 21);
    width: calc(13em / 21);
    vertical-align: baseline;
}

body.post-type-archive-espresso_events .espresso_event_categories-western-region h2::before {
    background-color: #00adef;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: calc(13em / 21);
    margin-right: calc(7.5em / 21);
    width: calc(13em / 21);
    vertical-align: baseline;
}

body.post-type-archive-espresso_events .espresso_event_categories-group h2::before {
    background-color: #bf5c95;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: calc(13em / 21);
    margin-right: calc(7.5em / 21);
    width: calc(13em / 21);
    vertical-align: baseline;
}

body.post-type-archive-espresso_events .download-iCal-frm {
    display: none;
}

.espresso_events .event-datetimes > .ee-event-datetimes-ul--small .ee-event-datetimes-li {
    /* display: none; */
}

body.post-type-archive-espresso_events .site-main .espresso_events .SFevt_dp {
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;

}

body.post-type-archive-espresso_events .site-main .espresso_events .SFevt_dp .SFevt_dpmon {
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding: 5px;
    font-size: .9em;
}

body.post-type-archive-espresso_events .site-main .espresso_events .SFevt_dp .SFevt_dpdte {
    padding: calc(4em / 22.5);
    font-weight: 700;
    font-size: 1.5em;
    text-align: center
}

body.post-type-archive-espresso_events .site-main .espresso_events .SFevt_dp .SFevt_dpyer {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: calc(1em / 6);
    font-size: .8em;
    text-align: center;
}

body.post-type-archive-espresso_events .events {
    padding: 0;
    background: unset;
}

body.post-type-archive-espresso_events .events .content-area {
    padding: 0;
}

body.page-id-2184 .site-main,
body.page-id-2182 .site-main {
    position: relative;
    width: 1232px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

body.page-id-2184 .ee-registrations-list td > span span.tiny-text {
    font-size: 14px;
}

body.page-id-2184 .ee-registrations-list td > span span.tiny-text a:first-child {
    margin-left: 0;
}

body.page-id-2182 .site-main #spco-steps-display-dv {
    justify-content: left;
}

body.page-id-2182 .site-main .button--primary {
    padding: 9px 16px 7px;
    font-size: 14px;
    line-height: 16px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    background: #de0029;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    border: 2px solid #de0029;
    overflow: hidden;
    color: #fff;
    transition: all .35s;
}

body.page-id-2182 .site-main form label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000;
}

body.page-id-2182 .site-main form input[type="text"],
body.page-id-2182 .site-main form input[type="email"] {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 0 8px;
}

body.page-id-2182 .site-main form select {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 0 8px;
    appearance: none;
    background-image: url(/wp-content/themes/ceca/images/svg/icon-arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 15px;
}

@media (min-width: 768px) {
    body.page-id-2182 .site-main .button--primary:hover {
        color: #fff;
        background-color: #150004;
        border-color: #150004;
        transition: all .35s;
    }
}

.mfr-ai-assistant__cta-button {
	font-family:"Roboto Condensed",sans-serif;
	border-bottom:0;
}
.mfr-ai-assistant__cta-button svg {
	vertical-align:baseline;
}
.events .content-area .events-sliders .event-slider-box .event-slider-content .info-area p {
    line-height: 1.2em;
}