/*===== NATA CSS
AUTHOR: JCM
DATE CREATED: 02.22.2022

Open Sans weights: 400, 700
======*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
    scroll-padding-top: 340px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
 color: #555;
    background: #fff;
    text-align: left;
}
/*=====SHARED AREA STYLES=====*/
nav {
    border-bottom: 5px solid #2269B2;
    background: #fff;
    position: absolute;
    top: 0;
}
.nav-item a{
    display: block;
}
strong {
    font-weight: 700;
}
h1 {
    padding: 20px 0;
    text-align: right;
    color: #023D69;
}
h2 {
    font-weight: 700; 
    font-size: 28px;
    color: #023D69;
}
h3 {
    font-weight: 700; 
    font-size: 20px;
    color: #023D69;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
}
a, a:visited, a:active {
    color: #262626;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
 cursor: pointer;
}
section {
    padding-bottom: 20px;
}
.button, .button:visited, .button:active {
    transition: all .25s linear;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 30px;
    background: #023D69;
    color: #fff;
    font-weight: 700;
}
.button:hover {
    color: #000;
    background: #2269B2;
}

#hero {
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/9/69f5f4a3-3685-47b1-9a35-90de80f19169.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
}
#tools, #contact {
    padding-top: 40px;
}
.vid_text {
    padding: 20px 0 40px;
}
.eo {
    text-align: center;
}
.eo img{
    position: relative;
    top: -40px;
    width: 150px; 
    box-shadow: 0px 5px 10px #999
}
.white_card {
    background-color: #fff;
    border-radius: 0px;
    padding: 20px 20px 0;
}
.gray_card {
    background-color: #E8E8E8;
    border-radius: 4px;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    height: 100%
}
.gray_card i {
    color: #fff;
    font-size: 30px;
    padding: 10px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    background: #2269B2;
    margin: 0 15px 15px 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 5px;
}
.next {
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 10px
}
.next img {
    height: 60px;
}
.pad{
    padding-bottom: 20px;
}
.contact a:hover {
    background-color: #fff;
    padding: 10px 20px 10px 0;
    border-radius: 4px;
    color: #262626;
}
.app_card {
    background: #E8E8E8;
    border-radius: 4px;
}
.app {
    height: 220px;
    background-image: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/9/e82165f8-445b-48ae-a0e1-e1bbade92124.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    background-position: center center;
}
.app_card img {
    height: 50px;
    margin: 10px;
    text-align: center;
}
 i {
    color: #2269B2;
    font-size: 50px; 
}
.icons {
    padding: 10px 0 0 20px; 
    width: 80px;
    text-align: center;
}
#tools h3 {
    color: #004b87;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #2269B2;
}
.tools {
    background-color: #fff;
    height: 100%;
    padding: 15px 15px 0;
    border-radius: 4px;
    position: relative;
    top: 0;
}
.tools:hover {
    top: -7px;
    transition: top ease 0.2s;
    color: #262626;
}
.tools i {
    color: #fff;
    background: #2269B2;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 17px;
    border-radius: 4px;
    position: relative;
    top: -30px;
}
.tool-container {
    padding-bottom: 30px;
}

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px;
    right: 20px; 
    z-index: 99; 
    border: none;  
    outline: none; 
    background-color: #2269B2; 
    cursor: pointer; 
    border-radius: 4px;
    width: 50px;
    height: 50px;
}
#myBtn:hover {
    background-color: #2269B2; 
}
#myBtn i {
    font-size: 20px;
    padding: 10px;
    color: #fff;
}
.modal i {
    font-size: 30px;
    color: #004b87; 
    padding: 0px 10px;
    position: relative;
    top: 4px;
}
.modal a {
    padding: 10px;
    background: #004b87;
    color: #fff;
    border-radius: 4px;
}
.modal a:hover {
    background: #efefef;
    color: #004b87;
    transition: all .25s linear;
}

/*=====FOOTER AREA STYLES=====*/
footer {
    background: #023D69;
    padding: 40px 20px;
}
footer .row {
    padding: 0px 20px;
}
footer p {
    color: #fff;
    font-size: 14px;
}
.oa-logo {
    text-align: center;
}
.oa-logo img {
    width: 100%;
    max-width: 250px;
 margin: 30px;
}
/*=====BEGIN SCREEN SIZE < 767px STYLES=====*/
@media (max-width: 767px) {
    .navbar {
        padding: .5rem 0;
    }
    .navbar img {
        height: 80px;
  margin: 0 0 0 10px;
 }
    .navbar-toggler {
        color: #203e63;
    }
    .nav-item {
        text-align: right;
        padding: 15px;
    }
    .nav-item a{
        color: #203e63;
    }
    navbar-toggler:active{
        border: 0px;
    }
    h1 {
        text-align: center;
        font-size: 30px;
        position: relative;
        top: 230px;
    }
    #hero {
        background-position: top;
        background-size: auto 230px;
        height: 350px;
    }

}
/*=====BEGIN SCREEN SIZE > 768px STYLES=====*/
@media (min-width: 768px) {
    .navbar img {
        height: 80px;
  margin: 0;
 }
    .navbar-toggler {
        color: #023D69;
    }
    .nav-item {
        text-align: right;
        padding: 15px;
    }
    .nav-item a{
        color: #004b87;
    }
    h1 {
        font-size: 34px
    }
}
/*=====BEGIN SCREEN SIZE > 992px STYLES=====*/
@media (min-width: 992px) {
    html {
        scroll-padding-top: 90px;
    }
    .navbar img{
        height: 80px;
        width: auto;
    }
    .navbar a {
        color: #023D69;
        padding: 10px 15px;
        margin: -10px;
        font-weight: 600;
        font-size: 16px;
    }
    .navbar a:hover, .login:hover {
        background-color: #E8E8E8;
        border-radius: 4px;
        transition: all .25s linear;
    }
    .navbar {
        padding: 5px 0;
    }
    .about img {
        margin-top: 40px;
    }
    .account a {
        color: #fff;
        background: #023D69;
        border-radius: 4px; 
    }
    .account a:hover {
        color: #023D69;
        transition: all .25s linear;
    }
    h1 {
        font-size: 46px;
    }

}
/*=====BEGIN SCFREEN SIZE > 1200px STYLES=====*/
@media (min-width: 1199px) {
    .about img {
        margin-top: 80px;
    }


}
/*======BEGIN OVERLAY WINDOW STYLES=====*/
h5, .close {
    color: #333;
}
.close:hover {
    color: #333;
}
.modal p {
    padding-top: 20px; 
}
.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}