
/*---------------Pop up css------------*/

#css-only-modals {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}

#css-only-modals:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.css-only-modal-check {
    pointer-events: auto;
    display: none;
}

.css-only-modal-check:checked~.css-only-modal {
    opacity: 1;
    pointer-events: auto;
}

.css-only-modal {
    width: 600px;
    background: #fff;
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    padding: 25px;
    text-align: right;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
}

.css-only-modal h2 {
    text-align: center;
}

.css-only-modal p {
    text-align: center;
    font-size: 18px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-primary {
    color: #fff;
    background-color: #777;
    border-color: #777;
    border-radius: 4px;
    padding: 6px 12px;
}

.css-only-modal-check:checked~#screen-shade {
    opacity: .5;
    pointer-events: none;
}

#modal1 {
    display: none;
}

#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity .8s;
}

.css-only-modal-content {
    max-height: 80vh;
    overflow-y: auto;
}
/*------------End pop up css------*/

hr.hr_style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
    padding-bottom: 1px;
}


.featuredblock__description {
    margin: 0 13px 10px;
}

.testimonials__content {
    font-family: "roboto-medium", Arial, Helvetica, sans-serif;
    padding-bottom: 19px;
    text-align: center;
}

.featuredblock__title {
    font-size: 20px!important;
    text-transform: uppercase;
}

.logo__summary {
    max-width: 500px;
    margin-top: 12px;
}
.logo__description {
    text-align: center;
}

.wrap__header--bar--top,
.featuredblocks .featuredblock__button,
.hours__name,
input[type="submit"]
{
    background: #6EA938;
}
.btn-primary {
    background-color: #6ea938;
    border-color: #538526;
    text-decoration: none;
}
.btn-primary:hover {
    background-color: #599584;
    border-color: #599584;
}
.slider__button a {
    border-color: #6EA938;
    color: #4b7c1d;
}

.cta_header .cta a[class^="cta__"] {
    background: #60892e;
}
.wrap__locationsHeader .location p, .wrap__locationsHeader .location p a {
    display: block;
}
.slider_info .location__phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}
.slider_info .location__fax a:before {
    content: "\f1ac";
    font-family: FontAwesome;
    padding-right: 5px;
}
.slider_info .location__email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 5px;
}
.slider_info p.location__fax, .slider_info .location__phone {
    font-size: 30px;
}
img.logo__image {
    background: #0000004d;
    padding: 10px;
    width: 100%!important;
    max-width: 400px;
    margin: 0 auto!important;
    height: auto!important;
    max-height: unset!important;
}
.featuredblock__container, .featuredblock__title {
    text-align: center;
}
.featuredblock__button {
    margin: 0 auto 20px!important;
}
.location_append {
    margin-top: 15px;
    text-align: center;
}






@media (max-width: 767px) {
    .logo__link.logo__left .logo__image {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .logo__title {
    text-align: center;
    font-size: 22px;
    }
 
    .wrap__header {
      
        background: rgba(0, 0, 0, 0.4);
    }
    .wrap__fullscreenbackground {
        height: 350px;
        position: absolute;
    }

}

.wrap__locationsHeader .locations {
    white-space: unset;
}

.wrap__additional-components .location_append{
    display:none;
}