
/*Theme Name: Freiberg 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: 'Avenir Next World';
    src: url('/wp-content/themes/freiberg/font/AvenirNextWorld-Heavy.eot');
    src: url('/wp-content/themes/freiberg/font/AvenirNextWorld-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/freiberg/font/AvenirNextWorld-Heavy.woff2') format('woff2'),
        url('/wp-content/themes/freiberg/font/AvenirNextWorld-Heavy.woff') format('woff'),
        url('/wp-content/themes/freiberg/font/AvenirNextWorld-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next World';
    src: url('/wp-content/themes/freiberg/font/AvenirNextWorld-Regular.eot');
    src: url('/wp-content/themes/freiberg/font/AvenirNextWorld-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/freiberg/font/AvenirNextWorld-Regular.woff2') format('woff2'),
        url('/wp-content/themes/freiberg/font/AvenirNextWorld-Regular.woff') format('woff'),
        url('/wp-content/themes/freiberg/font/AvenirNextWorld-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    -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 {
    line-height: 1.4;
    color: #fff;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #FFA400;
}

h1,
.h1 {
    font-family: "Contrail One", sans-serif !important;
    font-size: 50px;
    line-height: 1.25;
    font-weight: 400;
}

h2,
.h2 * {
    font-family: "Contrail One", sans-serif !important;
    font-size: 42px;
    line-height: 50px;
}

h3,
.h3 * {
    font-family: "Contrail One", sans-serif !important;
    font-size: 36px;
    line-height: 44px;
}

h4,
.h4 * {
    font-size: 32px;
    line-height: 40px;
}

h5,
.h5 * {
    font-size: 28px;
    line-height: 36px;
}

h6,
.h6 * {
    font-size: 14px;
    line-height: 22px;
}

.yellow-swoosh,
.red-swoosh {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.yellow-swoosh:before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: inherit;
    height: 100%;
    max-height: inherit;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/10/yellow-squiggle.png);
    z-index: -1;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.red-swoosh:before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: inherit;
    height: 100%;
    max-height: inherit;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/10/red-squiggle.png);
    z-index: -1;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.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: #9B9A9A !important;
}


.sub {
    color: #000;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
}


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

select {
    cursor: pointer;
}

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


.extra-padding-top{
    padding-top:120px!important;
}


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

.header .social-row {
    background-color: #0F2A44;
}

.header .social-row svg {
    fill: #fff;
}

.header .social-row a:hover svg {
    fill: #fff;
}

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

.header.scrolled {
    background-color: #000;
}

.header.scrolled .navigation-text {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

.header.scrolled .logo-header {
    height: 60px;
}

/* Sections */

.container-fluid {
    position: relative;
}

.row {
    z-index: 10;
}

/* Buttons */
input[type="submit"] {
    background: #ffbc10;
    border-radius: 0;
    color: #000;
    border: 1px solid var(--primary-color);
}

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

.btn-white {
    background-color: #fff!important;
    border: 2px solid #fff;
    color: #000;
}

.btn-white:hover {
    background: #000!important;
    color: #fff;
    border: 2px solid #000;
}

.btn-black {
    padding: 12px 20px 8px;
    background-color: #000!important;
    border: 2px solid #000 !important;
    color: #fff;
    border-radius: 25px;
}

.btn-black:hover {
    background: transparent !important;
    color: #fff;
}

.btn-primary {
    background-color: #FFA400!important;
    border: 2px solid #FFA400 !important;
    border-radius: 25px;
}

.btn-primary a {
    color: #000 !important;
}

.btn-primary:hover {
    background: transparent!important;
    color: #FFA400 !important;
    border: 2px solid #FFA400;
}

.btn-primary:hover a {
    color: #fff !important;
}

.btn-white-outline {
    background-color: #fff!important;
    border: 2px solid #fff;
    color: #fff;
}

.btn-white-outline:hover {
    background: #fff!important;
    color: #000;
    border: 2px solid #fff;
}

.btn-black-outline {
    background-color: transparent!important;
    border: 2px solid #000;
    color: #000;
    border-radius: 25px;
    padding: 10px 50px;
}

.btn-black-outline:hover {
    background: #000!important;
    color: #fff;
    border: 2px solid #000;
}

.btn-color{
    background-color: #B22222!important;
    border: 2px solid #B22222;
    color: #fff;
    border-radius: 25px;
    padding: 10px 50px;
}

.btn-with-icon {
    padding-left: 25px;
    padding-right: 25px;
}

.btn-with-icon svg {
    position: relative;
    top: -1px;
}

.btn-with-icon:hover * {
    stroke: white;
}

.btn-color:hover{
    background-color: #fff!important;
    border: 2px solid #B22222;
    color: #000;
}

.btn-color2{
    background-color: #7474e8!important;
    border: 2px solid #7474e8;
    color: #000;
}

.btn-color2:hover{
    background-color: #1515af!important;
    border: 2px solid #7474e8;
    color: #fff;
}

.btn-color-outline{
    background-color: transparent!important;
    border: 2px solid #ff0000;
    color: #ff0000;
}
.btn-color2-outline{
    background-color: transparent!important;
    border: 2px solid #7474e8;
    color: #7474e8;
}

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

/* Nav */

@media screen and (min-width: 768px) {
    .nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        padding-bottom: 4px;
        color: #fff;
    }
}

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

.nav-link:hover {
    color: #333;
}

.btn .nav-link:hover {
    color: #fff!important;
}

@media screen and (min-width: 1201px) {
    .menu-item:not(:first-of-type) {
        margin-left: 25px;
    }
}

@media screen and (max-width:1200px) {
    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: #000;
        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: #FFA400;
        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{
        margin-top: 6px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

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

    .nav-link.active,
    .nav-link {
        color: #fff;
    }

    .navbar-nav .nav-item:focus li:not(.btn-primary) a, 
    .navbar-nav .nav-item:hover li:not(.btn-primary) a {
        color: #000 !important;
    }

}

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

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

.contained,
.contained-alt {
    border-radius: 2.5rem;
    overflow: hidden;
}

.contained {
    background: #F8F5F0;
}

.contained-alt {
    background: #fff;
}

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

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

.card {
    height: 100%;
    border-radius: 0;
    border: 0;
}

.card p {
    margin-bottom: 0;
}

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


.card-title {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFA400;
}

.card-body p {
    font-size: 16px;
    line-height: 24px;
}

.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: "Avenir Next World", sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #4B4B4B;
}

.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: 9rem;
    padding-bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    transition: .3s all ease-in-out;
}

.homepage-hero h1 {
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
}

.homepage-hero h1 span {
    display: block;
    color: #FFA400;
}

.homepage-hero.hero-form:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: #000;
    bottom: 0;
    left: 0;
}

.homepage-hero .hero-text {
    max-width: 682px;
    margin: 15px auto 0;
}

@media screen and (max-width: 800px) {
    .homepage-hero h1 { font-size: 42px; line-height: 50px; }
    .homepage-hero .hero-text p { font-size: 16px; line-height: 24px }
}

.homepage-hero .form{
    background: #F5F5F5;
    max-width: 600px;
    margin: 0 auto;
    border: 7px solid #303030;
}

.homepage-hero .form h3 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;
}

.homepage-hero .form .form-text {
    max-width: 438px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
}

.homepage-hero .form .form-text p {
    color: #000 !important;
}

.homepage-hero .form .inner_form {
    margin-top: 25px;
}

.ginput_complex {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}

.ginput_complex > span {
    width: 33.333% !important;
    flex: 1;
}

.homepage-hero .form .inner_form input[type="submit"] {
    margin: 0 auto !important;
    padding: 15px 25px !important;
    background-color: #000 !important;
    border: 2px solid #000 !important;
    font-family: "Avenir Next World", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    border-radius: 25px !important;
}

.homepage-hero .form .inner_form input[type="submit"]:hover {
    background-color: transparent !important;
    color: #000 !important;
}

/* 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%;
}

.content-image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.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 {
    padding-top: 5rem;
    padding-bottom: 3rem;
    position: relative;
    background: #0B0808;
}

#footer .logo-header {
    height: 100px;
}

@media screen and (max-width: 800px) {
    #footer .logo-header { display: block; width: 100%; }
}

#footer .copyright-text span,
#footer .copyright-text p,
#footer .copyright-text a {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
}

#footer .copyright-text .separator {
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

#footer .social-media-links {}

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

#footer .footer-quick-links a {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    #footer .footer-quick-links a { padding: 0 15px; }
}

#footer .copyright-link a {
    color: #000;
    font-size: 0.875em;
}

.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;
}

.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;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    background: #fff!important;
    box-shadow: 0 1px 4px #ECEDF2;
}

/* 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 */
body h2 {
    margin-bottom: 15px !important;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    body h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

h2 span {
    color: #FFA400;
}

body p {
    font-family: "Avenir Next World";
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.table>:not(caption)>*>* {
    border-bottom: none;
    padding: .5rem .5rem .5rem 0;
    background-color: transparent;
}

.custom-list-card {
    padding-left: 150px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1490px) {
    .custom-list-card { padding-left: 0; }
}

.custom-list-card .left {
    width: 87px;
    height: 87px;
    background-color: #fff;
    border: 3px solid #0F2A44;
    border-radius: 5px;
}

.custom-list-card .item-count {
    font-family: 'Roboto Slab', serif;
    font-size: 55px;
    line-height: 63px;
    font-weight: 700;
    color: #B22222;
}

.card.bg-custom {
    
}

.card.bg-custom p {
    color: #fff !important;
}

.card.bg-custom .card-body {
    display: block !important;
}

.card.icon-stacked {
    background-color: #303030;
}

.two-cols-table .contained {
    border-radius: 0;
    background-color: #303030;
}

.two-cols-table .content-text {
    padding-bottom: 35px !important;
}

@media screen and (min-width: 768px) {
    .two-cols-table .content-text {
        padding-right: 50px !important;
        padding-bottom: 0 !important;
    }
}

.two-cols-table th,
.two-cols-table td {
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.two-cols-table td[scope="row"] {
    font-weight: 700;
}

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

@media screen and (max-width: 639px) {
    .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
        flex: 1;
        inline-size: auto;
    }
}

.fw-with-cards .content-text {
    max-width: 706px;
    margin: 0 auto;
}

.serif-card-headings .card-title {
    font-family: 'Avenir Next World', sans-serif !important;
    text-transform: none;
    font-size: 22px;
    line-height: 30px;
}

.white-card-headings .card-title {
    color: #fff;
}

.lower-card-headings .card-title {
    text-transform: none;
}

.card-img {
    border-radius: 0;
}

.overlapping-cards .content-image {
    max-width: 33%;
    width: 500px;
}

@media screen and (max-width: 991px) {
    .overlapping-cards .content-image {
        max-width: 100%;
    }
}

.overlapping-cards .content-image img {
    object-fit: cover;
}

.overlapping-cards .content-text {
    max-width: 800px;
}

@media screen and (min-width: 992px) {
    .full-bleed-image .content-image {
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        width: 50%;
    }

    .full-bleed-image.reverse .content-image {
        left: auto;
        right: 0;
    }
}

.border-bottom-20-black {
    border-bottom: 20px solid #000;
}

@media screen and (min-width: 992px) {
    #locations-section .content-text {
        padding-top: 75px;
        padding-bottom: 50px;
    }
}

/* 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 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    #benefits .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;
    }


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

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

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

    /*.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
        inline-size: 100%!important;
    }
*/

    .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 {
    }

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

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

    }

    /*.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
        inline-size: 100%!important;
    }*/

    .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 {
    }

    .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 {
    }

    #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 {
    }

}

/* 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;
    }
}