/*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 */
* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

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

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

body {
    font-family: "Sintony", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #4B4B4B;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

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

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

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

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

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

h4,
.h4 * {
    font-size: 36px;
    font-weight: 700;
}

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

h6,
.h6 * {
    font-size: .8rem;
    font-weight: 700;
}

.single h1{
    font-size: 2rem;
}

body.page-template-my_account h1{
    font-size: 42px;
}

.media-modal-content h1,
.media-modal-content h2{
    font-size: 16px!important;
}

body.page-template-my_account h2{
    font-size: 36px;
}

body.page-template-my_account h3{
    font-size: 32px;
}

body.page-template-my_account h4{
    font-size: 24px;
}

body.page-template-my_account h2.card-title{
    font-size: 18px;
}


body.page-template-my_account h3.card-title{
    font-size: 16px;
}



blockquote{
    padding-left: 20px;
    border-left: 2px solid #D25800;
    color: #D25800;
}

blockquote p{
    color: #D25800;
    font-size: 24px;
    line-height: 1.25;
}

blockquote p:last-child{
    color: #151515;
    font-size: 14px;
}


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

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

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

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

.bg-white{}
.bg-dark{}
.bg-orange{
    background: #D25800!important;
}

.bg-opaque-orange{
    background: #D2580010!important;
}
.bg-transparent{}

.border-orange{
    border-color:#D25800!important;
}

.background-block{
    width: 80%;
    height: 200px;
    z-index: -1;
    position: absolute;
    margin-left: calc(1.5rem * -.5);
}

.background-block.bottom{
    bottom: 0;
}

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

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

select {
    cursor: pointer;
}

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

.header {
    position: sticky;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 20 rgba(0,0,0,.1);
}

body.home .header {
    top: 0;
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 1000;
    position: sticky;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

img.logo-header{width: 200px;
    transition: .3s all ease-in-out;
}

.header.scrolled {
}

/* Sections */

.container-fluid:not(.header) {
    position: relative;
}

.row {
    z-index: 10;
}

/* Buttons */

input[type="submit"] {
    background: #D25800!important;
    border-radius: 0;
    color: #fff!important;
    border: 1px solid #D25800!important;
}

input[type="submit"]:hover {
    background: #fff!important;
    border-radius: 0;
    color: #D25800!important;
    border: 1px solid #D25800!important;
}

.btn-orange{
    background: #D25800;
    color: #fff;
    border: 1px solid #D25800;
}

.btn-orange:hover{
    background: #fff;
    color: #D25800;
    border: 1px solid #D25800;
}

.btn-blue{
    background: #003593;
    color: #fff;
    border: 1px solid #003593;
}

.btn-blue:hover{
    background: #fff;
    color: #003593;
    border: 1px solid #003593;
}

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

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

.btn-gray-outline{
    color: #000;
    background: transparent;
    border: 1px solid #CCCCCC;
}

.btn-gray-outline:hover{
    color: #fff;
    background: #D25800;
    border: 1px solid #D25800;
}

.btn-text {
    color: #D25800;
    padding-left: 0;
}

.btn-text:hover{
    color: #151515;
}

.btn-text.arrow{
    position: relative;
}

.btn-text.arrow:after{
    content: '→';
    position: absolute;
    right: -10px;
    transition: .3s all ease-in-out;
}

.btn-text.arrow:hover:after{
    right: -15px;
}

.btn-sort,
.btn-status {
    background: #fff;
    color: #003593;
    border: 1px solid #003593!important;
    font-size: .8rem;
    font-weight: 500;
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.btn-sort > div,
.btn-status > div {
    width: 85%;
    overflow: hidden;
}

.btn-sort:after,
.btn-status:after {
    font-size: 1.6rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
} 


.btn-sort img,
.btn-status img{
    width: 16px;
    margin-right: 10px;
}

/* topnav */
.topnav{
    background: #F6F6F6;
}

.topnav a{
    font-size: 14px;
    text-decoration: none;
    padding: 4px 8px;
    color: #000;
    transition: .3s all ease-in-out;
}
.topnav a:hover{
    color: #D25800;
}

/* Nav */
.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #3D3D3D;
    font-weight: 500;
}

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

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

.btn-orange:hover .nav-link{
    color: #3D3D3D;
}


body.page-template-login .form-control{
    background-color: #fff;
    border: 1px solid #ddd;
}

body.page-template-login .form-section p{
    font-size: 14px;
}

body.page-template-login .form-section p a{
    text-decoration: none;
    color: #D25800;
}

body.page-template-login .form-section p a:hover{
    color: #151515;
}

@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: #000;
        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;
}

.contained {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.form-contained{

}

.orange-line{
    background: #D25800;
    height: 8px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

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

.card.bg-white{
}


.card p {
    margin-bottom: 0;
}

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

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

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

}

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


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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Accordion */

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

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

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

/* Homepage Hero */

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

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

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

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

.bg-grey{
    background-color: #00000020;
}

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

.cta-container{
    padding-left: 0;
    max-height: 500px;
    height: 100%;
    overflow: hidden;
}

.cta-container img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cta-container-content{
    margin-bottom: 100px;
}

.layout2-cta-container{
    top: -20px; 
    left:40%; 
    transform:translatex(-50%);
}

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

/* blog */
.blog-item-box{}
.blog-item-box .card{
    background: #F6F6F6;
}

.blog-item-box .card .news-name {
    padding: 5px 15px;
    font-size: 16px;
}

.blog-item-box .card .news-name.new-class{
    background: #D25800;
    color: #fff;
}
.blog-item-box .card .news-name.urgent{
    background: #D20000;
    color: #fff;
}
.blog-item-box .card .news-name.reminder{
    background: #FFF27C;
    color: #000;
}

.blog-item-box .post-date{
    color: #919191;
    font-size: 16px;
}

.blog-item-box .card h2 a{
    font-size: 20px;
    color: #D25800;
}


/* filters */

.dropdown-menu{
    font-size: 14px;
    min-width: 270px;
}

.dropdown-menu li{
    font-size: 14px;
    
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d25800;
}


.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
    padding: 0.75rem;
}
  
.pagination li {
    display: inline;

}
  
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #d25800;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.pagination li a:hover,
.pagination li.active a {
    background-color: #d25800;
}

/* Footer */
#footer {
    position: relative;
    background: #F6F6F6;
}

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

#footer .footer-navigation h4 {
    font-size: 16px;
}

#footer .footer-navigation p {
    font-size: 14px;
}

#footer .footer-navigation a {
    color: #527183;
    font-size: 14px;
    text-decoration: none;
}

.copyright p{
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
}
.copyright a {
    color: #3D3D3D;
}

#footer .social-network {}

#footer .social-network a {
    padding: 10px;
    background-color: #FFFFFF;
    height: 100%;
}

#footer .social-network a svg {
    height: 20px;
    margin: 0 10px;
    color: #003593;
    fill: #003593;
}

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


.form{
   max-width: 650px;
}

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

.form-section h1{
    font-size: 2.75rem;
}

.gform_wrapper h2{
    font-size: 2rem;
}
.gform_wrapper h3{
    margin-top: 20px;
    font-size: 1.75rem;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    background: #f0f0f0!important;
}

.gform_wrapper .gfield.gfield--type-radio {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.gform_wrapper .gfield.gfield--type-radio legend{
    inline-size: 40%;
}

.gform_wrapper .ginput_container_radio .gfield_radio{
    flex-direction: row!important;
    justify-content: space-between;
}

.gform_wrapper .ginput_container_radio{
    inline-size: 60%!important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    accent-color: #D25800;
}
.gform_wrapper .ginput_container_radio .gfield-choice-input{
    width: 30px;
    height: 30px;
}

.gform_wrapper .ginput_container_radio .gfield_radio .gchoice label{
    font-weight: 700;
    font-size: 18px;
}

.gform_wrapper .ginput_container_radio .gfield_radio .gchoice{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gform_wrapper .ginput_container_radio .gfield_radio .gchoice label{
    margin: 0;
}

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

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

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

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


/* CUSTOM CSS */


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

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

    .layout2-cta-container{
        top: -20px; 
        left:0; 
        transform:none;
    }


    img.logo-header {
        width: 150px;
    }

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

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

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

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

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

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

    }

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

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


    .form-section h1{
        font-size: 2rem;
    }

    .gform_wrapper h2{
        font-size: 1.5rem;
    }
    .gform_wrapper h3{
        margin-top: 20px;
        font-size: 1.25rem;
    }

    .gform_wrapper .gfield.gfield--type-radio legend{
        inline-size: 100%;
    }

    .gform_wrapper .ginput_container_radio{
        inline-size: 100%!important;
    }

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

    }

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

    }

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

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

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

}

/* TABLET DEVICES */

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

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

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

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

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

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

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

    }

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

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

    .layout2-cta-container{
        top: -20px; 
        left:0; 
        transform:none;
    }


    .form-section h1{
        font-size: 2rem;
    }

    .gform_wrapper h2{
        font-size: 1.5rem;
    }
    .gform_wrapper h3{
        margin-top: 20px;
        font-size: 1.25rem;
    }

    .gform_wrapper .gfield.gfield--type-radio legend{
        inline-size: 100%;
    }

    .gform_wrapper .ginput_container_radio{
        inline-size: 100%!important;
    }
}

@media (max-width: 992px) {

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

    .layout2-cta-container{
        top: -20px; 
        left:0; 
        transform:none;
    }

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

    .nav-link {
        color: #000;
    }

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

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

/*SMALL LAPTOPS AND UP*/

@media (min-width: 992px) {

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

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

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

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

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

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

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

/* TABLETS AND SMALLER LAPTOPS */

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

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

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

    }

}

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

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

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

    }
}

/* Bigger Laptops */

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


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

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

}

/* MEDIUM Laptops and zoomed in screens */

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


@media (max-width: 1200px) {

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

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

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