/*===== CoxHeatlth CSS
AUTHOR: JCM
DATE CREATED: 11.12.2021

LAST EDITED BY: EDH
DATE EDITED: 06.05.2024

Agenda weights: 400, 600, 700
======*/

@import url("https://use.typekit.net/dqd1epe.css");

html {
    scroll-behavior: smooth;
    scroll-padding-top: 340px;
}
body {
    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #262626;
    background: #fff;
    text-align: left;
    font-size: 18px;
}
/*=====SHARED AREA STYLES=====*/
nav {
    border-bottom: 5px solid #00a3e1;
    background: #fff;
    position: absolute;
    top: 0;
}
.nav-item a{
    display: block;
}
strong {
    font-weight: 700;
}
h1 {
    font-weight: 400;
    font-size: 46px;
    padding: 20px 0;
    text-align: right;
}
h2 {
    font-weight: 600; 
    font-size: 32px;
}
h3 {
    font-weight: 700; 
    font-size: 24px;
}
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: 50px;
}
.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: #004b87;
    color: #fff;
    font-weight: 600;
}
.button:hover {
    color: #262626;
    background: #00a3e1;
}
.dip {
    height: 70px;
    position: relative;
    right: 30px;
    padding-bottom: 20px;
}
#hero {
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/9/f04e0a35-cb34-47e9-b97b-47bed1cd37a1.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
}
#feature {
    padding-top: 20px;
    padding-bottom: 30px;
}

.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: 25px;
    padding: 20px 20px 0;
}
.gray_card {
    background-color: #efefef;
    border-radius: 25px;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    height: 100%
}
.gray_card i {
    color: #fff;
    font-size: 30px;
    padding: 10px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    background: #00a3e1;
    margin: 0 15px 15px 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 5px;
}
.pad{
    padding-bottom: 20px;
}
.contact a:hover {
    background-color: #fff;
    padding: 10px 20px 10px 0;
    border-radius: 20px;
    color: #262626;
}
.app_card {
    background: #efefef;
    border-radius: 25px;
}
.app {
    height: 200px;
    background-image: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/9/adfe1f05-9940-45b5-8344-a40e57ebaa45.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -80px;
    border-radius: 25px 25px 0 0
}
 i {
    color: #00a3e1;
    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 #d0d0ce;
}
.tools {
    background-color: #fff;
    height: 100%;
    padding: 15px 15px 0;
    border-radius: 25px;
    position: relative;
    top: 0;
}
.tools:hover {
    top: -7px;
    transition: top ease 0.2s;
    color: #262626;
}
.tools i {
    color: #fff;
    background: #00a3e1;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 17px;
    border-radius: 50px;
    position: relative;
    top: -30px;
}
.tool-container {
    padding-bottom: 30px;
}
.image_kayak{
    background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/9/8d272278-8645-4e0a-9554-dfb5b104f609.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px;
    right: 20px; 
    z-index: 99; 
    border: none;  
    outline: none; 
    background-color: #004b87; 
    cursor: pointer; 
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
#myBtn:hover {
    background-color: #262626; 
}
#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: #262626;
    padding: 40px 20px;
    color: #fff;
    font-size: 14px;
}
footer .row {
    padding: 0px 20px;
}
.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: 60px;
  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;
    }
}
/*=====BEGIN SCREEN SIZE > 768px STYLES=====*/
@media (min-width: 768px) {
    .navbar img {
        height: 60px;
  margin: 0;
 }
    .navbar-toggler {
        color: #004b87;
    }
    .nav-item {
        text-align: right;
        padding: 15px;
    }
    .nav-item a{
        color: #004b87;
    }
}
/*=====BEGIN SCREEN SIZE > 992px STYLES=====*/
@media (min-width: 992px) {
    html {
        scroll-padding-top: 90px;
    }
    .navbar img{
        height: 60px;
        width: auto;
    }
    .navbar a {
        color: #004b87;
        padding: 10px 15px;
        margin: -10px;
        font-weight: 600;
        font-size: 16px;
    }
    .navbar a:hover, .login:hover {
        background-color: #efefef;
        border-radius: 4px;
        transition: all .25s linear;
    }
    .navbar {
        padding: 5px 0;
    }
    .about img {
        margin-top: 40px;
    }
    .account a {
        color: #fff;
        background: #004b87;
        border-radius: 4px; 
    }
    .account a:hover {
        color: #004b87;
        transition: all .25s linear;
    }
}
/*=====BEGIN SCFREEN SIZE > 1200px STYLES=====*/
@media (min-width: 1199px) {
    .about img {
        margin-top: 80px;
    }
    .mask {
        width: 100%;
        height: 50px;
        text-align: center;
        background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/9/6529c159-f81d-4282-96ae-3a73317e6482.png) no-repeat top center;
        position: absolute;
        top: 425px;
    }
}
/*======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%;
}