/* ===================================================================== */
/* =========================== Default Template ======================== */
/* ===================================================================== */

/* ===== imports ===== */
@import url('flexmenu.css?version=8.25.2021x88d6n78vd3vcn38nc3c');
@import url('bootstrap.min.css?version=5.0.2');
@import url('styles.css?version=04.15.2024x88d6n78vd3vcn38nc3c');
/* images */
img {
  vertical-align: baseline !important;
}
/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}
/* ===== main header ===== */
header.main {
    width: 100%;
    background-color: #f5f5f7;
    position: relative;
    z-index: 2;
}
header.main .logo {
    padding: 30px 0 20px 0;
}
.navTitle {
    /*vertical-align: middle;*/
}
.mainUtilityNav {
    background-color: #2bc4ee;
    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;
}
.googleTranslate {
    margin: 12px 0;
}
.utility {
    /*background-image: url(/images/bg-header-fluff.jpg);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: right;*/
}
.utilitySocial ul {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}
.utilitySocial li {
    display: inline;
    list-style: none;
    color: #333;
}
.utilitySocial ul li a {
    color: #D0D0D0;
    padding: 15px 15px 5px 15px;
    text-decoration: none;
    font-size: 1.5rem;
}
/* navigation */
nav.main {
    text-align: center;
}
nav.main ul {
    list-style: none;
    /*font-size: .95em;*/
    margin: 0;
    padding: 0;
    display: inline-block;
}
nav.main li {
    position: relative;
    /*vertical-align: middle;*/
    color: #233855;
}
nav.main li a {
        display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    padding: 15px 25px;
}
nav.main li a:hover {
    text-decoration: none;
    background-color: #2bc4ee;
    color: #FFF;
    -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: #FFF;
    background-color: #2bc4ee;
}
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;
}
nav.main ul ul {
    display: none; 
    position: absolute; 
    top: 100%;
}
/* 6th item  sub sub categories */
nav.main ul li:nth-child(6) ul li ul:nth-child(2) { 
    left: -250px;
}
nav.main ul li:nth-child(6) ul li ul:nth-child(2) li { 
    display: block;
}
/* 6th item  sub sub categories */
nav.main ul li:nth-child(7) ul li ul:nth-child(2) { 
    left: -250px;
}
nav.main ul li:nth-child(7) ul li ul:nth-child(2) li { 
    display: block;
}
nav.main ul li:hover > ul {
    display: block;
    background-color: #2bc4ee;
}
nav.main ul li ul li {
    width: 250px;
    margin: 0;
    padding: 0;
}
nav.main ul ul > li a {
    display: block;
    color: #FFF;
    background-color: #2bc4ee;
}
nav.main ul ul > li a:hover {
    background: #1c819d;
    color: #FFF;
}
nav.main ul ul ul {
    display: none; 
    position: absolute; 
    top: 100%;
    min-width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #292929;
    font-size: inherit;
    font-weight: 400;
}
nav.main ul ul li:hover > ul {
    display: block;
    top: 0;
    left: 250px;
}
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-color: #4b83a9;
  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: #4b83a9;
}
.overlay button:hover {
  background: none;
    color: #333;
}

/* ===== features ====== */

section.feature-buttons {
 background-color: #f5f5f7;
}
section.feature-buttons {
 background-color: #f5f5f7;
}
section.feature-buttons a {
    display: block;
 text-decoration: none;
    color: #000;
    padding: 40px 15px;
}
section.feature-buttons a:hover, section.feature-buttons h1 a:hover {
 background-color: #48b8e7;
 color: #FFF !important;
}

section.feature-buttons h1 {
border: none;
    margin: 0;
    padding: 0;
}
section.feature-buttons p {
margin: 0;
    padding: 0;
}
.featurette-h1 {
    font-size: 1.2rem;
    border: none;
    margin: 0;
}
.featurette-h2 {
    font-size: 3.5rem;
    color: #2cc4ed !important;
    border: none;
    margin-top: 0;
    padding:0;
}
.featurette-h3 {
    font-size: 1.5rem;
    border: none;
    margin-top: 0;
}

.feature-1 {
    background: #FFF url('/images/fast-track.jpg?version=10.14.2021');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.feature-2 {
    background: #FFF url('/images/care-pathways.jpg?version=10.14.2021');
    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: 1;
}

/* ===== Home Features =====*/
section.section-home {

}
section.section-home .feature-info > div {
    vertical-align: middle;
}
section.section-home .feature-info-1 {
    background-image: url('/images/fast-track.jpg');
    background-position: right bottom, left top;
    background-size: cover;
    min-height: 450px;
padding: 100px;
}
section.section-home .feature-info-2 {
    background-image: url('/images/care-pathways.jpg');
    background-position: right bottom, left top;
    background-size: cover;
    min-height: 450px;
    padding: 100px;
}
section.section-home .feature-info-1 h2, section.section-home .feature-info-2 h2 {
    font-size: 3rem;
    /*font-weight: 600;*/
    color: #000;
    border-bottom: none;
}

/* ===== Home NewsFeatures ===== */
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.aacpdmTweet h2 {
    font-size: 1.35em;
    /*font-weight: 600;*/
    color: #000;
    padding: 0;
}
section.home-feeds div.currentNews h2 > span, section.home-feeds div.importantDates h2 > span, section.home-feeds div.aacpdmTweet h2 > span {
    font-size: .7em;
    display: inline-block;
    float: right;
    margin: 5px 0;
}

section.home-feeds div.currentNews h2 {
    list-style: none;
    margin: 0px 0 30px 0;
    padding: 15px 0;
    border-bottom: 5px solid #f37871;
}
section.home-feeds div.importantDates h2 {
    list-style: none;
   margin: 0px 0 30px 0;
    padding: 15px 0;
    border-bottom: 5px solid #70c7b2;
}
section.home-feeds div.aacpdmTweet h2 {
    list-style: none;
    margin: 0px 0 30px 0;
    padding: 15px 0;
    border-bottom: 5px solid #cf97b5;
}
section.home-feeds div.currentNews i {
    color: #f37871;
}
section.home-feeds div.importantDates i {
    color: #70c7b2;
}
section.home-feeds div.aacpdmTweet i {
    color: #cf97b5;
}
section.home-feeds div.currentNews ul, section.home-feeds div.importantDates ul, section.home-feeds div.aacpdmTweet li {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.home-feeds div.currentNews li, section.home-feeds div.aacpdmTweet li {
    padding: 20px 0;
    line-height: 1.4em !important;
    border-bottom: 1px solid #D0D0D0;
}
section.home-feeds div.importantDates li {
    padding: 10px 0;
    line-height: 1.6em !important;
    border-bottom: 1px solid #D0D0D0;
}
section.home-feeds div.currentNews li a, section.home-feeds div.importantDates li a, section.home-feeds div.aacpdmTweet li a {
    color:#244E69;
    text-decoration: none;
}
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: #2cc4ed;
    text-decoration: none;
}
section.home-feeds span.post {
    color: #999;
    font-size: .8em;
}
section.home-feeds div.importantDates h1 {
 font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.1rem;
    line-height: 1.4em;
  font-weight: 400;
  border-bottom: none;
  margin-bottom: 5px;
  padding: 0px;
}
section.home-feeds div.importantDates p {
    line-height: 1.3em;
    color: #777;
    font-style: italic;
}

/* Start BS v5 style overwrite/missing */
.btn-link{
	text-decoration:none !important;
}
.btn-block {
  display: block;
}
/* End BS v5 style overwrite/missing */

/*
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 {
    min-height: 800px;
    background-image: url(/images/bg-fluff.jpg);
    background-repeat: no-repeat;
    background-size: 50% auto;
}
section.main .section-nav {
    margin: 120px 0 0 0;
}
section.main .section-content {
    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 ul.section-navlist {
    /*margin-top: 100px;*/
    color: #39527a;
}
section.main .section-nav li a.selected {
    color: #2bc4ee;
}
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: #2bc4ee;
    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;
}
/* ===== footer ===== */
footer.tagLine {
         background: #323234 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: #323234;
    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: #2bc4ee;
}
footer.main a {
    color: #FFF;
    text-decoration: none;
}
footer.main a:hover {
    color: #2bc4ee;
    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 li.facebook a {
    color: #38529a !important;
}
footer.main .footSocial li.twitter a {
    color: #1c9cea !important;
}
footer.main .footSocial li.instagram a {
     background-color: #f3ec78 !important;
    background-image: linear-gradient(200deg, #332ef7, #c82f89, #f1d988) !important;
    background-size: 100% !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; 
    -moz-text-fill-color: transparent !important;
}
footer.main .footSocial li.instagram a:hover {
     background-color: #FFF !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: #FFF !important; 
    -moz-text-fill-color: #FFF !important;
}
footer.main .footSocial ul li a {
    padding: .35em;
    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: #2bc4ee;
    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) {
    header.flexmenu {
        display: none;
    }
    .mainUtilityNav, .utilitySocial, header.main {
        display: block;
    }
}
/* 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) {
    header.flexmenu {
        display: block;
    }
    .mainUtilityNav, .utilitySocial, header.main {
        display: none;
    }
}
/* tablet PRO (landscape) ----------- */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    header.flexmenu {
        display: none;
    }
  .mainUtilityNav, .utilitySocial, header.main {
        display: block;
    }
}
/* tablet (portrait) PRO----------- */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    header.flexmenu {
        display: block;
    }
    .mainUtilityNav, .utilitySocial, header.main {
        display: none;
    }
}
/* tablet PRO 10.5 Landscape */ 
@media only screen and (min-device-width: 1112px) and (orientation: landscape) { 
    header.flexmenu {
        display: none;
    }
  .mainUtilityNav, .utilitySocial, header.main {
        display: block;
    }
}

/* tablet PRO 10.5 Portrait*/ 
@media only screen and (min-device-width: 834px) and (orientation: portrait) {
    header.flexmenu {
        display: block;
    }
    .mainUtilityNav, .utilitySocial, header.main {
        display: none;
    }
 }
/* 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) {
    header.flexmenu {
        display: block;
    }
    .mainUtilityNav, .utilitySocial, header.main, .section-nav  {
        display: none;
    }
}
/* 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){
    header.flexmenu {
        display: block;
    }
   .mainUtilityNav, .utilitySocial, header.main, .section-nav {
        display: none;
    }
}
