/*Theme Name: Churchs Chicken 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.
*/



/* Setup from acf variables */

/*@font-face {
    font-family: 'Austral Sans';
    src: url('font/Austral-Sans_Stamp-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}*/



* {
    -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: 'tablet-gothic-condensed' !important;
    line-height: 1.4;
    font-style: normal;
    color: var(--primary-text-color);
}

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

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

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

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

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

h6,
.h6 * {
    font-size: 14px;
    line-height: 1.75;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

}

em {
    color: inherit !important;
}

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

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

.text-dark * {
    color: #333;
}

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

.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: .875em;
    line-height: 1.2;
}


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


.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: 100;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: #2d2926;
    transition: .3s all ease-in-out;
}


.logo {
    display: block;
    position: absolute;
    top: -31px;
    left: 0;
    width: 130px;
}

.logo .logo-header{
    width: 100%;
}


.header.scrolled {
    position: fixed!important;
}

.header.scrolled nav {
}

.header.scrolled .logo-header {
}

/* Sections */

.container-fluid {
    position: relative;
}

.row {
    z-index: 10;
}

/* Buttons */
.btn {
    font-size: 22px;
    font-weight: 300;
    border-radius: 15px;
    padding: 10px 16px;
}

input[type="submit"] {
    margin: 0 auto !important;
    padding: 15px 55px !important;
    background: #e0a526 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-family: 'tablet-gothic-condensed' !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    border: 1px solid var(--primary-color) !important;
}

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

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

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

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

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

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

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

.btn-black-outline {
    background-color: transparent!important;
    border: 1px solid #000;
    color: #000;
}

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

.btn-color,
.fullwidth-cards .btn {
    background-color: #395382!important;
    border: 1px solid #395382;
    color: #fff;
}

.btn-color:hover,
.fullwidth-cards .btn:hover{
    background-color: #e0a526!important;
    border: 1px solid #e0a526;
    color: #fff;
}

.btn-color2{
    background-color: #e0a526!important;
    border: 1px solid #e0a526;
    color: #fff;
}

.btn-color2:hover{
    background-color: #395382!important;
    border: 1px solid #395382;
    color: #fff!important;
}

.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 */

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-style: solid;
    border-width: 0;
}

.btn.menu-item{
    padding: 8px 30px;
    line-height: 1;
}
.btn .nav-link {
    color: #fff!important;
    padding: 0;
}

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

.btn .nav-link:hover {
    color: #fff!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: #fff;
        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 .icon{
    position: relative;
    margin-right: 15px;
    background-color: #2d2926;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    flex: 0 0 auto;
    align-self: flex-start;
}

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

.sidebyside-card h3.card-title{
    color: #e0a526;
    font-size: 40px;
}

.sidebyside-card p {
        line-height: 1.2;
    font-weight: 400;
    font-size: 20px;
}

.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: "omnes-pro", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6 !important;
    color: #4B4B4B;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

body p,
body li {
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.6;
    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: 5.125rem;
    padding-bottom: 10.125em;
    background-repeat: no-repeat !important;
    transition: .3s all ease-in-out;
    overflow-y: hidden;
}

.homepage-hero.img-overlay.main-hero p {
    padding: 0;
    background-color: transparent;
}

.homepage-hero.img-overlay,
.hero-form.img-overlay {
    position: relative;
}

.homepage-hero.img-overlay:after,
.hero-form.img-overlay:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
}

.homepage-hero .cutout-effect,
.hero-form .cutout-effect {
    background-image: url(/wp-content/uploads/2023/01/White-Background-Blend-edit.png);
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    text-align: left;
    align-items: center;
    height: 150px;
}

@media screen and (max-width: 578px) {
    .homepage-hero .cutout-effect,
    .hero-form .cutout-effect {
        bottom: -100px;
    }
}

.homepage-hero .cutout-effect-alt,
.hero-form .cutout-effect-alt {
    background-image: url('/wp-content/uploads/2023/03/Group-52.png');
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    text-align: left;
    align-items: center;
    height: 50px;
}

.hero-form.alt-cutout {
    padding-bottom: 100px !important;
}

.hero-form .cutout-effect-alt {
    filter: brightness(100);
}

@media screen and (max-width: 767px) {
    .hero-form.alt-cutout {
        padding-bottom: 75px !important;
    }
}

.homepage-video-container{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.homepage-hero h1{
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    font-family: 'tablet-gothic-condensed' !important;
    font-weight: 900;
}

.homepage-hero p {
    font-family: 'tablet-gothic-condensed' !important;
    text-transform: uppercase;
    font-size: 36px!important;
    color: #e0a526;
    font-weight: 800;
        line-height: 1.2;
}

.homepage-hero p.sub{
    margin-bottom: 0;
    font-family: 'tablet-gothic-condensed' !important;
        line-height: 1.2;
    font-size: 36px;
        color: #ffffff;
        font-weight: 800;
}

.homepage-video-container video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

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

.homepage-hero .form{
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.homepage-hero .btn {
    margin-top: 22px;
}

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

.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;
    background: #e0a526;
}

.copyright-group {
    max-width: none !important;
}

#footer {
    position: relative;
    background: #2d2926;
}

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

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

#footer .copyright-text span {
    font-size: 0.875em !important;
    color: #fff !important;
}

#footer .social-media-links {}

#footer .footer-quick-links .menu-item {
}

#footer h3{
    color: #fff;
}

#footer .footer-quick-links a {
    color: #fff;
    padding: 0 ;
    text-decoration: none;
    font-weight: 700;
}

#footer .footer-quick-links a:hover {
    color: #e0a526;
}

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

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

.social-media-links {}

.social-media-links a {
    font-size: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.social-media-links svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    color: #e0a526;
    fill: #e0a526;
}

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

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

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    background: #f0f0f0!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%;
    }

    .fullwidth-cards.yellow-cards .col-12 {
        margin-top: 100px !important;
    }
    .fullwidth-cards.yellow-cards .col-12:nth-of-type(1) {
        margin-top: 0 !important;
    }
}


/* CUSTOM CSS */
.page-id-744 .header {
    display: none;
}
.page-id-744 .footer-quick-links {
    display: none;
}

.page-id-516 .navbar-nav,
.page-id-516 .navbar-toggler {
    display: none;
}

.page-id-516 .header {
    min-height: 70px;
}

.body-regular a {
    color: #0074db;
    text-decoration: none;
}

.bold-text p {
    font-family: 'tablet-gothic-condensed' !important;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
}

.bold-text p a {
    color: #0074db;
    text-decoration: none;
}

.bordered-img .content-image img {
    border: 2px solid #e0a526;
    border-radius: 10px;
}

.two-columns-layout-block h2 {
    color: #e0a526;
    font-weight: 800;
    font-size: 42px;
}

.fullwidth-cards.bordered {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.fullwidth-cards.bordered .parent-container {
    border: 2px solid #e0a526;
    border-radius: 12px;
    padding-left: 25px;
    padding-right: 25px;
}

.fullwidth-cards.bordered h2 {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -30px;
    margin-bottom: -30px !important;
    color: #e0a526;
    text-transform: uppercase;
    background-color: #F3F7FF;
}

.fullwidth-cards.bordered .intro-text p {
    font-family: 'tablet-gothic-condensed' !important;
    font-size: 28px;
    line-height: 35px;
    color: #2d2926;
    font-weight: 500;
}

.fullwidth-cards.bordered .card-title {
    position: relative;
    font-size: 36px;
    color: #395382;
    font-weight: 800;
    margin-bottom: 32px;
}

.fullwidth-cards.bordered .card-title:after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background-color: #e0a526;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}

.fullwidth-cards.contained-extra-content .extra-content-container {
    position: relative;
    bottom: -55px;
}

/*.fullwidth-cards.contained-extra-content .card {
    margin-bottom: -85px;
}*/

.fullwidth-cards.contained-extra-content .extra-content {
    background-color: #e0a526;
    padding: 15px 25px 0px;
    border-radius: 20px;
}

.fullwidth-cards.bordered.invert-border .extra-content {
    background-color: #395382;
}

.fullwidth-cards.bordered.invert-border .extra-content p {
    color: #fff;
}

.fullwidth-cards.bordered.invert-border .extra-content p a {
    color: #e0a526;
}

.fullwidth-cards.bordered.bold-extra-content .extra-content p {
    font-family: 'tablet-gothic-condensed';
    font-size: 24px;
    font-weight: 600;
}

.fullwidth-cards.bordered .extra-content p a {
    color: #0074db;
    text-decoration: none;
}

.fullwidth-cards.bordered.no-bg .content-text h2 {
    background-color: #fff;
}

.black-heading .content-text h2 {
    color: #404040;
}

.fullwidth-cards.dark-bg-cards h2 {
    color: #e0a526;
    margin-bottom: 0 !important;
}

.fullwidth-cards.dark-bg-cards .body-regular p {
    margin: 0 auto;
    font-family: 'tablet-gothic-condensed';
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.fullwidth-cards.narrow-content .body-regular p {
    max-width: 600px;
}

.fullwidth-cards.dark-bg-cards .sidebyside-card,
.fullwidth-card-slider.dark-bg-cards .sidebyside-card {
    overflow: hidden;
    border: 2px solid #e0a526 !important;
    background-color: rgba(255,255,255,.7);
}

.fullwidth-cards.dark-bg-cards .sidebyside-card .card-parent,
.fullwidth-card-slider.dark-bg-cards .sidebyside-card .card-parent {
    height: 100%;
}

.fullwidth-cards.dark-bg-cards .sidebyside-card .icon {
    width: 150px;
    height: 100%;
}

.fullwidth-card-slider.dark-bg-cards .sidebyside-card .icon {
    width: 300px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .fullwidth-cards.dark-bg-cards .sidebyside-card .icon {
        max-width: 50%;
    }
}

.fullwidth-cards.dark-bg-cards .sidebyside-card .icon img,
.fullwidth-card-slider.dark-bg-cards .sidebyside-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fullwidth-card-slider.dark-bg-cards .sidebyside-card .icon {
    min-height: 300px;
}

.fullwidth-cards.dark-bg-cards .sidebyside-card .content {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
}

.fullwidth-card-slider.dark-bg-cards .sidebyside-card .content {
    width: calc(100% - 300px);
    padding: 15px 25px 30px;
}

.fullwidth-cards.dark-bg-cards .sidebyside-card .content p a,
.fullwidth-card-slider.dark-bg-cards .sidebyside-card .content p a {
    color: #0074db;
    text-decoration: none;
}

.fullwidth-cards.dark-bg-cards .sidebyside-card h3.card-title,
.fullwidth-card-slider.dark-bg-cards .sidebyside-card h3.card-title {
    margin-bottom: 6px !important;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .fullwidth-cards.dark-bg-cards .sidebyside-card h3.card-title {
        font-size: 26px;
    }
}

.fullwidth-cards.dark-bg-cards .extra-content p {
    font-family: 'tablet-gothic-condensed';
    font-size: 28px;
    font-weight: 800;
}

.fullwidth-cards.square-cards .card {
    border-radius: 0;
}

.fullwidth-cards.square-cards .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fullwidth-cards.square-cards .card .card-title {
    margin-bottom: 0;
    color: #e0a526;
    text-transform: uppercase;
    font-size: clamp(20px, 1.5vw, 24px);
}

.fullwidth-cards.square-cards .card .card-title:after {
    display: none;
}

.fullwidth-cards.square-cards .card p strong {
    font-family: 'tablet-gothic-condensed';
    color: #ffffff !important;
    font-size: 35px;
}

.fullwidth-cards.overlapping-btn .btn {
    position: relative;
    top: 28px;
    margin-top: -28px;
}

.fullwidth-cards.icons .icon {
    width: 80px !important;
    margin-left: 35px;
    background: none;
    border-radius: 0;
}

.fullwidth-cards.icons .sidebyside-card .icon img {
    max-width: 65px;
    object-fit: contain;
}

.fullwidth-cards.single-card .card {
    max-width: 400px;
    margin: 0 auto;
}

.two-columns-layout-block .fw-title {
    font-weight: 600;
}

.two-columns-layout-block .content-image img {
    border-radius: 18px;
}

.two-columns-layout-block.rotate-img .content-image img {
    transform: rotate(-90deg);
}

.bold-first-p .body-regular p:first-of-type {
    font-family: 'tablet-gothic-condensed';
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
}

.two-columns-layout-block.bold-first-p p a {
    color: #395382;
    text-decoration: none;
    font-weight: 600;
}

.two-columns-layout-block.bold-first-p p a:hover {
    color: #e0a526;
}

.blue-heading h2 {
    color: #395382 !important;
    font-weight: 800;
}

.yellow-heading h1,
.yellow-heading h2 {
    color: #e0a526 !important;
}

.white-heading h2 {
    color: #fff !important;
}

.yellow-first-p .content-text p:first-of-type,
.yellow-first-p .content-text p:first-of-type strong {
    color: #e0a526 !important;
}

.stats-list {
    list-style-type: none;
    padding-left: 0;
}

.stats-list li {
    display: flex;
    justify-content: flex-start;

    @media screen and (max-width: 767px) {
        display: block;
    }
}

.stats-list li .stat {
    font-family: 'tablet-gothic-condensed';
    font-size: 62px;
    color: #e0a526;
    font-weight: 800;
    padding-right: 20px;
}

.stats-list li .description {
    display: inline-flex;
    align-items: center;
    font-family: 'tablet-gothic-condensed';
    font-weight: 600;
}

.two-columns-layout-block--list .separator {
    position: relative;
    top: -2px;
}

.two-columns-layout-block--list li {
    line-height: 1.2;
}

.fullwidth-layout-block.yellow-links a {
    color: #e0a526;
}

.fullwidth-layout-block.cta-banner {
    padding: 50px 0 !important;
}

.fullwidth-layout-block.cta-banner .content-text h2 {
    margin-bottom: 0 !important;
    font-size: 52px;
}

.fullwidth-layout-block.cta-banner.img-bg .content-text h2 {
    display: inline-block;
    background-color: #e0a526;
}

.fullwidth-layout-block.cta-banner .content-text .body-regular p {
    font-family: 'tablet-gothic-condensed';
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    max-width: 785px;
    margin: 0 auto;
}

.fullwidth-layout-block.cta-banner .content-text .body-regular p:last-of-type {
    margin-bottom: 0 !important;
}

.fullwidth-layout-block.cta-banner .content-text .btn {
    margin-top: 10px !important;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 26px;
    font-weight: 800;
    font-family: 'tablet-gothic-condensed';
}

.main-hero.taller {
    padding-bottom: 12em !important;
}

@media screen and (max-width: 578px) {
    .main-hero.taller {
        padding-bottom: 5em !important;
    }
}

.main-hero.custom-crop {
    background-position: center -200px !important;
}

@media screen and (max-width: 1260px) {
    .main-hero.custom-crop {
        background-position: center center !important;
    }
}

.main-hero h1 {
    margin-top: 45px;
    font-size: 55px;
    line-height: 1.2;
    background-color: #e0a526;
}

.main-hero p {
    max-width: 685px;
    margin: 20px auto 0;
    padding: 25px;
    background-color: rgba(45, 41, 38, 0.77);
    font-weight: 600;
}

.main-hero.standard-p p {
    max-width: 800px;
    color: #fff;
    font-size: 26px !important;
    background-color: transparent;
    text-transform: initial;
}

.four-column-images img {
    max-width: 100%;
}

.four-column-images .first-col {
    display: flex;
    justify-content: center;
}

.four-column-images .first-col img {
    display: inline-block;
    width: 50%;
}

.four-column-images .third-col img {
    padding: 20px;
    background-color: #d2d2d1;
    border-radius: 10px;
}

.four-column-images .third-col p {
    font-size: 26px;
    color: #e0a526;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    font-family: 'tablet-gothic-condensed';
}

.two-cols-with-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-cols-with-slider .swiper-button-prev,
.two-cols-with-slider .swiper-button-next,
.fullwidth-card-slider .swiper-button-prev,
.fullwidth-card-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #e6e6e6;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.fullwidth-card-slider .swiper-button-prev {
    background-color: #e0a52690;
    left: 30px;
}

.fullwidth-card-slider .swiper-button-next {
    background-color: #e0a52690;
    right: 30px;
}

@media screen and (max-width: 800px) {
    .fullwidth-card-slider .card-parent {
        display: block !important;
        height: auto;
    }
    .fullwidth-card-slider .card-parent .icon,
    .fullwidth-card-slider .card-parent .content {
        display: block;
        width: 100% !important;
        height: auto;
    }
}

.two-cols-with-slider .swiper-button-prev::after,
.two-cols-with-slider .swiper-button-next::after,
.fullwidth-card-slider .swiper-button-prev::after,
.fullwidth-card-slider .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}

.yellow-checkmarks ul {
    padding-left: 0;
    list-style-type: none;
}

.yellow-checkmarks ul li {
    position: relative;
    padding-left: 24px;
}

.yellow-checkmarks ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/churchschicken/images/yellow-checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fullwidth-cards.yellow-cards .card {
    background-color: rgba(224, 165, 38, .5);
    border-radius: 0;
    margin-top: 75px;
    margin-bottom: 75px;
    padding-top: 90px !important;
    margin-bottom: -75px !important;
}

.fullwidth-cards.yellow-cards .card .card-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #e0a526;
}

.fullwidth-cards.yellow-cards .card .card-img img {
    object-fit: cover;
}

.fullwidth-cards.yellow-cards .extra-content-container {
    margin-top: 75px;
}

.fullwidth-cards.figure-cards .card {
    border: 2px solid #e0a526 !important;
}

.fullwidth-cards.figure-cards .card .card-title {
    position: relative;
    font-size: 36px;
    color: #395382;
    font-weight: 800;
    margin-bottom: 32px;
}

.fullwidth-cards.figure-cards .card .card-title:after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background-color: #e0a526;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}

.two-columns-layout-block.bold-headings p strong {
    font-family: 'tablet-gothic-condensed';
    color: #395382;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}

.fullwidth-layout-block.cta-text h2 {
    text-transform: uppercase;
    color: #395382;
}

.fullwidth-layout-block.contained-cta .inner-row {
    background-color: rgba(255,255,255,0.89);
    border-radius: 22px;
}

.fullwidth-layout-block.contained-cta.contained-cta-alt .inner-row {
    background-color: rgba(0,0,0,0.73);
    border: 1px solid #e0a526;
}

.fullwidth-layout-block.contained-cta.contained-cta-alt p strong {
    display: block;
    margin-top: 18px;
    color: #e0a526;
}

.fullwidth-layout-block.contained-cta.contained-cta-alt p a {
    color: #fff;
}

.fullwidth-layout-block.contained-cta .inner-row {
    padding-top: 45px;
    padding-bottom: 20px;
}

.fullwidth-layout-block.contained-cta .body-regular p {
    font-size: 40px !important;
    font-weight: 800;
}

.fullwidth-layout-block.contained-cta .content-text .btn {
    display: inline-block;
    margin-top: 28px !important;
}

.cta-form .contained {
    border-radius: 8px !important;
}

.cta-form .heading-col {
    padding-bottom: 0 !important;
    text-align: center;
    color: #fff;
}

.cta-form .heading-col a,
.cta-form .heading-col p {
    color: #fff;
    text-decoration: none;
}

.cta-form .form-col {
    padding-top: 0 !important;
}

.cta-form .form-col form label,
.cta-form .form-col form legend {
    color: #fff;
}

.cta-form.form-with-content .heading-col {
    padding-top: 0 !important;
    text-align: left;
}

.cta-form.form-with-content .row.align-items-center {
    align-items: start !important;
}

.cta-form.form-with-content h3 {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 25px;
    font-family: 'tablet-gothic-condensed';
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 35px;
}

.cta-form.form-with-content .column-image {
    display: block;
    max-width: 100%;
    width: 250px;
    margin: 15px auto 0;
}

.cta-form.form-with-content .heading-col p {
    color: #000;
    font-size: 18px !important;
}

.cta-form.form-with-content .heading-col a {
    font-weight: 700;
    text-decoration: none;
    color: #0074db;
}

.hero-form h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .hero-form h1 {
        font-size: 40px;
        line-height: 48px;
        margin-top: 75px;
    }
}

.hero-form.blue-form .form,
.cta-form.blue-form .form-col {
    background-color: #395382;
}

.hero-form.blue-form .form h3 {
    text-align: center;
    font-size: 35px;
}

.hero-form.blue-form .form h3,
.hero-form.blue-form .form form label,
.hero-form.blue-form .form form legend {
    color: #fff;
}

.fullwidth-card-slider .extra-content p {
    font-family: 'tablet-gothic-condensed';
    font-size: 28px;
    font-weight: 800;
}

.nav-icons img {
    width: auto;
    height: 70px;
}

.nav-icons .card-title {
    font-family: 'tablet-gothic-condensed';
    font-size: 30px !important;
}

.accordion-block h2 {
    color: #000;
}

.accordion .accordion-button {
    background-color: #f4f4f4;
    border-radius: 12px !important;
    display: block !important;
    padding-right: 50px;
    position: relative;
}

.accordion-button::after {
    position: absolute;
    transform: translateY(-50%) !important;
    right: 15px;
    top: 50%;
}

.fullwidth-staff-cards {
    margin-top: 75px;
}

@media screen and (max-width: 991px) {
    .fullwidth-staff-cards .col-12:nth-child(n+2) {
        margin-top: 150px;
    }
    .fullwidth-cards .card .card-parent {
        width: 100%;
    }
    /*.fullwidth-cards.contained-extra-content .card {
        margin-bottom: -25px;
    }*/
}

@media screen and (min-width: 992px) {
    .fullwidth-staff-cards .col-12:nth-child(n+4) {
        margin-top: 150px;
    }
}

.fullwidth-staff-cards .card {
    background-color: #395382;
    padding-bottom: 50px !important;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.fullwidth-staff-cards .card .img-fluid {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;
    transform: translateY(-50%);
    margin-bottom: -150px;
    object-fit: cover;
}

.fullwidth-staff-cards .card .card-title {
    color: #e0a526;
    font-size: 28px;
}

.fullwidth-staff-cards .card p:first-of-type strong {
    display: block;
    margin-bottom: 15px;
    color: #dbdbdb !important;
}

.fullwidth-staff-cards .staff-content {
    max-height: 200px;
    overflow-y: hidden;
}

.fullwidth-staff-cards .read-more {
    display: block;
    margin-top: 5px;
    font-size: 20px !important;
    color: #e0a526;
    cursor: pointer;
}

.fullwidth-staff-cards .read-more:hover {
    color: #fff;
}

.hero-5050 .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
}

.hero-5050 .content .btn {
    max-width: 265px;
}

.hero-5050 .content h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
}

.hero-5050 .content p {
    font-family: 'tablet-gothic-condensed';
    font-size: 28px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .hero-5050 .content {
        padding: 35px;
    }
}

.two-columns-layout-block.black-icons .stats-list li:not(:first-of-type) {
    margin-top: 15px;
}

.two-columns-layout-block.black-icons .stats-list li .stat {
    font-size: 30px;
    color: #fff;
    background-color: #404040;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 22px;
    margin-right: 15px;
}

.two-columns-layout-block.blue-stats .stats-list li .stat {
    color: #395382;
}

.two-columns-layout-block.black-icons .stats-list li .description {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

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

    .two-columns-layout-block.full-bleed-image.reverse .content-image img {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        width: 50vw !important;
        height: 100% !important;
        border-radius: 0 !important;
        object-fit: cover !important;
    }

    .two-columns-layout-block.full-bleed-image .content-image img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        width: 50vw !important;
        height: 100% !important;
        border-radius: 0 !important;
        object-fit: cover !important;
    }

}

.red-heading h2,
.red-heading p,
.red-heading p a {
    color: #9a3324;
}

.star-list ul {
    list-style-type: none;
    text-align: left;
    padding: 0 !important;
}

.star-list li {
    position: relative;
    padding-left: 50px;
    font-size: 26px;
    font-family: 'tablet-gothic-condensed';
}

.star-list li:not(:first-of-type) {
    margin-top: 18px;
}

.star-list li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 38px;
    object-fit: cover;
    background-image: url('/wp-content/uploads/2024/07/star-icon.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.left-heading h2 {
    text-align: left;
}

.bold-list ul li {
    font-weight: 600;
    margin-left: 50px;
    font-family: 'tablet-gothic-condensed';
    text-transform: uppercase;
    color: #e0a526;
    font-size: 26px;
}

.alt-font * {
    font-family: 'tablet-gothic-condensed';
}

.large-text p {
    font-size: 28px;
}

.red-text * {
    color: #9a3324;
}

#ppc-form-section .content h1 {
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 40px;
}

#ppc-form-section .content p {
    font-family: 'tablet-gothic-condensed';
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

#ppc-form-section .form {
    background-color: #395382;
}

#ppc-form-section .form h3 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

#ppc-form-section .form p {
    text-align: center;
    color: #fff;
}

.news-grid-title {
    font-size: 1.5em;
    font-weight: 300;
}

.news-grid-title a {
    text-decoration: none;
    color: #2d2926;
    transition: .2s color;
}

.news-grid-title a:hover {
    color: #e0a526;
}

.news-grid-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.news-grid-date {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    background-color: #00000070;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.news-grid-excerpt {
    font-size: 16px;
}

.btn-small {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 6px;
}

.single-hero-content {
    padding: 35px 30px;
    background-color: #f7f7f7;
    border-left: 5px solid #e0a526;
}

.single-hero-content h1 {
    font-size: 62px;
    font-weight: 800;
}

.single-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    max-height: 450px;
}

.single-hero-meta {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.single-hero-meta li:not(:first-of-type) {
    margin-left: 25px;
}

.news-post h1:not(:first-child),
.news-post h2:not(:first-child),
.news-post h3:not(:first-child),
.news-post h4:not(:first-child),
.news-post h5:not(:first-child),
.news-post h6:not(:first-child) {
    margin-top: 20px;
}

.news-post a {
    text-decoration: none;
}

.news-post .gform-theme--foundation .gfield textarea.large,
.cta-form .gform-theme--foundation .gfield textarea.large {
    min-block-size: 8rem;
}

.gform-theme--foundation .gfield textarea.large {
    min-block-size: 8rem !important;
}

.dropdown-menu {
    background-color: #2d2926;
}

.dropdown-menu a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e0a526;
}

.dropdown-menu a:hover {
    background-color: #e0a526;
    color: 2d2926
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.footer-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-icons-item:first-of-type {
    width: 40%;
}

.footer-icons-item:nth-of-type(2),
.footer-icons-item:nth-of-type(3) {
    width: 20%;
}

/* *{outline:1px dotted red} */

/* END CUSTOM CSS */

/* IMPORTED FORM STYLES */
#gform_wrapper_10 .gf_page_steps, #gform_wrapper_5 .gf_page_steps {
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#gform_wrapper_10 .gf_page_steps::before, #gform_wrapper_5 .gf_page_steps::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e0a526;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#gform_wrapper_10 .gf_page_steps > div, #gform_wrapper_5 .gf_page_steps > div {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
#gform_wrapper_10 .gf_step_active .gf_step_number, #gform_wrapper_5 .gf_step_active .gf_step_number {
    background: #e0a526;
    color: #fff;
    height: 30px;
    width: 30px;
    border-color: #e0a526;
}
#gform_wrapper_10 .gf_page_steps > div .gf_step_label, #gform_wrapper_5 .gf_page_steps > div .gf_step_label {
    display: none;
}
.gform_wrapper.gravity-theme .gf_step_label {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-left: 16px;
}
#gform_wrapper_10 .gf_page_steps > div, #gform_wrapper_5 .gf_page_steps > div {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
#gform_wrapper_10 .gf_step_number, #gform_wrapper_5 .gf_step_number {
    color: #ffffff !important;
    height: 30px !important;
    width: 30px !important;
    border-color: #e0a526 !important;
    background-color: #395382 !important;
}
.gf_step_completed .gf_step_number::after {
    color: #ffffff !important;
    height: 30px !important;
    width: 30px !important;
    border-color: #e0a526 !important;
    background-color: #e0a526 !important;
}
input.gform_next_button,
.gform_previous_button {
    color: #ffffff !important;
    padding-top: 8px !important;
    padding-right: 15px !important;
    padding-bottom: 8px !important;
    padding-left: 15px !important;
    background-color: #e0a526 !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-radius: 10px !important;
}
.field_sublabel_below {
    color: #fff !important;
}
/* END IMPORTED FORM STYLES */


#AvailableMarkets{
    width: 100%;
    height: auto;
}


#stateModal .map-popup-heading {
    font-size: 42px;
    color: #395382;
    font-weight: 800;
    font-family: 'tablet-gothic-condensed' !important;
    /*margin-top: -35px;*/
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

#stateModal .map-popup.territories-available .map-popup-heading{
    color: #546223;
}

#stateModal .map-popup.territories-available .map-popup-button{
    background-color: #546223;
}

#stateModal .map-popup.limited-availability .map-popup-heading{
    color: #9a3324;
}

#stateModal .map-popup.limited-availability .map-popup-button{
    background-color: #9a3324;
}

#stateModal .map-popup.future-growth .map-popup-heading{
    color: #395382;
}

#stateModal .map-popup.future-growth .map-popup-button{
    background-color: #395382;
}

#stateModal .map-popup.territories-available .map-popup-button:hover,
#stateModal .map-popup.future-growth .map-popup-button:hover,
#stateModal .map-popup.limited-availability .map-popup-button:hover{
    background-color: #2d2926;
}


#stateModal .map-list.col-2,
#stateModal ul {
    column-count: 2;
    width: 100%;
    text-align: left;
    list-style: none;
}

#stateModal ul li{
    padding: 8px 16px;
}

#stateModal ul li a{
    text-decoration: none;
    color: #395382;
    position: relative;
    line-height: 1;
}

#stateModal ul li a:after{
    content: '\2192';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 16px;
    color: #395382;
    transition: .3s all ease;
}

#stateModal ul li a:hover{
    color: #000;
}

#stateModal ul li a:hover:after{
    right: -25px;
}

#stateModal .map-popup-button.secondary-btn{
    border-radius: 15px;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    background-color: #395382;
    border: 1px solid #395382;
    color: #ffffff;
}


.legend .swatch {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}

.legend span{
    line-height: 1;
}

/* 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-repeat: no-repeat !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;
    }

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

    #footer h3 {
        margin-top: 15px;
        text-align: center;
    }
    #footer .footer-icons {
        padding: 0 35px;
    }

}

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

    }
}

@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;
    }
    .fullwidth-cards.yellow-cards .col-12 {
        margin-top: 120px !important;
    }
    .fullwidth-cards.yellow-cards .col-12:nth-of-type(1),
    .fullwidth-cards.yellow-cards .col-12:nth-of-type(2) {
        margin-top: 0 !important;
    }
}

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