.bannerWidget--320 {
    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--320 {
        background-attachment: initial;
    }
}

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

.bannerWidget--320 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 192px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1600px;
    
        min-height: 900px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

.bannerWidget--320 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #ffffff; 
    max-width: 608px; 
    line-height: 1; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--320 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.dividerWidget--321 hr {
    height: 10px; 
    background-color: #d56124;
}.textHeader--322 {
    background-color: #003300; 
    color: #ffffff; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

.textHeader--322 .textHeader__heading {
    color: inherit; 
}

.textHeader--322 .textHeader__subheading {
    color: inherit; 
}.ctaButtonWidget--323 {
    background-color: #FFF; 
    padding-top:7px; 
    padding-bottom: 7px;
    
}.textWidget--324 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: #003300;
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 825px;
    padding-top: 25px; 
    padding-bottom: 25px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

.textWidget--324 a {
    color: #003300;
    text-decoration: none;
}

.textWidget--324 a:hover {
    color: #003300;
    text-decoration: underline;
}
.dividerWidget--325 hr {
    height: 16px; 
    background-color: #003300;
}.ctaButtonWidget--326 {
    background-color: #FFF; 
    padding-top:8px; 
    padding-bottom: 8px;
    
}.imageWidget--327 {
    padding-top: 35px; 
    padding-bottom: 39px;
}

.imageWidget--327 img {
    width: 533px;
    height: auto;
    max-width: 100%;
}.textWidget--328 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: #003300;
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 825px;
    padding-top: 15px; 
    padding-bottom: 15px; 
    line-height: 1.75; 
    background-color: #f1f1f1;
    color: var(--text_color);
}

.textWidget--328 a {
    color: #003300;
    text-decoration: none;
}

.textWidget--328 a:hover {
    color: #003300;
    text-decoration: underline;
}
.dividerWidget--329 hr {
    height: 16px; 
    background-color: #003300;
}