/* True Food Kitchen - list styling */
.tfk-list { list-style: none; padding: 0; margin: 0; }
.tfk-list li { margin: 0; padding: 0; }
.tfk-list li ul { list-style: none; margin: 0; padding: 0; }
.tfk-list li ul li { margin: 0; padding: 0; }
.tfk-list li > [aria-expanded="false"] + ul { display: none; }
.tfk-list .group { margin-bottom: 13px; }
.tfk-list .group-title { background-color: #fff; border: none; color: #3B3D2F !important; font-family: 'ABC Repro Regular'; text-transform: capitalize !important; font-size: 18px; display: flex; padding: 9px; border-radius: 0px; align-items: center; position: relative; }
.tfk-list .group.state .group-title { text-transform: uppercase; }
.tfk-list .group.state:first-child { padding-top: 0.5rem; }
.tfk-list .group-title .icon { width: 36px; height: 36px; background-color: #3B3D2F; border-radius: 0px; margin-right: 12px; display: inline-flex; align-items: center; justify-content: center; vertical-align: bottom;  }
.tfk-list .group-title .icon:after { content: ''; width: 8px; height: 8px; border: 2px solid #EBEBE5; display: inline-block; border-left-color: transparent !important; border-bottom-color: transparent !important; transform: rotate(45deg); transition: all 0.25s ease-in-out; margin-left: -6px; }
.tfk-list .group-title[aria-expanded="true"] .icon:after { transform: rotate(135deg); margin: -8px 0 0 0; }
.tfk-list .group-content { padding: 12px 16px 12px 64px; background-color: #fff; box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
.tfk-list .group-content > li { border-bottom: 1px solid #3B3D2F; }
.tfk-list .group-content > li:last-of-type { border: none; }
.tfk-list .group .event { border: none; }
.tfk-list .location {  padding: 10px 0 12px 0; }
.tfk-list .location:not(:first-child) {  padding-top: 18px; }
.tfk-list .location li a { color: inherit !important; border: none; }
.tfk-list .location li a:hover { color: #3B3D2F !important; }
.tfk-list .location li.location-links a { background-color: #fff; color: #3B3D2F !important; font-family: 'ABC Repro Medium'; font-size: 10px; text-transform: inherit; padding: 4px 12px; transition: none; margin: 0 4px 8px 0; white-space: nowrap; display: inline-block; border-radius: 60px; border: thin solid #3B3D2F; }
.tfk-list .location li.location-links a:hover { background-color: #BCBBAE;}
.tfk-list .location li.location-links a.order-online { background-color: #3B3D2F; color: #EBEBE5 !important; }
.tfk-list .location li.location-links a.order-online:hover { background-color: #2F3027; }
.tfk-list .location .location-title { font-size: 16px; font-family: 'ABC Repro Regular'; line-height: 1.4; }
.tfk-list .location .location-status { font-size: 14px; }
.tfk-list .location .location-description { font-size: 14px; }
.tfk-list .location .location-phone { font-size: 14px; }
.tfk-list .location .location-address { font-size: 14px; margin-bottom: 0.5rem; }
.tfk-list .event { background-color: rgba(255, 255, 255, 0.2); border: 1px solid #d4d4d4; display: flex; align-items: center; margin: 8px 0; position: relative; }
.tfk-list .event .left { padding: 24px 5% 24px 5%; }
.tfk-list .event .left img { max-width: 300px; }
.tfk-list .event .right { padding: 24px 10% 24px 5%; text-align: left; font-size: 16px; }
.tfk-list .event .right .title { color: #3B3D2F; font-family: 'ABC Repro Medium'; font-size: 18px; text-transform: uppercase; }
.tfk-list .event .right .date { line-height: 16px; padding-bottom: 24px; }
.tfk-list .event .right .content { padding-bottom: 24px; }
.tfk-list .event .right .link a { display: inline-block;background-color: #3B3D2F; padding: 10px 48px; border-radius: 0px; border: 1px solid transparent; color: #fff !important; font-family: 'ABC Repro Medium'; font-size: 16px; text-transform: uppercase; }
.tfk-list .event .right .link a:hover { background-color: #fff; border-color: #3B3D2F; color: #3B3D2F !important; }
.tfk-list .event .right .edit { position: absolute; top: 10px; right: 10px; display: none; padding: 4px; }
.tfk-list .event:hover .right .edit { display: block; }
.tfk-list.type-catering .group-content > li { border-color: #edf1e9; }
.tfk-list.type-catering .catering a { padding: 12px; display: inline-block; color: #3B3D2F !important; }
.tfk-list.type-catering .catering a:after { color: #de0b3b !important; content: '\f1c1'; font-family: 'Font Awesome 5 Free'; padding: 0 8px; }

/* True Food Kitchen - Slick carousel styling */
.tfk-slider { background-color: #eee; transition: all 0.5s ease-in-out; min-height: 480px; padding: 0 !important; height: 48vh; }
.tfk-slider div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.tfk-slider .tfk-slide { opacity: 0; background-size: cover; background-position: center; }
.tfk-slider .tfk-slide.slide-bgpos-bottom { background-position: bottom center; }
.tfk-slider .tfk-slide.slide-bgpos-top { background-position: top center; }
.tfk-slider.slick-initialized .tfk-slide { opacity: 1; }
.tfk-slider .tfk-slide .item { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.tfk-slider .tfk-slide .item .content { position: static; padding: 12px 48px; }
.tfk-slider .tfk-slide.opaque-bar .item .content { position: relative; }
.tfk-slider .tfk-slide.opaque-bar .item .content:before { content: "";
    background-color: #3B3D2F;
    height: 115%;
    width: 200vw;
    position: absolute;
    top: -5%;
    left: -100%;
    z-index: 0;
    opacity: .9; }
.tfk-slider .tfk-slide .item .content > * { opacity: 0; }
.tfk-slider .tfk-slide .item .content h1 { color: #fff; text-transform: uppercase; margin: 0px; font-size: 24px !important; letter-spacing: normal; text-shadow: 0 0 2px #3B3D2F, 0 0 0 #3B3D2F;}
.tfk-slider .tfk-slide .item .content h2 { color: #fff; font-size: 80px !important; line-height: 0.78 !important; margin: 0; text-transform: uppercase; text-shadow: 0 0 2px #3B3D2F, 0 0 0 #3B3D2F;}
.tfk-slider .tfk-slide .item .content p { color: #fff; font-size: 28px; line-height: 32px; margin-bottom: 24px; }
.tfk-slider .tfk-slide .item .content a { display: inline-block; margin: 20px 0px 0px !important; background-color: #3B3D2F; border-radius: 100px; color: #ebebe5 !important; font-size: 16px; padding: 8px 58px; white-space: nowrap; }
.tfk-slider .tfk-slide .item .content a:hover { background-color: #35362B; border-color: transparent; }
.tfk-slider .tfk-slide .item .content a.inverse-btn { background-color: #D8D8D0; border-color: transparent; color: #3B3D2F !important; }
.tfk-slider .tfk-slide .item .content a.inverse-btn:hover { background-color: #BCBBAE; border-color: transparent; }
.tfk-slider .tfk-slide .item .content a.yellow-button { background-color: #EECC44; border-color: transparent; color: #3B3D2F !important; text-shadow: none; font-weight: 600; }
.tfk-slider .tfk-slide .item .content a.yellow-button:hover { background-color: #d6b83d; }
.tfk-slider .tfk-slide a.edit { color: #fff !important; display: none; animation: none; opacity: 1; border: none; background-color: #000; padding: 0 8px; position: absolute; top: 0; right: 0; }
.tfk-slider .tfk-slide a.edit span { padding: 4px 0 0 0; }
.tfk-slider .tfk-slide:hover a.edit { display: block; }
.tfk-slider .tfk-slide.dark-font .item .content h1, .tfk-slider .tfk-slide.dark-font .item .content h2, .tfk-slider .tfk-slide.dark-font .item .content p { color: #3B3D2F; text-shadow: unset; }
.tfk-slider.animating .tfk-slide .item .content > * { animation: fade-in 1s ease-in-out; animation-fill-mode: forwards; }
.tfk-slider.animating .tfk-slide .item .content h1 { animation-delay: 0.25s; }
.tfk-slider.animating .tfk-slide .item .content h2 { animation-delay: 0.5s; }
.tfk-slider.animating .tfk-slide .item .content p { animation-delay: 0.75s; text-shadow: 0 0 2px #000, 0 0 0 #000; }
.tfk-slider.animating .tfk-slide .item .content a { animation-delay: 1.0s; }
.tfk-slider.animating .tfk-slide .item .content a:hover { filter: brightness(0.9); }
.tfk-slider .slick-arrow { cursor: pointer; opacity: 0; background-color: #fff; border-radius: 50%; border: none; position: absolute; top: calc(50% - 16px); z-index: 1; font-size: 0; width: 32px; height: 32px; text-decoration: none; }
.tfk-slider:hover .slick-arrow, .slick-slider .slick-arrow:focus { opacity: 1; }
.tfk-slider .slick-arrow.slick-prev { left: 12px; }
.tfk-slider .slick-arrow.slick-next { right: 12px; }
.tfk-slider .slick-arrow:before { font-size: 32px; line-height: 12px; color: #000; }
.tfk-slider .slick-arrow.slick-prev:before { content: '\2039'; }
.tfk-slider .slick-arrow.slick-next:before { content: '\203A'; }
.tfk-slider .slick-dots { height: 64px; display: flex; align-items: center; justify-content: center; margin: 0; list-style: none; position: absolute; bottom: 0; width: 100%; line-height: 0; padding: 0; }
.tfk-slider .slick-dots li { display: inline-block; margin: 0 4px; list-style: none; line-height: 0; }
.tfk-slider .slick-dots li button { cursor: pointer; font-size: 0; background-color: transparent; border: 1px solid #fff; color: transparent; width: 16px; height: 16px; padding: 0; border-radius: 50%; }
.tfk-slider .slick-dots li.slick-active button { background-color: #fff; }
.tfk-slider .slick-dots .slider-toggle { background-color: #3B3D2F; font-family: 'ABC Repro Light'; font-size: 10px; line-height: 12px; color: #fff !important; padding: 3px 10px; margin: 0 4px; text-decoration: none; border-radius: 30px; }

/* animations */
@keyframes fade-in { 0% { opacity: 0; transform: translateY(64px); } 100% { opacity: 1; transform: translateY(0px); } }

@media (max-width: 800px) {
    .tfk-slider { height: 75vh; padding: 0; min-height: 480px; }
    .tfk-slider .tfk-slide .item .content { text-shadow: 0 0 2px #000; }
	/*.tfk-slider .tfk-slide .item .content h1 { font-size: 20px !important; line-height: 48px !important; outline: none; }*/
	/*.tfk-slider .tfk-slide .item .content h2 { font-size: 50px !important; line-height: 48px !important; margin-bottom: 16px; outline: none;  }*/
    .tfk-list .group-content { padding: 0; }
    .tfk-list .event { flex-wrap: wrap; }
    .tfk-list .event .left { width: 100%; padding: 24px 0 0; }
    .tfk-list .event .right { width: 100%; padding: 24px; text-align: center; }
}

@media ( max-width: 600px ) {
	.tfk-slider .tfk-slide .item .content h1 { font-size: 20px !important; }
	.tfk-slider .tfk-slide .item .content h2 { font-size: 50px !important; }
	.tfk-slider .tfk-slide .item .content p { font-size: 22px; line-height: 20px; }
}

/* True Food Kitchen - Hero styling */
.tfk-hero { min-height: 790px; position: relative; margin: 0 auto; padding: 0 !important; height: 60vh !important; }
.tfk-hero div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.tfk-hero .tfk-hero-image { background-size: cover; background-position: top center; }
.tfk-hero .tfk-hero-image.hero-layout-half { background-size: cover; background-position: center top; background-repeat: no-repeat; }
.tfk-hero .tfk-hero-image .item { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.tfk-hero .tfk-hero-image .item .content { background-color: rgba(188, 187, 174, 0.9); position: absolute; top: 0; left: 0; width: 40%; padding: 100px 50px; }

@media ( min-width: 768px ) {
    .tfk-hero .tfk-hero-image.hero-layout-full .item .content { border-bottom-right-radius: 12px; }
    .tfk-hero .tfk-hero-image.hero-layout-half .item { background-color: #bcbbae; justify-content: flex-end; width: 50%; height: 100%; }
    .tfk-hero .tfk-hero-image.hero-layout-half .item .content { position: static;  background-color: transparent; width: 75%; padding: 0 25px 0 0; flex: 0 1 auto; align-self: center; height: auto; text-align: left; }
    /*{ background-color: rgba( 217, 223, 118, 1); width: 75%; height: 100%; position: static;  flex: 0 1 auto; align-self: center; height: auto; }*/
}
/* use this if the image sizes are smaller for the 50/50 - right now we should use the same size regardless */
/*@media ( min-width: 992px ) {*/
/*    .tfk-hero .tfk-hero-image.hero-layout-half { background-size: 50% 100%; }*/
/*}*/

.tfk-hero .tfk-hero-image .item .content h1 {  margin: 0; text-align:left; }
.tfk-hero .tfk-hero-image.hero-layout-half .item .content h1 { margin: 0; font-size: 70px; }
.tfk-hero .tfk-hero-image.hero-layout-half .item .content h2 { margin: 0 0 16px; font-size: 50px; }
/*.tfk-hero .tfk-hero-image .item .content p { color: #fff; font-size: 28px; line-height: 32px; margin-bottom: 24px; }*/
.tfk-hero .tfk-hero-image .item .content a { display: inline-block; margin: 20px 0 0 !important; background-color: #3B3D2F; border-radius: 100px; color: #EBEBE5 !important; font-size: 16px; padding: 10px 32px; text-transform: uppercase; white-space: nowrap; text-decoration: none;}
.tfk-hero .tfk-hero-image .item .content a:hover { background-color: #35372b; border-color: transparent; }
.tfk-hero .tfk-hero-image a.edit { color: #fff !important; display: none; animation: none; opacity: 1; border: none; background-color: #000; padding: 0 8px; position: absolute; top: 0; right: 0; }
.tfk-hero .tfk-hero-image a.edit span { padding: 4px 0 0 0; }
.tfk-hero .tfk-hero-image:hover a.edit { display: block; }

@media ( max-width: 1399px ) {
    .tfk-hero .tfk-hero-image.hero-layout-half { background-position: center center; }
}

@media ( max-width: 1024px ) {
    .tfk-hero .tfk-hero-image .item .content { width: 45%; }
}

@media ( max-width: 800px ) {
    .tfk-hero .tfk-hero-image .item .content { width: 60%; }
    .tfk-hero .tfk-hero-image.hero-layout-full .item .content h1 { font-size: 50px !important; line-height: 54px !important; }
    .tfk-hero .tfk-hero-image.hero-layout-half .item .content h2 { font-size: 40px !important; line-height: 44px !important; }
}

@media( max-width: 767px ) {
    .tfk-hero { min-height: 490px; }
    .tfk-hero .tfk-hero-image .item .content { top: auto; bottom: 0; width: 100%; padding: 25px 15px; }
    .tfk-hero .tfk-hero-image .item .content { position: static; background: transparent; } /* add bg to .item instead of content on mobile */
    .tfk-hero .tfk-hero-image .item { background-color: rgba(188, 187, 174, 0.9); }
    .tfk-hero .tfk-hero-image .item .content h1 {  text-align: center; }
    .tfk-hero .tfk-hero-image.hero-layout-full .item .content h1 { font-size: 50px !important; line-height: 44px !important; }
}
.new-design #wrapper .post-content h2 { font-size: 40px; } /* added to page css for now */
#wrapper .post-content .white-text h2 { color: #fff; }
.white-text p { color: #fff; }

.btn-purple, .btn-salmon, .btn-lime {  border-radius: 0 !important; padding: 10px 25px !important; box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.2) !important; }

.btn-purple { background: #4c2f48; }
.btn-purple:hover, .btn-purple:active { background: #ffffff; color: #4c2f48; border-color: #4c2f48; }
.btn-purple:hover .fusion-button-text, .btn-purple:active .fusion-button-text { color: #4c2f48; }

.btn-salmon { background: #f27b70; }
.btn-salmon:hover, .btn-salmon:active { background: #ffffff; color: #f27b70; border-color: #f27b70; }
.btn-salmon:hover .fusion-button-text, .btn-salmon:active .fusion-button-text { color: #f27b70; }

.btn-lime { background: #d9df76; color: #487629; }
.btn-lime  .fusion-button-text { color: #487629; }
.btn-lime:hover, .btn-lime:active { background: #487629; color: #d9df76; border-color: #d9df76; }
.btn-lime:hover .fusion-button-text, .btn-lime:active .fusion-button-text { color: #d9df76; }

.position-links .position-title {
    color: #3B3D2F;
    font-size: 14px;
    line-height: 1.43;
    background: #99988A;
    z-index: 2;
    padding: 13px 15px;
    margin: -1.7rem 0 0.25rem 0;
}
.position-links .position-title p { margin-bottom: 0; }

@media( max-width: 1024px ) {
    .position-links .position-title {
        max-width: 310px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.benefit-icons .benefit-text-box { box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.2); display: inline-block; margin: 20px 0 0 !important; background-color: #4c2f48; border-radius: 0; color: #fff !important; font-size: 16px; padding: 10px 32px; text-transform: uppercase; text-decoration: none; }

.benefits-modal img { max-width: 85px; }
.benefits-modal .modal-header { min-height: 0; }
.benefits-modal .modal-body { padding: 0 50px 20px; }
.benefits-modal .arrows { margin-top: 30px; }
.benefits-modal .arrows .arrow-prev { float: left; }
.benefits-modal .arrows .arrow-next { float: right; }

@media( min-width: 900px ) {
    .benefits-modal .modal-dialog { width: 600px; }
}

.livetrue-insta {background: url('/wp-content/uploads/2023/03/livetruefood.png') no-repeat center right; height: 75px; }
.map-btn-parent {     position: absolute;
    /* top: auto; */
    right: 5%;
    z-index: 2;}
.map-image-border { margin-bottom: 50px !important; }
.map-image-border:after { content: ''; background: url('/wp-content/uploads/2022/02/separator-chevron-bg.png') repeat-x; height: 46px; position: absolute; bottom: -46px; width: 100%; }

.fusion-footer .social-icons-footer {
	margin-bottom: 10px;
}

.fusion-footer .social-icons-footer a {
	margin-right: 17px;
}

.fusion-footer .social-icons-footer .fab {
	font-size: 30px;
}



/* Home page, menu, and promotions updates */
#wrapper #main .custom-content:first-of-type + .fusion-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.custom-content .fusion-layout-column .fusion-column-wrapper {
    margin-right: 0px !important;
}

.single-promo .fusion-text ul {
    list-style: disc;
    padding-left: 18px;
}

.fusion-button.left-aligned {
    margin-left: 0;
}

.fusion-text.mb-0 p {
    margin-bottom: 0;
}

.full-width-image-bar {
    padding-right: 0;
    padding-left: 0;
}
.full-width-image-bar .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe,
.full-width-image-bar .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe .img-responsive,
.menu-featured-items .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe,
.menu-featured-items .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe .img-responsive {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .menu-featured-items .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text {
        margin-right: 0;
        margin-left: 0;
    }
}

.menu-cards .fusion-post-cards .fusion-grid .fusion-layout-column .fusion-column-wrapper .fusion-title {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
.menu-categories-grid .fusion-grid .fusion-layout-column .fusion-column-wrapper .fusion-classic-product-image-wrapper .fusion-image-wrapper .wp-post-image {
    width: 100%;
}

.menu-items.fusion-content-boxes .content-box-heading {
    font-family: "ABC Repro Medium";
    line-height: 1.3 !important;
    text-transform: none;
}
.menu-items.fusion-content-boxes .content-container {
    margin-bottom: 0;
}

.menu-items.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column:nth-child( odd ) {
    padding-right: 28px;
}
.menu-items.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column:nth-child( even ) {
    padding-left: 28px;
}
.menu-items.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column .col {
    padding: 25px 0;
}

@media only screen and (max-width: 768px) {
    .menu-items.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column:nth-child( odd ) {
        padding-right: 0;
    }

    .menu-items.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column:nth-child( even ) {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .menu-items.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column .col .heading,
    .menu-items.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column .col .content-container {
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    .single-promo #content,
    .single-menu-section #content {
        margin-bottom: 0;
    }
}
.promo-cards .fusion-grid .fusion-layout-column .fusion-column-wrapper .fusion-content-tb,
.custom-whats-new-promos .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1024px) {
    .promo-cards .fusion-grid .fusion-layout-column .fusion-column-wrapper .fusion-content-tb {
        margin-right: 0;
        margin-left: 0;
    }
}

.promo-cards .fusion-grid .fusion-layout-column .fusion-column-wrapper .fusion-content-tb p {
    margin-bottom: 13px;
}

.promo-cards .fusion-grid .fusion-layout-column .fusion-column-wrapper .fusion-content-tb em {
    font-size: 16px;
}

.fusion-form-form-wrapper.crispd-form .fusion-form-label-wrapper,
.fusion-form-form-wrapper.crispd-form .fusion-form-select-field,
.fusion-form-form-wrapper.crispd-form .fusion-form-consent-field,
.fusion-form-form-wrapper.crispd-form .fusion-form-submit-field {
    text-align: left;
}

.fusion-form-form-wrapper.crispd-form .fusion-form-field {
    margin-top: 0 !important;
}

.fusion-form-form-wrapper.crispd-form .fusion-form-field.error label:not(.fusion-form-rating-icon) {
    color: #ffbc59 !important;
}

.fusion-form-form-wrapper.crispd-form .fusion-form-field.error .fusion-form-input {
    box-shadow: none;
    background-color: #f7ebea !important;
    border-color: #c87872 !important;
}

.fusion-form-form-wrapper.crispd-form abbr {
    text-decoration: none;
}

.fusion-form-form-wrapper.crispd-form .fusion-text p {
    margin-bottom: 6px;
}

.fusion-form-form-wrapper.crispd-form .fusion-text p a {
    color: #ffffff;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label {
    padding-left: 2em;
}

.fusion-form-form-wrapper.crispd-form .fusion-form-submit-field {
    margin-bottom: 0;
}

.hubspot-form .hbspt-form form {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
    .hubspot-form .hbspt-form {
        margin-right: auto;
        margin-left: auto;
    }

    .hubspot-form .hbspt-form form {

    }
}

@media only screen and (max-width: 10240px) {
    .hubspot-form .hbspt-form form {

    }
}

.hubspot-form .hbspt-form .hs-form-field {
    display: flex;
    flex-direction: column;
    flex: 0 0 48%;
    text-align: left;
}

.hubspot-form .hbspt-form .hs-form-field:first-of-type {
    margin-right: 3.75%;
}

@media only screen and (max-width: 500px) {
    .hubspot-form .hbspt-form .hs-form-field {
        flex-basis: 100%;
        margin-right: 0;
    }

    .hubspot-form .hbspt-form .hs-form-field:first-of-type {
        margin-bottom: 16px;
    }
}

.hubspot-form .hbspt-form .hs-form-field label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.hubspot-form .hbspt-form .hs-form-field .hs-error-msgs {
    list-style: none;
    margin: 0;
    padding-top: 12px;
    padding-left: 0;
    text-align: left;
}

.hubspot-form .hbspt-form .hs-form-field .hs-error-msgs label {
    color: #ffbc59;
}

.hubspot-form .hbspt-form .hs-form-field .input {
    width: 100%;
}

.hubspot-form .hbspt-form .hs-form-field .input input[type=email].hs-input,
.hubspot-form .hbspt-form .hs-form-field .input input[type=tel].hs-input {
    border-radius: 15px !important;
    height: 40px;
}

.hubspot-form .hbspt-form .hs-form-field .input input.hs-input.error {
    background-color: #f7ebea;
    border-color: #c87872;
}

.hubspot-form .hbspt-form .legal-consent-container {
    color: #fff;
    font-size: 14px;
    padding-top: 12px;
    text-align: left;
}

.hubspot-form .hbspt-form .legal-consent-container .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hubspot-form .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display>span {
    margin-left: 25px;
}

.hubspot-form .hbspt-form .hs_error_rollup {
    display: none;
}

.hubspot-form .hbspt-form .hs-submit {
    display: flex;
    flex-direction: column;
    align-items: start;
}

@media only screen and (max-width: 640px) {
    .hubspot-form .hbspt-form .hs-submit {
        align-items: center;
        padding-top: 0;
    }
}

.hubspot-form .hbspt-form .hs-submit input {
    background-color: #BCBBAE;
    border: 0;
    color: var( --awb-text-color );
    cursor: pointer;
    font-family: 'ABC Repro Bold';
    font-size: 14px;
    height: 40px;
    padding: 4px 20px;
}

.hubspot-form .hbspt-form .submitted-message {
    color: #ffffff;
}

/* 2024-10 Styles */


/* tfk-cta-form */
.tfk-cta-form__form .klaviyo-form {
    max-width: initial !important;
    padding: 0 !important;
}
	.tfk-cta-form__form .klaviyo-form > div {
		flex-direction: row !important;
		flex-wrap: wrap;
		justify-content: space-between !important;
		min-height: 0 !important;
	}
		.tfk-cta-form__form div[data-testid="form-row"]:has(h1):not(:last-child) {
			display: none !important;
		}
			.tfk-cta-form__form div[data-testid="form-row"]:has(h1):last-child h1 {
				color: #fff;
				font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
				font-size: 30px !important;
				font-weight: 700 !important;
				line-height: 1.5;
				padding: 30px 0;
			}
				.tfk-cta-form__form div[data-testid="form-row"]:has(h1):last-child h1 span {
					color: inherit !important;
					font-family: inherit !important;
					font-size: inherit !important;
					font-weight: inherit !important;
				}

		.tfk-cta-form__form div[data-testid="form-row"]:has(h1) + div[data-testid="form-row"]:has(p) {
			display: none !important;
		}

		.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="email"], input[type="tel"], input[type="text"]) {
			padding-bottom: 20px;
			width: calc(50% - 12px);
		}

			.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="email"], input[type="tel"], input[type="text"]) label {
				color: #fff !important;
				font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
				font-size: 14px !important;
				font-weight: 400 !important;
				line-height: 1.5;
				height: initial !important;
				margin: 0 !important;
				padding-bottom: 10px !important;
				position: initial !important;
				width: 100% !important;
			}

			.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="email"], input[type="text"]) input {
				border-color: #fff !important;
				border-radius: 15px !important;
				color: var(--form_text_color) !important;
				font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
				font-size: 16px !important;
				font-weight: 400 !important;
				height: 40px !important;
				outline: none !important;
			}
			.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="email"], input[type="text"]) input:is(:hover, :focus-visible) {
				border-color: #fff !important;
			}

			.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) div:has(> button + input) {
				border-color: #fff !important;
				border-radius: 15px !important;
				color: var(--form_text_color) !important;
				font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
				font-size: 16px !important;
				font-weight: 400 !important;
				height: 40px !important;
				outline: none;
			}
			.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) div:has(> button + input):is(:hover, :focus-visible) {
				border-color: #fff !important;
			}

				.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) label + div > div > div:first-child {
					border: 0 !important;
					border-radius: 15px !important;
					height: 40px !important;
					outline: 0 !important;
				}
					.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) label + div > div > div:first-child input::placeholder {
						font-size: 14px !important;
					}
				.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) label + div > div > div:last-child {
					border: 0 !important;
					border-radius: 15px !important;
				}
					.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) label + div > div > div:last-child div[role="option"] {
						font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
						font-size: 16px !important;
						font-weight: 400 !important;
						height: 24px !important;
						outline: none;
					}

				.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) button {
					height: 40px !important;
				}
				.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="tel"]) input {
					border: 0 !important;
					color: var(--form_text_color) !important;
					font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
					font-size: 16px !important;
					font-weight: 400 !important;
					height: 40px !important;
					outline: none !important;
				}
					.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="email"], input[type="tel"], input[type="text"]) input:is([type="email"], [type="tel"], [type="text"])::placeholder {
						font-family: inherit;
						font-size: 14px;
					}



			.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"]):not(:has(input[type="tel"])) {
				padding-bottom: 20px;
				width: 100%;
			}
				.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"]) label {
					color: #fff !important;
					font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
					font-size: 14px !important;
					font-weight: 400 !important;
					line-height: 1.5;
					height: initial !important;
					margin: 0 !important;
					padding-bottom: 10px !important;
					position: initial !important;
					width: 100% !important;
				}
				.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"]) div:has(> input + button) {
					border-color: #fff !important;
					border-radius: 15px !important;
					font-size: 16px !important;
					font-weight: 400 !important;
					height: 40px !important;
					outline: none !important;
				}

					.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"]) button {
						align-items: center;
						display: flex;
					}
					.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"]) input {
						color: var(--form_text_color) !important;
						font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
						font-size: 16px !important;
						font-weight: 400 !important;
					}
						.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"]) input::placeholder {
							font-family: inherit;
							font-size: 14px;
						}

					.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"]) div[role="listbox"] {
						border: 0 !important;
						border-radius: 15px !important;
					}
						.tfk-cta-form__form div[data-testid="form-row"]:has(input[role="combobox"])  div[role="option"] {
							font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
							font-size: 16px !important;
							font-weight: 400 !important;
							height: 24px !important;
							outline: none;
						}


			.tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] {
				padding: 0 !important;
			}

				.tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] p, .tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] div:has(> a) {
					color: #fff;
					font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif;
					font-size: 14px;
					line-height: 1.5;
					margin: 0 0 20px;
					text-align: left;
				}
					.tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] p a, .tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] div > a {
						color: inherit;
						font-family: inherit;
						font-size: inherit;
						text-decoration: underline;
					}
					.tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] p a:is(:hover, :focus-visible), .tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] div > a:is(:hover, :focus-visible) {
						text-decoration: none;
					}

				.tfk-cta-form__form button[type="button"]:first-child:last-child {
					background-color: #BCBBAE !important;
					border: 0 !important;
					border-radius: 100px !important;
					color: var(--awb-text-color) !important;
					cursor: pointer !important;
					font-family: 'ABC Repro Bold' !important;
					font-size: 14px !important;
					height: 40px !important;
					outline: 0;
					padding: 4px 20px;
				}

/* Footer */
/* tfk-footer__form */
.tfk-footer__form .klaviyo-form {
    max-width: initial !important;
    padding: 0 !important;
}
	.tfk-footer__form .klaviyo-form form.klaviyo-form {
		flex-direction: row !important;
		flex-wrap: wrap;
		justify-content: space-between !important;
		margin: 0 !important;
		max-width: 100% !important;
		min-height: 0 !important;
	}
		.tfk-footer__form div[data-testid="form-row"] {
			align-items: flex-start !important;
			flex-wrap: wrap;
		}
			.tfk-footer__form div[data-testid="form-row"] > div[data-testid="form-component"] {
				flex: initial !important;
				padding: 0 0 20px !important;
				width: 100%;
			}
				.tfk-footer__form div[data-testid="form-row"] > div[data-testid="form-component"] > div {
					align-self: initial !important;
					display: block !important;
					flex-direction: row !important;
					flex-wrap: wrap;
					width: 100%;
				}

					.tfk-footer__form div[data-testid="form-row"] > div[data-testid="form-component"] label {
						color: #fff !important;
						font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
						font-size: 14px !important;
						font-weight: 400 !important;
						line-height: 1.5;
						height: initial !important;
						margin: 0 !important;
						padding-bottom: 10px !important;
						position: initial !important;
						width: 100% !important;
					}

					.tfk-footer__form div[data-testid="form-row"] > div[data-testid="form-component"] input {
						border-color: #fff !important;
						border-radius: 15px !important;
						color: #33475b !important;
						font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
						font-size: 16px !important;
						font-weight: 400 !important;
						height: 40px !important;
						outline: none !important;
						padding: 2px 15px !important;
						width: 100%;
					}
					.tfk-footer__form div[data-testid="form-row"] > div[data-testid="form-component"] input:is(:hover, :focus-visible) {
						border-color: #fff !important;
					}

						.tfk-footer__form div[data-testid="form-row"] > div[data-testid="form-component"] input::placeholder {
							font-family: inherit;
							font-size: 14px;
						}


					.tfk-footer__form div[data-testid="form-row"] > div[data-testid="form-component"] button {
						background-color: #bcbbae !important;
						border: 0 !important;
						border-radius: 15px !important;
						color: var(--awb-text-color) !important;
						cursor: pointer !important;
						font-family: 'ABC Repro Bold' !important;
						font-size: 12px !important;
						height: 14px !important;
						outline: 0;
						padding: 12px 24px !important;
					}

			.tfk-footer__form div[data-testid="form-row"]:has(h1) h1 {
				color: #fff;
				font-family: "ABC Repro Regular", "Helvetica Neue", Helvetica, sans-serif !important;
				font-size: 24px !important;
				font-weight: 700 !important;
				line-height: 1.5;
				padding: 30px 0;
			}
				.tfk-footer__form div[data-testid="form-row"]:has(h1) h1 span {
					color: inherit !important;
					font-family: inherit !important;
					font-size: inherit !important;
					font-weight: inherit !important;
				}



/* Responsive */
@media only screen and (max-width: 500px) {
	/* tfk-cta-form */
	.tfk-cta-form__form div[data-testid="form-row"]:has(input[type="email"], input[type="tel"], input[type="text"]) {
		padding-bottom: 20px;
		width: 100%;
	}
	.tfk-cta-form__form div[data-testid="form-row"] > div[data-testid="form-component"] p {
		margin-top: 0;
	}
	
}