/*=====*/
/*====================*/
/*========== BEGIN GENERAL STYLES ==========*/
/*====================*/
/*=====*/
.heading-font {
    font-family: 'program', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.body-font {
    font-family: 'program', 'Helvetica', 'Arial', 'sans-serif';
}

.alt-font {
    font-family: 'program', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'program', 'Helvetica', 'Arial', 'sans-serif';g
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #333; /* ADA Compliance 2.0 Changes */
}

a:hover,
a:focus {
    color: #333; /* ADA Compliance 2.0 Changes */
    text-decoration: none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: .03em;
}
h1 {
    text-transform: uppercase;
    font-size: 90px;
    /* ADA Compliance 2.0 Changes */
    background-color: rgba(0,0,0,0.01);
}
h2 {
    text-transform: uppercase;
    font-size: 36px;
    /* ADA Compliance 2.0 Changes */
    background-color: rgba(0,0,0,0.01);
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}



/*=====*/
/*====================*/
/*========== BEGIN NAVBAR STYLES ==========*/
/*====================*/
/*=====*/

.navbar-default {
    background-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 200;
    letter-spacing: 1px;
    z-index: 998;
}

.navbar-default .navbar-header .navbar-brand {
    margin-top: 30px;
    padding: 0px;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 18px;
    color: #666;
    padding: 8px 10px;
}
.navbar-default .navbar-header .navbar-toggle i {
    margin-left: 10px;
}
.navbar-default .nav {
    margin-top: 65px;
}
.navbar-default .nav > li > a {
    text-transform: none;
    font-size: 20px;
    border-radius: 30px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #666;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #008bd6;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #008bd6 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
.navbar-collapse {
    background: white;
}

@media (min-width: 768px) {
    .navbar-default {
        height: 120px;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #666;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white;
        background: #00587F; /* ADA Compliance 2.0 Changes */
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #666;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #666;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: white;
    }
    .navbar-brand .logo {
        width: 163px;
    }
}

@media (max-width: 992px) {
    .navbar-default .nav > li > a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .navbar-default {
        height: 80px;
    }
    .navbar-brand .logo {
        width: 100px;
    }
    .navbar-default .navbar-header .navbar-brand {
        margin-top: 15px;
        margin-left: 20px;
        padding: 0px;
    }
    .navbar-default .navbar-header .navbar-toggle {
        margin-top: 20px;
        border-radius: 30px;
        padding: 10px 20px
    }
    .navbar-default .nav {
        margin-top: 0px;
        text-align: center;
    }
    .navbar-default .nav > li > a {
        font-size: 18px;
    }
}


/*=====*/
/*====================*/
/*========== BEGIN HEADER AREA STYLES ==========*/
/*====================*/
/*=====*/

header {
    position: relative;
    width: 100%;
    min-height: 593px;
    overflow-y: hidden;
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/ca950e32-20ea-47b0-aa6a-5ed4a1043716.gif") #5dbae3;
    background-size: 48.5%;
    background-position: top;
    color: white;
}
.header h1,
.header h2 {
    font-weight: 200;
    letter-spacing: .1em;
}

header .header-content {
    padding: 150px 0 50px;
    position: relative;
}

header .header-content .header-content-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0px;
}
header .header-content .header-content-inner h2 {
    margin-top: 0;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    header {

    }
    header .header-content {
        text-align: left;
        padding: 0;
        height: 593px
    }
    header .header-content .header-content-inner {
        max-width: none;
        margin: 0;
        position: absolute;
        top: 50%;
    }
    header .header-content .header-content-inner h1 {
        font-size: 90px;
    }
    header .header-content .header-content-inner h2 {
        font-size: 36px;
    }
    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 100px auto 0;
    }
}

@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 90px;
    }
    header .header-content .header-content-inner h2 {
        font-size: 36px;
    }

}

.leave-trigger {
    z-index: 9999;
    display: block;
    cursor: pointer;
}
.leave-notice {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 139, 214, 0.9);
    text-align: center;
    color: white;
    padding-top: 5%;
}
.leave-notice p {
    max-width: 800px;
    padding: 20px;
    margin: 0px auto;
    padding-bottom: 50px;
    line-height: 1.25em;
    font-size: 18px;
}

.bg-lt-blue {
    background: #5dbae3;
}
.bg-dk-blue {
    background: #008bd6;
}
section {
    padding: 100px 0;
}
section h2 {
    font-size: 36px;
}



/*=====*/
/*====================*/
/*========== BEGIN VIDEO SECTION STYLES ==========*/
/*====================*/
/*=====*/

section.video {
    padding: 100px 0;
    border-top: 10px solid white;
    text-align: left;
    color: white;
}

section.video h2 {
    margin-top: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}
section.video p {
 color: #333; /* ADA Compliance 2.0 Changes */
    margin-top: 0px;
    margin-bottom: 40px;
}
.video-player {
    margin-top: 0px;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border: 5px solid white;
}

@media (min-width: 768px) {
    section.video h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    section.video {
        padding: 50px 0;
    }
    section.video h2 {
        font-size: 28px
    }
}




/*=====*/
/*====================*/
/*========== BEGIN EO SECTION STYLES ==========*/
/*====================*/
/*=====*/

section.overview {
    padding: 70px 0;
    border-top: 10px solid white;
}
section.overview h2,
.exit-link h2 {
    margin: 0px;
    padding: 0px;
}
section.overview .overview-link,
section.login .login-link,
.exit-link {
    background: white;
    border-radius: 50px;
    padding: 10px 30px;
    text-align: center;
    border: 2px solid white
}
section.overview .overview-link {
    margin-top: 40px;
}
section.overview h2 a {
    margin-top: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: #008bd6;
}
section.overview h2 a:hover,
section.login h2 a:hover,
.exit-link {
    text-decoration: none;
    color: white;
}
section.overview .overview-link:hover,
section.login .login-link:hover,
.exit-link:hover {
    background: #37a197;
}
section.overview .overview-link:hover h2 a,
section.login .login-link:hover h2 a,
.exit-link:hover h2 a {
    color: white;
}
section.overview img.eo-image {
    width: 100%;
}

@media (max-width: 1199px) {
    section.overview .overview-link {
        margin-top: 10px
    }
}
@media (max-width: 992px) {
    section.overview .overview-link {
        margin-top: 20px
    }
}
@media (max-width: 768px) {
    section.overview .overview-link {
        margin-top: 10px
    }
    section.overview h2 a, section.login h2 a {
        font-size: 24px;
    }
    section.overview .overview-image {
        display: none;
    }
}




/*=====*/
/*====================*/
/*========== BEGIN RESOURCES + RETIREMENT TOOLS SECTIONS STYLES ==========*/
/*====================*/
/*=====*/

section.resources,
section.tools {
    text-align: center;
}
section.resources .section-heading,
section.tools .section-heading {
    width: 50vw;
    margin: 0px auto;
}
section.tools {
    border-bottom: 10px solid white;
}
section.resources h2,
section.tools h2 {
    margin-top: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}

@media (min-width: 992px) {
    section.resources .resource-item {
        max-width: none;
    }
}
@media (max-width: 768px) {
    section.resources {
        padding: 50px 0;
    }
    section.resources h2 {
    }
}


.round-button img {
    width: 90px;
    margin-top: 20px
}
.round-button {
    background: #008bd6;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 40px auto 10px auto;
}
.round-button:hover {
    background: #37a197;
}
section.tools {
    background: #e8e7e7;
}





/*=====*/
/*====================*/
/*========== BEGIN ACCOUNT LOGIN SECTION STYLES ==========*/
/*====================*/
/*=====*/

section.login {
    padding: 50px 0px;
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/e8eac478-0353-4da6-aa33-10077d4eb7ed.png") repeat-x #5dbae3;
    background-position: center;
    border-top: 10px solid #5dbae3;
    border-bottom: 10px solid #5dbae3;
}
section.login h2 {
    margin: 10px auto;
}




/*=====*/
/*====================*/
/*========== BEGIN FOOTER SECTION STYLES ==========*/
/*====================*/
/*=====*/

footer {
    background-color: white;
    padding: 70px 0 20px 0;
    color: #666;
    text-align: center;
}

footer .oa-logo {
    margin-bottom: 20px;
}
footer .oa-logo img {
    width: 100%;
}
footer a {
    font-size: 100%;
}
footer p {
    font-size: 18px;
    line-height: 1.25em;
    margin: 20px 0px;
}
