
.transactional-section {
    padding: 80px 80px;
    background-color: #EDF6F8;
}

.body-text {
    padding-bottom: 24px;
}

.body-text p {
    max-width: 100%;
}
.library-section-title h2 {
    border-bottom: 1px #c9c9c9 solid;
    padding-bottom: 15px;
    margin-top: 25px;
}
.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;
	max-width:800px;
	margin:auto;
}

.transactional-section.hero-style-1 .body-text p {
    padding-top: 10px;
}

.transactional-section h1 {    
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px; /* 125% */
    letter-spacing: -1px;
	margin-bottom:0px;
}

.transactional-section h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 39px;
	margin-bottom:6px;
}

.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;
	padding-top:30px;
}

.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(0,0,0, 0.2);
    z-index: 1;
}
section.hero-style-2 h1{
	margin-bottom:15px;
}
section.hero-style-2.transactional-section p{
	margin-bottom:10px; 
}

section.hero-style-2, section.banner-style-1, section.banner-style-2{
	padding:80px 80px;
}

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: 40vh;
}

.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: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 25px;
}

.cta-buttons a:first-child {
    margin-right: 10px;
}

.transactional-section .zipcode_submit {
    border-radius: 0 4px 4px 0px;
}

.transactional-section.banner-style-2 .bg-container {
    margin: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    border-radius: 8px;
	margin:0px;
}

.section-style-3 h2.headline{
	margin-bottom:15px;
}
.hero .img-frame img, .section-style-2 .img-frame img{
	border-radius:12px;
} 
.hero .img-frame, .section-style-2 .img-frame{
	text-align:center;
}
.section-style-2 .home-about-content{
	padding-right:20px;
}
.hero-style-2 .column-inner-container{
	padding-top:100px;
	padding-bottom:100px;
}
.headline{
	color:#040507;
}
.transactional-section p{
	color:#2C353F;
	
}
.transactional-section .columns-wrapper p{font-size:14px;}
.section-style-3 h2.headline{
	font-size:38px;
	
}
.section-style-3 .steps-wrapper p{
	font-size:14px;
	max-width:80%;
	margin:auto;
}
.section-style-3 .columns-wrapper img{
	border-radius:12px;
}
.transactional-section h2{
	font-size:38px;
	font-weight:600;
	margin-bottom:15px;
}
.section-style-1 .columns-wrapper p{
	padding-left:15px;
	padding-right:15px;
}
.banner-style-2 .bg-container{
    border-radius: 12px !important;
    overflow: hidden;
}


.hero-style-2.Light .headline, .hero-style-2.Light .hero-body, .hero-style-2.Light .hero-body p{color:#fff;}

.banner-style-1.Light .headline, .banner-style-1.Light .hero-body, .banner-style-1.Light .hero-body p{color:#fff;}

.banner-style-2.Light .headline, .banner-style-2.Light .hero-body, .banner-style-2.Light .hero-body p{color:#fff;}

/**********Responsive css******/
@media (max-width: 1024px) {
	.section-style-3 .flex-lg-nowrap{
		flex-direction: column;
        text-align: left;
	}
	.section-style-3 .columns-wrapper .p-2.step-col:first-child .steps-wrapper{
		text-align:left;
	}
	
}

@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;
    }
	section.hero-style-2, section.banner-style-1, section.banner-style-2{
		padding:90px 20px;
	}
	section.banner-style-1 h2{
		font-size:24px;
	}
	
	.transactional-section .zipcode-form input[type="text"].usessid{
		border-radius:8px 0px 0px 8px;
		
	}
}

@media (max-width: 767px) {
h1.headline{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 5px;
    }
.section-style-2 .home-about-content{
	padding-right:0px;
}	
.transactional-section.hero .body-text p, .body-text{
	font-size:18px;
}
.hero-style-2 .column-inner-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-style-1 .columns-wrapper {
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
}
.section-style-3 h2.headline {
    font-size: 25px;
}
.transactional-section h3{
	text-align:center;
}
.section-style-3 .steps-wrapper {
    row-gap: 40px;
    height: 35vh;
}
    section.hero-style-2, section.banner-style-1, section.banner-style-2 {
        padding: 30px 0px;
    }
.section-style-3 .steps-wrapper p {
    max-width: 100%;
    text-align: center;
}	
.section-style-1 .columns-wrapper p {
    padding-left: 0px;
    padding-right: 0px;
}
.hero-style-1 .img-frame img{
		border-radius:0px;
}
.hero-style-1 .about-img-frame{
	margin-left:-4px;
	margin-right:-4px;
}
.transactional-section .body-text p{
	font-size:16px;
	line-height:24px;
	padding-left: 5px;
    padding-right: 5px;
}
.transactional-section h3{
	font-size:20px;
}
.section-style-3 .columns-wrapper img, .section-style-2 .img-frame img {
    border-radius: 8px;
}
.banner-style-2 .bg-container {
    border-radius: 8px !important;
}
.section-style-2 .about-section-row .col-lg-6 {
	padding-bottom:10px;
}

}


@media (max-width: 480px) {
    .transactional-section.banner-style-2 .bg-container {
        margin: 15px;
        padding: 30px 0;
    }
}