/*Theme Name: 215 Marketing Base Theme V1
Theme URI: Starter Theme - www.215marketing.com
Author: 215 Marketing
Author URI: webmaster@215marketing.com
Version: 1.2
Description: 215 Marketing Base custom coded theme.
*/

/* COLOR VARS FROM THEME OPTIONS
--color_1:  #000;  DEFAULT
--color_2:  #fff;
--color_3: color 1
.
.
.
*/


/* Setup from acf variables */

@font-face {
    font-family: 'Industry';
    src: url('font/Industry-Inline.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lowdrag';
    src: url('font/Lowdrag-Wide.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('font/Sofia-Pro-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('font/Sofia-Pro-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Terimina';
    src: url('font/Termina-Demi.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Terimina';
    src: url('font/Termina-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

.anchor { scroll-margin-top: 50px; }

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Industry", sans-serif !important;
    line-height: 1.4;
    color: var(--primary-text-color);
    text-transform: capitalize;
}

h1,
.h1 {
    font-size: 80px;
    line-height: 1.25;
    font-weight: 500;
}

h2,
.h2 * {
    font-family: "Industry", sans-serif !important;
    font-size: 42px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 500;
    color: #18325A;
}

h3,
.h3 * {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 500;
}

h4,
.h4 * {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
}

h5,
.h5 * {
    font-size: 28px;
    font-weight: 500;
}

h6,
.h6 * {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;

}

.text-white * {
    color: #fff;
}

.text-black * {
    color: #000;
}

.text-dark * {
    color: #18325A!important;
}

.text-red * {
    color: #ee1c25;
}


.numbered-list h4 {
    font-size: 20px;
}

.lh-base {
    line-height: 1.25 !important;
}

.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

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

.primary,
p.primary {
    color: var(--primary-color) !important;
}

.highlight,
p.highlight {
    color: var(--highlight-text-color) !important;
}

.he .gray {
    color: #F5F5F5 !important;
}

.dark {
    color: #0B0B0B !important;
}

.light {
    color: #FFFFFF !important;
}

.light p {
    color: #FFFFFF !important;
}

.text {
    color: #4B4B4B !important;
}

.text-footer {
    color: #4B4B4B !important;
}

.gray4 {
    color: #BDBDBD !important;
}

.teal {
    color: #42677D !important;
}

.maroon {
    color: #A73D40 !important;
}

.white {
    color: #FFFFFF !important;
}

.no-bg-color p.white,
.no-bg-color h2.white {
    color: #FFFFFF !important;
}

.hl-sub.teal {
    background-color: #42677D;
}

.hl-sub.maroon {
    background-color: #A73D40;
}

.grayish-bg {
    background: #EDEFF0 !important;
}

.grayish-bg h2 {
    color: #0B0B0B !important;
}

.grayish-bg p {
    color: #4B4B4B !important;
}

.disclaimer p,
.disclaimer ul li{
    font-size: 12px;
    line-height: 20px;
    color: #18325A;
    opacity: 50%;
}


.sub {
    display: inline-block;
    color: #18325A;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;

    &:before,
    &:after {
        content: '';
        position: relative;
        top: -5px;
        display: inline-block;
        height: 1px;
        background: #18325A;
    }
}


.body-bold {
    font-weight: 700;
}

select {
    cursor: pointer;
}

.position-md-absolute {
    position: absolute;
}

.header {
    position: fixed;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
    transition: .3s all ease-in-out;
}

body.home .header {
    top: 0;
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 1000;
    position: fixed;
    transition: .3s all ease-in-out;
}

.header nav {
    transition: .5s all;
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
    .header nav {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1375px) {
    .nav-link {
        font-size: 14px;
    }
    .navbar-expand-xl .navbar-nav {
        column-gap: 0 !important;
    }
}

.header.scrolled {
}

.header.scrolled nav {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.header.scrolled .logo-header {
}

/* Sections */

.container-fluid {
    position: relative;
}

.nsteps-sec .card {
    background: #EF3E36;
}

.nsteps-sec p {
    padding-top: 30px;
    padding-bottom: 10px;
}

.nsteps-sec .card-body h4,
.nsteps-sec .card-body h5 {
    color: #ffffff;
    font-weight: 700;
}

.nsteps-sec .card-body h4 span {
    color: #ffffff;
    font-weight: 400;
}

.nsteps-sec .card-body h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
}

@media screen and (max-width: 992px) {
    .slick-prev {
        position: absolute;
        right: 57%;
        top: unset;
        left: auto;
        bottom: -40px;
        transform: translatex(-50%);
    }

    .slick-next {
        position: absolute;
        right: 42%;
        transform: translatex(-50%);
        top: unset;
        bottom: -40px;
    }
}

.slick-slider .bi {
    color: #2B4852;
    background: #fff;
    border: 1px solid #2B4852;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
}

.slick-slider .bi:before {
    font-size: 30px;
}

.slick-slider .slick-arrow:hover i {
    background: #2B4852;
    color: #fff;
}

.opportunity-numbers {
    display: inline-block;
    line-height: 0px;
    background: #115ABC;
    color: #fff;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.opportunity-numbers span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 8px;
    margin-right: 8px;
}

.process-list .card {
    position: relative;
}

.process-list .card .list-number {
    position: absolute;
    content: '';
    top: -25px;
    left: 50%;
    height: 60px;
    width: 60px;
    transform: translatex(-50%);
    text-align: center;
    border-radius: 50px;
    background: #FFBC10;
}

.process-list .card .list-number span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 32px;
}

.row {
    z-index: 10;
}

/* Buttons */

.btn-primary,
[class^='-primary'],
[class*=' -primary'],
input[type="submit"] {
    display: inline-block;
    padding: 5px 10px;
    background: #EAA794;
    color: #fff;
    border-radius: 24px;
    transition: .5s all;
    text-decoration: none;
    font-size: 16px;
    a {
        color: #fff !important;
    }
}

a.btn-primary {
    display: inline-block;
    padding: 15px 20px;
}

#gform_submit_button_4 {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.btn-primary:hover {
    background-color: #18325A;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: #fff !important;
    border-radius: 200px;
}

.btn-secondary a {
    color: #fff !important
}

.btn-secondary:hover {
    background: #fff;
    color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color);
}

.btn-secondary:hover a {
    color: var(--secondary-color) !important;
}

.btn-text {
    color: var(--primary-color);
}

/* Nav */

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #18325A;
    font-weight: 500;
    font-size: 16px;
    font-family: "Sofia Pro", sans-serif!important;
}

@media screen and (max-width:1200px) {
    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        top: 80px;
        text-align: left;
    }

    .navbar-toggler{
        background-color: transparent;
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #nav-icon {
        width: 30px;
        height: 22px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #18325A;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;

    }

    .navbar-toggler[aria-expanded="false"] {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon {
        transition: .3s all ease-in-out;
        position: relative;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
        left: 50%;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
        left: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
        top: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
        top: 9px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
        top: 18px;
    }


    .navbar-toggler[aria-expanded="true"] #nav-icon {        
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-item span{
        width: 100%;
        display: block;
        padding: 5px;
    }

    .navbar-nav .nav-item:focus, 
    .navbar-nav .nav-item:hover{
        background: #f0f0f0;
    }

    body.home .header .nav-link, body.home .header .navbar-nav .nav-link.active,
    .nav-link, .navbar-nav .nav-link.active {
        color: #000;
    }

}

.mt-6 {
    margin-top: 4rem !important;
}

.top-padding-offset {
    padding-top: 350px !important;
    margin-top: -220px;
}

.contained {
    background: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}

.contained-transparent {
    border-radius: 2.5rem;
}

#locations .contained {
    background-position: center center;
}

.card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 0;
}

.card p {
    margin-bottom: 0;
}

#tradition .card p {
    font-weight: 300;
}


.card-title {
    font-size: 16px;
    font-weight: 700 !important;
}

.icon-offset .card,
.icon-inside .card {
    height: 100%;
}

.numbered-list .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;

}

.numbered-list .icon .list-number {
    font-size: 20px;
    line-height: 1.75;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.icon-offset .card .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 25px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;
}

.icon-offset .card img {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-inside .card img {
    width: 50px;
    position: relative;
}

.sidebyside .card .card-body img {
    width: 50px;
    background: #B9CFCE;
    padding: 10px;
}

.icon-center {
    text-align: center;
}

.icon-center-transparent .card {
    background: transparent !important;
    text-align: center;
    padding: 0 !important;
}

.icon-center-transparent .card img {
    text-align: center;
    margin: 0 auto 20px;
    width: 50px;

}

.icon-offset .card-body {
    padding-top: 2rem !important;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
}

.card .card-img.small {
    width: 50px;
}

.shadow-box .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #000000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    display: block;
}

.shadow-box .card:hover:before {
    content: '';
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #42677d);
}

.columns-offset .card {
    border-radius: 210px;
    overflow: hidden;
}

.columns-offset .card .card-img-overlay {
    background: #F0E6D2;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 20px 50px !important;
}

.columns-offset .cardgroup .col-10:nth-child(even) {
    margin-top: 50px;
}

.card-header {
    padding: 0;
    width: 100%;
}

.columns-offset .card .card-img-overlay .card-header {
    background: transparent;
    text-align: center;
    border: 0;
}

.columns-offset .card .card-img-overlay .card-header .card-title {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) and (min-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

@media screen and (max-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }

    #process-slider .card {
        min-height: unset;
    }
}

@media screen and (max-width: 1840px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

/* MARK BG */

::-moz-selection {
    color: #fff;
    background: #004FA3;
}

::selection {
    color: #fff;
    background: #004FA3;
}

body {
        font-family: "Sofia Pro", sans-serif !important;
    font-size: 13px;
    line-height: 20px !important;
    color: #B2B2B2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

body p {
    font-family: "Sofia Pro", sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #B2B2B2;
}

.highlight {
    color: #115abc;
}

.process h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.process-card {
    padding: 20px;
    position: relative;
}

.process-steps {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #fff;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    width: 60px;
    text-shadow: 1px 1px 0 #EF3E36, -1px 1px 0 #EF3E36, -1px -1px 0 #EF3E36, 1px -1px 0 #EF3E36;
}

.text-end .process-step {
    right: 20px;
    left: unset;
}

/* Accordion */

.accordion-item,
.accordion-button {
    background-color: #fff;
    border: 0;
}

.accordion-item h2 .accordion-button {
    font-size: 25px;
    font-weight: 700;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--secondary-color);
    box-shadow: none;
}

/* Homepage Hero */

.homepage-hero {
    position: relative;
    padding-top: 10.125rem;
    padding-bottom: 2em;
    background-size: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    transition: .3s all ease-in-out;
}

.homepage-hero .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}


.homepage-hero .form {
    background: #fff;
    max-width: 100%;
}

/* Images */

.image-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.image-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.content-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.content-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.border-blue {
    border: 10px solid #115ABC;
}

.border-blue-light {
    border: 6px solid #B0C8E920;
}

.content-image {
    height: 100%;
    width: 100%;
    text-align: center;
}

.object-cover .content-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-height: inherit;
}

.hl-sub {
    position: absolute;
    height: 2px;
    width: 90px;
    content: '';
    background-color: var(--secondary-color) !important;
    margin-bottom: 40px;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
}

.hl-sub.text-center {
    margin: 0 auto .5rem;
}

.hl-sub.white {
    background-color: #FFFFFF;
}

.hl-sub.white:before {
    border-color: transparent transparent transparent #ffffff;
}

.hl-sub.white:after {
    border-color: transparent #ffffff transparent transparent;
}

.homepage-card {
    background-color: #FFFFFF;
    padding: 1.5em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.9em;
    height: 100%;
    width: auto;
    box-shadow: 0px 0px 10px #00000010;
}

.homepage-card img {
    height: 53px;
}

.homepage-card p {
    font-size: 0.938em;
    font-weight: 400;
    color: #0B0B0B;
}

/* Hero */

.hero {
    min-height: 380px;
    padding-top: 205px;
    position: relative;
    background-position: center;
}

.hero.white-text p {
    color: #fff !important;
}

.hp-card-row-gap {
    row-gap: 1em;
}

.hp-card-mt {
    margin-top: 2em;
}

.row-gap-mobile {
    row-gap: 1em;
}

.row-gap-1 {
    row-gap: 1em;
}

.cta .content {
    padding: 100px;
}

.bg-light {
    background: #F5F5F5 !important;
}

/* Edge image */

.edge-image .bg-holder {
    position: absolute;
    width: 95%;
    height: 100%;
    max-height: 540px;
    left: 0;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    transform: translatey(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.swiper-slide {
    padding: 20px;
}

/* Testimonials */

.star-ratings svg {
    width: 20px;
}

.rating-star {
    fill: #FFE386
}

.testimonial-card {
    border: 0;
}

.testimonial-card .card-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
}

.testimonial-card .card-overlay .play-button {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    transform: none;
}

.testimonials-image img {}

/* Contact form */

.card .card-body .financing-price {
    font-size: 18px;
}

.card .card-body .financing-text {
    font-size: 16px;
}

.card .card-body .financing-price span {
    font-size: 14px;
    font-weight: 400;
    display: block;

}

/* Footer */

.copyright-group {
    display: flex;
    padding: 1em;
    background: transparent;
    justify-content: space-between;
    border-radius: 8px;
}

#footer {
    position: relative;
    padding-bottom: 40px;
    font-family: "Sofia Pro", sans-serif!important;
}

#footer .copyright-text.light p {
    color: #fff !important;
}

#footer .social-media-links {}

#footer .footer-quick-links .menu-item {
    padding: 10px;
}

@media screen and (max-width: 991px) {
    #footer .quick-link {
        text-align: center !important;
    }

    #footer .quick-link ul {
        display: block;
    }

    #footer .quick-link ul li {
        margin: 12px 0;
    }

    #footer .quick-link ul li a {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    #footer .social-media-links {
        text-align: center !important;
        margin-top: 32px;
    }

    #footer .copyright-text {
        text-align: center;
    }

    #footer .disclaimer {
        padding: 0 20px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
    #footer .footer-quick-links a {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}

#footer .footer-quick-links a {
    font-size: 16px;
    line-height: 24px;
    color: #18325A !important;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 500;
}

#footer .copyright-link a {
}

#footer .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .copyright-text {
    font-size: 14px;
    line-height: 22px;
    color: #18325A;
}

#footer .copyright-text a {
    color: #18325A;
}

#footer svg {
    fill: #18325A;
}

.hl-1 {
    content: ' ';
    width: 1px;
    height: 0.875em;
    background: #000;
}

.social-media-links {}

.social-media-links a {
    text-decoration: none;
}

.social-media-links svg {
    height: 16px;
    margin: 0 10px;
    color: #fff;
    fill: #fff;
}

.social-media-links a:hover svg {
    color: #fff;
    fill: #fff;
}

.footer-quick-links {}

.no-shadow {
    box-shadow: unset !important;
}

img.img-rounded {
    border-radius: 1.5em;
}


.gform_wrapper .gform_fields {
    row-gap: 20px !important;
    column-gap: 12px !important;
    font-family: "Sofia Pro", sans-serif!important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    background: #f0f0f0!important;
    font-family: "Sofia Pro", sans-serif!important;
}

/* us */
#field_5_9 .address_city,
#field_5_9 .address_state,
#field_5_9 .address_zip{
    inline-size: 33%;
}

/* canada */
#field_5_10 .address_city,
#field_5_10 .address_state,
#field_5_10 .address_zip{
    inline-size: 33%;
}

/* international */
#field_5_11 .address_city,
#field_5_11 .address_zip,
#field_5_11 .address_country{
    inline-size: 33%;
}

@media (min-width:992px ) and (max-width: 1400px){

    /* us */
    #field_5_9 .address_city,
    #field_5_9 .address_state,
    #field_5_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_5_10 .address_city,
    #field_5_10 .address_state,
    #field_5_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_5_11 .address_city,
    #field_5_11 .address_zip,
    #field_5_11 .address_country{
        inline-size: 100%;
    }
}


@media (max-width: 768px){

    /* us */
    #field_5_9 .address_city,
    #field_5_9 .address_state,
    #field_5_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_5_10 .address_city,
    #field_5_10 .address_state,
    #field_5_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_5_11 .address_city,
    #field_5_11 .address_zip,
    #field_5_11 .address_country{
        inline-size: 100%;
    }
}

#locationMap {
    display: block;
    width: 100%;
    height: 100%;
}

#locationMap path {
    stroke: #000;
    fill: #fff !important;
    transition: fill .4s ease;
}

.legend {
    position: absolute;
    width: 100px;
    right: -5%;
    bottom: 17%;
    text-align: center;
}

.legend span.swatch {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    display: block;
}


/* CUSTOM CSS */
#franchise {
    background-color: #18325A;
}

#franchise h1 {
    margin-bottom: 18px !important;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}

#franchise p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

#franchise .form {
    margin-top: 48px;
    max-width: 100%;
    border-radius: 8px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

#franchise .form h3 {
    font-family: "Sofia Pro", sans-serif!important;
    font-size: 25px;
    line-height: 32px;
    color: #18325A;
    text-align: center;
}

#franchise .form p {
    font-family: "Sofia Pro", sans-serif!important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #000;
}

#franchise .form form input,
#franchise .form form select {
    background: transparent !important;
    box-shadow: none;
    border: 1px solid #BDBDBD !important;
    font-family: "Sofia Pro", sans-serif!important;
}
#franchise .form form label{
    font-family: "Sofia Pro", sans-serif!important;
}

#franchise .form form input[type="submit"] {
    padding: 15px 30px;
    background-color: #18325A !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 25px;
    margin: 0 auto;
    font-family: "Sofia Pro", sans-serif!important;
}

#franchise .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {

    #franchise:before{
        content: '';
        display: block;
        background: #18325A60;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    #franchise:after{
        content: '';
        display: block;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
        z-index: 5;
    }
    #franchise {padding-top: 70px !important;}
    #franchise .image {
        width: 100%;
        z-index: 1;

    }
    #franchise .form {max-width: 100%;}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    #franchise p, #franchise h1 {max-width: 45%;}
    #franchise .image {width: 50%;}
}

#about-section {
    padding: 0 !important;
}

#about-section .sub {
    &:before {
        width: 35px;
    }

    &:after {
        width: 119px;
    }
}

#about-section .content-image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
        background-color: #eaa794;
    width: 50%;
    height: 100%;    
}

@media screen and (max-width: 991px) {
    #about-section {
        padding-top: 40px !important;
    }

    #about-section .content-image {
        position: static;
        width: 100%;
        height: 350px;
    }

    #about-section .content-text {
        padding-top: 38px !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#about-section .content-image {
		width: 40%;
	}
}

#about-section .content-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#about-section .content-text {
    padding-top: 75px;
    padding-bottom: 25px;
}

#about-section .icon-offset .card .icon {
    padding: 0;
    background: none;
}

@media screen and (max-width: 1300px) {
    #about-section .icon-offset .card {
        margin-bottom: 32px;
    }
}

#about-section .icon-offset .card .icon img {
    width: 100%;
    height: 100%;
}

#about-section p {
    color: #B2B2B2;
}

#about-section h4 {
    font-size: 18px;
    line-height: 26px;
    color: #2F3131;
    font-weight: 500 !important;
}

#flavors-section {
    padding: 85px 0 90px !important;
}

@media screen and (max-width: 991px) {
    #flavors-section {
        padding: 0 0 45px 0 !important;
    }
}

#how-it-works-section{
    padding-bottom: 90px!important;
}

#how-it-works-section .content-block{
    padding-top: 90px!important;
}


#flavors-section .sub,
#benefits-section .sub,
#locations-section .sub,
#how-it-works-section .sub,
#investment-section .sub {
    &:before,
    &:after {
        width: 35px;
    }
}

#flavors-section .cardgroup {
    margin-top: 7px;
    text-align: center;
}

#flavors-section .card-title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Sofia Pro", sans-serif!important;
    color: #83AAAE;
}

#flavors-section .card .card-body p span {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #D3AB6D;
}

.col-xl-custom {
    width: 19% !important;
}

@media screen and (max-width: 500px) {
    .col-xl-custom {
        width: 48% !important;
    }
}

@media screen and (min-width: 501px) and (max-width: 850px) {
    .col-xl-custom {
        width: 32% !important;
    }
}

@media screen and (min-width: 851px) and (max-width: 999px) {
    .col-xl-custom {
        width: 24% !important;
    }
}

#benefits-section {
    padding: 80px 0 !important;
}

#benefits-section .card {
    padding: 30px 20px !important;
    background: #fff !important;
}

#benefits-section .card .card-body {
    margin-top: 0 !important;
}

#benefits-section h6 {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #18325A;
}

#benefits-section .btn-primary {
    margin: 40px auto 0;
    text-align: center;
    font-weight: 700;
    background-color: #18325A;
}

@media screen and (max-width: 991px) {
    #benefits-section {
        padding: 40px 0 !important;
    }
}

#locations-section {
    padding: 80px 0 !important;
}

@media screen and (max-width: 991px) {
    #locations-section {
        padding: 40px 20px !important;
    } 
}

#locations-section p {
    color: #18325A;
}

#how-it-works-section .sub {
    color: #fff;

    &:before,
    &:after {
        background-color: #fff;
    }

    &:before {
        margin-right: 9px;
    }

    &:after {
        margin-left: 6px;
    }
}

#how-it-works-section h2 {
    display: block;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: #D3AB6D;
}

#how-it-works-section .card {
    background: #fff;
}

#how-it-works-section .step-count {
    font-size: 18px;
    line-height: 26px;
    color: #83AAAE;
}

#how-it-works-section h6 {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #18325A;
}

#how-it-works-section p {
    font-size: 16px;
    color: #18325A;
}

@media screen and (max-width: 991px) {
    #how-it-works-section .col:nth-of-type(1),
    #how-it-works-section .col:nth-of-type(4),
    #how-it-works-section .col:nth-of-type(5),
    #how-it-works-section .col:nth-of-type(8) {
        .card {
            background: #D3AB6D;
        }

        .step-count {
            color: #fff;
        }
    }
}

@media screen and (min-width: 992px) {
    #how-it-works-section .col:nth-of-type(1),
    #how-it-works-section .col:nth-of-type(3),
    #how-it-works-section .col:nth-of-type(6),
    #how-it-works-section .col:nth-of-type(8) {
        .card {
            background: #D3AB6D;
        }

        .step-count {
            color: #fff;
        }
    }
}

@media screen and (max-width: 991px) {
    #how-it-works-section .content-image {
        display: none;
    }
}

#investment-section {
    padding: 120px !important;
}

#investment-section .contained {
    border-radius: 8px;
}

#investment-section .sub {
    &:before {
        margin-right: 8px;
    }

    &:after {
        margin-left: 2px;
    }
}

#investment-section h2 {
    margin-top: 0;
}

#investment-section .btn-primary {
    margin-top: 20px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    background-color: #18325A;
}

#investment-section .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

#investment-section .card .card-body .financing-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #18325A;
}

#investment-section .card .card-body .financing-text.text-dark {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #18325A;
}

#investment-section .card .card-body .financing-text.table-heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #18325A;
}

#investment-section h6 {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    color: #18325A;
}

#investment-section .secondary-text p {
    font-size: 16px;
    line-height: 24px;
    color: #18325A;
}

@media screen and (max-width: 991px) {
    #investment-section .table-container {
        padding-top: 0 !important;
    }
}

/* END CUSTOM CSS */


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

    .position-md-absolute {
        position: relative;
    }

    img.logo-header {
        height: auto;
        margin: 0 auto;
        display: block;
    }

    h1,
    .h1 {
        font-size: 50px;
        line-height: 1.25;
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 1.25;
        font-weight: 700;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 700;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;
    }

    h5,
    .h5 {
        font-size: 20px;
        font-weight: 700;
    }

    h6,
    .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }

    .homepage-hero {
        padding-top: 5rem;
        padding-bottom: 3em;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    #benefits-section .content-image {
        position: relative;
        top: 0;
        transform: none;
        right: 0;
    }

    .process-list .cardgroup .col-12:nth-child(even) {
        margin-top: 0;
    }

    .empty-card-img {
        margin-top: 2em;
    }

    .legend {
        position: relative;
        margin: 20px auto 0;
        width: 60%;
        right: unset;
        bottom: unset;
    }

    .legend>div {
        width: 100%;
    }

    .legend span {
        margin: 0 auto;
        width: 100%;
        display: inline-block;
    }

    #footer .quick-link {
        justify-content: center !important;

    }

    #footer .quick-link ul {
        text-align: center;
        flex-direction: column;

    }

    #footer .quick-link ul li {
        padding: 5px 0;
    }

    .copyright-group {
        text-align: center;
    }

    #footer .social-media-links {
        text-align: center !important;
        padding: 10px;
    }

}

/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 50px;
        line-height: 1.25;
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 1.25;
        font-weight: 700;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 700;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;
    }

    h5,
    .h5 {
        font-size: 20px;
        font-weight: 700;
    }

    h6,
    .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }

    .position-md-absolute {
        position: relative;
    }

    #benefits .content-image {
        position: relative;
        top: 0;
        transform: none;
        right: 0;

    }

    .legend {
        position: relative;
        margin: 20px auto 0;
        width: 60%;
        right: unset;
        bottom: unset;
    }

    .legend>div {
        width: 100%;
    }

    .legend span {
        margin: 0 auto;
        width: 100%;
        display: inline-block;
    }
}

@media (max-width: 992px) {

    .position-md-absolute {
        position: relative;
        width: 100% !important;
        height: 500px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
    }

    .nav-link {
        color: #000;
    }

    #menu-item-199 {
        width: 100%;
    }

    .btn-primary .nav-link {
        color: #fff;
    }
}

/*SMALL LAPTOPS AND UP*/

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav {
        column-gap: 1em;
    }

    .navbar-expand-xl .navbar-nav {
        column-gap: 1em;
    }
}

@media (min-width: 992px) and (max-width: 1290px) {

    h1,
    .h1 {
        font-size: 50px;
    }

    #tradition .sidebyside .card {
        background-size: 60% auto !important;
    }

    #tradition .card h6 {
        font-size: 16px;
    }

    #tradition .card p {
        font-weight: 300;
        font-size: 21px;
    }
}

/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {

    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 5.125em;
    }

    #benefits .content-image {
        right: -40%;

    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .section-margin-bottom {
        margin-bottom: 1em !important;
    }

    .empty-card-img {
        height: 100%;
        margin-top: 2em;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .process-list .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 50%;

    }
}

/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
    #benefits .content-image {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15%;
        width: 510px;
        height: inherit;
        z-index: 10;
    }
}


@media (min-width: 992px) and (max-width: 1300px) {
    #about .cardgroup .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }

}

/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {}


@media (max-width: 1200px) {

    #about .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .container-fluid>.row {
        max-width: 1920px;
        margin: 0 auto;
    }

    #benefits .content-image {
        right: unset;
    }
}