body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}


/*===== HEADER AREA STYLES =====*/
header {
    background: #fff;
    text-align: center;
}

header .logo {
    padding: 30px;
}

header .logo img {
    width: 100%;
    max-width: 400px;
}


/*===== NAV AREA STYLES =====*/
nav {
    background: #005E86;
    color: #fff;
    height: 80px;
}

nav ul {
    margin: 0px auto;
}

nav ul li {
    list-style-type: none;
    float: left;
}

nav a {
    color: #fff;
    line-height: 80px;
    font-size: 22px;
    margin-right: 70px;
    padding: 5px 10px;
    transition: all .5s ease;
    background: none;
}

nav a:hover {
    background: #A3D2F4;
    color: #005E86;
    border-radius: 3px;
    text-decoration: none;
}


/*===== HERO AREA STYLES =====*/
.hero {
    border-top: 4px solid #fff;
}

.hero-bg {
    height: 500px;
    display: block;
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/342a97e4-cfb6-4fda-b82e-46e8e32a4993.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35%;
}


/*===== IDENTIFIER AREA STYLES =====*/
.identifier {
    height: 80px;
    background: #005E86;
    background: linear-gradient(120deg, rgba(0, 94, 134, 1) 0%, rgba(0, 94, 134, 1) 65%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 66%, rgba(163, 210, 244, 1) 66%, rgba(163, 210, 244, 1) 100%);
    border-top: 4px solid #fff;
}

h2 {
    color: #fff;
    font-size: 28px;
    line-height: 80px;
}



/*===== INTRO AREA STYLES =====*/
.intro {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 26px;
    line-height: 1.75em;
}

h1 {
    font-size: 60px;
    font-family: 'Marcellus', serif;
    color: #005E86;
    margin-bottom: 40px;
}

.intro-img img {
    width: 100%;
    max-width: 375px;
    border: 4px solid #005E86;
}

/*===== PLAN-INFO AREA STYLES =====*/
.plan-info {
    background: #005E86;
    padding-top: 80px;
    padding-bottom: 80px;
}

.plan-info h1 {
    color: #fff;
}

.callout-link {
    background: #A3D2F4;
    border: 4px solid #fff;
    display: block;
    text-align: center;
    padding: 20px;
    color: #333333;
    margin-bottom: 30px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.35);
    transition: all .5s ease;
    position: relative;
    top: 0px;
}

.callout-link:hover {
    background: #D1ECFF;
    text-decoration: none;
    box-shadow: 0px 3px 20px 0px rgba(255, 255, 255, 0.5);
    top: -3px;
}

.callout-link img {
    border: 4px solid #fff;
    transform: rotate(-3deg);
    width: 216px;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.35);
}

.callout-link i {
    color: #fff;
    font-size: 82px;
    transition: all .5s ease;
}

.callout-link:hover i {
    color: #005E86
}

.callout-link p {
    margin-top: 15px;
}

.divider-left {
    border-right: 1px dotted #fff;
    margin-top: 40px;
    margin-bottom: 60px;
}

.divider-horiz-white {
    height: 40px;
    border-bottom: 1px dotted #fff;
    margin-bottom: 60px;
}


/*===== EDUCATION AREA STYLES =====*/
.education {
    padding-top: 80px;
    padding-bottom: 80px;
}

.divider-horiz-black {
    height: 80px;
    border-bottom: 1px dotted #000;
}


/*===== FOOTER AREA STYLES =====*/
footer {
    background: #58595B;
    color: #fff;
    font-size: 18px;
    padding-top: 80px;
}

img.oa-wordmark {
    margin: 40px 0px;
    width: 100%;
    max-width: 250px;
}


/*====== OVERLAY STYLES ======*/
.modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 5vh 0;
    text-align: center;
    background: rgba(0, 94, 134, .9);
    color: #fff;
}

.modal .modal-content h1 {
    margin-bottom: 15px;
    font-size: 3em;
    color: #fff;
    margin-bottom: 40px;
}

.modal .modal-content p {
    margin-bottom: 30px;
    font-size: 16px
}

.modal .close-modal {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: transparent;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.close-modal i {
    font-size: 40px;
}

.modal .close-modal:hover {
    outline: 2px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
}

.modal-body {
    margin-top: 0px;
    padding-top: 0px;
}

.modal-content .container {
    padding-top: 0px;
    margin-top: 0px;
}

@media (max-width: 992px) {
    nav {
        height: 200px;
    }
    nav ul {
        
    }
    nav ul li {
        list-style-type: none;
        float: none;
    }
    nav a {
        font-size: 22px;
        margin-right: 50px;
        line-height: 50px;
        padding: 5px 50px;
    }

    body {
        font-size: 18px;
    }
    .intro {
        font-size: 20px;
        text-align: center;
    }
    h1 {
        font-size: 42px;
    }
    .identifier {
        background: #005E86;
    }
    footer {
        text-align: center;
        font-size: 18px;
    }
    
}
@media (max-width: 1200px) {
    nav a {
        font-size: 20px;
        margin-right: 50px;
    }
}