form input:not([type]), form textarea {
   
    color: rgba(255, 255, 255, 0.4);

}
details p {
    margin: 20px !Important;
}

summary {
    display: revert;
    font-size: 17px;
    border: 1px solid #293033;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: #293033;
    margin: 2px;
    box-shadow: 1px 1px 2px #000;
    color: #fff;
    font-weight: 500;
}

.contact .wrap__home-contact--inner {
   
    display: none;
}

.wrap__featuredblocks--inner {
  
    display: none;
}

.horizontal .form form .form__group {
   
    display: inline-block;
}
.horizontal .form form .form-input-comments {
    width: 100% !Important;
}

.wrap__home-offer--inner .form .form__group, .wrap__home-offer--inner .form .form-field {
  
    padding: 5px 5px;
}
.horizontal .form form .form__group {
    width: 356px;
}
.horizontal .form .btn {
   
    margin: 0 auto;
    display: block;
    vertical-align: top;
}


.location__fax:before {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-size: 18px !important;
    content: "\f1ac";
    color: #ffffff;
    font-family:FontAwesome;
    
    
    }
.location__fax:before {
    display: inline-block;
    font: 14px/1 font-awesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.location__email:before {
    
 position: relative;
    top: 1px;
    margin-right: 6px;
   
    content: "\f003";
    color: #ffffff;
    font-family:FontAwesome;
    }

.location__email:before {
    
      display: inline-block;
    font: 18px/1 font-awesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    
p.location__email {
    font-size: 16px;
}
 

.location {
    padding: 0 0 20px;
    text-align: right;
}

#home-offer2 .wrap__home-offer--inner .form .form__group, .wrap__home-offer--inner .form .form-field {
    width: 100%;
    margin-bottom: 8px;
}

#home-offer2 .horizontal .form form .form__group {
    width: 100% !important;
    margin-bottom: 10px;
}
#home-offer2 .horizontal .form .btn {
  
    margin: 0 auto !important;
   
}

.fullwidth-layout .horizontal .form form .form__group {
    width: 100%;
   
    margin-bottom: 15px;
}

.wrap__logoHeader .logo__title {
   
    font-size: 50px;
    font-family:"papyrus"
   
}


.fullwidth-layout .horizontal .form form {
    width: 100%;
    max-width: 1100px;
    display: inline-grid;
    padding: 0px 0 50px;
}

.fullwidth-layout .horizontal .form .btn {
    width: 100%;
}

.align-left {
	
	margin: 0px 10px 10px 0px
}

.align-center {
	
	margin-bottom:10px;
}


.staff-member__image {
    background-size: cover;
    
}
ul.testimonials__list {
    list-style-type: none;
}


.wrap__slider .slider__button a {
    max-width: 350px;
}
.form .form__group textarea::placeholder {
    color: #9e9a9a;
}












@media (max-width:767px) {
    
    
    .locations {
    display: none;
}
    
    
    
    
    }

.sm-np-con {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

a.cta__button {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 25px;
    max-width: 250px;
    white-space: inherit;
    text-align: center;
}

.socialmedia__item {
    margin: 0 5px 5px;
}

@media (max-width: 516px){
    .sm-np-con {
        display: none;
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
.wrap__logoHeader .logo__title {
    font-size: 32px;
    font-family: "papyrus";
}
.wrap__logoHeader {
    width: 430px;
}
}
