.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-button-wrapper .elementor-button {
  border: 0;
}

@media (max-width: 767px) {
  .elementor-column:not(:last-child) {
    margin-bottom: 15px;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 15px;
  }
  .elementor-inner-section .elementor-column {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-inner-section .elementor-column:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-wrap > .elementor-element.nh-half-width-paragraph {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-wrap > .elementor-element.nh-half-width-paragraph {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .nh-padded-container {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .nh-padded-container {
    padding: 80px;
  }
  .nh-limited-width-large-text {
    padding-right: 20%;
  }
  .nh-limited-width-text {
    padding-right: 45%;
  }
}
.nh-vertical-spacing .elementor-column {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .nh-vertical-spacing .elementor-column {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nh-vertical-spacing.nh-last-inner-section .elementor-column {
    margin-bottom: 0;
  }
}
.nh-manual-widget-spacing .elementor-widget:not(:last-child), .nh-team-card .elementor-widget:not(:last-child) {
  margin-bottom: auto;
}

.nh-light-purple h3 {
  color: #825CA7;
}

.nh-light-green h3 {
  color: #81C784;
}

.nh-padded-follows {
  padding-bottom: 0;
}

.nh-no-p-margin p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .nh-remove-outer-column-margin .nh-left-col .elementor-widget-wrap {
    padding-left: 0;
  }
  .nh-remove-outer-column-margin .nh-right-col .elementor-widget-wrap {
    padding-right: 0;
  }
}
.elementor-kit-112 button,
.elementor-kit-112 input[type=button],
.elementor-kit-112 input[type=submit],
.elementor-kit-112 .elementor-button {
  text-shadow: none;
  box-shadow: none;
}

.site-header .main-header-bar-wrap .main-header-bar.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked,
.site-header .main-header-bar-wrap .main-header-bar {
  background-color: transparent;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  border: none;
  box-shadow: none;
}

body .main-navigation ul .menu-item {
  line-height: 2;
}

body .main-navigation ul .menu-item .menu-link {
  padding-top: 0;
  padding-bottom: 0;
}

body .main-header-bar {
  line-height: 2;
}

.main-header-bar, .ast-header-break-point .main-header-bar {
  padding: 0;
}

#primary-menu {
  margin-right: 80px;
}

#primary-menu .menu-item .menu-link .menu-text {
  color: white;
}

@media (min-width: 769px) {
  .ast-site-identity {
    margin-left: 80px;
  }
  .nh-limited-width-large-text {
    padding-right: 20%;
  }
  .nh-limited-width-text {
    padding-right: 45%;
  }
}
@media (max-width: 767px) {
  .nh-page-header {
    padding: 160px 25px 80px;
  }
  .ast-header-break-point .ast-mobile-menu-buttons {
    margin-right: 40px;
  }
  .ast-header-break-point .ast-mobile-menu-buttons button.ast-mobile-menu-buttons-fill.menu-toggle {
    background-color: transparent;
    width: 40px;
    height: 80px;
    vertical-align: middle;
    padding: 0;
  }
  .ast-header-break-point .ast-mobile-menu-buttons button.ast-mobile-menu-buttons-fill.menu-toggle .menu-toggle-icon {
    background-image: url("/wp-content/uploads/2021/03/MenuIcon.png");
    background-repeat: no-repeat;
    height: 26px;
    width: 100%;
  }
  .ast-header-break-point .ast-mobile-menu-buttons button.ast-mobile-menu-buttons-fill.menu-toggle .menu-toggle-icon::before {
    content: none;
  }
  body.ast-main-header-nav-open .site-header {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
  }
  body.ast-main-header-nav-open .ast-mobile-menu-buttons {
    margin-right: 40px;
  }
  body.ast-main-header-nav-open .ast-main-header-bar-alignment {
    height: calc(100vh - 80px);
  }
  body.ast-main-header-nav-open .main-navigation {
    display: flex;
    margin-top: -40px;
  }
  body.ast-main-header-nav-open .main-header-bar-navigation.toggle-on #primary-menu {
    border: none;
  }
  body.ast-main-header-nav-open .main-header-bar-navigation.toggle-on #primary-menu li > a {
    font-size: 36px;
    font-family: "Libre Baskerville";
    text-align: center;
    border: none;
  }
  body.ast-main-header-nav-open .ast-mobile-menu-buttons button.ast-mobile-menu-buttons-fill.menu-toggle .menu-toggle-icon {
    background-image: url("/wp-content/uploads/2021/03/CloseIcon.png");
    background-size: contain;
  }
}
li.nh-login-button a.menu-link {
  vertical-align: middle;
}
li.nh-login-button a.menu-link .menu-text {
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2021/05/Log-in-icon.png);
  font-size: 0;
}

@media (min-width: 768px) {
  .current-menu-item.page_item a,
  body.single-post .nh-news-link a {
    position: relative;
  }
  .current-menu-item.page_item a::after,
  body.single-post .nh-news-link a::after {
    content: "";
    display: block;
    border-bottom: solid 2px white;
  }
  .menu-item a:hover::after {
    content: "";
    display: block;
    border-bottom: solid 2px white;
  }
  .nh-login-button a {
    height: 36px;
  }
  .nh-login-button a .menu-text {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .menu-item a, .menu-item a .menu-text {
    font-size: 19px;
  }
  .current-menu-item.page_item a .menu-text {
    padding-bottom: 0.4em;
    border-bottom: solid 2px white;
  }
  li.nh-login-button a.menu-link .menu-text {
    display: block;
    margin: 0 auto;
  }
  #primary-menu {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ast-main-header-nav-open .site-header .main-header-bar-wrap .main-header-bar.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked,
  .ast-main-header-nav-open .site-header .main-header-bar-wrap .main-header-bar {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .nh-accented-tell-me-more .nh-left-box {
    padding-right: 20px;
  }
  .nh-accented-tell-me-more .nh-right-box {
    padding-left: 20px;
  }
}
.nh-accented-tell-me-more {
  /* set margin inside background */
}
.nh-accented-tell-me-more .nh-left-box .elementor-widget-text-editor,
.nh-accented-tell-me-more .nh-right-box .elementor-widget-text-editor {
  padding-bottom: 80px;
}
.nh-accented-tell-me-more .nh-light-purple > div.elementor-widget-wrap {
  background-color: #E0D6E9;
}
.nh-accented-tell-me-more .nh-light-green > div.elementor-widget-wrap {
  background-color: #E0F1E0;
}
.nh-accented-tell-me-more .elementor-widget-text-editor {
  margin: 30px;
}
.nh-accented-tell-me-more h3 {
  font-size: 18px;
  font-family: "Karla";
  text-transform: uppercase;
}
.nh-accented-tell-me-more h3 img {
  padding-right: 10px;
  width: 40px;
  height: 40px;
}
.nh-accented-tell-me-more .elementor-button {
  border: none;
  font-family: "Karla";
  font-size: 16px;
  text-transform: uppercase;
}
.nh-accented-tell-me-more .elementor-widget-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.nh-color-box-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}
.nh-color-box-header h3 {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Karla";
  font-weight: 600;
}

.nh-compare-the-numbers .nh-color-box-header h3 {
  color: white;
}

@media (max-width: 767px) {
  .nh-color-box-header h3 {
    font-size: 19px;
  }
}
/* videos */
.uael-video__outer-wrap {
  position: relative;
}

.uael-vimeo-wrap {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
  display: block;
}
.uael-vimeo-wrap .uael-vimeo-title {
  background: none;
  font-family: "Karla";
}
.uael-vimeo-wrap .uael-vimeo-title a {
  color: white;
}
.uael-vimeo-wrap .uael-vimeo-title:before {
  content: "VIDEO";
  width: 100%;
  display: block;
  color: #7F7F7F;
  font-size: 16px;
}

@media (max-width: 767px) {
  .uael-vimeo-wrap {
    bottom: 10px;
    left: 10px;
  }
  .uael-vimeo-wrap .uael-video__play-icon svg {
    width: 30px;
  }
  .uael-vimeo-wrap .uael-vimeo-title {
    font-family: "Karla";
  }
  .uael-vimeo-wrap .uael-vimeo-title a {
    font-size: 16px;
  }
  .uael-vimeo-wrap .uael-vimeo-title:before {
    font-size: 12px;
  }
}
.entry-content .nh-compare-the-numbers p {
  margin-bottom: 0;
}

.entry-content .nh-fact-grid p {
  margin-bottom: 0px;
}

.nh-imagecol-textcol img {
  width: 100%;
}

@media (max-width: 767px) {
  .nh-imagecol-textcol .elementor-col-50:first-child {
    margin-bottom: 20px;
  }
  .nh-imagecol-textcol .elementor-col-50:last-child {
    margin-bottom: 0;
  }
  .nh-imagecol-textcol .elementor-reverse-mobile .elementor-col-50:first-child {
    margin-bottom: 0;
  }
  .nh-imagecol-textcol .elementor-reverse-mobile .elementor-col-50:last-child {
    margin-bottom: 20px;
  }
}
.nh-box-in-background-image .nh-the-box-in-background .nh-box-in-background-category.elementor-element {
  margin-bottom: 3px;
}
.nh-box-in-background-image .nh-the-box-in-background .nh-box-in-background-heading {
  margin-bottom: 20px;
}
.nh-box-in-background-image .nh-the-box-in-background .nh-box-in-background-button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  body .elementor-widget-wrap section.nh-box-in-background-image.elementor-section.elementor-inner-section {
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 57%;
  }
  body .elementor-widget-wrap section.nh-box-in-background-image.elementor-section.elementor-inner-section .nh-the-box-in-background > div.elementor-widget-wrap {
    padding: 25px;
    background-color: #F6F6F6;
    margin: 0;
  }
  body .elementor-widget-wrap section.nh-box-in-background-image.elementor-section.elementor-inner-section .nh-the-box-in-background > div.elementor-widget-wrap .box-in-background-category h2 {
    color: #898a8b;
  }
  body .elementor-widget-wrap section.nh-box-in-background-image.elementor-section.elementor-inner-section .nh-the-box-in-background > div.elementor-widget-wrap p {
    margin-bottom: 0;
  }
  .box-in-background-section {
    padding: 25px;
  }
}
.nh-map-title.nh-padded-container {
  padding-bottom: 40px;
  padding-right: 30%;
}

@media (min-width: 1024px) {
  .nh-page-header-paragraph {
    width: 53%;
    height: 260px;
    margin-top: -260px;
    margin-left: auto;
    margin-bottom: 0;
    padding: 80px;
    padding-top: 45px;
  }
  .nh-page-header-paragraph .elementor-widget-container {
    line-height: 1.5;
    font-size: 1.7vw;
  }
  .nh-page-header-paragraph.nh-news-page-header-paragraph {
    height: 200px;
    margin-top: -200px;
  }
  #nh-team-header-paragraph {
    height: 200px;
    margin-top: -200px;
  }
}
@media (min-width: 1400px) {
  .nh-page-header-paragraph .elementor-widget-container {
    font-size: 24px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .nh-page-header-paragraph {
    margin: 80px;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .nh-background-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 25vw;
    min-height: 88vw;
    box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.5);
  }
  .box-in-background-section {
    padding: 0 25px 25px 25px;
  }
}
.nh-padded-container.nh-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.nh-padded-container.nh-footer .nh-logo {
  max-width: 150px;
}

@media (max-width: 1023px) {
  .nh-footer .e--ua-appleWebkit .elementor-share-buttons--align-right,
  .e--ua-appleWebkit .nh-footer .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid {
    justify-content: flex-start;
    --justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .nh-awards-section .nh-awards-inner-section .elementor-container {
    flex: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .nh-awards-section .nh-awards-inner-section .elementor-column {
    margin-bottom: 0;
  }
  .nh-awards-section .nh-awards-inner-section .elementor-column:nth-child(1) {
    grid-column: 1/3;
    margin-bottom: 10px;
  }
  .nh-awards-section .nh-awards-inner-section .elementor-column:nth-child(2) {
    grid-column: 3/5;
  }
  .nh-awards-section .nh-awards-inner-section .elementor-column:nth-child(3) {
    grid-column: 5/7;
  }
  .nh-awards-section .nh-awards-inner-section .elementor-column:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2;
  }
  .nh-awards-section .nh-awards-inner-section .elementor-column:nth-child(5) {
    grid-column: 4/6;
    grid-row: 2;
  }
}
@media (min-width: 768px) {
  .nh-icon-paragraph-section {
    padding-top: 0;
  }
  .nh-icon-paragraph-section .elementor-col-33 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nh-icon-paragraph-section .elementor-col-33 > .elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nh-icon-paragraph-section .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
  }
  .nh-icon-paragraph-section .elementor-column {
    padding: 15px;
  }
  .nh-icon-paragraph-section .elementor-column:first-child {
    padding-left: 0;
  }
  .nh-icon-paragraph-section .elementor-column:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .nh-icon-paragraph-section .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .nh-map-section .nh-limited-width-large-text {
    padding-right: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nh-map-section .nh-limited-width-large-text {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .nh-map-section .nh-limited-width-large-text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .nh-team-page-gallery .elementor-column section {
    margin-bottom: 25px;
  }
}
.nh-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.nh-button, .nh-button-primary-alt, .nh-button-primary-alt:focus, .nh-button-primary, #ast-commentform .submit, .nh-button-primary:focus {
  border: solid 2px;
  cursor: pointer;
}
.nh-button.nh-secondary, .nh-secondary.nh-button-primary-alt, .nh-secondary.nh-button-primary, #ast-commentform .nh-secondary.submit {
  border-color: rgba(27, 30, 32, 0.5);
}
.nh-button a, .nh-button-primary-alt a, .nh-button-primary-alt:focus a, .nh-button-primary a, #ast-commentform .submit a, .nh-button-primary:focus a {
  font-size: 16px;
  font-family: "Karla", Sans-serif;
  text-transform: uppercase;
  color: #1B1E20;
  display: block;
  padding: 16px 40px 16px 40px;
}
.nh-button:hover:not(.nh-disabled) a, .nh-button-primary-alt:hover:not(.nh-disabled) a, .nh-button-primary:hover:not(.nh-disabled) a, #ast-commentform .submit:hover:not(.nh-disabled) a {
  opacity: 0.7;
}
.nh-button.nh-disabled, .nh-disabled.nh-button-primary-alt, .nh-disabled.nh-button-primary, #ast-commentform .nh-disabled.submit {
  opacity: 0.5;
  cursor: inherit;
}

.nh-button, .nh-button-primary-alt, .nh-button-primary-alt:focus, .nh-button-primary, #ast-commentform .submit, .nh-button-primary:focus, a.nh-button {
  border: solid 2px rgba(27, 30, 32, 0.25);
  min-width: 200px;
  height: 60px;
  font-family: "Rubik", "Karla";
  font-weight: normal;
  color: #1B1E20;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .nh-button a, .nh-button-primary-alt a, .nh-button-primary-alt:focus a, .nh-button-primary a, #ast-commentform .submit a, .nh-button-primary:focus a {
    padding: 8px 20px 8px 20px;
  }
}
.nh-button:hover:not(.nh-disabled), .nh-button-primary-alt:hover:not(.nh-disabled), .nh-button-primary:hover:not(.nh-disabled), #ast-commentform .submit:hover:not(.nh-disabled) {
  border-color: #FF6C2C;
  background-color: #FF6C2C;
  color: white;
}

.nh-button:focus, .nh-button-primary-alt:focus, .nh-button-primary:focus, #ast-commentform .submit:focus {
  background: none;
  border: solid 2px rgba(27, 30, 32, 0.25);
  color: #1B1E20;
}

.nh-button.nh-disabled a:hover, .nh-disabled.nh-button-primary-alt a:hover, .nh-disabled.nh-button-primary a:hover, #ast-commentform .nh-disabled.submit a:hover {
  color: #1B1E20;
}

.nh-button a:hover, .nh-button-primary-alt a:hover, .nh-button-primary a:hover, #ast-commentform .submit a:hover {
  color: white;
}

.nh-button-primary, #ast-commentform .submit, .nh-button-primary:focus {
  border-color: #FF6C2C;
}

.nh-button-primary:hover, #ast-commentform .submit:hover, input[type=submit].nh-button-primary:hover {
  border-color: #FF6C2C;
  background-color: #FF6C2C;
  color: white;
}

.nh-button-primary-alt, .nh-button-primary-alt:focus {
  border-color: #FF6C2C;
  background-color: #FF6C2C;
  color: white;
}

.nh-button-primary-alt:hover {
  background-color: white;
  color: #1B1E20;
}

.nh-office .nh-back-to-search-results a {
  color: #825CA7;
}

.nh-back-to-search-results a {
  font-size: 18px;
  font-family: "Karla";
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  align-items: center;
}
.nh-back-to-search-results i {
  font-size: 36px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .nh-back-to-search-results a {
    font-size: 16px;
  }
  .nh-back-to-search-results i {
    font-size: 22px;
    margin-right: 5px;
  }
  body .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid {
    justify-content: center;
  }
}
#login-dialog .form-group {
  font-size: 0;
}
#login-dialog label {
  font-size: 18px;
}
#login-dialog .col-sm-2 {
  width: 20%;
  display: inline-block;
}
#login-dialog .col-sm-10 {
  width: 80%;
  display: inline-block;
}
#login-dialog .modal-body .form-group {
  margin-bottom: 20px;
}
#login-dialog #inputPassword3, #login-dialog #login-email {
  width: 100%;
  background-color: white;
}

@media (max-width: 767px) {
  #login-dialog label {
    font-size: 14px;
  }
  #login-dialog .col-sm-2 {
    display: block;
  }
  #login-dialog .col-sm-10 {
    display: block;
  }
  #login-dialog #inputPassword3, #login-dialog #login-email {
    width: 100%;
    background-color: white;
  }
}
.nh-the-box-in-background p {
  margin-bottom: 15px;
}

.pentagram-section .elementor-button-wrapper:hover a .elementor-button-text {
  color: #E61428;
}

#community-gallery .gallery {
  margin-left: -10px;
  margin-right: -10px;
}
#community-gallery .gallery-item img {
  width: 100%;
}

body.error404 .main-header-bar:not(.ast-sticky-active), body.page-id-4787 .main-header-bar:not(.ast-sticky-active), body.page-id-4799 .main-header-bar:not(.ast-sticky-active) {
  background: none;
  background-color: #FF6C2C;
}
body.error404.ast-primary-sticky-header-active #nh-top-gap, body.page-id-4787.ast-primary-sticky-header-active #nh-top-gap, body.page-id-4799.ast-primary-sticky-header-active #nh-top-gap {
  background: none;
}

.nh-tooltip-alt .tooltip-inner {
  background-color: #825CA7;
}
.nh-tooltip-alt .tooltip-arrow {
  background-color: #825CA7;
}

.gm-style .gm-style-iw-c.gm-style-iw {
  border-radius: 0;
  box-shadow: none;
  border: solid 2px rgba(27, 30, 32, 0.25);
}
.gm-style .gm-style-iw-c.gm-style-iw .gm-style-iw-d {
  overflow: none;
}

.gm-style .gm-style-iw-t::after {
  box-shadow: none;
  border: solid 2px rgba(27, 30, 32, 0.25);
  border-top: none;
  border-right: none;
  background: white;
}

.gm-style-iw-a .gm-style-iw-d div {
  font-family: "Karla";
  line-height: 1.5;
  color: #ff6c3c;
  font-size: 24px;
}

#contact-map .gm-style .gm-style-iw-t::after {
  left: -7px;
}

.elementor-widget-wrap > .elementor-element.nh-cookie-consent-close {
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 25px;
  display: inline-block;
  width: 30px;
}

.elementor-widget-text-editor > div > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .elementor-select-wrapper {
    height: 100%;
  }
}
.nh-search-map {
  width: 100%;
  max-height: 100vw;
  height: 800px;
}

.nh-padded-container.nh-page-header {
  height: 57.1vw;
  max-height: 800px;
  align-items: center;
  display: flex;
}

@media (min-width: 1025px) {
  .nh-padded-container.nh-page-header {
    padding-right: 18%;
  }
}
@media (max-width: 767px) {
  #nh-page-header.elementor-top-section .elementor-background-overlay {
    opacity: 0.75;
  }
  .nh-padded-container.nh-page-header {
    height: auto;
    padding: 160px 25px 80px;
  }
}
.nh-hr {
  padding: 1px 0;
  max-width: 1400px;
  height: 2px;
}
.nh-hr::after {
  content: "";
  border-top: solid 1px rgba(27, 30, 32, 0.11);
  display: block;
  margin: 0 -80px;
}

.nh-maybe-empty.nh-is-empty {
  display: none;
}

.nh-page-navigation {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.nh-page-navigation .nh-page-navigation-wrapper {
  flex: 1 1 auto;
  text-align: center;
}
.nh-page-navigation button {
  border: solid 2px #1B1E20;
  height: 60px;
  font-family: "Rubik", "Karla";
  color: #1B1E20;
  font-size: 16px;
}
.nh-page-navigation a {
  color: #1B1E20;
  font-family: "Karla";
  font-size: 18px;
}
.nh-page-navigation a.nh-navigation-current-page {
  color: rgba(255, 108, 44, 0.5);
}
.nh-page-navigation a:not(:last-child) {
  margin-right: 10px;
}

.nh-icon-info {
  display: flex;
  align-items: center;
}

.nh-read-more.nh-read-more-collapsed, .nh-read-more.nh-read-more-collapsed .nh-read-more-wrapper {
  display: block;
  overflow: hidden;
  max-height: 368px;
}

.nh-read-more.nh-read-more-collapsed .nh-read-more-wrapper {
  max-height: 321px;
}

.nh-read-more-button {
  display: block;
  margin-top: 20px;
  color: #1B1E20;
  font-weight: 600;
  cursor: pointer;
}
.nh-read-more-button::after {
  content: ">";
  font-size: 25px;
  vertical-align: bottom;
  margin-left: 5px;
}
.nh-read-more-button:hover {
  color: #FF6C2C;
}

.nh-read-more:not(.nh-read-more-collapsed):not(.nh-read-less) .nh-read-more-button {
  display: none;
}

.nh-read-more + .nh-read-more-button {
  display: none;
}

.nh-read-more.nh-read-more-collapsed + .nh-read-more-button {
  display: block;
}

.nh-hide-this {
  display: none;
}

#masthead {
  top: 0;
  transition: all 0.3s ease;
}

#masthead.nh-header-hide {
  top: -80px;
}

@media (min-width: 768px) {
  .nh-remove-extra-vertical-padding .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.nh-with-humans-over-houses-logo {
  position: relative;
}
.nh-with-humans-over-houses-logo a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 150px;
  height: 40px;
  background-image: url(/wp-content/uploads/2021/10/HumansOverHouses_White.svg);
}

.nh-contact-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.nh-contact-item i {
  flex-basis: 25px;
  min-width: 25px;
}

.nh-posts-grid > section {
  margin-bottom: 40px;
}
.nh-posts-grid .nh-cols-stacked .nh-background-color-blue,
.nh-posts-grid .nh-cols-stacked .nh-background-color-purple {
  width: 100%;
}
.nh-posts-grid .nh-cols-stacked .nh-post-wrap {
  margin-bottom: 40px;
  width: 100%;
}
.nh-posts-grid .nh-cols-stacked .nh-post-wrap:last-child {
  margin-bottom: 0px;
}
.nh-posts-grid .nh-post-wrap {
  padding: 40px;
  min-height: 380px;
  display: flex;
  align-items: center;
  align-content: normal;
}
.nh-posts-grid .nh-post-rowspanned .nh-post-wrap {
  display: block;
}
.nh-posts-grid .elementor-col-50:first-child > div {
  margin-right: 20px;
}
.nh-posts-grid .elementor-col-50:last-child > div {
  margin-left: 20px;
}
.nh-posts-grid .nh-background-color-blue > div {
  background-color: #00B2BF;
}
.nh-posts-grid .nh-background-color-purple > div {
  background-color: #825CA7;
}
.nh-posts-grid .nh-post-with-background .nh-posts-shortcode-post .nh-category {
  color: rgba(255, 255, 255, 0.5);
}
.nh-posts-grid .nh-post-with-background .nh-posts-shortcode-post h3 {
  color: white;
}
.nh-posts-grid .nh-post-with-background .nh-posts-shortcode-post h3 a {
  color: white;
}
.nh-posts-grid .nh-post-with-background .nh-posts-shortcode-post .nh-author-info {
  color: white;
}
.nh-posts-grid .nh-post-with-background .nh-posts-shortcode-post .nh-excerpt {
  color: white;
}
.nh-posts-grid .nh-border-post-blue.nh-post-wrap {
  box-sizing: border-box;
  border: solid 2px #3EC1D3;
}
.nh-posts-grid .nh-border-post-blue.nh-post-wrap .nh-category, .nh-posts-grid .nh-border-post-blue.nh-post-wrap .nh-category a {
  color: #3EC1D3;
}
.nh-posts-grid .nh-border-post-purple.nh-post-wrap {
  box-sizing: border-box;
  border: solid 2px #825CA7;
}
.nh-posts-grid .nh-border-post-purple.nh-post-wrap .nh-category, .nh-posts-grid .nh-border-post-purple.nh-post-wrap .nh-category a {
  color: #825CA7;
}
.nh-posts-grid .nh-background-light-gray.nh-post-wrap {
  background-color: #F6F6F6;
}
.nh-posts-grid .nh-background-light-gray.nh-post-wrap .nh-category, .nh-posts-grid .nh-background-light-gray.nh-post-wrap .nh-category a {
  color: rgba(27, 30, 32, 0.5);
}
.nh-posts-grid .nh-post-wrap .nh-category {
  margin-bottom: 10px;
}
.nh-posts-grid .nh-post-wrap .nh-category a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-family: "Karla";
  font-size: 16px;
  font-weight: bold;
}
.nh-posts-grid .nh-post-wrap h3 {
  font-family: "Libre Baskerville";
  font-size: 32px;
  line-height: 1.4;
  font-weight: normal;
}
.nh-posts-grid .nh-post-wrap .nh-author-info {
  color: rgba(27, 30, 32, 0.5);
  font-family: "Karla";
  font-size: 24px;
}
.nh-posts-grid .nh-post-wrap .nh-excerpt {
  margin-top: 20px;
  font-family: "Karla";
  font-size: 24px;
  color: #1B1E20;
  line-height: 1.5;
  margin-bottom: 0;
}
.nh-posts-grid .nh-post-bordered .nh-post-wrap {
  border: solid 2px #825CA7;
  padding: 80px;
}
.nh-posts-grid .nh-post-bordered .nh-category a {
  color: #825CA7;
  font-size: 18px;
}
.nh-posts-grid .nh-post-bordered h3 {
  font-size: 44px;
}
.nh-posts-grid .nh-older-posts {
  margin-left: auto;
}
.nh-posts-grid .nh-twitter-section {
  margin-top: 40px;
  margin-bottom: 80px;
}

.nh-video-wrap .uael-video__outer-wrap {
  padding-bottom: 380px;
}
.nh-video-wrap .uael-video__thumb {
  height: 380px;
  width: auto;
  max-width: none;
}

@media (min-width: 1024px) {
  .nh-tweet {
    padding: 20px;
  }
  .nh-tweet .nh-twitter-text a, .nh-tweet .nh-twitter-ago {
    font-size: 18px;
  }
  .nh-tweet .nh-twitter-text {
    margin-bottom: 10px;
  }
  .nh-tweet .nh-twitter-icon {
    margin-bottom: 10px;
  }
  .nh-tweet .nh-twitter-text a, .nh-tweet .nh-twitter-ago {
    font-family: "Karla";
    font-size: 18px;
    color: #1B1E20;
    line-height: 1.4;
  }
  .nh-tweet .nh-twitter-text {
    margin-bottom: 10px;
  }
  .nh-tweet .nh-twitter-ago {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .nh-posts-grid .nh-post-wrap {
    min-height: 380px;
  }
  .nh-posts-grid .nh-post-wrap .nh-posts-shortcode-post-info h3 a {
    line-height: 1.4;
  }
  .nh-posts-grid .nh-post-wrap h3 a, .nh-posts-grid .nh-post-wrap h3 {
    font-size: 26px;
  }
  .nh-posts-grid .nh-post-wrap .nh-author-info {
    font-size: 18px;
  }
  .nh-posts-grid .nh-post-wrap .nh-excerpt {
    margin-top: 18px;
    font-size: 24px;
  }
  .nh-posts-grid .nh-post-bordered .nh-post-wrap .nh-category a {
    font-size: 18px;
  }
  .nh-posts-grid .nh-post-bordered .nh-post-wrap h3 a {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nh-posts-grid .elementor-col-50:first-child > div {
    margin-right: 20px;
  }
  .nh-posts-grid .elementor-col-50:last-child > div {
    margin-left: 20px;
  }
  .nh-posts-grid .nh-cols-stacked .nh-post-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .nh-twitter-section .elementor-column.elementor-col-33 {
    width: 100%;
  }
  .nh-twitter-section {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .nh-last-tweet .nh-tweet {
    margin-bottom: 0;
  }
  .nh-tweet {
    padding: 0;
    max-width: none;
    margin-bottom: 40px;
  }
  .nh-tweet .nh-twitter-icon {
    margin-bottom: 0;
    float: left;
  }
  .nh-tweet .nh-twitter-text a, .nh-tweet .nh-twitter-ago {
    font-family: "Karla";
    font-size: 18px;
    color: #1B1E20;
    line-height: 1.4;
  }
  .nh-tweet .nh-twitter-text {
    margin-bottom: 10px;
    margin-left: 70px;
  }
  .nh-tweet .nh-twitter-ago {
    margin-left: 70px;
    font-weight: bold;
  }
  .nh-tweet .nh-twitter-text a, .nh-tweet .nh-twitter-ago {
    font-size: 16px;
  }
  .nh-tweet .nh-twitter-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .nh-posts-grid .elementor-col-50, .nh-posts-grid .nh-post-full-width {
    padding-bottom: 25px;
  }
  .nh-posts-grid .elementor-col-50:first-child > div {
    margin-right: 0;
  }
  .nh-posts-grid .elementor-col-50:last-child > div {
    margin-left: 0;
  }
  .nh-posts-grid .nh-cols-stacked {
    margin-bottom: 25px;
  }
  .nh-posts-grid .nh-cols-stacked .nh-post-wrap {
    margin-bottom: 25px;
  }
  .nh-posts-grid .elementor-column:not(:last-child) {
    margin-bottom: 0;
  }
  .nh-posts-grid .nh-post-wrap {
    padding: 25px;
    min-height: 380px;
  }
  .nh-posts-grid .nh-post-bordered .elementor-column {
    padding-top: 0;
  }
  .nh-posts-grid .nh-posts-shortcode-post-info h3, .nh-posts-grid .nh-posts-shortcode-post-info h3 a {
    font-size: 19px;
  }
  .nh-posts-grid .nh-posts-shortcode-post-info .nh-category, .nh-posts-grid .nh-posts-shortcode-post-info .nh-category a {
    font-size: 12px;
  }
  .nh-posts-grid .nh-posts-shortcode-post-info .nh-author-info {
    font-size: 12px;
  }
  .nh-posts-grid .nh-posts-shortcode-post-info .nh-excerpt {
    margin-top: 20px;
    font-size: 12px;
  }
  .nh-posts-grid .nh-post-bordered > .elementor-column {
    padding-top: 0;
  }
  .nh-posts-grid .nh-post-bordered .nh-post-wrap {
    padding: 20px;
  }
  .nh-posts-grid .nh-post-bordered .nh-category a {
    font-size: 16px;
  }
  .nh-posts-grid .nh-post-bordered h3, .nh-posts-grid .nh-post-bordered h3 a {
    font-size: 28px;
    line-height: 1.4;
  }
  .nh-video-wrap .uael-video__outer-wrap {
    padding-bottom: 60%;
  }
  .nh-video-wrap .uael-video__thumb {
    height: calc(66vw - 50px);
  }
  .nh-post-navigation .nh-button, .nh-post-navigation .nh-button-primary, .nh-post-navigation #ast-commentform .submit, #ast-commentform .nh-post-navigation .submit, .nh-post-navigation .nh-button-primary-alt {
    min-width: auto;
  }
}
.nh-posts-grid.nh-more-post-sample-section {
  margin-top: 20px;
}

.nh-more-posts-button-section {
  margin-top: 60px;
  margin-bottom: 0;
}
.nh-more-posts-button-section .nh-button, .nh-more-posts-button-section .nh-button-primary, .nh-more-posts-button-section #ast-commentform .submit, #ast-commentform .nh-more-posts-button-section .submit, .nh-more-posts-button-section .nh-button-primary-alt {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .nh-posts-grid .nh-post-wrap {
    min-height: 220px;
  }
  .nh-posts-grid .nh-post-rowspanned .nh-post-wrap {
    min-height: 440px;
  }
  .nh-posts-grid > section {
    margin-bottom: 0px;
  }
  .nh-more-post-sample-section .elementor-column {
    margin-bottom: 25px;
  }
  .nh-posts-grid.nh-more-post-sample-section {
    margin-top: 10px;
  }
  .nh-more-posts-button-section {
    margin-top: 0;
  }
  .nh-button, .nh-button-primary, #ast-commentform .submit, .nh-button-primary:focus, .nh-button-primary-alt, .nh-button-primary-alt:focus {
    margin: 0;
  }
}
.elementor-field-type-recaptcha_v3 .elementor-field {
  visibility: hidden;
  height: 0;
}
.elementor-field-type-recaptcha_v3:not(.nh-captcha-text-replaced)::after {
  content: "This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.";
}
.elementor-field-type-recaptcha_v3.nh-captcha-text-replaced {
  display: block;
}

@media (max-width: 767px) {
  .nh-captcha-text-replaced, .elementor-field-type-recaptcha_v3 {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  #nh-contact-page-form .elementor-form-fields-wrapper {
    flex: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    /* select gets messed up when there is an error message from no selection when required */
  }
  #nh-contact-page-form .elementor-form-fields-wrapper select {
    height: 52px;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper button[type=submit] {
    height: 52px;
    padding: 0;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100%;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group {
    width: 100%;
    padding: 5px;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(1) {
    grid-column: 1/2;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(2) {
    grid-column: 2/3;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(5) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(6) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(7) {
    grid-column: 3/5;
    grid-row: 3/4;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-type-select {
    align-items: flex-start;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error {
    flex-basis: 100%;
    width: 100%;
    display: block;
    /* custom down arror possition */
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error::before {
    top: 27px;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error .elementor-message {
    display: inline-block;
  }
  #nh-contact-page-form .elementor-form-fields-wrapper .elementor-field-type-submit {
    max-width: calc(100vw - 500px);
    margin-left: auto;
  }
}
#nh-lets-get-started-form {
  overflow: hidden;
}

@media (min-width: 769px) {
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper {
    flex: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    /* select gets messed up when there is an error message from no selection when required */
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper select {
    height: 52px;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper button[type=submit] {
    height: 52px;
    padding: 0;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100%;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group {
    width: 100%;
    padding: 5px;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(1) {
    grid-column: 1/2;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(2) {
    grid-column: 2/3;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(7) {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(8) {
    grid-column: 1/3;
    grid-row: 5/6;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(9) {
    grid-column: 1/3;
    grid-row: 6/7;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(10) {
    grid-column: 3/5;
    grid-row: 1/5;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group:nth-child(11) {
    grid-column: 3/5;
    grid-row: 5/6;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-group.elementor-field-type-submit {
    grid-column: 3/5;
    grid-row: 6/7;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-type-select {
    align-items: flex-start;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error {
    flex-basis: 100%;
    width: 100%;
    display: block;
    /* custom down arror possition */
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error::before {
    top: 27px;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error .elementor-message {
    display: inline-block;
  }
  #nh-lets-get-started-form-office .elementor-form-fields-wrapper .elementor-field-type-submit {
    max-width: calc(100vw - 500px);
    margin-left: auto;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper {
    flex: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    /* select gets messed up when there is an error message from no selection when required */
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper select {
    height: 52px;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper button[type=submit] {
    height: 52px;
    padding: 0;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100%;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group {
    width: 100%;
    padding: 5px;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(1) {
    grid-column: 1/2;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(2) {
    grid-column: 2/3;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(7) {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(8) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(9) {
    grid-column: 3/5;
    grid-row: 3/4;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-group.elementor-field-type-submit {
    grid-column: 3/5;
    grid-row: 4/5;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-type-select {
    align-items: flex-start;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error {
    flex-basis: 100%;
    width: 100%;
    display: block;
    /* custom down arror possition */
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error::before {
    top: 27px;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error .elementor-message {
    display: inline-block;
  }
  #nh-lets-get-started-form .elementor-form-fields-wrapper .elementor-field-type-submit {
    max-width: calc(100vw - 500px);
    margin-left: auto;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper {
    flex: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    /* select gets messed up when there is an error message from no selection when required */
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper select {
    height: 52px;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper button[type=submit] {
    height: 52px;
    padding: 0;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100%;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group {
    width: 100%;
    padding: 5px;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(1) {
    grid-column: 1/3;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(6) {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(7) {
    grid-column: 1/3;
    grid-row: 5/6;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(8) {
    grid-column: 3/5;
    grid-row: 1/4;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group:nth-child(9) {
    grid-column: 3/5;
    grid-row: 4/5;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-group.elementor-field-type-submit {
    grid-column: 3/5;
    grid-row: 5/6;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-type-select {
    align-items: flex-start;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error {
    flex-basis: 100%;
    width: 100%;
    display: block;
    /* custom down arror possition */
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error::before {
    top: 27px;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-select-wrapper.elementor-error .elementor-message {
    display: inline-block;
  }
  #nh-lets-get-started-form-agent .elementor-form-fields-wrapper .elementor-field-type-submit {
    max-width: calc(100vw - 500px);
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  #nh-contact-agent-form .elementor-form-fields-wrapper,
  #nh-contact-office-form .elementor-form-fields-wrapper {
    flex: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .rc-anchor-normal .rc-anchor-checkbox-label,
  #nh-contact-office-form .elementor-form-fields-wrapper .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100%;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group,
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group {
    width: 100%;
    padding: 5px;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(1),
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(1) {
    grid-column: 1/2;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(2),
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(2) {
    grid-column: 2/3;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(3),
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(4),
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(5),
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(5) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(6),
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(6) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  #nh-contact-agent-form .elementor-form-fields-wrapper .elementor-field-group.elementor-field-type-submit,
  #nh-contact-office-form .elementor-form-fields-wrapper .elementor-field-group.elementor-field-type-submit {
    grid-column: 3/5;
    grid-row: 3/4;
  }
}
.nh-single-post-header-section {
  background-position-y: center;
}

.nh-categories h5 {
  display: none;
}
.nh-categories nav > ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
}
.nh-categories nav > ul li {
  display: inline-block;
}
.nh-categories nav > ul li a {
  color: rgba(27, 30, 32, 0.5);
  margin-right: 10px;
}

/* POST Styling */
@media (min-width: 768px) {
  .nh-single-post-header {
    padding-left: 80px;
    padding-top: 160px;
    padding-right: 80px;
    padding-bottom: 160px;
  }
  .nh-single-post-content {
    padding-left: 80px;
  }
  .nh-blog-author-info-section {
    padding-left: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nh-blog-content-section {
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
  }
}
.nh-blog-content-section {
  color: #1B1E20;
  line-height: 1.5;
}
.nh-blog-content-section p {
  line-height: 1.5;
}
.nh-blog-content-section blockquote {
  font-style: normal;
}
.nh-blog-content-section h2 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 32px;
  margin-bottom: 48px;
  line-height: 1.5;
  color: #1B1E20;
  font-size: 32px;
}
.nh-blog-content-section h3 {
  font-family: "Karla";
  font-size: 36px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #1B1E20;
}
.nh-blog-content-section blockquote {
  font-family: "Libre Baskerville", Sans-serif;
  line-height: 1.5;
  margin: 0;
  margin-left: -24px;
  border-left: 1px solid #1B1E20;
}
.nh-blog-content-section p {
  font-size: 24px;
}
.nh-blog-content-section .wp-caption-text {
  color: #C4C4C4;
  text-align: left;
  font-style: italic;
  font-size: 18px;
  font-family: "Karla";
}

.nh-post-info-shortcode {
  color: white;
  font-size: 24px;
  font-family: "Karla";
}

.nh-post-info .elementor-icon-list-icon {
  display: none;
}

.nh-post-info .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin: 0;
}

.nh_author_social .elementor-grid-item {
  margin-right: 8px;
}
.nh_author_social .elementor-grid-item:hover {
  opacity: 0.7;
}

.nh_author_social a.elementor-icon.elementor-social-icon {
  opacity: 0.5;
  font-size: 18px;
}

.nh-post-skin .nh-post-info-shortcode {
  font-size: 18px;
}

@media (max-width: 767px) {
  .nh-blog-content-section h2 {
    font-size: 22px;
    margin-bottom: 48px;
    line-height: 1.5;
    color: #1B1E20;
  }
  .nh-blog-content-section h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .nh-blog-content-section blockquote {
    line-height: 1.5;
    margin: 0;
    margin-left: -24px;
  }
  .nh-blog-content-section p {
    font-size: 16px;
  }
  .nh-blog-content-section .wp-caption-text {
    font-size: 12px;
  }
  .nh-post-info-shortcode {
    font-size: 16px;
  }
  .nh_author_social .elementor-grid-item {
    margin-right: 8px;
  }
  .nh_author_social .elementor-social-icons-wrapper.elementor-grid {
    text-align: right;
  }
  .nh_author_social a.elementor-icon.elementor-social-icon {
    opacity: 0.5;
    font-size: 16px;
  }
  .nh_author_social .nh-post-skin .nh-post-info-shortcode {
    font-size: 16px;
  }
  .nh_author_social .elementor-author-box__avatar {
    margin-right: 10px;
  }
  .nh_author_social .elementor-icon.elementor-social-icon {
    width: 30px;
    height: 30px;
  }
}
.nh-share-icons .elementor-share-btn {
  opacity: 0.5;
}

.nh-share-icons.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email {
  background-color: #825CA7;
}

#nh-recent-posts {
  padding: 20px;
  background-color: #F6F6F6;
  margin-bottom: 40px;
}
#nh-recent-posts h5 {
  display: none;
}
#nh-recent-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nh-recent-posts li {
  margin-bottom: 40px;
}
#nh-recent-posts li a {
  background-color: none;
  color: #1B1E20;
  text-decoration: underline;
}

.nh-follow-us-on-twitter-button .elementor-button-link {
  width: 100%;
}

.nh-post-content .elementor-text-editor p:last-child {
  margin-bottom: 0;
}

.nh-posts-grid > section:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .ast-page-builder-template .comments-area {
    width: 74.894%;
    max-width: 1200px;
    padding-left: 0;
  }
  .nh-post-content .elementor-col-50:first-child {
    padding-right: 20px;
  }
}
.ast-page-builder-template .comments-area {
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.comment-reply-title {
  padding-top: 0;
}

.ast-comment-formwrap p {
  margin-bottom: 0;
}

.nh-team-card {
  padding-top: 40px;
  padding-bottom: 40px;
}
.nh-team-card:not(:last-child) {
  margin-bottom: 40px;
}
.nh-team-card .elementor-image {
  margin-left: 40px;
  margin-right: 40px;
}
.nh-team-card .nh-team-card-contact:not(:last-child) {
  margin-top: 10px;
  margin-bottom: 40px;
}
.nh-team-card .nh-read-more.nh-read-more-collapsed {
  max-height: 157px;
}
.nh-team-card .nh-read-more.nh-read-more-collapsed .nh-read-more-wrapper {
  max-height: 110px;
}
.nh-team-card .nh_author_social .elementor-social-icons-wrapper {
  text-align: left;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
  margin-right: 8px;
}

@media (min-width: 769px) {
  .nh-team-card-about {
    padding-right: 25%;
  }
}
@media (min-width: 769px) {
  .nh-team-page-gallery {
    margin-bottom: 0px;
  }
  .nh-team-page-gallery section {
    margin-bottom: 40px;
  }
  .nh-team-page-gallery section:last-child {
    margin-bottom: 0;
  }
  .nh-team-page-gallery .elementor-col-50:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .nh-team-card .nh-collapse-text {
    max-height: 117px;
  }
}
.entry-content > .elementor > div > section.nh-search-header-section.elementor-top-section {
  margin-bottom: 0;
}

.nh-search-header h1.elementor-heading-title {
  margin-bottom: 5px;
}
.nh-search-header #nh-search-form {
  margin-top: 45px;
}
.nh-search-header #nh-search-form .elementor-search-form__container {
  background: none;
  border-radius: 0;
  width: 100%;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.nh-search-header #nh-search-form .search_term_wrapper {
  width: 100%;
}
.nh-search-header #nh-search-form #search_term {
  background-color: white;
  margin-right: 10px;
  border-radius: 0;
  color: #1B1E20;
  height: 60px;
  padding: 0 20px;
  width: 100%;
}
.nh-search-header #nh-search-form #search_term::-moz-placeholder {
  color: #c6c7c7;
}
.nh-search-header #nh-search-form #search_term::placeholder {
  color: #c6c7c7;
}
.nh-search-header #nh-search-form .nh-button-primary-alt {
  height: 60px;
  padding: 0 30px;
  min-width: auto;
  width: auto;
}
.nh-search-header #nh-search-form .nh-button-primary-alt:hover {
  background-color: white;
  color: #1B1E20;
}
.nh-search-header #nh-search-type {
  margin-top: 20px;
  text-align: center;
}
.nh-search-header #nh-search-type div {
  display: inline-block;
}
.nh-search-header #nh-search-type div:first-child {
  margin-right: 20px;
}
.nh-search-header #nh-search-type div label {
  font-family: "Karla";
  font-size: 22px;
  color: white;
  margin-left: 9px;
}
.nh-search-header #nh-search-type div input[type=checkbox] {
  transform: scale(1.5);
  -webkit-filter: grayscale(100%);
}

@media (min-width: 1200px) {
  .nh-search-header {
    min-height: 800px;
  }
  .nh-search-header.nh-search-page {
    min-height: 480px;
  }
}
@media (max-width: 1200px) {
  .nh-search-header {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .nh-search-header {
    min-height: 380px;
  }
  #nh-search-header.elementor-top-section .elementor-background-overlay {
    opacity: 0.75;
  }
}
.search_term_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.search_term_wrapper > ul[hidden],
.search_term_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.search_term_wrapper > ul > li {
  margin: 5px;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.search_term_wrapper > ul > li > span {
  padding: 5px 20px;
}

.search_term_wrapper > ul > li > .place {
  padding-left: 10px;
}

.search_term_wrapper > ul div {
  margin-left: 5px;
  padding-left: 10px;
}

.search_term_wrapper > ul > li mark {
  background-color: transparent;
  color: #FF6C2C;
  font-weight: bold;
}

.search_term_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 108, 44, 0.15);
}

.search_term_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(255, 122, 122, 0.15);
}

@media only screen and (max-width: 600px) {
  .search_term_wrapper > input {
    width: 18rem;
  }
}
.nh-headshot {
  width: 150px;
  height: 150px;
  border: solid 2px #FF6C2C;
  border-radius: 50%;
  overflow: hidden;
}
.nh-headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.nh-introduction .nh-contact-section .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.nh-contact-section .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.nh-contact-section .elementor-widget-text-editor i {
  padding: 10px 0;
}
.nh-contact-section .elementor-text-editor {
  line-height: 2;
  font-size: 24px;
}
.nh-contact-section .elementor-text-editor h4 {
  font-size: 24px;
  line-height: 1;
}
.nh-contact-section i.fas {
  text-align: center;
  align-self: flex-start;
  flex-basis: 25px;
  min-width: 25px;
}
.nh-contact-section .elementor-widget-container > div, .nh-contact-section .elementor-widget-container > a, .nh-contact-section .elementor-widget-container > div > a {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}

.nh-office.nh-contact-section a {
  color: #825CA7;
}

.nh-social {
  margin-top: 40px;
}
.nh-social .elementor-social-icon:not(:hover) {
  background-color: #FF6C2C;
}
.nh-social .elementor-grid-item:not(:last-child) {
  margin-right: 15px;
}
.nh-social i {
  margin-right: 0;
}

.nh-office .nh-social .elementor-social-icon:not(:hover) {
  background-color: #825CA7;
}

.elementor-widget-text-editor > div .nh-office-description h1, .elementor-widget-text-editor > div .nh-office-description h2, .elementor-widget-text-editor > div .nh-office-description h3, .elementor-widget-text-editor > div .nh-office-description h4, .elementor-widget-text-editor > div .nh-office-description h5, .elementor-widget-text-editor > div .nh-office-description h6, .elementor-widget-text-editor > div .nh-office-description h7,
.elementor-widget-text-editor > div .nh-agent-bio h1,
.elementor-widget-text-editor > div .nh-agent-bio h2,
.elementor-widget-text-editor > div .nh-agent-bio h3,
.elementor-widget-text-editor > div .nh-agent-bio h4,
.elementor-widget-text-editor > div .nh-agent-bio h5,
.elementor-widget-text-editor > div .nh-agent-bio h6,
.elementor-widget-text-editor > div .nh-agent-bio h7 {
  margin-bottom: 20px;
}
.elementor-widget-text-editor > div .nh-office-description p:not(:last-child),
.elementor-widget-text-editor > div .nh-agent-bio p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .nh-social {
    margin-top: 15px;
  }
  .nh-agent.elementor-column > .elementor-widget-wrap {
    padding: 0;
  }
  .nh-agent-header .nh-social .elementor-icon.elementor-social-icon {
    width: 35px;
    height: 35px;
  }
  .nh-social .elementor-grid-item:not(:last-child) {
    margin-right: 8px;
  }
  .nh-social .elementor-grid-item i {
    font-size: 18px;
  }
}
.nh-agent-office-gallery img {
  width: 100%;
}

.nh-luke-conversation h3 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 44px;
  font-weight: normal;
  margin-bottom: 40px;
}
.nh-luke-conversation .nh-button-wrapper {
  margin-top: 30px;
}
.nh-luke-conversation .nh-qa:not(:last-child) {
  margin-bottom: 30px;
}
.nh-luke-conversation .nh-question {
  margin-bottom: 30px;
}
.nh-luke-conversation .nh-question, .nh-luke-conversation .nh-answer {
  display: flex;
  align-items: center;
}
.nh-luke-conversation .nh-answer {
  justify-content: flex-end;
}
.nh-luke-conversation .nh-answer .nh-answer-text {
  color: #FF6C2C;
}
.nh-luke-conversation .nh-qa-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.nh-luke-conversation .nh-question-icon {
  margin-right: 30px;
  border: solid 1px #FF6C2C;
  border-radius: 50%;
  background-color: #FF6C2C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh-luke-conversation .nh-question-icon img {
  width: 85%;
  height: 85%;
}
.nh-luke-conversation .nh-answer-icon {
  margin-left: 30px;
  border: solid 2px #FF6C2C;
  border-radius: 50%;
  overflow: hidden;
}
.nh-luke-conversation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.nh-luke-conversation .nh-question-text, .nh-luke-conversation .nh-answer-text {
  min-height: 80px;
  width: 65%;
  font-family: "Libre Baskerville";
  font-size: 28px;
  line-height: 38px;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 80px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  align-content: center;
}
.nh-luke-conversation .nh-question-text {
  background-color: #F6F6F6;
}
.nh-luke-conversation .nh-question-text::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid #F6F6F6;
  border-bottom: 15px solid transparent;
  position: relative;
  left: -40px;
}
.nh-luke-conversation .nh-answer-text {
  background-color: rgba(255, 108, 44, 0.25);
  position: relative;
}
.nh-luke-conversation .nh-answer-text::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 10px solid rgba(255, 108, 44, 0.25);
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -10px;
}

@media (max-width: 767px) {
  .nh-luke-conversation h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .nh-luke-conversation .nh-question, .nh-luke-conversation .nh-answer {
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
  }
  .nh-luke-conversation .nh-answer-icon {
    margin-left: 10px;
  }
  .nh-luke-conversation .nh-question-icon {
    margin-right: 0px;
  }
  .nh-luke-conversation .nh-qa-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  .nh-luke-conversation .nh-question-text, .nh-luke-conversation .nh-answer-text {
    width: auto;
    font-size: 18px;
    line-height: 22px;
    border-radius: 5px;
    padding: 10px;
  }
  .nh-luke-conversation .nh-question-text::before {
    left: -20px;
  }
}
.nh-listing-shortcode-section h2 {
  color: black;
  margin-bottom: 40px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .nh-listing-shortcode-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.nh-show-more-results-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.nh-listing-row .nh-left-col .elementor-widget-wrap {
  padding-left: 0;
}
.nh-listing-row .nh-right-col .elementor-widget-wrap {
  padding-left: 0;
}
.nh-listing-row .nh-left-col {
  margin: 0;
}

@media (max-width: 767px) {
  .nh-listing-row .nh-left-col .elementor-widget-wrap,
  .nh-listing-row .nh-right-col .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .nh-listing-row .nh-left-col .elementor-widget-wrap {
    padding: 0;
  }
  .nh-listing-row .nh-left-col {
    margin: 0;
  }
}
.nh-listing-summary-container {
  width: 100%;
  padding-top: 63%;
  position: relative;
  background-size: cover;
}
.nh-listing-summary-container .nh-listing-summary {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 40px;
  background-color: rgba(27, 30, 32, 0.5);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.nh-listing-summary-container .nh-pod-type {
  font-size: 16px;
  font-family: "Karla";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nh-listing-summary-container .nh-list-price {
  font-size: 24px;
  font-family: "Karla";
  font-weight: "bold";
  color: white;
}
.nh-listing-summary-container .nh-listing-summary-street, .nh-listing-summary-container .nh-listing-summary-city-state-zip {
  font-size: 32px;
  font-family: "Libre Baskerville";
  line-height: 44px;
  color: white;
}
.nh-listing-summary-container .nh-listing-summary-stats, .nh-listing-summary-container .nh-listing-summary-sold-date {
  font-size: 18px;
  font-family: "Karla";
  font-weight: "bold";
  color: white;
  line-height: 36px;
}

@media (max-width: 767px) {
  .nh-listing-summary-container .nh-listing-summary {
    padding: 10px;
  }
  .nh-listing-summary-container .nh-list-price {
    font-size: 22px;
  }
  .nh-listing-summary-container .nh-listing-summary-street, .nh-listing-summary-container .nh-listing-summary-city-state-zip {
    font-size: 19px;
    line-height: 1.4;
  }
  .nh-listing-summary-container .nh-listing-summary-stats, .nh-listing-summary-container .nh-listing-summary-sold-date {
    font-size: 16px;
    line-height: 32px;
  }
}
.nh-agent-header {
  display: flex;
  align-items: center;
  font-weight: normal;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.nh-agent-header h2 {
  font-size: 44px;
  color: #1B1E20;
  line-height: 1.25;
  font-weight: normal;
}
.nh-agent-header .nh-agent-license, .nh-agent-header .nh-agent-license-name, .nh-agent-header .nh-designations {
  font-size: 18px;
  color: rgba(27, 30, 32, 0.5);
  font-weight: 700;
}
.nh-agent-header .nh-agent-license {
  display: inline-block;
}
.nh-agent-header .nh-agent-license:not(:first-child) {
  margin-right: 5px;
}
.nh-agent-header .nh-agent-license:not(:last-child)::after {
  content: ",";
}

@media (max-width: 767px) {
  .nh-agent-header .nh-headshot {
    margin-right: 0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    align-self: flex-start;
  }
  .nh-agent-header h2 {
    font-size: 22px;
  }
  .nh-agent-header .nh-agent-license, .nh-agent-header .nh-agent-license-name, .nh-agent-header .nh-job-titles {
    font-size: 16px;
  }
  .nh-agent-header .nh-agent-license {
    display: block;
  }
  .nh-agent-header .nh-agent-license:not(:first-child) {
    margin-left: 0px;
  }
  .nh-agent-header .nh-agent-license:not(:last-child)::after {
    content: "";
  }
}
.agent-header-and-contact {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  display: inline-block;
  box-sizing: border-box;
}

.nh-agent-contact h4, .nh-agent-contact div, .nh-agent-contact a {
  font-size: 24px;
  line-height: 1.5;
  color: #FF6C2C;
}
.nh-agent-contact h4 {
  font-weight: 700;
}
.nh-agent-contact > h4, .nh-agent-contact > div, .nh-agent-contact > a {
  margin-bottom: 8px;
}
.nh-agent-contact > h4 i, .nh-agent-contact > div i, .nh-agent-contact > a i {
  margin-right: 10px;
}

.agent-header-and-contact .nh-agent-header h2 {
  font-size: 32px;
  color: #1B1E20;
}
.agent-header-and-contact .nh-agent-header h2 a {
  color: #1B1E20;
}

.nh-agent-office-coverage-languages-awards .nh-agent-office-category-heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 15px;
}
.nh-agent-office-coverage-languages-awards .nh-agent-office-category-heading h3 {
  font-family: "Karla";
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #1B1E20;
}
.nh-agent-office-coverage-languages-awards .elementor-widget:not(:last-child) {
  margin-bottom: 40px;
}
.nh-agent-office-coverage-languages-awards .elementor-widget-container {
  text-align: left;
}
.nh-agent-office-coverage-languages-awards .elementor-col-33 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nh-agent-office-coverage-languages-awards .elementor-col-33 > .elementor-widget-wrap {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .nh-agent-office-coverage-languages-awards h3.elementor-heading-title {
    font-size: 16px;
    line-height: 22px;
  }
  .nh-agent-office-coverage-languages-awards .elementor-container {
    row-gap: 25px;
  }
  .nh-agent-office-coverage-languages-awards .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 0;
  }
  .nh-agent-office-coverage-languages-awards .elementor-widget-text-editor {
    font-size: 16px;
  }
  .nh-agent-office-coverage-languages-awards .elementor-widget:not(:last-child) {
    margin-bottom: 15px;
  }
  .nh-agent-office-coverage-languages-awards .elementor-widget-container {
    text-align: left;
  }
  .nh-agent-office-coverage-languages-awards .elementor-col-33 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .nh-agent-office-coverage-languages-awards .elementor-col-33 > .elementor-widget-wrap {
    padding-bottom: 0;
  }
}
.nh-videos .nh-videos-1 {
  margin-bottom: 40px;
}
.nh-videos .nh-button-wrapper {
  max-width: 200px;
  margin: 40px auto 0 auto;
}

@media (min-width: 767px) {
  .nh-videos .nh-videos-2-3 {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .nh-videos .nh-videos-2-3 .nh-videos-2 {
    flex-basis: 50%;
  }
  .nh-videos .nh-videos-2-3 .nh-videos-3 {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .nh-videos .nh-videos-2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  /* ratio of size we're showing on this page vs size called for by design: 350 / 600 = 0.583333 */
  .mediaPhotoWrapper, .mediaPhotosWrapper {
    font-size: 0.0714285714vw;
  }
  .mediaPhotosWrapper {
    display: grid;
    /*
    grid-template-columns:600fr 600fr;
    column-gap: 40px;
    grid-auto-rows:380fr;
    */
    grid-template-columns: 600em 600em;
    -moz-column-gap: 40em;
         column-gap: 40em;
    row-gap: 40em;
    grid-auto-rows: minmax(380em, auto);
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .mediaPhotoWrapper {
    max-width: 600px;
    height: 380em;
    max-height: 380px;
    position: relative;
    overflow: hidden;
  }
  .mediaPhotoWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wall-photo-layout-none .mediaPhotoWrapper {
    display: none;
  }
  .wall-photo-layout-9 .mediaPhotoWrapper:nth-of-type(1) {
    grid-column-end: span 2;
    height: 600em;
    max-height: 600px;
    max-width: 1240px;
  }
  .wall-photo-layout-9 .mediaPhotoWrapper:nth-of-type(n+2) {
    display: none;
  }
  .wall-photo-layout-8 .mediaPhotoWrapper:nth-of-type(n+3) {
    display: none;
  }
  .wall-photo-layout-7 .mediaPhotoWrapper:nth-of-type(3) {
    grid-column-end: span 2;
    height: 600em;
    max-height: 600px;
    max-width: 1240px;
  }
  .wall-photo-layout-7 .mediaPhotoWrapper:nth-of-type(n+4) {
    display: none;
  }
  .wall-photo-layout-6 .mediaPhotoWrapper:nth-of-type(1) {
    grid-column-end: span 2;
    height: 600em;
    max-height: 600px;
    max-width: 1240px;
  }
  .wall-photo-layout-6 .mediaPhotoWrapper:nth-of-type(n+4) {
    display: none;
  }
  .wall-photo-layout-5 .mediaPhotoWrapper:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    height: 800em;
    max-height: 800px;
  }
  .wall-photo-layout-5 .mediaPhotoWrapper:nth-of-type(n+4) {
    display: none;
  }
  .wall-photo-layout-4 .mediaPhotoWrapper:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    height: 800em;
    max-height: 800px;
  }
  .wall-photo-layout-4 .mediaPhotoWrapper:nth-of-type(4) {
    grid-column-end: span 2;
    height: 600em;
    max-height: 600px;
    max-width: 1240px;
  }
  .wall-photo-layout-4 .mediaPhotoWrapper:nth-of-type(n+5) {
    display: none;
  }
  .wall-photo-layout-3 .mediaPhotoWrapper:nth-of-type(n+5) {
    display: none;
  }
  .wall-photo-layout-2 .mediaPhotoWrapper:nth-of-type(3) {
    grid-column-end: span 2;
    height: 600em;
    max-height: 600px;
    max-width: 1240px;
  }
  .wall-photo-layout-1 .mediaPhotoWrapper:nth-of-type(1) {
    grid-column-end: span 2;
    height: 600em;
    max-height: 600px;
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .mediaPhotosWrapper {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    grid-template-columns: 600px 600px;
    grid-auto-rows: minmax(380px, auto);
  }
}
@media (max-width: 767px) {
  .mediaPhotoWrapper {
    display: block;
  }
  .mediaPhotoWrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}
.nh-search-result-summaries-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nh-results-summary-wrapper .nh-search-summary-text {
  font-size: 44px;
  line-height: 1.2p;
  font-family: "Libre Baskerville";
  color: #1B1E20;
}
.nh-results-summary-wrapper .nh-results-summary-term {
  font-size: 44px;
  line-height: 1.2p;
  font-family: "Libre Baskerville";
  color: #FF6C2C;
  display: inline-block;
}
.nh-results-summary-wrapper .nh-results-summary-counts {
  margin-bottom: 40px;
}
.nh-results-summary-wrapper .nh-results-summary-counts .nh-location-results {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2p;
}
.nh-results-summary-wrapper .nh-results-summary-counts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.nh-results-summary-wrapper .nh-results-summary-counts li {
  display: inline-block;
  margin-left: 20px;
}

.nh-agent-office-summary .nh-agent-phone {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .nh-results-summary .nh-search-summary-text, .nh-results-summary .nh-results-summary-term {
    font-size: 22px;
  }
  .nh-results-summary .nh-location-results {
    font-size: 16px;
  }
}
#nh-filter-your-results-button {
  width: auto;
}
#nh-filter-your-results-button:hover {
  background-color: white;
  border-color: rgba(27, 30, 32, 0.25);
  color: #1B1E20;
}

.nh-advanced-filter-modal .modal-header {
  justify-content: flex-start;
}
.nh-advanced-filter-modal .modal-header .btn-close {
  margin: -0.5rem;
}
.nh-advanced-filter-modal .modal-header h3 {
  font-family: "Karla";
  font-size: 18px;
  color: #1B1E20;
  text-transform: uppercase;
  color: rgba(27, 30, 32, 0.5);
  margin-left: auto;
  margin-right: auto;
}
.nh-advanced-filter-modal .modal-body {
  padding: 50px;
}
.nh-advanced-filter-modal .nh-filter-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.nh-advanced-filter-modal .nh-filter-section:not(:last-child) {
  border-bottom: solid 1px rgba(27, 30, 32, 0.1);
}
.nh-advanced-filter-modal .nh-filter-section:first-child {
  padding-top: 0;
}
.nh-advanced-filter-modal form {
  max-height: 60vh;
  overflow-y: auto;
}
.nh-advanced-filter-modal h4 {
  line-height: 48px;
  font-weight: normal;
  font-family: "Libre Baskerville";
  margin-bottom: 20px;
}
.nh-advanced-filter-modal #language {
  min-width: 60%;
}
.nh-advanced-filter-modal .nh-checkbox-selections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nh-advanced-filter-modal .nh-checkbox-selections .nh-checkbox-wrap {
  flex: 0 0 50%;
}
.nh-advanced-filter-modal .nh-checkbox-selections input[type=checkbox] {
  -webkit-filter: grayscale(100%);
}
.nh-advanced-filter-modal .nh-checkbox-selections label {
  font-family: "Karla";
  font-size: 18px;
}
.nh-advanced-filter-modal .modal-footer {
  justify-content: flex-start;
}
.nh-advanced-filter-modal .modal-footer #nh-filter-submit {
  margin-left: auto;
}
.nh-advanced-filter-modal .modal-footer button {
  width: auto;
}
.nh-advanced-filter-modal #nh-form-reset {
  cursor: pointer;
}

@media (max-width: 767px) {
  .nh-advanced-filter-modal .nh-checkbox-selections .nh-checkbox-wrap {
    flex: 0 0 100%;
  }
  .nh-advanced-filter-modal .modal-body {
    padding: 10px;
  }
}
.nh-agent-office-summary:not(:last-child) {
  border-bottom: solid 2px rgba(27, 30, 32, 0.1098039216);
}

.nh-offices-agents-summaries .nh-agent-office-summary {
  margin: 0;
}

.nh-agent-office-summary {
  display: grid;
  grid-template-columns: 100px auto 290px;
  padding: 12px 0;
  margin: 0 80px;
}
.nh-agent-office-summary .nh-office-letter-wrapper, .nh-agent-office-summary .nh-agent-photo-wrapper {
  grid-column: 1/2;
  display: flex;
  align-items: center;
}
.nh-agent-office-summary .nh-name-and-info {
  grid-column: 2/3;
}
.nh-agent-office-summary .nh-stats-and-link {
  grid-column: 3/4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nh-agent-office-summary .nh-office-letter-and-info {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}

@media (max-width: 767px) {
  .nh-agent-office-summary {
    margin: 0;
    grid-template-columns: 80px auto;
    position: relative;
  }
  .nh-agent-office-summary .nh-office-letter-wrapper, .nh-agent-office-summary .nh-agent-photo-wrapper {
    display: flex;
    align-items: flex-start;
  }
  .nh-agent-office-summary .nh-office-letter-and-info {
    display: block;
  }
  .nh-agent-office-summary .nh-office-letter-for-agent .nh-office-letter-wrapper {
    display: block;
    float: left;
    margin-right: 4px;
  }
  .nh-agent-office-summary .nh-stats-and-link {
    grid-column: 2/4;
    grid-row: 2/3;
    justify-content: flex-start;
  }
  .nh-agent-office-summary .nh-stats-and-link .nh-button-primary, .nh-agent-office-summary .nh-stats-and-link #ast-commentform .submit, #ast-commentform .nh-agent-office-summary .nh-stats-and-link .submit {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.nh-agent-office-summary .nh-office-letter {
  border-radius: 50%;
  background-color: rgba(255, 108, 44, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-family: "Karla";
  color: #FF6C2C;
}
.nh-agent-office-summary .nh-office-letter-for-agent .nh-office-letter {
  width: 25px;
  height: 25px;
  font-size: 18px;
  background-color: #FF6C2C;
  color: white;
}
.nh-agent-office-summary .nh-agent-photo, .nh-agent-office-summary .nh-office-letter {
  width: 80px;
  height: 80px;
  max-width: 80px;
  border: solid 2px #FF6C2C;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.nh-agent-office-summary .nh-summary-type {
  font-family: "Karla";
  font-size: 18px;
  font-weight: bold;
  color: #FF6C2C;
  text-transform: uppercase;
}
.nh-agent-office-summary .nh-summary-name {
  font-family: "Libre Baskerville";
  font-size: 32px;
  line-height: 1.5;
  color: #1B1E20;
}
.nh-agent-office-summary .nh-summary-name a {
  color: inherit;
  text-decoration: none;
}
.nh-agent-office-summary .nh-location, .nh-agent-office-summary .nh-agents-office-license {
  font-family: "Karla";
  font-size: 18px;
  font-weight: bold;
  color: rgba(27, 30, 32, 0.4980392157);
}
.nh-agent-office-summary .nh-location .nh-phone-number, .nh-agent-office-summary .nh-agents-office-license .nh-phone-number {
  display: inline-block;
  width: 140px;
}
.nh-agent-office-summary .nh-location .nh-agent-summary-contact-info a, .nh-agent-office-summary .nh-agents-office-license .nh-agent-summary-contact-info a {
  color: #825CA7;
}
.nh-agent-office-summary .nh-stats-and-link .nh-agent-summary-stat {
  display: inline-block;
  padding: 5px;
  color: #825CA7;
  background-color: rgba(130, 92, 167, 0.2470588235);
  border-radius: 5px;
  margin-right: 5px;
}
.nh-agent-office-summary .nh-stats-and-link .nh-agent-summary-stat:last-child {
  margin-right: 10px;
}
.nh-agent-office-summary .nh-office-contact a {
  color: #825CA7;
}
.nh-agent-office-summary .nh-office-contact a:hover {
  color: #FF6C2C;
}
.nh-agent-office-summary .nh-button-primary, .nh-agent-office-summary #ast-commentform .submit, #ast-commentform .nh-agent-office-summary .submit {
  width: 150px;
  min-width: 150px;
}

@media (max-width: 1025px) {
  .nh-agent-office-summary .nh-button-primary, .nh-agent-office-summary #ast-commentform .submit, #ast-commentform .nh-agent-office-summary .submit {
    border: none;
    padding: none;
    width: auto;
    min-width: auto;
  }
  .nh-agent-office-summary .nh-button-primary span, .nh-agent-office-summary #ast-commentform .submit span, #ast-commentform .nh-agent-office-summary .submit span {
    display: none;
    width: 0;
  }
  .nh-agent-office-summary .nh-button-primary::after, .nh-agent-office-summary #ast-commentform .submit::after, #ast-commentform .nh-agent-office-summary .submit::after {
    content: ">>";
    line-height: 1em;
    font-size: 24px;
    color: #825CA7;
  }
  .nh-agent-office-summary .nh-button-primary:hover, .nh-agent-office-summary #ast-commentform .submit:hover, #ast-commentform .nh-agent-office-summary .submit:hover {
    background: none;
  }
  .nh-agent-office-summary .nh-summary-name {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .nh-agent-office-summary {
    margin-left: 3px;
  }
  .nh-agent-office-summary .nh-office-letter {
    font-size: 19px;
  }
  .nh-agent-office-summary .nh-office-letter-for-agent .nh-office-letter {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
  .nh-agent-office-summary .nh-agent-photo, .nh-agent-office-summary .nh-office-letter {
    width: 60px;
    height: 60px;
    max-width: 60px;
  }
  .nh-agent-office-summary .nh-summary-type {
    font-size: 14px;
  }
  .nh-agent-office-summary .nh-summary-name {
    font-size: 22px;
  }
  .nh-agent-office-summary .nh-location, .nh-agent-office-summary .nh-agents-office-license {
    font-size: 16px;
  }
  .nh-agent-office-summary .nh-location .nh-phone-number, .nh-agent-office-summary .nh-agents-office-license .nh-phone-number {
    width: 140px;
  }
}
.nh-ao-search-results-navigation {
  margin-left: 80px;
  margin-right: 80px;
  width: auto;
}

@media (max-width: 767px) {
  .nh-ao-search-results-navigation {
    margin: 0;
  }
  .nh-ao-search-results-navigation .nh-back-button-wrapper, .nh-ao-search-results-navigation .nh-next-button-wrapper {
    width: 100px;
  }
  .nh-ao-search-results-navigation .nh-back-button-wrapper .nh-button, .nh-ao-search-results-navigation .nh-back-button-wrapper .nh-button-primary, .nh-ao-search-results-navigation .nh-back-button-wrapper .nh-button-primary-alt, .nh-ao-search-results-navigation .nh-back-button-wrapper #ast-commentform .submit, #ast-commentform .nh-ao-search-results-navigation .nh-back-button-wrapper .submit, .nh-ao-search-results-navigation .nh-next-button-wrapper .nh-button, .nh-ao-search-results-navigation .nh-next-button-wrapper .nh-button-primary, .nh-ao-search-results-navigation .nh-next-button-wrapper .nh-button-primary-alt, .nh-ao-search-results-navigation .nh-next-button-wrapper #ast-commentform .submit, #ast-commentform .nh-ao-search-results-navigation .nh-next-button-wrapper .submit {
    min-width: auto;
    width: 100%;
  }
}
.r-pp-reco-stars .r-reco-star {
  color: #8B8E8D;
  font-size: 32px;
  font-family: "Libre Baskerville";
}

.r-pp-reco-stars[data-star-rating="1"] .r-reco-star:nth-child(-n+1) {
  color: #FF6C2C;
}

.r-pp-reco-stars[data-star-rating="2"] .r-reco-star:nth-child(-n+2) {
  color: #FF6C2C;
}

.r-pp-reco-stars[data-star-rating="3"] .r-reco-star:nth-child(-n+3) {
  color: #FF6C2C;
}

.r-pp-reco-stars[data-star-rating="4"] .r-reco-star:nth-child(-n+4) {
  color: #FF6C2C;
}

.r-pp-reco-stars[data-star-rating="5"] .r-reco-star:nth-child(-n+5) {
  color: #FF6C2C;
}

.nh-recommendation .nh-recommendation-date, .nh-recommendation .recommends {
  color: #8B8E8D;
}
.nh-recommendation h4 * {
  font-family: "Karla";
  font-size: 18px;
  line-height: 27px;
}
.nh-recommendation .author {
  font-weight: bold;
}
.nh-recommendation .user {
  color: #FF6C2C;
}

.nh-recommendations-shortcode-section h3 {
  margin-bottom: 40px;
}

#nh-recommendations {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6%;
       column-gap: 6%;
  flex-direction: row;
}
#nh-recommendations .nh-recommendation {
  margin-bottom: 40px;
  flex-basis: 47%;
}

#nh-more-recs-holder {
  display: none;
}

@media (min-width: 768px) {
  #nh-recommendations .nh-recommendation:nth-last-child(1), #nh-recommendations .nh-recommendation:nth-last-child(2) {
    margin-bottom: 0;
  }
  .nh-recommendations-shortcode-section .nh-button-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #nh-recommendations h2 {
    font-size: 22px;
  }
  #nh-recommendations .nh-recommendation {
    flex-basis: 100%;
  }
}
.listing-detail-header {
  margin-bottom: 40px;
}
.listing-detail-header .listings-location {
  font-weight: normal;
  font-size: 44px;
  line-height: 1.24;
}
.listing-detail-header .listings-location .listings-city {
  font-family: "Karla";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.272;
  color: rgba(27, 30, 32, 0.5);
}
.listing-detail-header ul.property-info {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.listing-detail-header ul.property-info li {
  display: inline;
  font-family: "Karla";
  font-size: 18px;
  line-height: 21px;
  color: rgba(27, 30, 32, 0.5);
}
.listing-detail-header ul.property-info li:not(:last-child)::after {
  content: " | ";
  margin: 0 8px;
  display: inline-block;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  background-color: transparent;
}

.nh-listing-detail-gallery {
  margin-bottom: 80px;
}
.nh-listing-detail-gallery .carousel-indicators {
  position: relative;
  justify-content: flex-start;
  margin: 20px 0 0 0;
  overflow-x: auto;
}
.nh-listing-detail-gallery .carousel-indicators li:not(:last-child) {
  margin-right: 20px;
}
.nh-listing-detail-gallery .carousel-indicators li a {
  display: flex;
  height: 150px;
  width: 200px;
}
.nh-listing-detail-gallery .carousel-indicators li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nh-listing-detail-gallery .carousel-control-prev,
.nh-listing-detail-gallery .carousel-control-next {
  bottom: 200px;
}
.nh-listing-detail-gallery .carousel-control-prev:hover,
.nh-listing-detail-gallery .carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nh-listing-detail-gallery .carousel-control-next-icon {
  color: black;
}
.nh-listing-detail-gallery .carousel-item, .nh-listing-detail-gallery .carousel-item-next, .nh-listing-detail-gallery .carousel-item-previous {
  max-height: 100vh;
}
.nh-listing-detail-gallery .carousel-item img, .nh-listing-detail-gallery .carousel-item-next img, .nh-listing-detail-gallery .carousel-item-previous img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nh-listing-detail-gallery .nh-carousel-thumbnails::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.nh-listing-detail-gallery .nh-carousel-thumbnails::-webkit-scrollbar-thumb {
  background: #FF6C2C;
}
.nh-listing-detail-gallery .nh-carousel-thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 108, 44, 0.25);
}
.nh-listing-detail-gallery .nh-carousel-thumbnails {
  scrollbar-face-color: #FF6C2C;
  scrollbar-track-color: rgba(255, 108, 44, 0.25);
}

.listing-details-section h3 {
  margin-bottom: 15px;
}
.listing-details-section .property-description p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
.listing-details-section table {
  border: none;
  margin-bottom: 0;
}
.listing-details-section td, .listing-details-section th {
  width: 50%;
  border-width: 2px 0 0 0;
  border-color: rgba(27, 30, 32, 0.1098039216);
  font-family: "Karla";
  font-size: 18px;
}
.listing-details-section th {
  font-weight: 700;
}
.listing-details-section .listing-detail-tables {
  margin: 60px -20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
}
.listing-details-section .listing-detail-tables .nh-table-wrapper {
  box-sizing: border-box;
  display: block;
  padding: 20px;
  width: 50%;
}
.listing-details-section .listing-detail-tables .nh-table-wrapper:nth-last-child(1) {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .listing-details-section .listing-detail-tables .nh-table-wrapper:nth-last-child(2) {
    padding-bottom: 0;
  }
  .property-features {
    margin-bottom: 70px;
  }
}
.nh-listing-disclaimer {
  padding: 40px;
  width: 100%;
  background-color: #f6f6f6;
}

.agent-header-and-contact {
  margin-top: 80px;
}

#listing-and-area-info-tabs {
  margin: 0 0 40px 0;
}
#listing-and-area-info-tabs li button {
  font-size: 18px;
  color: rgba(27, 30, 32, 0.5);
}
#listing-and-area-info-tabs li button.active {
  font-size: 19px;
  color: #FF6C2C;
}

@media (max-width: 767px) {
  .listing-detail-header .listings-location {
    margin-bottom: 20px;
  }
  .listing-detail-header .listings-location .listings-address {
    display: block;
    font-size: 28px;
  }
  .listing-detail-header .listings-location .listings-city {
    display: block;
    font-size: 18px;
  }
  #listing-and-area-info-tabs {
    border: none;
    margin-bottom: 20px;
  }
  #listing-and-area-info-tabs .nav-item {
    display: block;
    width: 100%;
  }
  #listing-and-area-info-tabs .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
  #listing-and-area-info-tabs .nav-item .nav-link {
    font-size: 19px;
    border: 0;
    border: solid 2px rgba(27, 30, 32, 0.5);
    margin: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1B1E20;
  }
  #listing-and-area-info-tabs .nav-item .nav-link.active {
    border: 0;
    background-color: #FF6C2C;
    color: white;
  }
  .nh-listing-detail-gallery {
    margin-bottom: 40px;
  }
  .nh-listing-detail-gallery .carousel-item, .nh-listing-detail-gallery .carousel-item-next, .nh-listing-detail-gallery .carousel-item-previous {
    padding-bottom: 75%;
  }
  .nh-listing-detail-gallery .carousel-indicators {
    margin: 10px 0 0 0;
  }
  .nh-listing-detail-gallery .carousel-indicators li a {
    height: 75px;
    width: 100px;
  }
  #nh-listing-details-panel h3 {
    font-size: 22px;
  }
  .listing-details-section .property-description p {
    font-size: 16px;
  }
  .listing-details-section .listing-detail-tables .nh-table-wrapper {
    width: 100%;
  }
  .listing-details-section .listing-detail-tables .nh-table-wrapper {
    float: none;
  }
  .listing-details-section .listing-detail-tables {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .listing-details-section table {
    margin-bottom: 0;
  }
  .listing-details-section table th, .listing-details-section table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  .listing-details-section table td {
    margin-left: 10px;
  }
  .listing-details-section table tr {
    width: 100%;
    display: block;
    border-top: solid 2px rgba(27, 30, 32, 0.1098039216);
    padding: 8px 0;
  }
  .virtual-tour .listing-features {
    margin-top: 20px;
  }
  .agent-header-and-contacts {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .agent-header-and-contacts + .agent-header-and-contacts {
    margin-top: 20px;
  }
  .agent-header-and-contact {
    width: 100%;
    margin: 0;
  }
  .agent-header-and-contact .nh-agent-header {
    display: block;
  }
  .agent-header-and-contact .nh-agent-header .nh-headshot {
    margin: 0 auto 20px;
  }
  .nh-agent-contact {
    margin: 0;
  }
  .nh-agent-contact h4 {
    font-size: 20px;
  }
  .nh-agent-contact div, .nh-agent-contact a {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .nh-agent-contact i {
    font-size: 18px;
  }
  .nh-agent-contact i.fa-map-marker-alt {
    margin-right: 14.5px;
  }
}
#market-info {
  margin-bottom: 80px;
}
#market-info ul {
  list-style: none;
  font-size: 0;
}
#market-info ul li {
  display: inline-block;
}
#market-info .graph_list {
  margin-bottom: 80px;
}
#market-info .housing-occupancy-charts-container {
  width: 50%;
  padding-right: 20px;
}
#market-info .rual-vs-urban-wrapper {
  width: 50%;
}
#market-info #housing-occupancy-charts {
  font-size: 0;
}
#market-info #housing-occupancy-charts .hr-chart {
  display: inline-block;
}
#market-info #housing-occupancy-charts #housing-occupancy-chart {
  width: 40%;
}
#market-info #housing-occupancy-charts #housing-occupant-type-chart, #market-info #housing-occupancy-charts #housing-vacancy-type-chart {
  width: 30%;
}
#market-info #rual-vs-urban-wrapper {
  padding-left: 20px;
}
#market-info .svc-disclaimer {
  text-align: right;
  font-family: "Karla";
  font-size: 18px;
  color: rgba(27, 30, 32, 0.5);
  line-height: 50px;
}

.panel-default {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .panel-default {
    margin-bottom: 40px;
  }
  #market-info .graph_list {
    margin-bottom: 40px;
  }
  #market-info .housing-occupancy-charts-container {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #market-info #population-urbaness {
    width: 80%;
    padding-left: 0;
    margin: 0 10%;
    height: 300px;
  }
  #market-info .rual-vs-urban-wrapper {
    width: 100%;
  }
  #market-info #housing-occupancy-charts #housing-occupancy-chart {
    min-width: 40%;
    height: 200px;
  }
  #market-info #housing-occupancy-charts #housing-occupant-type-chart, #market-info #housing-occupancy-charts #housing-vacancy-type-chart {
    min-width: 30%;
    height: 200px;
  }
  #market-info .svc-disclaimer {
    font-size: 14px;
    line-height: 1.4;
  }
}
#community-info h3, #community-info .graph_list h4, #market-info h3, #market-info .graph_list h4 {
  font-family: "Karla";
  font-size: 16px;
  color: rgba(27, 30, 32, 0.5);
  font-weight: 700;
  text-transform: uppercase;
}
#community-info .graph_list h4, #market-info .graph_list h4 {
  margin-bottom: 20px;
}
#community-info .head, #market-info .head {
  margin-bottom: 80px;
}
#community-info .panel-title, #market-info .panel-title {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Libre Baskerville";
  margin-bottom: 40px;
  color: #1B1E20;
}
#community-info .graph_list, #community-info .graph_list ul, #market-info .graph_list, #market-info .graph_list ul {
  list-style: none;
  margin: 0;
}
#community-info .graph_list > li:not(:last-child), #market-info .graph_list > li:not(:last-child) {
  margin-bottom: 40px;
}

.hrc-facts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hrc-facts li {
  width: 50%;
  display: flex;
}
.hrc-facts li:nth-child(odd) {
  padding-right: 20px;
}
.hrc-facts li:nth-child(even) {
  padding-left: 20px;
}
.hrc-facts li span {
  border-top: 1px solid rgba(27, 30, 32, 0.1098039216);
}
.hrc-facts .key {
  font-family: "Karla";
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  flex: 0 0 50%;
}
.hrc-facts .value {
  font-family: "Karla";
  font-size: 18px;
  line-height: 50px;
  flex: 0 0 50%;
}

.hr-combined-chart-area {
  font-size: 0;
}

.hr-type-bar-double-left, .hr-type-bar-double-right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.hr-combined-chart-area.pop-by-sex-charts.full-chart {
  margin: 0 auto;
}
.hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-left, .hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-right {
  width: 30%;
  height: 350px;
  display: inline-block;
  vertical-align: top;
}
.hr-combined-chart-area.pop-by-sex-charts.full-chart #population-by-sex {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  height: 350px;
}
.hr-combined-chart-area.pop-by-sex-charts.full-chart #male-pop-by-relationship, .hr-combined-chart-area.pop-by-sex-charts.full-chart #male-pop-by-employment, .hr-combined-chart-area.pop-by-sex-charts.full-chart #female-pop-by-relationship, .hr-combined-chart-area.pop-by-sex-charts.full-chart #female-pop-by-employment {
  height: 175px;
}

.hr-combined-chart-area.pop-by-race-wrapper {
  font-size: 0;
}
.hr-combined-chart-area.pop-by-race-wrapper #pop-by-race, .hr-combined-chart-area.pop-by-race-wrapper #pop-by-hisp {
  width: 50%;
  height: 350px;
  display: inline-block;
  vertical-align: top;
}

.two-charts {
  font-size: 0;
}
.two-charts .chart-half1, .two-charts .chart-half2, .two-charts .chart-half {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.two-charts .hr-chart {
  height: 350px;
}

.full-chart {
  width: 100%;
  margin: 0 auto;
}
.full-chart.hr-chart {
  height: 250px;
}

#weather-facts-wrapper {
  padding: 0 20px 0 0;
}
#weather-facts-wrapper .hrc-facts {
  display: block;
}
#weather-facts-wrapper .hrc-facts li {
  font-size: 0;
  width: 100%;
  display: block;
  padding: 0;
}
#weather-facts-wrapper .hrc-facts li .key, #weather-facts-wrapper .hrc-facts li .value {
  width: 50%;
  display: inline-block;
}

@media (max-width: 768px) {
  #community-info .head {
    margin-bottom: 40px;
  }
  .hrc-facts {
    display: block;
    width: 100%;
  }
  .hrc-facts li {
    font-size: 0;
    width: 100%;
    display: block;
    border-top: solid 1px rgba(27, 30, 32, 0.1098039216);
  }
  .hrc-facts li:nth-child(odd), .hrc-facts li:nth-child(even) {
    padding: 10px 0;
  }
  .hrc-facts .key, .hrc-facts .value {
    width: 100%;
    flex: none;
    display: block;
    border: none;
    line-height: normal;
    font-size: 16px;
  }
  .hrc-facts .value {
    padding-left: 10px;
  }
  .hr-type-bar-double-left, .hr-type-bar-double-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    margin: 0;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-left {
    grid-row: 1;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-right {
    grid-row: 2;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart #population-by-sex {
    grid-row: 3;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-left, .hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-right, .hr-combined-chart-area.pop-by-sex-charts.full-chart #population-by-sex {
    padding: 0 10%;
    width: 100%;
    display: block;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-left, .hr-combined-chart-area.pop-by-sex-charts.full-chart .charts-right {
    height: auto;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart #population-by-sex {
    height: 225px;
  }
  .hr-combined-chart-area.pop-by-sex-charts.full-chart #male-pop-by-relationship, .hr-combined-chart-area.pop-by-sex-charts.full-chart #male-pop-by-employment, .hr-combined-chart-area.pop-by-sex-charts.full-chart #female-pop-by-relationship, .hr-combined-chart-area.pop-by-sex-charts.full-chart #female-pop-by-employment {
    height: 150px;
  }
  .hr-combined-chart-area.pop-by-race-wrapper {
    font-size: 0;
  }
  .hr-combined-chart-area.pop-by-race-wrapper #pop-by-race, .hr-combined-chart-area.pop-by-race-wrapper #pop-by-hisp {
    width: 100%;
    height: 150px;
    padding: 0;
    display: block;
  }
  .two-charts {
    font-size: 0;
  }
  .two-charts .chart-half1, .two-charts .chart-half2, .two-charts .chart-half {
    width: 100%;
    padding: 0 0 40px 0;
    display: block;
  }
  .two-charts .hr-chart {
    height: 220px;
  }
  .full-chart {
    width: 100%;
    margin: 0;
  }
  .full-chart.hr-chart {
    height: 250px;
  }
  #weather-facts-wrapper {
    padding: 0 40px 0 0;
    margin-bottom: 40px;
  }
  #weather-facts-wrapper .hrc-facts {
    display: block;
  }
  #weather-facts-wrapper .hrc-facts li {
    width: 100%;
  }
  #weather-facts-wrapper .hrc-facts li .key, #weather-facts-wrapper .hrc-facts li .value {
    width: 100%;
    display: block;
  }
}
.schools-information #school-listings {
  border: none;
  border-collapse: collapse;
  margin-top: 80px;
}
.schools-information #school-listings th {
  font-family: "Karla";
  font-weight: bold;
  font-size: 18px;
  color: rgba(27, 30, 32, 0.5);
  text-transform: uppercase;
}
.schools-information #school-listings th, .schools-information #school-listings td {
  border: none;
  padding: 20px 0;
}
.schools-information #school-listings th:not(:first-child), .schools-information #school-listings td:not(:first-child) {
  text-align: center;
}
.schools-information #school-listings td {
  color: rgba(27, 30, 32, 0.5);
  font-family: "Karla";
}
.schools-information #school-listings tr {
  border: none;
  border-bottom: solid 2px rgba(27, 30, 32, 0.1);
}
.schools-information #school-listings h5 {
  font-family: "Libre Baskerville";
  font-size: 32px;
  line-height: 1.3;
}

.nh-school-rating {
  width: 60px;
  height: 40px;
  padding: 5px 0;
  display: block;
  background-color: rgba(53, 125, 87, 0.5);
  color: #357D57;
  text-align: center;
  font-family: "Karla";
  font-size: 0;
}
.nh-school-rating .nh-school-rating-number {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.nh-school-rating .edu-climate {
  font-size: 9px;
}

#listing-map-school-filter {
  position: absolute;
  z-index: 999;
  right: 99px;
  top: 10px;
}
#listing-map-school-filter .nh-school-filter {
  display: none;
  height: 40px;
  padding: 10px 20px;
}
#listing-map-school-filter .nh-school-filter:focus {
  background-color: white;
  color: #1B1E20;
}
#listing-map-school-filter .nh-school-filter.filter-is-visible {
  display: block;
}

.school-back {
  margin-bottom: 40px;
}
.school-back .nh-button, .school-back .nh-button-primary, .school-back .nh-button-primary-alt, .school-back #ast-commentform .submit, #ast-commentform .school-back .submit {
  width: 200px;
}

.schools-filter .btn-group {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.schools-filter .btn-group .nh-button.active, .schools-filter .btn-group .active.nh-button-primary, .schools-filter .btn-group .active.nh-button-primary-alt, .schools-filter .btn-group #ast-commentform .active.submit, #ast-commentform .schools-filter .btn-group .active.submit {
  background-color: #FF6C2C;
  color: white;
}
.schools-filter .btn-group .nh-button, .schools-filter .btn-group .nh-button-primary, .schools-filter .btn-group .nh-button-primary-alt, .schools-filter .btn-group #ast-commentform .submit, #ast-commentform .schools-filter .btn-group .submit {
  width: auto;
}

.school-info {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

#school-detail h4 {
  font-size: 28px;
  line-height: 1.5;
  font-family: "Libre Baskerville";
  margin-bottom: 40px;
  display: inline-block;
}
#school-detail h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
#school-detail .district {
  display: inline-block;
  color: rgba(27, 30, 32, 0.8);
}
#school-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}

#student-ethnicities-chart,
#student-gender-ratio {
  width: 400px;
  height: 300px;
  display: inline-block;
  margin-left: 80px;
}

@media (max-width: 767px) {
  .schools-filter {
    display: none;
  }
  #school-detail h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #school-detail h6 {
    font-size: 16px;
  }
  .schools-information #school-listings {
    margin-top: 0;
  }
  .schools-information #school-listings tr h5 {
    font-size: 18px;
  }
  .schools-information #school-listings tr .nh-school-contact {
    display: none;
  }
  .schools-information #school-listings tr .enrollment-col {
    display: none;
  }
  #student-ethnicities-chart {
    height: 75vw;
  }
}
.mortgage_calc_wrapper h3 {
  font-family: "KarLibre Baskerville";
  font-weight: bold;
  font-size: 18px;
  color: #FF6C2C;
  margin-bottom: 20px;
}
.mortgage_calc_wrapper p {
  font-size: 24px;
}
.mortgage_calc_wrapper p.small {
  font-size: 18px;
  color: rgba(27, 30, 32, 0.5);
}
.mortgage_calc_wrapper label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.mortgage_calc_wrapper input {
  width: 100%;
}
.mortgage_calc_wrapper .monthly_payment label {
  display: block;
  font-size: 24px;
  font-family: "Libre Baskerville";
  line-height: 1.5;
}
.mortgage_calc_wrapper .monthly_payment div {
  color: #FF6C2C;
  font-family: "Karla";
  font-size: 36px;
  font-weight: normal;
}
.mortgage_calc_wrapper fieldset {
  display: grid;
  grid-template-columns: 30% 30% 40%;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  border: 0;
  padding: 0;
  margin-bottom: 40px;
}
.mortgage_calc_wrapper fieldset > div:nth-child(1) {
  grid-column: 1/2;
}
.mortgage_calc_wrapper fieldset > div:nth-child(2) {
  grid-column: 2/3;
}
.mortgage_calc_wrapper fieldset > div:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.mortgage_calc_wrapper fieldset > div:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.mortgage_calc_wrapper fieldset > div:nth-child(5) {
  grid-column: 3/4;
  grid-row: 1/3;
  align-self: center;
  text-align: center;
}

@media (max-width: 767px) {
  .mortgage_calc_wrapper h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .mortgage_calc_wrapper p {
    font-size: 16px;
  }
  .mortgage_calc_wrapper p.small {
    font-size: 14px;
  }
  .mortgage_calc_wrapper label {
    font-size: 16px;
  }
  .mortgage_calc_wrapper input {
    width: 100%;
  }
  .mortgage_calc_wrapper .monthly_payment {
    padding-top: 10px;
  }
  .mortgage_calc_wrapper .monthly_payment label {
    font-size: 18px;
  }
  .mortgage_calc_wrapper .monthly_payment div {
    font-size: 22px;
  }
  .mortgage_calc_wrapper fieldset {
    display: block;
    grid-template-columns: none;
    -moz-column-gap: normal;
         column-gap: normal;
    row-gap: normal;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .mortgage_calc_wrapper fieldset > div {
    margin-bottom: 20px;
  }
}
#nh-quote-slider {
  background-color: #F6F6F6;
  padding: 80px;
  padding-bottom: 40px;
}

.nh-quote-slide .nh-quote-text {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Libre Baskerville";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 216px;
}
.nh-quote-slide .nh-attribution-image {
  width: 150px;
  height: 150px;
}
.nh-quote-slide .nh-attribution-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: solid thin transparent;
  border-radius: 50%;
}
.nh-quote-slide .nh-attribution {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
}
.nh-quote-slide .nh-attribution .nh-attribution-name-and-title .nh-attribution-name {
  display: block;
  font-weight: bold;
  font-family: "Karla";
  font-size: 18px;
  line-height: 27px;
}
.nh-quote-slide .nh-attribution .nh-attribution-name-and-title .nh-attribution-title {
  display: block;
  font-family: "Karla";
  font-size: 18px;
  line-height: 27px;
}

.nh-quote-paging {
  width: 190px;
  margin: 80px auto 0 auto;
  font-size: 18px;
  color: #c4c4c4;
}
.nh-quote-paging .nh-previous-slide {
  display: inline-block;
  width: 57px;
  height: 10px;
  background-image: url(/wp-content/uploads/2021/07/previous_enabled.png);
}
.nh-quote-paging .nh-next-slide {
  display: inline-block;
  width: 57px;
  height: 10px;
  background-image: url(/wp-content/uploads/2021/07/next_enabled.png);
}

@media (max-width: 767px) {
  #nh-quote-slider {
    padding: 40px 20px 20px;
  }
  .nh-quote-slide .nh-quote-text {
    font-size: 19px;
    min-height: 132px;
  }
  .nh-quote-slide .nh-attribution-image {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .nh-quote-slide .nh-attribution {
    display: block;
  }
  .nh-quote-slide .nh-attribution .nh-attribution-name-and-title {
    text-align: center;
  }
  .nh-quote-slide .nh-attribution .nh-attribution-name-and-title .nh-attribution-name {
    font-size: 16px;
    line-height: 1.5;
  }
  .nh-quote-slide .nh-attribution .nh-attribution-name-and-title .nh-attribution-title {
    display: block;
    font-family: "Karla";
    font-size: 16px;
    line-height: 1.5;
  }
  .nh-quote-paging {
    width: 190px;
    margin: 20px auto 0 auto;
  }
}
.nh-dynamic-quote {
  padding: 0 20%;
  margin: 40px 0;
}
.nh-dynamic-quote .nh-dynamic-quote-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.nh-dynamic-quote .nh-quote-text {
  text-align: center;
  font-size: 32px;
  font-family: "Libre Baskerville";
  margin-bottom: 40px;
}
.nh-dynamic-quote .nh-attribution-name-and-title {
  text-align: center;
  font-size: 18px;
  font-family: "Karla";
}

@media (max-width: 767px) {
  .nh-dynamic-quote {
    margin: 25px 0;
    padding: 0;
  }
  .nh-dynamic-quote .nh-quote-text {
    font-size: 19px;
    margin-bottom: 25px;
  }
  .nh-dynamic-quote .nh-attribution-name-and-title {
    font-size: 16px;
  }
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #FF6C2C;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #FF6C2C;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #FF6C2C;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #FF6C2C;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #FF6C2C;
  border-radius: 0;
}/*# sourceMappingURL=combined.css.map */