﻿@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Regular.eot");
    src: url("../fonts/AvenirNext-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNext-Regular.woff2") format("woff2"),
        url("../fonts/AvenirNext-Regular.woff") format("woff"),
        url("../fonts/AvenirNext-Regular.ttf") format("truetype"),
        url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Italic.eot");
    src: url("../fonts/AvenirNext-Italic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNext-Italic.woff2") format("woff2"),
        url("../fonts/AvenirNext-Italic.woff") format("woff"),
        url("../fonts/AvenirNext-Italic.ttf") format("truetype"),
        url("../fonts/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Medium.eot");
    src: url("../fonts/AvenirNext-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNext-Medium.woff2") format("woff2"),
        url("../fonts/AvenirNext-Medium.woff") format("woff"),
        url("../fonts/AvenirNext-Medium.ttf") format("truetype"),
        url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext-Bold.eot");
    src: url("../fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AvenirNext-Bold.woff2") format("woff2"),
        url("../fonts/AvenirNext-Bold.woff") format("woff"),
        url("../fonts/AvenirNext-Bold.ttf") format("truetype"),
        url("../fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Avenir Next Demi";
    src: url("../fonts/AvenirNext-DemiBold.eot");
    src: url("../fonts/AvenirNext-DemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"),
        url("../fonts/AvenirNext-DemiBold.woff") format("woff"),
        url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"),
        url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold")
            format("svg");
    font-weight: 600;
    font-style: normal;
}
body {
    font-family: "Avenir Next";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    height: 100%;
    width: 100%;
}
body a:focus,
body a:hover,
body button:focus,
body button:hover,
body input:focus,
body input:hover,
body select:focus,
body select:hover {
    box-shadow: none !important;
    outline: none !important;
}
body h1 {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    letter-spacing: 0;
    line-height: 70px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.77);
}
body h2 {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 40px;
    color: #3a3537;
    letter-spacing: 0;
    line-height: 48px;
}
body h3 {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 30px;
    color: #3a3537;
    letter-spacing: 0;
    line-height: 42px;
}
body h4 {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 18px;
    color: #111;
    letter-spacing: 0;
    line-height: 33.6px;
}
body .large {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    color: #3a3537;
    letter-spacing: 0;
    line-height: 28px;
}
body .small {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 20.2px;
}
body .link-small {
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 14px;
    color: #f9bd40;
    letter-spacing: 0;
    line-height: 25.2px;
}
body .btn-yellow {
    min-width: 194px;
    height: 46px;
    padding: 10px 45px 10px 24px;
    font-family: "Avenir Next Demi";
    font-size: 16px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    background: #f9bd40;
    border-color: #f9bd40;
    color: #3a3537;
    border-radius: 0;
    position: relative;
}
body .btn-yellow::after {
    content: "";
    background: url(../../images/svg/icon-arrow-button.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 12px;
}
body .btn-yellow:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5) !important;
    background: #f9bd40;
    color: #3a3537;
}
body .btn-yellow:hover::after {
    right: 15px;
    transition: all 0.5s;
}
body .btn-yellow:focus,
body .btn-yellow:active {
    background: #eaaa24;
}
body a.btn-transparent {
    height: 30px;
    padding: 10px 55px 10px 0;
    font-family: "Avenir Next Demi";
    font-size: 14px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    color: #3a3537;
    border-radius: 0;
    position: relative;
}
body a.btn-transparent img {
    right: 25px;
    top: 7px;
    position: absolute;
}
body a.btn-transparent:hover img {
    right: 15px;
    transition: all 0.5s;
}
body .my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
body .py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
body .font-medium {
    font-weight: 500 !important;
}
body .mt-60 {
    margin-top: 60px;
}
body .mb-100 {
    margin-bottom: 100px;
}
body .d-desktop {
    display: none;
}
@media (min-width: 992px) {
    body .d-desktop {
        display: block;
    }
}
body .d-tablet {
    display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    body .d-tablet {
        display: block;
    }
}
body .d-mobile {
    display: none;
}
@media (max-width: 767.98px) {
    body .d-mobile {
        display: block;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
    .container.container-reset,
    .container-lg.container-reset,
    .container-md.container-reset,
    .container-sm.container-reset,
    .container-xl.container-reset {
        max-width: 1140px;
    }
}
@media (max-width: 991.98px) {
    body h1 {
        font-size: 44px;
        line-height: 58px;
    }
    body h2 {
        font-size: 30px;
        line-height: 39px;
    }
    body h3 {
        font-size: 25px;
    }
    body .large {
        font-family: "Avenir Next Demi";
        font-size: 18px;
        color: #434343;
        letter-spacing: 0;
        line-height: 18.2px;
    }
    body .large.large-libre {
        font-family: "Libre Baskerville", serif;
        line-height: 28px;
    }
    body .small {
        font-family: "Avenir Next";
        font-size: 17px;
        color: #434343;
        letter-spacing: 0;
        line-height: 29px;
    }
}
@media (max-width: 767.98px) {
    body p.libre-mobile {
        font-family: "Libre Baskerville", serif;
        line-height: 28px;
    }
    body h1 {
        font-size: 26px;
        line-height: 34px;
    }
    body h2 {
        font-size: 24px;
        line-height: 38px;
    }
    body h3 {
        font-size: 24px;
    }
    body .my-90 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    body .py-90 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body .mt-60 {
        margin-top: 30px;
    }
    body .mb-100 {
        margin-bottom: 50px;
    }
    body .no-padding-bottom-mobile {
        padding-bottom: 0;
    }
    body .mobile-64-64 {
        width: 64px;
    }
}
.text-reset a {
    color: inherit !important;
}
.fancybox-content {
    padding: 35px;
}
.fancybox-slide--html .fancybox-close-small {
    top: 30px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 6px;
}
.gform_wrapper ul.gform_fields {
    display: block !important;
}
@media screen and (max-width: 767px) {
    .gform_wrapper ul.gform_fields {
        display: grid !important;
    }
}
.video-background {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    display: block !important;
    height: 100% !important;
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.video-foreground video {
    min-height: 100%;
    width: auto;
    max-width: 200%;
    min-width: 100%;
}
.hidelabel .gfield_label {
    display: none !important;
}
.gfield_checkbox li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #f9bd40 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px !important;
    width: 20px !important;
    height: 20px !important;
    min-height: 0 !important;
    border-radius: 3px !important;
    display: inline-block !important;
    position: relative;
    margin: 0 10px 0 0;
}
.gfield_checkbox li input:active,
.gfield_checkbox li input:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.gfield_checkbox li input:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}
.gfield_checkbox li input:checked:after {
    content: "✔";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
header {
    height: 135px;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9;
    transition: top 0.5s ease-in-out;
}
header.nav-up {
    top: -145px;
}
header::before {
    content: "";
    background: #3a3537;
    mix-blend-mode: normal;
    opacity: 0.81;
    position: absolute;
    width: 100%;
    height: 100%;
}
header .navbar .navbar-brand {
    padding-top: 25px;
}
header .navbar .navbar-collapse {
    padding-top: 25px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 50px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
    position: initial;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-toggle::after {
    display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 90%;
    height: 200px;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0);
    margin-top: -20px;
    padding-top: 40px;
    border: none;
    left: 5%;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu.show {
    display: inline-flex;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-menu-box {
    background: rgba(58, 53, 55, 0.81);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    width: 100%;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: normal;
    padding: 0 10%;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item:hover,
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item.active {
    background: rgba(58, 53, 55, 0.85);
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    img {
    margin-right: 35px;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    h4 {
    font-family: "Avenir Next";
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    p {
    font-family: "Avenir Next";
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 18px;
    color: #f9bd40;
    letter-spacing: 0;
    text-align: center;
    line-height: 25.2px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
    color: #f7f0e4;
    text-decoration: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #f7f0e4;
}
header .navbar .header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
header .navbar .header-info a.phone {
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    line-height: 18px;
    color: #f9bd40;
    margin-bottom: 12px;
}
body.admin-bar header {
    top: 32px;
}
@media (min-width: 1200px) {
    header .container {
        max-width: 1260px;
    }
}
@media (max-width: 1199.98px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 35px;
    }
}
@media (max-width: 991.98px) {
    header {
        height: 102px;
    }
    header .navbar .navbar-brand {
        padding-top: 0;
    }
    header .navbar .navbar-collapse {
        padding-top: 0;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 25px;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 25px;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu {
        flex-direction: column;
        height: unset;
        width: 60%;
        margin: 0 20%;
        padding-top: 33px;
        margin-top: -10px;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-menu-box {
        display: contents;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-item {
        padding: 5% 10%;
        background: rgba(58, 53, 55, 0.81);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }
}
@media (min-width: 992px) {
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown:hover
        .dropdown-menu {
        display: flex;
    }
}
@media (max-width: 991.98px) {
    header {
        height: 86px;
    }
    header .navbar .navbar-brand img {
        width: 156px;
    }
    header .navbar .navbar-toggler .menu-close {
        display: none;
    }
    header .navbar .navbar-toggler .menu-open {
        display: block;
        margin: 0 auto;
    }
    header .navbar .navbar-toggler.collapsed .menu-open {
        display: none;
    }
    header .navbar .navbar-toggler.collapsed .menu-close {
        display: block;
    }
    header .navbar .navbar-collapse {
        position: absolute;
        mix-blend-mode: normal;
        width: 100vw;
        height: calc(100vh - 86px);
        left: 50%;
        margin-left: -50vw;
        top: 62px;
        transition: none;
        touch-action: none;
    }
    header .navbar .navbar-collapse::before {
        content: "";
        background: #3a3537;
        opacity: 0.89;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 0px;
        border-bottom: 1px solid #f7f0e4;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        text-align: left;
        padding: 20px 50px;
        font-size: 18px;
        line-height: 25px;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.show {
        padding-bottom: 15px;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown.show
        .dropdown-toggle::after {
        background-image: url(../../images/svg/minus-icon.svg);
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-toggle::after {
        display: inline-block;
        background-image: url(../../images/svg/plus-icon.svg);
        border: none;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu {
        position: relative;
        width: 100%;
        padding: unset;
        margin: unset;
        background: unset;
        box-shadow: none;
        border: none;
        left: 0;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-item {
        padding: 5px 50px;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-item
        img {
        width: 43px;
        max-height: 29px;
        margin-right: 20px;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-item
        h4 {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 13px;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-item
        p {
        display: none;
    }
    header .navbar .navbar-collapse .mobile-menu-info {
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
    header .navbar .navbar-collapse .mobile-menu-info a.phone {
        font-family: "Josefin Sans", sans-serif;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        display: block;
        color: #f9bd40;
        margin-bottom: 19px;
    }
    header .navbar .navbar-collapse .mobile-menu-info .btn-yellow {
        display: flex;
        width: 310px;
        justify-content: center;
        padding-right: 65px;
    }
    header .navbar .navbar-collapse .mobile-menu-info .btn-yellow::after {
        right: 95px;
    }
    header .navbar .navbar-collapse .mobile-menu-info .btn-yellow:hover::after {
        right: 85px;
    }
}
@media (max-width: 991px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 13px 30px;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-item {
        padding: 5px 30px;
    }
    header
        .navbar
        .navbar-collapse
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        .dropdown-item
        img {
        width: 30px;
        max-height: 20px;
        margin-right: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 1040px) {
    .container {
        max-width: 1020px !important;
    }
}
@media (max-width: 1040px) {
    .header-info {
        display: none !important;
    }
}
.container {
    width: 100% !important;
}
footer {
    background: #3a3537;
}
footer .footer-area {
    padding: 60px 30px 10px;
}
footer .footer-area h3 {
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #f9bd40;
}
footer .footer-area h3 a {
    color: #f9bd40;
}
footer .footer-area ul {
    list-style: none;
    padding-left: 0;
}
footer .footer-area ul li {
    margin-bottom: 10px;
}
footer .footer-area ul li a {
    font-family: "Avenir Next";
    font-size: 18px;
    line-height: 25px;
    color: #f7f0e4;
}
footer .footer-area p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}
footer .footer-area p a {
    color: #fff;
}
footer .footer-area p a.btn {
    color: #3a3537;
}
footer .footer-area .column-1 {
    flex: 0 0 23%;
    max-width: 23%;
}
footer .footer-area .column-1 .btn-yellow {
    max-width: fit-content;
    margin-top: 10px;
}
footer .footer-area .column-2 {
    flex: 0 0 27%;
    max-width: 27%;
}
footer .footer-area .column-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
footer .footer-area .column-4 {
    flex: 0 0 28%;
    max-width: 28%;
}
footer .footer-area .column-1,
footer .footer-area .column-2,
footer .footer-area .column-3,
footer .footer-area .column-4 {
    padding-right: 20px;
    margin-bottom: 25px;
}
footer .copyright {
    border-top: 1px solid #f9bd40;
}
footer .copyright p {
    font-size: 15px;
    line-height: 18px;
    margin: 28px 0 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    footer .footer-area .btn-yellow {
        min-width: 180px;
    }
}
@media (max-width: 991.98px) {
    footer .footer-area {
        padding: 60px 20px 40px;
        margin-left: -15px;
        margin-right: -15px;
    }
    footer .footer-area .column-1 {
        flex: 0 0 36%;
        max-width: 36%;
    }
    footer .footer-area .column-2 {
        flex: 0 0 46%;
        max-width: 46%;
    }
    footer .footer-area .column-3 {
        flex: 0 0 18%;
        max-width: 18%;
    }
    footer .footer-area .column-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 50px;
    }
    footer .footer-area .column-1,
    footer .footer-area .column-2,
    footer .footer-area .column-3,
    footer .footer-area .column-4 {
        padding-right: 20px;
        margin-bottom: 25px;
    }
    footer .copyright {
        margin: 0 20px;
    }
}
@media (max-width: 767.98px) {
    footer .footer-area {
        padding: 20px 30px 10px;
    }
    footer .footer-area h3 {
        margin-top: 25px;
    }
    footer .footer-area .column-3 h3 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    footer .footer-area .column-4 {
        margin: 20px 0;
    }
    footer .footer-area .column-4 img {
        margin-bottom: 20px !important;
    }
    footer .footer-area .column-4 p {
        line-height: 1.2;
        margin-bottom: 20px !important;
    }
    footer .footer-area .column-1,
    footer .footer-area .column-2,
    footer .footer-area .column-3,
    footer .footer-area .column-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
        margin-bottom: 15px;
    }
    footer .copyright {
        border-top: none;
        margin-left: 30px;
        margin-right: 30px;
        max-width: calc(100% - 60px);
    }
    footer .copyright p {
        padding: 15px 0;
        border-top: 1px solid #f9bd40;
        margin-bottom: 20px;
        margin-top: 0;
    }
}
.home-banner {
    background-size: cover;
    height: 763px;
    display: flex;
    align-items: center;
    margin-bottom: 85px;
    position: relative;
}
.home-banner .home-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-banner .home-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner::before {
    content: "";
    top: 679px;
    width: 3px;
    height: 85px;
    position: absolute;
    bottom: 0px;
    background: transparent;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.home-banner::after {
    content: "";
    top: 763px;
    width: 3px;
    height: 85px;
    position: absolute;
    bottom: 0px;
    background: transparent;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 991.98px) {
    .home-banner {
        height: 842px;
        background-position-x: 27%;
    }
    .home-banner::before {
        top: 775px;
        height: 67px;
    }
    .home-banner::after {
        top: 841px;
        height: 67px;
    }
}
@media (max-width: 767.98px) {
    .home-banner {
        height: 485px;
        background-position-x: 27%;
    }
    .home-banner::before {
        top: 418px;
        height: 67px;
    }
    .home-banner::after {
        top: 484px;
        height: 67px;
    }
}
.half-image-full {
    padding-top: 40px;
    margin-bottom: -50px;
}
.half-image-full .text-area {
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
}
.half-image-full .text-area .text-box {
    width: 455px;
    padding: 0 15px;
}
.half-image-full .text-area .text-box h2 {
    margin-bottom: 0.9em;
}
.half-image-full .text-area .text-box p {
    font-family: "Libre Baskerville", serif;
}
.half-image-full .text-area .text-box .btn-yellow {
    margin-top: 1em;
}
.half-image-full .image-area {
    padding-left: 5%;
}
.half-image-full .image-area .img-box {
    padding-top: 80%;
    position: relative;
    overflow: hidden;
}
.half-image-full .image-area .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .half-image-full {
        padding-top: 65px;
        margin-bottom: -50px;
    }
    .half-image-full .text-area {
        padding-top: 25px;
    }
    .half-image-full .text-area .text-box {
        width: 350px;
    }
    .half-image-full .text-area .text-box p {
        font-size: 16px;
        line-height: 28px;
    }
    .half-image-full .image-area {
        padding-left: 3%;
    }
    .half-image-full .image-area .img-box {
        padding-top: 150%;
    }
}
@media (max-width: 767.98px) {
    .half-image-full {
        padding-top: 20px;
        margin-bottom: -110px;
    }
    .half-image-full .text-area {
        display: flex;
        justify-content: flex-end;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .half-image-full .text-area .text-box {
        width: 100%;
        padding: 0 20px;
    }
    .half-image-full .text-area .text-box p {
        padding-right: 10px;
    }
    .half-image-full .text-area .text-box p.large {
        font-size: 16px;
    }
    .half-image-full .text-area .text-box .btn-yellow {
        margin-top: 1em;
    }
    .half-image-full .image-area {
        padding: 0 20px;
    }
    .half-image-full .image-area .img-box {
        padding-top: 80%;
        min-height: 377px;
    }
    .half-image-full .image-area .img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.home-product-services {
    padding: 150px 0;
    background: #3a3537;
    border: 1px solid #979797;
}
.home-product-services .home-product-box {
    padding: 0 40px;
    height: 100%;
}
.home-product-services .home-product-box .box-icon {
    display: flex;
    background: #3a3537;
    width: 80px;
    height: 75px;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -40px;
    z-index: 2;
    position: relative;
}
.home-product-services .home-product-box .box-icon img {
    max-width: 80%;
}
.home-product-services .home-product-box .box-info {
    border: 1px solid #ccc;
    padding: 70px 45px 55px;
    height: calc(100% - 35px);
}
.home-product-services .home-product-box .box-info h4 {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-product-services .home-product-box .box-info p {
    color: #fff;
}
.home-product-services .home-product-box .box-info p span {
    display: inline-block !important;
}
.home-product-services .home-product-box .box-info a.btn-darkgrey {
    min-width: 50%;
    height: 30px;
    padding: 10px;
    font-family: "Avenir Next Demi";
    font-size: 14px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3a3537;
    color: #f9bd40;
    border-radius: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.home-product-services .home-product-box .box-info a.btn-darkgrey img {
    margin-left: 15px;
}
.home-product-services .home-product-box .box-info a.btn-darkgrey:hover img {
    margin-left: 25px;
    transition: all 0.5s;
}
@media (max-width: 991.98px) {
    .home-product-services {
        padding: 150px 0;
    }
    .home-product-services .home-product-box {
        padding: 0 15px;
    }
    .home-product-services .home-product-box .box-info {
        padding: 70px 20px 55px;
        height: calc(100% - 35px);
    }
    .home-product-services .home-product-box .box-info a.btn-darkgrey {
        width: 80%;
    }
}
@media (max-width: 767.98px) {
    .home-product-services {
        padding: 175px 0 100px;
    }
    .home-product-services .home-product-box {
        padding: 0 10px;
    }
    .home-product-services .home-product-box .box-info {
        padding: 70px 36px 55px;
    }
}
.home-custom-pallets {
    margin-top: -100px;
}
.home-custom-pallets__box .box-icon {
    display: flex;
    background: #fff;
    width: 80px;
    height: 75px;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -40px;
    z-index: 2;
    position: relative;
}
.home-custom-pallets__box .box-icon img {
    width: 49px;
    max-width: 80%;
}
.home-custom-pallets__box .box-info {
    border: 1px solid #ddd;
    background: #fff;
    padding: 70px 60px 55px;
    height: calc(100% - 35px);
}
@media (max-width: 767.98px) {
    .home-custom-pallets__box .box-info {
        border: 1px solid #ddd;
        background: #fff;
        height: calc(100% - 35px);
        padding: 70px 15px 55px;
        margin: 0 10px;
    }
    .home-custom-pallets__box .box-info p {
        font-size: 16px;
        line-height: 28px;
    }
}
.three-column-icon__box {
    padding: 0 20px;
}
.three-column-icon__box .img-area {
    min-height: 130px;
}
.three-column-icon.color-bg {
    background: #f7f0e4;
    padding: 60px 0 75px;
}
.three-column-icon p span {
    display: inline-block !important;
}
@media (max-width: 991.98px) {
    .three-column-icon__box {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .three-column-icon {
        margin-bottom: 0 !important;
    }
    .three-column-icon__box {
        padding: 0 20px;
        max-width: 100%;
        margin: 0 auto;
    }
    .three-column-icon__box .img-area {
        min-height: unset;
        padding-bottom: 25px;
    }
    .three-column-icon__box .img-area img {
        max-width: 60%;
    }
    .three-column-icon.color-bg {
        padding: 90px 0 45px;
    }
}
.testimonials {
    padding: 40px 0 90px;
}
.testimonials__box {
    background: #f7f0e4;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
    padding: 60px;
}
.testimonials__box p {
    max-width: 675px;
    margin: 0 auto;
    font-family: "Libre Baskerville", serif;
    font-size: 22px;
    line-height: 34px;
}
.testimonials__box .testimonial-info {
    margin-top: 25px;
}
.testimonials__box .testimonial-info .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
.testimonials__box .testimonial-info .position {
    font-family: "Avenir Next";
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .testimonials__box p {
        max-width: 520px;
    }
}
@media (max-width: 767.98px) {
    .testimonials__box {
        margin: 0 15px;
        padding: 60px 40px;
    }
}
.page-banner {
    background-size: cover;
    height: 577px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative;
}
.page-banner .page-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-banner .page-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-banner .title {
    margin-bottom: 40px;
    padding-left: 4%;
}
.page-banner .title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #f9bd40;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}
.page-banner.smaller-height {
    height: 475px;
}
@media (max-width: 991.98px) {
    .page-banner {
        height: 307px;
        margin-bottom: 65px;
    }
    .page-banner .title {
        margin-bottom: 15px;
        padding-left: 0;
    }
    .page-banner .title p {
        margin-bottom: 0px;
    }
    .page-banner.smaller-height {
        height: 307px;
    }
}
@media (max-width: 767.98px) {
    .page-banner .title {
        margin-bottom: 37px;
        padding-left: 15px;
    }
}
.intro {
    margin-bottom: 40px;
}
.intro .intro-box {
    background: #f7f0e4;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
    padding: 50px 7.5% 35px;
}
.intro .intro-box .intro-icon {
    margin-bottom: 25px;
}
.intro .intro-box p {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
    color: #3a3537;
}
.intro .intro-box p span {
    display: inline-block !important;
}
@media (max-width: 991.98px) {
    .intro .intro-box {
        padding: 50px 11% 35px;
    }
}
@media (max-width: 767.98px) {
    .intro .intro-box {
        padding: 50px 8% 35px;
        margin: 0 15px;
    }
    .intro .intro-box .intro-icon {
        margin-bottom: 35px;
    }
    .intro .intro-box p {
        font-size: 16px !important;
        line-height: 35px !important;
    }
}
.half-image {
    padding-top: 40px;
    margin-bottom: -50px;
}
.half-image.margin-bottom-min-large {
    margin-bottom: -110px;
}
.half-image .text-area {
    display: flex;
    justify-content: flex-start;
    padding-top: 60px;
}
.half-image .text-area .text-box {
    width: 500px;
    padding: 0 15px;
}
.half-image .text-area .text-box p {
    line-height: 26px;
}
.half-image .text-area .text-box p span {
    display: inline-block !important;
}
.half-image .text-area .text-box ul li {
    line-height: 26px;
}
.half-image .text-area .text-box .btn-yellow {
    margin-top: 1em;
}
.half-image .image-area .img-box {
    padding-top: 80%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.half-image .image-area .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.half-image .image-area .img-box.higher-image {
    padding-top: 102%;
}
.half-image.right-image .text-area {
    order: 1;
}
.half-image.right-image .image-area {
    order: 2;
}
.half-image.align-center .text-area {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
}
.half-image.mt-minus {
    margin-top: -80px;
}
.half-image.bg-dark {
    background: #3a3537;
    border: none;
    padding: 110px 0 140px;
}
.half-image.bg-dark h3,
.half-image.bg-dark p {
    color: #fff;
}
@media (max-width: 991.98px) {
    .half-image {
        padding-top: 65px;
        margin-bottom: 50px;
    }
    .half-image.mt-minus {
        margin-top: 0px;
    }
    .half-image.margin-bottom-min-large {
        margin-bottom: 50px;
    }
    .half-image.margin-bottom-min-large .image-area .img-box.higher-image {
        padding-top: 150%;
    }
    .half-image .text-area {
        padding-top: 25px;
    }
    .half-image .text-area .text-box {
        width: 350px;
        padding: 0 5px;
    }
    .half-image .text-area .text-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .half-image .image-area {
        padding-left: 3%;
        align-items: center;
        align-content: center;
        display: grid;
    }
    .half-image .image-area .img-box {
        padding-top: 150%;
    }
}
@media (max-width: 767.98px) {
    .half-image {
        padding-top: 20px;
        margin-bottom: 50px;
    }
    .half-image.margin-bottom-min-large .image-area .img-box.higher-image {
        padding-top: 120%;
    }
    .half-image .text-area {
        display: flex;
        justify-content: flex-end;
        padding-top: 20px;
        padding-bottom: 30px;
        order: 1;
        margin: 0 15px;
    }
    .half-image .text-area .text-box {
        width: 100%;
        padding: 0;
    }
    .half-image .text-area .text-box p {
        padding-right: 0px;
    }
    .half-image .text-area .text-box .btn-yellow {
        margin-top: 1em;
    }
    .half-image .image-area {
        padding: 0 15px;
        order: 2;
        margin: 0 15px;
    }
    .half-image .image-area .img-box {
        padding-top: 80%;
        min-height: 377px;
    }
    .half-image .image-area .img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .half-image.mt-minus {
        margin-top: 0px;
    }
    .half-image.align-center .text-area {
        padding-top: 30px;
        padding-bottom: 30px;
        align-items: center;
    }
    .half-image.bg-dark {
        padding-bottom: 50px;
    }
    .half-image.bg-dark > .container {
        margin-bottom: -100px;
    }
}
.explore-services {
    background: #f7f0e4;
    border: 1px solid #f9bd40;
    padding: 135px 0 100px;
}
.explore-services > .container > .row {
    width: 84%;
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    .explore-services > .container > .row {
        width: 100%;
        padding: 0 15px;
    }
}
@media (max-width: 767.98px) {
    .explore-services {
        padding: 150px 0 35px;
    }
}
.custom-quote {
    padding: 80px 0;
}
.custom-quote__box .box-info {
    border: none;
    background: #fff;
    padding: 70px 60px 55px;
    height: calc(100% - 35px);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
}
.custom-quote.color-bg {
    padding: 100px 0;
}
.custom-quote.color-bg .custom-quote__box .box-info {
    background: #f7f0e4;
    border-radius: 2px;
}
@media (max-width: 767.98px) {
    .custom-quote__box .box-info {
        border: none;
        background: #fff;
        height: calc(100% - 35px);
        padding: 70px 30px 55px;
        margin: 0 10px;
    }
    .custom-quote__box .box-info h3 {
        font-size: 20px;
        line-height: 33px;
        padding: 0 5px;
    }
    .custom-quote__box .box-info p {
        font-size: 16px;
        line-height: 28px;
    }
}
.custom-quote__box p a {
    color: inherit;
}
.sizing .container {
    max-width: 1060px;
}
.sizing .container p.legend {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.sizing .container .table-sizing {
    background: #f7f0e4;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    padding: 35px;
}
.sizing .container .table-sizing table {
    width: 100%;
}
.sizing .container .table-sizing table tr td {
    font-family: "Avenir Next Demi";
    width: 20%;
    text-align: center;
    padding: 20px 5px;
    font-size: 30px;
    line-height: 1.467;
    color: #ffb824;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
}
.sizing .container .table-sizing table tr td .operator {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #111;
    top: -5px;
    position: relative;
    margin: 0 10px;
}
.sizing .container .table-sizing table tr td:last-child {
    border-right: none;
}
.sizing .container .table-sizing table tr:last-child td {
    border-bottom: none;
}
@media (max-width: 991.98px) {
    .sizing .container .table-sizing {
        background: #f7f0e4;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
        padding: 25px;
    }
    .sizing .container .table-sizing table tr td {
        font-size: 22px;
    }
    .sizing .container .table-sizing table tr td .operator {
        top: -4px;
    }
}
@media (max-width: 767.98px) {
    .sizing .container .table-sizing {
        padding: 25px;
        overflow-x: auto;
        margin-left: 0px;
        margin-right: 0px;
    }
    .sizing .container .table-sizing table {
        min-width: 768px;
    }
    .sizing .container .table-sizing table tr td {
        padding: 15px 5px;
    }
    .sizing .container .table-sizing::-webkit-scrollbar {
        width: 100%;
    }
    .sizing .container .table-sizing::-webkit-scrollbar-track {
        background: #fff;
        width: 165px;
        height: 35px;
        border: 1px solid #f0f0f0;
    }
    .sizing .container .table-sizing::-webkit-scrollbar-thumb {
        background: #f9bd40;
        box-shadow: inset 0px 1px 3px #e3a422;
        border-radius: 5px;
        height: 32px;
    }
    .sizing .container .table-sizing::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}
.get-quote-form {
    background: #f7f0e4;
    padding: 100px 0 70px;
    margin-top: 90px;
}
.get-quote-form p a {
    color: inherit !important;
}
.get-quote-form .quote-form {
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
}
.get-quote-form .quote-form label {
    font-family: "Libre Baskerville", serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #3a3537 !important;
    margin: 0;
}
.get-quote-form .quote-form input,
.get-quote-form .quote-form select,
.get-quote-form .quote-form textarea {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f9bd40 !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    font-family: "Avenir Next" !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #666 !important;
    min-height: 44px !important;
}
.get-quote-form .quote-form input:focus,
.get-quote-form .quote-form select:focus,
.get-quote-form .quote-form textarea:focus {
    border-bottom: 1px solid #3a3537;
}
.get-quote-form .quote-form textarea {
    resize: none;
    height: 104px !important;
}
.get-quote-form .quote-form select {
    appearance: none;
    moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../../images/svg/select-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    padding-right: 35px !important;
}
.get-quote-form .quote-form small {
    margin-top: -15px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.get-quote-form .quote-form .submit {
    text-align: center;
    margin-top: 30px;
}
.get-quote-form .gform_wrapper ul li.gfield {
    margin: 0 !important;
}
@media (max-width: 991.98px) {
    .get-quote-form {
        padding: 75px 0;
    }
    .get-quote-form .quote-form .submit {
        margin-top: 60px;
        padding-top: 40px;
    }
}
@media (max-width: 767.98px) {
    .get-quote-form {
        padding: 75px 10px;
        margin-top: 10px;
    }
    .get-quote-form .quote-form input,
    .get-quote-form .quote-form select,
    .get-quote-form .quote-form textarea {
        border: none;
        border-bottom: 1px solid #f9bd40;
    }
    .get-quote-form .quote-form .submit {
        margin: 60px 20px 0;
        padding-top: 80px;
    }
}
.mulch-types {
    background: #f7f0e4;
    border: 1px solid #f9bd40;
    padding: 100px 0 60px;
}
.mulch-types p span {
    display: inline-block !important;
}
@media (max-width: 767.98px) {
    .mulch-types {
        padding: 150px 0 35px;
    }
    .mulch-types .row {
        margin: 0;
    }
}
.process {
    margin: 125px 0 50px;
    padding: 40px 0;
    background-size: cover;
    position: relative;
}
.process .process-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.process .process-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process .process-box {
    width: 1230px;
    max-width: 90%;
    background: #fff;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
    float: right;
    padding: 90px 125px;
}
.process .process-box .process-li {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 107px;
    margin-bottom: 50px;
}
.process .process-box .process-li:last-child {
    margin-bottom: 0;
}
.process .process-box .process-li .li-number {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #3a3537;
    background: #f7f0e4;
    border: 2px solid #f9bd40;
    box-sizing: border-box;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -180px;
}
.process .process-box .process-li .li-content {
    max-width: 730px;
}
.process .process-box .process-li .li-content p {
    margin-bottom: 0;
}
.process .process-box .process-li .li-content p span {
    display: inline-block !important;
}
@media (max-width: 991.98px) {
    .process {
        margin: 50px 0;
        padding: 75px 0 60px;
    }
    .process .process-box {
        width: 610px;
        max-width: 90%;
        padding: 65px 75px;
    }
    .process .process-box .process-li {
        min-height: 94px;
    }
    .process .process-box .process-li .li-number {
        width: 94px;
        height: 94px;
        left: -120px;
    }
}
@media (max-width: 767.98px) {
    .process {
        margin: 120px 0 20px;
        padding: 50px 0 75px;
    }
    .process .process-box {
        width: 300px;
        max-width: 85%;
        padding: 40px 25px 25px 70px;
    }
    .process .process-box .process-li {
        min-height: 75px;
    }
    .process .process-box .process-li .li-number {
        width: 75px;
        height: 75px;
        left: -108px;
    }
    .process .process-box .process-li .li-content h3 {
        line-height: 33px;
    }
}
.content-dark {
    padding: 110px 0;
    margin: 100px 0;
    position: relative;
}
.content-dark .content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content-dark .content-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-dark .content-box {
    width: 852px;
    max-width: 85%;
    float: left;
    background: #3a3537;
    padding: 60px 150px;
}
.content-dark .content-box h2,
.content-dark .content-box p {
    width: 460px;
    color: #fff;
}
@media (max-width: 991.98px) {
    .content-dark {
        padding: 75px 0;
        margin: 50px 0;
    }
    .content-dark .content-box {
        width: 437px;
        float: left;
        background: #3a3537;
        padding: 55px 45px;
    }
    .content-dark .content-box h2,
    .content-dark .content-box p {
        width: 315px;
        color: #fff;
    }
    .content-dark .content-box h2 {
        font-size: 25px;
        line-height: 42px;
    }
    .content-dark .content-box p {
        font-family: "Avenir Next";
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 767.98px) {
    .content-dark {
        padding: 65px 0;
        margin: 65px 0;
    }
    .content-dark .content-box {
        width: 347px;
        max-width: 100%;
        float: left;
        background: #3a3537;
        padding: 45px 25px 25px;
    }
    .content-dark .content-box h2,
    .content-dark .content-box p {
        width: unset;
        color: #fff;
    }
    .content-dark .content-box h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .content-dark .content-box p {
        line-height: 28px;
        font-family: "Libre Baskerville", serif;
    }
}
.contact-form {
    padding-top: 200px;
    padding-bottom: 85px;
}
.contact-form .container {
    max-width: 855px;
}
.contact-form .container h1 {
    color: #3a3537;
    text-shadow: none;
    margin-bottom: 0;
}
.contact-form .container .gform_wrapper ul li.gfield {
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}
.contact-form .container .form-area {
    width: 445px;
    max-width: 100%;
    background: #f7f0e4;
    padding: 33px 45px 45px;
}
.contact-form .container .form-area label {
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #3a3537;
    margin-bottom: 5px;
}
.contact-form .container .form-area input,
.contact-form .container .form-area textarea {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: 1px solid #f9bd40;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: "Avenir Next";
    font-size: 12px;
    line-height: 18px;
    color: #666;
    min-height: 44px;
}
.contact-form .container .form-area input:focus,
.contact-form .container .form-area textarea:focus {
    border-bottom: 1px solid #3a3537;
}
.contact-form .container .form-area textarea {
    resize: none;
    margin-bottom: 0;
    height: 140px !important;
}
.contact-form .container .form-area ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.contact-form .container .form-area .submit {
    border-top: 0;
    margin-top: 0;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
.contact-form .container .form-area div.ginput_container {
    margin: 0 !important;
}
.contact-form .container .info-area h4 {
    margin-bottom: 0;
    padding-top: 5px;
}
.contact-form .container .info-area p a {
    color: inherit;
}
@media (max-width: 991.98px) {
    .contact-form {
        padding-top: 125px;
    }
    .contact-form .container {
        padding: 0px 40px;
    }
    .contact-form .container h1 {
        font-size: 30px;
    }
    .contact-form .container .contact-desc {
        max-width: 80%;
    }
    .contact-form .container .form-area {
        max-width: 95%;
    }
}
@media (max-width: 767.98px) {
    .contact-form .container {
        padding: 0px 30px;
    }
    .contact-form .container h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .contact-form .container .contact-desc {
        max-width: 100%;
    }
    .contact-form .container .form-area {
        max-width: 100%;
        padding: 30px;
        margin-bottom: 85px;
    }
    .contact-form .container .info-area p a {
        color: #212529;
    }
}
.modal-get-quote .quote-form {
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
}
.modal-get-quote .quote-form label {
    font-family: "Libre Baskerville", serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #3a3537 !important;
    margin: 0;
}
.modal-get-quote .quote-form input,
.modal-get-quote .quote-form select,
.modal-get-quote .quote-form textarea {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f9bd40 !important;
    box-sizing: border-box !important;
    margin-bottom: 20px !important;
    font-family: "Avenir Next" !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #666 !important;
    min-height: 44px !important;
}
.modal-get-quote .quote-form input:focus,
.modal-get-quote .quote-form select:focus,
.modal-get-quote .quote-form textarea:focus {
    border-bottom: 1px solid #3a3537 !important;
}
.modal-get-quote .quote-form textarea {
    resize: none !important;
    height: 104px !important;
}
.modal-get-quote .quote-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../../images/svg/select-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    padding-right: 35px !important;
}
.modal-get-quote .quote-form small {
    margin-top: -15px !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #666 !important;
}
.modal-get-quote .quote-form .submit {
    text-align: center;
    margin-top: 30px;
}
.modal-get-quote .gform_wrapper ul li.gfield {
    margin: 0 !important;
}
.gform_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    max-width: 100%;
}
.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .validation_message {
    padding-top: 0 !important;
    margin-top: -15px !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
}
#gform_wrapper_2 .field_description_below .gfield_description,
#gform_wrapper_2 .validation_message {
    margin-top: 0px !important;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    clear: both !important;
    width: 100% !important;
}
.gform_wrapper div.validation_error {
    display: none !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255, 223, 224, 0.2) !important;
    margin-bottom: 0px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box !important;
}
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    div.ginput_container,
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    label.gfield_label {
    margin-top: 0 !important;
}
.gform_confirmation_message {
    text-align: center;
    font-weight: 600;
    padding: 50px 0;
}
@media (max-width: 991.98px) {
    body .btn-yellow {
        min-width: 154px;
    }
    .quote-form .submit {
        margin-top: 5px !important;
    }
    .get-quote-form .quote-form .submit {
        margin: 15px 0 !important;
        padding-top: 0 !important;
    }
}
.feed__hero {
    height: 475px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    background-color: rgba(58, 53, 55, 0.75);
}
@media (max-width: 1100px) {
    .feed__hero {
        padding: 16px 0;
        height: 307px;
    }
}
@media (max-width: 600px) {
    .feed__hero {
        padding: 16px 0;
    }
}
.feed__image-background {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.feed__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.feed__container {
    width: 77%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
@media (max-width: 1100px) {
    .feed__container {
        width: 91%;
    }
}
.feed__eyebrow {
    color: #f9bd40;
    font-size: 18px;
    line-height: 25px;
}
.feed__feed {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(
        0deg,
        #f7f0e4 0px,
        #f7f0e4 432px,
        #f9bd40 432px,
        #f9bd40 436px,
        transparent 436px
    );
}
.feed__grid {
    max-width: 1110px;
    width: 77%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 64px 0;
    row-gap: 80px;
    column-gap: 60px;
}
@media (max-width: 1100px) {
    .feed__grid {
        padding: 40px 0;
        column-gap: 20px;
        width: 91%;
    }
}
@media (max-width: 600px) {
    .feed__grid {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        gap: 64px;
    }
}
.feed__card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 2px 16px 3px rgba(0, 0, 0, 0.15);
}
.feed__card img {
    height: 231px;
    width: 100%;
    object-fit: cover;
}
.feed__card--title,
.feed__card--description,
.feed__cta--title,
.feed__cta--description {
    color: #3a3537;
}
.feed__card--title {
    margin-top: 32px;
}
.feed__card--description {
    margin-bottom: 32px;
}
.feed__pagination {
    grid-column: 1/3;
}
.feed__cta {
    background-color: #f7f0e4;
    padding: 48px 0;
}
@media (max-width: 1100px) {
    .feed__cta {
        padding: 32px 0;
    }
}
@media (max-width: 600px) {
    .feed__cta {
        padding: 48px 0;
    }
}
.feed__cta--btn {
    border: none !important;
    cursor: pointer;
}
.feed__cta--container {
    max-width: 1110px;
    width: 77%;
    margin: 0 auto;
    padding: 64px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: 0px 2px 16px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
    .feed__cta--container {
        width: 91%;
        padding: 64px 48px;
    }
}
@media (max-width: 600px) {
    .feed__cta--container {
        margin: 0 22px;
        padding: 64px 48px;
    }
}
.feed__cta--heading,
.feed__cta--description {
    text-align: center;
}
.feed__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: "Avenir Next";
    font-weight: 500;
}
.feed__pagination-btn {
    font-size: 18px;
    line-height: 25px;
    color: #3a3537;
    height: 37px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: border 0.3s;
}
.feed__pagination-btn--active {
    background-color: #f9bd40;
}
.feed__pagination-btn:hover {
    border: 1px solid #f9bd40;
    text-decoration: none;
    color: #3a3537;
}
.feed__pagination--arrow {
    height: 37px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feed__pagination--arrow--prev {
    transform: rotate(180deg);
}
.feed__pagination--arrow svg {
    height: 12px;
}
.feed__pagination--arrow svg path {
    transition: fill 0.3s;
}
.feed__pagination--arrow:hover svg path {
    fill: #f9bd40;
}
.blog__hero {
    margin-top: 215px;
    margin-bottom: 40px;
    width: 100%;
    gap: 22px;
    background-image: linear-gradient(90deg, #3a3537 58%, transparent 58%);
}
.blog__hero--content {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    padding: 62px min(782px, 55%) 62px min(200px, 14%);
    row-gap: 22px;
}
@media (max-width: 1100px) {
    .blog__hero--content {
        padding: 54px min(330px, 44%) 54px min(100px, 14%);
        row-gap: 16px;
    }
}
@media (max-width: 600px) {
    .blog__hero--content {
        padding: 48px min(121px, 30%) 48px 22px;
    }
}
@media (max-width: 1100px) {
    .blog__hero {
        margin-top: 150px;
        margin-bottom: 16px;
        background-image: linear-gradient(90deg, #3a3537 72%, transparent 72%);
    }
}
@media (max-width: 600px) {
    .blog__hero {
        margin-top: 132px;
        margin-bottom: 0px;
        background-image: linear-gradient(90deg, #3a3537 84%, transparent 84%);
    }
}
.blog__hero--heading {
    color: #fff;
    margin: 0px;
}
.blog__hero--description {
    color: #fff;
    margin: 0px;
}
.blog__cta {
    padding: 48px 0;
}
@media (max-width: 1100px) {
    .blog__cta {
        padding: 32px 0;
    }
}
@media (max-width: 600px) {
    .blog__cta {
        padding: 48px 0px;
    }
}
.blog__cta--container {
    max-width: 1110px;
    width: 77%;
    margin: 0 auto;
    padding: 64px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: 0px 2px 16px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
    .blog__cta--container {
        width: 91%;
        padding: 64px 0;
    }
}
@media (max-width: 600px) {
    .blog__cta--container {
        padding: 64px 22px;
    }
}
.blog__cta--btn {
    border: unset;
    cursor: pointer;
}
.blog__cta--heading,
.blog__cta--description {
    text-align: center;
}
.blog-image {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px min(366px, 26%);
}
@media (max-width: 1100px) {
    .blog-image {
        padding: 40px min(100px, 14%);
    }
}
@media (max-width: 600px) {
    .blog-image {
        padding: 40px 22px;
    }
}
.blog-image__img {
    width: 100%;
    object-fit: cover;
}
.blog-spacer {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}
@media (max-width: 600px) {
    .blog-spacer {
        padding: 10px 0px;
    }
}
.blog-spacer > svg {
    width: 36px;
    aspect-ratio: 1/1;
}
@media (max-width: 1100px) {
    .blog-spacer > svg {
        width: 30px;
    }
}
@media (max-width: 600px) {
    .blog-spacer > svg {
        width: 24px;
    }
}
.blog-textBox {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px min(200px, 14%);
}
@media (max-width: 1100px) {
    .blog-textBox {
        padding: 40px min(100px, 14%);
    }
}
@media (max-width: 600px) {
    .blog-textBox {
        padding: 40px 22px;
    }
}
.blog-textBox a {
    text-decoration: underline;
    color: #eaaa24;
}
.blog-textBox a:hover {
    color: #0056b3;
}
.blog-quoteBox {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px min(200px, 14%);
}
@media (max-width: 1100px) {
    .blog-quoteBox {
        padding: 40px min(100px, 14%);
    }
}
@media (max-width: 600px) {
    .blog-quoteBox {
        padding: 40px 22px;
    }
}
.blog-quoteBox__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f0e4;
    box-shadow: 0px 2px 16px 3px rgba(0, 0, 0, 0.15);
    row-gap: 16px;
    color: #3a3537;
    padding: 53px min(180px, 18%);
}
@media (max-width: 1100px) {
    .blog-quoteBox__card {
        padding: 40px min(40px, 8%);
        row-gap: 28px;
    }
}
@media (max-width: 600px) {
    .blog-quoteBox__card {
        padding: 32px min(35px, 12%);
        row-gap: 30px;
    }
}
.blog-quoteBox__quote-icon {
    width: 35px;
}
@media (max-width: 1100px) {
    .blog-quoteBox__quote-icon {
        margin-bottom: 12px;
    }
}
@media (max-width: 600px) {
    .blog-quoteBox__quote-icon {
        margin-bottom: 2.5px;
    }
}
.blog-quoteBox__quote {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}
@media (max-width: 600px) {
    .blog-quoteBox__quote {
        font-size: 20px;
        line-height: 30px;
    }
}
.blog-quoteBox__identity-box {
    text-align: center;
}
.blog-quoteBox__name {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0px;
}
.blog-quoteBox__title {
    font-family: "Avenir Next";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0px;
} /*# sourceMappingURL=theme.css.map */
