/* #Site Styles
================================================== */
body {
    background: #fff;
}

#form1 {
    margin: 0;
    padding: 0
}

.section {
}

.section .video-wrapper {
    padding: 4rem 2rem;
}
/* HEADER */
.header-wrap {
            position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Notification Bar */
#notification {
	position: relative;
	color: #fff;
	background-color:#006496;
	font-size: 1.5rem;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.hide-notification #notification {
	display: none;
}

#notification a {
	color: #fff;
	text-decoration: none;
}

#notification p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#notification .close-button {
	right: 0rem;
	position: absolute;
	font-weight: 300;
	cursor: pointer;
	font-size: 3.5rem;
	width: 2rem;
	height: 2rem;
	color: #fff;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.header-top {
    padding: .5rem 1rem;
    background: #fff;
    border-bottom: 1px solid rgba(3, 148, 90, 0.3);
    display: flex;
    justify-content: space-between;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}

.header-bottom .header-left {
    flex-shrink: 0;
}

.header-top a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.header-top .phone a {
    font-weight: 400;
    line-height: 24px;
    color: #006496;
}

.header-top .social {
    text-align: left;
    padding-left: 2rem;
    margin-left: auto;
}

.header-top .social a {
    width: 24px;
    background: #006400;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    line-height: 24px;
    transition: all ease 0.3s;
}

.header-top .social a:hover {
    background: #006496;
}

.header-bottom {
    padding: 1rem;
    background: rgba(255, 255, 255, 1);
        display: flex;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .header-top {
        padding: .5rem 3rem;
    }

    .header-top .social {
        margin: 0;
        text-align: right;
    }

    .header-top .social a {
        margin-left: .5rem;
    }

    .header-bottom {
        height: 74px;
        padding: 1rem 3rem;
        background: #fff;
    }
}

.logo {
    width: 100%;
}

.logo img {
    display: block;
    width: 100%;
    max-width: 280px;
    padding-right: 3rem;
}

/* HERO */
.hero {
    background: #fff;
    min-height: 150px;
    box-sizing: border-box;
    position: relative;
}

.hero-base {
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 1.00;
}

.hero .page-section {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: 65px;
    z-index: 2;
    font-weight: 100;
    text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1.pagename {
    color: #006496;
    margin-bottom: 4rem;
}

/* COMPOST 101 */
.compost-101-wrap {
    text-align: center;
    padding: 4rem 2rem;
}

.compost-101-wrap .container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 2rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .compost-101-wrap .container {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        gap: 2rem;
    }

    .compost-101-wrap .compast-101-right {
        margin-left: auto;
    }
}

.compost-101-wrap .compast-101-left {
    max-width: 800px;
}

.compost-101-wrap p {
    font-size: 2rem;
}

.compost-101-wrap a {
    position: relative;
    z-index: 2;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .hero {
        background: #fff;
        height: 24vh;
        min-height: 300px;
        max-height: 500px;
        box-sizing: border-box;
        position: relative;
    }

    .compost-101-wrap {
        text-align: left;
    }
}

/* FEATURED */
.featured-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2300;
    text-align: center;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .featured-slider .owl-dots {
        padding-left: 10%;
        text-align: left;
    }
}

.featured-slider .owl-dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3rem;
    margin: 0 .5rem;
}

.featured-slider .owl-dot.active {
    background: rgba(255, 255, 255, 1);
}

.featured-wrap {
    padding: 4rem 0;
    background: #eee;
    position: relative;
    color: #fff;
    overflow: hidden;
    background: url('../Userfiles/template/project-bg.jpg');
    background-position: center;
    background-size: cover;
    border-top: 1rem solid #fff;
    border-bottom: 1rem solid #fff;
    background-repeat: no-repeat;
}

.featured-wrap .container {
    height: 300px;
}

.featured-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border: 0rem solid #fff;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 0;
}

.featured-wrap .featured-left, .featured-wrap .featured-right {
    position: relative;
    top: 0%;
    text-align: center;
    z-index: 2;
}

.featured-left {
    text-shadow: 0px 0px 10px #000, 0px 0px 50px #000;
}

.featured-wrap h2 {
    color: #fff;
    margin: 0;
    line-height: 1;
    margin-bottom: 1rem;
}

.featured-wrap h4 {
    color: #fff;
    margin: 0;
    font-weight: 100;
}

.featured-wrap em {
    display: block;
    margin-bottom: 2rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .featured-wrap {
        background: url('../Userfiles/template/project-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .featured-wrap:after {
        width: 81vw;
        height: 300%;
        border: 1rem solid #fff;
        top: -60%;
        right: -30%;
        -ms-transform: rotate(10deg);
        /* IE 9 */
        -webkit-transform: rotate(10deg);
        /* Safari */
        transform: rotate(20deg);
    }

    .featured-wrap .featured-left, .featured-wrap .featured-right {
        top: 50%;
        text-align: left;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* REQUEST */
.request-wrap {
    padding: 4rem 0;
    padding-bottom: 8rem;
    background: #777;
    background-position: right 20%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .request-wrap {
        padding: 4rem 0;
        padding-bottom: 8rem;
        background: #777;
        background-position: right 20%;
        background-repeat: no-repeat;
        background-size: contain;
        color: #fff;
        text-align: left;
        position: relative;
    }
}

.request-wrap .container {
    height: 300px;
}

.request-left {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.request-wrap h2 {
    color: #fff;
    margin: 0;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* CONTENT */
.content-wrap {
    padding: 4rem 0;
    position: relative;
    text-align: left;
}

.left-side:after {
    content: "";
    position: absolute;
    left: -35%;
    top: -20%;
    height: 140%;
    width: 57%;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+98,dddddd+100 */
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(left, #eeeeee 98%, #dddddd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eeeeee 98%, #dddddd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eeeeee 98%, #dddddd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=1);
    /* IE6-9 */
    display: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .left-side:after {
        display: block;
    }
}

.content {
    min-height: 600px;
}

.left-side {
}

.left-side {
}

/* FOOTER */
.footer-wrap {
    padding-top: 15rem;
    margin-top: -100px;
    z-index: 3;
    position: relative;
    background: url(../Userfiles/template/soil-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer {
    padding: 0;
    padding-bottom: 4rem;
}

.footer-right {
    text-align: center;
}

.footer-right img {
    max-width: 100%;
    text-align: right;
}

.footer-right .partner-logos {
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    padding-top: 2rem;
    opacity: 0.7;
}

/* CREDITS */
.credits {
    padding: 3rem 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
}

.credits-right {
    text-align: right;
    color: rgba(255, 255, 255, 0.3);
}

.credits-left input, .credits-left .button {
    float: left;
    margin: 0;
    width: 50%;
}

.credits-left input[type=text] {
    font-size: 1.3rem;
}

.credits-right {
    padding-top: 10px;
    text-align: center;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .credits-left input, .credits-left .button {
        width: auto;
    }

    .credits-right {
        padding-top: 10px;
        text-align: right;
    }
}

.credits-right a {
    text-align: right;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

/* #Page Specific Styles
================================================== */

/* Home Slider */
.slider-wrap .home-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    min-height: 500px;
    width: 100%;
    /*Default*/
    background: url(../Userfiles/Homepage/slide-bg.jpg);
    
}
/* SEASONAL UPDATE */
/*Spring*/
.slider-wrap .home-slider.spring {
    background: url(../Userfiles/Homepage/Edwards-System-cropped1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*Summer*/
.slider-wrap .home-slider.summer {
    background: url(../Userfiles/Homepage/slide-bg.jpg);   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*Autumn*/
.slider-wrap .home-slider.autumn {
    background: url(../Userfiles/Homepage/FALL-Glessner-System.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*Winter*/
.slider-wrap .home-slider.winter {
    background: url(../Userfiles/Homepage/winter.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-wrap .gal-image-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* .slider-wrap .gal-image-wrap:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} */

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
    width: 100%;
}

.slider-wrap .gal-image-wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.slider-wrap .galDescription {
    max-width: 500px;
    margin-left: auto;
    color: #fff;
    z-index: 300;
    font-weight: 100;
    width: 100%;
    padding: 2rem;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    text-shadow: 0 0 20px black;
}

.slider-wrap .galDescription h1 {
    font-size: 4rem;
    line-height: 1;
    position: relative;
    padding-bottom: 0rem;
    margin-bottom: 2rem;
}

.slider-wrap .galDescription h1:after {
    margin: 0 auto;
    display: block;
    content: "";
    width: 100px;
    margin-top: 2rem;
    height: 10px;
    background: #fff;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) {
    .slider-wrap .home-slider {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 80vh;
        min-height: 700px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider-wrap .galDescription {
        max-width: 500px;
        margin-left: auto;
        color: #fff;
        z-index: 300;
        font-weight: 100;
        width: 100%;
        padding: 4rem;
        text-align: right;
        font-family: 'Oswald', sans-serif;
    }

    .slider-wrap .galDescription h1 {
        font-size: 8rem;
        line-height: 1;
        position: relative;
        padding-bottom: 0rem;
        margin-bottom: 2rem;
    }

    .slider-wrap .galDescription h1:after {
        margin: 0;
        margin-left: auto;
        display: block;
        content: "";
        width: 100px;
        margin-top: 2rem;
        height: 10px;
        background: #fff;
    }
}

.galDescription p:first-of-type {
    font-size: 3rem;
    filter: drop-shadow(0px 0px 5px black);
}

.slider-wrap .galDescription a {
    text-decoration: none;
    padding-bottom: 12px;
    text-shadow: none;
}

/* Business Partners */
.page90610 .content img {
    max-height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.page90610 .partnerLogos {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 100px;
    align-items: center;
}

/* Proposal */
.proposal-wrap {
    text-align: center;
    border: 1px solid #ccc;
    width: 100%;
    top: 65%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 3rem;
    transition: all ease 0.3s;
    background: #EEEEEE;
}

.proposal-wrap:hover {
    background: #eee;
    border: 1px solid #006400;
}

.proposal-wrap h1 {
    position: relative;
    margin: 0;
    font-size: 2rem;
    padding: 0rem;
    z-index: 1;
    text-align: center;
    display: block;
    color: #333;
}

.page37270 .proposal-wrap {
    display: none;
}
.page37270 h4 a {
    text-decoration: underline;
}
/*
.proposal-wrap h1:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(1, 100, 1, 0.8);
    transform: skewX(0);
    transition: all ease 0.3s;
}
*/

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .proposal-wrap h1 {
        padding: 0 4rem;
    }

    .proposal-wrap h1:after {
        transform: skewX(-50deg);
    }
}

.proposal-wrap h1:hover:after {
    background: rgba(0, 100, 150, 0.8);
}

.proposal-wrap h1 a {
    color: #006400;
    text-decoration: none;
    display: block;
    letter-spacing: 2px;
    line-height: 1.4;
    padding: 1.5rem;
}

.proposal-wrap a strong {
    color: #006496;
    white-space: nowrap;
    padding: 0 1rem;
    transition: all ease 0.3s;
}

.subscribe iframe {
    width: 100%;
}

/* Accordion FAQs */
.expandable-section {
	width: 100%;
}

td.question-row {
	
}

.expandable-section td.question-row, .expandable-section blockquote, .expandable-section h5 {
	width: calc(100% - 20px);
	max-width: 1000px;
}

.expandable-section blockquote {
	margin: 0;
	padding: 2rem;
	padding-bottom: 0;
}

.expandable-section h5 {
	padding: 2rem;
	margin: auto 0;
	cursor: pointer;
	line-height: 1;
	font-size: 2.2rem;
	border-top: 1px solid #363636;
	position: relative;
}

.expandable-section {
	padding-right: 20px;
	font-weight: normal;
	display: inline-block;
	position: relative
}

.expandable-section h5:after {
	content: "\f0da";
	font-family: "FontAwesome";
	padding: 0 3rem;
	right: -3rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.expandable-section h5.active:after {
	content: "\f0d7";
}
.expandable-section h5.active {
	color: #006400;
}
blockquote td {
	text-align: center;
}

/* Google My Maps System Locations */
.iframe-wrapper-w-full {
    width: 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.iframe-wrapper-w-full > iframe {
    width: 100%;
    min-height: 75vh;
    border: none;
}
