/** Shopify CDN: Minification failed

Line 106:27 Expected identifier but found "!"
Line 129:0 Expected "}" to go with "{"

**/
.header-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap:wrap;
    background-color:#F6F6F6;
    padding:2px;
}
.header-email, .header-phone {
    font-size:13px;
    font-weight:bold;
    color: #707070;
    margin-right: 30px;
}
.header-email a, .header-phone a {
    text-decoration:none;
    color: #707070;
}

.header {
        border-bottom: 5px solid #009540;
    }

.header__inline-menu {
    border-top: 5px solid #009540;
}
.header__heading-logo-wrapper {
    padding: 1rem 0;
}
.header__icons {
    padding-right: 5%;
}

@media screen and (min-width: 990px) {
    .header__inline-menu {
        display:flex;
        align-content: center;
        justify-content: center;
    }
    .header__heading-logo-wrapper {
        padding: 1rem 0 1rem 10%;
    }
    .header {
        min-width:100%;
        padding:0!important;
        border-bottom:none;
    }
    .page-width--narrow {
    
    }
    .image-with-text__media-item {
        padding-top:6rem;
    }
}

.slideshow__text {
    background:rgba(255,255,255, 0.5)
}


.image-with-text {
    padding: 6rem 0 4rem 0;
}

.image-with-text__content {
    border-top: 5px solid;
    border-image: linear-gradient(to left, #009540 86%, transparent 50%) 100% 1;
}
.image-with-text__grid--reverse .image-with-text__content {
     border-image: linear-gradient(to right, #009540 86%, transparent 50%) 100% 1;
}

.image-with-text__media-item {
    /*padding-top:6rem;*/
}
.image-with-text li {
    list-style: outside;
    font-weight:bold;
}

li::marker {
    color: #009540;
    font-size:larger;
}
.product__accordion {
    border: 2px solid #009540!important;
    border-radius: 15px;
    padding: 0 20px;
    margin-bottom: 10px!important;
}
#shopify-section-template--28314975142221__forms {
	background-color: #f6f6f6ff!important;
	padding: 30px 0;
}
#AWFZzQ1hqYmd2bHp6d__fcd57204-9dd0-4f96-8173-3e1b029457ce section._inline_1q1d2_47, #AWFZzQ1hqYmd2bHp6d__fcd57204-9dd0-4f96-8173-3e1b029457ce section._formContainer_1q1d2_30 {
    min-width: 70%!important;
    max-width: 690px!important;
}
#AWFZzQ1hqYmd2bHp6d__fcd57204-9dd0-4f96-8173-3e1b029457ce ._formSubmitButton_cit2d_96 {
	background-color: #009540;!important;
	padding: 30px 0;
}
footer {
    background-color:#009540!important;
    color:#FFF!important;
}
.footer__blocks-wrapper a, .footer__blocks-wrapper h2 {
    color:#FFF!important;
}

.testimonial-slider-section .testimonial-slide {
    flex-direction: column!important;
    padding:0 10px!important;
    justify-content:center!important;
}

@media only screen and (min-width: 750px) {
    .testimonial-slider-section .testimonial-slide {
        flex-direction: row!important;
        justify-content:space-between!important;
        padding:0!important;
}
