.testimonials__item  {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.wrap__offer {
    background: #81b7eb;
    padding: 84px 30px;
    color: #fff;
    width: 405px;
}
.location__address,
.location__address2,
.location__address-2,
.location__city-state-zip,
.location__phone,
.location__fax,
.location__phone,
.location__fax {

    text-align: right;
}

/*----Custom Emergency Button-------*/

.cta_emergency__container.cta__container {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    padding: 15px 20px;
    text-transform: uppercase;
    border-radius: 3px 0px 0px 0px;
    font-weight: bold;
    color: #000;
}

.cta_emergency__container.cta__container a {
    background: red;
    text-decoration: none;
}

.cta_emergency__container.cta__container a:hover {
    background: #800e0e;
   
}
.wrap-container {
    margin: 0 auto;
}
.fullwidth-layout:after, .home-layout:after {
    background: transparent;

}
.wrap__form.contact {
    margin: 0px 0px 90px;
}
/*----End-------*/

.testimonials .js-testimonials-layout-settings .testimonials__list li {
    margin-bottom: 20px;
}



.logo .logo__link.logo__top .logo__image {
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
    max-width: 450px;
}
.wrap__navigationHeader {
    max-width: 100%;
}
.home-layout .wrap__header {
    background: rgba(0,0,0,.4);
}

.wrap__gallery {
    background: transparent;
}

.cta_review__container.cta__container {
    text-align: center;
}
.cta__button:hover {
    
    background-color: #9dbcdb;
}


/* --------------start of custom css----------------- */
.slider__text {
    top: 75%;
}
/* featured block changes */
.featuredblocks a {
    text-align: center;
}
.testimonials__content {
  
    text-align: center;
}

.featuredblocks .featuredblock__button {
    display: block;
}
.featuredblock__container {
    border: 1px solid #ccc;
    background: #fff !important;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}


.align-left { margin:0px 10px 10px 0px;}   

.align-right { margin:0px 10px 10px 0px;}   

/* end of featured block changes */

/* making the home page fullwidth, but really 99% */
.wrap__home {
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.wrap__header--inner {
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px 20px;
}
/* end of home page width */

/* interior pages need to be moved down a bit */
.wrap__fullwidth {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
/* end of interior page fix */

/* the form next to the welcome message width adjustment */

form select, form .pagination--mobile .pagination-select, .pagination--mobile form .pagination-select {
    color: #000;
}
/* end of the width adjustment to the first home page form */


/* contact us form horizontal on home page */
.horizontal .form form {
    max-width: 100%;
}
.horizontal .form .btn {
    width: 195px;
    margin: 0 auto; 
    display: table-cell;
    vertical-align: top;
}.form form .submit {
    display: block;
    margin: 0 auto;
}
/* end of contact us form on home page */


html {
    scroll-behavior: smooth;
}

.slider__button a{
    white-space: unset;
}

a[href^="tel"]{
    pointer-events: auto;
    cursor: pointer;
}

.wrap__page-content a[name]{
    padding-top: 150px;
    margin-top: -150px;
    display: block;
}

.image_left{
    float:left;
    margin:0 10px 10px 0;
}

.image_right{
    float:right;
    margin:0 0 10px 10px;
}

.image_left, .image_right, .image_center{
    max-width:100%;
}

#officeHours {
    margin: 10px 0;
    table-layout: none!important;
    max-width: 330px;
    border: none;
}

#officeHours  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#officeHours th,#officeHours td {
    border: none;
    padding: 0;
}

#officeHours td {
    padding: 2px 5px 2px 0;
}

#officeHours caption {
    text-align: left;
    font-weight: 600;
}

.wrap__columns-container + *, .clearfix{
    clear: both;
}

.wrap__page-content ul,
.wrap__page-content ol,
.wrap__editable ul,
.wrap__editable ol,
.wrap__editable-content ul,
.wrap__editable-content ol,
.staff-member ul,
.staff-member ol,
.editable ul,
.editable ol,
.form ul,
.form ol,
.editable ul + *,
.editable ol + *,
.editable__container ul + *,
.editable__container ol + *,
.wrap__page-content ul,
.wrap__page-content ol,
.wrap__editable ul,
.wrap__editable ol,
.blog__post-content ul,
.blog__post-content ol,
.article__post-content ul,
.article__post-content ol,
.article__content.content ul,
.article__content.content ol,
.testimonials-item--content ul,
.testimonials-item--content ol,
.testimonials__content ul,
.testimonials__content ol {
    clear: none;
}

.wrap__gallery{
    padding: 10px 20px;
}

.wrap__offer option {
    color: #000!important;
}
.twocolumns-section--inner .wide-col {
    background: #eef7ffe0;
}
.wrap__featuredarticles {
    background: #ecf3f9;
}
.wrap__fullwidth .wrap__contact-info {
    margin-top: 40px;
}
/* --------------------end of custom css----------------- */
/* ----------------- media queries----------------------- */
@media(max-width: 1200px) {
    .horizontal .form form .form__group, .horizontal .form form .form__group:first-child {
        margin-left: 0px;
    }
    .horizontal .form form .form__group {
        width:100%;
    }
    .wrap__offer {
        width: 100%;
        padding: 56px 63px 63px;
    }
    .scrollActive .wrap__header .header__middle {
        background: #00000094;
    }
    .slider__text {
        top: 50%;
    }
    .wrap__featuredblocks .featuredblock__item {
    width: 47%;
    margin: 0 0 20px;
}
.header__top--right .location__city-state-zip,
.header__top--right .location__address {
    display: none;
}
.holder-row .header__middle{
        z-index:0;
    }
}

@media (max-width:767px){
    .image_left,.image_right{
        float:none!important;
        margin:10px auto!important;
        display:block;
    }
    .slider__text {
        top: 49%;
    }
    .wrap__slider {
        max-height: 59vh;
        min-height: 0 !important;
    }
}
@media (max-width: 520px){
.wrap__featuredblocks .featuredblock__item {
    width: auto;
    margin: 0 0 16px;
}
.mm-listview>li>a {
    color: #fff !important;
}
}

.testimonials__content {
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.scrollActive .wrap__header .location__phone,
.scrollActive .wrap__header .location__fax,
.scrollActive .location p {
    font-size: 21px!important;
    line-height: 20px;
}
/* ----------------- end of media queries-------------------- */

.holder-row .header__top .container {
    padding: 0px 15px 20px;
    padding-top:9px;
}

.holder-row .header__top .container .header__top--left {
    margin-bottom: -15px;
}

@media (min-width:1024px){
    .wrap__offer {
        width: 34.60%;
    }
    .wrap__offer textarea{
        height:200px;
    }
    
}


.testimonials__source {
    text-align: right;
}
.testimonials__source:after {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: 'font-awesome';
    color: gold;
    margin-left: 5px;
}
.location__address, .location__address2, .location__address-2, .location__city-state-zip, .location__phone, .location__fax {
    color: #00AEEF;
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 20px;
    margin: 0 0 5px;
}

.location__phone a, .location__fax a {
    text-decoration: none;
    color: #F99D32;
    font-family: "montserrat", Arial, Helvetica, sans-serif;
}

.location .scrollActive {
    padding-top: 24px;
}

.wrap__socialmedia, .wrap__socialmediaHeader {
    float: none;
    padding-bottom: 30px;
}

.meetOurTeamCTA__container.cta__container {
    text-align: center;
    margin-top:-80px;
}

.readOurReviewsCTA__container.cta__container {
    text-align: center;
    margin-top:35px;
}

.wrap__offer {
    padding-bottom: 0;
    padding-top:40px;
}

.wrap-container .content-column .content-col {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 1024px){
.wrap__offer textarea {
    height: 100px;
}
}

.wrap__contact-info {
    padding-top:30px;
    padding-bottom:30px;
    padding:30px;
    background: rgba(129, 183, 235, 0.8);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrap__contact-info--inner {
    max-width: 1200px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.wrap__contact-info--inner {
    display: block;
}
}