/* SET TYPOGRAPHY RULES BELOW ONLY AFTER COMPLETING ALL THE FOLLOWING*
 *
 * Settings > Typekit Fonts
 * Add Typekit kit code after creating 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

---------------------------------------------------------------------------------------------------------------------------------*/
.page.et_pb_pagebuilder_layout #main-content {
    background: #F2F5FA;
}

.et_pb_section {
    background-color: unset;
}

/*--- UNIVERSAL SPACING ---*/
/* Stacking Sections of Same Color Backgrounds */

.et_pb_section.bg-color--000000:not(.transition).oms-overlay-gray + .et_pb_section.bg-color--000000 {
    margin-top: -100px !important;
}

@media all and (max-width: 768px){
    .et_pb_section.bg-color--000000:not(.transition).oms-overlay-gray + .et_pb_section.bg-color--000000 {
        margin-top: -30px !important;
    }

    .et_pb_section.bg-color--000000:not(.transition).oms-overlay-gray + .et_pb_section.bg-color--000000 .et_pb_column {
        margin-bottom: 40px !important;
    }

    .et_pb_section.bg-color--000000:not(.transition).oms-overlay-gray + .et_pb_section.bg-color--000000 .et_pb_column:last-child {
        margin-bottom: 0px !important;
    }
}

.et_pb_section.bg-color--f2f5fa + .et_pb_section.bg-color--f2f5fa .et_pb_row:first-child,
.et_pb_section.bg-color--fbfcfd + .et_pb_section.bg-color--fbfcfd .et_pb_row:first-child,
.et_pb_section.bg-color--292e3f + .et_pb_section.bg-color--292e3f .et_pb_row:first-child,
.et_pb_section.hero + .et_pb_section.overlap .et_pb_row:first-child,
.et_pb_section.bg-color--000000.overlap + .et_pb_section.bg-color--f2f5fa .et_pb_row:first-child
    /*.et_pb_section.bg-color--000000:not(.transition) + .et_pb_section.bg-color--f2f5fa .et_pb_row:first-child,
    .et_pb_section.bg-color--000000:not(.transition) + .et_pb_section.bg-color--000000 .et_pb_row:first-child */
{
    padding-top: 0 !important;
}
.et_pb_row, .container {
    width: 90%
}


/*--- 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;
}
/* Sets space between stacked rows in same section */
@media all and (min-width: 981px) {
    .et_pb_row + .et_pb_row {
        margin-top: -40px; /* amount to remove from padding rule above */
    }
}


/*--- 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 */
    }

    .et_pb_section.oms-overlay-gray .et_pb_row {
        padding: 120px 0;
    }
}


/* 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;
}

body.orbit .et_pb_row .et_pb_column .et_pb_text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 768px){
    body.orbit .et_pb_row .et_pb_column .et_pb_text {
        max-width: 90%;
    }
}


/*--- 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 li {
    color: rgba(255,255,255,.85);
}

body.orbit #main-content a {
    font-weight: 700;
}

body.orbit #main-content a:not(.cta-link):not(.cta-button):not(.cta-button-reverse):not(.entry-featured-image-url) {
    font-weight: 700;
    border-bottom: 1px solid;
    text-decoration: none;
}

.et_pb_bg_layout_dark a {
    color: #333;
}

body.orbit #main-content a:not(.cta-link):not(.cta-button):not(.cta-button-reverse):hover {
    border-bottom: 5px solid;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0085cc;
}

.et_pb_bg_layout_light h1,
.et_pb_bg_layout_light .h1,
.et_pb_bg_layout_light h2,
.et_pb_bg_layout_light .h2,
.et_pb_bg_layout_light h3,
.et_pb_bg_layout_light .h3,
.et_pb_bg_layout_light h4,
.et_pb_bg_layout_light .h4,
.et_pb_bg_layout_light h5,
.et_pb_bg_layout_light .h5,
.et_pb_bg_layout_light h6,
.et_pb_bg_layout_light .h6 {
    color: #373A41;
}

.et_pb_bg_layout_light p {
    color: #656C76;
}


body.orbit h1,
body.orbit .h1,
body.orbit h2,
body.orbit .h2,
body.orbit h3,
body.orbit .h3,
body.orbit h5,
body.orbit .h5,
body.orbit h6,
body.orbit .h6,
body.orbit p {
    font-family: 'Montserrat', sans-serif;
}

body.orbit p {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
}
body.orbit p.intro {
    font-size: 23px;
    line-height: 1.5;
    margin: 0 0 25px;
}
body.orbit p.pre-title {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
body.orbit h1,
body.orbit .h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
}
body.orbit h2,
body.orbit .h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
}
body.orbit h3,
body.orbit .h3 {
    font-size: 26px;
    font-weight: 700 !important;
    line-height: 1.3;
    margin: 0 0 15px;
    padding: 0;
}
body.orbit h4,
body.orbit .h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0;
}
body.orbit h5,
body.orbit .h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0;
}
body.orbit h6,
body.orbit .h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #666;
    margin: 0 0 15px;
    padding: 0;
}
body.orbit #main-content ul {
    margin: 0;
    padding: 10px 0 20px 25px;
}
body.orbit #main-content li {
    margin: 0 0 15px;
    padding: 0;
}
body.orbit hr,
body.orbit .et_pb_divider {
    border: none;
    height: 1px;
    margin: 25px 0 30px;
    padding: 0;
    background: rgba(0,0,0,0.1);
}
body.orbit blockquote {
    border: none;
    border-left: 2px solid #ccc;
    position: relative;
    padding-left: 30px;
}
body.orbit blockquote p {

}
body.mce-content-body .cta-button,
body.orbit .cta-button,
body.orbit .nf-field-element input[type=button] {
    display: inline-block;
    margin-top: 5px;
    background: #46709D !important;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 22px 15px 30px;
    font-weight: 700;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    text-transform: capitalize;
}

body.mce-content-body .cta-button:after,
body.orbit .cta-button:after,
body.orbit .nf-field-element input[type=button]:after {
    content: '›';
    position: relative;
    margin-left: 0px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    margin-right: 5px;
    transition: .3s ease;
    opacity: 0;
}

body.mce-content-body .cta-button:hover,
body.orbit .cta-button:hover,
body.orbit .nf-field-element input[type=button]:hover {
    /* transform: scale(1.02); */
    background: #396EA1 !important;
    box-shadow: 0 10px 10px 0px rgba(0,0,0,.2);
    cursor: pointer;
    padding: 15px 22px 15px 30px;
}

body.mce-content-body .cta-button:hover:after,
body.orbit .cta-button:hover:after,
body.orbit .nf-field-element input[type=button]:hover:after {
    margin-left: 5px;
    opacity: 1;
    margin-right: 0;
}

body.mce-content-body .cta-button-reverse,
body.orbit .cta-button-reverse {
    display: inline-block;
    margin-top: 5px;
    background: #F2F5FA !important;
    color: #396EA1 !important;
    text-decoration: none;
    padding: 15px 22px 15px 30px;
    font-weight: 700;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    text-transform: capitalize;
}

body.mce-content-body .cta-button-reverse:after,
body.orbit .cta-button-reverse:after {
    content: '›';
    position: relative;
    margin-left: 0px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    margin-right: 5px;
    transition: .3s ease;
    opacity: 0;
}

body.mce-content-body .cta-button-reverse:hover,
body.orbit .cta-button-reverse:hover {
    background: #FFFFFF !important;
    box-shadow: 0 15px 30px 0px rgba(0,0,0,.2);
    cursor: pointer;
    /*transform: scale(1.02);*/
    padding: 15px 22px 15px 30px;
}

body.mce-content-body .cta-button-reverse:hover:after,
body.orbit .cta-button-reverse:hover:after {
    margin-left: 5px;
    margin-right: 0px;
    opacity: 1;
}

.cta-link {
    border-bottom: 1px solid transparent;
    color: #46709D;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
}

.et_pb_bg_layout_dark .cta-link {
    color: #CFCDAA!important;
}


@media all and (max-width: 768px){
    .cta-link {
        line-height: 24px;
    }
}


.cta-link::after {
    content: '›';
    position: relative;
    margin-left: 5px;
    margin-right: 3px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    transition: .3s ease;
}

.cta-link:hover {
    color: #396EA1;
    text-decoration: none;
    cursor: pointer;
}

.cta-link:hover:after {
    margin-left: 8px;
    margin-right: 0px;
}

body.orbit #main-content ul {
    margin: 0;
    padding: 10px 0 20px 25px;
    list-style: none;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
}

body.orbit #main-content li {
    margin: 0 0 15px;
    padding: 0;
}

body.orbit #main-content li:before {
    color: #CFCDAA;
    content: '\f0c8';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 8px;
    font-weight: 900;
    position: absolute;
    margin-left: -15px;
    margin-right: 10px;
}

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

	HEADER + MAX MEGA MENU STYLES

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

#page-container:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgba(205,198,136,1) 0%, rgba(129,159,157,1) 25%, rgba(110,138,197,1) 50%, rgba(164,150,162,1) 75%, rgba(162,132,109,1) 100%);
    background: linear-gradient(270deg, #cdc688, #819f9d, #6e8ac5, #a496a2, #a2846d);
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
}

@-webkit-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

body.orbit #top-header, body.orbit #main-header {
    background: #FBFCFD;
}

body.orbit #top-header #et-secondary-menu>ul>li a {
    color: #292E3F;
}

body.orbit #top-header #et-secondary-menu>ul>li.current-menu-item a {
    color: #396EA1;
}

body.orbit #top-header #et-secondary-menu>ul>li a:hover {
    color: #396EA1;
    text-decoration: none;
    opacity: 1 !important;
}

body.orbit #top-header #et-secondary-menu>ul>li {
    border-right: 1px solid rgba(101,108,118,.12);
    margin: 0;
    padding: 7px 15px 0 30px;;
}

body.orbit #top-header #et-secondary-menu>ul>li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

body.orbit #top-header #et-secondary-menu>ul>li.icon:before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 7px;
    position: absolute;
}

body.orbit #top-header #et-secondary-menu>ul>li.icon.login:before {
    background-image: url(/wp-content/uploads/2022/10/icon-login.png);
}

body.orbit #top-header #et-secondary-menu>ul>li.icon.contact:before {
    background-image: url(/wp-content/uploads/2022/10/icon-contact.png);
    width: 17px;
    height: 17px;
    top: 6px;
}


.et_header_style_left .logo_container {
    margin-top: -21px;
    width: auto;
}

@media all and (max-width: 981px){
    body.orbit #main-header .logo_container #logo {
        max-height: 75px !important;
    }
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 70px;
    height: fit-content;
    min-height: 70px;
    color: #292E3F;
    font-weight: 700;
    padding: 0 20px;
    outline: 2px !important;
    transition: .3s ease;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus {
    outline: solid 2px transparent !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.last-menu-item > a.mega-menu-link {
    padding-right: 0 !important;
}

#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-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    font-weight: 700;
    color: #396EA1;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;
    margin-top: -4px;
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after {
    width: 100%;
}



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

	FOOTER STYLES

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

#main-footer, #footer-bottom {
    background: #292E3F;
}

#main-footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgba(205,198,136,1) 0%, rgba(129,159,157,1) 25%, rgba(110,138,197,1) 50%, rgba(164,150,162,1) 75%, rgba(162,132,109,1) 100%);

    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
}

#footer-bottom {
    padding: 0 !important;
}

#footer-bottom .container {
    border-top: 1px solid #181B26;
    padding: 40px 0;
}

.footer-widget:first-child .fwidget:last-child {
    margin-left: 60px;
}

#main-footer .footer-widget:first-child a.logo img {
    max-width: 280px;
}

#footer-widgets h3 {
    color: #fff;
}
#footer-widgets h4 {
    color: #fff !important;
}
#footer-widgets {
    padding: 100px 0;
}

#footer-widgets a.cta-link {
    color: #CFCDAA;
    font-weight: 700;
}

#footer-widgets a.cta-link:after {
    color: #F2F5FA;
    transition: .3s ease;
    margin-right: 3px;
}

#main-footer #footer-widgets .footer-widget p {
    line-height: 32px
}

#footer-widgets .footer-widget li {
    padding-left: 0 !important;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#main-footer #footer-widgets .footer-widget li.menu-item a {
    color: #CFCDAA !important;
    transition: .3s ease;
}

#main-footer #footer-widgets .footer-widget li.menu-item.current-menu-item a,
#main-footer #footer-widgets .footer-widget li.menu-item.current-page-ancestor a {
    color: white !important;
}

#footer-widgets .footer-widget li.menu-item:not(.cta-button) a:after {
    content: '›';
    position: relative;
    margin-left: 5px;
    display: inline;
    color: #F2F5FA;
    transition: .3s ease;
    margin-right: 3px;
}

#footer-widgets a.cta-link:hover:after, #footer-widgets .footer-widget li.menu-item:not(.cta-button) a:hover:after {
    margin-left: 8px;
    color: #CFCDAA;
    margin-right: 0;
}

#footer-widgets .footer-widget li.menu-item a {
    color: #ffffff !important;
    font-weight: 600;
}



#footer-widgets .footer-widget:last-child {
    background: rgba(101,108,118,.2);
    padding: 40px;
    text-align: center;
}

#footer-widgets .footer-widget:last-child .fwidget {
    width: 100%;
}

#main-footer #footer-widgets .footer-widget li.menu-item.cta-button {
    margin-bottom: 20px;
}

#main-footer #footer-widgets .footer-widget li.menu-item.cta-button a {
    padding-left: 30px !important;
    padding-right: 0px !important;
    color: #ffffff !important;
}

#footer-widgets .footer-widget li.cta-button a:after {
    display: none;
}

/* Bottom left footer nav */
body.orbit ul#menu-footer-bottom-left-nav {
    display: inline;
}
body.orbit #footer-bottom a {
    color: rgba(255,255,255,0.5);
}
/* Copyright */
body.orbit #main-footer #footer-bottom .footer-credits-menu #footer-info {
    padding: 0 22px 0 0;
    color: #F2F5FA !important;
    font-weight: 500;
    font-size: 14px !important;
}

body.orbit #footer-bottom a {
    color: #F2F5FA;
    text-decoration: underline;
    text-decoration-color: #CFCDAA;
    transition: .3s ease;
    font-weight: 500;
}

body.orbit #footer-bottom a:hover {

    opacity: 1;
}

body.orbit #footer-bottom li.current-menu-item a {
    color: #CFCDAA;
}

#footer-bottom ul.et-social-icons li a {
    color: #F2F5FA;
}

#footer-bottom ul.et-social-icons li a:hover {
    color: #CFCDAA !important;
}

@media (max-width: 1300px) {

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
        width: 65% !important;
    }

    #footer-widgets .footer-widget:last-child {
        display: block !important;
        width: 100% !important;
    }

    #main-footer #footer-widgets .footer-widget:last-child li.menu-item {
        display: inline-block;
    }

    #main-footer #footer-widgets .footer-widget:last-child li.menu-item.cta-button {
        margin-bottom: 0 !important;
    }

    #main-footer #footer-widgets .footer-widget:last-child li.menu-item:last-child:not(.cta-button) {
        margin-left: 30px !important;
    }

}

@media (max-width: 1000px) {
    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
        width: 55% !important;
    }

    .footer-widget:first-child .fwidget:last-child {
        margin-left: 0 !important;
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
        float: none;
        margin-bottom: 0 !important;
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget .fwidget {
        float: none;
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(2) {
        display: inline-block !important;
        width: 35% !important;
        text-align: left;
        margin-right: 0 !important;
    }

    #footer-widgets .footer-widget:last-child {
        display: block;
        width: 100% !important;
    }

    #footer-widgets .footer-widget li {
        margin-bottom: 28px;
    }

    #footer-widgets .footer-widget:last-child {
        margin-top: 40px;
    }
}

@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 (max-width: 768px){
    #footer-widgets {
        padding: 60px 0;
    }

    .footer-widget:first-child .fwidget:last-child {
        margin-left: 0;
    }

    #footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }


    #main-footer #footer-widgets .footer-widget:last-child li.menu-item.cta-button {
        margin-bottom: 30px !important;
    }

    #main-footer #footer-widgets .footer-widget:last-child li.menu-item:last-child:not(.cta-button) {
        margin-left: 0px !important;
        display: block;
        margin-bottom: 0 !important;
    }

    body.orbit #main-footer #footer-bottom .container #menu-footer-bottom-right-social-media {
        margin-top: 40px;
    }
}


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

	BLOG STYLES

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

body.orbit.blog #main-content {
    background: #F2F5FA!important;
}

body.orbit.blog #main-content .container {
    padding: 0 0 120px;
    margin-top: -120px;
}

body.orbit.blog #main-content .container:before {
    display: none;
}

body.orbit.blog .et_pb_section.oms-overlay-gray:first-child:after {
    content: '';
    display: block;
    width: 100%;
    background: #292E3F;
    position: relative;
    padding: 60px 0 200px;
    text-align: center;
    color: white;

}

body.orbit.blog #content-area #left-area {
    margin-right: 0;
}


/* card grid layout */
body.orbit .post-wrapper-global {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
@media all and (max-width: 980px) {
    body.orbit .post-wrapper-global {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* card style */
body.orbit .post-wrapper-global article {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

body.orbit .post-wrapper-global article {
    transition: .3s ease;
    margin-bottom: 50px !important;
}

body.orbit .post-wrapper-global article:after {
    content: '';
    display: block;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;
    margin-top: -4px;
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
}

body.orbit .post-wrapper-global article:hover {
    transform: scale(1.05);
    background: white;
}

body.orbit .post-wrapper-global article:hover:after {
    width: 100%;
}

body.orbit .post-wrapper-global article .featured-image img {
    background: white;
    /*height: 240px;
    object-fit: cover; */
}

body.orbit .post-wrapper-global article .post-data {
    display: flex;
    flex-direction: column;
    padding: 40px !important;
    padding-top: 0 !important;
    height: 100%;
}

body.orbit .post-wrapper-global article .post-data p {
    order: 2;
}

body.orbit .post-wrapper-global article .post-data .entry-title {
    order: 1;
    margin-bottom: 15px;
    font-weight: 700;
}

body.orbit .post-wrapper-global article .post-data .entry-title a {
    border: none !important;
    color: #46709D;
}

body.orbit .post-wrapper-global article .post-data .entry-title a[rel=noopener]:after {
    content: '⧉';
}


body.orbit .post-wrapper-global article .post-data p.post-meta {
    order: 0;
    padding-bottom: 10px !important;

}

body.orbit .post-wrapper-global article .post-data p.post-meta a {
    color: #6c747f !important;
    font-size: 14px;
}

body.orbit .pagination {
    text-align: center;
}

body.orbit .pagination .alignleft,
body.orbit .pagination .alignright {
    float: none;
}


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

	BLOG DETAIL

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

body.orbit.single-post #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}

body.orbit.single-post #main-content .container:before {
    display: none;
}

body.orbit.single-post #main-content .container #left-area {
    max-width: 100%;
    padding-bottom: 0;
}

body.orbit.single-post #main-content .container #left-area article {
    background: #F2F5FA !important;
    margin-bottom: 0;
}

.single .post {
    padding-bottom: 0 !important;
}

body.orbit.single-post #main-content .container .et_post_meta_wrapper {
    background: #292E3F!important;
    padding: 120px 0 0;
}

body.orbit.single-post #main-content .container article .et_post_meta_wrapper:last-child {
    display: none;
}

body.orbit.single-post #main-content .container .et_post_meta_wrapper h1.entry-title {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

body.orbit.single-post #main-content .container .et_post_meta_wrapper .post-meta {
    font-size: 14px;
    padding-bottom: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    color: white;

}

body.orbit.single-post #main-content .container .et_post_meta_wrapper .post-meta a {
    background: rgba(101,108,118,.2)!important;
    padding: 5px 10px;
    color: rgba(255,255,255,.85);
    font-size: 12px;
    font-weight: 700;
}

body.orbit.single-post #main-content .container .featured-image-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: #FBFCFD;
    padding: 0 80px;
    margin-top: 120px;
    overflow: visible;
    height: auto;
    box-shadow: 0 -20px 40px rgb(0 0 0 / 10%);
}

body.orbit.single-post #main-content .container .featured-image-wrap img {
    margin-top: -80px;
}

body.orbit.single-post #main-content .container article .entry-content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 80px;
    /*margin-top: -120px; */
    background: #FBFCFD;
    box-shadow: 0 30px 40px rgb(0 0 0 / 10%);
    position: relative;
}

body.orbit.single-post #main-content .container article .entry-content:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;

    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;

    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
}

body.orbit.single-post #main-content .container article .entry-content p.intro {
    font-style: italic;
    font-size: 20px;
}

body.orbit.single-post #main-content .container article .entry-content img.aligncenter {
    width: 100% !important;
    margin: 60px 0;
}

body.orbit.single-post #main-content .container article .entry-content img.alignleft {
    width: 100%;
    margin: 60px 0;
}


body.orbit.single-post #main-content .container #left-area .post-wrapper-global article {
    background: #FBFCFD !important;
}


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

	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(55,58,65,1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	transition: .3s ease;
} */


@keyframes fadeHero {
    0% {background: rgba(55,58,65,1);}
    100% {background: rgba(55,58,65,.75);}
}

/* The element to apply the animation to */

.oms-overlay-gray::before {
    background: rgba(55,58,65,.7);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation-name: fadeHero;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes scaleSquare {
    0% {
        transform: scale(0);
    }
    100% {transform: scale(1);
    }
}

.et_pb_section.oms-overlay-gray .et_pb_row:before {
    content: '';
    width: 380px;
    height: 380px;
    top: calc(50% - 190px);
    left: calc(50% - 190px);
    border: 5px solid rgba(242,245,250,.1);
    display: block;
    position: absolute;
    animation-name: scaleSquare;
    animation-duration: 1s;
    animation-iteration-count: 1;
}


@media all and (max-width: 768px){
    .et_pb_section.oms-overlay-gray .et_pb_row:before {
        width: 280px;
        height: 320px;
        top: calc(50% - 160px);
        left: calc(50% - 140px);
        border: 5px solid rgba(242,245,250,.1);
    }
}

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

	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 0px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 5px 5px 0px 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;
    }

    body.orbit #main-header .logo_container #logo {
        max-height: 75px !important;
    }

}

/* 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,
    body.orbit ul {
        font-size: 15px;
        line-height: 24px;
    }
    body.orbit p.intro {
        font-size: 20px;
    }
    body.orbit h1,
    body.orbit .h1 {
        font-size: 34px;
        line-height: 1.1;
    }
    body.orbit h2,
    body.orbit .h2 {
        font-size: 28px;
    }
    body.orbit h3,
    body.orbit .h3 {
        font-size: 24px;
        line-height: 1.2;
    }
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    .oms-tabletMobile-hide { display: none; }

    body.orbit #main-header .logo_container {
        padding-left: 3px;
        margin-top: unset;
    }

    body.orbit #main-header .logo_container #logo {
        max-height: 102px !important;
    }

    body.orbit #main-header .et_menu_container #et-top-navigation {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        height: 2px;
        background: #373A41 !important;
    }

    #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
        background: none;
        height: 100%;
        padding-top: 30px;
        opacity: 0;
        z-index: -1;
        overflow: hidden;
    }

    body.orbit #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu:before {
        content: '' !important;
        display: block !important;
        height: 0;
        width: 100%;
        background-color: rgba(251,252,253,0);
        position: absolute;
        top: 0;
        left: 0px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transition: .2s ease;
        opacity: 0;
        transform: scale(2);
        z-index: -1;
    }

    body.mega-menu-primary-menu-mobile-open #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
        opacity: 1;
        overflow: visible;
    }

    body.mega-menu-primary-menu-mobile-open {
        overflow: clip;
        height: 100vh;
    }

    body.mega-menu-primary-menu-mobile-open #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu:before {
        opacity: 1;
        background-color: rgba(251,252,253,0.95);
        transform: scale(1);
        height: 100vh;
    }



    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item a {
        font-size: 16px !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        opacity: 0 !important;
        transform: scale(3);
        background: none !important;
        transition: .1s ease;
        color: transparent;
    }

    body.mega-menu-primary-menu-mobile-open #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item a {
        opacity: 1 !important;
        background-color: rgba(251,252,253,0.95);
        transform: scale(1) !important;
        color: #292E3F;
    }


    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mobile-only {
        width: 50%;
        display: inline-block;
        border-top: 1px solid #DFE3E8;
        bottom: 0;
        left: 0;
        margin-top: 30px;
        border-bottom: 1px solid #DFE3E8;
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mobile-only a {
        text-align: center;
        font-size: 14px !important;
        padding-right: 0;
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mobile-only:last-child {
        left: unset;
        right: 0;
        border-left: 1px solid #DFE3E8;
    }

}

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

	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: 0px 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);
}

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

	NUMBER COUNTER MODULE

---------------------------------------------------------------------------------------------------------------------------------*/
.et_pb_number_counter .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #666;
    margin: 0 0 15px;
    padding: 0;
}


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

	5050 IMAGE AND VIDEO MODULES

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

.et_pb_row_1_2_1_2 .et_pb_column:first-child .et_pb_image,
.et_pb_row_1_2_1_2 .et_pb_column:last-child .et_pb_image,
.et_pb_column_5_3 .et_pb_video,
.et_pb_column_3_5 .et_pb_video {
    position: relative;
}

.et_pb_row_1_2_1_2 .et_pb_column:first-child .et_pb_image:before {
    content: '';
    background: rgba(251,252,253,.1);
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    right: -30px;
    bottom:-30px;
    position: absolute;
}

.et_pb_row_1_2_1_2 .et_pb_column:last-child .et_pb_image:before {
    content: '';
    background: rgba(251,252,253,.1);
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    left: -30px;
    bottom:-30px;
    position: absolute;
}

.et_pb_column_5_3 .et_pb_video:before {
    content: '';
    background: rgba(251,252,253,.1);
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    right: -30px;
    top:-30px;
    position: absolute;
}

.et_pb_column_3_5 .et_pb_video:before {
    content: '';
    background: rgba(251,252,253,.1);
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    left: -30px;
    top:-30px;
    position: absolute;
}

.et_pb_video_overlay {
    background-size: 102%;
}

.et_pb_video_play {
    top: unset;
    left: 80px;
    bottom: 80px;
    margin-top: unset;
    margin-bottom: -3rem;
    background: linear-gradient(180deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 100%);
    width: 80px;
    height: 80px;
}

.et_pb_video_play:before {
    content: " ";
    background-image: url(/wp-content/uploads/2022/10/icon-play.png);
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: block;
    top: calc(50% - 11px);
    position: absolute;
    left: calc(50% - 11px);
}

@media all and (max-width: 768px){
    .et_pb_row_1_2_1_2 .et_pb_column:first-child .et_pb_image:before {
        right: -10px;
        bottom:-10px;
    }

    .et_pb_row_1_2_1_2 .et_pb_column:last-child .et_pb_image:before {
        left: -10px;
        bottom:-10px;
    }

    .et_pb_column_5_3 .et_pb_video:before {
        right: -10px;
        top:-10px;
    }

    .et_pb_column_3_5 .et_pb_video:before {
        left: -10px;
        top:-10px;
    }

    .et_pb_video_play {
        top: unset;
        left: 40px;
        bottom: 65px;
        width: 50px;
        height: 50px;
    }

    .et_pb_video_play:before {
        width: 18px;
        height: 18px;
        top: calc(50% - 9px);
        left: calc(50% - 9px);
    }

}



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

	TRANSITION CTA STYLES

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

.et_pb_section.transition .et_pb_row:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;

    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;

    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
}


.et_pb_section.transition .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column_3_4 .et_pb_text {
    max-width: 100%;
}

.et_pb_section.transition .et_pb_row.et_pb_row_3-4_1-4 .et_pb_image .et_pb_image_wrap {
    display: block;
}

.et_pb_section.transition .et_pb_row.et_pb_row_3-4_1-4 .et_pb_image .et_pb_image_wrap img {
    width: 100%;
}


.et_pb_section.transition .et_pb_row.oms-overlay-gray {
    max-width: 1000px;
}

.et_pb_section.transition .et_pb_row.oms-overlay-gray .et_pb_text {
    padding-top: 8%;
    padding-bottom: 8%;
}

.et_pb_section.transition .et_pb_row.oms-overlay-gray:before {
    content: '';
    background: rgba(55,58,65,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.et_pb_section.transition .et_pb_row.oms-overlay-gray:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    transition: .3s ease;
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
}

@media all and (max-width:980px){
    .et_pb_section.transition .et_pb_row.oms-overlay-gray:after {
        position: relative;
    }
    .et_pb_section.transition .et_pb_row.oms-overlay-gray {
        padding: 0px!important;
    }
    .et_pb_section.transition .et_pb_row.oms-overlay-gray .et_pb_text {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.et_pb_section.transition .et_pb_row {
    padding: 60px !important;
}

.et_pb_section.transition .et_pb_row .et_pb_column_1_4 .et_pb_image {
    margin-right: -100px;
    /*margin-top: -20px;
    margin-bottom: -20px !important;*/
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
}

@media all and (max-width: 980px){
    .et_pb_section.transition .et_pb_row .et_pb_column_1_4 .et_pb_image {
        margin-right: 0px;
        margin-top: 0px;
    }
}


@media all and (max-width: 768px){

    .et_pb_section.transition {
        padding-top: 30px;
    }

    .et_pb_section.transition .et_pb_row {
        padding: 30px !important;
    }

    .et_pb_section.transition .et_pb_row .et_pb_column_1_4 .et_pb_image {
        margin-right: 0px;
        margin-top: -60px;
    }

    .et_pb_section.transition .et_pb_row .et_pb_column_3_4 .et_pb_text {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


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

	BLURB STYLES

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

.et_pb_section .et_pb_row.et_pb_row_1_3_1_3_1_3 .et_pb_blurb.icon.card,
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_blurb.icon.card {
    background: #FBFCFD;
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    height: 100%;
}

.et_pb_section .et_pb_row.et_pb_row_1_3_1_3_1_3 .et_pb_blurb.icon.card .et_pb_main_blurb_image,
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_blurb.icon.card .et_pb_main_blurb_image {
    margin-top: -20px;
    width: 80px;
    height: 80px;
    background: #F2F5FA;
}

.et_pb_section .et_pb_row.et_pb_row_1_3_1_3_1_3 .et_pb_blurb.icon.card .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_blurb.icon.card .et_pb_main_blurb_image .et_pb_image_wrap
{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.et_pb_section .et_pb_row.et_pb_row_1_3_1_3_1_3 .et_pb_column:nth-child(1) .et_pb_blurb.icon.card .et_pb_main_blurb_image,
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column:nth-child(1) .et_pb_blurb.icon.card .et_pb_main_blurb_image {
    background: linear-gradient(180deg, rgba(205,198,136,1) 0%, rgba(129,159,157,1) 100%);
}

.et_pb_section .et_pb_row.et_pb_row_1_3_1_3_1_3 .et_pb_column:nth-child(2) .et_pb_blurb.icon.card .et_pb_main_blurb_image,
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column:nth-child(2) .et_pb_blurb.icon.card .et_pb_main_blurb_image
{
    background: linear-gradient(180deg, rgba(165,150,162,1) 0%, rgba(110,138,197,1) 100%);
}

.et_pb_section .et_pb_row.et_pb_row_1_3_1_3_1_3 .et_pb_column:nth-child(3) .et_pb_blurb.icon.card .et_pb_main_blurb_image,
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column:nth-child(3) .et_pb_blurb.icon.card .et_pb_main_blurb_image {
    background: linear-gradient(180deg, rgba(163,133,109,1) 0%, rgba(98,117,146,1) 100%);
}

.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_column:nth-child(4) .et_pb_blurb.icon.card .et_pb_main_blurb_image {
    background: linear-gradient(180deg, rgba(163,135,118,1) 0%, rgba(131,160,156,1) 100%);

}

.et_pb_section .et_pb_row.et_pb_row_1_3_1_3_1_3 .et_pb_blurb.icon.card .et_pb_blurb_container,
.et_pb_section .et_pb_row.et_pb_row_4col .et_pb_blurb.icon.card .et_pb_blurb_container {
    padding: 20px 40px 60px;
}


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

	TESTIMONIAL STYLES

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

.et_pb_section.testimonial .et_pb_image {
    max-width: 250px;
}

.et_pb_section.testimonial .et_pb_image:before {
    content: '';
    background: rgba(251,252,253,.1);
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    right: -30px;
    bottom:-30px;
    position: absolute;
}

.et_pb_section.testimonial .et_pb_row.no-image .et_pb_column:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/10/icon-quote-mark.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 56px;
    height: 45px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

@media all and (max-width: 980px){
    .et_pb_section.testimonial .et_pb_row.no-image .et_pb_column:before {
        left: calc(50% - 28px);
        position: relative;
        margin-bottom: 30px;
    }
}

.et_pb_section.testimonial .et_pb_image .et_pb_image_wrap:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/10/icon-quote-mark.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 56px;
    height: 45px;
    top: calc(50% - 22.5px);
    left: calc(0% - 28px);
    position: absolute;
    z-index: 1;
}

.et_pb_section.testimonial .et_pb_text p.intro {
    font-weight: 700 !important;
}

.et_pb_section.testimonial .et_pb_text:not(.et_pb_bg_layout_dark) p.intro {
    color: #373A41;
}

@media all and (max-width: 768px){

    .et_pb_section.testimonial .et_pb_image {
        max-width: 150px;
    }

    .et_pb_section.testimonial .et_pb_image:before {
        right: -10px;
        bottom:-10px;
    }

    .et_pb_section.testimonial .et_pb_image .et_pb_image_wrap:before {
        width: 36px;
        height: 30px;
        bottom: calc(50% - 18px);
        left: calc(0% - 18px);
        top: unset;
    }

    .et_pb_section.testimonial .et_pb_text p.intro {
        text-align: center;
    }
}


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

	TEAM BIO DETAIL

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

.et_pb_section.bg-color--292e3f+.et_pb_section.bg-color--292e3f.transition .et_pb_row:first-child {
    padding-top: 60px !important;
}

body.parent-pageid-2997 .transition .et_pb_text {

}

body.parent-pageid-2997 .et_pb_image.bio-image {
    margin-top: -100px;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .1);
}

.et_pb_section.hero .et_pb_row, .et_pb_section.oms-overlay-gray .et_pb_row {
    max-width: 1200px;
}

.et_pb_section.hero p.pre-title a {
    color: #CFCDAA;
}

body.orbit .post-wrapper-global article {
    background: #FBFCFD;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .1);
    border: none;
    position: relative;
}

body.orbit .post-wrapper-global article .entry-title {
    font-size: 22px;
    line-height: 1.2;
}




body.orbit .post-wrapper-global article .entry-title a {
    color: #373A41;
}

body.orbit .post-wrapper-global article .entry-title a:hover {
    color: #396EA1;
}

body.orbit .post-wrapper-global article .entry-title a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.orbit .post-wrapper-global article .entry-title a:after {
    content: '›';
    position: relative;
    margin-left: 5px;
    margin-right: 3px;
    display: inline;
    transition: .3s ease;
    color: #396EA1;
}

body.orbit .post-wrapper-global article .entry-title a:hover:after {
    margin-left: 8px;
    margin-right: 0px;
}

body.orbit .post-wrapper-global .featured-image {
    width: calc(100% - 60px);
    margin: -30px auto 0;
}

body.orbit .post-wrapper-global .featured-image a img {
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
}

body.orbit .post-wrapper-global article .post-data {
    padding: 30px;
}

body.orbit .post-wrapper-global .et_pb_post .post-meta a {
    color: #396EA1;
    font-size: 15px;
    font-weight: 600;
}



@media all and (max-width: 768px){

    .et_pb_section.bg-color--292e3f+.et_pb_section.bg-color--292e3f.transition .et_pb_row:first-child {
        padding-top: 30px !important;
    }

    body.parent-pageid-2997 .et_pb_image.bio-image {
        margin-top: -60px;
    }

    body.parent-pageid-2997 .transition .et_pb_text {
        padding: 15px 0;
    }

}


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

	TEAM LANDING GRID

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

.team-grid .et_pb_blurb {
    background: rgba(255,255,255,.05) !important;
    padding: 30px;
    position: relative;
    height: 100%;
    transition: .3s ease;
}

.team-grid .et_pb_blurb:hover {
    transform: scale(1.05);
}

.team-grid .et_pb_blurb:before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;
    margin-top: -4px;
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
    position: absolute;
    bottom: 0;
    left: 0;
}

.team-grid .et_pb_blurb:hover:before {
    width: 100%;
}


.team-grid .et_pb_blurb .et_pb_blurb_content {
    position: unset;
}

.team-grid .et_pb_blurb .et_pb_main_blurb_image {
    margin-top: -60px;
    margin-bottom: 15px;
}

.team-grid .et_pb_blurb.card h2 {
    margin-bottom: 0;
}

.team-grid .et_pb_blurb.card h2 a {
    border: none !important;
    font-size: 22px;
    line-height: 1.2;
    color: white;
}

.team-grid .et_pb_blurb.card h2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s ease;
}
.team-grid .et_pb_blurb.card h2 a:hover:before {
    background: rgba(255,255,255,.05) !important;
}

.team-grid .et_pb_blurb.card h2 a:after {
    content: '›';
    position: relative;
    margin-left: 5px;
    margin-right: 3px;
    display: inline;
    transition: .3s ease;
    color: #CFCDAA;
}

.team-grid .et_pb_blurb.card h2 a:hover {
    color: #CFCDAA;
}

.team-grid .et_pb_blurb.card h2 a:hover:after {
    margin-left: 8px;
    margin-right: 0px;
}

.team-grid .et_pb_blurb.card h2 + p {
    color: rgba(255,255,255,.75);
    text-transform: capitalize;
}

@media all and (max-width: 768px){
    .team-grid .et_pb_column {
        margin-top: 30px !important;
    }
}

@media all and (max-width: 520px){
    .team-grid .et_pb_column {
        margin-bottom: 60px !important;
        margin-top: 0 !important;
    }

    .team-grid .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }

    .team-grid .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
    }
}



.et_pb_section.bg-color--292e3f .et_pb_row .et_pb_column:not(.et_pb_column_3_5) .et_pb_blurb {
    background: rgba(255,255,255,.05);
    height: 100%;
}
.et_pb_section.bg-color--292e3f .et_pb_blurb .et_pb_main_blurb_image {
    background: rgb(62 65 80);
}

.et_pb_section.bg-color--292e3f:not(.team-grid) .et_pb_row .et_pb_column:not(.et_pb_column_3_5) .et_pb_blurb .et_pb_main_blurb_image {
    width: 80px;
    margin-top: -100px;
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb .et_pb_blurb_content {
    display: flex;
}

.et_pb_section.bg-color--292e3f:not(.team-grid) .et_pb_row .et_pb_column:not(.et_pb_column_3_5) .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 80px;
}


.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb .et_pb_main_blurb_image {
    width: 80px;
    height: 80px;
    display: block;
    flex: 0 0 80px;
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb:nth-child(1)
.et_pb_main_blurb_image {
    background: linear-gradient(180deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 100%);
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb:nth-child(2)
.et_pb_main_blurb_image {
    background: linear-gradient(180deg,rgba(165,150,162,1) 0%,rgba(110,138,197,1) 100%);
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb:nth-child(3)
.et_pb_main_blurb_image {
    background: linear-gradient(180deg,rgba(163,133,109,1) 0%,rgba(98,117,146,1) 100%);
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb:nth-child(4)
.et_pb_main_blurb_image {
    background: linear-gradient(180deg,rgba(165,150,162,1) 0%,rgba(110,138,197,1) 100%);
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb:nth-child(5)
.et_pb_main_blurb_image {
    background: linear-gradient(180deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 100%);
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    filter: brightness(0) invert(1);
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 30px;
}

.et_pb_section .et_pb_equal_columns .et_pb_column_3_5 .et_pb_blurb.et_pb_blurb_position_left .et_pb_blurb_container h3 {

}

.et_pb_section .et_pb_blurb.thumb {
    padding: 30px;
    height: 100%;
}

.et_pb_section .et_pb_blurb.thumb .et_pb_main_blurb_image {
    margin-top: -60px;
}

.et_pb_section .et_pb_blurb.thumb.logo .et_pb_main_blurb_image {
    width: 120px;
}

.et_pb_section .et_pb_blurb.thumb.logo .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 120px;
}

.sticky {
    position: sticky;
    top: 120px;
}


/* ---------------------------------------------------------------------------------
 *
 * Ninja / Contact Form Styling
 *
 * -------------------------------------------------------------------------------- */

.form-container {
    max-width: 100%;
    background: #FBFCFD;
    box-shadow: 0 2px 40px rgb(0 0 0 / 10%);
    padding: 80px;
}

@media all and (max-width: 768px){
    .form-container { padding: 40px;}
}

body.orbit .et_pb_row .et_pb_column .et_pb_text.form-container {
    max-width: 100%;
    margin-top: -210px;
}

.sidebar {
    padding-top: 80px;
}

.sidebar .et_pb_text {
    max-width: 100%;
}

.sidebar .et_pb_divider:before {
    border-top-color: #ccc !important;
}

.nf-form-fields-required {
    font-size: 16px;
    margin-bottom: 20px;
}

.label-above .nf-field-label {
    margin-bottom: 5px !important;
}

.nf-field-label label {
    margin: 0;
    padding: 0;
    color: #373A41;
    font-size: 14px;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 15px !important;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    border-radius: 0;
    padding: 15px 20px;
    font-size: 16px;
}

.nf-field-element textarea {
    border-radius: 0;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #867060 !important;
    font-size: 16px;
}

.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
    border-color: rgba(162,132,109,1) !important;
}

.label-left .nf-field-label {
    width: 0 !important;
    padding: 0 !important;
}

.listselect-container .list-select-wrap .nf-field-element select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.listselect-container .list-select-wrap .nf-field-element:before {
    background: none;
    content: '\f107';
    width: 18px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-family: "Font Awesome 5 Pro",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    color: #46709D;
}

body.orbit .field-wrap input[type=submit] {
    background: #46709D!important;
    color: white;
    font-weight: 700!important;
    padding: 15px 30px !important;
    border: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    box-shadow: 0 2px 40px rgb(0 0 0 / 10%);
    text-transform: capitalize;
    border-radius: 0 !important;
}

body.orbit .field-wrap input[type=submit]:hover {
    background: #396EA1!important;
    box-shadow: 0 10px 10px 0px rgb(0 0 0 / 20%);
    border: none !important;
}


/* ---------------------------------------------------------------------------------
 *
 * Partnership / Portfolio Grid
 *
 * -------------------------------------------------------------------------------- */


.et_pb_filterable_portfolio .et_pb_portfolio_filters {
    text-align: center;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    text-align: center;
    margin: 0 auto;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul li {
    float: none;
    display: inline-block;
    position: relative;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    font-weight: 700;
    padding: 15px 30px;
    border: none !important;
    background: none;
    color: rgba(255,255,255,.85) !important;
    transition: .3s ease;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
    background: rgba(101,108,118,.2);
    text-decoration: none;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:before {
    content: '';
    display: none !important;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;
    margin-top: -4px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    background: #292E3F!important;
    color: white !important;
    background: rgba(101,108,118,.2) !important;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active:after {
    width: 100%;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
    border-color: #181B26;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 a {
    font-size: 20px;
    color: white;
    border: none !important;
    transition: .3s ease;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 a:after {
    content: '›';
    position: relative;
    margin-left: 5px;
    display: inline;
    color: #CFCDAA;
    transition: .3s ease;
    margin-right: 3px;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 a:hover {
    color: #CFCDAA;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 a:hover:after {
    margin-left: 8px;
    margin-right: 0px;
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta {
    margin-bottom: 5px !important;
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a {
    background: rgba(101,108,118,.2)!important;
    padding: 5px 10px;
    color: rgba(255,255,255,.85);
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item .et_portfolio_image {
    box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 10%);
}

.et_pb_filterable_portfolio .et_overlay:before {
    color: #CFCDAA;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item {
    transition: .3s ease;
    position: relative;
    margin-bottom: 4%;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item:before {
    content: '';
    opacity: 0;
    background: rgba(255,255,255,.05)!important;
    position: absolute;
    top: 20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    transition: .3s ease;
    box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 10%);
}

.et_pb_filterable_portfolio .et_pb_portfolio_item:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg,rgba(205,198,136,1) 0%,rgba(129,159,157,1) 25%,rgba(110,138,197,1) 50%,rgba(164,150,162,1) 75%,rgba(162,132,109,1) 100%);
    transition: .3s ease;
    margin-top: -4px;
    background-size: 1000% 1000%;
    -webkit-animation: gradientAnimation 12s ease infinite;
    -moz-animation: gradientAnimation 12s ease infinite;
    animation: gradientAnimation 12s ease infinite;
    margin-bottom: -20px;
    margin-left: -20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item:hover {
    transform: scale(1.05);
}

.et_pb_filterable_portfolio .et_pb_portfolio_item:hover:after {
    width: calc(100% + 40px);
}

.et_pb_filterable_portfolio .et_pb_portfolio_item:hover:before {
    opacity: 1;
}

@media (max-width: 767px) {
    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
        width: auto;
    }
}


/* ---------------------------------------------------------------------------------
 *
 * Partnership Detail
 *
 * -------------------------------------------------------------------------------- */

body.orbit.single-project h2 {
    font-size: 34px;
}

.et_pb_section.transition.video .et_pb_row {
    padding: 0 !important;
}

.et_pb_section.transition.video .et_pb_row:before {
    display: none;
}


/* ---------------------------------------------------------------------------------
 *
 * Case Study Toggle
 *
 * -------------------------------------------------------------------------------- */

.et_pb_section .et_pb_blurb.thumb.logo {
    padding: 50px;
    height: 100%;
}

.et_pb_section .et_pb_blurb.thumb.logo .et_pb_blurb_content {
    max-width: 100%;
    text-align: left;
    width: 100%;
}

.et_pb_section .et_pb_blurb.thumb.logo .et_pb_main_blurb_image {
    margin-top: 0;
    margin-left: -80px;
    position: absolute;
}

.et_pb_section .et_pb_blurb.thumb.et_pb_text_align_left.logo .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
    padding-left: 80px;
}

.et_pb_section .et_pb_blurb.thumb.logo + .et_pb_toggle {
    margin-top: -42px;
    background: #fff !important;
    border: none;
    border-top: 1px solid #e8eaec;
    padding: 30px 30px 30px 130px;
    box-shadow: 6px 9px 18px 0px rgba(0, 0, 0, .1);
}

.et_pb_section .et_pb_blurb.thumb.logo + .et_pb_toggle .et_pb_toggle_title {
    margin-bottom: 0;
    color: #46709D;
    padding-left: 50px;
}

.et_pb_section .et_pb_blurb.thumb.logo + .et_pb_toggle .et_pb_toggle_title:before {
    font-size: 26px;
    color: #737685!important;
    left: 0;
    right: auto;
}

.et_pb_section .et_pb_blurb.thumb.logo + .et_pb_toggle .et_pb_toggle_content {
    position: relative;
    padding: 30px 50px 50px 0;
}

@media all and (max-width: 981px){
    .et_pb_section .et_pb_blurb.thumb.logo {
        margin-top: 40px;
    }
    .et_pb_section .et_pb_toggle + .et_pb_blurb.thumb.logo {
        margin-top: 60px;
    }
    .et_pb_section .et_pb_blurb.thumb.logo .et_pb_main_blurb_image {
        margin-left: unset;
        margin-top: -80px;
    }

    .et_pb_section .et_pb_blurb.thumb.et_pb_text_align_left.logo .et_pb_blurb_content .et_pb_blurb_container {
        padding-left: 0;
        padding-top: 80px;
    }

    .et_pb_section .et_pb_blurb.thumb.logo+.et_pb_toggle {
        padding-left: 50px;
    }
}

@media all and (max-width: 981px){
    .et_pb_section .et_pb_blurb.thumb.logo .et_pb_main_blurb_image {
        left: calc(50% - 60px);
    }
}



/* New Dark Toggle Block */

.et_pb_section .et_pb_row.dark-toggles + .et_pb_row.dark-toggles {
    margin-top: -70px;
}

.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb {
    min-height: 260px;
    margin-bottom: 0;
}

.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb .et_pb_blurb_content {
    max-width: 100%;
}
.et_pb_section .et_pb_row.dark-toggles .et_pb_toggle em:before {
    content: "\E023";
    display: inline-block;
    font-family: ETmodules;
    position: absolute;
    opacity: .4;
    margin-left: -27px;
    font-style: normal;
    /*margin-top: -1px;*/
    margin-bottom: 30px;
}

.et_pb_section .et_pb_row.dark-toggles .et_pb_toggle em {
    font-size: 16px;
    display: block;
    margin-bottom: -10px;
    padding-left: 27px;

}

.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb span.tag {
    background: rgba(41,46,63,1);
    font-weight: 600;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
    opacity: .4;
}

.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb span.tag.active {
    opacity: 1;
}

.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb + .et_pb_toggle {
    margin-top: 0;
    background: #3e4150;
    border: none;
    color: rgba(255,255,255,.85);
    padding: 30px 40px;
}



.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb + .et_pb_toggle .et_pb_toggle_title:before {
    font-size: 26px;
    color: #F2F5FA!important;
    left: 0;
    right: auto;
}

body.orbit .et_pb_row.dark-toggles .et_pb_toggle .et_pb_toggle_title .toggle-trigger .toggle-title {
    color: #CFCDAA;
    font-size: 16px;
    padding-left: 40px;
}



.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb + .et_pb_toggle h4.et_pb_toggle_title {
    margin-bottom: 0;
}

.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb + .et_pb_toggle .et_pb_toggle_content {
    padding-top: 40px;
    padding-bottom: 10px;
}

.et_pb_section .et_pb_row.dark-toggles .et_pb_blurb + .et_pb_toggle h4 {
    color: white;
}

@media all and (max-width: 1499px){

    .et_pb_section .et_pb_row.dark-toggles .et_pb_blurb {
        min-height: 330px;
        margin-bottom: 0;
    }

    .et_pb_section .et_pb_row.dark-toggles .et_pb_toggle_close {
        min-height: 120px;
    }

    .et_pb_section .et_pb_row.dark-toggles .et_pb_blurb+.et_pb_toggle h4.et_pb_toggle_title {
        padding-right: 0;
    }

}

@media all and (max-width: 1210px){

    .et_pb_section .et_pb_row.dark-toggles .et_pb_blurb {
        min-height: 320px;
    }

    .et_pb_section .et_pb_row.dark-toggles .et_pb_blurb h3 {
        font-size: 22px;
    }

}

@media all and (max-width: 1075px){


    .et_pb_section .et_pb_row.dark-toggles .et_pb_column {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }

    .et_pb_section .et_pb_row.dark-toggles .et_pb_blurb {
        display: block;
        width: 100%;
    }

    .et_pb_section .et_pb_row.dark-toggles .et_pb_blurb {
        min-height: unset;
    }

    .et_pb_section .et_pb_row.dark-toggles .et_pb_toggle_close {
        min-height: unset;
    }
}