/* General Styling */
section {
    position: relative;
}
.dark-brown {
    background: #322f31;
}
.dark-brown p {
    color: #ffffff;
}
.grey {
    background: #f1f1f2;
}
.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar {
    background: #fff !important;
}
/* Header*/
.header-top {
    background: #a72a2a;
}
.site-header {
    /* border-bottom: 2px solid #312f31; */
    box-shadow: 2px 1px 4px 1px #00000012;
}

.header-quick-links {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-quick-links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-quick-links ul li a {
    text-decoration: none !important;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
    font-weight: 600;
}

.header-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-wrap .logo {
    max-width: 50%;
}
.header-wrap .logo img {
    max-width: 160px;
}
.ubermenu.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-target {
    color: #000000 !important;
}
.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-nav {
    background: #fff !important;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1360px;
    }
}

@media (max-width: 990px) {
    .header-right {
        width: 100%;
    }
}

/*Banner Section*/
section.banner-section,
section {
    position: relative !important;
}
.banner-section {
    padding-bottom: 0;
    padding-top: 0;
}
.banner-section .image-wrapper {
    position: relative;
    width: 100%;
    height: 445px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.banner-image-item:first-child {
    width: 50%;
    height: 50%;
    background: #2d2826;
}
.banner-image-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-image-item:nth-child(2) {
    width: 50%;
    height: 50%;
    background: #ffffff;
}
.banner-image-item:nth-child(2) img,
.banner-image-item:first-child img {
    max-width: 280px;
}
.banner-image-item:last-child {
    width: 100%;
    height: 50%;
    background: #a98a5a;
}
.banner-image-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-section .content h1 {
    text-transform: initial;
    color: #a98a5a;
}
.half-content {
    padding: 50px 30px 50px 0;
}

/* Banner Image Item V3 */
.banner-image-item.banner-image-item--icons,
.banner-image-item.banner-image-item--product {
    width: 50% !important;
    height: 100% !important;
    background: none;
}
.banner-image-item.banner-image-item--icons {
    display: flex;
    flex-direction: column;
}
.banner-image-item-icon {
    width: 100%;
    height: 50%;
    background: #fff;
    text-align: center;
}
.banner-image-item-icon:first-child {
    background: #2d2826;
} 
.banner-image-item.banner-image-item--product {
    background: #a98a5a !important;
}
.banner-image-item.banner-image-item--product img {
    max-width: 90% !important;
}
/* Banner Image Item V3 */

@media (min-width: 768px) {
    .banner-section .image-wrapper {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        right: 0;
    }

    .banner-image-item:first-child {
        width: 47%;
        height: 50%;
        background: #2d2826;
    }
    .banner-image-item:nth-child(2) {
        width: 53%;
        height: 50%;
        background: #ffffff;
    }
}

@media (min-width: 1200px) {
    .half-content {
        padding: 100px 60px 100px 0;
    }
    .content h1 {
        font-size: 60px;
    }
}


/* Icon Cards */

.icon-card {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 16px;
}
.icon-card__image {
    height: 150px;
    opacity: 0;
    z-index: -1;
    position: relative;
}
.icon-card__image img {
    flex: 1;
    width: 100px;
    height: 100%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.icon-card__body {
    background: #efebec;
    padding: 20px;
    transition: all .5s ease;
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.icon-card__title {
    color: #2D2926;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.icon-card__text {
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.25;
    overflow: hidden;
}

@media (min-width: 768px) {
    .icon-cards .row .col-md-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .icon-card__image {
        height: 180px;
    }
    .icon-card__text {
        pointer-events: none;
        transition: all .2s;
    }
}

@media (min-width: 1200px) {
    .icon-cards .row .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .icon-card {
        padding-bottom: 40px;
    }
    .icon-card__image {
        margin-bottom: 0;
        opacity: 1;
        z-index: 1;
    }
    .icon-card:hover .icon-card__image {
        opacity: 0;
        z-index: -9999;
    }
    .icon-card__body {
        background-color: transparent;
    }
    .icon-card:hover .icon-card__body {
        background: #efebec;
        z-index: 10;
        justify-content: center;
    }
    .icon-card__text {
        height: 0;
        opacity: 0;
    }
    .icon-card:hover .icon-card__text {
        height: auto;
        opacity: 1;
    }
}
/* Icon Cards */



/*Half Text Half Image*/
#application-wrapper-home {
    background: #efefef !important;
    padding: 60px 0 !important;
}
#application-wrapper-home .link a {
    width: 100% !important;
    position: relative;
    text-align: left !important;
}
#application-wrapper-home .title p,
#application-wrapper-home .title p a {
    text-transform: initial !important;
}
#application-wrapper-home .column {
    border: none !important;
    background: transparent !important;
}
#application-wrapper-home .link a::after,
a.btn.solid-white:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 30px;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.half-image-half-text {
    position: relative;
}
.half-image-half-text__image {
    position: relative;
    width: 100%;
    height: 289px;
}
.half-image-half-text__image.hidden-sm {
    display: none !important;
}

@media (min-width: 768px) {
    .half-image-half-text__image.hidden-sm {
        display: block !important;
    }
    .half-image-half-text__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .half-image-half-text__text {
        padding: 40px 0;
    }
    .half-image-half-text__text p {
        font-size: 20px;
        line-height: 1.9em;
    }
}

@media( min-width : 1600px ) {
    .half-image-half-text__text {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .text-content {
        margin: 0;
        width: 100%;
    }
}
.image-display {
    padding: 60px 0 !important;
}

@media (max-width: 998px) {
    .header-right .ubermenu-responsive-toggle {
        color: #1f1f1f !important;
        position: absolute;
        top: -50px;
        right: 0;
    }
    .header-right {
        max-width: 100%;
    }
    .header-right .ubermenu-responsive-toggle svg {
        color: #000000 !important;
    }
}

.banner-split {
    background: #2d2826 !important;
    color: #ffffff;
}
.banner-split h1 {
    color: #ffffff;
}
.banner-header {
    background: #2d2826;
}
.banner-split .half .content {
    max-width: 100% !important;
    width: 100%;
    padding-left: 20px !important;
    padding-right: 0!important;
}

.banner-split .half.half-content {
    flex: 0 0 50% !important;
    display: flex;
    justify-content: flex-start !important;
    padding: 45px 0;
    background-color: transparent !important;
    color: #ffffff !important;

    @media( min-width : 1200px ) {
        padding: 45px 20px 45px 0!important;
    }
}

.banner-split .half.half-image {
    flex: 0 0 50% !important;
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: center;
    align-self: stretch;
    background-color: transparent !important;
}

.market-images-no-slide .market-circle-border img {
    object-fit: contain!important;
}

@media( min-width : 768px ) {
    .banner-split .half.half-image img {
        display: none!important;
    }

    /* .banner-split .half.half-image {
        background-size: 63%!important;
    } */
}

.banner-split .half.half-content h1 {
    color: #ffffff !important;
    text-transform: initial !important;
    font-weight: normal !important;
}

.banner-split .half.half-content p {
    color: #ffffff !important;
    max-width: 600px!important;
}

.content_header h3 {
    color: #a98a5a;
    font-weight: 600;
}

.content_text {
    padding-top: 20px;
}
@media (min-width: 1200px) {
    .banner-split .half.half-content h1 {
        font-size: 58px !important;
        line-height: initial !important;
    }
    .content_header {
        max-width: 60%;
        text-align: center;
        margin: 0 auto;
    }
    .content_text {
        column-count: 2;
        column-gap: 30px;
    }
}

.two-column-text {
    background: #efefef;
}

.two-column-text .content_header {
    max-width: 100%;
}

.two-column-text .content_text {
    column-count: 1;
    text-align: center;
}

.three-up {
    padding: 0;
}
.home .three-up .col-md-3:nth-child(2) {
    background: #f8f6f1;
}
.home .three-up .col-md-3:nth-child(3) {
    background: #a98a5a;
    color: #ffffff;
}
.home .three-up .col-md-3:nth-child(4) {
    background: #eeebec;
}
.home .three-up .col-md-3:last-child {
    background: #2d2826;
    color: #ffffff;
}
.home .three-up .col-md-3 .section-heading {
    text-transform: initial !important;
    font-weight: bold;
    font-size: 22px !important;
    line-height: initial !important;
}
.home .three-up .col-md-3:last-child .section-heading,
.three-up .col-md-3:nth-child(3) .section-heading {
    color: #ffffff;
}
.home .three-up .col-md-3 {
    padding: 60px 30px;
}
.home .three-up .col-md-3 .panel-image {
    max-width: 100px;
}

.three-up .row.text-center {
    justify-content: center;
}

@media (min-width: 1200px) {
    .three-up {
        padding: 50px 0;
    }
}

.half_image_wrapper {
    position: relative;
    width: 100%;
    height: 289px;
}

.half_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.half__text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.half__text .button,
.map-section .btn,
.full-cta-container .btn {
    background: #a72b2a;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 15px;
    line-height: 26px;
    padding: 6px 32px;
    border: 1px solid #ffffff;
    transition: 0.2s ease-in-out;
    position: relative;
    padding-right: 60px;
    border-radius: 0;
}
.half__text .button::after,
.map-section .btn:after,
.full-cta-container .btn:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 30px;
    line-height: 42px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.half__text .button:hover,
.map-section .btn:hover,
.full-cta-container .btn:hover {
    border: 1px solid #ccba9e;
}

@media (min-width: 768px) {
    .half_image_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }
    .half_image_wrapper.image-reverse {
        position: absolute;
        top: 0;
        left: initial;
        right: 0;
        width: 50%;
        height: 100%;
    }
    .half__text {
        padding-left: 50px;
    }
    .text-image-reversible.image-reverse {
        padding-left: 15px;
        padding-right: 50px;
    }
}

@media (min-width: 980px) {
    .ubermenu.ubermenu-horizontal
        .ubermenu-item-level-0:hover
        > .ubermenu-target {
        color: #ffffff !important;
    }
}

/* Additional Brands  */

#gnc-brands .about-heading {
    text-transform: capitalize;
    font-weight: 600;
}

.brand-thumbnails {
    max-width: 120px;
    margin: 0 auto;
}

.company-logo {
    max-width: 150px;
    margin: 0 auto;
}

/* Tab */

.flexible--tab .tab-accordion__panel__content {
    display: flex;
    flex-direction: column;
}

.flexible--tab .tab-accordion__tabs {
    border: none !important;
    display: flex;
    flex-direction: column;
}

.flexible--tab .tab-accordion__tab {
    padding: 20px;
    border-bottom: 1px solid #a98a5b !important;
    border-radius: 0 !important;
}

.flexible--tab .tab-accordion__tab.is-active {
    box-shadow: 0 5px 10px rgba(0, 48, 73, 0.1);
    border-left: 5px solid #a98a5b !important;
}

.flexible--tab .tab-accordion__tab::before {
    display: none;
}

.flexible--tab .tab-accordion__panel__content {
    border: 5px solid #a98a5e !important;
}

/* Full CTA Content */

.full-cta-container {
    background-color: #1f1f1f;
    overflow: hidden;
}

.full-cta_inner {
    padding: 20px;
    color: #fff;
}

.full-cta_inner :is(h2, h3, h4, h5, p) {
    color: #fff;
}

.full-cta-image {
    height: 100%;
    position: relative;
}

.full-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

@media (min-width: 768px) {
    .full-cta_inner {
        padding: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .full-cta-image::before {
        background: rgb(31, 31, 31);
        background: linear-gradient(
            90deg,
            rgba(31, 31, 31, 1) 35%,
            rgba(31, 31, 31, 0.12788865546218486) 72%,
            rgba(31, 31, 31, 0) 100%
        );
        position: absolute;
        content: "";
        left: 0;
        height: 100%;
        width: 30%;
        z-index: 2;
    }
}

@media (min-width: 1200px) {
    .full-cta_inner {
        padding: 100px 0px 100px 100px;
    }
}

/* Half Video */

.featured-media__wrapper.home-featured-media {
    padding: 60px 0;
}

.blog-box {
    background: #efefef;
    padding: 15px;
}

@media (min-width: 768px) {
    .featured-media__wrapper.home-featured-media {
        padding: 100px 0 !important;
    }

    .featured-media__wrapper .video-container {
        margin-bottom: 0 !important;
    }

    .blog-box {
        height: 100%;
    }

    .full-cta-container .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Modules */

.module.markets-served-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.module.markets-served-wrapper.white {
    background-color: #fff;
}
.module.markets-served-wrapper.brown {
    background-color: #a98a5b;
}
.module.markets-served-wrapper .one-market {
    max-width: 140px;
}
.module.markets-served-wrapper .one-market img {
    max-width: 100% !important;
}
.module.markets-served-wrapper .one-market a {
    color: black;
}
.module.markets-served-wrapper .one-market a:hover {
    color: #545454;
}
.module.markets-served-wrapper .one-market p + p {
    padding-top: 0;
    font-weight: normal;
}
.module.markets-served-wrapper .one-market a.red {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #a72b2a;
    padding: 6px 32px;
    font-size: 18px;
    line-height: 26px;
    background-color: #a72b2a;
}
.module.markets-served-wrapper .one-market a.red:hover {
    background: transparent;
    border-color: #322f31;
    color: #322f31;
}
.module.markets-served-wrapper .columns-grey {
    padding-top: 40px;
}
.module.markets-served-wrapper .columns-grey .market-images {
    padding-bottom: 20px;
}
@media (min-width: 1024px) {
    .module.markets-served-wrapper .columns-grey .market-images {
        padding-bottom: 40px;
    }
}
.module.markets-served-wrapper .columns-grey.markets-served-content {
    max-width: 1200px;
}
.module.markets-served-wrapper .columns-grey .one-market {
    max-width: 100%;
    background-color: #f1f1f2;
    padding: 20px;
    margin: 0 10px 20px;
}
.module.markets-served-wrapper .columns-grey .one-market p {
    padding-top: 0;
    margin-bottom: 1rem;
    max-width: none;
}
.module.markets-served-wrapper .columns-grey .one-market p:last-child {
    margin-bottom: 0;
}
.module.markets-served-wrapper .columns-grey .market-circle-border {
    background-color: transparent;
    padding: 0 5%;
}
.module.markets-served-wrapper .columns-three .market-images {
    justify-content: center;
}

.markets-served-content h2 {
    margin-bottom: 30px;
}

.module.markets-served-wrapper .columns-three .one-market {
    display: flex;
    flex-direction: column;
}

.module.markets-served-wrapper .columns-three .one-market  .icon_show_description p {
    font-weight: 300;
}

.icon_show_description {
    min-height: 160px;
    position: relative;
    display: flex!important;
    flex-direction: column;
    flex-grow: 1;
}

.icon_show_description .red {
    margin-top: auto!important;
    margin-bottom: 0;
}

@media (min-width: 520px) {
    .module.markets-served-wrapper .columns-three .one-market {
        max-width: 45 !important;
    }
}
@media (min-width: 1024px) {
    .module.markets-served-wrapper .columns-three .one-market {
        max-width: 23% !important;
    }
}
.module.markets-served-wrapper .columns-four .market-images {
    justify-content: center;
}
@media (min-width: 520px) {
    .module.markets-served-wrapper .columns-four .one-market {
        max-width: 47%;
    }
}
@media (min-width: 1024px) {
    .module.markets-served-wrapper .columns-four .one-market {
        max-width: 23%;
    }
}

/* Accordion */

.flexible-accordion {
    padding: 30px 0;
    background-color: #efefef;
}

.flexible-accordion.white-background {
    background-color: #ffffff;
}

.flexible-accordion .container {
    max-width: 1200px;
    margin: 0 auto;
}

.flexible-accordion .fx-accordion__panel__toggle {
    font-style: normal;
    border-bottom: 2px solid #a98a5b;
    outline: none;
}

.flexible-accordion .fx-accordion__panel__toggle::before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.fx-accordion-heading {
    margin-bottom: 30px;
}

.flexible-accordion .is-expanded .js-accordion-headline::before {
    transform: rotate(180deg);
}

.flexible-accordion .fx-accordion__panel__content {
    padding-top: 40px !important;
}

@media (min-width: 768px) {
    .flexible-accordion {
        padding: 100px 0 !important;
    }

    .fx-accordion-heading {
        margin-bottom: 60px;
    }
}

.image-slider__slides {
    padding-left: 30px;
    padding-right: 30px;
}

.image-slider__slides .slick-prev::before,
.flip-slider .slick-prev::before,
.market-images .slick-prev::before
 {
    width: 35px;
    height: 35px;
    border-top: 5px solid #322f31;
    border-left: 5px solid #322f31;
    position: absolute;
    content: "";
    transform: rotate(315deg);
    z-index: 5;
}

.image-slider__slides .slick-next::before,
.flip-slider .slick-next::before,
.market-images .slick-next::before {
    width: 35px;
    height: 35px;
    border-top: 5px solid #322f31;
    border-right: 5px solid #322f31;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    z-index: 5;
}

.market-circle-border {
    width: 100%;
}

@media (max-width: 767px) {
    .image-slider__slides .slick-prev,
    .flip-slider .slick-prev,
    .market-images .slick-prev {
        left: 0;
    }

    .flip-slider .slick-prev {
        left: 8px;
    }

    .image-slider__slides .slick-next,
    .flip-slider .slick-next,
    .market-images .slick-next {
        right: 23px;
        z-index: 5;
    }

    .flip-slider .slick-next {
        right: 42px;
    }
}

.flip-image-container .row > div {
    margin-bottom: 30px;
}

.flip-image-container .row {
    margin-top: 30px;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 460px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin-bottom: 30px;
}

.flip-slider .slick-next {
    right: 38px;
}

.flip-slider .slick-prev {
    left: 8px;
}

.flip-image-container {
    overflow: hidden;
}

.flip-slider {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.market-images .slick-prev,
.market-images .slick-next {
    top: calc(50% - 40px);
}

.market-images .slick-prev {
    left: -50px;
}
.button-prime {
    padding: 9px 35px;
}

.button-prime-maroon {
    background-color: #A72B2A;
    border-radius: 0;
    border: 2px solid #A72B2A;
    color: #fff;

    &:hover {
        background-color:  transparent;
        border: 2px solid #A72B2A!important;
        color: #A72B2A!important;
    }
}

.flip-box .btn {
    background-color: #A72B2A;
    padding: 9px 35px;
    border-radius: 0;
    border-color: #A72B2A;
    color: #fff;

    &:hover {
        background-color:  transparent;
        border-color: #A72B2A;
        color: #A72B2A!important;
    }
}

.flip-box-front img {
    max-width: 60%;
}

@media (max-width: 768px) {
    .market-images .slick-prev {
        z-index: 1;
        left: -12px;
    }
}

@media (min-width: 768px) {
    .flip-box {
        height: 360px;
    }
    .flip-slider > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1025px) {
    .flip-slider > div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .flip-box-front img {
        max-width: 200px;
    }
    
}

@media (min-width: 1200px) {
    .flip-slider > div {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    background-color: #fff;
}

.flip-box-front {
    color: #322f31;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flip-box-front h3 {
    margin-top: 20px;
}

/* Style the back side */
.flip-box-back {
    color: #322f31;
    transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}

.footer-pattern {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
}

.cta-bar > .container {
    z-index: 2;
    position: relative;
}

a.btn.solid-white {
    background: #fff;
    border-radius: 0;
    padding-right: 80px;
    position: relative;
}

.align-end {
    align-items: end;
}

.brown-heading {
    color: #a98a5a;
    font-weight: 600;
}

.location {
    overflow: hidden;
}

@media (max-width: 767px) {
    ul#menu-footer-navigation li {
        text-align: left !important;
    }

    nav#footer-nav {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .image-display .col-md-3 {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

.banner-background-image {
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    opacity: 0.5;
}

footer#footer {
    position: relative;
    overflow: hidden;
}

footer#footer:before {
    content: "";
    width: 2000px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/source/a8f272608d342ecda0005bfb97bd37ed/Untitled-design-87.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: #322f31;
}

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    color: #fff !important;
}

.boxes-mixed-color .boxes-colored-item:nth-child(2) {
    background-color: #f8f6f2;
}

.boxes-mixed-color .boxes-colored-item:nth-child(2) h2,
.boxes-mixed-color .boxes-colored-item:nth-child(4) h2  {
    color: #212529!important;
}

.boxes-mixed-color .boxes-colored-item:nth-child(3) {
    background-color: #a98a5b;
    color: #fff;
}

.boxes-mixed-color .boxes-colored-item:nth-child(3) h2,
.boxes-mixed-color .boxes-colored-item:last-child h2 {
    color: #fff!important;
}

.boxes-mixed-color .boxes-colored-item:nth-child(4) {
    background-color: #eeebec;
}

.boxes-mixed-color .boxes-colored-item:last-child {
    background-color: #2d2826;
    color: #fff;
}

.boxes-mixed-color .boxes-colored-item.white {
    background-color: #fff!important;
    color: #2d2826!important;
}

.boxes-mixed-color .boxes-colored-item.grey {
    background-color: #eeebec!important;
    color: #2d2826!important;
}

.boxes-mixed-color .boxes-colored-item.white h2,
.boxes-mixed-color .boxes-colored-item.grey h2 {
    color: #2d2826!important;
}

.boxes-mixed-color .boxes-colored-item h2 {
    margin-bottom: 20px!important;
}

.boxes-colored-item__inner {
    padding: 40px;
}

.boxes-colored-item__inner h2 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    height: auto!important;
}

.boxes-colored-item__inner img {
    max-width: 120px!important;
}

.success-stories--link {
    margin-bottom: 30px;
    display: block;
}

.success_stories .entry-title {
    font-size: 22px;
}

.archive__item {
    margin-bottom: 30px;
}


.post-type-archive-success_stories .page-title {
    text-transform: capitalize;
}

.three-up h2.sectionheading,
.success_stories-template h2 {
    text-transform: capitalize!important;

}

h1, h2, h4, h5 {
    text-transform: capitalize!important;
}

.banner-split .half.half-content a.red:hover {
    color: #fff!important;
}

.banner-split .half.half-content a:not(.red, .btn) {
    background-color: transparent!important;
    border: transparent!important;
    padding: 0!important;
    font-weight: 700;
}

.banner-split .half.half-content a:hover:not(.red, .btn) {
    color: #fff!important;
    text-decoration: underline!important;
}

.half-half .btn,
.centered-text-block .btn,
.page-contact .btn,
.multi-step-form .cf7mls-btns .cf7mls_next.action-button {
    background-color: #A72B2A!important;
    padding: 9px 35px;
    border-color: #A72B2A;
    border-radius: 0;
    color: #fff;
}

.multi-step-form input.wpcf7-text,
.multi-step-form,
.multi-step-form input[type=radio] {
    border-radius: 0!important;
}

.half-half .row-center {
    align-items: center;
}

.half-half .btn:hover,
.centered-text-block .btn:hover,
.page-contact .btn:hover,
.multi-step-form .cf7mls-btns .cf7mls_next.action-button:hover {
    color: #A72B2A!important;
    background-color: #fff!important;
    border-color: #A72B2A!important;
}

.two-column-content [type=reset], .two-column-content [type=submit], .two-column-content button, .two-column-content html [type=button], .two-column-content .btn-default, .two-column-content .frm_final_submit {
    border-radius: 0!important;
}

.the-content__inner {
    overflow: hidden;
}

.flex-position.left {
    align-items: center;
}

@media( min-width : 768px ) {
    .flex-position.left {
        flex-direction: row-reverse;
    }
} 

.half-content-video :is( h2, h3, h4, h5 ){
    margin-bottom: 30px;
}

h2, h2 span {
    font-weight: 500!important;
}

.half-content-video-container,
.video-block {
    padding-top: 60px!important;
}

.btn-v2 {
    background-color: #A72B2A;
    padding: 9px 35px;
    border-color: #A72B2A;
    color: #fff;
    font-weight: 600;

    &:hover {
        background-color: #fff;
        border-color: #A72B2A;
        color: #A72B2A;
    }
}

/* Slider */

.market-circle-border.markets-with-images {
    background-color: transparent!important;
}

/* Global Popup */

.page-content {
    position: relative;
}

body:has(#pum-3195.pum-active + .open-chat) {
    display: none;
}

.open-chat {
    align-items: center;
    background: rgb(211, 123, 79);
    background: linear-gradient(90deg, rgba(200, 148, 70, 1) 0%, rgba(169, 138, 91, 1) 100%);
    border-radius: 50px;
    bottom: 30px;
    box-shadow: 0 3px 25px rgba(246, 149, 100, 39%);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    padding: 0 10px;
    position: fixed;
    right: 50px;
    transition: all ease .3s;
    z-index: 14;
}

.open-chat:hover {
    background: rgb(211, 123, 79);
    background: linear-gradient(90deg, rgba(169, 138, 91, 1) 0%, rgba(200, 148, 70, 1) 100%);
}

.open-chat img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#popmake-3195 {
    background: url("/source/1e5f96eee60e1d7b07b177fa94e1ce3d/popup-boxes-red.jpg") no-repeat 0 0;
    border-radius: 10px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 33%);
    max-width: 536px;
    width: 100% !important;
}

#popmake-3195 h2 {
    color: #fff;
    font-size: 40px;
    margin: 35px 0 16px 0;
    padding: 0;
    font-family: inherit;
}

#popmake-3195 p {
    color: #fff;
    font-size: 22px;
    line-height: 1.4em;
    padding: 0;
}

#popmake-3195 p a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#popmake-3195 p a.btn {
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    background: #a88a5b;
    padding: 10px 40px;
}

#popmake-3195 .popmake-close {
    background: url("/source/8c142cbce503f48d409e369e5c5a78fa/close.svg") no-repeat center center;
    color: transparent;
    font-size: 0;
    height: 28px;
    width: 26px;
}

.helpButton {
    display: none;
}

.sidebarHeader h2{
    color: #fff;        
    font-size: 20px;
    font-weight: bold;
}

.sidebarBody .embeddedServiceSidebarForm .startButton,
.sidebarBody .embeddedServiceSidebarForm .dialog-button-0 {
    background-color: #a98a5b;
}

@media (min-width: 768px) {
    #popmake-3195 h2 {
        margin: 65px 0 16px 0;
    }
}

.minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI {
    display: none !important;
}

.archive-thumbnail {
    max-width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    background: #dddce3;
}

.archive-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.archive-content {
    padding: 20px;
}

.button-maroon {
    padding: 10px 20px;
    background-color: #A72B2A;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #A72B2A;
    display: table;
    margin-bottom: 10px;
    margin-top: 10px;

    &:hover {
        border: 1px solid #A72B2A;
        background-color: transparent;
        color: #A72B2A;
    }
}

/* Success Stories */
.list-success-stories .entry-content {
    height: 250px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-success-stories .entry-content img {
    height: 100%;
    width: auto;
}

.list-success-stories {
    justify-content: center;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .list-success-stories > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1025px) {
    .list-success-stories > div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .list-success-stories > div {
        flex: 0 0 25%;
        max-width: 25%;
    }
}