/* Header */
.navigation-a .navigation__item--link {
    font-size: 1rem;
}

/* Staff */
.staff__title-caption-wrap .component__title {
    opacity: 1;
}

/* IV */
.fix-attach {
    background-attachment: fixed;
}
.fix-attach .col-sm-12.stacked:last-child .featuredblocks-grid-a.grid-spaced .featuredblocks {
    background: white;
    padding: 16px;
}
.fix-attach ul {
    list-style-type: none !important;
}

.featuredblocks-grid-a .featuredblocks .featuredblock__image {
    width: 12.5rem;
    height: 12.5rem;
}

.cta-a .cta__links-wrapper a.animated {
    color: #fff;
    background: #0c57a2;
    text-decoration: none;
}

.cta-a .cta__links-wrapper a.animated:hover {
    color: #fff;
    background: #1071d1;
}

/*---------------Pop up css------------*/
#css-only-modals {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}
#css-only-modals:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.css-only-modal-check {
    pointer-events: auto;
    display: none;
}
.css-only-modal-check:checked ~ .css-only-modal {
    opacity: 1;
    pointer-events: auto;
}
.css-only-modal {
    width: 700px;
    background: linear-gradient(135deg, #0c57a2, #009dff);
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    padding: 25px;
    text-align: right;
    border-radius: 20px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
    box-shadow: 0 0 40px #000;
}
.css-only-modal h2 {
    text-align: center;
}
.css-only-modal p {
    text-align: left;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0c57a2;
    border-color: #0c57a2;
    box-shadow: 0 0px 4px #7dcdff;
}
.btn-primary {
    color: #0c57a2;
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
}
.css-only-modal-check:checked ~ #screen-shade {
    opacity: 0.5;
    pointer-events: none;
}
#modal1 {
    display: none;
}
#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.8s;
}
.css-only-modal-content {
    max-height: 80vh;
    overflow-y: auto;
}
label.css-only-modal-btn.btn.btn-primary.btn-lg {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
/* ------------End pop up css------  */


/* Colors */
.section--light .form-a .form__input input:not([type="radio"]):not([type="checkbox"]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: rgb(220 220 220 / 70%);
}
.section--light .form-a ::placeholder,
.section--light .cta__button.component__button--2 {
    color: #030303 !important;
}
.section.single-locations-1 .section--light .locations-a .list .location__address:before, .section.single-locations-1 .section--light .locations-a .list .location__phone:before {
    border-color: #030303;
    color: #030303;
}

/* Media */
@media(min-width: 992px) {
    .ul-col3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}