@charset "UTF-8";
.hgm-alert[data-text-color="#ffffff"] button.hgm-alert__close {
  border-color: var(--colors-white) !important;
}
.hgm-alert[data-text-color="#ffffff"] button.hgm-alert__close:hover {
  background-color: var(--colors-white) !important;
  color: var(--colors-primary-70) !important;
}
.hgm-alert[data-text-color="#ffffff"] .hgm-alert__row p {
  color: var(--colors-white);
}
.hgm-alert[data-text-color="#ffffff"] .hgm-alert__row p a {
  color: var(--colors-white);
}
.hgm-alert[data-text-color="#ffffff"] .hgm-alert__row i {
  color: var(--colors-white);
}
.hgm-alert[data-text-color="#ffffff"] .hgm-alert__row .message {
  color: var(--colors-white);
}
.hgm-alert[data-text-color="#ffffff"] .hgm-alert__row .message a {
  color: var(--colors-white);
  text-decoration: underline;
  text-decoration-color: var(--colors-secondary-70);
}
.hgm-alert[data-text-color="#ffffff"] .hgm-alert__row .message a:hover {
  color: var(--colors-white);
  text-decoration-color: var(--colors-white);
}

.hgm-button {
  font-weight: bold;
}
.hgm-button.lg {
  padding: 0.75em;
}
.hgm-button.lg.primary {
  background-color: var(--colors-primary-50);
}
.hgm-button.lg.primary:hover {
  background-color: var(--colors-primary-70);
}
.hgm-button.lg.secondary {
  background-color: var(--colors-secondary-30) !important;
  color: var(--colors-gray-85) !important;
}
.hgm-button.lg.secondary:hover {
  background-color: var(--colors-secondary-50) !important;
}
.hgm-button.lg.ghost:hover {
  background-color: var(--colors-primary-50) !important;
  color: var(--colors-white);
}
.hgm-button.primary {
  background-color: var(--colors-primary-50);
  color: var(--colors-white);
}
.hgm-button.primary:hover {
  background-color: var(--colors-primary-70);
}
.hgm-button.secondary {
  background-color: var(--colors-secondary-30);
  color: var(--colors-gray-85);
}
.hgm-button.secondary:hover {
  background-color: var(--colors-secondary-50);
}
.hgm-button.ghost:hover {
  background-color: var(--colors-primary-50) !important;
  color: var(--colors-white);
}

form.hgm-tabs input[type=radio]:checked + label {
  border-bottom-color: var(--colors-quaternary-50);
}
form.hgm-tabs input[type=radio] + label {
  font-weight: lighter;
}

.hgm-card.horizontal .image {
  background-color: var(--colors-gray-5);
}
.hgm-card p {
  color: var(--colors-gray-70);
}
.hgm-card .hgm-button {
  padding: 0.75em;
}
.hgm-card .hgm-button.standard {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
}
.hgm-card .hgm-button.standard:hover {
  background-color: var(--colors-secondary-50);
}
.hgm-card .hgm-card__body.event .hgm-button {
  font-size: 16px;
}
.hgm-card .hgm-card__body.event .hgm-button:not(.ghost) {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
  font-weight: bolder !important;
}
.hgm-card .hgm-card__body.event .hgm-button:not(.ghost):hover {
  background-color: var(--colors-secondary-50);
}
.hgm-card .hgm-card__body.event .hgm-button.ghost {
  font-weight: bolder !important;
}

.webform-submission-form .webform-flexbox .webform-flex input[type=text]:hover, .webform-submission-form .webform-flexbox .webform-flex input[type=tel]:hover, .webform-submission-form .webform-flexbox .webform-flex input[type=email]:hover {
  border-color: var(--colors-success-75);
}
.webform-submission-form .webform-flexbox .webform-flex input[type=text]:focus, .webform-submission-form .webform-flexbox .webform-flex input[type=text]:active, .webform-submission-form .webform-flexbox .webform-flex input[type=tel]:focus, .webform-submission-form .webform-flexbox .webform-flex input[type=tel]:active, .webform-submission-form .webform-flexbox .webform-flex input[type=email]:focus, .webform-submission-form .webform-flexbox .webform-flex input[type=email]:active {
  background-color: var(--colors-secondary-5);
}
.webform-submission-form .webform-flexbox .webform-flex .radio .form-item .form-field-container {
  align-items: center;
  display: flex;
}
.webform-submission-form .webform-flexbox .webform-flex .radio .form-item .form-field-container input {
  height: 22px;
  width: 22px;
}
.webform-submission-form .webform-flexbox .webform-flex .radio .form-item .form-field-container input:hover {
  border-color: var(--colors-success-75);
}
.webform-submission-form .webform-flexbox .webform-flex .radio .form-item .form-field-container input:checked {
  background: radial-gradient(circle, var(--colors-success-75) 40%, var(--colors-white) 60%);
  border-color: var(--colors-success-75);
}
.webform-submission-form .webform-flexbox .webform-flex .radio .form-item .form-field-container input:checked + label {
  color: var(--colors-success-75);
}
.webform-submission-form .webform-flexbox .webform-flex .radio .form-item .form-field-container label {
  margin-bottom: 0;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.webform-submission-form textarea:hover {
  border-color: var(--colors-success-75);
}
.webform-submission-form textarea:focus, .webform-submission-form textarea:active {
  background-color: var(--colors-secondary-5);
}
.webform-submission-form .form-actions {
  margin-bottom: 0 !important;
  margin-top: 50px;
}
.webform-submission-form .form-actions .button {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
  padding: 0.75em;
  width: 100%;
}
.webform-submission-form .form-actions .button:hover {
  background-color: var(--colors-secondary-50);
}

.region-left-sidebar > div:nth-child(2) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
  padding: 30px;
}
.region-left-sidebar > div:nth-child(2) h2,
.region-left-sidebar > div:nth-child(2) h3 {
  line-height: 1.25;
}
.region-left-sidebar > div:nth-child(2) h2 {
  font-size: 24px;
}
.region-left-sidebar > div:nth-child(2) h3 {
  font-size: 20px;
}
.region-left-sidebar > div:nth-child(2) .doctor-header > div {
  margin-bottom: 15px;
}
.region-left-sidebar > div:nth-child(2) .webform-submission-form .webform-flexbox {
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.region-left-sidebar > div:nth-child(2) .webform-submission-form .webform-flexbox[data-drupal-selector$=contact] {
  margin-top: 0;
}
.region-left-sidebar > div:nth-child(2) .webform-submission-form .webform-flexbox .webform-flex {
  flex: unset;
  width: 100%;
}
.region-left-sidebar > div:nth-child(2) .webform-submission-form .webform-flexbox .webform-flex label {
  line-height: 1;
}

.hgm-notification.primary {
  background: var(--colors-primary-10);
  border-color: var(--colors-primary-50);
  color: var(--colors-white);
}
.hgm-notification.secondary {
  background: var(--colors-secondary-10);
  border-color: var(--colors-secondary-50);
}
.hgm-notification.tertiary {
  background: var(--colors-tertiary-10);
  border-color: var(--colors-tertiary-50);
}
.hgm-notification.quaternary {
  background: var(--colors-quaternary-10);
  border-color: var(--colors-quaternary-50);
}
.hgm-notification.quinary {
  background: var(--colors-quinary-10);
  border-color: var(--colors-quinary-50);
}

a {
  color: var(--colors-primary-50);
}

ul li {
  margin-bottom: 5px;
}
ul li::marker {
  color: var(--colors-primary-50);
}

.hgm-marquee-two-column__breadcrumbs nav ol li a {
  color: var(--colors-secondary-90);
}

.hgm-list-group .hgm-list-group__item.link {
  color: var(--colors-primary-50);
}
.hgm-list-group .hgm-list-group__item.link:hover {
  color: var(--colors-primary-70);
}

.hgm-process-list .hgm-process-list__step .hgm-process-list__marker::before {
  background-color: var(--colors-tertiary-50);
  height: 32px;
  width: 32px;
}
.hgm-process-list .hgm-process-list__step .hgm-process-list__marker::after {
  background-color: var(--colors-tertiary-50);
  left: 14px;
}
.hgm-process-list .hgm-process-list__step .hgm-process-list__text .hgm-process-list__title p {
  margin-bottom: 0;
}

.hgm-description-list.icons dt i {
  color: var(--colors-secondary-50);
  font-size: 24px;
}
.hgm-description-list.icons dt p {
  font-weight: 900;
  margin-bottom: 5px;
}

.hgm-accordion .hgm-accordion__item input[type=radio]:checked ~ .hgm-accordion__label {
  background-color: var(--colors-secondary-50);
  color: var(--colors-black);
}
.hgm-accordion .hgm-accordion__item input[type=radio]:checked ~ .hgm-accordion__label::after {
  color: var(--colors-black);
}
.hgm-accordion .hgm-accordion__item .hgm-accordion__label:hover {
  background-color: var(--colors-secondary-10);
  color: var(--colors-black);
}
.hgm-accordion .hgm-accordion__item .hgm-accordion__label:hover::after {
  color: var(--colors-black);
}

@media (max-width: 991px) {
  header.trinity-header .hgm-offcanvas-trigger {
    justify-content: end;
    top: -28px;
  }
  header.trinity-header .hgm-header__main-menu .container .hgm-modal-trigger {
    margin-right: 50px;
    z-index: 999;
  }
  header.trinity-header .hgm-header__main-menu .container .mobile-icon i.far {
    color: var(--colors-gray-85);
  }
  header.trinity-header .hgm-header__main-menu .container .mobile-icon i.far.fa-search {
    font-size: 25px;
  }
  header.trinity-header .hgm-header__main-menu .container .mobile-icon i.far.fa-bars {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.trinity-header .hgm-header__brand > img {
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  header.trinity-header .hgm-header__brand > img {
    max-width: 195px;
  }
}
header.trinity-header .hgm-header__main-menu-navigation-item {
  margin-bottom: 0;
}
header.trinity-header .hgm-header__sub-header > .container > ul li a {
  font-size: 16px;
}
header.trinity-header > nav > div {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .dialog-off-canvas-main-canvas #hgmTrinitySiteSearchModal .hgm-modal__wrapper {
    border-radius: 0;
    margin: 0;
  }
  .dialog-off-canvas-main-canvas #hgmTrinitySiteSearchModal .hgm-modal__wrapper .hgm-modal__close {
    color: var(--colors-primary-50);
  }
  .dialog-off-canvas-main-canvas #hgmTrinitySiteSearchModal .hgm-modal__wrapper .hgm-modal__close:hover {
    color: var(--colors-primary-70);
  }
  .dialog-off-canvas-main-canvas #hgmTrinitySiteSearchModal .hgm-modal__wrapper .hgm-site-search__quick-links a {
    color: var(--colors-primary-50);
  }
  .dialog-off-canvas-main-canvas #hgmTrinitySiteSearchModal .hgm-modal__wrapper .hgm-site-search__quick-links a:hover {
    color: var(--colors-primary-70);
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper {
    padding: 24px 0;
    width: 100vw;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body {
    border-top: 2px solid var(--colors-gray-20);
    margin-top: 2em;
    padding: 1em 15px;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body nav {
    padding: 0;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body nav ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body nav ul li:first-of-type {
    padding-bottom: 15px;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body nav ul li:not(:first-of-type) {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body nav ul li.subheader {
    font-weight: 900;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item input[type=checkbox]:checked + label::after {
    transform: rotate(90deg);
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item input[type=checkbox]:checked ~ .hgm-accordion__content {
    height: unset;
    overflow: visible;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item label {
    align-items: center;
    background-color: unset;
    border-bottom: 1px solid var(--colors-gray-10);
    border-top: 1px solid var(--colors-gray-10);
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5em 1em;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item label:hover::after {
    background-color: var(--colors-gray-10);
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item label:after {
    background-color: var(--colors-gray-5);
    border-radius: 5px;
    content: "\f105";
    font-size: 21px;
    margin-right: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    transition: inherit;
    width: 40px;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item .hgm-accordion__content {
    height: 0;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item .hgm-accordion__content > div {
    background-color: var(--colors-gray-10);
    padding: 0;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item .hgm-accordion__content > div ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item .hgm-accordion__content > div ul li {
    padding: 24px 15px;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-accordion__item .hgm-accordion__content > div ul li a {
    color: var(--colors-black);
    font-weight: 900;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__close::after {
    font-size: 28px;
    font-weight: lighter;
    position: relative;
    top: -5px;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__cta {
    background: var(--colors-links-and-buttons-ghost-button-background);
    border: 1px solid var(--colors-links-and-buttons-ghost-button-border);
    color: var(--colors-links-and-buttons-ghost-button-label);
    font-weight: 900;
    padding: calc(0.5em - 1px) 0.5em;
    transition: all 0.2s;
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__cta:hover {
    background-color: var(--colors-primary-50);
    color: var(--colors-white);
  }
  .dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-drill-down__heading {
    display: none;
  }
}

.region-footer .hgm-footer__subfooter .trin-footer-copyright-links {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links {
    margin-bottom: 0 !important;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links .trin-footer-list-heading {
    margin-bottom: 15px;
    width: 100%;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:nth-of-type(2) a, .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:nth-of-type(5) a, .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:nth-of-type(7) a {
    border-left: 0;
    padding-left: 0;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:not(:nth-of-type(2)):nth-of-type(5):nth-of-type(7) a {
    padding-left: 10px;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li a {
    font-size: 16px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li {
    margin-bottom: 15px;
    width: 100%;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li a {
    border: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:nth-of-type(5) a {
    border-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links .trin-footer-list-heading {
    margin-bottom: 10px;
    width: 100%;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:nth-of-type(2) a, .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:nth-of-type(7) a {
    border-left: 0;
    padding-left: 0;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:not(:nth-of-type(2)):not(:nth-of-type(7)) a {
    padding-left: 10px;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li a {
    font-size: 16px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links .trin-footer-list-heading {
    margin-bottom: 10px;
    width: 100%;
  }
  .region-footer .hgm-footer__subfooter .trin-footer-copyright-links li:nth-of-type(2) a {
    border-left: 0;
    padding-left: 0;
  }
}
.region-footer .hgm-footer__subfooter .trin-footer-copyright-links ul {
  margin-bottom: 0;
}
.region-footer .hgm-footer__subfooter .trin-footer-copyright-links::before {
  background-color: var(--colors-footer-divider);
  content: "";
  height: 1px;
  left: auto;
  opacity: 0.25;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100vw + 100%);
}
.region-footer .hgm-footer__subfooter .trin-footer-language ul {
  margin-top: 0;
}
.region-footer .hgm-footer__subfooter .trin-footer-language .trin-footer-list-heading {
  font-weight: bolder;
}
.region-footer .hgm-footer__social i.fa-brands.fa-facebook::after {
  content: "‣";
  font-size: 90%;
  margin-left: 3px;
  margin-top: 2px;
  position: absolute;
  transform: rotateZ(90deg);
}
.region-footer .hgm-footer__social i.fa-brands.fa-facebook.toggled::after {
  transform: rotateZ(-90deg);
}
.region-footer .hgm-footer__social #dropdownFB.dropdown-content {
  background: var(--colors-gray-5);
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 15px 0;
}
.region-footer .hgm-footer__social #dropdownFB.dropdown-content.hidden {
  display: none;
}
.region-footer .hgm-footer__social #dropdownFB.dropdown-content a {
  font-size: 16px;
  font-weight: bold;
}
.region-footer .hgm-footer__social #dropdownFB.dropdown-content a:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .region-footer .hgm-footer .hgm-search-bar-footer.adjusted {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .region-footer .hgm-footer .row:nth-child(3), .region-footer .hgm-footer .row:nth-child(4) {
    display: block;
  }
}
@media (max-width: 767px) {
  .region-footer .hgm-footer .hgm-footer__brand img {
    margin-bottom: 90px;
  }
}
.region-footer .hgm-footer .hgm-footer__brand h6 a {
  color: var(--colors-primary-50);
}
.region-footer .hgm-footer .hgm-footer__brand h6 a:hover {
  text-decoration: underline;
}
.region-footer .hgm-footer .hgm-footer__brand a::after {
  background: url("https://live-hgwf-trinity-holy-cross-maryland.pantheonsite.io/sites/default/files/2024-04/trinityhclogo.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 25px;
  content: "";
  height: 65px;
  left: 40px;
  position: absolute;
  width: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .region-footer .hgm-footer .hgm-footer__brand a::after {
    bottom: 75px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .region-footer .hgm-footer .hgm-footer__brand a::after {
    bottom: 90px;
    height: 35px;
    left: 25px;
  }
}
@media (max-width: 767px) {
  .region-footer .hgm-footer .hgm-footer__brand a::after {
    bottom: 0;
    max-height: 85px;
    width: 100%;
  }
}
.region-footer .hgm-footer .hgm-footer__brand .hgm-button {
  border-color: var(--colors-primary-50);
  color: var(--colors-primary-50);
  font-size: inherit;
  padding: 0.66666em;
}
.region-footer .hgm-footer .hgm-footer__brand .hgm-button:hover {
  background-color: var(--colors-primary-50);
  color: var(--colors-white);
}
.region-footer .hgm-footer .hgm-list-group .link {
  padding: 10px 12px;
}
.region-footer .hgm-footer .hgm-footer-hot-links {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.region-footer .hgm-footer .hgm-footer-hot-links > div {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .region-footer .hgm-footer .hgm-footer-hot-links > div {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .region-footer .hgm-footer .hgm-footer-hot-links > div {
    width: 33.33333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .region-footer .hgm-footer .hgm-footer-hot-links > div {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .region-footer .hgm-footer .hgm-footer-hot-links > div {
    width: 14.2857%;
  }
}
.region-footer .hgm-footer .hgm-footer-tertiary-links {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .region-footer .hgm-footer .hgm-footer-tertiary-links .col-lg-2 {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .region-footer .hgm-footer .hgm-footer-tertiary-links .col-md-6:first-of-type, .region-footer .hgm-footer .hgm-footer-tertiary-links .col-md-6:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
.region-footer .hgm-footer .hgm-footer-tertiary-links .trin-tertiary-heading {
  margin-bottom: 10px;
}
.region-footer .hgm-footer .hgm-footer-tertiary-links .trin-tertiary-heading a {
  font-weight: bolder;
}
.region-footer .hgm-footer .hgm-footer-quaternary-links > div .trin-quaternary-heading a {
  font-size: var(--fonts-h4-size);
}
.region-footer .hgm-footer .hgm-footer-quaternary-links > div ul {
  list-style-type: none;
  padding-left: 0;
}
.region-footer .hgm-footer .hgm-footer-quaternary-links > div ul li i {
  color: var(--colors-secondary-30);
}

.hgm-sidebar .region-left-sidebar nav[role=navigation],
.hgm-sidebar .region-right-sidebar nav[role=navigation] {
  padding-bottom: 25px;
}
.hgm-sidebar .region-left-sidebar nav .hgm-drill-down__heading,
.hgm-sidebar .region-right-sidebar nav .hgm-drill-down__heading {
  background-color: transparent;
}
.hgm-sidebar .region-left-sidebar nav .hgm-drill-down__heading .title,
.hgm-sidebar .region-right-sidebar nav .hgm-drill-down__heading .title {
  font-size: 14px;
  font-weight: 300;
}
.hgm-sidebar .region-left-sidebar nav .hgm-drill-down__menu,
.hgm-sidebar .region-right-sidebar nav .hgm-drill-down__menu {
  height: auto !important;
}
.hgm-sidebar .region-left-sidebar nav .hgm-drill-down__menu li,
.hgm-sidebar .region-right-sidebar nav .hgm-drill-down__menu li {
  border: 0;
}
.hgm-sidebar .region-left-sidebar nav .hgm-drill-down__menu li.is-active a,
.hgm-sidebar .region-right-sidebar nav .hgm-drill-down__menu li.is-active a {
  border-left: 5px solid var(--colors-primary-70);
}
.hgm-sidebar .region-left-sidebar nav .hgm-drill-down__menu li a:hover,
.hgm-sidebar .region-right-sidebar nav .hgm-drill-down__menu li a:hover {
  border-left: 5px solid var(--colors-primary-50);
  color: var(--colors-primary-50);
}

.hgm-marquee-carousel.trinity-marquee-carousel .glide__track .glide__slides .glide__slide.glide__slide--active {
  margin-bottom: 0;
}
.hgm-marquee-carousel.trinity-marquee-carousel .glide__track .glide__slides .glide__slide .hgm-marquee-carousel__slide-component-content .hgm-button.lg {
  padding: 0.75em;
}
.hgm-marquee-carousel.trinity-marquee-carousel .glide__track .glide__slides .glide__slide .hgm-marquee-carousel__slide-component-content .hgm-button.secondary {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
}
.hgm-marquee-carousel.trinity-marquee-carousel .glide__track .glide__slides .glide__slide .hgm-marquee-carousel__slide-component-content .hgm-button.secondary:hover {
  background-color: var(--colors-secondary-50);
}

.hgm-card-carousel .hgm-card-carousel__footer .glide__bullet {
  border-color: var(--colors-carousel-nav-active);
}
.hgm-card-carousel .hgm-card-carousel__footer .glide__bullet:hover {
  background-color: var(--colors-carousel-nav-active);
}
.hgm-card-carousel .hgm-card-carousel__footer .glide__arrow {
  border-color: var(--colors-primary-50);
  color: var(--colors-primary-50);
}
.hgm-card-carousel .hgm-card-carousel__footer .glide__arrow:hover {
  background-color: var(--colors-gray-10);
  border-color: var(--colors-primary-70);
  color: var(--colors-primary-70);
}

.hgm-image-carousel > .container > .hgm-image-carousel__header {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.hgm-image-carousel > .container > .hgm-image-carousel__header p {
  color: var(--colors-white);
  margin: 1em 0;
}
.hgm-image-carousel > .container > .hgm-image-carousel__footer .glide__bullets button:not(.glide__bullet--active) {
  border-color: var(--colors-gray-40);
}
.hgm-image-carousel > .container > .hgm-image-carousel__footer .glide__bullets button:not(.glide__bullet--active):hover {
  background-color: var(--colors-carousel-nav-border-and-hover);
  border-color: var(--colors-carousel-nav-border-and-hover) !important;
}
.hgm-image-carousel > .container .glide__track {
  margin-bottom: 10px;
}
.hgm-image-carousel > .container .glide__track .glide__slide img {
  border-radius: 5px;
}

@media (max-width: 991px) {
  body.path-home .hgm-marquee-carousel__slide-component .container > div {
    bottom: -5px;
  }
}
body.path-home .hgm-marquee-carousel .glide__track ul li h1.marquee-title {
  font-weight: lighter;
}
@media (max-width: 991px) {
  body.path-home .hgm-marquee-carousel .glide__track ul li h1.marquee-title {
    font-weight: 900;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.path-home .card-cta-section > .container > .row > .col h2.text-align-center {
    font-size: calc(var(--fonts-h2-size) * 1.25);
  }
}
@media (min-width: 1200px) {
  body.path-home .card-cta-section > .container > .row > .col h2.text-align-center {
    font-size: calc(var(--fonts-h2-size) * 1.5);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.path-home .card-cta-section .hgm-card {
    min-height: 165px;
  }
}
body.path-home .card-cta-section .hgm-card .image {
  background-color: var(--colors-gray-5);
  padding: 2em 1.5em;
}
@media (max-width: 575px) {
  body.path-home .card-cta-section .hgm-card .image {
    padding-left: calc(40% + 1em) !important;
  }
  body.path-home .card-cta-section .hgm-card .image img {
    left: 0 !important;
    margin-bottom: 0 !important;
    min-width: unset !important;
    position: absolute !important;
    top: 0 !important;
    width: 40% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.path-home .card-cta-section .hgm-card .image {
    padding-left: calc(45% + 1.5em) !important;
  }
  body.path-home .card-cta-section .hgm-card .image img {
    width: 45%;
  }
}
body.path-home .card-cta-section .hgm-card .image .hgm-button.ghost {
  background-color: transparent;
  margin-bottom: 0;
}
body.path-home .card-cta-section .hgm-card .image p {
  color: var(--colors-black);
}
body.path-home .card-cta-section .hgm-card .image p:empty {
  display: none;
}
body.path-home .card-cta-section .hgm-card .image p:not(:empty) {
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.path-home .card-cta-section .hgm-card .image p:not(:empty) {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
body.path-home .card-cta-section .hgm-card .image h4 {
  font-weight: lighter;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.path-home .trin-tabs h2 {
    line-height: 1.25;
    margin-top: 0.75em;
  }
}
body.path-home .hgm-tabs {
  box-shadow: none;
}
@media (max-width: 767px) {
  body.path-home .hgm-tabs {
    padding: 0;
  }
  body.path-home .hgm-tabs .hgm-tabs__radio:checked + .hgm-tabs__label::after {
    background-color: var(--colors-quaternary-50);
    left: -1px;
  }
  body.path-home .hgm-tabs .hgm-tabs__radio + .hgm-tabs__label {
    background-color: var(--colors-white);
    border-bottom: 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  }
  body.path-home .hgm-tabs .hgm-tabs__radio + .hgm-tabs__label:first-of-type {
    margin-bottom: 15px;
  }
  body.path-home .hgm-tabs .hgm-tabs__content {
    border: 0;
  }
  body.path-home .hgm-tabs .hgm-tabs__content + .hgm-tabs__radio + .hgm-tabs__label:not(:last-of-type) {
    margin-bottom: 15px;
  }
  body.path-home .hgm-tabs .hgm-tabs__content .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  body.path-home .solid-fill-cta .col:not(:last-of-type) {
    border-bottom: 0.5px solid var(--colors-white);
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  body.path-home .solid-fill-cta .col:not(:last-of-type) {
    border-right: 0.5px solid var(--colors-white);
  }
}
body.path-home .solid-fill-cta .col h3,
body.path-home .solid-fill-cta .col p {
  font-weight: lighter;
}
body.path-home .solid-fill-cta .col a {
  text-decoration: none;
}
body.path-home .solid-fill-cta .col a:hover i, body.path-home .solid-fill-cta .col a:focus i {
  color: var(--colors-secondary-50);
}
body.path-home .solid-fill-cta .col a i {
  transition: 0.3s;
}
@media (max-width: 767px) {
  body.path-home .trin-mobile-reverse {
    padding: 2.25em 0;
  }
  body.path-home .trin-mobile-reverse .container {
    padding: 0 30px;
  }
  body.path-home .trin-mobile-reverse .container h2 {
    margin-bottom: 0.25em;
  }
  body.path-home .trin-mobile-reverse .container hr {
    margin-top: 0.75em;
  }
  body.path-home .trin-mobile-reverse .container img.margin-vertical {
    border-radius: 5px;
    margin: 0;
  }
}
body.path-home .trin-mobile-reverse hr {
  border-color: var(--colors-gray-60);
  border-width: 0.5px;
}
body.path-home .trin-mobile-reverse .hgm-text ul {
  padding-left: 25px;
}
body.path-home .trin-mobile-reverse .hgm-text p {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  body.path-home .trin-testimonial .glide__track {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.path-home .trin-testimonial .hgm-card-carousel {
    margin-top: 0;
  }
  body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__slide-component .hgm-card__header {
    padding: 0;
  }
  body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__slide-component .hgm-card__header img {
    border-radius: 0;
  }
  body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__slide-component .hgm-card__body h2,
  body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__slide-component .hgm-card__body h3 {
    margin-bottom: 1rem;
  }
  body.path-home .trin-testimonial .hgm-card-carousel__footer .glide__bullets .glide__bullet:not(.glide__bullet--active) {
    border-color: var(--colors-gray-40);
  }
}
@media (min-width: 1200px) {
  body.path-home .trin-testimonial .glide__slide .hgm-card__body .trin-testimonial__content h2 {
    font-size: calc(var(--fonts-h2-size) * 0.75);
  }
}
body.path-home .trin-testimonial .glide__slide .hgm-card__body .trin-testimonial__content h3 {
  font-weight: lighter;
}
@media (min-width: 1200px) {
  body.path-home .trin-testimonial .glide__slide .hgm-card__body .trin-testimonial__content h3 {
    font-size: calc(var(--fonts-h3-size) * 0.875);
  }
}
body.path-home .trin-testimonial .glide__slide .hgm-card__body .hgm-button {
  padding: 0.66666em 0.75em;
}
body.path-home .trin-testimonial .glide__slide .hgm-card__body .hgm-button::after {
  display: none;
}
body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__footer .glide__arrow {
  border-color: var(--colors-primary-50);
  color: var(--colors-primary-50);
}
body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__footer .glide__arrow.glide__arrow--left::after {
  content: "\f060";
}
body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__footer .glide__arrow.glide__arrow--right::after {
  content: "\f061";
}
body.path-home .trin-testimonial .hgm-card-carousel .hgm-card-carousel__footer .glide__arrow:hover {
  background-color: var(--colors-gray-10);
  border-color: var(--colors-primary-70);
  color: var(--colors-primary-70);
}
@media (max-width: 767px) {
  body.path-home .trin-donation .hgm-text h2 {
    font-size: 32px;
    font-weight: 700;
  }
  body.path-home .trin-donation .hgm-text p {
    font-size: 18px;
  }
  body.path-home .trin-donation .hgm-text i {
    color: var(--colors-secondary-5);
  }
}
body.path-home .trin-donation .hgm-section__component-row > .col:nth-child(2) p:first-of-type {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 25px;
}
body.path-home .trin-donation h2 {
  color: var(--colors-white);
  font-size: calc(var(--fonts-h2-size) * 1.375);
  font-weight: lighter;
  line-height: 1.25;
}
body.path-home .trin-donation p {
  color: var(--colors-white);
}
body.path-home .trin-donation i {
  color: var(--colors-secondary-70);
}
@media (max-width: 767px) {
  body.path-home .trin-newsletter div.trin-newsletter__content > h2.text-align-center {
    font-size: calc(var(--fonts-h2-size) * 0.875);
    line-height: 1.25;
  }
}
body.path-home .trin-newsletter .trin-newsletter__content > h2.text-align-center {
  font-size: var(--fonts-h2-size);
  padding-bottom: 0;
}

body.content-type-mercury_standard_layout .hgm-section .container .row .col h1,
body.content-type-mercury_standard_layout .hgm-section .container .row .col h2,
body.content-type-mercury_standard_layout .hgm-section .container .row .col h3,
body.content-type-mercury_standard_layout .hgm-section .container .row .col h4,
body.content-type-mercury_standard_layout .hgm-section .container .row .col h5,
body.content-type-mercury_standard_layout .hgm-section .container .row .col h6 {
  text-align: left;
}
body.content-type-mercury_standard_layout .hgm-section.form-section {
  margin-bottom: 50px;
}
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
  padding: 45px 60px;
}
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h1,
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h2,
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h3,
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h4,
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h5,
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h6 {
  color: var(--colors-black);
}
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h2 {
  font-size: 24px;
}
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h3 {
  font-size: 21px;
}
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h4,
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h5,
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div h6 {
  font-size: 18px;
}
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div .webform-submission-form .webform-flexbox .webform-flex .form-item .form-field-container label {
  line-height: 1;
}
body.content-type-mercury_standard_layout .hgm-section.form-section .paragraph--type--mercury-block-embed .field-hgm-custom-block > div .webform-submission-form .webform-flexbox .webform-flex .form-item .form-field-container label::after {
  padding-left: 3px;
}
body.content-type-mercury_standard_layout .region-pre-footer {
  background-color: var(--colors-gray-10);
}
body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed:not(:last-of-type) {
  border-bottom: 1px solid var(--colors-gray-20);
}
body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section[data-content-type=hg_provider] .hgm-card .hgm-button, body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section[data-content-type=hg_location] .hgm-card .hgm-button {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
}
body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section[data-content-type=hg_provider] .hgm-card .hgm-button:hover, body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section[data-content-type=hg_location] .hgm-card .hgm-button:hover {
  background-color: var(--colors-secondary-50);
}
body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section[data-content-type=hg_mercury_event] .hgm-card .hgm-button:not(:only-of-type):first-of-type {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
}
body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section[data-content-type=hg_mercury_event] .hgm-card .hgm-button:not(:only-of-type):first-of-type:hover {
  background-color: var(--colors-secondary-50);
}
body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section .hgm-content-feed__link .hgm-button {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
}
body.content-type-mercury_standard_layout .region-pre-footer > .block-hg-content-feed section .hgm-content-feed__link .hgm-button:hover {
  background-color: var(--colors-secondary-50);
}
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block {
  background-image: url("https://live-hgwf-trinity-holy-cross-maryland.pantheonsite.io/sites/default/files/2024-02/testcontcontimg.png");
  background-position: center;
  background-size: cover;
  color: var(--colors-white);
  text-align: center;
  padding: 60px 30px;
}
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block h2,
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block h3,
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block h4,
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block h5,
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block h6 {
  color: var(--colors-white);
  margin-bottom: 0;
}
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block p {
  margin: 30px 0;
}
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block a.hgm-button.ghost-white {
  padding: 0.75em;
}
body.content-type-mercury_standard_layout .region-pre-footer .contained-content-block a.hgm-button.ghost-white:hover {
  background-color: var(--colors-white);
  color: var(--colors-primary-90);
}

body.page__providers .header-provider-search form.search-container .form-item {
  padding: 0;
}
body.page__providers .header-provider-search form.search-container .form-item .form-field-container input {
  height: 2em;
}
body.page__providers .header-provider-search form.search-container .form-item .form-field-container input::-moz-placeholder {
  color: var(--colors-gray-40);
  font-weight: 300;
}
body.page__providers .header-provider-search form.search-container .form-item .form-field-container input::placeholder {
  color: var(--colors-gray-40);
  font-weight: 300;
}
body.page__providers .hg-providers-list .hg-filters .trinity-info {
  visibility: hidden;
}
body.page__providers .hg-providers-list .hg-filters .trinity-info::before {
  content: "The Physician Directory includes information about the healthcare providers who have medical staff privileges at one or more Holy Cross Health hospitals and/or participate in Holy Cross Health’s clinically integrated network(s). The directory includes providers employed by Holy Cross Health and in private practice. No provider has paid a fee to be included.";
  visibility: visible;
}
body.page__providers .hg-providers-list .hg-filters .filter-title {
  margin-bottom: 15px;
  text-transform: capitalize;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item:not(:first-of-type) {
  margin-bottom: 15px !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item#edit-field-hg-accepting-new-patients-value--wrapper {
  padding-bottom: 0 !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-composite .fieldset-wrapper .form-checkbox {
  margin-right: 0.5em;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-composite .fieldset-wrapper label {
  font-size: 16px;
  font-weight: 300;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-proximity label {
  font-size: 16px;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-proximity .ui-slider .ui-slider-handle .ui-slider-tip {
  border-color: var(--colors-primary-50) !important;
  color: var(--colors-primary-50) !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-proximity-center-geocoder-hg-features-google-places-geocoder > div {
  display: flex;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-proximity-center-geocoder-hg-features-google-places-geocoder > div .description {
  font-size: 16px;
  margin-bottom: 5px;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-proximity-center-geocoder-hg-features-google-places-geocoder > div input {
  background-position: 97% center;
  padding-top: 0.75em;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select:not(.form-item-specialties) {
  padding-top: 15px !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select:not(.form-item-specialties) .form-field-container {
  margin-top: 15px;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select label {
  font-size: 16px;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select input[type=text]::-moz-placeholder, body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select input[type=search]::-moz-placeholder {
  color: var(--colors-gray-70) !important;
  font-weight: 300;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select input[type=text]::placeholder, body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select input[type=search]::placeholder {
  color: var(--colors-gray-70) !important;
  font-weight: 300;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select span[role=presentation]::after {
  color: var(--colors-gray-70) !important;
  right: 0.25em !important;
  top: 50% !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.js-form-type-select ul > li::after {
  color: var(--colors-black) !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-office-or-location-name span[class$=placeholder] {
  margin-bottom: 0;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-field-hg-affiliation-target-id span[role=textbox], body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-office-or-location-name span[role=textbox], body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-gender span[role=textbox] {
  color: var(--colors-gray-70) !important;
  font-weight: 300;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-field-hg-affiliation-target-id span[role=textbox] span, body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-office-or-location-name span[role=textbox] span, body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-gender span[role=textbox] span {
  color: var(--colors-gray-70) !important;
  font-weight: 300;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-specialties ul > li input::-moz-placeholder {
  color: var(--colors-gray-70) !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-specialties ul > li input::placeholder {
  color: var(--colors-gray-70) !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item.form-item-specialties ul > li::after {
  color: var(--colors-black) !important;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item input::-moz-placeholder {
  letter-spacing: 1.1px;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item input::placeholder {
  letter-spacing: 1.1px;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item select + span span[role=textbox] {
  letter-spacing: 1.1px;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item span.selection li.select2-selection__choice {
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  white-space: break-spaces;
}
body.page__providers .hg-providers-list .hg-filters .hgm-form .form-item span.selection li.select2-selection__choice > span {
  bottom: 0;
  left: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
body.page__providers .hg-providers-list .hg-filters .hg-filter-actions {
  flex-wrap: wrap;
}
body.page__providers .hg-providers-list .hg-filters .hg-filter-actions .hg-clear-filters {
  border-radius: 5px;
  padding: 0.5em 0.75em;
  width: calc(50% - 15px);
}
body.page__providers .hg-providers-list .hg-filters .hg-filter-actions .form-submit {
  border-radius: 5px;
  min-height: 2.75em;
  padding: 0.5em 0.75em;
  text-align: center;
  width: calc(50% - 15px);
}
body.page__providers .hg-providers-list .hg-filters .hg-filter-actions .form-submit:not([disabled=disabled]) {
  background-color: var(--colors-primary-50);
  color: var(--colors-white);
}
body.page__providers .hg-providers-list .hg-filters .hg-filter-actions .form-submit:not([disabled=disabled]):hover {
  background-color: var(--colors-primary-70);
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .listing-affiliations .affiliation-badge:not(.visible) {
  display: none;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .meta .details h3 {
  font-size: 24px;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .meta .details h3 a {
  text-decoration: none;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .meta .details span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: unset;
  margin-top: 5px;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .appointments a:only-child:not(.call-to-action) {
  display: none;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .appointments .extra-details .offices {
  color: var(--colors-gray-85);
  font-weight: 300;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .appointments .extra-details .offices strong,
body.page__providers .hg-providers-list .rows-container .views-row .listing .appointments .extra-details .offices a {
  font-weight: 300;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .phone-number + a:not(.call-to-action) {
  display: none;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .phone-number strong::after {
  color: var(--colors-gray-40);
  font-weight: 300;
  margin-right: 0.5em;
}
body.page__providers .hg-providers-list .rows-container .views-row .listing .phone-number a {
  font-weight: 300;
}
body.page__providers .hg-providers-list .rows-container .views-row .field-content .accepting-new-patients .contact a {
  align-items: center;
  background-color: var(--colors-links-and-buttons-button-background);
  border-color: var(--colors-links-and-buttons-button-background);
  border-radius: 0.25em;
  border-style: solid;
  border-width: 0;
  color: var(--colors-links-and-buttons-button-label);
  display: inline-flex;
  justify-content: space-around;
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  transition: all 0.4s;
}
body.page__providers .hg-providers-list .rows-container .views-row .field-content .accepting-new-patients .contact a:hover {
  background-color: var(--colors-links-and-buttons-button-background-hover);
  color: var(--colors-links-and-buttons-button-label);
  cursor: pointer;
  transition: all 0.4s;
}
body.page__providers .hg-providers-list .rows-container nav[aria-label=pagination] .hgm-pagination__item a[aria-label="« First"], body.page__providers .hg-providers-list .rows-container nav[aria-label=pagination] .hgm-pagination__item a[aria-label="Last »"] {
  display: none;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-left .hgm-marquee-goto-links {
  background-color: var(--colors-secondary-5);
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-left .hgm-marquee-goto-links ul li {
  border-top: 3px solid transparent;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-left .hgm-marquee-goto-links ul li:hover {
  border-top: 3px solid var(--colors-quaternary-70);
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-left .hgm-marquee-goto-links ul li a {
  font-size: 16px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-left .hgm-marquee-goto-links ul li a.active::before {
  display: none;
}
@media (min-width: 1200px) {
  body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right h3 {
    font-size: var(--fonts-h2-size);
  }
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .field > h3 {
  display: none;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .field .top_items {
  margin-top: 10px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .field .top_items > div {
  font-size: 16px;
  line-height: 1.625;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .field-hospital1::before {
  content: "Also Affiliated With...";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right #field_hospital1:not(.transplanted),
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right #field_hospital2:not(.transplanted) {
  display: none;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .field-military-veteran {
  display: none;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .milvet img {
  float: left;
  padding: 0 10px 10px 0;
  width: 120px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-services-specialties ul {
  padding-left: 25px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-services-specialties ul li {
  font-size: 16px;
  font-weight: 300;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-services-specialties ul li::marker {
  color: var(--colors-black);
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-taxonomies {
  display: none;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-education .hgm-provider-education__list .col p {
  font-size: 16px;
  line-height: 1.625;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-education .hgm-provider-education__list .col p strong {
  font-size: 16px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-certifications {
  margin-top: 25px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-certifications h4 {
  font-size: 20px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-certifications p {
  font-size: 16px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-locations .hgm-provider-locations__location-primary-location {
  background-color: var(--colors-quaternary-70);
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-locations .hgm-provider-locations__location-primary-location p {
  font-size: 14px;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-locations .col .hgm-provider-locations__location-detail h4 {
  font-size: var(--fonts-h5-size);
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-locations .col .hgm-provider-locations__location-detail address p {
  font-size: 16px;
  font-weight: 300;
}
body.node--type-hg-provider .hgm-provider-main > div .hgm-provider-main__col-right .hgm-provider-locations .col .hgm-provider-locations__location-links-flex a {
  font-size: 16px;
  font-weight: 300;
}
body.node--type-hg-provider .hgm-provider-main .hgm-marquee-provider-share .container a {
  color: var(--colors-primary-50);
  font-size: 16px;
  font-weight: bolder;
}
body.node--type-hg-provider .hgm-provider-main .hgm-marquee-provider-share .container a:hover {
  text-decoration-color: var(--colors-primary-50);
}
body.node--type-hg-provider .hgm-marquee-provider__breadcrumbs .container nav ol {
  padding-left: 0;
}
body.node--type-hg-provider .hgm-marquee-provider__breadcrumbs .container nav ol li a {
  color: var(--colors-primary-50) !important;
  font-weight: bolder;
}
@media (min-width: 1200px) {
  body.node--type-hg-provider .hgm-marquee-provider__breadcrumbs .container nav ol li a {
    font-size: 14px;
  }
}
body.node--type-hg-provider .hgm-marquee-provider__breadcrumbs .container nav ol li a:hover {
  text-decoration-color: var(--colors-primary-50) !important;
}
body.node--type-hg-provider .hgm-marquee-provider__breadcrumbs .container nav ol li a::before {
  color: var(--colors-primary-50) !important;
  position: relative;
  top: -2px;
}
body.node--type-hg-provider .hgm-marquee-provider__container .hgm-marquee-provider__data-right-text h1 {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  body.node--type-hg-provider .hgm-marquee-provider__container .hgm-marquee-provider__data-right-text h1 {
    font-size: var(--fonts-h1-size);
  }
}
@media (max-width: 767px) {
  body.node--type-hg-provider .hgm-marquee-provider__container .hgm-marquee-provider__data-right-text h5 {
    font-size: 18px;
    line-height: 1.5;
  }
}
body.node--type-hg-provider .hgm-marquee-provider__container .hgm-marquee-provider__data-right-column .hgm-marquee-provider-actions p {
  margin-bottom: 10px;
}
body.node--type-hg-provider .hgm-marquee-provider__container .hgm-marquee-provider__data-right-column .hgm-marquee-provider-actions .phone a {
  color: var(--colors-primary-50);
  font-size: 18px;
  font-weight: 300;
}

body.page__locations .hgm-locations-search .hgm-marquee-hero__content {
  padding-top: 30px !important;
}
body.page__locations .hgm-locations-search .hgm-marquee-hero__content h1 {
  text-transform: capitalize;
}
body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal {
  overflow: visible;
}
@media (min-width: 992px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information {
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information {
    padding-left: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary {
    flex-direction: column;
  }
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .secondary__address {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    max-width: unset;
    width: calc(100% - 30px);
  }
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation {
    left: -30px;
    position: relative;
  }
}
@media (max-width: 575px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation {
    max-width: 75%;
    position: static;
  }
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation .day .paragraph .field .field-hg-start-time {
    margin-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .secondary__address .hgm-button {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation {
    left: -10px;
  }
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation .field-hg-start-time {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation {
    left: -20px;
  }
  body.page__locations .hgm-locations-search #hgmQuickViewModal .hgm-modal__wrapper .list-modal .hgm-card .information .secondary .field-hg-hours-of-operation .day .paragraph .field {
    font-size: 15px;
  }
}
body.node--type-hg-location .hgm-marquee-two-column .breadcrumb-container nav ol.hgm-breadcrumb li.hgm-breadcrumb__item::before {
  color: var(--colors-primary-50);
  position: relative;
  top: -2px;
}
body.node--type-hg-location .hgm-marquee-two-column .breadcrumb-container nav ol.hgm-breadcrumb li.hgm-breadcrumb__item a {
  color: var(--colors-primary-50);
  font-size: 16px;
  font-weight: bolder;
}
@media (min-width: 1200px) {
  body.node--type-hg-location .hgm-marquee-two-column .breadcrumb-container nav ol.hgm-breadcrumb li.hgm-breadcrumb__item a {
    font-size: 14px;
  }
}
body.node--type-hg-location .hgm-marquee-two-column .breadcrumb-container nav ol.hgm-breadcrumb li.hgm-breadcrumb__item a:hover {
  text-decoration: underline;
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-address .field-hg-address .address span {
  font-size: 16px;
  font-weight: 300;
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-address > p i {
  font-weight: 300;
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-address > p i::before {
  color: var(--colors-primary-50);
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-address > p a {
  color: var(--colors-primary-50);
  font-size: 16px;
  font-weight: 300;
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-address > p a:hover {
  text-decoration: underline;
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-address .hide-map-btn a {
  border-color: var(--colors-primary-50);
  color: var(--colors-primary-50);
  transition: all 0.4s;
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-address .hide-map-btn a:hover {
  background-color: var(--colors-primary-50);
  color: var(--colors-white);
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-map .hgm-location-details__directions a.hgm-button {
  background-color: var(--colors-secondary-30);
  color: var(--colors-black);
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-map .hgm-location-details__directions a.hgm-button:hover {
  background-color: var(--colors-secondary-50);
}
body.node--type-hg-location .hgm-main-page .container .row .hgm-location-main__col-right .info-row .location-map .hgm-location-details__directions a.hgm-button i::before {
  color: var(--colors-black);
}

body.page__services .services-search .container .row h1 {
  font-weight: 300;
  margin-bottom: 15px;
}
body.page__services .services-search .container .row .hgm-blockquote p {
  font-size: 16px;
  font-weight: 300;
}
body.page__services .region-featured-services-search .hgm-list-group .link {
  font-weight: 300;
}
@media (max-width: 767px) {
  body.page__services .region-featured-services-search .hgm-list-group .link {
    border-bottom: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.page__services .region-featured-services-search .hgm-list-group .link {
    font-size: 24px;
    padding-bottom: 36px;
  }
}
body.page__services .hgm-services-search > .container > .row > .col-sm-12 .hgm-autocomplete-container__search-icon i.far {
  color: var(--colors-forms-field-border);
}
body.page__services .hgm-services-search > .container > .row > .col-sm-12 .hgm-autocomplete-container input {
  font-size: 16px;
  padding: 0.75em !important;
}
body.page__services .hgm-services-search > .container .hgm-services-search-alpha-browse h6 {
  letter-spacing: 1.1px;
}
body.page__services .hgm-services-search > .container .hgm-services-search-alpha-browse__track nav ul li:not(.disabled) a:hover {
  color: var(--colors-secondary-50);
}
body.page__services .hgm-services-search > .container .hgm-services-search-alpha-browse__track nav ul li a {
  font-weight: 300;
}
body.page__services .hgm-service-search-result-group .hgm-service-search-result h3 {
  color: var(--colors-secondary-50) !important;
}

body.page__newsroom .trin-newsroom__results-container > div[data-type=press-releases] .hgm-card .date {
  color: var(--colors-gray-40);
  font-size: 16px;
}
body.page__newsroom .trin-newsroom__results-container > div[data-type=press-releases] .hgm-card p:nth-child(3) {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
body.page__newsroom .trin-newsroom__results-container > div[data-type=press-releases] .hgm-card a {
  font-size: 16px;
}
body.page__newsroom .trin-newsroom__results-container > div[data-type=stories] .hgm-card img {
  -o-object-position: top;
     object-position: top;
}
body.page__newsroom .trin-newsroom__results-container > div .result-heading {
  border-bottom-color: var(--colors-gray-40);
  padding-bottom: 8px;
}
body.page__newsroom .trin-newsroom__results-container > div .result-heading h4 {
  color: var(--colors-black);
  font-size: var(--fonts-h2-size);
  margin-bottom: 0;
}
body.page__newsroom .trin-newsroom__results-container > div .result-heading a {
  font-size: 16px;
}
body.page__newsroom .trin-newsroom__sidebar .newsroom-filter-form h6 {
  font-size: var(--fonts-h4-size);
}
body.page__newsroom .trin-newsroom__sidebar .newsroom-filter-form .badges h4 {
  font-size: var(--fonts-h5-size);
}
body.page__newsroom .trin-newsroom__sidebar .newsroom-filter-form .badges .hgm-badge {
  background-color: var(--colors-gray-10);
}
body.page__newsroom .trin-newsroom__sidebar .newsroom-filter-form .hgm-multi-checkbox-search input {
  background-color: var(--colors-gray-10);
  border-color: var(--colors-gray-10);
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
body.page__newsroom_stories .hgm-card img {
  -o-object-position: top;
     object-position: top;
}
body.node--type-hg-post .block-hg-content-feed .hgm-content-feed-list {
  margin-bottom: 0;
  margin-top: 0;
}
body.node--type-hg-post .block-hg-content-feed .hgm-content-feed-list__listing .details h6 {
  color: var(--colors-primary-50);
}

body.page__search_results main .hgm-search-results {
  margin-top: 45px;
}
body.page__search_results main .hgm-search-results h1 {
  font-weight: bolder;
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group {
  margin-top: 40px;
}
@media (min-width: 1400px) {
  body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div {
    overflow: visible;
  }
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div h5 {
  font-size: 18px;
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li {
  margin: 0 0.75rem;
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li:first-of-type {
  margin-left: 0;
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li div.active {
  border-color: var(--colors-gray-70);
}
@media (min-width: 1400px) {
  body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li div.active {
    right: 125px;
  }
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li a {
  font-size: 16px;
  font-weight: 300;
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li a.active {
  color: var(--colors-black);
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li a.active::before {
  background-color: var(--colors-quaternary-50);
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li a:hover {
  color: var(--colors-black);
  text-decoration-color: var(--colors-black);
}
body.page__search_results main .hgm-search-results .hgm-search-results__tab-group > div nav ul li a i {
  margin-left: 5px;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .sidebar .result-heading h4 {
  align-items: center;
  display: flex;
  font-size: 27px;
  font-weight: bolder;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .sidebar .result-heading h4 span {
  font-weight: 300 !important;
  margin-left: 10px;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .sidebar .results h6 {
  color: var(--colors-primary-50);
  font-size: 16px;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .sidebar .results .provider__specialties span {
  color: var(--colors-gray-40);
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .sidebar .results .badge i {
  font-size: 1em;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .sidebar .results .provider .provider__wrapper > a {
  color: var(--colors-gray-40);
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .primary .result-heading h4 {
  align-items: center;
  display: flex;
  font-size: 27px;
  font-weight: bolder;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .primary .result-heading h4 span {
  font-weight: 300 !important;
  margin-left: 10px;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .primary .results .result h5 {
  font-size: 18px;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .primary .results .result h5 a {
  color: var(--colors-black);
  font-weight: bolder;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .primary .results .result h5 a:hover {
  text-decoration: underline;
}
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .primary .results .result p,
body.page__search_results main .hgm-search-results .hgm-search-results__listings-region .primary .results .result a {
  font-weight: 300;
}
