.footer-content h2 {
    font-size: 35px;
    color: #f3ac01;
    font-weight: lighter;
}

.search-clear-btn
{
    height: 50px;
    width: 150px;
    cursor: pointer;
    background: #cd1f3a;
    border: 1px solid transparent;
    color: #fff;
    font-size: 20px;
    border-radius: .25rem;
}

.search-clear-btn:focus,
.search-clear-btn:active {
    outline: none;
    box-shadow: none;
}

.search-clear-btn::-moz-focus-inner {
    border: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact-form label {
    margin-top: 10px;
    margin-bottom: 0px;
}

.contact-form input[type=text], 
.contact-form select, 
.contact-form textarea { 
    margin-bottom: 0px;
}
.contact-form .contact-loader {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 10px 0 0;
    color: #4b5051;
    word-break: break-word;
    margin-bottom: 5px;
}

.error-message {
    font-size: 11px;
    color: #d13938;
    font-style: italic;
    display: block;
    line-height: 16px;
    margin-top: 4px;
    height: 16px;
}

.radio-boundary.no-radio-boundary {
    background: none !important;
}