﻿.maint-message {
    background: #feefd8;
    padding: 7px 0;
}

.navbar .navbar-brand:before {
    display: none;
}

.p-custom-6 {
    padding: 4rem !important;
}

.maint-message > p {
    margin: 0px !important;
}

footer {
    background: #004593;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 60px 0 30px;
    position: relative;
    text-align: center;
}

.info-section {
    z-index: 1;
    position: relative
}

    .info-section:after {
        background: white;
        bottom: 0;
        content: " ";
        display: block;
        height: 220%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: skewY(1.3deg);
        transform: skewY(1.3deg);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

.navlink-item {
    margin-right: 1.2em;
    padding: 10px 0;
}

    .navlink-item a {
        color: white
    }

.main-container {
    background: #f8f9fa
}

.bg-orange {
    background: #f27707;
}

.container-navy-blue {
    background: #004593;
    border-radius: 0 14.93rem 14.93rem 0;
}

.container-orange {
    background: #f8f9fa;
    border-radius: 0 14.93rem 14.93rem 0;
}

.container-heading {
    font-size: 25px !important;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: 600 !important;
    display: inline-block;
}

    .container-heading:after {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border: 1.5px solid #f27707;
        content: "";
        width: 3.75rem;
        display: block;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        background-color: #f27707;
        border-radius: 4px;
    }

.marketing-box-img {
    border-radius: 3px 3px 0 0;
    border-top: 5px solid #f27707;
}

.card-deck a {
    color: #f27707
}
