#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border-bottom: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 1;
}


@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 992px) {
    /*body:not(#index) header:not(.sticky) .navbar .nav-item a {*/
    /*    color: #fff;*/
    /*}*/
    body:not(#index) header:not(.sticky) .navbar {
        position: relative;
        background-color: var(--concrete-gray) !important;
    }

    .very-large-text {
        font-size: 12.5rem;
        line-height: 12.5rem;
    }

    .large-text {
        font-size: 8rem;
        line-height: normal;
    }
}

@media screen and (max-width: 991px) {
    .absolute-img{
        height: 100px !important;
        width: 100px !important;
    }
    .above-footer-title {
        bottom: 0;
    }

    .very-large-text {
        font-size: 5rem;
        line-height: 4.5rem;
    }

    .large-text {
        font-size: 4rem;
        line-height: normal;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (min-width: 768px) {
    .small-overlap-section {
        position: relative;
        margin-top: -60px;
    }
}

@media screen and (max-width: 767px) {
    .small-overlap-section {
        position: relative;
        margin-top: -40px;
    }
}

@media screen and (max-width: 480px) {

}

.contact-socials i {
    font-size: 22px
}

.blog-tags {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.single-blog-tag {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-socials i {
    font-size: 30px;
    color: #fff;
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.sticky-active .navbar {
    background: var(--concrete-gray) !important;
}


.first-letter-bold {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    text-align: center;
}

.absolute-img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 50%;
    border-color: #fff !important;
}

.active-tag {
    background: var(--zeus-grey);
    color: #fff;
}

.filter-tag{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0 6px 10px 0;
    padding: 7px 18px;
    border-radius: 4px;
    border: 1px solid var(--extra-medium-gray);
}

.filter-tag input{
    visibility: hidden !important;
    opacity: 0 !important;
    display: none;
}


table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

body{
    max-width: 100%;
    overflow-x: hidden;
}

.current-menu > a{
    color: var(--base-color) !important;
}