﻿body {
    background-color: #DCDDDE;
    font-size: 15px;
    line-height: 1.25;
    color: #4A4A49;
}

header {
    background-color: white;
    border-style: none;
    border-top-style: solid;
    border-top-width: 0.4rem;
    border-bottom-style: solid;
    border-bottom-width: 0.4rem;
    border-color: #157885;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 1rem;
}

img.word-mark {
    max-width: 75%;
    }

.corporate h1 {
    color: #4A4A49;
    font-weight: 300;
    font-size: 5.3rem;
    line-height: 1;
    display: block;
}


a {
    color: #4A4A49 !important;
}

.corporate {
    margin-top: -2rem;
}

.tagline {
    color: #eb0029;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    padding-top: 5px;
    display: block;
}

.card {
    border: 1px solid rgba(188, 188, 188,1);
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .75rem;
}

li {
    list-style: none;
}

.hero {
    background-image: url('../images/oklahoma-city-landscape.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3rem;
    margin-bottom: -1px;
    padding-right: 2rem;
    min-height: 300px;
}

.hero-bullet {
    font-weight: 400;
    font-size: 180%;
    color: #157885;
}
 
.hero-bullet::before {
    content: "• ";
    color: #157885;
    margin-left: -1rem;
}

ul {
    padding-left: unset;
    margin-left: auto;
}

.vertical-line {
    border-left: solid;
    border-width: 3px;
    border-color: #eb0029;
}

.card-text {
    line-height: 1.25;
}

.footer {
    background-color: #676767;
    margin-top:25px;
}

.footer-contact {
    height: 2.5rem;
}

    .footer-contact p {
        color: white;
    }

.footer-links {
    background-color: #505050;
}

    .footer-links p {
        color: white;
    }

    .footer-links a {
        display: inline;
    }

        .footer-links a:link {
            color: white;
            text-decoration: underline;
        }

a.separator::before {
    text-decoration: none;
    content: "|";
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.container-header {
    padding: 0;
    max-width: 1180px;
}

.container-body{
    padding: 0;
    max-width: 1068px;
}

.pill-wrapper {
    display: none;
}

.top-text-wrapper {
    padding-top: 0;
    padding-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .tagline {
        font-size: 14px;
    }

    .corporate h1 {
        font-size: 3rem;
    }

    .hero {
        min-height: 160px;
    }
}

@media (min-width: 992px) {
    .top-text-wrapper {
        padding-top: 3rem;
    }

    .pill-wrapper {
        display: block;
    }

    .pill {
        background-color: #157885;
        height: 82%;
        margin: 8px 0;
        width: 3px;
        border-radius: 10px;
        float: right;
        margin-right: 10px;
    }

    .tagline {
        font-size: 16px;
    }

    .corporate h1 {
        font-size: 4rem;
    }

    .hero {
        min-height: 200px;
    }
}

.legal-text {
    color: #fff;
    font-size: .85rem;
    font-weight: 300;
}