/* Silence is golden  - If you hot fix here make sure you update the correct scss files before compiling again */
#cookie-law-info-bar {
    z-index: 100000;
}
.newsletter-signup {
    background-color: #EAF5F6;
    border-radius: 50px;
    padding: 50px 10px;
    margin: 0 10vw 50px;
}
.newsletter-signup form {
    position: relative;
}
.newsletter-signup h3.gform_title {font-size: 2rem !important;}
.newsletter-signup .gform_legacy_markup_wrapper .top_label .gfield_label { display: none;}
.newsletter-signup input {border-radius: 25px; border: none; width: 100%; padding: 10px;}
.newsletter-signup .gform_button.button {border: 2px solid #08838F;
    background-color: #08838F;
    color: #ffffff;
    padding: 10px 50px 10px 20px;
    background-image: url("../../assets/img/icon-btn-right-light.svg");
        
        background-repeat: repeat;
    background-position: 85% 50%;
    background-repeat: no-repeat;
}
.newsletter-signup .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 12px !important;
}
.newsletter-signup .gform_wrapper .gform_footer {
    padding: 0;
    height: auto;
    position: absolute;
    top: 12px;
    right: 0;
    margin: 0;
    width: auto;
}
.newsletter-signup .ginput_container_email input {width: 100% !important;}
.newsletter-signup .ginput_container_email input:after {
    content: '';
    
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    right: -20px;
    top: 2px;
    margin-left: 10px;
}
.newsletter-signup .gform_legacy_markup_wrapper div.validation_error {
    color: black;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0;
    clear: both;
    width: 100%;
    text-align: left;
    border: none;
}
.newsletter-signup .gform_legacy_markup_wrapper li.gfield_error input { border: none;}
.newsletter-signup .gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.newsletter-signup .gform_legacy_markup_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])  {
    border: none;
}
@media screen and (max-width: 1100px) {
    .newsletter-signup {
           margin: 0;
    }
}

.page-template-template-service,
.single-services {
    background-color: #EAF5F6;
}
.page-template-template-service .footer-main,
.single-services .footer-main {
    background: white;
}

.single-services .highlights-list,
.single-services .get-in-touch,
.page-template-template-about .highlights-list,
.page-template-template-about .get-in-touch {
    
    background-image: linear-gradient(to left, #29455f, #3d3659, #522c56) !important;
}


.banner-about {
    background: url("../img/header-bg--about.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    height: 550px;
    min-height: auto;
}
.banner-image-wrap .banner-image.banner-image-sq {
    border-radius: 50px;
    width: auto;
    height: 350px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    background-color: white;
}

.banner-image-sq {
    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    border-radius: 50px;
    box-shadow: 2px 2px 25px rgba(0,0,0,0.5);
}
.card-contact h3 {
    font-weight: bold;
    color: #08838F;
}
.card-contact-image {
    width: 125px;
    height: 125px;
    margin-top: 15px;
    margin-right: 20px;
}
@media screen and (max-width:768px) {
    .card-contact-image {
        width: 75px;
        height: 75px;
    }
}



.rounded-sm {
    border-radius: 20px !important;
}

.job-list {
    margin-top: 200px;
}



.testimonial-wrap {
    background-color: transparent !important;
}