/* CSS Document */
/* GLOBAL */
body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f4f4f4 100%);
  background-attachment: fixed;
  font-size: 18px;
  line-height: 1.8;
}
body b, body strong {
    font-weight: 600;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image figcaption {
  font-size: 13px;
  margin-top: 0;
  padding: 10px;
  line-height: 1.4em;
}
hr.wp-block-separator {
  border: none;
  background: #cecece;
  height: 1px;
}
.wp-block-table th, .wp-block-table td {
  padding: 20px;
}
.rounded, .rounded-huge {
  overflow: hidden;
}
.rounded-huge {
  border-radius: 2.25rem !important;
}
.rounded-top-huge {
  border-top-left-radius: 2.25rem !important;
  overflow: hidden;
}
.rounded-right-huge, .rounded-top-huge {
  border-top-right-radius: 2.25rem !important;
}
.rounded-bottom-huge, .rounded-right-huge {
  border-bottom-right-radius: 2.25rem !important;
  overflow: hidden;
}
.rounded-bottom-huge, .rounded-left-huge {
  border-bottom-left-radius: 2.25rem !important;
}
.has-nghsdarkorange-background-color {
  background-color: #b84c00 !important;
}
.accordion-content .form iframe {
  min-height: 100px;
}
.text-shadow {
  text-shadow: 3px 5px 14px #00000069;
}
/* KYRUUS */
.kyruus .tt-dropdown-menu {
  line-height: normal;
}
/* */
/* HEADER */
.top-bar-wrapper {
  display: none !important;
}
.header-alert-wrapper.bg-secondary {
  background: #676767 !important;
}
.header-alert-wrapper.bg-secondary, .header-alert-wrapper.bg-secondary a, .header-alert-wrapper.bg-dark, .header-alert-wrapper.bg-dark a {
  color: white;
}
.header-wrapper {
  overflow: visible;
}
.header-wrapper .header-container {
  padding-bottom: 0px;
}
.header-row .header-col-left {
  padding-top: 15px;
}
.search-input-group .input-group-append {
  position: absolute;
  right: 0px;
  z-index: 9;
}
.search-input-group .btn-default {
  background: transparent;
  border: none;
  color: black;
  margin-top: 2px;
}
.search-input-group input#s {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.gtranslate select {
  padding: 8px 11px;
  margin-left: 7px;
  border: 1px solid #ced4da;
}
.header-row .header-logo img.logo-desktop {
  width: 100%;
}
.header-tagline {
  line-height: 1.3em;
  color: #adadad;
  position: relative;
  /* font-style: italic; */
}
.header-tagline.tagline-desktop {
  top: -5px;
  font-size: 12px;
  padding-left: 18%;
}
.header-tagline.tagline-mobile {
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 15px 0px 2px 0px;
}
/* WP BLOCKS - VIDEO EMBEDS */
figure.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  height: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.1%;
}
figure.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* WP BLOCKS - COLUMNS */
.wp-block-columns {
  margin-bottom: 0px;
}
/* WP  BLOCKS - TABLES */
.wp-block-table table thead th {
  border-bottom: 1px solid #d6d6d6;
  background-color: black !important;
  color: white;
}
.wp-block-table tfoot {
  border-top: 3px solid black;
}
blockquote.wp-block-quote {
  font-family: Georgia;
  font-size: 110%;
  line-height: 1.7em;
  font-style: italic;
  padding: 0px 30px;
  margin: 40px 40px 40px 5%;
}
blockquote.wp-block-quote cite {
  font-size: 70%;
  color: #888888;
  font-style: normal;
  letter-spacing: .5px;
}
figure.wp-block-gallery.alignwide {
  width: 100%;
  display: block;
}
/*  TOP NAV */
.top-navigation-wrapper {
  position: static;
  -webkit-box-shadow: 0 1rem 3rem #00000012 !important;
  box-shadow: 0 1rem 3rem #00000012 !important;
}
}
.top-nav .sf-menu {
  display: block;
  float: left;
}
.top-nav .sf-menu li {
  height: auto;
}
.top-nav .sf-menu > li > a {
  font-size: 18px;
  padding: 20px 12px;
}
/* */
.wp-block-latest-posts li {
  padding: 30px;
  background: white;
  border-radius: 1.2em;
  /* box-shadow: 0px 23px 30px 0 #0000001f; */
margin-bottom: 30px;}
.wp-block-latest-posts__featured-image {
  border-radius: 1em;
  overflow: hidden;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
}
.wp-block-latest-posts a {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5em;
  /* text-decoration: underline; */
margin-bottom: 20px!important;display: block;}
/* BLOG POSTS ON HOMEPAGE */
.blog.wp-block-latest-posts li {
  background: #ffffff;
  border-radius: 2.25em;
  /* -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important; */
  /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important; */
  position: relative;
  padding: 0px;
  padding-bottom: 20px;
}
.blog.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  height: 0px !important;
  overflow: hidden !important;
  padding-top: 50%;
  position: relative;
  border-radius: 2.25em 2.25em 0px 0px;
}
.blog.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  width: 100% !important;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.blog.wp-block-latest-posts li > a, .blog.wp-block-latest-posts li time, .blog.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  padding: 5px 40px;
}
.blog.wp-block-latest-posts li > a {
  display: block;
}
.news.wp-block-latest-posts li {
  padding: 40px;
  background: #ffffff;
  border-radius: 2.25em;
  /* -webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important; */
  /* box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important; */
  position: relative;
}
.news.wp-block-latest-posts li a {
  display: block;
}
/* */
@media (min-width: 992px) {
  .top-nav .sf-menu a {
    font-size: 15px;
    padding: .7em .56em;
  }
}
@media (max-width: 768px) {
  .top-nav {
    padding: 0px 10px;
  }
  .top-nav .sf-menu > li > a {
    padding: 20px 12px;
  }
}
.top-nav .sf-menu li:hover a, .top-nav .sf-menu li.sfHover a {
  color: black;
}
.top-nav .sf-menu ul li:hover > a:hover, .top-nav .sf-menu ul li.sfHover > a:hover, .top-nav .sf-menu ul li.sfHover > a {
  color: white !important;
}
.top-nav .col-count-2 ul {
  column-count: 2;
  column-gap: 0;
}
.top-nav .col-count-3 ul {
  column-count: 3;
  column-gap: 0;
}
.top-nav .col-count-4 ul {
  column-count: 4;
  column-gap: 0;
}
.top-nav .col-count-5 ul {
  column-count: 5;
  column-gap: 0;
}
.top-nav .col-count-6 ul {
  column-count: 6;
  column-gap: 0;
}
/* TOP SUB NAVIGATION */
.row.header-row {
  position: relative;
}
.top-subnav {}
.top-subnav a {
  font-size: 14px;
  color: black;
  padding: 20px 8px;
  text-decoration: none;
}
.top-subnav a:hover {
  color: #d36741;
}
.top-subnav .desktop-top-subnav {
  display: inline-block;
  position: absolute;
  bottom: -50px;
  right: 0px;
  text-align: right;
  padding-right: 10px;
}
.mobile-top-subnav {
  position: absolute;
  right: 20px;
  top: 120px;
  width: 150px;
}
div#mobile-top-subnav-panel {
  background: white;
}
div#mobile-top-subnav-panel a {
  display: block;
  text-align: left;
  padding: 10px 20px;
  font-size: 15px;
  border-bottom: 1px solid #dedede;
}
div#mobile-top-subnav-panel a:last-of-type {
  border: none;
}
.header-search {
  overflow: auto;
}
/* BREADCRUMBS */
.breadcrumbs-wrapper .breadcrumbs-container {
  padding-bottom: 20px;
}
/* SIDE NAV */
.side-nav ul ul ul {
  margin: 0px;
  padding: 0px;
}
.side-nav ul ul ul a {}
.side-nav ul.sidenav > li > a.slink {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.side-nav ul ul a.slink {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-bottom: 1px solid #e4e4e4;
}
.side-nav ul ul li:last-of-type a.slink {
  border: none;
}
/* SIDE COLUMN */
#mobile_side_nav.side-nav {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.side-col-mobile .side-phone {
  margin-top: 25px;
  text-align: center;
  border-bottom: 1px solid #d1d0d0;
  padding-bottom: 25px;
}
#mobile_side_nav.side-nav .btn-link {
  font-size: 14px;
  color: black;
}
#mobile_side_nav.side-nav i.fas {
  margin-left: 3px;
}
#mobile_side_nav.side-nav .card {
  background: none;
  border-radius: 0px;
  border: 0;
}
.page-template-page-two-column .side-col-mobile .side-nav .card-header {
  background: none;
  border: 0;
}
/* PAGE CONTENT */
.wp-block-file {
  margin-bottom: 0px;
}
.wp-block-group__inner-container {
  margin: 0px;
}
/* CHATBOT */
#chatbot-wrapper .message-thinking {
  background-image: url(https://www.nghs.com/wp-content/themes/nghs-v2/assets/images/horizontal-loading.gif);
}
.chat-options .chat-option, .message-button {
  padding: 14px;
  font-size: 15px;
}
.desktop div#chat-launcher div#chat-tag {
  /* display: block !important; */
  top: 0px;
}
div#chat-launcher div#chat-tag .tag-caption {
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 8px 30px #0000003d;
  color: black;
  font-size: 15px;
  width: auto;
  display: block;
  text-align: left;
  white-space: nowrap;
  padding: 15px 20px;
}
div#chat-launcher div#chat-tag .tag-caption:before {
  display: none !important;
}
/* ARTICLES  TEMPLATE */
.single-post .side-col .side-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 1010;
  padding-top: 40px;
}
/* LOCATION ITEMS */
.accordion-item .accordion-item .location-item {
  background: white;
}
/* FOOTER */
.footer-section .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background: #727272;
  /* zoom: 1.3; */
margin: 0px 5px;}
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
  color: #f1f1f1;
}
.footer-wrapper .footer-container .footer-copy {
  font-size: 14px;
}
/* PAGE TEMPLATES */
.content-col .header-image {
  margin-bottom: 60px;
}
.page-template-page-two-column .side-col .side-sticky {
  top: 40px;
  padding-top: 0px;
}
/* MOBILE MENU */
.desktop .navigation-menu {
  display: none;
}
.navigation-menu {
  background: #3A3A3A;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.mobile-menu-open .navigation-menu {
  width: 80%;
  box-shadow: 0px 0px 10px #00000036;
}
.nav-close-button {
  width: auto;
  padding: 10px 20px;
  margin-right: 16px;
  font-size: 20px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
.mobile-nav ul .mli {
  background: none !important;
  margin-bottom: 0;
  padding: 15px 30px;
}
.mobile-nav ul .mli a {
  font-weight: 400;
  font-size: 16px;
}
.mobile-nav .mli-expand {
  cursor: pointer;
  opacity: .8;
}
.mobile-nav ul ul .mli {
  padding: 10px 8px 10px 50px;
}
.mobile-nav ul ul .mli a {
  font-size: 14px;
  line-height: 1.4em;
  opacity: .75;
}
.mobile-nav ul .mli:last-of-type {
  border: none;
}
/* ADMIN CONTROL */
nav.logged-in-nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #080808;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 13px;
  z-index: 999999;
}
nav.logged-in-nav ul {
  margin: 0px;
  padding: 0px;
}
nav.logged-in-nav ul li {
  display: inline-block;
}
.search nav.logged-in-nav {
  display: none !important;
}
nav.logged-in-nav a {
  color: white;
  text-decoration: none;
}
nav.logged-in-nav a:hover {
  color: #0fa5de;
}
/* BLOG */
body.single {
  overflow-x: hidden;
}
body.single .published-datetime {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 15px;
}
body.single .wp-block-image figcaption {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 20px;
  /* border-bottom: 2px solid #bdbdbd; */
  background-color: #ffffff;
  padding: 20px 25px;
}
.desktop body.single .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 1010;
  padding-top: 40px;
}
body.single .wp-block-image.alignfull, body.single .wp-block-gallery.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 99.5vw;
  width: 100vw;
}
/* LOCATION TEMPLATE */
.page-template-page-location .header-image-large {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
}
.page-template-page-location .content-col {
  padding-left: 50px;
  padding-right: 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-location .header-image-large h2 {
    font-size: 10vw;
  }
  .page-template-page-location .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
  }
}
/* RESPONSIVE */
@media (min-width: 576px) {
  h1, .h1, h2, .h2, h3, .h3 {
    line-height: 1.6em;
  }
  h1, .h1 {
    font-size: max(3.5vw, 70px);
    margin: 30px 0px 60px 0px;
    /* text-transform: capitalize; */
    font-weight: bold;
    line-height: 1.2em;
  }
  h2, .h2 {
    font-size: 45px;
  font-weight: 600;line-height: 1.3em;}
  .h3, h3 {
    font-size: 32px;
    font-weight: 400;
  margin-bottom: 30px;}
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 50px;
    margin: 0px 0px 30px 0px;
    /* text-transform: capitalize; */
    font-weight: 600;
    /* line-height: 1.2em; */
  }
  /* For general tablet layouts and smaller */
  div#chat-messenger .author-avatar img {
    top: 3px;
  }
  .row.content-row {
    display: block;
  }
  /* Templates */
  .page-template-page-two-column .content-col .header-image {
    margin-bottom: 20px;
  }
  .content-col, .side-col {
    width: 100%;
    max-width: 700px;
    margin: auto !important;
    padding: 15px 15px 0px 15px !important;
  }
  .wp-block-image .alignright img, .wp-block-image .alignleft img {
    width: 100%;
    height: auto;
    /* margin: 30px 0px; */
  }
  .wp-block-image .alignright {
    float: none;
    width: 100%;
    margin-left: 0px;
    max-width: 500px;
  }
  .wp-block-image .alignleft {
    float: none;
    width: 100%;
    margin-left: 0px;
    max-width: 500px;
  }
  /* MOBILE HEADER */
  .header-row .header-logo img.logo-mobile {
    max-width: 100px;
    margin: 18px auto 0px auto;
    /* border: 11px solid white; */
    border-bottom: 0px;
    border-top: 0px;
  }
  .header-row .header-col-right .header-right-links {
    overflow: auto;
  }
  .header-row .header-col-right .header-right-links a .fa-phone {
    display: none;
  }
  .header-row .header-col-right .header-right-links a {
    font-size: 15px;
    float: right;
  }
  .header-row .header-col-right .header-right-links .btn.urgent-care {
    float: left;
    font-size: 13px;
  }
  .wp-block-image figure, .wp-block-image img {
    height: auto !important;
  }
}
/* ANIMATIONS */
.blink {
  -webkit-animation: blink 5s infinite both;
  animation: blink 5s infinite both;
}
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: .5;
  }
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: .5;
  }
}
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-top {
  -webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
.fade-in {
  animation: animationFrames ease 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
.fade-in-slow {
  animation: animationFrames ease 4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    /*transform: translate(0px, -25px);*/
  }
  100% {
    opacity: 1;
    /*transform: translate(0px, 0px);*/
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    /*-moz-transform: translate(0px, -25px);*/
  }
  100% {
    opacity: 1;
    /*-moz-transform: translate(0px, 0px);*/
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    /*-webkit-transform: translate(0px, -25px);*/
  }
  100% {
    opacity: 1;
    /*-webkit-transform: translate(0px, 0px);*/
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    /*-o-transform: translate(0px, -25px);
	}
	100% {
		opacity: 1;
		/*-o-transform: translate(0px, 0px);*/
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    /*-ms-transform: translate(0px, -25px);*/
  }
  100% {
    opacity: 1;
    /*-ms-transform: translate(0px, 0px);*/
  }
}
.delay-1 {
  animation-delay: 0.2s !important;
}
.delay-2 {
  animation-delay: 0.4s !important;
}
.delay-3 {
  animation-delay: 0.6s !important;
}
.delay-4 {
  animation-delay: 0.8s !important;
}
.delay-5 {
  animation-delay: 1.0s !important;
}
.delay-6 {
  animation-delay: 1.2s !important;
}
.delay-7 {
  animation-delay: 1.4s !important;
}
.delay-8 {
  animation-delay: 1.6s !important;
}
.delay-9 {
  animation-delay: 1.8s !important;
}
.delay-10 {
  animation-delay: 2s !important;
}


