.transactional-section {
    padding: 80px 80px;
    background-color: #EDF6F8;
}

.body-text {
    padding-bottom: 24px;
}

.body-text p {
    max-width: 100%;
}

.transactional-section.hero .body-text p, .body-text {
    font-size: 20px;
    line-height: 28px;
}

.transactional-section .body-text p {
    color: #2C353F;    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.transactional-section.hero-style-1 .body-text p {
    padding-top: 10px;
}

.transactional-section h1 {    
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px; /* 125% */
    letter-spacing: -1.5px;
}

.transactional-section h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
}

.step-col {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.column-inner-container {
    padding: 0;
}

.hero-style-2 .column-inner-container, .hero-style-2 .zipcode-form, .section-style-1, .section-style-3, .banner-style-1, .banner-style-2 {
    text-align: center;
    margin: auto;
}

.banner-style-1 form, .banner-style-2 form {
    justify-items: center;
}

.section-style-1 .columns-wrapper {
    justify-content: center;
    gap: 50px;
}

.step-col {
    width: 100%;
}

/*styling for bg overlays for readability*/
section.hero-style-2::after, section.banner-style-1::after, .transactional-section.banner-style-2 .bg-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255, 255, 0.5);
    z-index: 1;
}

section.hero-style-2, section.banner-style-1, .transactional-section.banner-style-2 .bg-container {
    position: relative;
}

section.hero-style-2 .container, section.banner-style-1 .container, .transactional-section.banner-style-2 .bg-container .container {
    position: relative;
    z-index: 2;
}
/*END - styling for bg overlays for readability*/

.section-style-3 .steps-wrapper {
    row-gap: 50px;
    justify-content: center;
    flex-direction: column;
    height: 49vh;
}

.transactional-section.hero-style-2, .transactional-section.banner-style-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.primary-cta, .secondary-cta {    
    border-radius: 6px;
    border: 1px solid #FF645C;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    padding: 11px 25px;
    align-items: center;
    color: #FF645C;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition-duration: 0.3s;
}

.coral .primary-cta {
    border: 1px solid #FF645C;
    background: #FF645C;
    color: #fff;
}

.coral .secondary-cta {
    border: 1px solid #FF645C;
    background: #FFF;
    color: #FF645C;
}

.coral .primary-cta:hover {
    border: 1px solid #dd564a;
    background: #dd564a;
    color: #fff;
}

.coral .secondary-cta:hover {
    border: 1px solid #FF645C;
    background: #FF645C;
    color: #fff;
}

.teal .primary-cta {
    border: 1px solid #2E7D8E;
    background: #2E7D8E;
    color: #fff;
}

.teal .secondary-cta {
    border: 1px solid #2E7D8E;
    background: #FFF;
    color: #2E7D8E;
}

.teal .primary-cta:hover {
    border: 1px solid #216672;
    background: #216672;
    color: #fff;
}

.teal .secondary-cta:hover {
    border: 1px solid #2E7D8E;
    background: #2E7D8E;
    color: #fff;
}

.cta-buttons a {    
    text-align: center;    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8.75px 16px 9.25px 16px;
}

.hero .cta-buttons a {    
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 17px 32px;
}

.cta-buttons a:first-child {
    margin-right: 10px;
}

.transactional-section .zipcode_submit {
    border-radius: 0;
}

.transactional-section.banner-style-2 .bg-container {
    margin: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    border-radius: 8px;
}


@media (max-width: 992px) {
   
    .transactional-section.hero-style-1 .col-lg-6:nth-of-type(2) {
        padding: 0;
    }
    

    .transactional-section:first-of-type {
        padding-top: 0;
    }

.transactional-section, .transactional-section.hero-style-2 {
        padding: 32px 0;        
    }

    .content {
        padding-bottom: 24px;
    }

    h1.headline {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    h2.headline {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 28px;
        font-weight: 600;
    }

    .transactional-section .body-text {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }

    .transactional-section.hero .body-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .transactional-section .col-lg-6, .transactional-section .col-lg-6.order-1 {
        padding-bottom: 32px;
    }
    .transactional-section .col-lg-6.order-2 {
        padding-bottom: 0;
    }
    .cta-buttons a {
        display: block;
        text-align: center;
        margin-bottom: 10px;       
    }
    .cta-buttons a:first-child {
         margin-left: 0;
        margin-right: 0;
    }
    .cta-buttons a {            
        font-size: 14px;        
        font-weight: 400;
        line-height: 20px;
        padding: 8px 16px;
    }
    .hero .cta-buttons a {    
        font-size: 16px;        
        line-height: 24px;
        padding: 12px 32px;
    }
}

@media (max-width: 768px) {
    .transactional-section.banner-style-2 .bg-container {
        margin: 20px;
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .transactional-section.banner-style-2 .bg-container {
        margin: 15px;
        padding: 30px 0;
    }
}