@import url("https://fonts.googleapis.com/css2?family=Enriqueta:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marck+Script&display=swap");
@import url("https://use.typekit.net/lcv7czo.css");

body {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    background-color: #E6E6E6;
    text-align: center;
}
strong {
    font-family: futura-pt-bold, sans-serif;
    
}
h1 {
    font-family: 'Enriqueta', serif;
    font-weight: 700;
    font-size: 70px;
    color: #E0122E;
    text-shadow: #FFF 3px 3px 0;
}
h2 {
    font-family: 'Marck Script', cursive;
    font-size: 40px;
    color: #E0122E;
}
h3 {
    color: #555;
    font-family: futura-pt-bold, sans-serif;
}
.emphasis {
    font-family: 'Enriqueta', serif;
    color: #E0122E;
    font-size: 1.3em;
    line-height: 1.4em;
}
p {
    font-size: 1.2em;
    line-height: 1.4em;
}
a:link, a:hover, a:link:active, a:visited, a:visited:active {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}
.hero {
    background-position: bottom center;
    padding: 40px 0;
}
.logo img{
    max-height: 100px;
    width: auto;
    padding-bottom: 20px;
}
.tag {
    font-size: 50px;
    background-color: rgb(255, 215, 0, .8);
    padding: 50px 0;
    line-height: 30px
}
.login {
    padding: 40px 0;
}
.login a{
    padding: 20px 40px;
    background-color: rgb(224, 18, 46);
 
}
.login a:hover {
    background-color: rgb(224, 18, 46, .7);
}
.header-content01 {
    background-image: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/7/0ff089b7-887e-40a5-a81d-1201e596bcb9.jpg);
}
.main-content01 {
    background-color: #FFF;
    background-image: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/7/9d2bfb39-48c2-4151-a12e-b5cd5bdc31d6.png);
}
.main-content03 {
    background-image: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/7/f19cf98b-b8d2-439c-8085-463d762dafa7.jpg);
}
.leadin {
    margin: 60px;
    padding: 30px 30px 10px;
    background-color: #FFD700;
    border: 5px solid #E0122E;
    outline: 25px solid #FFD700;
    
}
.chix_callouts {
    margin: 50px;
}
.chix_callout p {
    min-height: 100px;
}
.arrow {
    position: relative;
    right: 35px;
    height: 60px;
    padding: 21px 20px 21px 30px;
    background-color: #E0122E;
}
.arrow:before {
      content: "";
      position: absolute;
      right: -30px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 30px solid #E0122E;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
}
.arrow:hover {
    background-color: rgb(224, 18, 46, .7);
}
.arrow:hover:before {
    border-left: 30px solid rgb(224, 18, 46, .7);;
}
.testimonials {
    padding: 40px;
    background-position: center
}
.test_contain {
   padding: 20px;
}
.testimonial {
    padding: 20px;
    background: #FFF;
    border: 10px solid #FFD700;
    min-height: 270px;
}
.testimonial h2 {
    font-size: 24px
}
footer {
    background: #555;
    padding: 60px 0px 40px 0px;
}
footer .row {
    padding: 0px 20px;
}
footer p, .disclosure {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.oa-logo {
    text-align: center;
}
.oa-logo img {
    width: 100%;
    max-width: 250px;
 margin: 30px;
}
.overlay {
    overflow: hidden;
}


/*=====BEGIN SCREEN SIZE < 992px STYLES=====*/
@media (max-width: 992px) {
 h1, .tag {
  font-size: 36px;
 } 
    .chix_callouts {
        margin:10px;  
    }
    .leadin {
        margin:10px;  
    }
    .testimonials {
        padding: 0px;
    }
}

/*=====BEGIN SCREEN SIZE < 1199px STYLES=====*/
@media (max-width: 1199px) {
    .chix_callout {
        padding-bottom: 70px;  
    }
    .chix_callout p {
        min-height: 0;
    }
}

/*======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: #14446C;
    background: rgba(20,68,108, 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 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%;
    }
}

@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;
}