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

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


/* Setup from acf variables */

/*@font-face {
    font-family: '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,
h5,
h6 {
    font-family: "EB Garamond", sans-serif !important;
	font-feature-settings: 'liga' off, 'clig' off;
    line-height: 1.4;
    color: var(--primary-text-color);
}

h1,
.h1 {
    font-size: 100px;
    line-height: 1.25;
    font-weight: 400;
}

h2,
.h2 {
    font-size: 55px !important;
    line-height: 64px !important;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

h4,
.h4 {
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
	color: var(--primary-text-color);
}

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

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

}

.text-white *,
.head-white h1,
.head-white h2 {
    color: #fff;
}

.text-black * {
    color: #1C2536;
}

.text-dark * {
    color: #1C2536;
}

.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: #1C2536 !important;
}

.light {
    color: #FFFFFF !important;
}

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

.text {
    color: #1C2536 !important;
}

.text-footer {
    color: #1C2536 !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: #f1f2f4 !important;
}

.grayish-bg h2 {
    color: #1C2536 !important;
}

.grayish-bg p {
    color: #1C2536 !important;
}

.disclaimer p,
.disclaimer ul li{
    font-size: .875em;
    line-height: 1.2;
}

.sub {
    color: #1C2536;
    font-weight: 700;
    position: relative;
}

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

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

select {
    cursor: pointer;
}

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

/* Animations */
.container-fluid.reveal {
    opacity: 0;
    transition: opacity 0.8s ease-out;
    will-change: opacity;
}

.container-fluid.reveal.in-view {
    opacity: 1;
}

.swiper-wrapper {
	justify-content: center;
}

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

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

.pt-6 {
    padding-top: 5.5rem !important; 
}

.pt-7 {
    padding-top: 6.5rem !important;
}

.pb-6 {
    padding-bottom: 5.5rem !important; 
}

.pb-7 {
    padding-bottom: 6.5rem !important;
}

.topbar {
	flex-wrap: nowrap;
}

.topbar a {
	color: #FFF;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin-left: 32px;
}

.topbar a:hover {
	text-decoration-line: none;
}

.header.fixed-top.scrolled .topbar {
	display: none;
}

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

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

.header.scrolled {
    background: #1C2536 !important;
}

.header.scrolled nav {
    padding: .5rem !important;
}

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

.nav-link:focus-visible {
	box-shadow: none !important;
}

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

.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
	background-color: #1C2536 !important;
	color:#fff !important;
}

.small-head h2 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.small-para .body-regular {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.small-para-2 p {
	max-width: 700px;
	font-size: 16px !important;
	line-height: 26px !important; 
}

.left-small-para h2,
.left-small-para .body-regular {
	text-align: left !important;
	max-width: 550px;
}

.mw-100,
.mw-100.left-small-para h2,
.mw-100.left-small-para .body-regular {
	max-width: 100% !important;
} 

.row-pt-0 .row:first-child.py-5,
.row-pt-0 .row:first-child.pt-5 {
	padding-top: 0px !important;
}

.image-size-40 .cardgroup .card img {
	width: 40px;
	height: 40px;
}

.image-size-40 .cardgroup .card-body {
	margin-top: 16px !important;
}

.basic-image-center .cardgroup .card {
	align-items: center;
}

.image-blocks-section .card {
	background-color: #fff !important;
	padding: 0px !important;
}

.image-blocks-section .card-body {
	background-color: #cbcdd1;
	padding: 30px 20px 24px !important;
	text-align: center;
	align-content: center;
	margin: 0 !important;
}

.image-blocks-section .card img {
	padding: 40px;
	width: 360px;
	height: 200px;
	object-fit: contain;
	margin: auto;
	max-width: 100%;
}

.image-blocks-section .card a {
	color: #0E0F11 !important;
	text-decoration: none !important;
}

.shaded-image-blocks .cardgroup .card h4 {
	min-height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shaded-image-blocks .card img {
	width: auto;
	height: auto;
	object-fit: cover;
	padding: 0;
}

.shaded-image-blocks .cardgroup .col-12 .card-body {
	background-color: #E6E7EA; 
}

.shaded-image-blocks .cardgroup .col-12:first-child .card-body {
	background-color: #F1F2F4; 
}

.shaded-image-blocks .cardgroup .col-12:last-child .card-body {
	background-color: #CBCDD1; 
}

.team-block-section .cardgroup .card img {
	max-height: 305px;
	max-width: 100%;
	object-fit: cover;
	object-position: top;	
}

.card a {
	text-decoration: none !important;
}

.card a h4, .card a:hover h4, .card a:active h4,
.card a p, .card a:active p, .card a:hover p {
	color: #1C2536 !important;
	text-decoration: none !important;
}

.text-white .card a h4, .text-white .card a:hover h4, .text-white .card a:active h4,
.text-white .card a p, .text-white .card a:active p, .text-white .card a:hover p {
	color: #fff !important;
}

.blog-news-block .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-news-block .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
    justify-content: flex-start;
    text-align: left;
    background-color: #cbcdd1;
    padding: 30px 20px 24px !important;
    margin: 0 !important;
}

.blog-news-block .cardgroup .card h4 {
    display: block;
    min-height: 0;
    margin-bottom: 0.25rem; 
    text-align: left;
}

.blog-news-block .card-body .link {
	font-weight: 400;
	text-decoration-line: underline;
    margin-top: auto;
    align-self: flex-start;  
}

.single .post-navigation a,
.posts-pagination a {
    color: #1C2536 !important;
    text-decoration: none !important;
	font-weight: 400 !important;
}

.trans-cards .card {
	background-color: transparent !important;
}

.swiper-gallery .swiper-slide img {
    width: 100%;
    height: 370px;         
    object-fit: cover;
    display: block;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -3px);
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -3px);
}


/* Sections */

.align-text-left .body-regular,
.align-text-left .body-regular p {
	text-align: left !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
	font-size: 14px !important;
	line-height: 16px !important;
	font-family: Inter, sans-serif !important;
}

.gform_required_legend {
	display: none !important;
}
.gfield_label,
.gform-field-label {
	color: #fff !important;
}
.gform_button,
.button {
    background: #8FA4B6 !important;
    border-radius: 34px !important;
    color: #1C2536 !important;
    border: 1px solid #8FA4B6 !important;
	padding: 12px 20px !important;
	font-weight: 700 !important;
}
.gform_button:hover,
.button:hover,
.gform_button:active,
.button:active, 
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #1C2536 !important;
	border-color: #DEEAF5 !important;
	color: #DEEAF5 !important;
}
.form-disclaimer {
	color: #FFF;
	font-size: 12px !important;
	font-style: italic;
	line-height: 18px !important;
}
.modal .gfield_label,
.modal .gform-field-label,
.modal .form-disclaimer {
	color:#1C2536 !important;
}

.justify-content-start .cardgroup.justify-content-center {
	justify-content: flex-start !important;
}

.client-login-blocks .col-12 {
	background-color: #fff;
}

.client-login-blocks .col-12:first-child {
	background-color: #1C2536;
}

#bottom-cta {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.single-team .team-hero img {
	max-height: 662px;
	max-width: 100%;
	object-fit: cover;
}

.single-team .team-hero .content-image {
	text-align: left !important;
}

.single-team .team-hero .ps-md-5 {
	padding-left: 0px !important;
}

.container-fluid {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row {
    z-index: 10;
}

/* Buttons */

.btn-primary,
[class^='-primary'],
[class*=' -primary'],
input[type="submit"] {
    background: #8FA4B6;
    border-radius: 34px;
    color: #1C2536;
    border: 1px solid #8FA4B6;
	padding: 20px 32px;
	font-weight: 700;
	font-feature-settings: 'liga' off, 'clig' off;
}

.nav .btn-primary {
    background: #DEEAF5 !important;
    border-radius: 30px !important;
    border: 1px solid #DEEAF5 !important;
	padding: 6px 20px;
}

.nav .btn-primary a {
    color: #1C2536 !important;
	font-weight: 700 !important;
	font-feature-settings: 'liga' off, 'clig' off;
}

.nav .btn-primary:hover,
.nav .btn-primary:active {
	background: #1C2536 !important;
    border-color: #DEEAF5 !important;
}

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

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

.btn-primary:hover,
.btn-primary:active,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #1C2536;
	border-color: #1C2536;
	color: #DEEAF5;
}

.text-white .btn-primary:hover {
	border-color: #DEEAF5;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #1C2536 !important;
    border-radius: 34px;
	font-weight: 700;
}

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

.btn-secondary:hover,
.btn-secondary:active {
    background: #1C2536;
    color: var(--secondary-color) !important;
    border-color: #1C2536;
}

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

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

/* Nav */

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
    font-weight: 400;
}

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


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

@media screen and (max-width:1200px) {
    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: rgb(28 37 54 / 80%);
        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: 10px auto 0;
        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 .header .nav-link, body .header .navbar-nav .nav-link.active,
    .nav-link, .navbar-nav .nav-link.active {
        color: #1C2536;
    }
	
	.align-row-items-center .content-image {
		margin-top: 40px;
		margin-bottom: 40px;
	}
		
	.shaded-image-blocks .cardgroup .card h4 {
		min-height: 3.3rem;
	}

}

.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: 0px;
    border: 0;
}

.card img {
	border-radius: 0px !important;
}

.card p {
    margin-bottom: 0;
}

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

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

a.link {
	color: #4D7493;
	font-weight: 700;
	text-decoration-line: underline;
}

a.link:hover {
	text-decoration: none;
}

.col-img-left img {
	height: 660px;
	object-fit: contain;
	width: 100%;
}

.col-img-left img {
	object-position: left top;
}

.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) {
	.col-img-left img {
		height: 400px;
	}
    .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: #1C2536;
}

::selection {
    color: #fff;
    background: #1C2536;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1C2536;
    overflow-wrap: break-word;
    word-wrap: break-word;
	font-feature-settings: 'liga' off, 'clig' off;
}

body p {
    font-family: "Inter", sans-serif;
	font-feature-settings: 'liga' off, 'clig' off;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1C2536;
}

body p a {
	color: #1C2536;
	text-decoration: none;
}

body .fs24 {
	font-size: 24px;
	line-height: 32px;
}

body .fs12,
body .fs12 p {
	font-size: 12px;
	line-height: 18px;
}

.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: 24px !important;
    font-weight: 600 !important;
	line-height: 1.5 !important;
	color: #000 !important;
}

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

.accordion .accordion-button,
.accordion .accordion-body {
	border-bottom: 1px solid #DBD6D1;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button::before {
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    margin-right: .75rem;
    transition: transform .2s ease-in-out;
    transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::before {
    transform: rotate(180deg);
}

.accordion-button {
    display: flex;
    align-items: center;
}


/* Homepage Hero */

.homepage-hero {
    position: relative;
    padding-top: 10.125rem;
    padding-bottom: 5.125em;
    background-repeat: no-repeat !important;
    transition: .3s all ease-in-out;
	overflow: hidden;
}

body:not(.home) .homepage-hero {
	min-height: 80vh;
    align-content: center;
    flex-wrap: wrap;
}

.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 p {
	font-size: 24px;
	line-height: 32px;
	padding-left: 5px;
}

.homepage-hero .hero-inner {
    position: relative;
    z-index: 2;
}

.homepage-hero.has-video .hero-video-wrapper {
    position: absolute;
    inset: 0;             
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    display: none;         
}

.homepage-hero.has-video .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;   
}

.homepage-hero.has-video .hero-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
    pointer-events: none;
    display: none;      
}

.single-team .team-hero {
	padding-top: 14rem !important;
}

.single-team .team-hero p {
	padding-left: 0px;
}

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

.bg-position-center {
	background-position: center !important;
}

.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;
	max-width: 800px;
}

/* Testimonials */

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

.rating-star {
    fill: #FFE386
}

.testimonial-card {
    border: 0;
}

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

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

.testimonials-image img {}

/* Contact form */

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

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

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

}

/* Footer */

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

#footer {
    position: relative;
    background: #E6E7EA;
}

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

#footer .footer-quick-links a {
    padding-top: 8px;
	padding-bottom: 8px;
}

#footer a {
	color: #1C2536;
    padding-top: 10px;
	padding-bottom: 10px;
    text-decoration: none;
	font-weight: 400;
}

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

.social-media-links {}

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

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

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

.footer-quick-links {}

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

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


.gform_wrapper .gform_fields {
    row-gap: 20px !important;
    column-gap: 12px !important;
}

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

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

.align-items-left .cardgroup {
	justify-content: flex-start !important;
}


/* ALL MOBILE DEVICES */
@media (max-width: 600px) {
	.topbar a {
		margin-left: 8px;
		margin-right: 8px;
	}
	
    .position-md-absolute {
        position: relative;
    }

    img.logo-header {
        height: 45px !important;
        margin: 0 auto;
        display: block;
        object-fit: contain;
		object-position: top;
    }
	.header.scrolled .logo-header {
    	height: 32px !important;
	}

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

    h2,
    .h2 {
        font-size: 38px !important;
        line-height: 1.25 !important;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 26px;
    }

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

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

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

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

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

    .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;
    }
	
	#hero h1, .homepage-hero h1 {
		padding-top: 50px;	
	}

}

/* TABLET DEVICES */
@media (min-width: 601px) and (max-width: 768px) {
	#hero h1, .homepage-hero h1 {
		padding-top: 60px;	
	}
	
	img.logo-header {
        height: 67px !important;
        margin: 0 auto;
        display: block;
		object-fit: contain;
		object-position: top;
    }
	.header.scrolled .logo-header {
        height: 32px !important;
	}

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

    h2,
    .h2 {
        font-size: 38px !important;
        line-height: 1.25 !important;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 26px;
    }

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

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

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }
	
    .position-md-absolute {
        position: relative;
    }

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

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

    .legend>div {
        width: 100%;
    }

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

@media (max-width: 1200px) {
	body:not(.home) .homepage-hero {
		min-height: 70vh;
	}
	.single-team .team-hero {
		padding-top: 9rem !important;
	}
	.single-team .team-hero .content-image {
		padding-bottom: 40px;
	}
	.single-team .team-hero .col-12,
	.team-bio-para .col-12 {
		padding-left: calc(1.5rem * .5) !important;
	}
	.navbar-nav .nav-item {
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	}	
	.navbar-nav .nav-item a {
		color:#fff !important;
	}
	
	.navbar-nav .nav-item .dropdown-menu a {
		color: #1C2536 !important;
		text-align: center;
		border-bottom: 1px solid #efefef;
	}	
	
	.navbar-nav .nav-item .dropdown-menu a.active {
		color: #fff !important;
	}
		
	.navbar-nav .dropdown-menu a:last-child {
		border-bottom: 0px;
	}
	
	.navbar-nav .nav-item .dropdown-toggle {
		background-color: #1C2536 !important;
	}
	
	.navbar-nav .dropdown-menu {
		border-radius: 0px !important;
		border: 0px !important;
	}
	
	.navbar-nav .nav-item.btn {
	    margin-top: 15px !important;
		max-width: 200px;
		margin: auto;		
	}
	.navbar-nav .nav-item.btn a {
		color: #1C2536 !important;
	}
	.navbar-nav .nav-item.btn:hover a {
		color: #fff !important;
	}
    #about .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@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;
    }
	
	.single-team .team-hero {
		padding-top: 6.5rem !important;
	}
}

/* TABLETS AND SMALLER LAPTOPS */
@media (min-width: 768px)  {
    .homepage-hero.has-video .hero-video-wrapper,
    .homepage-hero.has-video .hero-video-overlay {
        display: block;
    }
}

@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: 1024px) {
    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 5.125em;
    }

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

@media (min-width: 769px) and (max-width: 1200px) {
    .process-list .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 50%;
    }
	
	#hero h1, .homepage-hero h1 {
		padding-top: 60px;	
	}
}

/* SMALL LAPTOPS AND UP */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        column-gap: 1em;
    }

    .navbar-expand-xl .navbar-nav {
        column-gap: 1em;
    }
	
	#bottom-cta .row .row .col-lg-6.order-1 {
		width: 90% !important;
	}
}

@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: 400;
        font-size: 21px;
    }
}

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

}

/* 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;
    }
	
	.mid-col-gap .content-image {
		padding-left: 30px;
	}
	.mid-col-gap .content-text {
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown-toggle::after {
        transition: transform 0.2s;
    }
    .navbar .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

@media (min-width: 1300px) {
	.mid-col-gap .content-image {
		padding-left: 100px;
	}
	.mid-col-gap .content-text {
		padding-right: 100px;
	}
	
	#bottom-cta {
		border-bottom: 8px solid transparent;
		border-image: linear-gradient(90deg, #557EA1 0%, #557EA1 73.49%) 1;
	}
	#bottom-cta .row .row .col-xl-6.order-1 {
		width: 73% !important;
	}
}

@media (min-width: 1600px) {
	#bottom-cta .row .row .col-xl-6.order-1 {
		width: 70% !important;
	}
}

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

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