/*=====PORT OF STOICKTON CSS

AUTHOR: EDH
DATE CREATED: 11.30.2020
--
LAST MODIFIED BY: EDH
LAST MODIFIED DATE: 11.30.2020

COLOR PALETTE:
    Teal: #00a0af
    Middle Green: #006b6e
    Dark Teal: #1d545f
    Light Grey: #f7f7f7
    Dark Grey: #545454
    True Green: #78bc42 (clickable items)
    Yellow-Green: #e2e667

FONTS:
    ROBOTO via GOOGLE FONTS
    font-family: 'Roboto', sans-serif;
        LIGHT: font-weight: 300
        REGULAR: font-weight: 400
        BOLD: font-weight: 700

======*/



/*==========*/
/*==========*/
/*===================================SHARED AREA STYLES=====*/
body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    background: #000;
}
strong {
    font-weight: 700;
}
h1 {
    color: white;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 60px;
    font-weight: 700;
}
h2 {
    color: white;
    font-weight: 300;
}
h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
h4 {
    color: #fff;
}
hr {
    height: 6px;
    width: 150px;
    position: relative;
    float: left;
    clear: both;
    border: 0px;
    margin-bottom: 40px;
}
p {
    clear: both;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.4em
}
a:hover {
    text-decoration: none;
}
section {
    padding: 20px 0px 20px 0px;
    text-align: left;
}
.links .text {
    text-align: left;
    padding: 15px 0 0 20px;
    font-size: 24px;
    height: 100px; 
}
.tools a i,
.resources a i {
    font-size: 60px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 40px;
}

/*=====BEGIN SCFREEN SIZE < 576px STYLES=====*/
    @media (max-width: 576px) {
        .links,
        .links .text {
            text-align: center;
        }
        .links .icon {
            margin-bottom: -40px;
        }
    }

/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
    @media (min-width: 768px) {
        .icon {
            text-align: right;
        }
    }

/*==BEGIN SCFREEN SIZE > 992px STYLES==*/
    @media (min-width: 992px) {
        h1 {
            font-size: 60px; 
        }
        section {
            padding: 60px 0px 60px 0px;
        }
        .tools,
        .resources,
        .video {
            padding-bottom: 30px
        }
        .links .text {
            padding-left: 40px;
        }    
    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {
        .links .text {
            padding-left: 20px;
        }
    }
/*===================================END SHARED AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================HEADER AREA STYLES=====*/
header {
    background: #000;
    z-index: 999;
    position: relative;
}
.full-nav {
    display: none;
}
div.logodiv {
    width: 160px;
    padding: 5px;
}

    /*=========================MOBILE NAVIGATION STYLES=====*/
    .small-nav {
        overflow: hidden;
        background-color: #000;
        position: relative;
    }
    .small-nav a span {
        text-align: center;
    }
    .small-nav .logo {
        max-width: 100px;
        margin: 0px auto
    }
    .small-nav #myLinks {
        display: none;
        text-align: center;
         background-color: #000
    }
    .small-nav a {
        color: #fff;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
    .small-nav #myLinks a {
        display: block;
    }
    .small-nav a.icon {
        font-size: 24px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .small-nav #myLinks a:hover {
        color: #ddd;
        background: #333;
    }
    .small-nav a.icon:hover {
        color: #ddd;
        background: #000
    }
    .active {
        background-color: #fff;
        color: white;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .clearance {
        height: 0px;
        padding-top: 65px;
    }
    /*=========================END MOBILE NAVIGATION STYLES=====*/


/*=====BEGIN SCFREEN SIZE < 576px STYLES=====*/
    @media (max-width: 576px) {
        
    }

/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
    @media (min-width: 768px) {

    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {
        header {
            height: 60px;
        }
        .small-nav,
        .clearance {
            display: none;
        }
        .full-nav {
            display: inline;
        }
        .full-nav .navlinks {
            margin-top: 0px;
            height: 60px;
        }
        .full-nav .navlinks:first-child a {
            margin-right: 10px;
        }
        .full-nav .navlinks a {
            line-height: 60px;
            padding: 10px 15px;
            font-size: 14px;
            color: white;
        }
        .full-nav .navlinks a:hover {
            color: #fff;
            background-color: #333;
            text-decoration: none;
        }
        div.logodiv a {
            display: block;
            height: 140px;
        }
        .logo {
            width: 100%;
            line-height: 160px;
        }
    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {
        .logodiv {
            height: 160px;
        }
    }
/*===================================END HEADER AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================HERO AREA STYLES=====*/
.hero {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/b60d4b37-48fa-46dd-8cca-5b40436161c9.png");
    background-position: center;
    background-size: cover;
}
.hero {
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    position: relative;
}
.hero-heading {
    top: 1vw;
}
.shaded {
    background: rgba(0,0,0,.5);
    position: relative;
    top: 0px;
}
.shaded h2 {
    line-height: 30px;
    font-size: 20px;
}


/*=====BEGIN SCFREEN SIZE < 576px STYLES=====*/
    @media (max-width: 576px) {

    }


/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
    @media (min-width: 768px) {
        .hero,
        .hero-slider div {
            height: 430px;  
        } 
        .hero-heading {
            width: 25%;
            position: relative;
            left: 0%;
            top: 6vh;
        }
        .shaded {
            background: rgba(0,0,0,.5);
            position: relative;
            top: 192px;
        }
        .shaded h2 {
            line-height: 50px;
            font-size: 30px;
        }
    }

/*=====BEGIN SCFREEN SIZE < 992px STYLES=====*/
    @media (max-width: 1199px) {
        .hero {
            margin-top: 85px;
        }
    }

/*==BEGIN SCFREEN SIZE > 992px STYLES==*/
    @media (min-width: 992px) {
        .hero {
            height: 430px; 
        }
        .shaded {
            background: rgba(0,0,0,.5);
            position: relative;
            top: 192px;
        }
        .shaded h2 {
            line-height: 50px;
            font-size: 30px;
        }
    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {

    }
/*===================================END HERO AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================CONTACT AREA STYLES=====*/
.contact {
    text-align: center;
}
.contact h2 {
    line-height: 30px;
    font-size: 36px;
    font-weight: 400;
    margin-top: 0px;
}
.contact h4 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 300;
}
.contact hr {
    border-bottom: 1px solid #fff;
    width: 50%;
    float: none;
    margin-top: 50px;
    margin-bottom: 0px;
}
/*===================================END CONTACT AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================VIDEO AREA STYLES=====*/
.video {
    background: #000;
    padding-bottom: 50px;
}
.video p {
    color: white;
}
.white-outline {
    border: 5px solid white;
}
.video hr {
    border-bottom: 1px solid #fff;
    width: 50%;
    float: none;
    margin-top: 50px;
    margin-bottom: 0px;
}

    /*=====BEGIN WISTIA VIDEO STYLES=====*/
    .wistia_responsive_padding {
        padding: 0 0 0 0;
        position: relative;
    }
    .wistia_responsive_wrapper {
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .wistia_embed {
        position: relative;
        width: 100%;
    }
    /*=====END WISTIA VIDEO STYLES=====*/

/*=====BEGIN SCFREEN SIZE < 576px STYLES=====*/
    @media (max-width: 576px) {

    }

/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
    @media (min-width: 768px) {

    }

/*==BEGIN SCFREEN SIZE > 992px STYLES==*/
    @media (min-width: 992px) {
        .wistia_responsive_padding {
            padding: 0 0 0 0;
            position: relative;
        }
        .wistia_responsive_wrapper {
            width: 100%;
            margin: 0px 0%;
        }
    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {

    }
/*===================================END VIDEO AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================OVERVIEW AREA STYLES=====*/
.overview {
    text-align: center;
    padding-bottom: 120px;
}
.overview h2 {
    line-height: 30px;
    font-size: 36px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.overview h4 {
    font-size: 20px;
    font-weight: 300;
}
.overview a {
    background: #fff;
    color: #000;
    padding: 20px 30px;
}
.overview a:hover {
    background: #333;
    color: #fff;
}
.overview .row div {
    margin-bottom: 50px;
}
/*===================================END OVERVIEW AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================RESOURCES AREA STYLES=====*/
.resources {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/e9dc5090-589c-4bff-a994-334d934ca172.png");
    background-position: center;
    background-size: cover;
}
.resources a {
    background: #000;
    color: white;
    display: block;
    padding: 20px;
    margin-bottom: 30px;
}
.resources a:hover {
    color: white;
    background: #333;
}
.compass img {
    width: 30px;
    margin: 0px 10px 5px 0px;
    float: left;
    display: block
}
.compass1 img,
.compass2 img,
.compass3 img {
    margin-top: -3px     
}

/*=====BEGIN SCFREEN SIZE < 576px STYLES=====*/
    @media (max-width: 576px) {

    }

/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
    @media (min-width: 768px) {

    }

/*==BEGIN SCFREEN SIZE > 992px STYLES==*/
    @media (min-width: 992px) {
        .resources .compass1 img {
            margin-top: 5px
        }
    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {

    }
/*===================================END RESOURCES AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================TOOLS AREA STYLES=====*/
.tools {
    background: url("https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/50b49d1e-6a82-48f1-aa65-4fca908faaa0.png");
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}
.tools a {
    background: #000;
    color: white;
    display: block;
    padding: 20px;
    margin-bottom: 30px;
}
.tools a .link1 {
    color: white
}
.tools a:hover {
    color: white;
    background: #333;
}

/*=====BEGIN SCFREEN SIZE < 576px STYLES=====*/
    @media (max-width: 576px) {

    }

/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
    @media (min-width: 768px) {

    }

/*==BEGIN SCFREEN SIZE > 992px STYLES==*/
    @media (min-width: 992px) {

    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {

    }
/*===================================END TOOLS AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================FOOTER AREA STYLES=====*/
footer {
    background: #000;
    padding: 60px 0px 40px 0px;
}
footer .row {
    padding: 0px 20px;
}
footer p, .disclosure {
    color: #fff;
    font-size: 14px;
    line-height: 1.75em;
    text-align: left;
}
.oa-logo {
    text-align: left;
}
.oa-logo img {
    width: 100%;
    max-width: 250px;
}

/*=====BEGIN SCFREEN SIZE < 576px STYLES=====*/
    @media (max-width: 576px) {

    }

/*=====BEGIN SCFREEN SIZE > 768px STYLES=====*/
    @media (min-width: 768px) {

    }

/*==BEGIN SCFREEN SIZE > 992px STYLES==*/
    @media (min-width: 992px) {

    }

/*==BEGIN SCFREEN SIZE > 1200px STYLES==*/
    @media (min-width: 1200px) {

    }
/*===================================END FOOTER AREA STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*===================================BEGIN OVERLAY STYLES=====*/
.overlay {
    overflow: hidden;
}
/*===================================END OVERLAY STYLES=====*/
/*==========*/
/*==========*/




/*==========*/
/*==========*/
/*====================================BEGIN OVERLAY WINDOW STYLES=====*/
.trigger {
    display: block;
    cursor: pointer;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #000;
    background: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
}
.overlay p {
    max-width: 800px;
    padding: 20px;
    margin: 0px auto;
    padding-bottom: 50px;
    line-height: 1.25em;
    font-size: 18px;
    color: #fff;
}
.overlay a.leave {
    padding: 0px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    background-color: #333;
    
    margin: 0px auto;
    line-height: 1em;
    padding: 20px 100px;
    font-size: 24px;
    max-width: 700px;
}
.overlay a.leave:hover,
.overlay a.leave:focus {
    background: #555;
    color: #fff;
    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 ==*/
}

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

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    }
}
/*===================================END OVERLAY WINDOW STYLES=====*/
/*==========*/




.animated.delay-half.start {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.animated.delay-half2.start {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.animated.delay-half3.start {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}