/*!
Theme Name: UWH VC
Theme URI: https://www.unifiedvirtualclinic.com
Author: Unfied Women's Health Care
Description: UWH VC is a responsive, WordPress theme designed for the Virtual Clinic.
Version: 1.0
Tested up to: 6.8
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uwh-vc

*/
.font-label {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (min-width: 768px) {
  .font-label {
    font-size: 0.9375rem;
  }
}

.color-text-navy {
  color: #183645;
}

.color-text-tan {
  color: #d9af80;
}

.color-text-light-brown {
  color: #ac8754;
}

.text-wrap--balance {
  text-wrap: balance;
}

.font-caption {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  font-size: 4.38dvw;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .font-caption {
    font-size: 0.875rem;
    line-height: 130%;
  }
}

.font-large-1 {
  font-size: 10dvw;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .font-large-1 {
    font-size: 3.5rem;
    line-height: 115%;
  }
}

.font-large-2 {
  letter-spacing: -0.02em;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 10dvw;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}
@media (min-width: 768px) {
  .font-large-2 {
    font-size: 3.5rem;
    line-height: 115%;
  }
}

.font-large-3 {
  font-size: 8.75dvw;
  line-height: 115%;
  letter-spacing: -0.03em;
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .font-large-3 {
    font-size: 2.5rem;
  }
}

.font-large-4 {
  font-size: 8.44dvw;
  line-height: 115%;
  font-style: normal;
  letter-spacing: -0.03em;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .font-large-4 {
    line-height: 115%;
    font-size: 2.5rem;
  }
}
.font-large-4 p {
  margin-bottom: 0px;
}

.font-large-5 {
  font-size: 8.44dvw;
  line-height: 115%;
  letter-spacing: -0.03em;
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .font-large-5 {
    font-size: 2.5rem;
  }
}

.font-large-6 {
  letter-spacing: -0.02em;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 6.88dvw;
  font-style: italic;
  font-weight: 400;
  line-height: 115%;
}
@media (min-width: 768px) {
  .font-large-6 {
    font-size: 1.75rem;
    line-height: 118%;
  }
}

.font-large-7 {
  font-size: 7.19dvw;
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.03em;
  font-family: IBM Plex Sans, sans-serif;
}
@media (min-width: 768px) {
  .font-large-7 {
    font-size: 1.625rem;
  }
}

.font-subtitle {
  letter-spacing: -0.03em;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 5.31dvw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 768px) {
  .font-subtitle {
    font-size: 1.25rem;
    line-height: 130%;
  }
}

.font-body {
  font-size: 5.31dvw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-family: IBM Plex Sans, sans-serif;
}
@media (min-width: 768px) {
  .font-body {
    font-size: 1.0625rem;
  }
}
.font-body.text-weight-bold {
  font-weight: 600;
}

.color-text-pink {
  color: #f1988a;
}

.color-text-salmon {
  color: #ec7053;
}

h2 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 3.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 115%;
}

h3 {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 115%;
}

.margin-bottom-md {
  margin-bottom: 1rem;
}

.has-text-color.has-tan-color {
  color: #d9af80;
}
.has-text-color.has-cream-color {
  color: #e8e6dd;
}
.has-text-color.has-navy-color {
  color: #183645;
}
.has-text-color.has-white-color {
  color: #fff;
}

.has-navy-background-color {
  background-color: #183645;
}

.color-text-brown {
  color: #927135;
}

.navy_background {
  color: #e8e6dd;
}
.navy_background .color-text-brown {
  color: #d9af80;
}
.navy_background a {
  color: #e8e6dd;
}
.navy_background .button.primary {
  background-color: #e8e6dd;
  color: #183645;
  border-color: #e8e6dd;
}

.title-content {
  width: 84.99%;
}
@media screen and (max-width: 767px) {
  .title-content {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .title-content {
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
  }
}

.heading-max-width {
  width: 24.625rem;
}
@media screen and (max-width: 991px) {
  .heading-max-width {
    width: auto;
  }
}

.spacer-medium {
  padding-top: 10vw;
}
@media screen and (min-width: 768px) {
  .spacer-medium {
    padding-top: 3em;
  }
}

.cta_wrapper {
  margin-top: 3rem;
}

.button {
  border-width: 0.63dvw;
  border-radius: 2.5dvw;
  flex: none;
  padding: 3.75dvw 7.5dvw;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
  border: 0.125rem solid #183645;
  background-color: #183645;
  color: #e8e6dd;
}
@media (min-width: 768px) {
  .button {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
  }
}
.button.secondary {
  background-color: #e8e6dd;
  color: #183645;
}
.button.tertiary {
  grid-column-gap: 2.5dvw;
  grid-row-gap: 2.5dvw;
  border-radius: 31.25dvw;
  padding: 2.5dvw 5dvw 2.5dvw 3.75dvw;
  display: flex;
  align-items: center;
  background-color: #e8e6dd;
  color: #183645;
  border-width: 0;
}
@media (min-width: 768px) {
  .button.tertiary {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    border-radius: 6.25rem;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
}
.button.tertiary:hover {
  text-decoration: underline;
}
.button.tertiary.fake {
  grid-column-gap: 2.5dvw;
  grid-row-gap: 2.5dvw;
  border-radius: 31.25dvw;
  padding: 2.5dvw 5dvw 2.5dvw 3.75dvw;
  display: flex;
  align-items: center;
  border-width: 0.0625rem;
  border-color: rgba(0, 0, 0, 0);
}
.button.tertiary.fake:hover p {
  color: #183645;
}
@media (min-width: 992px) {
  .button.tertiary.fake {
    padding: 0px;
  }
}
.button--icon {
  background-size: 12.5dvw;
  flex: none;
  width: 12.5dvw;
  height: 12.5dvw;
  background-position: 0 0;
  background-image: url("/wp-content/themes/uwh-vc/images/icon-close-outline.svg");
}
.button--icon.arrow {
  background-image: url("/wp-content/themes/uwh-vc/images/icon-back-arrow.svg");
}
.button--icon.arrow:hover {
  background-image: url("/wp-content/themes/uwh-vc/images/icon-back-dark.svg");
}
@media (min-width: 768px) {
  .button--icon {
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.button--sprite {
  background-size: 12.5dvw;
  flex: none;
  width: 12.5dvw;
  height: 12.5dvw;
  position: relative;
  border-color: orange;
}
@media (min-width: 768px) {
  .button--sprite {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.button--sprite--off {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button--sprite--off.on {
  opacity: 0;
  object-position: 50% 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.button.w-condition-invisible {
  display: none;
}
.button.checkbox {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: url("/wp-content/themes/uwh-vc/images/sprite-checkbox.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 2rem;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding-left: 2.5rem;
  text-decoration: none;
  display: flex;
  background-color: transparent;
  border: none;
  color: #183645;
}
.button.checkbox.active {
  background-position: 0 0;
}

.navy_background .button.primary {
  background-color: #e8e6dd;
  color: #183645;
  border-color: #e8e6dd;
}
.navy_background .button.secondary {
  background-color: #0B181F;
  color: #D3D0BF;
  border-color: #D3D0BF;
}

#skip-to-main {
  z-index: 1200;
  background-color: #fff;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  margin-top: -3.5rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

header {
  background: #e8e6dd;
  padding: 20px 0px;
}
header .main_header {
  margin-top: 0px;
  background-color: #e8e6dd;
}
header .main_header .navbar .container {
  width: 100%;
  max-width: 100%;
}
header.sticky {
  padding: 20px 0px;
}
header.sticky .main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 991.98px) { /* Bootstrap lg breakpoint */
  /* Optional: Add some styling to mimic an overlay menu */
  .navbar-collapse.show {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: auto;
    padding-bottom: 50px;
  }
}
.navbar-brand {
  width: 40dvw;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 12.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 12.3125rem;
  }
}

.navbar-toggler {
  border: none;
}
.navbar-toggler .menu_label {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: IBM Plex Sans Condensed, sans-serif;
  /* font-size: 0.9375rem; */
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: #183645;
}

.navbar-collapse {
  background-color: #e8e6dd;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #e8e6dd;
  z-index: 9999;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .navbar-collapse {
    position: relative;
    height: auto;
  }
}
.navbar-collapse ul {
  z-index: 1010;
  background-color: #e8e6dd;
  flex-direction: column;
  width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-top: 0.0625rem solid #183645;
  border-bottom: 0.0625rem solid #183645;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .navbar-collapse ul {
    border: none;
    width: auto;
    margin: 0 auto;
    padding-top: 0px;
  }
}
.navbar-collapse ul li a {
  font-size: 5.31dvw;
  line-height: 130%;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-collapse ul li a {
    font-size: 1.0625rem;
    padding: 0px 20px !important;
  }
}
.navbar-collapse ul.dropdown-menu {
  z-index: 1000;
  border-bottom: 0.0625rem solid #183645;
  background-color: rgba(232, 230, 221, 0);
  width: auto;
  min-width: 17.4rem;
  margin-left: -0.75rem;
  padding-top: 0.5rem;
}
.navbar-collapse ul.dropdown-menu.show {
  border: none;
  background-color: #e8e6dd;
}
@media (min-width: 992px) {
  .navbar-collapse ul.dropdown-menu.show {
    background-color: transparent;
  }
}
.navbar-collapse ul.dropdown-menu.show li {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .navbar-collapse ul.dropdown-menu.show li {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse ul.dropdown-menu.show li {
    grid-column-gap: 0.75rem;
    border-style: solid;
    border-width: 0.0625rem 0.0625rem 0;
    border-color: #183645;
    color: #1e1e1e;
    background-color: #dedbce;
    flex-flow: wrap;
    width: 350px;
    min-width: 100%;
    padding: 0.75rem 0px;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: flex;
  }
}
@media (min-width: 992px) {
  .navbar-collapse ul.dropdown-menu.show li:last-child {
    border-width: 0.0625rem 0.0625rem 0;
    border-color: #183645;
  }
}
.navbar-collapse ul.dropdown-menu.show li:hover {
  background-color: #183645;
}
.navbar-collapse ul.dropdown-menu.show li:hover a {
  color: #e8e6dd;
}
.navbar-collapse ul.dropdown-menu.show li a {
  font-size: 5.31dvw;
}
@media (min-width: 992px) {
  .navbar-collapse ul.dropdown-menu.show li a {
    font-size: 1.0625rem;
  }
}
.navbar-collapse ul.dropdown-menu.show li a:hover, .navbar-collapse ul.dropdown-menu.show li a:focus {
  background: none;
}
.navbar-collapse ul.dropdown-menu.show li a.active {
  background: none;
  color: #183645;
}
.navbar-collapse ul.dropdown-menu.show li a.active:hover {
  color: #e8e6dd;
}
.navbar-collapse .menubar_buttons {
  background-color: #e8e6dd;
  display: flex;
  gap: 10px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .navbar-collapse .menubar_buttons {
    padding-top: 0px;
  }
}

footer {
  color: #fff;
  margin-top: 4rem;
}

.footer_top {
  text-align: center;
}
@media (min-width: 992px) {
  .footer_top {
    text-align: left;
  }
}

.footer_cta {
  background-image: url("/wp-content/themes/uwh-vc/images/vc-background-tall-02.png");
  background-position: 50%;
  background-size: cover;
  border: transparent thin solid;
  color: black;
}
@media (min-width: 992px) {
  .footer_cta {
    background-image: url("/wp-content/themes/uwh-vc/images/vc-background-tall-02.png");
  }
}
.footer_cta .footer_cta_section {
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
}
@media (min-width: 992px) {
  .footer_cta .footer_cta_section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.footer_cta .section_block {
  flex-direction: column;
  align-items: center;
  padding-top: 2.6875rem;
  padding-bottom: 2.625rem;
  display: flex;
  border-bottom: #000 2px solid;
}
@media (min-width: 992px) {
  .footer_cta .section_block {
    width: 49.9%;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .footer_cta .section_block:first-child {
    border-right: #000 1px solid;
  }
}
.footer_cta .section_block:last-child {
  border-bottom: none;
  border-right: none;
}
@media (min-width: 992px) {
  .footer_cta .section_block:last-child {
    border-right: none;
  }
}
.footer_cta .contact_us_block {
  display: flex;
  flex-direction: column;
  grid-column-gap: 7.5dvw;
  grid-row-gap: 7.5dvw;
}
@media (min-width: 768px) {
  .footer_cta .contact_us_block {
    flex-direction: row;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 2rem;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer_cta .contact_us_block {
    flex-direction: row;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

.cta_button {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cta_button {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .cta_button.wrapper {
    margin-top: 0px;
  }
}

.cta_email {
  text-align: center;
}
.cta_email p span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .cta_email {
    width: 50%;
  }
}

.footer_content {
  background-color: #183645;
  padding-top: 3.0625rem;
  border: transparent 1px solid;
}
@media (min-width: 768px) {
  .footer_content .footer_menu_wrapper {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .footer_content .footer_menu_wrapper {
    grid-column-gap: 2.5rem;
    margin-top: 4rem;
    display: flex;
  }
}
.footer_content .gennev_footer_logo {
  width: auto;
}
@media (min-width: 768px) {
  .footer_content .gennev_footer_logo {
    width: 16.6875rem;
  }
}
.footer_content .uwh_footer_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.5rem;
}
@media (min-width: 992px) {
  .footer_content .uwh_footer_wrapper.mobile_logo {
    display: none;
  }
}
.footer_content .uwh_footer_wrapper.mobile_logo p.font-caption {
  text-align: center;
}
@media (min-width: 768px) {
  .footer_content .uwh_footer_wrapper.mobile_logo p.font-caption {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer_content .uwh_footer_wrapper {
    display: flex;
  }
}
.footer_content .uwh_footer_wrapper p {
  margin-bottom: 0;
}
.footer_content .uwh_footer_wrapper a {
  color: #d9af80;
  text-decoration: underline;
}
.footer_content .uwh_footer_wrapper .unified_footer_logo {
  width: 100%;
}
@media (min-width: 768px) {
  .footer_content .uwh_footer_wrapper .unified_footer_logo {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .footer_content .uwh_footer_wrapper .unified_footer_logo {
    width: 162px;
  }
}
.footer_content .uwh_footer_wrapper .unified_footer_logo img {
  width: 80%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer_content .uwh_footer_wrapper .unified_footer_logo img {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .footer_content .uwh_footer_wrapper .unified_footer_logo img {
    width: 100%;
    margin-bottom: 0px;
  }
}
.footer_content .uwh_footer_wrapper .divider {
  background-color: #fff;
  flex: none;
  align-self: stretch;
  width: 0.0625rem;
  min-height: 100%;
}
.footer_content .uwh_footer_wrapper .font-caption {
  text-align: left;
}
.footer_content .footer_column_top.footer_menu {
  grid-column-gap: 2.5rem;
  margin-top: 4rem;
}
.footer_content .footer_column_top.footer_menu:last-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .footer_content .footer_column_top.footer_menu:last-child {
    margin-top: 4rem;
  }
}
.footer_content .footer_column_top.footer_menu ul {
  list-style-type: none;
  text-align: left;
}
@media (min-width: 768px) {
  .footer_content .footer_column_top.footer_menu ul {
    text-align: center;
  }
}
.footer_content .footer_column_top.footer_menu ul li {
  padding: 10px 0px;
}
.footer_content .footer_column_top.footer_menu ul li a {
  color: #e8e6dd;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer_content .footer_column_top.footer_menu ul li a:hover {
  text-decoration: underline;
  color: #d9af80;
}
.footer_content .footer_bottom {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footer_content .footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 0px 2rem;
  }
}
.footer_content .footer_bottom .social_icons {
  grid-column-gap: 6.56dvw;
  justify-content: center;
  margin-bottom: 7.5dvw;
  text-align: center;
}
@media (min-width: 768px) {
  .footer_content .footer_bottom .social_icons {
    margin-bottom: 1.5rem;
    text-align: left;
    display: flex;
    grid-column-gap: 1rem;
  }
}
.footer_content .footer_bottom .footer_column_bottom {
  justify-content: space-between;
}
.footer_content .footer_bottom .footer_column_bottom .social_media_icon {
  width: 2rem;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 8px;
}
.footer_content .footer_bottom .footer_column_bottom .social_media_icon:hover {
  opacity: 0.5;
}
.footer_content .footer_bottom .footer_column_bottom .social_media_icon img {
  width: 40px;
}
.footer_content .footer_bottom .footer_column_bottom .copyright {
  opacity: 0.66;
  text-align: center;
  color: #e8e6dd;
}
@media (min-width: 768px) {
  .footer_content .footer_bottom .footer_column_bottom .copyright {
    text-align: left;
  }
}
.footer_content .footer_bottom .footer_column_bottom ul {
  display: flex;
  list-style-type: none;
  grid-column-gap: 7.5dvw;
  grid-row-gap: 3.5dvw;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer_content .footer_bottom .footer_column_bottom ul {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer_content .footer_bottom .footer_column_bottom ul {
    display: flex;
    list-style-type: none;
  }
}
.footer_content .footer_bottom .footer_column_bottom ul li {
  padding: 0px;
}
.footer_content .footer_bottom .footer_column_bottom ul li a {
  color: #e8e6dd;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 130%;
}
.footer_content .footer_bottom .footer_column_bottom ul li a:hover {
  text-decoration: underline;
}

.clinicians_list_wrapper {
  width: 85%;
  margin: 0 auto;
}
.clinicians_list_wrapper .clinicians_list {
  grid-column-gap: 10dvw;
  grid-row-gap: 10dvw;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  flex-flow: wrap;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .clinicians_list_wrapper .clinicians_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .clinicians_list_wrapper .clinicians_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.0625rem;
    grid-row-gap: 3.5rem;
  }
}
.clinicians_list_wrapper .clinicians_list .single_provider {
  list-style-type: none;
  flex-flow: column;
  width: 100%;
}
.clinicians_list_wrapper .clinicians_list .single_provider a {
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.clinicians_list_wrapper .clinicians_list .single_provider .provider_image_wrapper {
  border-top-left-radius: 12.5dvw;
  border-bottom-right-radius: 12.5dvw;
  border-bottom-left-radius: 12.5dvw;
  margin-bottom: 7.5dvw;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .clinicians_list_wrapper .clinicians_list .single_provider .provider_image_wrapper {
    margin-bottom: 1rem;
  }
}
.clinicians_list_wrapper .clinicians_list .single_provider .provider_image_wrapper img {
  height: 100%;
}
.clinicians_list_wrapper .clinicians_list .single_provider .provider_image_wrapper .provider_category_tag {
  z-index: 100;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}
.clinicians_list_wrapper .clinicians_list .single_provider .provider_image_wrapper .provider_category_tag p {
  margin-bottom: 0px;
}
.clinicians_list_wrapper .clinicians_list .single_provider .read_bio {
  grid-column-gap: 0.375rem;
  grid-row-gap: 0.375rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.single_clinician_wrapper {
  width: 100%;
  margin: 0 auto;
  color: #e8e6dd;
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .single_clinician_wrapper .provider_button_wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
.single_clinician_wrapper .see_provider_button {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .single_clinician_wrapper .see_provider_button {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .single_clinician_wrapper .single_clinician_content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .single_clinician_wrapper .single_clinician_content {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .single_clinician_wrapper .left.provider_image.sticky {
    position: sticky;
    top: 8.5rem;
  }
}
.single_clinician_wrapper .left .provider_image_wrapper {
  border-top-left-radius: 12.5dvw;
  border-bottom-right-radius: 12.5dvw;
  border-bottom-left-radius: 12.5dvw;
  margin-bottom: 7.5dvw;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .single_clinician_wrapper .left .provider_image_wrapper {
    border-radius: 2.5rem 0 2.5rem 2.5rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.single_clinician_wrapper .left .provider_image_wrapper.bio {
  width: auto;
  border-top-right-radius: 2.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .single_clinician_wrapper .left .provider_image_wrapper.bio {
    width: 20.625rem;
  }
}
.single_clinician_wrapper .right {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .single_clinician_wrapper .right {
    padding-top: 0px;
  }
}
.single_clinician_wrapper .right h1 {
  margin-bottom: 2rem;
}
.single_clinician_wrapper .provider_title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single_clinician_wrapper .provider_title {
    float: left;
  }
}
.single_clinician_wrapper .category_tag.provider.bio {
  float: right;
}
.single_clinician_wrapper .provider_bio_content {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: #d9d9d9 2px solid;
}
@media (min-width: 768px) {
  .single_clinician_wrapper .provider_bio_content {
    clear: both;
  }
}
.single_clinician_wrapper .provider_bio_content ul {
  margin-left: 2rem;
}
.single_clinician_wrapper .provider_bio_content ul li {
  margin-bottom: 1rem;
}
.single_clinician_wrapper .provider_bio_content .education_wrapper, .single_clinician_wrapper .provider_bio_content .accreditation_wrapper, .single_clinician_wrapper .provider_bio_content .provider_locations {
  margin-top: 2rem;
}

.single_page.title_header {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.single_page.content {
  padding: 2rem;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@media (min-width: 992px) {
  .single_page.content {
    width: 70%;
    margin: 0 auto;
    margin-left: 0px;
    padding: 2rem 4rem;
  }
}
.single_page.content h2, .single_page.content h3, .single_page.content h4, .single_page.content h5, .single_page.content h6 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.single_page.content .gennev_desc {
  padding-bottom: 2rem;
}
.single_page.content ol, .single_page.content ul {
  margin-left: 2rem;
}
.single_page.content ol li, .single_page.content ul li {
  margin-bottom: 1.5rem;
}
.single_page.content .apply_button {
  margin-top: 4rem;
  text-align: center;
}

p.display-inline {
  display: inline-block;
  width: auto;
}

.backgroundd_image {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
@media (min-width: 768px) {
  .backgroundd_image {
    object-fit: cover;
  }
}

.gennev_custom_block {
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media (min-width: 992px) {
  .gennev_custom_block {
    margin-bottom: 6em;
    padding-bottom: 6em;
  }
}
.gennev_custom_block.remove_bottom_margin {
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .gennev_custom_block.remove_bottom_margin {
    padding-bottom: 6em;
  }
}
.gennev_custom_block.remove_bottom_padding {
  padding-bottom: 2em;
}
.gennev_custom_block.remove_bottom_padding.navy_background.content_header {
  padding-bottom: 2em;
}
.gennev_custom_block.remove_bottom_padding.navy_background.content_header h2.content_heading {
  color: #e8e6dd;
}

.navy_background {
  background-color: #183645;
}

.margin-bottom-md {
  margin-bottom: 1rem;
}

.margin-bottom-lg {
  margin-bottom: 3rem;
}

.margin-bottom-xl {
  margin-bottom: 2rem;
}

.constrained-text {
  width: 35.1875rem;
  max-width: 100%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-5 {
  width: 41.667%;
}

.w-col-8 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w-col-8 {
    width: 60%;
  }
}

.image-cover, .attachment-image-cover {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.cta_wrapper {
  grid-column-gap: 3.75dvw;
  grid-row-gap: 3.75dvw;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 768px) {
  .cta_wrapper {
    align-items: center;
    margin-top: 2rem;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }
}
@media (min-width: 992px) {
  .cta_wrapper {
    justify-content: left;
    flex-direction: row;
  }
}
.cta_wrapper.flex_sm_left {
  align-items: flex-start;
}

.icon-small {
  width: 2.5rem;
}

.icon-normal {
  width: 20dvw;
  height: 20dvw;
}
@media (min-width: 768px) {
  .icon-normal {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.icon-normal img {
  width: 100%;
}

.icon-large {
  width: 5rem;
  height: 5rem;
}

icon.x-large {
  width: 6.875rem;
}
icon.x-large img {
  width: 100%;
}

@media (min-width: 768px) {
  .column_block .cta_wrapper {
    justify-content: center;
  }
}

.provider--category-tag--bio {
  border-width: 0.31vw;
  border-radius: 2.5vw;
  padding: 2.5dvw 5dvw;
  z-index: 100;
  border: 0.0625rem solid #e8e6dd;
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
  .provider--category-tag--bio {
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
  }
}

.home_page_header {
  column-gap: 20px;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .home_page_header {
    margin-bottom: 6em;
    grid-column-gap: 1.39%;
    grid-row-gap: 1.39%;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
}
.home_page_header .left {
  flex: none;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .home_page_header .left {
    width: 57.67%;
    position: relative;
    flex: none;
  }
}
.home_page_header .left h1 {
  width: 100%;
}
@media (min-width: 992px) {
  .home_page_header .left h1 {
    width: 70%;
  }
}
.home_page_header .left .bg_gradient {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100dvw;
}
@media (min-width: 768px) {
  .home_page_header .left .bg_gradient {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2.5rem;
    width: 100vw;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .home_page_header .left .bg_gradient {
    border-radius: 2.5rem 2.5rem 0;
    width: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
}
.home_page_header .left .top_content {
  margin-top: 4rem;
  width: 100%;
}
.home_page_header .left .cta_wrapper {
  margin-top: 0px;
}
.home_page_header .right {
  grid-column-gap: 1.76%;
  grid-row-gap: 1.76%;
  flex-flow: column;
  width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .home_page_header .right {
    width: 40.87%;
  }
}
.home_page_header .right .media_wrapper {
  display: none;
}
@media (min-width: 992px) {
  .home_page_header .right .media_wrapper {
    display: flex;
    border-radius: 2.5rem 2.5rem 2.5rem 0;
    flex: none;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}
.home_page_header .right .media_button {
  display: none;
}
@media (min-width: 992px) {
  .home_page_header .right .media_button {
    z-index: 150;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-color: #fff;
    border-radius: 6.25rem;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
    display: flex;
    position: absolute;
    inset: auto 1.5rem 1.5rem auto;
  }
}
.home_page_header .right .media_button .media_overlay {
  display: none;
}
@media (min-width: 992px) {
  .home_page_header .right .media_button .media_overlay {
    display: block;
  }
}
.home_page_header .right .media_button p {
  margin-bottom: 0px;
}
.home_page_header .right .quote_wrapper {
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12.81dvw;
  padding-bottom: 12.81dvw;
}
@media (min-width: 992px) {
  .home_page_header .right .quote_wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 2.5rem 2.5rem;
    flex-grow: 1;
    flex-shrink: 1;
    height: 26.09%;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    position: relative;
    overflow: hidden;
  }
}
.home_page_header .right .quote_content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}
.home_page_header .right .quote_item {
  grid-column-gap: 2dvw;
  grid-row-gap: 2dvw;
  border-radius: 2.5dvw;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5dvw 3.75dvw;
  display: flex;
  background-color: #fff;
}
@media (min-width: 768px) {
  .home_page_header .right .quote_item {
    border-radius: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5625rem 0.75rem 0.56rem;
    grid-column-gap: 0.375rem;
    grid-row-gap: 0.375rem;
  }
}
.home_page_header .right .quote_item .dot {
  background-color: #ec7053;
  border-radius: 100%;
  flex: none;
  width: 0.25rem;
  height: 0.25rem;
}
.home_page_header .insurance_accepted {
  margin-top: 4rem;
}

.doctor-wrapper {
  grid-column-gap: 5dvw;
  grid-row-gap: 5dvw;
  margin-top: 17.5dvw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}
@media (min-width: 768px) {
  .doctor-wrapper {
    margin-top: 10.5dvw;
  }
}
@media (min-width: 992px) {
  .doctor-wrapper {
    margin-top: 2rem;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .doctor-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    max-width: 39.1875rem;
    margin-top: 4rem;
  }
}

.doctor-image {
  width: 62.5dvw;
  max-width: none;
}
@media (min-width: 992px) {
  .doctor-image {
    width: 14.125rem;
    max-width: 40%;
  }
}

.bg_gradient {
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg--gradient {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .visible_sm {
    display: none;
  }
}

.visible_md {
  display: none;
}
@media (min-width: 768px) {
  .visible_md {
    display: block;
  }
}

.visible_lg {
  display: none;
}
@media (min-width: 992px) {
  .visible_lg {
    display: block;
  }
}

.content_wrapper {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.hidden-lg {
  display: none;
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm-block {
    display: block;
  }
}
.media_text_col_width {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .media_text_col_width {
    width: 41.667%;
    margin-top: 0px;
  }
}
.media_text_col_width.sticky {
  justify-content: flex-start;
}
.media_text_col_width.sticky img {
  position: sticky;
  top: 8rem;
}

.sticky_image .media_text_col_width {
  justify-content: left;
}

.curved_corners {
  border-radius: 3.75dvw;
}
@media (min-width: 768px) {
  .curved_corners {
    border-radius: 0.7rem;
  }
}

.media_and_text {
  display: flex;
  justify-content: space-around;
}
.media_and_text.left {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .media_and_text.left {
    flex-direction: row;
  }
}
.media_and_text.right {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .media_and_text.right {
    flex-direction: row;
  }
}
.media_and_text.sticky_image .image img {
  position: sticky;
  top: 8rem;
}
.media_and_text .image {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .media_and_text .image {
    width: 41.66%;
  }
}
.media_and_text .content .list_items_section ul {
  margin-left: 70px;
}
.media_and_text .content .list_items_section .list_item_title {
  display: flex;
}
.media_and_text .content .list_items_section .list_item_number {
  margin-right: 5px;
  color: #e8e6dd;
}
.media_and_text .content .list_items_section .cta-wrapper {
  margin-left: 70px;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.media_and_text .content .list_items_section .cta-wrapper .button.secondary {
  background-color: transparent;
}
.media_and_text .content .bottom_additional_text {
  border-top: #d9d9d9 1px solid;
  padding-top: 1rem;
}
.media_and_text.custom_media_list .list_item_number {
  border: 0.0625rem solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  letter-spacing: -0.02em;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 118%;
}
.media_and_text.custom_media_list .list_item_title.large h2 {
  margin-left: 10px;
}

.content_header_section {
  position: relative;
}
.content_header_section img.bg_image {
  max-width: 87.5dvw;
  max-width: 87.5dvw;
  height: auto;
  position: static;
}
@media (min-width: 992px) {
  .content_header_section img.bg_image {
    max-width: 25%;
    position: absolute;
    inset: 0% auto 0% 0%;
    object-fit: contain;
  }
}
.content_header_section.rounded_corners {
  width: 95%;
  margin: 0 auto;
  border-top-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.content_header {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.content_header.align_content_left {
  text-align: left;
  width: 85%;
  margin: 0 auto;
}
.content_header h2 .content_heading {
  color: #d9af80;
}
.content_header .buttons {
  margin-top: 2rem;
}

.navy_background .content_header {
  padding-top: 6em;
  padding-bottom: 4em;
}
@media (min-width: 992px) {
  .navy_background .content_header {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.navy_background.remove_bottom_padding .content_header {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-wrap--balance {
  text-wrap: balance;
}

.home.page_header_wrapper .covered_by_insurance {
  position: relative;
}
.home.page_header_wrapper .page_header_columns .left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-right: auto;
  display: flex;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .home.page_header_wrapper .page_header_columns .left {
    padding-top: 0px;
  }
}
.home.page_header_wrapper .page_header_columns .list_items {
  margin-left: 15%;
  z-index: 1000;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  /* min-width: 30rem; */
  flex: 1;
  height: 100%;
  display: none;
  position: absolute;
}
@media (min-width: 992px) {
  .home.page_header_wrapper .page_header_columns .list_items {
    display: flex;
  }
}
.home.page_header_wrapper .page_header_columns .list_items .quote_items {
  grid-column-gap: 0.375rem;
  grid-row-gap: 0.375rem;
  background-color: var(--cream);
  border-radius: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5625rem 0.75rem 0.56rem;
}
.home.page_header_wrapper .page_header_columns .list_items .quote_items li {
  grid-column-gap: 0.375rem;
  grid-row-gap: 0.375rem;
  background-color: #e8e6dd;
  border-radius: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5625rem 0.75rem 0.56rem;
  margin-bottom: 20px;
  list-style-type: none;
  display: flex;
}
.home.page_header_wrapper .page_header_columns .list_items .quote_items li .dot {
  background-color: #ec7053;
  border-radius: 100%;
  flex: none;
  width: 0.25rem;
  height: 0.25rem;
}
.home.page_header_wrapper .page_header_columns .list_items .quote_items li p {
  margin-bottom: 0px;
}
.home.page_header_wrapper .page_header_columns .right {
  position: relative;
  overflow: hidden;
}
.home.page_header_wrapper .page_header_columns .right .image_wrapper {
  display: none;
}
@media (min-width: 992px) {
  .home.page_header_wrapper .page_header_columns .right .image_wrapper {
    display: flex;
  }
}

.page_header_wrapper.page_header_one {
  width: 95%;
  margin: 0 auto;
}
.page_header_wrapper.page_header_one .page_header_columns .right {
  width: 50%;
}
.page_header_wrapper.page_header_two {
  position: relative;
  padding: 0px 100px;
}
.page_header_wrapper.page_header_two .bg_gradient {
  position: absolute;
  inset: 0%;
  border-radius: 0;
}
.page_header_wrapper.page_header_two .page_header_columns {
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page_header_wrapper.page_header_two .page_header_columns {
    flex-direction: row;
  }
}

.page_header_columns .left {
  flex: none;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page_header_columns .left {
    width: 50%;
  }
}
.page_header_columns .left .bg_gradient {
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
.page_header_columns .right {
  position: relative;
  width: 40%;
}
.page_header_columns .right .image_wrapper {
  border-top-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding-bottom: 6.125rem;
  padding-top: 6.125rem;
}
@media screen and (min-width: 768px) {
  .page_header_columns .right .image_wrapper {
    margin: 0px;
    padding-bottom: 6.125rem;
    padding-top: 6.125rem;
  }
}
.page_header_columns .right .image_wrapper img {
  width: 100%;
  padding-bottom: 1em;
}

.insurance_accepted {
  text-align: center;
}
@media (min-width: 992px) {
  .insurance_accepted {
    margin-top: 8rem;
  }
}
.insurance_accepted .logo_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .insurance_accepted .logo_wrapper {
    align-items: center;
    margin-top: 1rem;
  }
}
.insurance_accepted .logo_wrapper .logo {
  width: 50%;
}
@media (min-width: 992px) {
  .insurance_accepted .logo_wrapper .logo {
    max-width: 25%;
  }
}

.about_gennev_columns {
  width: 100%;
  margin: 0 auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
@media (min-width: 768px) {
  .about_gennev_columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .about_gennev_columns {
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    margin: 0 auto;
  }
}
.about_gennev_columns .columns_content {
  margin-top: 30px;
  padding-left: 20px;
}
.about_gennev_columns .columns_content p.font-label {
  margin-bottom: 0px;
}
.about_gennev_columns .columns_content p.card_content {
  min-height: 100px;
}
.about_gennev_columns .card_rounded {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex: 1;
  min-width: 300px;
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  padding: 1rem 1rem 2.5rem;
  text-decoration: none;
  color: #183645;
}
.about_gennev_columns .card_rounded .button--sprite-off {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.about_gennev_columns .card_rounded .button--sprite-off.on {
  opacity: 0;
  object-position: 50% 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.about_gennev_columns .card_rounded:hover .button.tertiary.fake {
  color: #183645;
  background-color: transparent;
  border-color: #183645;
}
.about_gennev_columns .card_rounded:hover .button--sprite-off {
  opacity: 0;
}
.about_gennev_columns .card_rounded:hover .button--sprite-off.on {
  opacity: 1;
}
.about_gennev_columns .card_rounded p.button_text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 4.9dvw;
}
@media (min-width: 768px) {
  .about_gennev_columns .card_rounded p.button_text {
    font-size: 1.0625rem;
  }
}
.about_gennev_columns .card_rounded.patients {
  filter: drop-shadow(0px 8px 0px #218484);
}
.about_gennev_columns .card_rounded.patients .button.tertiary.fake {
  background-color: #218484;
}
.about_gennev_columns .card_rounded.patients .button.tertiary.fake:hover {
  background-color: #fff;
}
.about_gennev_columns .card_rounded.clinicians {
  filter: drop-shadow(0px 8px 0px #d9af80);
}
.about_gennev_columns .card_rounded.clinicians .button.tertiary.fake {
  background-color: #d9af80;
}
.about_gennev_columns .card_rounded.clinicians .button.tertiary.fake .button_text {
  color: #183645;
}
.about_gennev_columns .card_rounded.clinicians .button.tertiary.fake:hover {
  background-color: #fff;
}
.about_gennev_columns .card_rounded.clinicians .button.tertiary.fake .button--sprite-off {
  object-position: 50% 100%;
}
.about_gennev_columns .card_rounded.clinicians .button_text {
  color: #183645;
}
.about_gennev_columns .card_rounded.employers {
  filter: drop-shadow(0px 8px 0px #183645);
}
.about_gennev_columns .card_rounded.employers .button.tertiary.fake {
  background-color: #183645;
}
.about_gennev_columns .card_rounded.employers .button.tertiary.fake:hover {
  background-color: #fff;
}

.shape_teardrop {
  border-radius: 2.5rem 0 2.5rem 2.5rem;
}

.columns_block {
  position: relative;
  padding-top: 10px;
  margin-top: -5px;
}
.columns_block .line {
  width: 58.5rem;
  max-width: 56%;
  height: 0;
  position: absolute;
  inset: 2rem;
  margin: 0 auto;
}
.columns_block .line.none {
  display: none;
}
.columns_block .line.dotted {
  border-top: 1px dashed #e8e6dd;
}
.columns_block .line.solid {
  border-top: 1px solid #183645;
}
@media (min-width: 768px) {
  .columns_block .line {
    display: block;
  }
}
.columns_block .columns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .columns_block .columns {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .columns_block .columns {
    width: 90%;
    margin: 0 auto;
  }
}
.columns_block .single_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
  text-align: center;
  padding: 0px 25px;
  z-index: 100;
}
@media (min-width: 768px) {
  .columns_block .single_column {
    padding: 0px 10px;
  }
}
.columns_block .single_column .icon-normal {
  width: 20dvw;
  height: auto;
}
.columns_block .single_column .icon-normal img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .columns_block .single_column .icon-normal {
    width: 6rem;
    height: 4rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .columns_block .single_column .icon-normal img {
    width: auto;
  }
}
.columns_block .single_column .icon_navy {
  background-color: #183645;
}
.columns_block .single_column h2 {
  padding: 25px 0px 10px;
}

.testimonials_block_wrapper {
  position: relative;
  padding: 2rem;
  width: 100%;
}
.testimonials_block_wrapper .background_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  object-fit: fill;
}
@media (min-width: 768px) {
  .testimonials_block_wrapper .background_image {
    object-fit: cover;
  }
}
.testimonials_block_wrapper .testimonial_cards_wrapper {
  grid-column-gap: 7.5dvw;
  grid-row-gap: 7.5dvw;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials_block_wrapper .testimonial_cards_wrapper {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .testimonials_block_wrapper .testimonial_cards_wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.testimonials_block_wrapper .testimonial_wrapper {
  grid-column-gap: 7.5dvw;
  grid-row-gap: 7.5dvw;
  padding: 10dvw 5dvw;
  flex-flow: column;
  display: flex;
}
@media (min-width: 768px) {
  .testimonials_block_wrapper .testimonial_wrapper {
    padding: 2rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}
.testimonials_block_wrapper .testimonial_wrapper.curved_corners {
  background-color: #f5f2ed;
}
.testimonials_block_wrapper .testimonial_wrapper .testimonial_top_row {
  flex-flow: row;
  justify-content: space-between;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}
.testimonials_block_wrapper .testimonial_wrapper .image_block {
  width: 22.5dvw;
}
@media (min-width: 768px) {
  .testimonials_block_wrapper .testimonial_wrapper .image_block {
    width: 4.5rem;
  }
}
.testimonials_block_wrapper .testimonial_wrapper .slider--tag {
  margin-bottom: 0;
  padding: 2.5dvw 5dvw;
  background-color: #183645;
  color: #fff;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .testimonials_block_wrapper .testimonial_wrapper .slider--tag {
    padding: 0.5rem 1rem;
  }
}
.testimonials_block_wrapper .stat_wrapper {
  padding: 10dvw 5dvw;
  background-color: #183645;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}
@media (min-width: 768px) {
  .testimonials_block_wrapper .stat_wrapper {
    padding: 2rem 2.625rem;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }
}
.testimonials_block_wrapper .stat_wrapper .font_stat {
  font-size: 20dvw;
  font-style: italic;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-family: IBM Plex Serif, sans-serif;
}
@media (min-width: 768px) {
  .testimonials_block_wrapper .stat_wrapper .font_stat {
    font-size: 5rem;
  }
}

.symptoms-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .symptoms-list {
    width: 85%;
    margin: 0 auto;
  }
}
.symptoms-list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.symptoms-list .symptom_button_wrapper {
  width: 100%;
  border: 0.09rem solid #e8e6dd;
  background-color: #e8e6dd;
  cursor: pointer;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
  transition: border 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  margin: 8px 10px;
}
@media screen and (min-width: 768px) {
  .symptoms-list .symptom_button_wrapper {
    width: auto;
  }
}
.symptoms-list .symptom_link_wrapper {
  z-index: 50;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}
.symptoms-list .button.symptom {
  z-index: 100;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-width: 0.03125rem;
  border-color: #183645;
  color: #183645;
  background-color: rgba(232, 230, 221, 0);
  border-radius: 0.65rem 0.65rem 0;
  align-items: center;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  display: flex;
  justify-content: center;
}
.symptoms-list .button.symptom .symptom_button_icon {
  width: 2.5rem;
  height: 2.5rem;
}
.symptoms-list .button.symptom p {
  margin-bottom: 0px;
}

.content_header_cta_section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-top-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.content_header_cta_section .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.content_header_cta_section .buttons .button {
  margin-top: 1rem;
}

#ajax-search-wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 4rem;
}
#ajax-search-wrapper #ajax-search-results {
  padding-top: 2rem;
  border-top: 0.0625rem solid #183645;
  margin-top: 2rem;
}

.resource-search-bar {
  background-color: #fff;
  background-image: url("/wp-content/themes/uwh-vc/images/search-icon.svg");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border-style: none;
  border-radius: 0.3125rem;
  width: 18.1875rem;
  margin-bottom: 0;
  padding: 0.8125rem 1.875rem 0.8125rem 1rem;
  font-size: 1.0625rem;
  line-height: 130%;
}

.resources_section {
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
}
.resources_section .articles_list {
  grid-column-gap: 12.5dvw;
  grid-row-gap: 12.5dvw;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .resources_section .articles_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
    margin-top: 50px;
  }
}
.resources_section .articles_list .single_article {
  flex-flow: column;
  width: 100%;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .resources_section .articles_list .single_article {
    margin-top: 0px;
  }
}
.resources_section .articles_list .single_article h2 {
  color: #183645;
  text-decoration: none;
}
.resources_section .articles_list .single_article h2:hover {
  text-decoration: underline;
}

.article_link_block {
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.article_image_wrapper {
  aspect-ratio: 448/229;
  border-radius: 2.5rem 0 2.5rem 2.5rem;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.article_image_wrapper:hover .article_hover_block {
  opacity: 1;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article_hover_block {
  background-color: #183645;
  opacity: 0;
  color: #e8e6dd;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
  position: absolute;
  inset: 0%;
}

.article_category_tag {
  background-color: #d9af80;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  color: #183645;
}
.article_category_tag p {
  margin-bottom: 0px;
}

.gennev_difference {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gennev_difference {
    width: 65%;
    margin: 0 auto;
  }
}
.gennev_difference .cta_wrapper {
  margin-top: 50px;
  text-align: center;
  justify-content: center;
}
.gennev_difference .title_row {
  display: flex;
}
.gennev_difference .title_row .title {
  border-right-width: 0;
}
.gennev_difference .title {
  text-align: center;
  border-bottom: 0.31dvw solid #dddbce;
  border-right-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4.06dvw;
  padding-bottom: 4.06dvw;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.5rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .gennev_difference .title {
    border-right: 0.125rem solid #dddbce;
    width: 51.2%;
    border-bottom: none;
  }
}
.gennev_difference .coverage_wrapper {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gennev_difference .coverage_wrapper {
    width: 49%;
  }
}
.gennev_difference .coverage_wrapper.hidden_sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .gennev_difference .coverage_wrapper.hidden_sm {
    display: flex;
  }
}
.gennev_difference .coverage_wrapper .icon_wrapper {
  width: 8.75dvw;
  height: 8.75dvw;
}
.gennev_difference .coverage_wrapper .icon_wrapper img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gennev_difference .coverage_wrapper .icon_wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.gennev_difference .coverage_wrapper .gennev {
  text-align: center;
  border-left-width: 0;
  border-right-style: none;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  padding-top: 0;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .gennev_difference .coverage_wrapper .gennev {
    border-left: 0.0625rem solid #f7f7f4;
    border-right: 0.125rem solid #dddbce;
    padding-bottom: 0px;
  }
}
.gennev_difference .coverage_wrapper .gennev.title {
  border-left-width: 0;
  border-right-width: 0;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  padding-top: 2.5dvw;
  padding-bottom: 2.5dvw;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .gennev_difference .coverage_wrapper .gennev.title {
    border-left-width: 0;
    border-right-width: 0;
    justify-content: center;
    align-items: flex-start;
  }
}
.gennev_difference .coverage_wrapper .gennev.title img {
  width: 6.5rem;
}
.gennev_difference .coverage_wrapper .traditional {
  border-left-width: 0;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .gennev_difference .coverage_wrapper .traditional {
    border-left: 0.0625rem solid #f7f7f4;
  }
}
.gennev_difference .coverage_wrapper .traditional.title {
  border-left-width: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: none;
}
.gennev_difference .content_row {
  display: flex;
}
.gennev_difference .content_row.dark {
  background-color: #f2f1ec;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .gennev_difference .content_row.dark {
    flex-flow: row;
  }
}
.gennev_difference .content_row.light {
  background-color: #fdfcfb;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .gennev_difference .content_row.light {
    flex-flow: row;
  }
}
.gennev_difference .content_row .mobile_title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .gennev_difference .content_row .mobile_title {
    display: none;
  }
}

.pricing_block {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .pricing_block {
    width: 80%;
    margin: 0 auto;
  }
}

.table-cell.border_color {
  border-right: 0.0625rem solid #d9d9d9;
}
.table-cell.border_color.color-background-teal-6 {
  background-color: rgba(33, 132, 132, 0.1411764706);
}
.table-cell.border_color.color-background-teal-14 {
  background-color: rgba(33, 132, 132, 0.1411764706);
}
.table-cell.border_color.color-background-teal-21 {
  background-color: rgba(33, 132, 132, 0.2117647059);
}
@media (min-width: 768px) {
  .table-cell {
    min-width: 100px;
  }
}

.gennev_table {
  border-radius: 2.5dvw;
}
@media (min-width: 768px) {
  .gennev_table {
    border-radius: 0.5rem;
    overflow: hidden;
  }
}

.table-header {
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d9af80;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}
@media screen and (min-width: 768px) {
  .table-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.table-cell {
  padding: 7.5dvw;
}
@media screen and (min-width: 768px) {
  .table-cell {
    padding: 1.75rem 1.5rem;
  }
}

.table-row {
  border-bottom-style: none;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0.0625rem solid #d9d9d9;
  background-color: #fdfcfb;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}
@media screen and (min-width: 768px) {
  .table-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.table-cell.border {
  padding-bottom: 7.5dvw;
  border-right: 0.0625rem solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .table-cell.border {
    padding-bottom: 5.5rem;
  }
}

.contact_us_block {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact_us_block {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .contact_us_block .left {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .contact_us_block .right {
    width: 33.33%;
    margin: 0 auto;
  }
}
.contact_us_block h2 {
  font-size: 10dvw;
}
@media (min-width: 768px) {
  .contact_us_block h2 {
    font-size: 3.5rem;
  }
}
.contact_us_block .email_wrapper {
  grid-column-gap: 10dvw;
  grid-row-gap: 10dvw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 17.5dvw;
  display: flex;
}
@media (min-width: 768px) {
  .contact_us_block .email_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    margin-top: 3.5rem;
  }
}
.contact_us_block .image {
  width: 32.5dvw;
  margin-top: 17.5dvw;
}
@media (min-width: 768px) {
  .contact_us_block .image {
    margin-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .contact_us_block .image {
    width: 12.6875rem;
    margin-top: 0px;
  }
}
.contact_us_block .stars {
  width: 31.25dvw;
  margin-top: 10dvw;
  margin-bottom: 7.5dvw;
}
@media (min-width: 768px) {
  .contact_us_block .stars {
    width: 6.0625rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

.featured_article {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .featured_article {
    grid-gap: 30px;
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
}
.featured_article .featured_image_wrapper {
  height: 44.69dvw;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .featured_article .featured_image_wrapper {
    height: 24.375rem;
  }
}
.featured_article .featured_image_wrapper img {
  border-top-left-radius: 12.5dvw;
  border-bottom-right-radius: 12.5dvw;
  border-bottom-left-radius: 12.5dvw;
}
@media (min-width: 992px) {
  .featured_article .featured_image_wrapper img {
    border-radius: 2.5rem 0 2.5rem 2.5rem;
  }
}
.featured_article .featured_post_content {
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .featured_article .featured_post_content {
    margin-top: 0px;
  }
}
.featured_article .cta_wrapper {
  align-items: flex-start;
  margin-top: 0;
}
.featured_article:hover .article--hover-block {
  opacity: 1;
}

#ajax-insurance-search-wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  #ajax-insurance-search-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
#ajax-insurance-search-wrapper #ajax-insurance-search-form {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}
#ajax-insurance-search-wrapper .form_search_div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #ajax-insurance-search-wrapper .form_search_div {
    flex-direction: row;
  }
}
#ajax-insurance-search-wrapper .insurance_search_bar {
  background-position: 94%;
  background-size: 6.25dvw;
  border-radius: 1.56dvw;
  margin-bottom: 7.5dvw;
  margin-right: 0;
  padding-top: 4.06dvw;
  padding-bottom: 4.06dvw;
  padding-left: 5dvw;
  font-size: 5dvw;
  line-height: 110%;
  font-family: IBM Plex Sans, sans-serif;
  background-repeat: no-repeat;
  color: #0a2a3a;
  background-image: url("/wp-content/themes/uwh-vc/images/search-icon.svg");
}
@media (min-width: 768px) {
  #ajax-insurance-search-wrapper .insurance_search_bar {
    font-size: 1rem;
    background-position: 18px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 0.3125rem;
    margin-bottom: 0;
    margin-right: 0.8125rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 2.875rem;
    width: 100%;
  }
}
#ajax-insurance-search-wrapper .insurance_search_clear {
  grid-column-gap: 2.5dvw;
  grid-row-gap: 2.5dvw;
  justify-content: center;
  align-items: stretch;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #ajax-insurance-search-wrapper .insurance_search_clear {
    margin-top: 0px;
  }
}

.insurance_search_results {
  height: 128.44dvw;
  margin-top: 0;
  margin-bottom: 12.5dvw;
  background-color: #fff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.625rem;
  overflow: scroll;
}
@media (min-width: 768px) {
  .insurance_search_results {
    height: 25.25rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.insurance_search_results .header_row {
  display: none;
}
@media (min-width: 768px) {
  .insurance_search_results .header_row {
    z-index: 100;
    background-color: #fff;
    border-bottom: 0.0625rem solid #d9d9d9;
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 1fr 0.75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 4.375rem;
    display: flex;
    position: sticky;
    top: 0.001px;
  }
}
.insurance_search_results .search_section {
  flex-direction: column;
  flex: none;
  justify-content: center;
}
@media (min-width: 768px) {
  .insurance_search_results .search_section {
    width: 24%;
    display: flex;
  }
}
.insurance_search_results .search_section p {
  margin-bottom: 0px;
}
.insurance_search_results .search_section.one {
  display: none;
}
@media (min-width: 768px) {
  .insurance_search_results .search_section.one {
    width: 24%;
    display: flex;
  }
}
.insurance_search_results .search_section.two {
  width: 100%;
}
@media (min-width: 768px) {
  .insurance_search_results .search_section.two {
    width: 53.4%;
  }
}
.insurance_search_results .search_section.three {
  width: 100%;
  margin-top: 5dvw;
}
@media (min-width: 768px) {
  .insurance_search_results .search_section.three {
    width: 24%;
    margin-top: 0px;
    padding-right: 20px;
  }
}
.insurance_search_results .insurance_results {
  border-bottom: 0.0625rem solid #d9d9d9;
  flex-direction: column;
  padding: 7.5dvw;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr 0.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  background-color: #fff;
}
@media (min-width: 768px) {
  .insurance_search_results .insurance_results {
    flex-direction: row;
    padding: 0px;
    height: 4rem;
  }
}

.faqs {
  width: 70%;
  margin: 0 auto;
}
.faqs .accordion .accordion-item {
  background: none;
  border-style: solid;
  border-width: 0 0 0.0625rem;
  border-color: #fff #fff #183645;
  border-radius: 0.0625rem;
}
.faqs .accordion .accordion-item .accordion-header {
  line-height: 70%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .faqs .accordion .accordion-item .accordion-header {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .faqs .accordion .accordion-item .accordion-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.faqs .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-weight: 600;
  color: #183645;
  line-height: 25px;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button .accordion-arrow {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 50px;
  background-image: url("/wp-content/themes/uwh-vc/images/chevron-salmon.svg");
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button.collapsed .accordion-arrow {
  background-image: url("/wp-content/themes/uwh-vc/images/chevron-salmon.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 50px;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-arrow {
  margin-top: 20px;
}
.faqs .accordion .accordion-body {
  font-size: 1.0625rem;
  line-height: 130%;
}

.covered_by_insurance {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.covered_by_insurance .insurance_logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.covered_by_insurance .insurance_logos .image_wrapper {
  width: auto;
  max-width: 50dvw;
}
@media (min-width: 992px) {
  .covered_by_insurance .insurance_logos .image_wrapper {
    max-width: 9.7rem;
  }
}
.covered_by_insurance .insurance_logos .image_wrapper img {
  width: 100%;
}

.two_columns_block {
  padding: 6em 2em;
  background-position: 50%;
  background-size: 100% 100%;
}
.two_columns_block .columns_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .two_columns_block .columns_wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .two_columns_block .columns_wrapper {
    gap: 20px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .two_columns_block {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: rgb(24, 54, 69);
  text-decoration: underline;
}

.margin-auto {
  margin: 0 auto;
}

.remove_bottom_margin {
  margin-bottom: 0px;
}

.full-width {
  width: 100%;
}

body {
  background-color: #e8e6dd;
  font-family: IBM Plex Sans, sans-serif;
  color: #183645;
  font-weight: 400;
  line-height: 130%;
  font-size: 5.31dvw;
  line-height: 130%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.0625rem;
  }
}

.gennev_container {
  padding: 0px 40px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

.text-weight-bold {
  font-weight: 700;
}

.flex-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.in_person_care {
  margin-bottom: 6em;
}
.in_person_care .left {
  justify-content: center;
  text-align: center;
}
.in_person_care .left img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .in_person_care .left img {
    width: 50%;
  }
}
.in_person_care .right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .in_person_care .right {
    width: 58%;
  }
}

.social_share_wrapper {
  grid-column-gap: 5vw;
  flex-direction: row;
  display: flex;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 17.5vw;
}
@media (min-width: 768px) {
  .social_share_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
  }
}
.social_share_wrapper.bio {
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
}
@media (min-width: 768px) {
  .social_share_wrapper.bio {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }
}

.sprite-social-links--wrapper {
  grid-column-gap: 3.75dvw;
  align-items: center;
  height: 3rem;
  display: flex;
}
@media (min-width: 768px) {
  .sprite-social-links--wrapper {
    grid-column-gap: 0.75rem;
  }
}

.sprite-social {
  background-size: 100%;
  width: 9.38vw;
  height: 9.38vw;
  transition: all;
  background-image: url("/wp-content/themes/uwh-vc/images/sprice-social-linkedin.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (min-width: 768px) {
  .sprite-social {
    background-size: auto;
    width: 30px;
    height: 30px;
  }
}
.sprite-social.share {
  width: 15vw;
  height: 15vw;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 768px) {
  .sprite-social.share {
    width: 3rem;
    height: 3rem;
  }
}
.sprite-social.share.facebook {
  background-image: url("/wp-content/themes/uwh-vc/images/social-share-facebook.svg");
}
.sprite-social.share.linkedin {
  background-image: url("/wp-content/themes/uwh-vc/images/social-share-linkedin.svg");
}
.sprite-social.share.email {
  background-image: url("/wp-content/themes/uwh-vc/images/social-share-email.svg");
}

.category_tag.provider.bio {
  border-width: 0.31vw;
  border-radius: 2.5vw;
  padding: 2.5dvw 5dvw;
  z-index: 100;
  border: 0.0625rem solid #e8e6dd;
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
  .category_tag.provider.bio {
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
  }
}
.category_tag.job {
  z-index: 100;
  background-color: #fff;
  color: #183645;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.category_tag.job.secondary {
  background-color: #9fb6b9;
}
.category_tag.job p {
  margin-bottom: 0px;
}

.navy_background {
  background-color: #183645;
}
.navy_background .sprite-social.share.facebook {
  background-image: url("/wp-content/themes/uwh-vc/images/icon-share-facebook-light.svg");
}
.navy_background .sprite-social.share.linkedin {
  background-image: url("/wp-content/themes/uwh-vc/images/icon-share-linkedin-light.svg");
}
.navy_background .sprite-social.share.email {
  background-image: url("/wp-content/themes/uwh-vc/images/icon-share-email-light.svg");
}
.navy_background .button.secondary {
  background-color: #183645;
  color: #e8e6dd;
  border-color: #e8e6dd;
}
.navy_background .button.secondary:hover {
  background-color: #0B181F;
}

.single_symptom_header {
  width: 95%;
  margin: 0 auto;
  border-top: 0.0625rem solid #183645;
  border-bottom: 0.0625rem solid #183645;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.single_symptom_header .columns_wrapper {
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
}
.single_symptom_header .columns_wrapper .title_section .label_styled_wrapper {
  border: 0.0625rem solid #183645;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.single_symptom_header .columns_wrapper .title_section .label_styled_wrapper p {
  margin-bottom: 0px;
}
.single_symptom_header .columns_wrapper .icon img {
  width: 100%;
  height: auto;
}

.symptom_content_wrapper {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
}
.symptom_content_wrapper .left, .symptom_content_wrapper .right {
  flex: 1;
}
.symptom_content_wrapper .treatment_options ul {
  list-style-type: none;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}
.symptom_content_wrapper .treatment_options ul li.treatment_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}
.symptom_content_wrapper .treatment_options ul li.treatment_item .treatment_icon {
  width: 3rem;
}

.clinician_info {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 2rem;
}
.clinician_info img {
  width: 15dvw;
  height: 15dvw;
  border-radius: 100%;
  overflow: clip;
}
@media (min-width: 768px) {
  .clinician_info img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.clinician_info .clinician_name {
  margin-left: 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.clinician_info .clinician_name p {
  margin-bottom: 0px;
}

.gennev_custom_button {
  margin-top: 50px;
}

.display_webinars {
  width: 90%;
  margin: 0 auto;
}
.display_webinars .webinars_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .display_webinars .webinars_list {
    flex-direction: row;
  }
}
.display_webinars .webinars_list .single_webinar h2 {
  margin-bottom: 10px;
}
.display_webinars .webinars_list .single_webinar h2 a {
  text-decoration: none;
}
.display_webinars .webinars_list .single_webinar h2 a:hover {
  text-decoration: underline;
}
.display_webinars .webinars_list .article_category_tag {
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
