.howItWorksWidget--36 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

.howItWorksWidget--36 a {
    color: var(--link_color);
}

.howItWorksWidget--36 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.dividerWidget--47 hr {
    height: 16px; 
    background-color: #EEE;
}.bannerWidget--60 {
    background-image: url(); 
	background-attachment: scroll; 
	background-position: 50% 100%; 
	background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--60 {
        background-attachment: initial;
    }
}

.bannerWidget--60::after {
    background-color: transparent;
    z-index: 1;
}

.bannerWidget--60 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
        max-width: 1600px;
    
    }

.bannerWidget--60 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #266d22; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--60 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #266d22; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.contactFormWidget--49 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}