/* ===== COLORS =====
    Blue = #002F63
    Red = #A8172D
    Green = #016A2F
    Gold = #C1B63D
    Light Grey = #EDEDED
    Dark Grey = #7C7C7C
=====*/

/* ===== FONTS =====
Trajan Pro 3 Regular
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;

Trajan Pro 3 Light
    font-family: trajan-pro-3, serif;
    font-weight: 300;
    font-style: normal;

Montserrat Light
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;

Montserrat Regular
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
=====*/

/*-----------ADA REMEDIATION 2021 -------------
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #7C7C7C;
}*/

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #696969;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: trajan-pro-3, serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 28px;
    line-height: 36px;
}

h2 {
    font-size: 36px;
    color: #002F63;
}

.btn {
    font-weight: 300;
    text-transform: uppercase;
}

p {
    display: block;
}

.logo {
    margin: 20px 0px;
    text-align: center;
}

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

.login {
    text-align: center;
    margin-bottom: 30px;
}

.plan-identifier {
    background-color: #002F63;
}

.plan-identifier .row {
    display: block;
    text-align: center;
    color: #fff;
}

.plan-identifier h1 {
    line-height: 2em
}

.hero {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/3c136dfe-d47b-4cee-98b8-9cd027d071af.jpg");
    background-size: cover;
    background-position: bottom;
    height: 650px;
}

.blank {
    height: 510px;
    background: #fff;
    border-bottom: 10px solid #C1B63D;
}

.bishop,
.artesys {
    background: #fff;
    color: #002F63;
    padding: 20px;
}

.bishop {
    text-align: center;
}

.bishop h1 {
    margin-bottom: 25px;
}

.photo {
    text-align: center;
    margin-bottom: 20px;
}

img.bishop-dude {
    width: 100%;
    max-width: 350px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

a img.bishop-dude:hover {
    border: 2px solid #C1B63D;
}

/*----ADA REMEDIATION 2021------------
a {
    color: #707070;
}*/

a {
    color: #696969;
}

a.red {
    background-color: #A8172D;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/*----ADA REMEDIATION 2021------------
a.red:hover {
    background-color: #C1B63D;
    color: #fff
}*/

a.red:hover {
    background-color: #C1B63D;
    color: #424242
}

.overview {
    background-color: #016A2F;
    text-align: center;
}

.overview .container {
    padding: 60px;
}

.overview .btn {
    margin: 0px auto;
    text-align: center;
}


.advisor,
.resources {
    background-color: #EDEDED;
}

.advisor .container,
.tools .container,
.resources .container {
    padding: 60px;
}

.advisor .container,
.resources .container {
    text-align: center;
}

.advisor h2,
.tool h2,
.resources h2 {
    margin-bottom: 20px;
}

.advisor a {
    color: #A8172D;
    font-weight: 400;
    padding: 5px 10px;
}

/*-----ADA REMEDIATION 2021----
.advisor a:hover {
    background-color: #C1B63D;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}*/

.advisor a:hover {
    background-color: #C1B63D;
    color: #424242;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.tools {
    background-color: #fff;
    border-bottom: 20px solid #002F63;
}

.tools .row div,
.resources .row div {
    text-align: center;
}

i {
    color: #A8172D;
    font-size: 90px;
    margin-bottom: 20px;
}

.tools p,
.resources p {
    margin-bottom: 0px;
}

.tools a,
.resources a {
    display: block;
    padding: 20px;
    margin-top: 20px;
}

/*--ADA REMEDIATION 2021-----------------
.tools a:hover,
.resources a:hover {
    background-color: #C1B63D;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
}*/

.tools a:hover,
.resources a:hover {
    background-color: #C1B63D;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #424242;
    text-decoration: none;
}

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


.resources {
    background-image: url("../img/DoL_resources01.png");
    background-size: cover;
    background-position: bottom;
}

.resources hr {
    width: 50%;
    border: none;
    border-bottom: 1px solid #002F63;
    margin-top: 60px;
    margin-bottom: 80px;
}

.video {
    padding-bottom: 0px;
}

.video img {
    width: 100%;
}

.resources .row .video-text {
    text-align: left;
}

.video-text h3 {
    color: #002F63;
    margin-top: 30px;
    margin-bottom: 20px;
}

.managed {
    height: 260px;
}
.managed a:not([href]):not([tabindex]) {
    color: #fff;
}

.artesys {
    text-align: center;
}

img.artesys-logo {
    max-width: 375px;
}

footer {
    background-color: #002F63;
    color: #fff;
    text-align: center;
    font-size: .8em;
}

footer .container .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.oa-logo img {
    max-width: 200px;
    margin-top: 40px;
}





/* ===== RESPONSIVE SCREEN SIZES =====*/

@media (min-width: 576px) {
    .header .row {
        text-align: center;
    }

    .logo {
        text-align: center;
    }

}


@media (min-width: 768px) {
    h2 {
        font-size: 46px;
    }

    .bishop,
    .artesys {
        position: relative;
        bottom: 110px;
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    }

    .photo {
        margin-bottom: 20px;
    }

    .resources {
        background-image: url("../img/DoL_resources01.png");
        background-size: cover;
        background-position: bottom;
    }

    .resources hr {
        width: 50%;
        border: none;
        border-bottom: 1px solid #002F63;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .video-text { 
        padding-bottom: 150px;
    }

    .bishop {
        height: 450px;
    }

    .blank {
        height: 370px;
    }
    
    .artesys {
        height: 240px;
    }
    .managed {
        height: 160px;
    }

}


@media (min-width: 992px) {

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: trajan-pro-3, serif;
        font-weight: 300;
        font-style: normal;
        margin: 0px;
        padding: 0px;
    }

    h1 {
        font-size: 32px;
        line-height: 50px;
    }

    h2 {
        font-size: 46px;
        color: #002F63;
    }

    a.red {
        font-size: 24px;
        border: none;
        padding: 20px 40px;
        margin-top: 30px;
    }

    .login {
        text-align: right;
        margin-bottom: 0px;
    }

    .bishop {
        height: 270px;
    }

    .blank {
        height: 190px;
    }
    
    .artesys {
        height: 250px;
    }
    .managed {
        height: 170px;
    }

}


@media (min-width: 1200px) {
    .bishop {
        height: 250px;
    }
    
    .video {
        width: 90%
    }

    .blank {
        height: 170px;
    }
    
    .artesys {
        height: 220px;
    }
    .managed {
        height: 140px;
    }
}


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

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

/*----ADA REMEDIATION 2021------------
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #002F63;
    background: rgba(0, 47, 99, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
}*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #002F63;
    background: rgba(0, 47, 99, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
 display : none;
}

.overlay h1 {
    color: #fff;
}

/*----ADA REMEDIATION 2021------------
.overlay p {
    max-width: 800px;
    padding: 20px;
    margin: 0px auto;
    padding-bottom: 50px;
    line-height: 1.25em;
    font-size: 18px;
    color: #fff;
}
*/
.overlay p {
    max-width: 800px;
    padding: 20px;
    margin: 0px auto;
    padding-bottom: 50px;
    line-height: 1.25em;
    font-size: 18px;
    color: #fff;
 background-color: rgba(0,0,0,0.01);
}

.overlay a.leave {
    padding: 0px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    background: #A8172D;
    margin: 0px auto;
    line-height: 1em;
    padding: 20px 100px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 0px solid #fff;
    font-size: 24px;
    max-width: 700px;
}

/*--------ADA REMEDIATION 2021-------------
.overlay a.leave:hover,
.overlay a.leave:focus {
    background: #C1B63D;
    color: #fff;
    text-decoration: none
}*/


.overlay a.leave:hover,
.overlay a.leave:focus {
    background: #C1B63D;
    color: #424242;
    text-decoration: none
}


.overlay i {
    margin-left: 20px;
    font-size: 40px;
    color: #fff;
}

.overlay .closebtn {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 25px;
    font-size: 40px;
    line-height: .75em;
    font-weight: normal;
    color: #fff;
    /*==Change this to edit the color of hthe modal close button ==*/
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.vimeo-vid {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .overlay-body {
        width: 100%;
    }
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    }
}

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

/*===========   ADA REMEDIATION 2021 STYLES   ==========*/

a.btn.red:hover{
 color :#424242;
}


.logo img:hover {
    outline: 5px auto;
}

a.footer-logo:hover{
 outline : 5px auto;
}