/*====================*/
/*========== BEGIN GENERAL STYLES ==========*/
/*====================*/
.heading-font {
    font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 0px;
}
.body-font {
    font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
    font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
}
html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #fff;
}
a:hover,
a:focus {
    color: #e7e7e7;
    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: .02em;
}
h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 60px;
    color: #000000;
}
h2 {
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding-bottom: 20px;
    color: #000000;
}
h3 {
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 0px;
    color: #000000;
    font-weight: 700;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.heroheader {
    font-size: 56px;
    line-height: 1.125em;
    font-weight: 700;
    padding: 0px;
}
button {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    border: solid #ffffff 1px;
    text-decoration: none;
    background-color: transparent;
}
button:hover {
    background-color: #4aa14b;
}
.light-green {
    color: #43a041;
}
.med-green {
    color: #166938;
}
img {
    max-width: 100%;
    height: auto;
}
.rettools img {
    width: 100%;
    height: auto;
}


/*====================*/
/*========== 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: 14px;
    color: #666;
    padding: 8px 10px;
}
.navbar-default .navbar-header .navbar-toggle i {
    margin-left: 10px;
}
.navbar-default .nav {
    margin-top: 55px;
}
.navbar-default .nav > li > a {
    text-transform: none;
    font-size: 20px;
    border-radius: 20px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    color: #166938;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #fff;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #fff !important;
    background-color: #176838;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: #414042;
}
.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: #fff;
        background: #43a041;
        margin: 0 5px;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white;
        background: #414042;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #166938;
    }
    .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: #fff;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: white;
    }
    .navbar-brand .logo {
        width: 250px;
        padding-bottom: 0px;
    }
}

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

@media (max-width: 768px) {
    .navbar-default {
        height: 80px;
    }
    .navbar-brand .logo {
        width: 150px;
    }
    .navbar-default .navbar-header .navbar-brand {
        margin-top: 10px;
        margin-left: 0px;
        padding: 0px;
    }
    .navbar-default .navbar-header .navbar-toggle {
        margin-top: 20px;
        border-radius: 10px;
        padding: 10px 15px
    }
    .navbar-default .nav {
        margin-top: 0px;
        text-align: center;
    }
    .navbar-default .nav > li > a {
        font-size: 16px;
    }
    .heroheader {
        font-size: 30px;
        line-height: 38px;
        font-weight: 700;
        padding: 0px;
        text-align: center;
    }
    h3 {
        font-size: 1em;
        fonth3-size: 1em;
        text-align: center;
    }
    .logohidenseek {
        visibility: hidden;
    }
}

@media (max-width: 450px) {
    header {
        background: #e7e7e8 !important;
    }
}


/*====================*/
/*========== BEGIN HEADER AREA STYLES ==========*/
/*====================*/
header {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/8c7a4332-e798-467c-987c-2d881e006dde.jpg") #e7e7e8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top ;
}
.header h1,
.header h2 {
    font-weight: 200;
    letter-spacing: .1em;
}
header .header-content {
    padding: 0px 0 0px;
    width: 100%;
}
header .header-content .header-content-inner {
    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 {
        margin-top: 120px;
    }
    header .header-content {
        text-align: center;
        align-content: center;
        padding: 0;
        height: 500px
    }
    header .header-content .header-content-inner {
        max-width: none;
        margin: 0;
        position: absolute;
        top: 20%;
    }
    header .header-content .header-content-inner h1 {
        font-size: 78px;
    }
    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: #166938;
}
.bg-dk-blue {
    background: #008bd6;
}
section {
    padding: 100px 0;
}
section h2 {
    font-size: 36px;
}


/*====================*/
/*========== BEGIN VIDEO SECTION STYLES ==========*/
/*====================*/
section.video {
    padding: 20px 0;
    border-top: 10px solid white;
    border-bottom: 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 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.video-player {
    margin-top: 0px;
    position: relative;
    height: 0;
    padding-bottom: 56%;
}

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

@media (max-width: 768px) {
    section.video {
        padding: 0px 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 {
    padding: 0px 0px;
    text-align: center;
}
section.overview .overview-link {
    margin-top: 20px;
}
section.overview h2 a {
    margin-top: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
}
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: #fff;
}
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 {
    margin: 0;
}
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: 20px;
}

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

@media (max-width: 768px) {
    section.resources {
        padding: 20px 0;
    }
    section.tools {
        width: 100%;
        background-image: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/dee0e465-675d-4666-9e9c-aaf3f06c31a9.jpg") #166938;
        background-size: cover;
    }
}

.round-button img {
    width: 90px;
    margin-top: 20px
}
.round-button {
    width: 120px;
    margin: 0px auto 0px auto;
    color: #43a041;
    font-size: 122px;
    opacity: 1;
}
.fa:hover {
    opacity: 0.5;
}
section.tools {
    max-width: 100%;
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/f99cdd6b-70c4-48ae-a36d-9b60627f814e.jpg") #166938;
    background-size: 100% 100%;
    display: block;
    background-position: center;
    color: white;
    background-repeat: no-repeat;
}


/*====================*/
/*========== BEGIN ACCOUNT LOGIN SECTION STYLES ==========*/
/*====================*/
section.login {
    padding: 0px 0px;
    background-position: center;
    background-color: #404041;
}
section.login h2 {
    margin: 0px auto;
    font-size: 32px;
    line-height: 18px;
    vertical-align: middle !important;
    color: #fff;
}


/*==========   BEGIN MODAL WINDOW STYLES   ==========*/
/*===============================================*/
#oaModalv {
    width: 600px;
}
#oaModalt .row-fluid,
#oaModalv .row-fluid,
#oaModaltv .row-fluid {
    width: 100%;
}
.modal {
    background-color: #404041 .5;
    margin-left: 0px;
    margin-top: 200px;
}
.modal-header {
    padding: 15px 10px;
    background: #46a040;
}
.modal-header .close {
    margin-top: -5px;
    position: relative;
    top: 5px;
    opacity: .75;
    z-index: 999;
    color: #fff;
}
.modal-title {
    font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 100;
    font-size: 28px;
    color: #fff;
}
.modal-footer {
    display: none;
}
/*===========   END MODAL WINDOW STYLES   ==========*/


/*========== 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;
}