/* Custom CSS starts here */


@charset "UTF-8";
/* CSS Document */

html, body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    text-align: center;
    color: #787878;
}


/* layout-wrapper */

#body-wrapper {
    margin: 0 auto;
    width: 980px;
    height: 100%;
    position: relative;
}

#layout-wrapper-outer {
    margin: 0 auto;
    width: 960px;
    height: 100%;
    background-image: url('../../_images/layout/body-bg.gif');
    background-repeat: repeat-y;
}

#layout-wrapper-inner {
    margin: 0 auto;
    width: 940px;
    height: 100%;
}


/* page styles */

.page {
    padding: 1em 0 3em 0;
}


#back2top {
    width: 16px;
    height: 120px;
    color: #FFFFFF;
}


/* home-page */

#home-page {
    background-color: #FFFFFF;
    padding-top: 0;
}


#home-page #masthead-wrapper {
    width: 100%;
    height: 100px;
    text-align: center;
    background-image: url('../../_images/layout/masthead-wrapper-bg.gif');
    background-repeat: repeat-x;
}

#home-page #masthead-wrapper #logo {
    height: 100px;
    width: 215px;
    margin: 0 auto;
}

#primary-navigation {
    margin: 1em 1em .75em 1em;
    font-size: 232%;
    letter-spacing: -0.075em;
    *letter-spacing: -0.15em;
    font-weight: normal;
}

#primary-navigation li {
    font-weight: bold;
    list-style: none;
    display: inline;
}

#primary-navigation a:link, #primary-navigation a:visited {
    color: #008A5F;
    text-decoration: none;
}

#primary-navigation a:hover {
    color: #787878;
    text-decoration: none;
}

#primary-navigation a:active {
    color: #000000;
    text-decoration: none;
}


#mission-statement {
    margin: 1em 2em 2em 2em;
    font-weight: 400;
    font-size: 123.1%;
    line-height: 138.5%;
}


#hotlink-wrapper {
    margin: 0px;
}

#hotlink-wrapper li {
    width: 200px;
    height: 160px;
    list-style: none;
    display: inline;
    margin: 0 .7em;
}


/* what-we-do  */


#what-we-do {
    background-color: #DEECE6;
}

#disposal-services, #residential-commercial-services, #specialty-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#what-we-do #masthead-wrapper {
    width: 100%;
    height: 100px;
    text-align: left;
}

#what-we-do #masthead-wrapper #title {
    height: 100px;
    margin: 0 0.35em;
    font-size: 788%;
    letter-spacing: -.085em;
    color: #008A5F;
    font-weight: bold;
}

#what-we-do .subheading {
    border-bottom: 3px dotted #9E9E9E;
    color: #8E8E8E;
    font-size: 174%;
    margin: 1em 2em 0;
    padding-bottom: 0.03em;
    text-align: left;
    font-weight: 400;
}

#what-we-do .button-grid {
    margin: 0;
    text-align: left;
    width: 890px;
    margin: 0 auto 0;
}

#what-we-do .button-grid li {
    height: 90px;
    width: 100%;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
}


#what-we-do .button-grid a {
    flex: 0 0 29%;
    margin: 1% 1% 0.5%;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 10px 4px #BFBFBF;
    box-shadow: 0px 0px 10px 4px #BFBFBF;
}

#what-we-do .button-grid li span {
    color: green;
    font-size: 17px;
    line-height: 1em;
    padding-left: 20px;
    padding-right: 10px;
}

.service-img-icon {
    width: 70px;
    height: 70px;
    padding-left: 10px
}


#what-we-do .button-content {
    display: none;
}

.button-info {
    background-color: #006042;
    color: white;
    padding: 10px;
    opacity: 0.9;
    vertical-align: bottom;
    text-align: left;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    vertical-align: bottom;
    width: 500px;
}


.button-info h3 {
    float: left;
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    font-size: 116%;
    border-bottom: 2px dotted #6cb19c;
    width: 100%;
}

.button-info p {
    float: left;
    color: #DEECE6;
    font-size: 100%;
    line-height: 138.5%;
}

.button-info .clear {
    clear: both;
}

.image img {
    float: left;
    width: 220px;
    height: 165px;
    background-color: #99CC66;
    margin: 0 10px 0 0;
    opacity: 1;
    object-fit: cover;
}

.image h3 {
    float: left;
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    font-size: 116%;
    border-bottom: 2px dotted #6cb19c;
    width: 250px
}

.image p {
    float: left;
    color: #DEECE6;
    font-size: 100%;
    line-height: 138.5%;
    width: 250px
}


/* service-area  */


#service-area {
    background-color: #FFFFFF;
}

#service-area #masthead-wrapper {
    width: 100%;
    height: 100px;
    text-align: left;
}

#service-area #masthead-wrapper #title {
    height: 100px;
    margin: 0 0.35em;
    font-size: 788%;
    letter-spacing: -.085em;
    color: #008A5F;
    font-weight: bold;
}

#service-area ul#map {
    margin: 0em 3em;
}

#service-area #map li {
    list-type: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    *height: 470px;
    width: 125px;
    color: #343434;
    font-weight: bold;
    font-size: 108%;
    line-height: 146.5%;
    text-align: left;
}

#service-area #map .gta {
    width: 600px;
}

#service-area #map .column {
    width: 125px;
    text-align: left;
    vertical-align: top;
    margin: 3em 0 0 0;
}

#service-area #map a:link, #service-area #map a:visited {
    color: #787878;
    text-decoration: none;
}


#service-area #map a:hover {
    color: #008A5F;
    text-decoration: none;
}

#service-area #map a:active {
    color: #000000;
    text-decoration: none;
}


/* testimonials  */

#testimonials {
    background-color: #DEECE6;
}

#testimonials #masthead-wrapper {
    width: 100%;
    height: 100px;
    text-align: left;
}

#testimonials #masthead-wrapper #title {
    height: 100px;
    margin: 0 0.35em;
    font-size: 788%;
    letter-spacing: -.085em;
    color: #008A5F;
    font-weight: bold;
}

#testimonial-list {
    margin: 0 3em;
}


#testimonial-list li {
    list-style: none;
    text-align: left;
    margin: 2em 0 0 0;

}

#testimonial-list .quote {
    color: #8E8E8E;
    font-size: 174%;
    font-weight: 400;
}


#testimonial-list .author {
    color: #008A5F;
    font-size: 138.5%;
    font-weight: 400;
    text-align: left;
    font-style: italic;
}


/* contact-us  */

#contact-us {
    background-color: #FFFFFF;
}

#contact-form .quarter {
    width: 100% !important;
}

#contact-form input[type="submit"] {
    width: auto;
}

#contact-form .g-recaptcha {
    float: unset;
    margin-bottom: 20px;

}

#contact-info #numbers h3 {
    font-size: 28px !important;
}

#contact-info #numbers h3 a {
    color: #333;
    text-decoration: none;
    letter-spacing: -0.025em;
}

#contact-us #masthead-wrapper {
    width: 100%;
    height: 100px;
    text-align: left;
}

#contact-us #masthead-wrapper #title {
    height: 100px;
    margin: 0 0.35em;
    font-size: 788%;
    letter-spacing: -.085em;
    color: #008A5F;
    font-weight: bold;
}


/* contact-us  */

#copyright {
    background-color: #DEECE6;
    padding: 1em 0;
}

#copyright #inner-wrapper {
    margin: 0 3em 0 3em;
}

#copyright .left {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    *height: 12px;
    width: 425px;
    text-align: left;
    font-size: 77%;
}

#copyright .right {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    *height: 12px;
    width: 425px;
    text-align: right;
    font-size: 77%;
}

#copyright a:link, #copyright a:visited {
    letter-spacing: -.025em;
    color: #008A5F;
    font-weight: bold;
    text-decoration: none;
}


#box {
    position: absolute;
    left: -70px;
    border: 1px solid #B5076D;
    border-right: 0px;
    padding: 10px;
    background-color: #FFF;
}

#box div {
    margin: 10px 0;
}

form[name="areaselect"], #mobile-nav, .mobile-section-subheading, .hamburger-bars {
    display: none;
}


.mobile-address-info {
    display: none;
}


/* RESPONSIVE STARTS HERE */


@media only screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    #hotlink-wrapper {
        display: none;
    }

    #body-wrapper, #layout-wrapper-outer, #layout-wrapper-inner {
        width: 100%;
    }

    #mission-statement {
        margin: 0 30px;
        font-weight: 400;
        font-size: 25px;
        line-height: 1.25em;
    }

    #mission-statement br {
        display: none;
    }

    .button-grid {
        width: 100% !important;
    }

    #what-we-do .subheading {
        border-bottom: 3px dotted #9E9E9E;
        color: #8E8E8E;
        font-size: 174%;
        margin: 20px 15px 5px;
        text-align: left;
        font-weight: 400;
    }

    #contact-info {
        margin: 0 auto !important;
        width: 95% !important;
        text-align: center !important;
        display: flex !important;
        height: auto !important;
        vertical-align: middle;
        font-size: 21px;
    }

    #contact-info br {
        display: none;
    }

    #contact-info #address {
        padding-right: 25px;
    }

    #contact-info #address h3 {
        margin: 0;
        text-align: left;
        font-weight: normal;
        font-size: 108%;
        line-height: 1.5em;
    }

    #copyright .left {
        text-align: center;
        float: none;
        font-size: 14px;
        width: 100%;
    }

    #copyright .right {
        text-align: center;
        float: none;
        width: 100%;
    }

    form[name="areaselect"] {
        display: block;
        margin: 50px 0 50px;
    }

    #map .column {
        display: none !important;
    }

    .button-info {
        width: 100% !important;
    }

    #service-area ul#map {
        margin: 0;
        width: 100%;
    }

    form[name="areaselect"] {
        margin: 50px auto 30px;
        width: 90%;
    }

    #service-area #map .gta {
        width: 100%;
        margin-top: 35px;
    }

    #service-area #map .gta img {
        width: 98%;
        text-align: center;
        display: block;
    }

    #mobile-nav {
        display: block;
        margin: 15px 0 50px;
    }

    #mobile-navigation {
        list-style: none;
        margin: 0;
        display: none;
    }

    #mobile-navigation li {
        padding: 10px 0;
    }

    #mobile-navigation li a {
        text-decoration: none;
        font-size: 25px;
        color: #787878;
    }

    #primary-navigation {
        display: none;
    }

    .hamburger-bars {
        width: 80px;
        height: 65px;
        object-fit: cover;
        display: block;
    }

    #home-page #masthead-wrapper {
        text-align: unset;
    }

    #home-page #masthead-wrapper #logo {
        float: left;
        margin-left: 20px;
    }

    .hamburger-bars {
        float: right;
        margin-right: 20px;
        position: relative;
        top: 20px;
    }

    .subheading {
        display: block;
    }

    .mobile-section-subheading {
        display: none;
        font-size: 23px;
        text-align: center;
        margin: 30px 0px 10px;
    }

    #what-we-do #masthead-wrapper {
        height: auto;
    }

    #what-we-do .button-grid li span {
        font-size: 15px;
    }

    .all-rights {
        display: block;
        font-size: 77%;
        margin: 10px 0;
    }
}


@media only screen and (max-width: 500px) {
    #what-we-do #masthead-wrapper #title,
    #service-area #masthead-wrapper #title,
    #testimonials #masthead-wrapper #title,
    #contact-us #masthead-wrapper #title {
        height: auto;
        font-size: 60px;
        text-align: center;
    }

    #what-we-do .button-grid a {
        flex: 0 0 95%;
        margin: 5% 1% 0.5%;
        text-decoration: none;
    }

    #contact-info {
        display: block !important;
    }

    #contact-info h2, h3 {
        text-align: center !important;
    }

    form[name="areaselect"] {
        margin: 0 auto;
    }

    #mission-statement {
        line-height: 1.5em;
    }

    #contact-us .page-wrapper {
        margin: 0 0px !important;
    }

    #contact-form {
        border-left: none !important;
        display: block !important;
        padding: 0 0px !important;
        text-align: left;
        vertical-align: top;
        width: 100% !important;
        height: auto !important;
    }

    #contact-form .half {
        width: 95% !important;
    }

    #contact-form .margin-left {
        margin: 0 0 !important;
    }

    #contact-form .full {
        width: 95% !important;
    }

    #contact-info #address {
        padding-right: 0;
    }

    #what-we-do .button-grid li span {
        font-size: 24px;
    }

    .responsive-hidden {
        display: none;
    }

    .mobile-address-info {
        display: block;
    }

    #contact-form fieldset {
        min-width: 95%;
        width: 95%;
        margin: 0 auto;
    }

    #contact-form fieldset select {
        width: 104%;
    }

    #contact-form .quarter {
        width: 100% !important;
    }

    #contact-form input[type="submit"] {
        margin: 0 auto;
        display: block;
        width: 200px;
    }

    #contact-form .g-recaptcha {
        float: none;
        margin: 30px auto 0;
    }
}