/* SET TYPOGRAPHY RULES BELOW ONLY AFTER COMPLETING ALL THE FOLLOWING*
 *
 * Settings > Typekit Fonts
 * Add Typekit kit code after creating a kit via OMS login
 *
 * Theme Customizer > General Settings > Typography
 * Set base body size, body line-height, link color, body color, header color
 * Header font sizes and line-heights set below in code
 * Reversed font colors for dark bkgds set below
 *
 * /////////////////////////////////////////////////////////




/*-------------------------------------------------------------------------------------------------------------------------------

    SITE SPACING CLASSES & RULES
    These rules do not contain body.orbit so it can be overwritten via builder

---------------------------------------------------------------------------------------------------------------------------------*/


/*--- UNIVERSAL SPACING ---*/
/* Removes padding-top of a row following another row */
.et_pb_row + .et_pb_row {
    padding-top: 0 !important;
}
.et_pb_row, .container {
    width: 90%
}


/*--- DESKTOP SPACING ---*/

/* Sets row padding */
.et_pb_row {
    padding: 120px 0;
}


/*--- TABLET SPACING ---*/

/* Sets row padding */
@media all and (max-width: 980px) {
    .et_pb_row {
        padding: 80px 0;
    }
    /* Sets space between stacked columns */
    .et_pb_column {
        margin-bottom: 40px;
    }
    /* Sets space between stacked rows in same section */
    .et_pb_row + .et_pb_row {
        margin-top: -40px; /* amount to remove from padding rule above */
    }
}


/*--- MOBILE SPACING ---*/

/* Sets row padding */
@media all and (max-width: 767px) {
    .et_pb_row {
        padding: 60px 0;
    }
    /* Sets space between stacked columns */
    .et_pb_column {
        margin-bottom: 30px;
    }
    /* Sets space between stacked rows in same section */
    .et_pb_row + .et_pb_row {
        margin-top: -30px; /* amount to remove from padding rule above */
    }
}


/* Removes margin-bottom of last element to equalize spacing above and below content */
body.orbit .et_pb_row .et_pb_column .et_pb_module h1:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h2:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h3:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h4:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h5:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h6:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module p:last-child,
body.orbit .et_pb_row .et_pb_column:only-child .et_pb_module p:last-child,
body.orbit #main-content .et_pb_row .et_pb_column .et_pb_module ul li:last-of-type,
body.orbit .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner p:last-child,
body.orbit .et_pb_blurb_content p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}


/*--- ADDITIONAL SPACING OPTIONS, MAY REQUIRE BREAKPOINT RULES ---*/

/* Add small amount of padding to have smaller padding above and below content */
/*body.orbit .et_pb_section.small-pad .et_pb_row {
    padding: 10px 0;
}*/

/* Add padding to have more exagerated padding above and below content */
body.orbit .et_pb_section.large-pad .et_pb_row {
    padding: 200px 0;
}

/* Tighten up padding between rows while having additional space at top and bottom of sections */
body.orbit .et_pb_section.large-pad .et_pb_row + .et_pb_row {
    padding-top: 0 !important;
    margin-top: -100px;
}



/*-------------------------------------------------------------------------------------------------------------------------------

    TYPOGRAPHY STYLES

---------------------------------------------------------------------------------------------------------------------------------*/


.et_pb_bg_layout_dark {
    color: rgba(255,255,255,1); /* Defines text color setting of light and dark backgrounds */
}
.et_pb_bg_layout_dark p, .et_pb_bg_layout_dark p.intro, .et_pb_bg_layout_dark p.pre-title,
.et_pb_bg_layout_dark li {
    color: rgba(255,255,255,1) !important;
}

.et_pb_bg_layout_dark a:not(.cta-button):not(.cta-button-secondary):not(.cta-link) {
    color: #00E4CE!important;
    font-weight: 700;
    padding-bottom: 2px;
    text-decoration: none;
    background-image: linear-gradient(#00e4ce,#00e4ce),linear-gradient(270deg,rgba(120,120,120,1), 0%,rgba(120,120,120,1)100%)!important;
    background-size: 100% 2px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-out;
}

.et_pb_bg_layout_dark a:not(.cta-button):not(.cta-button-secondary):hover {
    color: #fff !important;
    background-size: 0 2px,100% 10px;
    background-position: 100% 100%,0 100%;
}

body.orbit #main-content a:not(.cta-button):not(.cta-button-secondary):not(.cta-link) {
    color: #1e243d;
    font-weight: 700;
    padding-bottom: 2px;
    text-decoration: none;
    background-image: linear-gradient(#1e243d,#1e243d),linear-gradient(270deg,#00E4CE 0%,#00E4CE 100%);
    background-size: 100% 2px,0 1px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-out;
}

body.orbit #main-content a:not(.cta-button):not(.cta-button-secondary):not(.cta-link):hover {
    color: #1e243d;
    background-size: 0 2px,100% 10px;
    background-position: 100% 100%,0 100%;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #C93E21;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    color: #0A786D;
}


body.orbit,
body.orbit h1,
body.orbit .h1,
body.orbit h2,
body.orbit .h2,
body.orbit h3,
body.orbit .h3,
body.orbit h4,
body.orbit .h4,
body.orbit h5,
body.orbit .h5,
body.orbit h6,
body.orbit .h6 {
    color: #1E243D;
    font-family: montserrat, sans-serif;
}
body.orbit p {
    color: #181E30;
    font-family: calibri, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit p.intro {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0 0 20px;
}
.et_pb_section.testimonial p.intro {
    margin-bottom: 30px !important;
}
body.orbit p.pre-title {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}
body.orbit h1,
body.orbit .h1 {
    font-size: 54px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h2,
body.orbit .h2 {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h3,
body.orbit .h3 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}
body.orbit h4,
body.orbit .h4 {
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}
body.orbit h5,
body.orbit .h5 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0;
}
body.orbit h6,
body.orbit .h6 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0;
}

/*span.highlight {
    background:#00E4CE;
    font-weight: 800;
    padding:0 6px;
}
span.highlight:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(135deg,#0032A0 0%,#00174B 100%);
    height: 100%;
    }
span.highlight {
    opacity: 0;
    transition: all 1.25s ease;
    transition-delay: .15s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}*/

body.orbit #main-content ul {
    margin: 0;
    padding: 10px 0 20px 20px
}
body.orbit #main-content ol {
    list-style-position: outside;
    padding: 10px 0 20px 20px
}
body.orbit #main-content li {
    color: #181E30;
    font-family: calibri, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit hr,
body.orbit .et_pb_divider {
    border: none;
    height: 6px;
    margin: 50px 0;
    padding: 0;
    background: #1E243D;
}
body.orbit blockquote {
    background: rgba(120,120,120,0.15);
    border: none;
    border-left: 4px solid #1AD3C1;
    position: relative;
    padding: 40px 30px 40px;
}
body.orbit blockquote p {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-size: 600;
    line-height: 1.6;
    margin: 0 0 10px;
}

body.mce-content-body .cta-button,
body.orbit .cta-button {
    background-color: #00E4CE;
    background-image: none;
    border-radius: 4px;
    box-shadow: -4px 4px 0 0 #1E243D;
    -webkit-box-shadow: -4px 4px 0 0 #1E243D;
    color: #1E243D;
    display: inline-block;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .3s ease;
    width: fit-content;
}

body.mce-content-body .cta-button:after,
body.orbit .cta-button:after {
    /*    bottom: 1px;*/
    color: inherit;
    content: '\f0da';
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    position: relative;
    transition: all 0s;
}

/*body.mce-content-body .cta-button:hover:after,
body.orbit .cta-button:hover:after {
    margin-left: 8px;
}*/

body.mce-content-body .cta-button:hover,
body.orbit .cta-button:hover {
    background-color: #C93E21;
    color: #fff;
    box-shadow: 0 0 0 0 #1E243D;
    -webkit-box-shadow: 0 0 0 0 #1E243D;
    cursor: pointer;
    transform: translate(-4px, 4px);
}

body.mce-content-body .cta-link,
body.orbit .cta-link {
    color: #1E243D;
    display: inline-block;
    font-family: montserrat, sans-serif;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
}

body.mce-content-body .cta-link:after,
body.orbit .cta-link:after {
    color: inherit;
    content: '\f0da';
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    margin-top: -1px;
    position: absolute;
    transition: all .3s;
}
body.mce-content-body .cta-link:hover,
body.orbit .cta-link:hover {
    color:#C93E21;
}

body.mce-content-body .cta-link:hover:after,
body.orbit .cta-link:hover:after {
    margin-left: 8px;
}

/*-------------------------------------------------------------------------------------------------------------------------------

    HEADER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 18px;
    font-weight: 600;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    font-weight: 600;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:before {
    color: #C93E21;
    content: "..." / "";
    font-size: 30px;
    font-weight: 800;
    opacity: 0;
    transition: ease 0.3s all;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover:before,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:before,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:before {
    opacity: 1;
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    body.orbit #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner {
        background-color: #181E30;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
        background: #fff;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
        text-align: center;
        margin-bottom: 15px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        background: #fff;
    }
}



/*-------------------------------------------------------------------------------------------------------------------------------

    FOOTER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/


.et_pb_section.main-footer .et_pb_menu__menu>nav>ul>li>a {
    color: #1E243D;
    font-size: 16px;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom:15px;
}
.et_pb_section.main-footer .et_pb_menu__menu>nav>ul>li>a:hover,
.et_pb_section.main-footer .et_pb_menu__menu>nav>ul>li.current_page_item>a  {
    color:#C93E21;
    opacity: 1;
    text-decoration: none;
}

#footer-credits-menu .et_pb_menu__menu>nav>ul>li.current_page_item>a  {
    color:#C93E21;
    opacity: 1;
}
.et_pb_section.main-footer .et_pb_menu__menu>nav>ul>li>a:hover:after {
    margin-left: 8px !important;
    -webkit-transition: all 0s;
    transition: all 0s;
}

#footer-widgets h3 {
    color: #fff;
}
#footer-widgets h4 {
    color: #fff !important;
}
#footer-widgets {
    padding: 100px 0;
}
.et_pb_row_0_tb_footer {
    /*     border: none;
        border-bottom: 4px dotted rgb(30 36 61 / 15%); */
}
body.orbit .nf-form-cont {
    margin-top: 20px;
}


/* Bottom left footer nav */
body.orbit ul#menu-footer-bottom-left-nav {
    display: inline;
}

/* Copyright */
body.orbit .et_pb_section.footer-bottom #footer-info {
    padding: 5px 22px 0 0;
    color: #1E243D;
    font-size: 14px !important;
}
#footer-credits-menu {
    padding-top: 3px;
}
#footer-credits-menu .et_pb_menu__menu>nav>ul>li>a {
    color: #1E243D;
    font-size: 14px !important;
    text-decoration: underline;
}
#footer-credits-menu .et_pb_menu__menu>nav>ul>li>a:hover {
    color: #C93E21 !important;
    opacity: 1;
}
/* Social Media Footer Menu */
body.orbit .et_pb_section.footer-bottom #menu-footer-bottom-right-social-media {
    text-align: right;
}
body.orbit .et_pb_social_media_follow_0_tb_footer li a.icon:before {
    color: #1e243d;
    transition: all .3s;
}
body.orbit .et_pb_social_media_follow_0_tb_footer li a.icon:hover:before {
    color: #C93E21;
}

@media (min-width: 981px) {
    #footer-widgets .footer-widget {
        margin-bottom: 0; /* Removes padding on desktop so rule above can work*/
    }
}
@media (max-width: 980px) {
    #footer-widgets .footer-widget {
        margin-bottom: 50px !important; /* Add padding back in below desktop where footer columns stack*/
    }
}
@media (min-width: 981px) {
    .et_pb_column_4_tb_footer {
        border-radius: 20px 0 0 20px;
    }
    .et_pb_column_5_tb_footer {
        border-radius: 0 20px 20px 0;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------

    CUSTOM CLASSES

---------------------------------------------------------------------------------------------------------------------------------*/

/* Use to add overlays to background images on sections and rows
 * You can duplicate and change name to match desired colors */
.oms-overlay-blue::before {
    content: '';
    background: rgba(0,133,204, .92);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-overlay-gray::before {
    content: '';
    background: rgba(60,60,60,.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Reverse Column Row */
@media all and (max-width: 980px) {
    /* Reverse Order of Columns */
    .oms-row-reverse-columns {
        display: flex;
        flex-direction: column-reverse;
    }
    /* Remove column margin-bottom when reversed */
    #main-content .et_pb_row.oms-row-reverse-columns .et_pb_column:not(:last-child) {
        margin-bottom: 0px !important;
    }
    /* Add column margin-bottom when reversed */
    #main-content .et_pb_row.oms-row-reverse-columns .et_pb_column:last-child .et_pb_module:last-child {
        margin-bottom: 30px !important;
    }
}



/*-------------------------------------------------------------------------------------------------------------------------------

    BREAKPOINT TARGETING

---------------------------------------------------------------------------------------------------------------------------------*/

/* Below are styles for specific breakpoints, everything above this line should be universal. AKA only put styles that are different than above here. */

/* DESKTOP ONLY Style */
@media all and (min-width: 981px) {
    #top-menu > .menu-btn a {
        padding: 15px !important;
        background: #0085cc;
        border-radius: 3px;
        margin: 0;
        color: #fff;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
        position: relative;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #top-menu > .menu-btn a:hover {
        background: #0074b3;
    }

    #top-menu > .menu-btn.current-menu-item a {
        color: #fff !important;
    }
    .mobile-only {
        display:none;
    }
}

@media all and (min-width: 981px) and (max-width: 1070px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }
}

/* TABLET ONLY Styles */
@media all and (min-width: 768px) and (max-width: 980px) {

}

/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    body.orbit p {
        font-size: 15px;
    }
    body.orbit p.intro {
        font-size: 20px;
    }
    body.orbit h1,
    body.orbit .h1 {
        font-size: 35px;
    }
    body.orbit h2,
    body.orbit .h2 {
        font-size: 28px;
    }
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    .oms-tabletMobile-hide { display: none; }
    body.orbit .et_pb_section.footer-bottom #menu-footer-bottom-right-social-media {
        text-align: center;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child a {
        background: #00E4CE;
        font-weight: 800;
        height: 50px;
        padding: 5px 0;
        margin-bottom: 0;
        text-transform: uppercase;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------

    KEN BURNS HERO BLOCK
    (Remove these styles if Ken Burns block is not being used).

---------------------------------------------------------------------------------------------------------------------------------*/

/* Styling for the Section */
.oms-section-burns {
    position: relative;
    /*height: calc(100vh - 122px);*/ /* Remove if you'd prefer Row's top/bottom padding to determine height */
    background-color: #1b1e20;
}


/* Styling for the row that contains the text that overlays on top of the images */
.oms-row-burns-text {
    height: 100%;
    margin: 0 !important;
}

/* Custom Top and Bottom Padding for Text Row */
.oms-row-burns-images + .oms-row-burns-text {
    padding: 120px 0 !important; /* This controls Section height if oms-section-burns height is removed */
}

/* Pseudo Overlay Styles - Update Background color/opacity using RGBA properties */
.oms-row-burns-images .et_pb_column.burn-images:before {
    background: rgba(20, 26, 33, .7);
}

/* Customize horizontal and vertical alignment using flex properties */
.oms-row-burns-text .et_pb_column {
    height: 100%;
}

/* Text Module Styles */
.oms-row-burns-text .et_pb_text {
    width: 80%;
    max-width: 900px;
}

a.play-pause {
    transition: .3s ease;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 5px;
    padding: 0 20px;
    color: white;
    z-index: 100;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2022/01/pause-button.png);
    background-size: 10px;
    background-position: 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

a.play-pause.btn-paused {
    background-image: url(/wp-content/uploads/2022/01/play-buttton.png);
}

/*-------------------------------------------------------------------------------------------------------------------------------

    MODULES

---------------------------------------------------------------------------------------------------------------------------------*/

/*NUMBER COUNTER */

.et_pb_countdown_timer .section.values {
    width: fit-content;
    min-width: 90px;
}

.et_pb_number_counter .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1E243D !important;
    margin: 0 0 15px;
    padding: 0;
}
.et_pb_number_counter .percent p {
    color: #181E30 !important;
    font-family: montserrat, sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-weight: 800;
}

.et_pb_countdown_timer .sep {
    display:none;
}


/* BLURBS */

.et_pb_main_blurb_image {
    margin-bottom: 16px;
}


/* SMALLTRANSITION CTA */

.et_pb_row.transition-link,
.et_pb_row.transition-link .et_pb_column,
.et_pb_row.transition-link .et_pb_module
.et_pb_row.transition-link.et_pb_text_inner {
    position:unset;
}

.et_pb_row.transition-link {
    transition: ease all 0.3s;
}

.et_pb_row.transition-link .cta-button:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.et_pb_row.transition-link:hover {
    background: #C93E21;
    color:#fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #1E243D;
    transform: translateY(4px);
}
.et_pb_row.transition-link:hover .cta-button {
    background: #fff;
    color: #C93E21;
    box-shadow: none;
    transform: translate(0px, 0px);
}


/* SPEAKER BLURB - use .blurb-speaker class */

.et_pb_blurb.blurb-speaker {
    position: unset;
    transition: ease all 0.3s;
}
.et_pb_blurb.blurb-speaker:hover {
    transform: translateY(-10px);
}
.et_pb_blurb.blurb-speaker .et_pb_module_header a {
    background-image:none !important;
}
.et_pb_blurb.blurb-speaker .et_pb_module_header,
.et_pb_blurb.blurb-speaker .et_pb_module_header a{
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.et_pb_blurb.blurb-speaker:hover .et_pb_module_header,
.et_pb_blurb.blurb-speaker:hover .et_pb_module_header a{
    color:#c93e21 !important;
    cursor: pointer;
}

.blurb-speaker .et_pb_module_header:after {
    color: inherit;
    content: '\f0da';
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    margin-left: 6px;
    margin-top: 7px;
    position: absolute;
    transition: all .3s;
}
.et_pb_blurb.blurb-speaker:hover .et_pb_module_header:after  {
    margin-left: 8px;
}

/* ACCORDIONS */
body.orbit .et_pb_toggle .et_pb_toggle_title .toggle-trigger,
body.orbit .et_pb_toggle .et_pb_toggle_title .toggle-icon:before {
    color: #181E30;
    transition: all .3s ease;
}
body.orbit .et_pb_toggle_close {
    background: #fff;
    transition: all .3s ease;
}
/*body.orbit .et_pb_toggle:hover .et_pb_toggle_title .toggle-trigger,
body.orbit .et_pb_toggle:hover .et_pb_toggle_title .toggle-icon:before {
    color: #fff;
}*/
body.orbit .et_pb_toggle:hover .et_pb_toggle_title .toggle-icon {
    rotate: 180deg;
}
.et_pb_toggle_close:hover {
    background: #f2f2f2;
}
body.orbit .et_pb_toggle.et_pb_toggle_open .toggle-icon:before {
    color: #C93E21 !important;
}

/* SCHEDULE */

.schedule-top {
    border-left: 6px solid;
    border-image: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(0,228,206,1) 50%, rgba(0,228,206,1) 100%) 1;
    margin-top: 80px;
}
.schedule-bottom {
    border-left: 6px solid;
    border-image: linear-gradient(to bottom, rgba(0,228,206,1) 0%, rgba(0,228,206,1) 50%, rgba(255,255,255,1) 50%) 1;
    margin-bottom: 80px;
}
.schedule-dot:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #00E4CE;
    top: calc(50% - 15px);
    border-radius: 50%;
    z-index: 1;
    visibility: visible;
    left: -18px;
}
.schedule-dot {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    .schedule-dot .et_pb_blurb_position_top_phone .et_pb_main_blurb_image {
        width: fit-content;
    }
}

/* TIMER */
.et_pb_countdown_timer .section p.value {
    font-weight: 800;
}
.et_pb_column_1_2 .et_pb_countdown_timer .section p.label {
    font-weight: 500;
}
.et_pb_countdown_timer .section p {
    display: inline-block;
    font-family: montserrat, sans-serif;
    margin-bottom: 0px;
}
#main-content .container:before {
    background-color: #fff;
}