:root {
    /* --- colors --- */
    --rp-red: var(--brand-blue);
    --white: #FFFFFF;
    --dark-grey: var(--brand-grey);

    --rp-radius: 0;
}

html {
    font-size: 16px;
}

html,
body {
    overflow-x: hidden!important;
}
body {

}
body, p, a {
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--brand-grey)
}
.container-fluid {
    width: 100%;
    max-width: 2200px;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1400px;
    max-width: 100%;
    padding-left:25px;
    padding-right: 25px;
}

img {
    max-width: 100%;
}
p:empty {
    display: none;
}
a,
a:before,
a:after {
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a,
a:visited,
a:focus {
}
a:hover {
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
a.fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a.fill.videoPlayBtn {

}
a.fill.videoPlayBtn:hover {
    opacity: 0.75;
}
.bg-image-absolute {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
ins span.woocommerce-Price-amount bdi{
    text-decoration: none !important;
}
ins{
    text-decoration: none !important;
}
.border-bottom-grey {
    border-bottom: 2px solid #DCDCDC;
}
form.woocommerce-cart-form ins {
    display: block;
}
.static {
    position: static;
}
a.read-more-button {

}
.grid-margin {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-padding,
.gp {
    padding: 15px;
}
body {

}
h1,h2,h3,h4,h5,h6 {

}

b {

}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featherlight .featherlight-content {
    padding: 0;
    border-bottom: none;
}
/** Desktop type styles **/

h1 {
}


h2 {

}
h3 {

}
h4 {

}

h6 {

}

.s13 {
    font-size: 13px;
}
.fullwidth {
    width: 100%;
}
.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
button {
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.uppercase {
    text-transform: uppercase;
}
.font-weight-normal {
    font-weight: normal!important;
}
p.accent {
    font-family: "Mona Sans", sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--rp-red);
}
.rounded-corners {
    border-radius: var(--rp-radius);
    overflow: hidden;
}
header {

}

header.sticky {
    /*position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;*/
}
header.plain {
}
header.plain .container {
    border-bottom: 1px solid #DCDCDC;
}
header.plain .checkout-label img{
    max-height: 20px;
}
header.plain .checkout-label span{
    margin-left:10px;
}

footer.plain{
    background-color: transparent;
    color: #B3B3B3;
}
footer.plain .container {
    border-top: 1px solid #DCDCDC;
    padding: 30px 25px;
}
footer.plain .footer-bottom p,
footer.plain .footer-bottom a,
footer.plain .footer-copyright span{
    color: #B3B3B3;
}

.top-header-bar{
    background-color: var(--dark-grey);
}
.top-header-nav li {
    margin: 5px 0;
}
.top-header-nav li:last-of-type a {
    border-right: none;
}
.top-header-nav li a {
    color: #fff;
    text-decoration: none!important;
    padding: 0 13px;
    font-family:  futura-pt, sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    border-right: 1px solid white;
}
.top-header-nav li:last-of-type a{
    border-right: none;
}
.icon-menu li  {
    padding-right: 45px;
}
.icon-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family:  futura-pt, sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--brand-grey);
    text-decoration: none!important;
}
.icon-menu li a:before {
    content: "";
    width: 23px;
    height: 27px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 8px;
}

a.nav-quote {
    position: relative;
}
a.nav-branches:before {
    background-image: url('../img/nav_branches.svg');
}
a.nav-quote:before {
    background-image: url('../img/icon_basket.svg');
}
a.nav-account:before{
    background-image: url('../img/nav_account.svg');
}
a.nav-our-group:before{
    background-image: url('../img/icon_our-group.svg');
}
a.nav-quote span {
    font-family: "Mona Sans", sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: var(--rp-red);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: -6px;
}
a.nav-quote span:empty {
    display: none;
}
header .dynamicSearch {
    width: 100%;
}
.woocommerce-product-and-category-search-form-container {
    position: relative;
}
input[type='search'].woocommerce-product-and-category-search-input {
    width: 100%;
    color: var(--brand-grey);
    background-image: url('../img/icon_search_magnifier.svg')!important;
    background-position: right 14px center!important;
    background-size: 20px 20px!important;
    background-repeat: no-repeat!important;
}
input.fake-search-submit-button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50px;
    background-color: transparent!important;
    overflow: hidden!important;
    font-size: 1px;
    color: transparent;
    text-indent: 1000px;
}
.woocommerce-product-and-category-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: var(--brand-grey);
}
.woocommerce-product-and-category-search-input::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: var(--brand-grey);
}
.woocommerce-product-and-category-search-input:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    color: var(--brand-grey);
}
.woocommerce-product-and-category-search-input:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: var(--brand-grey);
}
#menuOpen  .icon-bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222321;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menuOpen {
    padding: 0;
    width: 18px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 15px;
}
#menuOpen span:nth-child(1) {
    top: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    /*width:15px;*/
}
#menuOpen span:nth-child(3) {
    top: 17px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
}
#menuOpen.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}#menuOpen.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 24px;
     left: 5px;
 }
#menu-main_menu li a {

}
#menu-main_menu li a:hover,
#menu-main_menu li:last-of-type a:hover {

}
.navbar-brand {
    padding: 0;
    /*height: 48px;*/
    margin-right: 20px;
    width: 45%;
}

img.logo {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    max-width: none;
}
.relative {
    position: relative;
}

footer {
}
footer a:hover {
    opacity: 0.75;
}
.footer-columns > .column {
}
footer .klaviyoSignupHorizontalBar.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
p.footer-menu-heading {
    letter-spacing: 0px;
    color: var(--brand-grey);
    font-family: futura-pt, sans-serif;
    font-size: 21px;
    line-height: 23px;
    font-weight: 700;
}
.footer-nav {

}
.footer-nav li {
    display: block;
    width: 100%;
}
.footer-nav li a {


}
.footer-nav-column li {
    width: 100%;
}
.footer-nav-column li a {
    display: inline-block;
    text-align: left;
    font: normal normal normal 17px/24px Futura PT;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--brand-grey);
    padding: 7px 0;
    text-decoration: none!important;
}
.footer-nav-column li a:hover {
    opacity: 0.65;
}
ul.social-links li {
    display: inline-block;
    margin-right: 24px;
}
ul.social-links li a {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

ul.social-links li a.facebook {
    background-image: url('../img/ico_facebook.svg');
}
ul.social-links li a.twitter {
    background-image: url('../img/ico_twitter.svg');
}
ul.social-links li a.youtube {
    background-image: url('../img/ico_youtube.svg');
}
ul.social-links li a.instagram {
    background-image: url('../img/ico_instagram.svg');
}
ul.social-links li a.linkedin {
    background-image: url('../img/ico_linkedin.svg');
}
.footer-top {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}
.footer-bottom  {

}
.footer-bottom p,
.footer-bottom a {
    text-decoration: none!important;
    margin-bottom: 0;
}
footer .social-links {

}
footer .social-links a {
    margin-right: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.footer-copyright span {
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--brand-grey);
}
a.nwlink {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #5E5E5E;
}
#menu-footer_bottom_menu li {
    padding: 0 10px 0 0;
    /*border-right: 1px solid var(--brand-blue)*/
}
#menu-footer_bottom_menu li:first-of-type {
    padding-left: 0;
}
#menu-footer_bottom_menu li:last-of-type:after {
    display: none;
}
#menu-footer_bottom_menu li:after {
    content: "|";
    color: var(--brand-blue);
	font-size: 15px;
}
#menu-footer_bottom_menu li a {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #5E5E5E;
    padding-right: 10px;
}
span.copyright-text {
    color: #5E5E5E;
}
.white_bg {
    background-color: #fff;
}
.grey_bg {
    background-color: #F5F5F5;
}
.dark_bg {

}
.grey {
}
.white {
    color: #fff;
}

.featherlight-next:hover,
.featherlight-previous:hover {
    background: transparent;
}
.featherlight-next span, .featherlight-previous span {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.featherlight-next span {
    background-image: url('../img/lightbox-button-right.svg');
}
.featherlight-previous span {
    background-image: url('../img/lightbox-button-left.svg');
}
.featherlight-next span img.emoji, .featherlight-previous span img.emoji {
    display: none!important;
}

.image-square {
    position: relative;
    width:100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.image-4-3 {
    position: relative;
    width:100%;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.image-square.object > img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-rectangle-3-1 {
    position: relative;
    width:100%;
    padding-bottom: 33.3333%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.image-16-9 {
    position: relative;
    width:100%;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

a.button,
input[type="button"],
button {
    display: inline-block;
    text-align: center;
    text-decoration: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
a.button:hover {

}
a.button.large {


}
a.button.extra-large {

}
a.button.secondary {

}
a.button.hide-when-aria-expanded[aria-expanded="true"],
.nw-btn.hide-when-aria-expanded[aria-expanded="true"] {
    display: none;
}


/***** NAV *****/
.nav.account a {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.nav.account li {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav.account li:last-of-type {
    margin-right: 0;
}


.account .ico-contact a {

}
.account .ico-wishlist a {

}
.account .ico-account a {

}
.account .ico-cart a  {

}

.account .ico-cart a span {
}
.account .ico-cart a span:empty {

}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grey-bg {
    background-color: #F5F5F5;
}
.white-bg-box {
    background-color: #FFFFFF;
}
.round-corners-box {
    border-radius: 0px;
}
@media(max-width: 767px) {
    .round-corners-box-mobile {
        border-radius: 0px;
    }
}
.top-round-corners-box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.content-box,
.content-box-without-padding {
    margin-bottom: 35px;
}

.content-box {
    padding: 32px;
}
.content-box-without-padding {
    padding: 0;
}

.red-bg {
    background-color: var(--brand-blue);
}
.red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg h6,
.red-bg p, .red-bg ul li, .red-bg ol li {
    color: #FFFFFF;
}

.red-bg .nw-btn,
.red-bg button.nw-btn {
    color: var(--brand-grey) !important;
    background: #fff !important;
}
.red-bg .nw-btn:hover, .red-bg .nw-btn:focus, .red-bg .nw-btn:active,
.red-bg button.nw-btn:hover, .red-bg button.nw-btn:focus, .red-bg button.nw-btn:active {
    background-color: var(--brand-grey) !important;
    color: #fff !important;
}

.red-text {
    color: var(--brand-blue);
}
.black-bg {
    background-color: var(--brand-grey);
}
.black-text {
    color: var(--brand-grey);
}

p,
ul,
ul li,
ol,
ol li,
a {
    font-family: "Mona Sans", sans-serif;;
}

p,
ul,
ul li,
ol,
ol li {
    color: var(--brand-grey);
}

div#main-content ul li,
div#main-content ol li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.three-col-grid {
    margin-top: 36px;
}
.three-col-team-grid .team-grid-box {
    padding-bottom: 36px;
}

.cursor-pointer {
    cursor: pointer;
}

a.red-link,
a.red-link:hover,
a.red-link:visited {
    color: var(--brand-blue);
    text-decoration: underline;
}
a.red-arrow-after::after {
    content: "";
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-left: 7px;
    background-image: url('../img/red_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.tile-portrait {
    padding-top: 105.34%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: var(--rp-radius);
    overflow: hidden;
}

a.loadMoreResultsByShow {
    cursor: pointer;
}

.one-hundred-height {
    height: 100%;
}

.bordered-box {
    border: 2px solid #DCDCDC;
    padding: 30px;
}
.black-border-box {
    border: 2px solid var(--brand-grey);
}
.job-details-box {
    padding: 30px;
    margin-bottom: 60px;
}

ul.icon-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
div#main-content ul.icon-list li.icon-list-item {
    margin-bottom: 20px;
}
div#main-content ul.icon-list img.list-item-icon {
    margin-right: 20px;
    width: 22px;
    height: 22px;
}

ul.two-col-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.two-col-icon-list li.two-col-icon-list-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 50px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.bordered-box {

}
.result-box {
    border: 2px solid #DCDCDC;
    border-radius: 0px;
    padding: 25px;
    margin-bottom: 20px;
}
.top-and-bottom-border-result-box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #DCDCDC;
}
.border-under-heading {
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 10px;
}

p.post-meta-data-text {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #A1A1A1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.container.no-container-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.website-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}
.one-col-post-container {
    margin-bottom: 50px;
}

blockquote {
    padding-left: 1.563rem;
    border-left: 2px solid #FFD119;
    margin-top: 40px;
    margin-bottom: 40px;
}

blockquote,
blockquote p {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: var(--brand-grey);
}

p.shareThis {
    font-family: "Mona Sans", sans-serif;
    font-weight: 600;
}

h1.standard-case-h1 {
    font-family: "Mona Sans", sans-serif;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 2.5rem;
    text-transform: none;
}

.add-top-grey-border {
    border-top: 1px solid #DCDCDC;
}
.add-bottom-grey-border {
    border-bottom: 1px solid #DCDCDC;
}

.nw-btn.medium.pill,
.nw-btn.pill{
    background-color: #F5F5F5;
    border-radius: 0px;
    font-size: 20px;
    line-height: 20px;
    color: var(--brand-grey)!important;
}
.nw-btn.pill:hover,
.nw-btn.pill:focus,
.nw-btn.pill.active {
    background-color: var(--brand-grey);
    color: #F5F5F5!important;
}
.content-pills-sections .tab-panel {
    display: none;
}

.content-pills-sections .tab-panel.active {
    display: block;
}
p.section-link {
    margin-bottom: 5px;
}
p.section-link span {
    font-family: "Mona Sans", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
}
p.section-link a {
    color: var(--brand-grey);
    text-decoration: underline;
}
p.section-link a:hover {
    color: var(--brand-blue);
}

a.grey-link,
a.grey-link:hover,
a.grey-link:active,
a.grey-link:visited {
    color: #5E5E5E;
    text-decoration: underline;
}

a.read-more-link,
a.read-more-link:hover,
a.read-more-link:active,
a.read-more-link:visited {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: var(--brand-grey);
    text-decoration: underline;
}
footer .klaviyoSignupHorizontalBar a,
footer .klaviyoSignupHorizontalBar a:hover,
footer .klaviyoSignupHorizontalBar a:visited {
    color: #D8D8D8;
}

.pastelGreenBg {
    background-color: #E8F2E4;
}
.pastelRedBg {
    background-color: #FCE5E6;
}
.pastelBlueBg {
    background-color: #DDF2FD;
}
.lightGreyBg {
    background-color: #f5f5f5 ;
}
.formBgSection {
    padding: 30px;
    margin-bottom: 30px;
    min-width: 100%;
}

.pastelRedBg .checkboxGroupBlock {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 10px 0 10px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.wpforms-label-hide,
.wpforms-sublabel-hide {
    display: none;
}
.wpforms-hidden {
    display: none !important;
}

.post-grid-item h5 a,
.two-columns-recent-posts h5 a {
    font-size: 1.125rem;
    line-height: 1.313rem;
    font-family: 'futura-pt-bold', sans-serif;
    font-weight: 700;
    color: var(--brand-grey);
    margin-bottom: .5rem;
    margin-top: 0;
    overflow-wrap: break-word;
    text-decoration: none;
}

.two-columns-recent-posts h3 a {
    font-size: 1.875rem;
    line-height: 2.0625rem;
    margin-bottom: 1.125rem;
    font-family: 'futura-pt-bold', sans-serif;
    font-weight: 700;
    color: var(--brand-grey);
    margin-top: 0;
    overflow-wrap: break-word;
    text-decoration: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* June 24 Updates */
footer {
    background-color: var(--dark-grey);
}
p.footer-menu-heading {
    color: #fff;
}
.footer-nav-column li a {
    color: #D8D8D8;
}
span.copyright-text {
    color: #B3B3B3;
}
#menu-footer_bottom_menu li a {
    color: #B3B3B3;
}
a.nwlink {
    color: #B3B3B3;
}
#menu-footer_bottom_menu li:after {
    color: #B3B3B3;
}
footer .klaviyoSignupHorizontalBar.container-fluid {
    background-color: var(--dark-grey);
}
footer .klaviyoSignupHorizontalBar.container-fluid h3 {
    color: #fff;
}
footer .klaviyoSignupHorizontalBar.container-fluid p {
    color: #D8D8D8;
}
footer .klaviyoSignupHorizontalBar input[type="text"] {
    background-color: #D8D8D8!important;
    border-color: #D8D8D8!important;
}
footer .klaviyoSignupHorizontalBar input[type="text"]::placeholder {
    color: var(--brand-grey);
}
ul.social-links li a {
    margin-right: 0px;
}
ul.social-links li {
    margin-right: 20px;
}
