/*--------------------------------------
---------------MAIN NAV-----------------
--------------------------------------*/
body.g header a.alert {
    background-color: #e6215d;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    display: block;
    height: 50px;
    padding: 0.5em;
    border: 0;
    text-decoration:none;
}
body.g header a.alert i {
    color: #fff;
    margin: 0 15px;
}
body.g #container-carousel {
margin-top:0px;
}
.schema {
  display:none;
}
#site-header.animated {
  transition: all .5s ease-in-out;
}
#site-header.slideUp {
  top: -150px !important;
}
#site-header.slideDown {
  top: 0 !important;
}
body.g header #container-utility {
  display: none;
}
body.g header .ih-header-logo-wrap {
  padding-left: 30px;
}
body.g header #container-dedicated > .container-fluid {
  margin: 5px 0;
}
body.g header .ih-header-navigation-wrap {
  top: 15px;
  -webkit-font-smoothing: antialiased;
}
body.g header .col-md-2.ih-header-navigation-wrap {
  top: 8px;
  float: right;
  padding-right: 30px;
}
body.g #site-header .logo img {
  height: auto;
  margin-left: 15px;
  padding-bottom: 0;
  width: auto;
  max-width: 400px;
}
body.g header #container-dedicated .ih-header-navigation-wrap .ih-header-toggles .menu-toggle::before {
  font-size: 40px;
}
body.g header #container-dedicated .ih-header-navigation-wrap .ih-header-toggles .search-toggle::before {
  font-size: 30px;
}
body.g #container-nav-main .navbar ul.navbar-nav li a {
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  transition: all 0.3s;
  font-family: 'Inter';
}
body.g .navbar-nav > li {
  float: left;
  margin-right: 10px;
}
li.navbarFirst:has(a.hidden) {
  display: none;
}
.slide-out-menu.in .hidden {
  display: block !important;
}
.slide-out-menu.in li.navbarFirst:has(a.hidden) {
  display: block !important;
}
body.g header #slideOutMenu nav .collapse ul li.hasChildren a.toggle-arrow.toggled a::after {}
body.g header #slideOutMenu nav .collapse ul li.hasChildren a.toggle-arrow a::after {
  right: 10px;
  position: absolute;
}
body.g header #slideOutMenu nav .collapse ul li:hover {
  background-color: transparent;
}
body.g header #slideOutMenu nav .collapse ul li:hover.hasChildren a.toggle-arrow {
  background-color: transparent;
  border-bottom: 0;
}
body.g header #slideOutMenu nav .collapse ul li.hasChildren a.dropdown-toggle {
  width: 100%;
}
body.g header #slideOutMenu nav .collapse ul li.hasChildren a.toggle-arrow {
  background-color: transparent;
  width: 100%;
  border-bottom: 0;
  right: 0;
  left: initial;
}
/*--------------------------------------
--------------SLIDEOUT NAV--------------
--------------------------------------*/
body.g header #slideOutMenu nav .collapse ul li a.main-item {
  border: 0;
  font-size: 1.75em;
  padding: 20px 0 20px 15px;
}
body.g #slideOutMenu a.firstone.main-item {
  padding-top: 20px;
}
body.g header #slideOutMenu nav .collapse ul li a.lastone.main-item {
  padding-bottom: 30px;
}
body.g header #slideOutMenu {
  overflow-y: auto;
  padding-bottom: 100px;
  padding-top: 20px;
}
body.g .level2.dropdown-menu.toggled {
  height: auto;
  overflow-y: auto;
}
#slideOutMenu .desknav {
  display: none;
}
/*--------------------------------------
---------------MAIN---------------------
--------------------------------------*/
body.g {
  font-family: "Libre Franklin", sans-serif;
}
body.g #ih-page-body, body.g .featherlight {
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  line-height: 1.75;
}
body.g:not(.home) #container-carousel img {
  height: 65vh;
}
body.g.short-banner:not(.home) #container-carousel img {
  height: 35vh;
  min-height: 325px;
}
body.g:not(.home) #container-carousel .carousel.slide img {
  height: 75vh;
}
body.vh75:not(.home) #container-carousel img {
  height: 75vh;
}
body.vh85:not(.home) #container-carousel img {
  height: 85vh;
}
body.g:not(.home) #container-carousel .h1-flex {
  padding: 0;
}
body.g .ih-top-banner-carousel .row {
  margin: 0;
}
body.g .ih-content-column {
  padding: 20px;
  width: 75%;
}
body.g.no-left-nav .ih-content-column {
  padding: 20px;
  width: 100%;
}
body.g.wide.no-left-nav .ih-content-column {
  padding: 20px 0;
  width: 100%;
}
body.g .nopad {
  padding: 0;
}
body.g:not(.home) #container-carousel .h1-flex .h1-container {
  bottom: 0;
  margin: 0;
  padding: 30px 15% 40px 50px;
  position: absolute;
  width: 100%;
  text-align: left;
  /* text-align: center; */
}
body.g h1, body.g .h1 {
  font-family: "libre franklin", sans-serif;
  font-size: 4em;
  font-weight: 600;
}
body.g .ih-content-row h1, body.g .ih-content-row .h1 {
  font-size: 3em;
  text-align: left;
}
body.g h2, body.g h3, body.g h4, body.g h5, body.g h6 {
  font-family: "libre franklin", sans-serif;
  display: block;
  color: #333
}
body.g h5 {
  font-size: .8em;
  line-height: normal;
}
body.g .doc h5 {
  display: none;
}
body.g img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
body.g #ih-page-body .practice-main-details .btn {
  width: auto;
}
body.g .btn {
  background-color: transparent;
  border: 3px solid #0d6937;
  border-radius: 0;
  color: #0d6937;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
  padding: 13px 63px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: fit-content;
  transition: all .3s ease-in-out;
  display: inline-block;
}
body.g .btn:hover {
  border-color: #00703c;
  background: #00703c;
  color: #fff;
}
body.g .btn.fit {
  min-width: 100%;
}
body.g .btn.fat {
  min-width: 100%;
  padding: 2em;
  font-weight: 300;
  font-family: 'Libre Franklin';
}
body.g .btn.dark-green.colored {
  border-color: #00703c;
  background: #00703c;
  color: #fff;
}
body.g .btn.dark-green.colored:hover {
  border-color: #00703c;
  background: #fff;
  color: #00703c;
}
body.g .btn.white {
  border-color: #fff;
  color: #fff;
}
body.g .btn.white:hover {
  background-color: #00b679;
  border-color: #fff;
}
body.g .btn-white {
  border-color: #fff;
  color: #fff;
}
body.g .btn-white:hover {
  background-color: #00b679;
  border-color: #fff;
}
body.g .btn.grey {
  color: #656565;
  border-color: #656565;
  background-color: transparent;
}
body.g .btn.grey:hover, .btn.grey.active {
  color: #fff;
  border-color: #656565;
  background-color: #656565;
}
body.g .btn.red {
  color: #bd0000;
  border-color: #bd0000;
  background-color: transparent;
}
body.g .btn.red:hover, .btn.red.active {
  color: #fff;
  border-color: #bd0000;
  background-color: #bd0000;
}
.eighteen {
  max-width: 1800px;
  margin: auto;
  margin-bottom: 100px;
  float: none;
}
.sixteen {
  max-width: 1600px;
  margin: auto;
  margin-bottom: 100px;
  float: none;
}
.fourteen {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 100px;
  float: none;
}
.twelve {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 100px;
  float: none;
}
body.g footer {
  padding: 100px;
}
body.g .ih-content-column a.btn, body.g .ih-content-column a.move-up, body.g .ih-content-column .give-options-wrapper a {
  text-decoration: none;
}
body.g .container .row.ih-footer-row {
  padding: 0;
  padding-top: 0;
}
body.g .give-options-wrapper .give-options i {
  font-family: "Font Awesome 6 Pro";
}
body.g .middle {
  height: 100%;
  left: calc(-1 * (100vw - 100%)/2);
  margin-top: 30px;
}
body.g .practice-main-details {
  padding: 0;
}
#accordion:not(.services-accordion) > .panel .panel-heading h4 a, #accordion2:not(.services-accordion) > .panel .panel-heading h4 a, #accordion3:not(.services-accordion) > .panel .panel-heading h4 a, #accordion4:not(.services-accordion) > .panel .panel-heading h4 a, #accordion5:not(.services-accordion) > .panel .panel-heading h4 a, #accordion6:not(.services-accordion) > .panel .panel-heading h4 a {
  text-decoration: none;
  width: 100%;
  display: block;
}
.two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  font-size: 1em;
}
.two-columns li {
  list-style-type: disc;
  padding: 10px;
  display: list-item;
  break-inside: avoid;
}
body.g .ih-content-column a {
  text-decoration: underline dotted #ddd 2px;
  text-underline-position: under;
  transition: all ease-in-out .3s;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
body.g .ih-content-column a:hover, .ih-content-column a:focus {
  text-decoration: underline dotted #1795fe;
}
body.g .container.services-search-swipe {
  max-width: 1400px;
}
body.g.services-default #navigation-left-swiper-placeholder .links-container .link-index a {
  color: #00703c;
  font-size: 1em;
  padding-left: 0;
  padding-right: 20px;
  list-style-type: circle;
  display: list-item;
  transition: all .3s ease-in-out;
  width: 50%;
}
body.g.services-default #navigation-left-swiper-placeholder .links-container .link-index a:hover {
  color: #1796fe;
}
body.g .service-department-container .address, body.g .service-department-container .phone {
  margin-bottom: 10px;
}
body.g .nav > li, body.g .nav > li a {
  text-decoration: none;
  background-color: transparent;
}
body.g .three-card-widgets {
  max-width: 1200px;
}
body.g .fsRowBody input[type="radio"], body.g .fsRowBody input[type="checkbox"] {
  top: 5.5px;
  width: 11px;
  height: 20px;
}
.half-width-cards > div > div {
  padding: 0;
}
body.g:not(.home) .yt-embed iframe {
    width: 650px;
    max-width: 650px;
    aspect-ratio: 16 / 9;
    margin: auto;
    display: block;
}
body.g .locnav-parking {
    color: #878787;
    margin-top: 10px;
}
.page-not-found .flex-container .four-oh-four {
    font-size: 6em;
}
body.g .title-box {
margin:0;
}
body.g .team-member .team-member-photo {
    display: inline-block;
    float: left;
    padding: 1.5em;
    vertical-align: top;
    width: auto;
}
/*--------------------------------------
---------------SITE SEARCH-------------------
--------------------------------------*/
body.g.site-search .breadcrumb li > span {
  color: #777;
  font-weight: 600;
}
body.g.site-search .ih-search-results .ih-item .ih-result-data {
  padding-left: 110px;
  font-size: .9em;
}
body.g.site-search .ih-search-results .ih-item .ih-first-column, body.g.site-search .ih-search-results .ih-item .ih-next-column {
  margin-bottom: 10px;
  padding-right: 20px;
}
body.g.site-search .ih-search-results .ih-item img {
  margin-bottom: 15px;
  max-width: 150px;
}
body.g.site-search .ih-search-pager.top.text-center {
  display: none;
}
/*--------------------------------------
---------------FIGURE-------------------
--------------------------------------*/
body.g figure {
  position: relative;
  float: left;
}
body.g figure img {
  max-width: 100%;
}
body.g .image-left {
  padding: 1em;
  max-width: 400px;
  float: left;
}
body.g .image-full {
  padding: 1em 0;
  width: 100%;
  float: left;
}
body.g .image-right {
  padding: 1em;
  max-width: 400px;
  text-align: center;
  float: right;
}
body.g .image-left-small {
  padding: 1em;
  max-width: 300px;
  float: left;
}
body.g .image-right-small {
  padding: 1em;
  max-width: 300px;
  float: right;
}
body.g .split {
  width: 100%;
  float: left;
}
body.g .split .image-left, .split .image-right {
  width: 50%;
  max-width: 50%;
}
body.g figcaption {
  width: 90%;
  font-size: .7em;
  line-height: 1.2em;
  padding: 10px;
  background: rgba(255, 255, 255, 0.78);
  bottom: 0;
  margin-left: 5%;
  color: #797979;
  text-align: left;
}
body.g figcaption::before {
  width: 18px;
  border-top: 2px solid #00b679;
  left: 0;
  margin-top: 6px;
  margin-left: 5%;
  position: absolute;
  content: '';
}
/*--------------------------------------
---------------LEFT NAV-----------------
--------------------------------------*/
body.g .left-rail-updated {
  border-right: 2px rgb(119 119 119 / 29%) dotted;
  padding-right: 0;
  z-index: 5;
}
body.g .ih-content-row #ih-page-left-navigation h3::before, body.g .ih-content-row #ih-page-right-navigation h3::before {
  display: none;
}
body.g .ih-content-row #ih-page-left-navigation h3, body.g .ih-content-row #ih-page-right-navigation h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35em;
  margin-left: -15px;
  padding-left: 0;
  font-weight: 800;
  background-color: transparent;
}
body.g .ih-content-row #ih-page-left-navigation h3::before {
  align-items: center;
  color: #00b679;
  content: "\f104";
  display: block;
  font: var(--fa-font-light);
  font-weight: 200;
  height: 100%;
  width: 10px;
  position: absolute;
  left: -25px;
  top: 25px;
  background: none;
}
body.g .ih-content-row #ih-page-left-navigation .nav li a, body.g .ih-content-row #ih-page-right-navigation .nav li a {
  padding: 20px 10px;
}
body.g .ih-content-row #ih-page-left-navigation .nav li a::after, body.g .ih-content-row #ih-page-right-navigation .nav li a::after {
  margin-top: 3px;
}
body.g div#ih-page-left-navigation .nav-pills > li.active.level1 {
  border-left: 10px solid #00703c;
}
body.g .ih-content-row #ih-page-left-navigation .nav li.active.level1 a, body.g .ih-content-row #ih-page-right-navigation .nav li active.level1 a {
  color: #00703c;
  font-weight: 800;
  border-left: 0;
}
body.g .ih-content-row #ih-page-left-navigation .nav li.active.level1 a:after, body.g .ih-content-row #ih-page-right-navigation .nav li active.level1 a:after {
  color: #fff;
}
body.g .ih-content-row #ih-page-left-navigation .nav li a:hover, body.g .ih-content-row #ih-page-right-navigation .nav li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #1795fe;
}
body.g .ih-left-column {
  border-top: 2px rgb(119 119 119 / 29%) dotted;
  padding: 3em;
  padding-top: 0;
}
body.g .ih-left-column.fixed {
  position: fixed;
  top: 75px;
}
body.g #bnav-tracker {
  position: absolute;
  top: 70vh;
}
body.g .dropdown-backdrop {
  display: none;
}
body.g .location-detail {
  padding-top: 40px;
  font-size: 18px;
}
body.g .location-detail .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0;
}
body.g .location-detail .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #f8f8f8;
  border: 1px rgb(119 119 119 / 29%) dotted;
  /* border-bottom: 0; */
  padding: 30px;
}
body.g .location-detail .panel-title {
  font-weight: 600;
  color: #5a5a5a;
}
body.g .location-detail .loc-label {
  display: none;
}
body.g .location-detail p {
  margin-bottom: 5px;
}
body.g .location-detail .phone {
  margin-top: 0;
  color: #1795fe;
  font-weight: 600;
}
body.g .location-detail .hp-section .fa {
  margin-right: 10px;
}
body.g .location-detail .parking::before, body.g .location-detail .phone::before, body.g .location-detail .locnav-fax::before {
  color: #333;
  content: "\f615";
  font: var(--fa-font-light);
  font-size: 20px;
  font-weight: 200;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
body.g .location-detail .phone::before {
  content: "\f095";
}
body.g .location-detail .locnav-fax::before {
  content: "\f1ac";
}
body.g .location-detail .hours::before {
  content: "\f017";
}
body.g .location-detail .hp-section .gbmchp {
  margin: 10px auto;
}
body.g .location-detail .hp-section .gbmchp img {
  max-width: 120px;
  text-align: center;
}
body.g .location-detail .panel-heading {
  background: 0;
  position: relative;
  padding-right: 0;
}
body.g .location-detail .panel-title a {
  width: 100%;
  display: block;
  text-decoration: none;
}
body.g .location-detail .panel-title a:hover {
  color: #1795fe;
}
body.g .location-detail .panel-title a em {
  margin-right: 10px;
}
body.g .primary-care-features {
  max-width: 1400px;
  margin: auto;
  padding: 2em;
}
body.g .location-detail .panel-heading::after {
  align-items: center;
  color: #00b679;
  content: "\f107";
  display: block;
  font: var(--fa-font-light);
  font-weight: 200;
  height: 100%;
  position: absolute;
  right: 7px;
  top: 18px;
}
body.g .location-detail .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 0;
}
body.g .location-detail .address-container {
  line-height: normal;
}
body.g .location-detail .phone {
  margin-top: 20px;
  margin-bottom: 10px;
}
body.g .undercontact {
padding-top:10px;
}
body.g .undercontact .fa {
padding-left:5px;
}
/*--------------------------------------
---------------SERVICES-----------------
--------------------------------------*/
body.g:not(.home) #container-carousel img {
  object-position: top;
}
body.g .container {
  width: 100%;
  padding: 0;
  position: relative;
}
body.g.no-left-nav .container {
  max-width: 1300px;
}
body.g.wide.no-left-nav .container {
  max-width: 100%;
}
body.g .container .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
body.g.services-default .container .row.ih-content-row {
  max-width: 1170px;
  margin: auto;
}
body.g #container-dedicated {
  width: 100%;
}
body.g #pagetitlecontainer {
  margin-top: 0;
  margin-bottom: 0;
}
body.g #pagetitlecontainer h1 {
  font-size: 3em;
  line-height: normal;
}
body.g .container .service-provider-container > div > div .pc-link img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
body.g .container .service-provider-container > div > div .pc-link {
  text-decoration: none;
  width: 18%;
  max-width: 250px;
  font-size: .9em;
}
body.g .container .service-provider-container>div>div .pc-link .inner .name {
    line-height: normal;
}
body.g .service-related-container > div > div .rs-link {
  width: 23%;
}
body.g .service-related-container > div > div .rs-link .inner {
  padding: 1em;
  font-size: .8em;
  line-height: initial;
}
body.g .breadcrumb li i {
  margin: 0 10px;
  color: #b4b4b4;
}
body.g .row.ih-breadcrumb-row {
  top: -60px;
  position: absolute;
}
body.g .ih-breadcrumb-column {
  padding-left: 50px;
}
body.g .breadcrumb li > span {
  color: #f0f0f0;
  font-weight: 600;
}
body.g h2, body.g .ih-content-row h2 {
  color: #4a4a4a;
  font-size: 45px;
  font-weight: 600;
  margin: 25px 0;
  font-family: 'Libre Franklin';
}
body.g .service-provider-container > div > div .pc-link .provider-container {
  box-shadow: none;
}
body.g .dept-title {
  font-size: .8em;
  font-weight: 600;
  color: #626262;
  line-height: normal;
}
body.g .service-provider-container > div > div .pc-link .inner .specialty {
  color: #595959;
  font-style: italic;
  margin: 0;
  font-size: .8em;
  padding-top: 0;
}
body.g .service-provider-container > div > div .pc-link .inner {
  padding: 10px 5px;
}
body.g .open-content {
  left: calc(-1 * (100vw - 65%)/2);
  margin: 0;
}
body.g .open-content-green #services h2 {
  text-transform: none;
}
body.g .open-content .gl-home-story {
  justify-content: left;
}
body.g .service-provider-container {
  margin-top: 60px;
}
body.g .service-related-container {
  margin-top: 100px;
}
body.g .container .service-provider-container.c-wrapper > div > div .pc-link {
  text-decoration: none;
  width: 19%;
  font-size: .8em;
}
body.g h3, body.g .h3 {
  color: #4d4d4d;
  font-family: "libre franklin", serif;
  font-size: 35px;
  line-height: 1.3em;
  font-weight: normal;
  margin: 35px 0;
}
body.g figure .btn {
  text-align: center;
  margin: 15px auto;
}
body.g .btn .fa {
  padding-left: 10px;
}
body.g.no-left-nav .open-content {
  left: calc(-1 * (100vw - 101%)/2);
  margin: 100px 0;
}
body.g.wide.no-left-nav .open-content {
  left: 0;
  margin: 100px 0;
}
body.g .open-content-green #services .row div.col-xs-12 {
  line-height: 1.75;
}
body.g:not(.home) #container-carousel .banner-item-container > .carousel-caption {
  bottom: 50px;
  margin: 85px;
  text-align: left;
  width: 500px;
  margin-bottom: 0;
}
body.g .ih-top-banner-carousel .col-xs-12 {
  padding: 0;
}
body.g .open-content-green {
  margin-top: 70px;
}
/*--------------------------------------
---------------FIND A DOC---------------
--------------------------------------*/
body.g.provider-detail #container-carousel .h1-flex .h1-container h1 {
  margin-bottom: 75px !important;
}
body.g.provider-detail:not(.home) #container-carousel img {
  height: 50vh;
  object-position: center;
}
body.g.provider-detail:not(.home) #container-carousel img.not-using-default {
  height: 75vh;
  object-position: top;
  min-height: 723px;
}
body.g.provider-detail #container-carousel .primary-specialty {
  bottom: 0;
  left: 30px;
}
body.g.provider-detail .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}
body.g.provider-detail .ih-tab-5 .form-group.ih-field-conditionalfield {
  display: inline-block;
  max-width: 120px;
}
body.g.provider-detail .form-group.ih-field-conditionalfield .topdoc {
  padding: 10px;
}
body.g.provider-detail .bio {
  padding: 1em;
}
body.g.provider-detail .ih-publicdetailview > div > div.stacked ih-tabbed-zone .tab-content .tab-pane > div > div > div.form-group .ih-field-label {
  color: #333;
  font-family: 'Libre Franklin';
  font-size: 3.25em;
  line-height: normal;
  font-weight: 800;
  margin: 60px 0 40px;
}
body.g.provider-detail .ih-publicdetailview > div > div.stacked ih-tabbed-zone .tab-content .tab-pane > div > div > div.form-group .ih-field-label.sub {
  color: #00703c;
  font-family: 'Libre Franklin';
  font-size: 1.5em;
  line-height: normal;
  font-weight: 800;
  margin: 60px 0 40px;
}
body.g.provider-detail .container {
  max-width: 1280px;
}
body.g.provider-detail .embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 350px;
}
body.g.provider-detail .loc-webpage {
  padding-left: 35px;
}
body.g.provider-detail .ih-publicdetailview .detail-container-wrap .ih-field-locationname {
  display: flex;
  margin-bottom: 5px;
  line-height: normal;
}
body.g.provider-detail .ih-field-primaryphone a {
  font-size: 1.15em;
}
body.g.provider-detail .ih-field-primaryphone::before {
  font-size: 24px;
  top: 10px;
  display: inline-block;
}
body.g.provider-detail .ih-publicdetailview .detail-container-wrap .ih-field-providerlanguages {
  margin-top: 20px;
}
body.g.provider-detail .ih-publicdetailview .detail-container-wrap .ih-field-locationname::before {
  font-size: 24px;
}
body.g.provider-detail .gl-parent {
  padding-top: 75px;
}
body.g.provider-results:not(.home) #container-carousel img {
  height: 400px;
  object-position: top;
}
body.g.provider-results #ih-page-header {
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
}
body.g.provider-results .ih-left-column {
  border-top: 0;
}
body.g.provider-results .ih-tab-list > div.row.ng-scope .ih-field-providernamelink a {
  font-family: "Libre Franklin", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
body.g.provider-results .ih-tab-list > div.row.ng-scope {
  margin: 10px;
  width: calc((100% / 3) - 20px);
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
body.g.provider-results .hplogo img {
  max-width: 100px;
  object-fit: contain;
  height: auto;
  padding-left: 5px;
  position: relative;
  top: -2px;
}
body.g.provider-results .ih-tab-list > div.row.ng-scope .ih-list-item {
  padding: 0;
  padding-top: 20px;
}
body.g.provider-results .form-group.ih-field-primarylocationcompleteaddress {
  margin-left: 0;
  font-size: .8em;
  line-height: 1.3;
  color: #797979;
}
body.g.provider-results .form-group.ih-field-specialties {
  margin-left: 0;
  font-size: 1em;
  line-height: 1.3;
  color: #797979;
}
body.g.provider-results .form-group.ih-field-specialties ul {
  list-style:none;
  margin:0;
  margin-bottom:10px;
  padding:0;
}
.hplogo {
  font-size: .7em;
  margin-top: 10px;
}
body.g.provider-results .ih-field-primarylocationcompleteaddress div {
  color: #797979;
}
body.g.provider-results .ih-tab-list {
  display: block;
}
/*--------------------------------------
---------------FEATHERLIGHT-------------
--------------------------------------*/
body.g .featherlight {
  padding: 100px 0 50px;
  background: rgba(255, 255, 255, 0.95) !important;
}
body.g .featherlight .featherlight-close-icon {
  font-size: 3em !important;
  width: 100% !important;
}
body.g .featherlight .featherlight-content {
  width: 75%;
  background: transparent;
  border-bottom: 0;
}
body.g .featherlight .row {
  margin-left: 0;
  margin-right: 0;
}
body.g .featherlight .service-provider-container.row .pc-link img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
body.g .featherlight .service-provider-container.row .pc-link {
  text-decoration: none;
  width: 23%;
  font-size: .9em;
}
body.g .featherlight .service-provider-container.row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.g .featherlight .service-provider-container-lightbox.row .pc-link img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
body.g .featherlight .service-provider-container-lightbox.row .pc-link {
  text-decoration: none;
  width: 23%;
  font-size: .9em;
}
body.g .featherlight .service-provider-container-lightbox.row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.g:not(.home) .featherlight .yt-embed {
    width: 650px;
    max-width: 650px;
    aspect-ratio: 16 / 9;
    margin: auto;
    display: block;
}
/*--------------------------------------
---------------G-LIVING-----------------
--------------------------------------*/
body.g.no-left-nav.greater-living-article-page .container {
  max-width: 100%;
}
body.g.no-left-nav.greater-living-article-page .ih-content-column {
  max-width: 100%;
}
body.g.no-left-nav.greater-living-article-page .ih-content-column #ih-page-body {
  max-width: 1100px;
  margin: auto;
}
body.g.no-left-nav.greater-living-article-page .breadcrumb li > span {
  color: #6e6e6e;
  font-weight: 600;
}
body.g.no-left-nav.greater-living-article-page .author-date {
  line-height: normal;
}
body.g.no-left-nav.greater-living-article-page .ih-content-row h1, body.g.no-left-nav.greater-living-article-page .ih-content-row .h1 {
  line-height: normal;
  font-size: 2.75em;
}
body.g.no-left-nav.greater-living-article-page img.img-responsive {
  width: 100%;
}
body.g.no-left-nav.greater-living-article-page .greater-living-header img.img-responsive {
  width: auto;
}
body.g.no-left-nav.greater-living-article-page .logo-container img.img-responsive {
  width: auto;
}
body.g.no-left-nav.greater-living-article-page .author {
  display: inline-block;
  width: 75%;
}
body.g.no-left-nav.greater-living-article-page .author-date {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #ddd;
}
body.g.no-left-nav.greater-living-article-page .author-date p {
  display: inline-block;
  padding-right: 10px;
}
body.g.no-left-nav.greater-living-article-page .author-date p.date {
  float: right;
}
.pressroom-banner-page #container-carousel div.item .banner-item-container > div.carousel-caption {
  align-items: center;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 25%;
  width: 100%;
  margin: 0;
  text-align: center;
}
.ita p {
  font-size: 36px;
  color: #00b679;
  font-weight: 600;
  text-transform: capitalize;
}
body.g.greater-living-article-page .ih-content-row {
  line-height: 1.75;
  margin-bottom: 0;
}
body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glProvider .inner .name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #3e3e3e;
  margin-bottom: 0;
}
body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glProvider .inner .dept-title, .ita .ita-container #resultsWrapper_glProvider .inner .specialty {
  font-size: 14px;
  margin-bottom: 0;
}
body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glProvider .pc-link {
  text-align: left;
  text-decoration: none;
  min-width: 200px;
  margin: 10px;
  display: inline-block;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glProvider {
    display: inline-block;
    margin: 0;
    max-width: 220px;
    float: left;
    vertical-align: top;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    height: auto;
    max-width: 100%;
    float: left;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link {
    text-align: left;
    text-decoration: none;
    max-width: 400px;
    min-width: 400px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link .related-container {
    box-shadow: none;
    height: 100%;
    transition: box-shadow 0.3s ease-in-out;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link .inner {
    padding: 0;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link .inner .name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #3e3e3e;
    margin-bottom: 0;
}
/*-------------------------------
------------------------------
------------------------
-------------------
------------
MEDIA QUERIES
------------
-------------------
-------------------------
------------------------------
---------------------------------*/
@media only screen and (max-width : 1450px) {
  body.g #ih-page-body, body.g .featherlight {
    font-size: 18px;
  }
  body.g .ih-left-column {
    border-right: 0;
    padding: 2em;
    padding-top: 0;
  }
body.g .container .service-provider-container > div > div .pc-link {
  width: 23%;
}
}
/*--------------------------------------
---------------1400 px------------------
--------------------------------------*/
@media only screen and (max-width : 1400px) {
  body.g.provider-results .ih-tab-list > div.row.ng-scope {
    margin: 10px;
    width: calc((100% / 2) - 20px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
}
/*--------------------------------------
---------------1100 px------------------
--------------------------------------*/
@media only screen and (max-width : 1100px) {
  body.g header #container-dedicated > .container-fluid {
    margin: 0;
    padding: 10px;
  }
  body.g #site-header .logo img {
    margin-top: 10px;
    margin-left: 0;
  }
  body.g .ih-left-column {
    border-right: 0;
  }
  body.g div#ih-page-left-navigation div.btn-group.visible-xs ul.dropdown-menu > li > a {
    width: 100%;
  }
  body.g header #container-dedicated .ih-header-navigation-wrap .ih-header-toggles .menu-toggle {
    margin-right: 0px;
    width: 75px;
  }
  body.g header .col-md-2.ih-header-navigation-wrap {
    padding-right: 10px;
  }
  body.g footer .logo-container .gbmc-logo {
    max-width: 500px;
  }
  body.g header #slideOutMenu {
    top: 75px;
  }
}
/*--------------------------------------
---------------990 px-------------------
--------------------------------------*/
@media only screen and (max-width : 990px) {
body.g .ih-content-column {
  width: 100%;
}
body.g .ih-content-row #ih-page-left-navigation .visible-xs button.dropdown-toggle, body.g .ih-content-row #ih-page-right-navigation .visible-xs button.dropdown-toggle {
    border: 0;
    background: rgb(149 149 149);
    color: #fff;
    font-size: 1.25em;
    background: rgb(0, 112, 60);
    background: linear-gradient(90deg, rgba(0, 112, 60, 1) 0%, rgba(13, 105, 55, 0.7539390756302521) 100%);
  } 
body.g .open-content {
    left: calc(-1 * (100vw - 100%)/2); 
}
}
/*--------------------------------------
---------------700 px-------------------
--------------------------------------*/
@media only screen and (max-width : 700px) {
body.g header a.alert {
    font-size:1em;
    height:auto;
}
body.g.m-menu header a.alert {
    font-size:1em;
    height:auto;
    display:none;
} 
body.g #container-carousel {
margin-top:0px;
}
body.g #site-header .logo img {
    max-width: 100%;
    margin-top: 16px;
  }
  body.g header #slideOutMenu {
    top: 50px;
    padding-bottom: 200px;
  }
  body.g header .ih-header-logo-wrap {
    padding-left: 20px;
    padding-right: 0;
  }
  body.g header #container-dedicated .ih-header-navigation-wrap .ih-header-toggles .search-toggle::before {
    font-size: 20px;
  }
  body.g header #container-dedicated .ih-header-navigation-wrap .ih-header-toggles .menu-toggle::before {
    font-size: 30px;
  }
  body.g header .col-md-2.ih-header-navigation-wrap {
    padding-right: 0px;
  }
  body.g header #container-dedicated .ih-header-navigation-wrap .ih-header-toggles .search-toggle {
    height: 50px;
    top: 0;
    width: 55px;
    padding: 15px 10px;
  }
  body.g header #container-dedicated .ih-header-navigation-wrap .ih-header-toggles .menu-toggle {
    height: 50px;
    margin-right: 10px;
    top: 0;
    width: 55px;
  }
  body.g header #container-dedicated > .container-fluid {
    margin: 0;
    padding: 0;
  }
  body.g #site-body > div.container {
    padding: 0;
  }
  body.g:not(.home) #container-carousel .h1-flex .h1-container {
    padding: 15px;
  }
  body.g:not(.home) #container-carousel .h1-flex .h1-container h1 {
    margin-bottom: 5px !important;
    font-size: 28px;
  }
  body.g.services-default:not(.home) #container-carousel .h1-flex .h1-container h1 {
    margin-bottom: 10px !important;
    font-size: 36px;
  }
  body.g.provider-results #ih-page-header {
    padding:1em;
    margin-top:0;
  }
  body.g:not(.home) #container-carousel img {
    height: 300px;
  }
  body.g.provider-detail:not(.home) #container-carousel img, body.g.provider-results:not(.home) #container-carousel img {
    height: 200px
  }
  body.g.provider-detail .ih-publicdetailview .mobile-overview {
    display: none;
  }
  body.g.provider-results .ih-publicsearchview > div > div #input-multisearch {
    height: 70px;
  }
  body.g.provider-results .ih-publicsearchview > div > div #input-multisearch .ui-select-placeholder {
    top: 0;
  }
  body.g.provider-results .ih-tab-list>div.row.ng-scope .ih-field-primaryspecialty {
    margin-bottom: 5px;
  }
  body.g.provider-results .ih-publicsearchview > div > div input.ih-button-search {
    height: 63px;
  }
  body.g.provider-results .ih-publiclistrefinerview .refiner-label-mobile > div.ih-field-rawtext > div .refine-results-label {
    border-bottom: 0;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 12px;
    text-align: center;
    width: 100%;
    font-family: "Libre Franklin";
  }
  body.g.provider-results .ih-tab-list > div.row.ng-scope .ih-list-item {
    box-shadow: none;
    padding-bottom: 20px;
  }
  body.g.provider-results .ih-field-providerimage {
    display: inline-block;
    width: 25%;
    position: absolute;
    left: 0;
  }
body.g.provider-results .ih-tab-list img {
    height: 100px;
}
  body.g.provider-results .ih-field-providernamelink, body.g.provider-results .ih-field-specialties, body.g.provider-results .ih-field-primaryspecialty, body.g.provider-results .ih-field-primarylocationcompleteaddress {
    padding-left: 27%;
  }
  body.g.provider-results .ih-field-conditionalfield {
    display: none;
  }
    body.g.provider-results .ih-field-locations a {
    display: none;
  }
  body.g.provider-detail .mobile-specialties {
    font-size: 25px;
    text-align: center;
  }
  body.g.provider-detail .ih-field-educationtype {
    font-weight: 600;
  }
  body.g.provider-detail .detail-container-wrap .ih-field-locations {
    display: none;
  }
  body.g h3, body.g .h3 {
    font-size: 24px;
  }
  body.g .ih-content-row h2 {
    font-size: 34px;
  }
  body.g header #container-search.opened {
    top: 50px;
  }
  body.g footer {
    padding: 20px;
  }
  body.g footer .bottom-footer-section .social-container a {
    font-size: 20px;
  }
  body.g #ih-page-body, body.g .featherlight {
    font-size: 16px;
  }
  body.g .ih-content-column {
    padding: 20px;
    padding-top: 0;
    width: 100%;
  }
  body.g .image-left, body.g .image-right, body.g .image-left img, body.g .image-right img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  body.g:not(.home) #container-carousel .banner-item-container > .carousel-caption {
    bottom: 0px;
    margin: 0;
    margin-top: 5px;
    text-align: left;
    width: 100%;
    padding: 1em;
    font-size: .9em;
    left: 5px;
  }
  body.g:not(.home) #container-carousel .banner-item-container > .carousel-caption h1 {
    font-size: 1.75em;
  }
  body.g:not(.home) #container-carousel .banner-item-container > .carousel-caption .btn {
    font-size: 1em;
  }
  body.g .service-related-container > div > div .rs-link {
    width: 49%;
  }
  body.g .service-related-container > div > div {
    gap: 2%;
  }
  body.g .service-related-container > div > div .rs-link img {
    height: 80px;
    object-fit: cover;
    width: 100%;
  }
  body.g .service-related-container > div > div .rs-link .inner {
    padding: .5em;
    font-size: .7em;
    margin-bottom: 10px;
    line-height: initial;
  }
  body.g .service-provider-container {
    margin-top: 0px;
  }
  body.g .container .service-provider-container.c-wrapper > div > div .pc-link {
    text-decoration: none;
    width: 49%;
    font-size: .8em;
  }
  body.g .service-provider-container > div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  body.g .photo-gallery #more-gallery .feature-r.star {
    max-width: 39%;
    min-width: 39%;
    padding: 5px 5px;
  }
  body.g .photo-gallery #more-gallery .feature-r.star .feature-image img {
    margin-bottom: 0;
  }
  body.g .photo-gallery .star .feature-label {
    padding: 0.5em 0;
  }
  body.g .leftside-stories-wrapper .star .feature-label h6 {
    font-size: .7em;
  }
  body.g .service-provider-container.c-wrapper > div > div .pc-link .inner {
    padding: 5px 0px;
    line-height: normal;
  }
  body.g .dept-title.mobile-dept-title {
    font-size: 1em;
    margin: 5px 0;
    font-weight: 600;
    text-align: center;
  }
  body.g .service-provider-container.c-wrapper > div > div .pc-link .inner .specialty {
    margin-bottom: 15px;
  }
  body.g .photo-gallery .full-doc-list .gallery-image {
    min-width: 75%;
    padding-right: 0.2em;
  }
  body.g .open-content .btn.white {
    border-color: #00703c;
    color: #00703c;
  }
  body.g .greater-living > div > div > div > div .greater-living-ctas-container .title, body.g .three-card-widgets > div > div > div > div .greater-living-ctas-container .title {
    margin-top: 10px;
    font-size: 1em;
    line-height: normal;
  }
  body.g .row.ih-breadcrumb-row {
    display: none;
  }
  body.g #pagetitlecontainer h1 {
    font-size: 2.5em;
    line-height: normal;
    padding: 0;
  }
  body.g .ih-left-column {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  body.g .open-content {
    left: 0 !important;
    width: 100%;
  }
  body.g.no-left-nav .open-content {
    left: 0;
    margin: 0;
  }
  body.g .featherlight .featherlight-content {
    width: 95%;
    background: transparent;
  }
  body.g .container .service-provider-container > div > div .pc-link {
    text-decoration: none;
    width: 48%;
    font-size: .9em;
    vertical-align: text-top;
    display: block;
    padding: 10px 0;
  }
  body.g.provider-results .ih-tab-list > div.row.ng-scope {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #ddd;
  }
  body.g.provider-detail .form-group.ih-field-image {
    width: 100%;
    text-align: center;
  }
  body.g.provider-detail .ih-publicdetailview .provider-image-container {
    width: 250px;
    margin: auto;
    text-align: center;
    object-fit: none;
    object-position: center;
    display: block;
  }
  body.g.provider-detail .ih-publicdetailview .ih-tab-header > div > div > ih-static-zone > div.row.ng-scope > div {
    display: block;
    position: relative;
    width: 100% !important;
  }
  body.g.provider-detail .form-group.ih-field-locations {
    margin-top: 20px;
  }
  body.g.provider-detail .ih-publicdetailview .panel-collapse.collapse .panel-body .ih-field-label {
    font-family: 'Libre Franklin';
    font-size: 32px;
    font-weight: 600;
    border-top: 1px solid #a5d6ff;
    padding-top: 20px;
    line-height: normal;
    padding-bottom: 20px;
  }
  body.g.provider-detail .form-group.ih-field-locationname {
    font-weight: 600;
    font-size: 1.2em;
  }
  body.g.provider-detail .form-group.ih-field-specialties {
    padding: 0 35px;
  }
  body.g.provider-detail .locations-parent .loc-webpage {
    padding-left: 0;
    margin-top: 15px;
  }
  body.g.provider-detail #container-carousel .primary-specialty {
    bottom: 0;
    left: 0;
    padding-left: 15px;
    font-size: 18px;
  }
  body.g.provider-detail .back-to {
    display: none;
  }
  body.g.provider-detail .ih-accordion-0 {
    display: none;
  }
  body.g.provider-detail .ih-accordion-5 .ih-field-conditionalfield {
    display: inline-block;
    width: auto;
  }
  body.g.provider-detail .gl-parent .gl-results-wrapper .greater-living-ctas-container img {
    height: auto;
  }
  body.g.provider-detail:not(.home) #container-carousel img.not-using-default {
    height: 50vh;
    object-position: center;
    min-height: auto;
  }
  body.g.provider-detail .form-group.ih-field-conditionalfield .topdoc {
    padding: 5px;
    max-width: 65px;
  }
  body.g.services-default #navigation-left-swiper-placeholder .links-container .link-index a {
    width: 100%;
    margin-left: 30px;
  }
  body.g.no-left-nav.greater-living-article-page #site-body {
    margin-top: 32px;
  }
  body.g.no-left-nav.greater-living-article-page .ih-content-row h1, body.g.no-left-nav.greater-living-article-page .ih-content-row .h1 {
    line-height: normal;
    font-size: 1.75em;
    margin-bottom: .5em;
  }
  body.g.no-left-nav.greater-living-article-page .greater-living {
    padding: 15px;
    margin-top: 0;
  }
  body.g.no-left-nav.greater-living-article-page img.img-responsive {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  body.g.no-left-nav.greater-living-article-page iframe {
    width: 100%;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  body.g.no-left-nav.greater-living-banner-page img.img-responsive {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  body.g.no-left-nav.greater-living-banner-page a:not(:first-child) img.img-responsive {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    height: 100px;
  }
  body.g .location-detail {
    padding-top: 10px;
  }
  body.g .left-rail-updated {
    border: 0;
    padding-left: 0;
  }
  .ih-content-row #ih-page-left-navigation .visible-xs button.dropdown-toggle::after, .ih-content-row #ih-page-right-navigation .visible-xs button.dropdown-toggle::after {
    color: #fff;
  }
  body.g .three-card-widgets {
    padding: 20px
  }
  body.g .three-card-widgets a > img.img-responsive, body.g .facebook-live-card {
    height: 200px;
  }
  body.g .three-card-widgets a:not(:first-child) > img.img-responsive {
    height: 100px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .three-card-widgets > div > div > div > div .greater-living-ctas-container:not(:first-child) {
    width: 46% !important;
  }
  .facebook-live-card {
    margin-bottom: 0;
    padding: 0;
  }
  .facebook-live-card:not(:first-child) {
    width: 45% !important;
  }
  .greater-living #viewMoreLink, .three-card-widgets #viewMoreLink {
    padding: 10px 20px;
    margin-top: 40px;
  }
  .in-the-media .bottom-container img {
    max-height: 30px;
  }
  .greater-living .greater-living-header img, .three-card-widgets .greater-living-header img {
    margin: 0 0 0px;
  }
  .gl-home-story::after {
    background-color: #f7f7f7;
    content: '';
    height: 100%;
    position: absolute;
    right: -999px;
    top: 0;
    width: 1000px;
  }
  .gl-home-story::before {
    background-color: #f7f7f7;
    content: '';
    height: 100%;
    left: -999px;
    position: absolute;
    top: 0;
    width: 1000px;
  }
  h2.gl-header.facebook-live {
    font-size: 36px;
  }
  .give-options-wrapper .give-options {
    font-size: .9em;
    vertical-align: text-top;
  }
  .greater-living > div > div > div > div, .three-card-widgets > div > div > div > div {
    flex-wrap: wrap !important;
    gap: 20px;
  }
  body.g.wide.no-left-nav .ih-content-column {
    padding: 20px;
  }
  body header #slideOutMenu nav .collapse ul li a.main-item {
    border: 0;
    font-size: 2em;
    padding: 15px 20px;
  }
  a.firstone.main-item {
    padding-top: 20px;
  }
  body header #slideOutMenu nav .collapse ul li a.lastone.main-item {
    padding-bottom: 30px;
  }
  body.g.no-left-nav.greater-living-article-page .ih-content-column {
    padding: 0;
  }
  body.g.no-left-nav.greater-living-article-page .author {
    display: inline-block;
    width: 50%;
  }
  body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link img {
    height: 69px;
    object-fit: cover;
    width: 25%;
    display: inline-block;
  }
  body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link .inner {
    padding: 10px;
    width: 75%;
    display: inline-block;
    vertical-align: middle;
  }
  body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glProvider img {
    height: auto;
    width: 25%;
    display: inline-block;
    height: 128px;
    /* object-fit: cover; */
    width: auto;
    display: inline-block;
  }
  body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glProvider .inner {
    width: 75%;
    display: inline-block;
    padding: 1em;
    padding-right: 0;
    vertical-align: middle;
  }
  body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link .related-container {
    box-shadow: none;
    height: 100%;
    text-align: left;
  }
  body.g.no-left-nav.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments .rs-link .inner .name {
    color: #0d6937;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
  }
  body.g.no-left-nav.greater-living-banner-page:not(.home) #container-carousel .carousel.slide img {
    height: 200px;
  }
  body.g.greater-living-banner-page #container-carousel div.item .banner-item-container > div.carousel-caption .carousel-caption-background .h1-flex .greater-living-banner {
    height: 60px;
    object-fit: contain;
  }
  body.g.greater-living-banner-page .gl-button-container .gl-buttons p {
    width: 50%;
    padding: 5px;
  }
  body.g.greater-living-banner-page #ih-page-body .btn-primary {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.g.no-left-nav.greater-living-banner-page #site-body {
    margin-top: 10px;
    overflow-y: hidden;
  }
  body.g.no-left-nav.greater-living-banner-page .gl-button-container {
    padding: 1em;
    padding-bottom: 0;
  }
  body.g.no-left-nav.greater-living-banner-page a.patient-stories-card:not(:first-child) > .greater-living-ctas-container img, body.g.no-left-nav.greater-living-banner-page a.around-gbmc-card:not(:first-child) > .greater-living-ctas-container img {
    width: 25%;
    display: inline-block;
    height: 55px;
  }
  body.g.no-left-nav.greater-living-banner-page a.patient-stories-card:not(:first-child) > .greater-living-ctas-container .inner-container, body.g.no-left-nav.greater-living-banner-page a.around-gbmc-card:not(:first-child) > .greater-living-ctas-container .inner-container {
    width: 72%;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
  }
  body.g.no-left-nav.greater-living-banner-page a.patient-stories-card, body.g.no-left-nav.greater-living-banner-page a.around-gbmc-card {
    margin: 0;
    padding: 0;
  }
  body.g.no-left-nav.greater-living-banner-page .gl-button-container a.btn.dark-green.view-all {
    font-size: .9em;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
  }
ul.two-columns {
columns: 1;
}
body.g:not(.home) .yt-embed iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    margin: auto;
    display: block;
}
body.g:not(.home) .featherlight .yt-embed {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    margin: auto;
    display: block;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glProvider {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
body.g.greater-living-article-page .ita .ita-container #resultsWrapper_glDepartments {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    vertical-align: top;
    height: auto;
    max-width: 100%;
}
}