﻿
/* Top header strip: rgb(19, 33, 68) — light text for contrast */
.fc-site-header-topbar {
    z-index: 10000;
    height: auto;
    min-height: 52px;
    padding: 10px 24px;
    background-color: rgb(19, 33, 68) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.fc-site-header-topbar .topbar-column {
    vertical-align: middle;
}

.fc-site-header-topbar__links {
    padding-right: 0;
}

.fc-site-header-topbar__links > a:not(.social-button) {
    margin-left: 1.25rem;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.fc-site-header-logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.fc-site-header-logo img {
    display: block;
    height: 28px;
    width: auto;
    max-width: 180px;
}

.fc-site-header-topbar .topbar-column a:not(.social-button),
.fc-site-header-topbar .topbar-column span,
.fc-site-header-topbar .topbar-column p {
    color: rgba(255, 255, 255, 0.92) !important;
}

.fc-site-header-topbar .topbar-column a:not(.social-button):hover {
    color: #fff !important;
}

/* Site footer: brand navy */
.site-footer {
    background-color: #0C2146 !important;
}

.site-footer .site-footer__legal-link {
    color: #fff !important;
    text-decoration: none;
}

.site-footer .site-footer__legal-link:hover,
.site-footer .site-footer__legal-link:focus {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: underline;
}

.fc-site-color {
    color: #f87c0c;
}

.fc-size-16 {
    font-size:16px;
}

.fc-size-20 {
    font-size: 20px;
}

.fc-size-24 {
    font-size: 24px;
}

.fc-size-26 {
    font-size: 26px;
}

.fc-size-28 {
    font-size: 28px;
}

.fc-size-32 {
    font-size: 32px;
}

.fc-size-38 {
    font-size: 38px;
}

.fc-padding-bottom-5px
{
    padding-bottom:10px;
}

a.phones-anchor {
    display: block;
    content: ' ';
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}

.modalContainer {
    
    background: rgba(155, 155, 155, 0.58);
    transition: background .25s ease;
}

.modalPopup {
    margin-top: 100px;
    z-index: 10000001 !important;
}

.field-validation-error {
    color: red;
}

.not-valid {
    color: red;
    border-color: #ffb74f;
    color: #ffb74f;
}