.grecaptcha-badge { 
    visibility: hidden !important;
}

#contactPageFormMainContainer {
    /* background: rgba(0, 255, 0, 0.04); */
}

#contactFormIllustrationDiv {
    position: relative;
}

#contactFormIllustration {
   width: 100%; 
   height: auto; 
   overflow: auto;
   margin: auto;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
}

.contact-form-label {
    font-weight: 600;
}

.xmas-border{
    border-top:40px solid;
    border-image:url(/resources/images/contact/Lights.svg) 30 repeat;
    border-image-slice: 180;
}


.fc-valid-input {
    padding-right: calc(1.5em + .75rem);
    border-color: rgb(117 183 152) !important;
    background-image: url('/resources/images/contact/validation-icons/green-check.svg'); 
    background-repeat: no-repeat; 
    background-position: right calc(.375em + .1875rem) center; 
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.fc-invalid-input {
    padding-right: calc(1.5em + .75rem);
    border-color: rgb(234 134 143) !important;
    background-image: url('/resources/images/contact/validation-icons/error.svg'); 
    background-repeat: no-repeat; 
    background-position: right calc(.375em + .1875rem) center; 
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.fc-invalid-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(164, 0, 0, 0.15) !important;
}


.fc-feedback-box {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
}
.fc-feedback-valid {
    color: rgba(47, 167, 47, 1);
}
.fc-feedback-invalid {
    color: rgba(225, 0, 0, 1);
}






.top-page-div {
    width: 100%;
    height: 60px;
}

.contact-page-heading {
    width: 100%;
    height: 60px;
    background-color: white;
    margin-bottom: 30px;
}

.contact-page-heading-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 34px;
    text-align: center;
    line-height: 60px;
}





.help-block {
    font-weight: bold !important;
}

.contactFormDivContainer {
    width: 100%;
    position: relative;
}

.where-to-find-us-section {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.where-to-find-address-href {
    
}

.workshops-map-uk {
    height: 500px;
    width: 570px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

