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

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


/*--- 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: 100px 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 */
    }
}


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


Acumin Pro Light
font-family: acumin-pro, sans-serif;
font-weight: 300;
font-style: normal;

Acumin Pro Light Italic
font-family: acumin-pro, sans-serif;
font-weight: 300;
font-style: italic;

Acumin Pro Semibold
font-family: acumin-pro, sans-serif;
font-weight: 600;
font-style: normal;

Acumin Pro Semibold Italic
font-family: acumin-pro, sans-serif;
font-weight: 600;
font-style: italic;

Acumin Pro ExtraCondensed Semibold
font-family: acumin-pro-extra-condensed, sans-serif;
font-weight: 600;
font-style: normal;

Acumin Pro ExtraCondensed Semibold Italic
font-family: acumin-pro-extra-condensed, sans-serif;
font-weight: 600;
font-style: italic;

Acumin Pro Condensed Bold
font-family: acumin-pro-condensed, sans-serif;
font-weight: 700;
font-style: normal;

Acumin Pro Condensed Bold Italic
font-family: acumin-pro-condensed, sans-serif;
font-weight: 700;
font-style: italic;

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


.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.intro,
.et_pb_bg_layout_dark p.pre-title {
    color: rgba(255,255,255,1) !important;
}
.et_pb_bg_layout_dark p,
.et_pb_bg_layout_dark li {
    color: rgba(255,255,255,1) !important;
}
.et_pb_bg_layout_dark a {
    color: #FFC82D !important;
}
.et_pb_bg_layout_dark a:hover {
    color: #5A7B80 !important;
}
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: #CB4E0D;
}
body.orbit h1,
body.orbit .h1,
body.orbit h2,
body.orbit .h2,
body.orbit h3,
body.orbit .h3,
body.orbit h5,
body.orbit .h5 {
    color: #000;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

body.orbit {
    color: #000;
    font-family: acumin-pro, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8rem;
    padding: 0;
}
body.orbit p {
    color: #000;
    font-family: acumin-pro, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 2rem;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit p.intro {
    color: #000;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 2rem;
    margin: 0 0 14px;
}
body.orbit p.pre-title {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 20px;
    line-height: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
body.orbit p.highlight {
    color: #FFC82D;
}
body.orbit p a,
body.orbit li a {
    color: #CB4E0D;
    font-weight: 600;
    text-decoration: underline;
}
body.orbit p a:hover,
body.orbit li a:hover {
    color: #5A7B80;
}
body.orbit h1,
body.orbit .h1 {
    font-size: 94px;
    font-weight: 700;
    line-height: 4.8rem;
    margin: 0 0 24px;
    padding: 0;
}
body.orbit h2,
body.orbit .h2 {
    font-size: 72px;
    letter-spacing: 0;
    line-height: 3.8rem;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h2:before,
body.orbit .h2:before {
    content:'';
    background-image: url(/wp-content/uploads/2022/08/accent-slash.svg);
    width: 24px;
    height: 48px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
}
body.orbit h2.testimonial {
    font-size: 94px;
    font-weight: 700;
    line-height: 4.8rem;
    margin: 0 0 24px;
    padding: 0;
}
body.orbit h2.testimonial:before {
    display: none;
}
body.orbit h3,
body.orbit .h3 {
    font-size: 54px;
    font-weight: 700;
    line-height: 3rem;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h4,
body.orbit .h4 {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 20px;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
body.orbit h5,
body.orbit .h5 {
    font-size: 42px;
    line-height: 0.95rem;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h6,
body.orbit .h6 {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.08rem;
    color: #000;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
}
body.orbit #main-content ul {
    margin: 0;
    padding: 10px 0 30px 30px;
    list-style: none;
}
body.orbit #main-content li {
    margin: 0 0 16px;
    padding: 0;
    text-indent: -20px;
}
body.orbit #main-content li:before {
    color: #CB4E0D;
    content: '\f0c8';
    position: relative;
    font-size: 10px;
    margin-right: 10px;
    display: inline;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    vertical-align: bottom;
}
body.orbit hr,
body.orbit .et_pb_divider {
    border: none;
    height: 6px;
    margin: 50px 0;
    padding: 0;
    background: rgba(0,0,0,1);
}

.et_pb_bg_layout_dark hr {
    background: #FFC82D !important;
}

body.orbit blockquote {
    background: rgb(226 226 220 / 20%);
    border: none;
    border-left: 4px solid #CB4E0D;
    position: relative;
    padding: 6%;
}
body.orbit blockquote p {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 2.3rem;
    margin: 0;
}

/* BUTTONS! */

/*PRIMARY BUTTON*/
body.mce-content-body .cta-button,
body.orbit .cta-button {
    background: #CB4E0D !important;
    color: #fff !important;
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 14px;
    padding: 12px 26px 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    z-index: 1;
    overflow: hidden;
}
body.mce-content-body .cta-button:before,
body.orbit .cta-button:before {
    content: "";
    background: #ae4007 !important;
    position: absolute;
    z-index: -1;
    padding: 18px 36px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s;
}
body.mce-content-body .cta-button:hover,
body.orbit .cta-button:hover {
    cursor: pointer;
}
body.mce-content-body .cta-button:hover:before,
body.orbit .cta-button:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}


.et_pb_bg_layout_dark a.cta-button {
    background: #FFC82D !important;
    color: #000 !important;
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 14px;
    padding: 12px 26px 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    z-index: 1;
    overflow: hidden;
}
.et_pb_bg_layout_dark a.cta-button:before {
    content: "";
    background: #5A7B80 !important;
    position: absolute;
    z-index: -1;
    padding: 18px 36px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s;
}
.et_pb_bg_layout_dark a.cta-button:hover {
    color: #fff !important;
    cursor: pointer;
}
.et_pb_bg_layout_dark a.cta-button:hover:before, {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}


body.mce-content-body .cta-button-gray,
body.orbit .cta-button-gray {
    display: inline-block;
    margin-top: 14px;
    background: #5A7B80 !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 26px 16px;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1rem;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    z-index: 1;
    overflow: hidden;
}
body.mce-content-body .cta-button-gray:before,
body.orbit .cta-button-gray:before {
    content: "";
    background: #375b61 !important;
    position: absolute;
    z-index: -1;
    padding: 18px 36px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s;
}
body.mce-content-body .cta-button-gray:hover,
body.orbit .cta-button-gray:hover {
    cursor: pointer;
}
body.mce-content-body .cta-button-gray:hover:before,
body.orbit .cta-button-gray:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}


body.mce-content-body .cta-button-black,
body.orbit .cta-button-black {
    display: inline-block;
    margin-top: 14px;
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 26px 16px;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    z-index: 1;
    overflow: hidden;
}
body.mce-content-body .cta-button-black:before,
body.orbit .cta-button-black:before {
    content: "";
    background: #FFC82D!important;
    position: absolute;
    z-index: -1;
    padding: 18px 36px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s;
}
body.mce-content-body .cta-button-black:hover,
body.orbit .cta-button-black:hover {
    color: #000 !important;
    cursor: pointer;
}
body.mce-content-body .cta-button-black:hover:before,
body.orbit .cta-button-black:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}


body.mce-content-body .cta-button-reverse,
body.orbit .cta-button-reverse {
    display: inline-block;
    margin-top: 14px;
    background: rgba(203,78,13,0)!important;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 26px 16px;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4rem;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: solid 4px #CB4E0D !important;
    z-index: 1;
    overflow: hidden;
}
body.mce-content-body .cta-button-reverse:before,
body.orbit .cta-button-reverse:before {
    content: "";
    background: rgba(203,78,13,1)!important;
    position: absolute;
    z-index: -1;
    padding: 18px 36px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s;
}
body.mce-content-body .cta-button-reverse:hover,
body.orbit .cta-button-reverse:hover {
    background: rgba(203,78,13,1)!important;
    color: #fff !important;
    cursor: pointer;
}
body.mce-content-body .cta-button-reverse:hover:before,
body.orbit .cta-button:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}


.et_pb_bg_layout_dark a.cta-button-reverse {
    display: inline-block;
    margin-top: 14px;
    background: transparent !important;
    color: #FFC82D !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 26px 16px;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4rem;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: solid 4px #FFC82D !important;
    z-index: 1;
    overflow: hidden;
}
body.mce-content-body .cta-button:before,
body.orbit .cta-button:before {
    content: "";
    background: #ae4007 !important;
    position: absolute;
    z-index: -1;
    padding: 18px 36px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s;
}
body.mce-content-body .cta-button:hover,
body.orbit .cta-button:hover {
    cursor: pointer;
}
body.mce-content-body .cta-button:hover:before,
body.orbit .cta-button:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}
.et_pb_bg_layout_dark a.cta-button-reverse:hover {
    background: #FFC82D !important;
    color: #000 !important;
    cursor: pointer;
}


.cta-link,
.back-link {
    margin-top: 14px;
    color: #CB4E0D;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-link::after {
    color: #CB4E0D;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    position: relative;
    margin-left: 8px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-link.black,
.cta-link.black::after {
    color: #000000;
}
.cta-link.black:hover,
.cta-link.black:hover:after {
    color: #ae4007 !important;
}
.back-link::before {
    color: #CB4E0D;
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    position: relative;
    margin-right: 8px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-link:hover,
.back-link:hover {
    color: #5A7B80 !important;
    text-decoration: none;
}
.cta-link:hover:after {
    color: #5A7B80;
    margin-left: 12px;
}
.back-link:hover:before {
    color: #5A7B80 !important;
}

.et_pb_bg_layout_dark .cta-link {
    margin-top: 14px;
    color: #FFC82D !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.et_pb_bg_layout_dark .cta-link::after {
    color: #FFC82D !important;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    position: relative;
    margin-left: 5px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}

.et_pb_bg_layout_dark .cta-link:hover {
    color: #5A7B80 !important;
    text-decoration: none;
}
.et_pb_bg_layout_dark .cta-link:hover:after {
    color: #5A7B80 !important;
    margin-left: 12px;
}


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

    HEADER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/
/*body.orbit.home #top-header,
body.orbit.home #main-header,
.et_pb_section_0.et_pb_with_background body.orbit.page-template-default #top-header,
.et_pb_section_0.et_pb_with_background body.orbit.page-template-default #main-header {
    background: transparent !important;
}*/
@media all and (min-width: 980px) and (max-width: 1099px) {
    .et_header_style_left .logo_container {
        /*position: relative;*/
        max-width: 110px;
        display: inline-block;
    }
}

#top-header .container {
    border: none;
    border-bottom: 1px solid rgb(88 88 88 / 40%);
    margin-bottom: 20px;
}

.et_pb_svg_logo #logo {
    height: 100%;
}
body.orbit #main-header .et_menu_container #et-top-navigation {
    margin: 25px 0;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 0px 20px;
    text-transform: uppercase;
}
body.orbit #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item:last-child>a.mega-menu-link {
    padding-right: 0;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '\f0d7';
    color: #FFC82D;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:after {
    content: '';
    background: #FFC82D!important;
    display: block;
    height: 4px;
    width: 50px;
    position: absolute;
    transition: .3s ease;
}
#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-menu-item > a.mega-menu-link:after {
    width: 80px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
    color: #FFC82D!important;
}
body.orbit #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item a:focus {
    outline: solid 4px #fff;
    box-shadow: none;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.orbit #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu:before {
    display:none;
}

/*Secondary Menu*/
#top-header a {
    font-size: 16px;
    font-weight: 300;
    color: rgb(255 255 255 / 85%) !important;
    text-decoration: none;
}
#et-secondary-menu>ul>li>a:hover {
    opacity: 1;
    color: #FFC82D;
}

/*Left Nav*/
.et_pb_bg_layout_light .et_pb_widget li:before {
    display: none !important;
}
.et_pb_bg_layout_light .et_pb_widget li a {
    text-decoration: none !important;
}
.et_pb_bg_layout_light .et_pb_widget li a:after {
    color: #CB4E0D;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    position: relative;
    margin-left: 8px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.et_pb_bg_layout_light .et_pb_widget li a:hover {
    color: #5A7B80;
    text-decoration: none;
}
.et_pb_bg_layout_light .et_pb_widget li a:hover:after {
    color: #5A7B80;
    margin-left: 12px;
}

/* Mobile Menu */
@media all and (max-width: 980px) {
    #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
        background: #000;
        padding: 20px 0px 20px 0px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
        padding: 10px 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:after {
        display: none;
    }
    body.orbit #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item:last-child>a.mega-menu-link {
        padding-right: 20px !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
        color: #FFC82D!important;
    }

}

#et-secondary-nav li ul {
    background-color: rgb(34 34 34);
}
#et-secondary-nav li li a:hover, #et-secondary-nav li.current-menu-ancestor>a, #et-secondary-nav li li.current-menu-item a {
    color:#FFC82D;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

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

    FOOTER STYLES

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

#footer-widgets {
    display: flex;
}
#footer-widgets .footer-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.et_pb_widget ul li {
    margin-bottom: 12px;
}

.textwidget p {
    color: #fff !important;
}

#footer-widgets h3 {
    color: #fff;
}
#footer-widgets h4 {
    color: #fff !important;
}
#footer-widgets {
    padding: 100px 0;
}
#nav_menu-3 {
    float: right;
    text-align: right;
}
/* Bottom left footer nav */
.bottom-nav li {
    padding-right: 10px;
}
body.orbit ul#menu-footer-bottom-left-nav {
    display: inline;
}
body.orbit #footer-bottom a {
    color: rgba(255,255,255,0.7);
}
body.orbit #footer-bottom a:hover {
    opacity: 1;
    color: #ffc82d;
}
/*Social Media*/
#footer-bottom ul.et-social-icons li a {
    color: #FFF;
}
#footer-bottom ul.et-social-icons li a:hover {
    color: #FFC82D !important;
}
.et-social-icons a:hover {
    opacity: 1;
}
/* Copyright */
body.orbit .footer-credits-menu #footer-info {
    padding: 0 10px 0 0 !important;
    color: rgba(255,255,255,0.7) !important;
    font-size: 14px !important;
    font-weight: 600;
}
@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*/
    }
}

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

    MODULE STYLES

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



/*Testimonial*/
.quotemark:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/08/quotemark.svg);
    max-width: 120px;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -5%;
    margin-top: 80px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: contain;
}

/*Number Counter*/
.et_pb_number_counter .percent-value,
.et_pb_number_counter .percent-sign {
    color: #5A7B80 !important;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 600;
    font-size: 94px !important;
    line-height: 4.8rem;
    margin: 0 0 24px;
    padding: 0;
}
.et_pb_bg_layout_dark.et_pb_number_counter .percent-value,
.et_pb_bg_layout_dark.et_pb_number_counter .percent-sign {
    color: #FFC82D !important;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 600;
    font-size: 94px !important;
    line-height: 4.8rem;
    margin: 0 0 24px;
    padding: 0;
}
.et_pb_number_counter .title {
    color: #444;
    font-family: acumin-pro, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 2rem;
    margin: 0 0 16px;
    padding: 0;
    text-transform: none !important;
}
.et_pb_number_counter .title:before {
    display: none;
}

/*Form*/
.nf-field-element input[type=text],
body.orbit .nf-field-element input[type=email],
.nf-field-element select {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    padding: 10px;
    color: #4e4e4e;
    height: 44px;
    font-size: 18px !important;
}

.nf-field-element textarea {
    border: 1px solid #E1E1E1;
    font-size: 18px !important;
}

body.orbit .nf-field-element input[type=submit] {
    background: #CB4E0D !important;
    color: #fff !important;
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1rem;
    padding: 12px 26px 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    border-radius: 0;
    z-index: 1 !important;
    overflow: hidden;
}
body.orbit .nf-field-element input[type=submit]:before {
    content: "";
    background: #ae4007 !important;
    position: absolute;
    z-index: -1;
    padding: 12px 26px 16px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    transition: all 0.3s;
}
body.orbit .nf-field-element input[type=submit]:hover {
    cursor: pointer;
}
body.orbit .nf-field-element input[type=submit]:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}

.email-container.label-above label {
    font-size: 17px;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #b80000 !important;
    line-height: 1.6rem;
    font-size: 14px;
    text-align: left;
    display: inline-block;
}

.nf-form-fields-required {
    font-size: 15px;
    text-align: left;
    padding: 10px 0 10px !important;
}

.nf-error-wrap,
.nf-form-errors {
    text-align: left;
}

.submit-container.newsletter input[type=submit] {
    bottom: -40px;
}

.et_pb_section.bg-color--000000 .nf-form-fields-required {
    color: #ffffff;
}

.et_pb_section.bg-color--000000 .ninja-forms-req-symbol,
.et_pb_section.bg-color--000000 .nf-error-msg,
.et_pb_section.bg-color--000000 label {
    color: #ffffff !important;
}

/*Video*/
a.et_pb_video_play {
    text-decoration: none;
}
.et_pb_video_play:before {
    content: "\e04e";
    color: #ffc82d;
    transition: ease all 0.3s;
}
.et_pb_video_play:hover:before {
    color: #CB4E0D;
}

/*CTA*/
.et_pb_section:last-of-type .et_pb_module.et_pb_text_align_center h2:before,
.yellow-cta .et_pb_module.et_pb_text_align_center h2:before {
    display: none;
}

/*Newsletter Signup*/
#nf-form-2-cont .nf-form-fields-required,
#nf-form-2_1-cont .nf-form-fields-required {
    padding: 0;
}

#nf-field-8-container {
    margin-bottom: 0 !important;
}







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

    BLOG STYLES

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


/* Single Post Page */
/*body.orbit.page-template-default #top-header,
body.orbit.page-template-default #main-header,*/
body.orbit.post-template-default #top-header,
body.orbit.post-template-default #main-header {
    background: #000;
}
/*body.orbit.page-template-default #main-header,*/
body.orbit.post-template-default #main-header {
    padding-bottom: 20px;
}
.single .et_pb_post {
    padding-top: 40px;
}

/* Category Page */
body.orbit.category #top-header,
body.orbit.category #main-header {
    background: #000;
}
body.orbit.category #main-header {
    padding-bottom: 20px;
}

/* 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 (min-width: 981px) {
    #main-content .container:before {
        width: 0px;
    }
}
@media all and (max-width: 980px) {
    body.orbit .post-wrapper-global {
        grid-template-columns: repeat(1, 1fr);
    }
}
body.orbit.blog #content-area #left-area {
    margin-right: 0;
}
/* card style */


body.orbit .et_pb_widget_area .widget_categories ul {
    display: flex;
    justify-content: center;
}
body.orbit .et_pb_widget_area .widget_categories ul .cat-item {
    margin: 0!important;
    text-indent: 0 !important;
}
body.orbit .et_pb_widget_area .widget_categories ul .cat-item a {
    border: 1px solid #fff;
    background: #F3F3F1;
    display: block;
    padding: 10px 20px;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.orbit .et_pb_widget_area .widget_categories ul .cat-item a:hover {
    background: #000;
    color: #fff;
}
body.orbit .et_pb_widget_area .widget_categories ul .cat-item a:after {
    display: none;
}
#categories-3 .widget-title {
    display: none !important;
}
#categories-3 {
    width: 100%!important;
    margin-right: 0 !important;
}

body.orbit .post-wrapper-global article {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #F3F3F1;
    border: none;
}
body.orbit .post-wrapper-global article .post-data {
    padding: 30px 30px 40px;
}
.et_pb_blog_grid .et_pb_post .et_pb_image_container {
    margin: -36px -20px 20px;
}
.et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin: 0 20px;
    box-shadow: 8px 8px 16px rgb(0 0 0 / 20%);
}
.et_pb_image_container img, .et_pb_post a img {
    width: 100%;
}
.et_pb_post .entry-title {
    margin: 0 0 20px;
}
.et_pb_post .entry-title a, body.orbit h2.entry-title {
    color: #CB4E0D;
    font-family: acumin-pro-extra-condensed,sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
}

body.orbit h2.entry-title:before {
    display: none;
}
.et_pb_post .entry-title a:hover,
.et_pb_post h2 a:hover {
    color: #5A7B80;
}
body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
    font-size: 20px;
    line-height: 1.8rem;
}
.et_pb_post .post-meta {
    margin: 0 0 10px !important;
    padding: 0 !important;
}
.et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a,
#left-area .post-meta a {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.et_pb_bg_layout_light .et_pb_post .post-meta:hover,
.et_pb_bg_layout_light .et_pb_post .post-meta a:hover,
#left-area .post-meta a:hover {
    color: #5A7B80 !important;
}
.et_pb_bg_layout_light .et_pb_post p {
    color: #000;
}

/* Pagination */
.wp-pagenavi {
    border-top: 6px solid rgba(0,0,0,1);
    padding-top: 48px;
    text-align: center;
}
.wp-pagenavi a {
    font-family: acumin-pro-extra-condensed, sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    font-family: acumin-pro-extra-condensed, sans-serif !important;
    color: #CB4E0D !important;
    font-size: 30px !important;
    font-weight: 600 !important;
}
.wp-pagenavi span.extend {
    display: none;
}

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

    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;
}
.dollar-sign .percent-value:before {
    content: '$';
    font-family: acumin-pro-extra-condensed, sans-serif !important;
    font-size: 79px;
    display: inline;
    vertical-align: top;
}
.thousand-sign .percent-value:after {
    content: 'K';
    font-family: acumin-pro-extra-condensed, sans-serif !important;
    font-size: 91px;
    display: inline;
}
.million-sign .percent-value:after {
    content: 'M';
    font-family: acumin-pro-extra-condensed, sans-serif !important;
    font-size: 91px;
    display: inline;
}
.billion-sign .percent-value:after {
    content: 'B';
    font-family: acumin-pro-extra-condensed, sans-serif !important;
    font-size: 91px;
    display: inline;
}


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

    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.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 63px !important;
    }
    .yellow-card .et_pb_blurb_description h3 {
        font-size: 48px;
        line-height: 1em;
    }
    .nf-form-cont .one-third {
        margin-left: 0 !important;
        width: 0 !important;
    }
}

/* TABLET ONLY Styles */
@media all and (min-width: 768px) and (max-width: 980px) {
    body.orbit h2.testimonial {
        font-size: 72px;
        line-height: 3.8rem;
        margin: 0 0 20px;
    }
    .footer-widget:nth-child(n) {
        margin: 0 !important;
    }
    #footer-widgets .footer-widget {
        margin-bottom: 0 !important;
    }
}

/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    body.orbit #main-header .et_menu_container #et-top-navigation {
        margin: 10px !important;
    }
    .et_header_style_left #et-top-navigation {
        padding-top: 0;
    }
    body.orbit p, body.orbit li {
        font-size: 17px;
        line-height: 1.6em;
        margin: 0 0 12px;
    }
    body.orbit p.pre-title {
        font-size: 18px;
    }
    body.orbit p.intro {
        font-size: 22px;
        line-height: 1.3;
    }
    body.orbit h1,
    body.orbit .h1 {
        font-size: 54px;
        line-height: 0.9;
    }
    body.orbit h2,
    body.orbit .h2 {
        font-size: 70px;
    }
    body.orbit h2.testimonial {
        font-size: 48px;
        line-height: 0.9em;
        margin: 0 0 20px;
    }
    body.orbit h3,
    body.orbit .h3 {
        font-size: 42px;
        line-height: 1em;
        margin: 0 0 10px;
    }
    body.orbit h3.entry-title {
        margin: 0 0 24px;
    }
    .et_pb_post .post-meta,
    .et_pb_post .post-meta a {
        line-height: 1.2em !important;
    }
    body.orbit #footer-bottom a {
        font-size: 14px;
    }
    #footer-widgets {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
        padding: 60px 0;
    }
    #footer-widgets .footer-widget:first-child {
        -webkit-order: 2;
        order: 2;
        margin-bottom: 0 !important;
    }
    #footer-widgets .footer-widget:nth-child(2) {
        -webkit-order: 1;
        order: 1;
    }
    #footer-widgets .footer-widget:last-child {
        -webkit-order: 3;
        order: 3;
        margin-bottom: 0 !important;
    }
    #footer-widgets .footer-widget li {
        padding-left: 0;
        text-align: center;
    }
}
/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    .oms-tabletMobile-hide {
        display: none;
    }
    #main-header {
        background-color: #000;
        padding: 20px 10px;
    }
    body.orbit #main-header .et_menu_container #et-top-navigation {
        margin: 10px 0;
    }
    body.orbit #main-header #et-top-navigation nav#top-menu-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu:before {
        display: none;
    }
    .quotemark:before {
        margin: auto;
        max-width: 80px;
        top: -5%;
        left: 50%;
        margin-left: -40px;
    }
    /* Blurb */
    /*     .et_pb_main_blurb_image .et_pb_image_wrap {
            width: 60px !important;
        } */
    .nf-form-cont .two-thirds {
        clear: both !important;
        width: 100% !important;
    }
    .nf-form-cont .one-third {
        clear: both !important;
        float:none !important;
        width: 100% !important;
    }
}

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

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