/*!
Theme Name: U.S. Health Forum
Theme URI: https://uhf.d2.design/
Description: U.S. Health Forum child theme for Hello Elementor.
Author: d2 Digital Designs
Author URI: https://d2.design/
Template: hello-elementor
Version: 1.0.0
Text Domain: us-health-forum
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --uhf-navy: var(--e-global-color-primary, #0f246c);
  --uhf-blue: var(--e-global-color-accent, #1f8efc);
  --uhf-ink: var(--e-global-color-secondary, #303030);
  --uhf-text: var(--e-global-color-text, #5a5a5a);
  --uhf-surface: #e3e3e3;
  --uhf-surface-muted: #d9d9d9;
  --uhf-paper: #f3f1eb;
  --uhf-light: #f3f3f3;
  --uhf-font: 'Inter', sans-serif;
  --uhf-space: 30px;
  --uhf-content: 1194px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--uhf-blue);
  outline-offset: 4px;
}

.uhf-section {
  scroll-margin-top: 100px;
}

.uhf-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: var(--uhf-font);
  color: var(--uhf-text);
  background: var(--uhf-surface);
  font-size: 20px;
  line-height: 1.4;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--uhf-font);
  color: var(--uhf-ink);
}

:where(h1, h2) {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1, h2 {
  font-size: clamp(38px, 3.86vw, 74px);
}

h3 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

.uhf-section img {
  display: block;
}

.uhf-feature-box .elementor-image-box-content {
  border-top: 1px solid #b3b3b3;
  padding-top: 30px;
}

.uhf-feature-box--dark .elementor-image-box-content {
  border-top-color: #1f8efc;
}

.uhf-rhythm-table table {
  table-layout: fixed;
}

.uhf-rhythm-table td:nth-child(1) {
  width: 8%;
}

.uhf-rhythm-table td:nth-child(2) {
  width: 20%;
}

.uhf-rhythm-table td:nth-child(3) {
  width: 30%;
}

.uhf-rhythm-table td:nth-child(4) {
  width: 42%;
}

.uhf-expectations-table td:first-child {
  width: 8%;
}

.uhf-rhythm-table td, .uhf-expectations-table td {
  vertical-align: top;
}

.uhf-council {
  width: 100%;
}

.uhf-council .premium-person-info-container {
  min-height: 260px;
}

.uhf-motion.animated {
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.uhf-motion.fadeInUp {
  animation-name: uhf-reveal;
}

@keyframes uhf-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.elementor-button {
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

@media (min-width: 1025px) {
  .elementor.elementor-location-header .uhf-header {
    transition: padding 240ms ease, box-shadow 240ms ease;
  }
  .elementor.elementor-location-header .uhf-header .elementor-widget-image img {
    transition: width 240ms ease;
  }
  .elementor.elementor-location-header .uhf-header .elementor-nav-menu--main .elementor-item {
    transition: font-size 240ms ease, color 180ms ease;
  }
  .elementor.elementor-location-header .uhf-header .elementor-button {
    transition: padding 240ms ease, font-size 240ms ease, background-color 180ms ease;
  }
  .elementor.elementor-location-header .uhf-header.elementor-sticky--effects {
    padding-top: 14px;
    padding-bottom: 14px;
    box-shadow: 0 3px 16px rgba(15, 36, 108, 0.1);
  }
  .elementor.elementor-location-header .uhf-header.elementor-sticky--effects .elementor-widget-image img {
    width: 300px;
  }
  .elementor.elementor-location-header .uhf-header.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {
    font-size: 15px;
  }
  .elementor.elementor-location-header .uhf-header.elementor-sticky--effects .elementor-button {
    font-size: 13px;
    padding: 12px 18px;
  }
}
.uhf-contact-form input:not([type=checkbox]):not([type=radio]), .uhf-contact-form textarea, .uhf-contact-form select {
  font: inherit;
  border: 1px solid #767676;
  border-radius: 0;
  background: white;
  color: var(--uhf-ink);
  padding: 14px;
}
.uhf-contact-form button, .uhf-contact-form input[type=submit] {
  background: var(--uhf-navy);
  color: white;
  border: 0;
  font-weight: 600;
  padding: 14px 24px;
}

@media (max-width: 767px) {
  #elementor-popup-modal-29 {
    height: 100dvh;
    padding: 16px 0;
  }
  #elementor-popup-modal-29 .dialog-widget-content {
    max-height: calc(100dvh - 32px) !important;
    overflow: hidden;
  }
  #elementor-popup-modal-29 .dialog-message {
    height: auto !important;
    max-height: calc(100dvh - 32px) !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  #elementor-popup-modal-29 .elementor-location-popup {
    height: auto !important;
  }
  #elementor-popup-modal-29 .elementor-location-popup > .e-con {
    padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  h3 {
    font-size: 28px;
  }
  .uhf-parallax {
    background-attachment: scroll !important;
  }
  .elementor .uhf-rhythm-table .premium-table-wrap, .elementor .uhf-expectations-table .premium-table-wrap {
    overflow: visible;
  }
  .elementor .uhf-rhythm-table .premium-table, .elementor .uhf-rhythm-table .premium-table-body, .elementor .uhf-expectations-table .premium-table, .elementor .uhf-expectations-table .premium-table-body {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: visible;
  }
  .elementor .uhf-rhythm-table .premium-table-row, .elementor .uhf-expectations-table .premium-table-row {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
  }
  .elementor .uhf-rhythm-table .premium-table-cell, .elementor .uhf-expectations-table .premium-table-cell {
    display: block;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0 !important;
    text-align: left;
  }
  .elementor .uhf-rhythm-table .premium-table-text, .elementor .uhf-expectations-table .premium-table-text {
    display: block;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    white-space: normal;
  }
  .elementor .uhf-rhythm-table .premium-table-cell:first-child .premium-table-text, .elementor .uhf-expectations-table .premium-table-cell:first-child .premium-table-text {
    color: #1F8EFC !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .elementor .uhf-rhythm-table .premium-table-cell:nth-child(2) .premium-table-text {
    color: #1F8EFC !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
  }
  .elementor .uhf-rhythm-table .premium-table-cell:nth-child(n+3) {
    grid-column: 1/-1;
  }
  .elementor .uhf-rhythm-table .premium-table-cell:nth-child(3) .premium-table-text {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
  }
  .elementor .uhf-rhythm-table .premium-table-cell:nth-child(4) .premium-table-text {
    color: #5A5A5A !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .uhf-parallax {
    background-attachment: scroll !important;
  }
  .elementor .animated, .elementor .elementor-invisible {
    animation: none !important;
    visibility: visible !important;
    transform: none !important;
  }
  .elementor-button {
    transition: none !important;
  }
  .uhf-header, .uhf-header img, .uhf-header .elementor-item {
    transition: none !important;
  }
}