/*====== COLOR PALETTE =====*/
/*==========

Vermeer Green: #00703C
Vermeer Yellow Iron: #ffc425
Slate Gray: #5F6062
Concrete Gray: #C4C6C8

==========*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #5F6062;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


/*====== ANGLE STYLES =====*/
/*==========*/

.angle-svg {
    width: 284px;
    height: 500px;
    position: absolute;
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/814cd7dd-19fb-4898-985e-bdc397319c35.png");
    background-repeat: no-repeat;
}

.logo-img {
    position: absolute;
    top: 50px;
    left: 15px;
    height: 175px;
    width: auto;
    z-index: 999;
}


/*====== NAVIGATION STYLES =====*/
/*==========*/

nav {
    background: #fff;
    width: 100%;
    height: 80px;
}
.navbar {
    padding: 30px 10px;
}
nav img {
    display: none;
}

nav li a {
    color: #5F6062;
    padding: 10px 20px;
}

nav li a:hover {
    text-decoration: none;
    background: #00703C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.logobar {
    display: block;
    text-align: center;
}

.logobar img {
    max-width: 300px;
    height: auto;
    margin: 0px auto;
    margin-top: 5px;
}




/*====== HERO STYLES =====*/
/*==========*/

.hero {
    width: 100%;
    height: 300px;
    border-top: 6px solid #fff;
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/f4f183c0-a64f-4095-92fa-08da17fe0a2d.jpg");
    background-size: cover;
    background-position: 0px -80px
}

.tagline {
    position: relative;
    left: 235px;
    width: 700px;
    top: 175px;
}

h1 {
    color: #fff;         
    text-transform: uppercase;
    font-weight: 300;
    font-size: 90px;
    line-height: 1em;
    font-family: 'Open Sans Condensed', sans-serif;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}

h1 .bold {
    font-weight: 700
}

h1 .period {
    font-family: arial;
    font-size: 1.125em;
}

.subtagline {
    background: black;
    width: 100%;
    height: 80px;
    border-top: 6px solid #fff;
}

h2 {
    color: #fff;
 background-color: rgba(0,0,0,0.01);        
    font-size: 26px;
    position: relative;
    left: 240px;
    line-height: 80px;
    display: inline;
}


/*====== OVERVIEW STYLES =====*/

.overview {
    background: #fff;
    width: 100%;
    padding: 50px 70px;
}

h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

h3.grey {
    color: #5F6062;
}

.overview .underline {
    width: 300px;
    height: 3px;
    background: #ffc425;
    margin-bottom: 30px;
}

.overview p {
    margin-bottom: 0px;
}

.cover img {
    clear: both;
    max-height: 220px;
}

.cover a {
    display: block;
    background: #eaeaea;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;
    color: #000;
    padding: 40px;
    margin-bottom: 10px;
}
.cover a:hover {
    background: #00703C;
    color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;

}



/*====== LINKS STYLES =====*/

.links {
    background-color: #ffc425;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.links a {
    font-size: 14px;
    line-height: .75em;
    text-align: center;
}

.links a i {
    display: block;
    font-size: 70px;
    margin-bottom: 15px;
}

.links .row div {
    text-align: center;
    line-height: 1em;
}


/*====== RESOURCES STYLES =====*/

.resources,
.angles,
.tools {
    height: 350px
}

.resources {
    background-color: #eaeaea;
    padding: 50px 0px 50px 70px
}

.resources h3 {
    text-align: center;
}

.resources .underline {
    width: 300px;
    height: 3px;
    background: #fff;
    margin: 0px auto;
    margin-bottom: 30px;
}

.resources a {
    color: #5F6062;
}

.resources a:hover {
    color: #fff;
    text-decoration: none;
}

.resources a:hover i {
    color: #fff;
}

.resources>.row>div {
    border: 3px solid #eaeaea;
    padding: 20px 10px;
}

.resources>.row>div:hover {
    background: #00703C;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 3px solid #fff;
}

.resources>.row>div:hover>a {
    color: #fff;
}


/*====== ANGLES STYLES =====*/
/*==========*/

.angles {
    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 49%, #ffc425 51%);
    background: -webkit-linear-gradient(left, #eaeaea 49%, #ffc425 51%);
    background: linear-gradient(to right, #eaeaea 49%, #ffc425 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#ffc425', GradientType=1);
    padding-left: 0px;
    padding-right: 0px;
    min-width: 215px;
}

.angle-bracket {
    background: #ffc425;
    margin: 0px auto;
    width: 211px;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.angle-grey {
    height: 100%;
    width: 100%;
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/a78021e3-8d22-484d-ba57-2d3fd9c3e621.png");
    background-repeat: no-repeat;
 background-position: -1px;
}


/*====== TOOLS STYLES =====*/
/*==========*/

.tools {
    background-color: #ffc425;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding: 50px 70px 50px 0px
}

.tools h3 {
    text-align: center;
 color: #555758;   
}

.tools .underline {
    width: 300px;
    height: 3px;
    background: #fff;
    margin: 0px auto;
    margin-bottom: 30px;
}

.tools a {
   color: #555758;
}

.tools a:hover {
    color: #fff;
    text-decoration: none;
}

.tools a:hover i {
    color: #fff;
}

.tools>.row>div {
    border: 3px solid #ffc425;
    padding: 20px 10px;
}

.tools>.row>div:hover {
    background: #00703C;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 3px solid #fff;
}


/*====== VIDEO STYLES =====*/
/*==========*/

.video {
    background: #fff;
    padding: 50px 70px;
}

.video .underline {
    width: 300px;
    height: 3px;
    background: #ffc425;
    margin-bottom: 30px;
}

.video-player {
    overflow: hidden;
    padding-bottom: 28%;
    position: relative;
    height: 0;
}

.video-player iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/*====== LOGIN STYLES =====*/
/*==========*/

.login {
    background-color: #ffc425;
    text-align: center;
    padding: 50px;
}

.login h3 {
    padding-bottom: none;
    margin-bottom: 0px;
}

.login a {
    text-align: center;
    color: #5F6062;
    background: #fff;
    margin: 0px auto;
    line-height: 1em;
    padding: 20px 150px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 3px solid #fff;
}

.login a:hover {
    background: #00703C;
    color: #fff;
    text-decoration: none;
}


/*====== FOOTER STYLES =====*/
/*==========*/

.footer {
    background: #000;
    min-height: 200px;
    font-size: 14px;
    color: #fff;
    padding: 50px 70px;
}

.oa-logo img {
    width: 100%;
    margin-top: 30px;
}


/*====== RESPONSIVE STYLES =====*/
/*==========*/

@media (max-width: 767px) {
    .logobar {
        text-align: left;
    }
    .logobar img {
        width: 225px;
        margin-top: 15px;
    }
    .overview {
        padding: 50px 20px;
    }
    .overview .cover {
        text-align: center;
        margin-top: 20px;
    }
    .video .underline,
    .tools .underline,
    .resources .underline,
    .overview .underline {
        width: 100%;
    }
    .angle-bracket,
    .angles {
        display: none;
    }
    .tools {
        border-top: 6px solid #fff;
    }
    .video-player {
        min-height: 335px;
        min-width: 200px;
    }
    .login a {
       padding: 30px;
    }
}

@media (max-width: 991px) {
    nav {
        height: 90px;
    }
    
    nav img {
        display: block;
        height: 70px;
    }
    .navbar {
        padding: 10px;
        background-color: #ffc425;
    }
    nav li {
        padding: 12px 0;
        text-align: right;
    }
    .logo,
    .angle,
    .angles {
        display: none;
    }
    .angle-svg {
        display: none;
    }
    .hero {
        height: 400px;
        background-position: center 0px;
        text-align: center;
        
    }
    .tagline {
        left: auto;
        top: 200px;
        width: 100%;
    }
    h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 90px;
        line-height: 1em;
        font-family: 'Open Sans Condensed', sans-serif;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    }
    h1 .period {
        font-family: arial;
        font-size: 1.125em;
    }
    .subtagline {
        height: 80px;
        text-align: center;
    }
    h2 {
        font-size: 26px;
        left: auto;
        line-height: 80px;
    }
    .resources {
        background-color: #eaeaea;
        padding: 50px 50px 50px 50px
    }
    .tools {
        border-top: 10px solid #fff;
        padding: 50px 50px 50px 50px
    }
    .resources,
    .tools {
        height: auto;
    }
}


@media (max-width: 1305px) {
    .angles {
        min-width: 10px;
    }
    .angle-grey {
        display: none;
    }
    .angle-bracket {
        display: block;
        width: 8px;
        background: #fff;
    }
}



/*====== BEGIN OVERLAY WINDOW STYLES =====*/
/*==========*/

.trigger {
    display: block;
    cursor: pointer;
}

.learnmore a {
    color: #5F6062;    
}

.button_green {
    background: #00703C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.button_green:hover {
    color: #ffc425;
    text-decoration: none;
}

#modal02 i {
    font-size: 30px;
    padding: 15px;
}

/*===========   END OVERLAY WINDOW STYLES   ==========*/