/* ===================================================================== */
/* =========================== Default Template ======================== */
/* ===================================================================== */

/* ===== imports ===== */
@import url('flexmenu.css?version=7.22.2021x88d6n78vd3vcn38nc3c');
@import url('bootstrap.min.css?version=5.3.x');
@import url('styles.css?version=8.04.2021x88d6n78vd3vcn38nc3c');
@import url('patients.css?version=04282025.123454abcd');

/* ALERT */
.alert {
    display: block;
    position: relative;
    z-index: 999;
    /*top: 110px;*/
}

/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}
/* ===== main header ===== */
header.main {
    width: 100%;
    background-color: #FFF;
}
header.main .logo {
    padding: 30px 0 20px 0;
}
.navTitle {
    vertical-align: middle
}
.mainUtilityNav {
    background: #FFF url('/images/template/hd-background.jpg?version=4.22.2021');
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    box-shadow: 5px 0px 5px #888;
}
.mainUtilityNav ul {
    list-style: none;
    font-size: .95em;
    margin: 0;
}
.mainUtilityNav li {
    display: inline-block;
    padding: 6px 15px;
    position: relative;
    vertical-align: middle;
}
.mainUtilityNav li:nth-child(6) {
    border-right: none;
}
.mainUtilityNav li a {
    color:#FFF;
    font-weight: 600;
    text-decoration: none;
}
.mainUtilityNav li a:hover {
    color: #4b83a9;
    text-decoration: none;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
nav.main {
    padding: 10px 0;
    text-align: center;
}
nav.main ul {
    list-style: none;
    font-size: .95em;
    margin: 0;
    padding: 0;
    display: inline-block;
}
nav.main li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #233855;
}
nav.main li:nth-child(1):after, nav.main li:nth-child(2):after, nav.main li:nth-child(3):after {
    font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f105";
    margin: 0 20px 0 0;
}
nav.main li a {
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    padding: 15px 25px;
}
nav.main li:nth-child(1):hover:after, nav.main li:nth-child(2):hover:after, nav.main li:nth-child(3):hover:after {
   font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f107";
    margin: 0 20px 0 0;
    color: #002D62;
}
nav.main li a:hover {
    text-decoration: none;
    /*background: #36537D;*/
    -webkit-transition: background 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
nav.main ul > li:hover {
    display: inline-block;
    color: #113D72;
}
nav.main ul > li { 
    display: inline-block;
    text-align: left;

}
nav.main ul > li:hover {
    display: inline-block;
}
nav.main li li::after {
  content: "" !important;
  margin: 0 !important;
}
nav.main li ul li a {
    font-size: .9em;
    padding: 10px 15px;
}
nav.main ul ul {
    display: none; 
    position: absolute; 
    top: 100%;
    padding: 10px 15px;
}
nav.main ul li:hover > ul {
    display: block;
}
nav.main ul li ul li {
    width: 250px;
    margin: 0;
    padding: 0;
}
nav.main ul ul > li a {
    display: block;
    color: #002D62;
    background-color: #FFF;
}
nav.main ul ul > li a:hover {
    background: #36537D;
    color: #FFF;
}
nav.main ul.socialIcons {
    float: right;
    font-size: 1.5em;
}
nav.main ul.socialIcons li a {
    padding: .65em .5em;
}
nav.main ul.socialIcons li:hover {
    background: none !important;
}
/* search */
/* ===== search ===== */
.search {
}
.openBtn {
  border: none;
  padding: 10px 0px;
  font-size: 20px;
  cursor: pointer;
  color: #FFF;
}
.openBtn:hover {
  color: #4d7ba5;
}
.overlay {
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: linear-gradient(-45deg, #0f6262, #2e3192, #2bb673);
  padding: 15px 0;
}
.overlay-content {
  position: relative;
  top: 20%;
  width: 90%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 8%;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #FFF;
}
.overlay input[type=text] {
  padding: 15px;
  font-size: 15px;
  border: none;
  float: left;
  width: 95%;
  background: white;
}
.overlay input[type=text]:hover {
  background: #FFF;
}
.overlay button {
  position: absolute;
  right: 30px;
  float: right;
  width: 10%;
  padding: 5px;
  font-size: 25px;
  border: none;
  cursor: pointer;
  color: #49479d;
}
.overlay button:hover {
  background: none;
    color: #333;
}

/* ===== features ======*/
.features {
}
.feature-1 {
    background: #FFF url('/images/iStock-167467815.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.feature-2 {
    background: #FFF url('/images/iStock-639035118.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.feature-1 h2, .feature-2 h2 {
    font-family: 'Cormorant Garamond', Garamond, Times New Roman,Serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
}
/* ===== carousels =====*/
section.carousel {
    position: relative;
    z-index: 0;
}
section.carousel-bw-photos {
    background: #F5F5F5;
    padding: 35px 0;
}
section.carousel-bw-photos .bw-photos .item {
    background: #FFF;
    border: 1px solid #D9D9D9;
    margin: 15px 0;
    box-shadow: 0px 3px 3px #D0D0D0;
}
section.carousel-bw-photos .bw-photos .item img {
    display: block;
}
section.carousel-bw-photos h2 {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #4F5859;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    clear: both;
}
section.carousel-bw-photos p {
    font-size: 1.2em;
    color: #4F5859;
    text-align: center;
}
section.carousel .mobileCarousel {
    display: none;
}
/* ===== Home Features =====*/
.newsItem {
    position: relative;
    top: 110px;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f7;
    color: #6f6f6f;
}
.newsItem a:hover {
    text-decoration: none;
}

.home-featured-0 {
    margin-top: 110px;
    padding: 0;
}
section.home-featured-2 {
    background: #002D62;
    padding: 45px 0;
    margin: 15px 0;
    color: #FFF;
}
section.home-featured-2 h1 {
    color: #F8C734;
    font-weight: 600;
    font-size: 2rem;
    border-bottom: none !important;
    margin-bottom: 10px;
}
section.home-featured-3 {
    padding: 25px 0;
    /*margin: 15px 0;*/
}
section.home-featured-3 h2 {
    padding: 0;
    margin: 5px 0 15px 0;
    line-height: 1.4;
}
section.home-featured-4 {
    background: #597ec3;
}
section.home-featured-4 h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 1.8em;
    border-bottom: none !important;
    margin-bottom: 10px;
}
section.home-featured-4 .card-header {
    font-weight: 600;
}
section.home-featured-5 {
    background: #FFF;
    padding: 25px 0;
    margin: 15px 0;
}
section.home-feeds {
    margin: 25px 0;
}
section.home-feeds hr.hr100{
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 5px solid #999;
    margin: 25px 0;
}
section.home-feeds hr.hr25 {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid #D0D0D0;
    width: 25%;
    display: block;
    margin: 5px 0 0 0;
}
section.home-feeds div.currentNews, section.home-feeds div.importantDates {
    border-right: 1px solid #D0D0D0;
}
section.home-feeds div.currentNews h2, section.home-feeds div.importantDates h2, section.home-feeds div.aaemBlog h2 {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.25em;
    color: #002e62;
    margin: 15px 0;
    padding: 0;
    line-height: 0;
}
section.home-feeds div.currentNews h2 > div, section.home-feeds div.importantDates h2 > div, section.home-feeds div.aaemBlog h2 > div {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: .7em;
    display: inline-block;
    float: right;
    line-height: .3em;
}
section.home-feeds div.currentNews ul, section.home-feeds div.importantDates ul, section.home-feeds div.aaemBlog ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    border-top: 1px solid #D0D0D0;
}
section.home-feeds div.currentNews li, section.home-feeds div.importantDates li, section.home-feeds div.aaemBlog li {
    padding: 20px 0;
    line-height: 1.3em !important;
    border-bottom: 1px solid #D0D0D0;
}
section.home-feeds div.currentNews li a, section.home-feeds div.importantDates li a, section.home-feeds div.aaemBlog li a {
    color: #002e62;
}
section.home-feeds div.currentNews li a:hover, section.home-feeds div.importantDates li a:hover, section.home-feeds div.aaemBlog li a:hover {
    color: #5c7ebe;
    text-decoration: none;
}
section.home-feeds span.post {
    color: #999;
    font-size: .8em;
}
section.home-feeds div.importantDates > hr, section.home-feeds div.aaemBlog > hr {
        display: none;
}
section.advertise {
    margin: 25px 0;
    padding: 15px 0;
}
section.advertise .placeholder {
    background: #999;
    height: 400px; /* auto */
}
section.advertise .advertise-info {
  font-size: .9em;
  color: #999;
  display: block;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  margin: 15px 0;
  padding: 15px 0;
}
section.advertise h1{
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 600;
    font-size: 1.8em;
    color: #f7c735;
}
section.advertise h3{
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 600;
    color: #f7c735;
    margin: 25px 0;
}
section.advertise ul.socialIcons {
    font-size: 1.5em;
    list-style: none;
}
section.advertise ul.socialIcons {
    margin: 0;
    padding: 0;
    text-align: center !important;
}
section.advertise ul.socialIcons li {
    display: inline-block;
}
section.advertise ul.socialIcons li a {
    display:  inline-block;
    margin: 0 auto;
    padding: .65em;
}
section.advertise ul.socialIcons li a:hover {
    text-decoration: none;
    background: #333;
}
section.advertise ul.socialIcons li:hover {
    background: none !important;
}
section.main .section-content {/* temp */
    min-height: 600px;
}
section.main .section-content, section.main .section-nav {
    margin: 25px auto;
}
section.main .section-nav ul {
    margin: 0px 0 15px 0;
    padding: 25px 0;
    list-style: none;
    border-top: 5px solid #D0D0D0;
    font-size: 1.1em;
}
section.main .section-nav h4 {
    margin-top: 55px;
    color: #39527a;
}
section.main .section-nav li a.selected {
    color: #f7c735;
}
section.main .section-nav li a {
    display: block;
    font-weight: 600;
    padding: 5px 0;
    color: #50585A;
    text-decoration: none;
}
section.main .section-nav li a:hover {
    color: #f7c735;
    text-decoration: none;
}
section.main .section-nav ul ul {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: none;
    font-size: .8em;
}
section.main .section-nav li ul li a {
    display: block;
    font-weight: 400;
    padding: 5px 0;
    color: #50585A;
}
h4.patientSection {
    font-family: var(--bs-font-sans-serif);
    color: #f7c735 !important;
    margin: 0 0 -15px 0;
    text-transform:uppercase;
}
/* ===== footer ===== */
footer.tagLine {
         background: #133360 url('/images/template/hd-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
footer.tagLine h2 {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    margin: 0;
    padding: 15px;
    color: #F8C734;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
}
footer.main {
    background-color: #133360;
    color: #ffffff;
    width: 100%;
    padding: 15px 0;
    font-size: .9em;
}
footer.main h3 {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #FFF;
}
footer.main a {
    color: #FFF;
    text-decoration: none;
}
footer.main a:hover {
    color: #F8C734;
    text-decoration: none;
}
footer.main .footLogo {
    padding: 25px 15px;
}
footer.main .footLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.main .footSocial ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}
footer.main .footSocial li {
    display: inline-block;
}
footer.main .footSocial ul li a {
    padding: .5em;
    text-decoration: none;
}
footer.main .footSocial ul li a:hover {
    color: #FFF !important;
    text-decoration: none;
}
.footSocial ul li:hover {
    background: none !important;
}
footer.main .footDisclaimer {
    margin: 25px 0;
    /* padding: 15px 0px 0px 0px;*/
    text-align: center;
}
footer.main .footDisclaimer p {
    margin: 0;
    padding: 5px 0;
}
footer.main .footDisclaimer p a {
    text-decoration: none;
}
footer.main .footDisclaimer p a:hover {
    color: #F8C734;
    text-decoration: none;
}
/* ========================= MEDIA QUERIES ============================ */
/* desktop ----------- */
@media only screen and (max-width: 1200px) {

}
/* tablet (landscape) ----------- */
@media only screen and (max-width: 1170px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .mainUtilityNav span.title {
        display: none;
    }
    header.main .logo img {
        max-width: 100%;
    }
    nav.main li a {
        padding: .5em;
    }
    nav.main ul.socialIcons {
        float: right;
        font-size: 1.3em;
    }
    nav.main ul.socialIcons li a {
        padding: .8em .5em;
    }   
    footer.main .footSocial ul li a {
        padding: .25em;
    }
}
/* tablet (portrait) PRO----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    .mainUtilityNav span.title {
        display: none;
    }
    header.flexmenu {
        display: none;
    }
    nav.main li a {
        padding: 15px 15px;
    }
}
/* tablet (portrait) ----------- */
@media only screen and (max-width: 768px), only screen and (max-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .mainUtilityNav span.title {
        display: none;
    }
    header.flexmenu {
        display: none;
    }
   nav.main li a {
        padding: 10px 5px;
    }
    header.main .utilityNav {
        margin-top: 20px;
    }
    header.main .utilityNav li {
        padding: 0 7px;
    }
    /*header.main .utilityNav .search {
        display: none;
    }*/
    nav.main .socialIcons {
        display: none;
    }
    section.main .section-nav {
        display: none;
    }
    footer.main .footLogo {
        display: none;
    }
    footer.main .footSocial ul li a {
    padding: .30em;
    }
    .home-featured-3 img{
        text-align: center;
    }
    section.home-featured-3 div.img-fluid {
     text-align: center;
    }
}
/* mobile phone (landscape) ----------- */
@media only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .mainUtilityNav {
        display: none;
    }
        .newsItem {
        top: 0px;
    }
    .home-featured-0 {
        margin-top: 0px;
    }
    header.main {
        background-size: 100% 300px;
    }
    header.flexmenu {
        display: block;
    }
    header.main .logo {
        text-align: center;
    }
    header.main .utilityNav {
        display: none;
    }
    header.main .utilityNav .search {
        display: none;
    }
    nav.main, header.main .utilityNav .search  {
        display: none;
    }
    section.home-featured h1 {
        text-align: center;
    }
    section.home-feeds div.currentNews, section.home-feeds div.importantDates {
        border-right: none;
    }
    section.home-feeds div.importantDates > hr {
        display: block;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    div.imgContainer > div.captions {
        width: 100%;
        padding: 15px 0;
        float: none;
    }
    footer.main {
        text-align: center;
    }
    footer.main .footAddress, footer.main .footLinks, footer.main .footLogo, footer.main .footSocial{
        display: none;
    }
    .home-featured-1, .home-featured-3, .home-featured-5 {
        text-align: center;
    }
}
/* mobile phone (portrait)----------- */
@media only screen and (max-width: 375px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .mainUtilityNav {
        display: none;
    }
    .newsItem {
        top: 0px;
    }
    .home-featured-0 {
        margin-top: 0px;
    }
    header.main {
        background-size: 100% 300px;
    }
    section.home-feeds div.importantDates > hr {
        display: block;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    footer.main {
        text-align: center;
    }
    footer.main .footAddress, footer.main .footLinks, footer.main .footLogo, footer.main .footSocial{
        display: none;
    }
    .home-featured-1, .home-featured-3, .home-featured-5 {
        text-align: center;
    }
}
