/*===== Habersham Medical Center CSS

AUTHOR: JCM
DATE CREATED: 01.22.2020
--

COLOR PALETTE:
    Green: #78C41C
    Blue: #4E91D2
    Navy: #14446C

FONTS:
    Calibri via TYPEKIT
    font-family: calibri, sans-serif;
        LIGHT: font-weight: 300
        REGULAR: font-weight: 400
        BOLD: font-weight: 700
        REGULAR ITALIC: font-style: italic




======*/
body {
    font-family: calibri, sans-serif;
    font-style: normal;
    font-weight: 400;
 color: #FFF;
 background: url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/afe23e5c-4761-4443-badf-6fbf81d098b6.jpg) top center;
 background-size: cover
}


/*==========*/
/*=====SHARED AREA STYLES=====*/
.green {
 color: #78C41C;
}
.blue {
 color: #4E91D2;
}
.navy {
 color: #14446C;
}
.bg_blue {
 background-color: rgb(78,145,210,.75)
}
.bg_white {
 background-color: rgb(255,255,255,.75);
}
.dropshadow {
 box-shadow: 2px 2px 10px rgb(0,0,0,.4);
}
strong {
    font-weight: 700;
}
h1 {
 font-style: italic;
    font-weight: 700;
 font-size: 50px;
}
h2 {
    font-weight: 400;
 font-style: italic;
}
hr {
 border: 2px solid;
    width: 100%;
    margin: 0 0 40px;
}
p {
    font-size: 1.2em;
    line-height: 1.2em;
}
a:hover {
    text-decoration: none;
 cursor: pointer;
}
section {
 padding-top: 50px;
 padding-bottom: 50px;
}
.icons {
 margin: 20px 0;
 padding: 10px 0;
 border-radius: 20px;
}
.resources .icons {
 background-color: #3178BF;
 box-shadow: 2px 2px 10px rgb(0,0,0,.3);
}
    
.resources .icons:hover {
 transition: .3s;
 box-shadow: 2px 2px 10px rgb(0,0,0,.2);
 position: relative;
 top:-3px;
}
.tools .icons {
 background-color: rgb(255,255,255);
 box-shadow: 2px 2px 10px rgb(0,0,0,.2);
}
.tools .icons:hover {
 transition: .3s;
 box-shadow: 2px 2px 10px rgb(0,0,0,.1);
 position: relative;
 top:-3px;
}

/*=====END SHARED AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====HEADER AREA STYLES=====*/
header {
    background: #fff;
}
.full-nav {
    display: none;
}
.logo {
 max-height: 110px;
 width: auto;
}
.navlinks {
 text-align: right;
}
.navlinks a {
 color: #3178BF;
 padding: 15px 25px;
 margin: 0 10px;
 border-radius: 7px;
}
.navlinks a:hover {
 background-color: #2D6EAE;
 color:#fff;
 transition: 0.5s; 
}
.navlinks .login {
 color: #FFF;
 background-color: #3178BF;
}
.navlinks .login:hover {
 background-color: #14446C;
}
    /*==========*/
    /*=====MOBILE NAVIGATION STYLES=====*/
    .small-nav {
  overflow: hidden;
        background-color: #fff;
        position: relative;
        border-bottom: 5px solid #fff;
    }

    .small-nav .logo {
        max-width: 125px
    }

    .small-nav #myLinks {
        display: none;
        text-align: left;
         background-color: #f7f7f7;
    }

    .small-nav a {
        color: #4E91D2;
        
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .small-nav a.icon {
        font-size: 24px;
        display: block;
        position: absolute;
        left: 0;
        top: 7px;
    }

    .small-nav a:hover {
        color: #78bc42;
        background: #fff;
    }

    .active {
        background-color: #fff;
        color: white;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .clearance {
        height: 0px;
        padding-top: 65px;
    }
    .small-nav,
    .clearance {
        display: none;
    }
    /*=====END MOBILE NAVIGATION STYLES=====*/
    /*==========*/

/*=====END HEADER AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====HERO AREA STYLES=====*/
.tag1 {
 text-align: left;
 margin-bottom: 50px;
}
.tag2 {
 background: #14446C;
 padding: 20px 0;
 }
.hero {
    height: 500px;
 text-align: center;
    }
.hero img {
 width: 100%;
 height: auto;
 border: 7px solid #FFF;
}
.hero1 {
 animation-delay: 1.5s;
}
.hero2 {
 animation-delay: 2s;
 z-index: 1;
}
.hero3 {
 animation-delay: 1.75s;
}
.hero1 img {
 transform: rotate(3deg);
 position: relative;
 left: 50px;
 top: -15px;
}
.hero2 img{
 transform: rotate(-2deg);
 position: relative;
 top: 25px;
}
.hero3 img{
 transform: rotate(3deg);
 position: relative;
 right: 60px;
 top: -5px;
}

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



/*==========*/
/*=====OVERVIEW AREA STYLES=====*/


.overview {
 background-color: #3178BF;
 border: 7px solid #FFF;
 padding: 20px;
}
.overview img {
 margin: 13px;
 transform: rotate(2deg);
 width: 100%;
 max-width: 170px;
}
 /*==========*/
 /*=====VIDEO STYLES=====*/
 
  /*==========*/
  /*=====BEGIN WISTIA VIDEO STYLES=====*/
  .wistia_responsive_padding {
   padding: 56.25% 0 0 0;
   position: relative;
  }

  .wistia_responsive_wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   margin: 0;
   border: 7px solid #fff;
  }

  .wistia_embed {
   position: relative;
   width: 100%;
                        playerColor=4E91D2 to 3178BF;
  }
  /*=====END WISTIA VIDEO STYLES=====*/
  /*==========*/

 /*=====END VIDEO STYLES=====*/
 /*==========*/

/*=====END OVERIVEW AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====RESOURCES AREA STYLES=====*/
.resources {
 text-align: center;
}
.resources h1 {
 text-align: left;
}
.resources a {
 color: #FFF;
}

.resources i {
 font-size: 60px;
 padding: 20px;
 --fa-primary-color: #FFF;
 --fa-secondary-color: #78C41C;
 --fa-secondary-opacity: 1.0;
}


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


/*==========*/
/*=====TOOLS AREA STYLES=====*/
.tools {
 text-align: center;
}
.tools h1 {
 text-align: left;
}
.tools a {
 color: #14446C;
}
.tools i {
 font-size: 60px;
 padding: 20px;
 --fa-primary-color: #14446C;
 --fa-secondary-color: #78C41C;
 --fa-secondary-opacity: 1.0;
}

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


/*==========*/
/*=====Managed Account AREA STYLES=====*/
.managed {
 text-align: center;
 background-color: #FFF;
 border: 7px solid #14446C;
 padding: 20px 20px 30px;
}
.managed {
 margin: 0 15px;
}
.managed p {
 padding-bottom: 20px
}
.managed img {
 width: 100%;
 max-width: 350px;
}
.button_navy a {
 font-size: 1.2em;
 background: #14446C;
 color: #FFF;
 padding: 10px 30px;
 border-radius: 7px;
}
.button_navy a:hover {
 background: #2070B1;
}
/*=====END TOOLS AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====Account AREA STYLES=====*/

.button_green a {
 text-align: center;
 font-size: 30px;
 background: #3178BF;
 color: #FFF;
 padding: 20px 40px;
 display: block;
 border-radius: 7px;
}
.button_green a:hover {
 background: #14446C;
}


/*=====Account AREA STYLES=====*/
/*==========*/


/*==========*/
/*=====FOOTER AREA STYLES=====*/
footer {
    background: #14446C;
    padding: 60px 0px 40px 0px;
}

footer .row {
    padding: 0px 20px;
}

footer p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.oa-logo {
    text-align: center;
}
.oa-logo img {
    width: 100%;
    max-width: 250px;
 margin: 30px;
}
/*=====END FOOTER AREA STYLES=====*/
/*==========*/


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


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

 .small-nav {
  display: inline;
  text-align: center;
 }
 .logo {
  margin: 10px 0;
 }
 h1 {
  font-size: 36px;
 } 
 .hero {
     height: 550px;
  text-align: center;
  margin-top: 40px;
    }
 .hero img {
  width: 55%;
  height: auto;
  border: 7px solid #FFF;
 }
 .hero1 {
  animation-delay: 1.5s;
 }
 .hero2 {
  animation-delay: 2s;
  z-index: 1;
 }
 .hero3 {
  animation-delay: 1.75s;
 }
 .hero1 img {
  transform: rotate(-3deg);
  position: relative;
  left: -70px;
  top: -25px;
 }
 .hero2 img{
  transform: rotate(-2deg);
  position: relative;
  top: 40px;
  right: 50px;
 }
 .hero3 img{
  transform: rotate(3deg);
  position: relative;
  right: -70px;
  top: -205px;
 }
 .overview {
  text-align: center;
 }
 .video {
  margin-bottom: 30px;
 }
}


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

 .small-nav {
  display: inline;
  text-align: center;
 }
 .logo {
  margin: 10px 0;
 }
 .hero {
  margin-top: 40px;
    }
}


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

 .full-nav {
  display: inline;
 }
 
 .small-nav {
  display: none;
 }    
 .logo {
  margin: 20px 0;
 }
 .hero {
  margin-top: 0;
 }
}


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


/*==========*/
/*======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;
    background-color: rgba(0,0,0,0.01);
    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;
}