@charset "UTF-8";
/**
 * Imports all sass files - add new files to 'Design System files' below
 */
/* Color/font variables */
/* CSS custom properties */
:root {
  /* Design System colors */
  --core: #00205b;
  --accent: #007eb4;
  --black: #303235;
  --core-1: #03060d;
  --core-2: #00205b;
  --core-3: #093582;
  --core-4: #1c4ea5;
  --core-5: #3a6cc1;
  --core-6: #628dd6;
  --core-7: #8eafe6;
  --core-8: #b7ccf0;
  --core-9: #d6e2f7;
  --core-10: #ebf0fa;
  --core-11: #f6f7fa;
  --accent-1: #006894;
  --accent-2: #007eb4;
  --accent-3: #0b8ec6;
  --accent-4: #20a0d6;
  --accent-5: #41b2e3;
  --accent-6: #6cc6ed;
  --accent-7: #99d9f5;
  --accent-8: #c1e9fa;
  --accent-9: #ddf3fd;
  --accent-10: #eefaff;
  --accent-11: #f5fcff;
  --black-1: #0b0c0d;
  --black-2: #303235;
  --black-3: #56595d;
  --black-4: #7b7f84;
  --black-5: #9ca0a5;
  --black-6: #b8bbbf;
  --black-7: #cfd1d3;
  --black-8: #e1e1e2;
  --black-9: #ededee;
  --black-10: #f5f5f5;
  --black-11: #fafafa;
  --error: #da291c;
  --success: #008522;
  --alert: #0077c8;
  --rating: #bf8900;
  --white: #ffffff;
  --true-black: #000000;
  --profile-1: #bf2080;
  --profile-2: #963a1d;
  --profile-3: #607d0e;
  --profile-4: #41058d;
  --profile-5: #8447d2;
  --profile-6: #8f0a52;
  --profile-7: #145b53;
  --profile-8: #98149b;
  /* Design System fonts */
  --primary: "utopia-std", serif;
  --secondary: "Effra", sans-serif;
  /* Misc. */
  --card-shadow: 0 4px 15px 0 rgba(0 0 0 / 0.13);
}

/* Design System fonts */
/* Vendor */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Design System files */
/* Text Styles */
.bh-heading-display-1 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 91px;
  line-height: 112px;
  letter-spacing: -0.88px;
}

.bh-heading-display-2 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 63px;
  line-height: 77px;
  letter-spacing: -0.44px;
}

.bh-heading-display-3 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 51px;
  line-height: 63px;
  letter-spacing: -0.28px;
}

.bh-heading-h1 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 46px;
  letter-spacing: -0.25px;
}

.bh-heading-h1b {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
}

.bh-heading-h2 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
}

.bh-heading-h2b {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
}

.bh-heading-h3 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
}

.bh-heading-h3b {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.22px;
}

.bh-heading-display-1 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 91px;
  line-height: 112px;
  letter-spacing: -0.88px;
}
.bh-heading-display-1 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-display-1 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-display-1 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-display-1 .bh-heading-display-1-alt-link {
  color: #303235;
}
.bh-heading-display-1 .bh-heading-display-1-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-display-2 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 63px;
  line-height: 77px;
  letter-spacing: -0.44px;
}
.bh-heading-display-2 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-display-2 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-display-2 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-display-2 .bh-heading-display-2-alt-link {
  color: #303235;
}
.bh-heading-display-2 .bh-heading-display-2-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-display-3 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 51px;
  line-height: 63px;
  letter-spacing: -0.28px;
}
.bh-heading-display-3 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-display-3 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-display-3 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-display-3 .bh-heading-display-3-alt-link {
  color: #303235;
}
.bh-heading-display-3 .bh-heading-display-3-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-h1 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 46px;
  letter-spacing: -0.25px;
}
.bh-heading-h1 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-h1 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-h1 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-h1 .bh-heading-h1-alt-link {
  color: #303235;
}
.bh-heading-h1 .bh-heading-h1-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-h1b {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
}
.bh-heading-h1b a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-h1b a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-h1b a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-h1b .bh-heading-h1b-alt-link {
  color: #303235;
}
.bh-heading-h1b .bh-heading-h1b-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-h2 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
}
.bh-heading-h2 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-h2 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-h2 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-h2 .bh-heading-h2-alt-link {
  color: #303235;
}
.bh-heading-h2 .bh-heading-h2-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-h2b {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
}
.bh-heading-h2b a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-h2b a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-h2b a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-h2b .bh-heading-h2b-alt-link {
  color: #303235;
}
.bh-heading-h2b .bh-heading-h2b-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-h3 {
  font-family: "utopia-std", serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
}
.bh-heading-h3 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-h3 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-h3 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-h3 .bh-heading-h3-alt-link {
  color: #303235;
}
.bh-heading-h3 .bh-heading-h3-alt-link:hover {
  color: #0b0c0d;
}

.bh-heading-h3b {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.22px;
}
.bh-heading-h3b a {
  color: #007eb4;
  text-decoration: none;
}
.bh-heading-h3b a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-heading-h3b a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-heading-h3b .bh-heading-h3b-alt-link {
  color: #303235;
}
.bh-heading-h3b .bh-heading-h3b-alt-link:hover {
  color: #0b0c0d;
}

.bh-subtitle-1 {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.bh-subtitle-2 {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.15px;
}

.bh-subtitle-1 {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.bh-subtitle-1 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-subtitle-1 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-subtitle-1 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-subtitle-1 .bh-subtitle-1-alt-link {
  color: #303235;
}
.bh-subtitle-1 .bh-subtitle-1-alt-link:hover {
  color: #0b0c0d;
}

.bh-subtitle-2 {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.15px;
}
.bh-subtitle-2 a {
  color: #007eb4;
  text-decoration: none;
}
.bh-subtitle-2 a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-subtitle-2 a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-subtitle-2 .bh-subtitle-2-alt-link {
  color: #303235;
}
.bh-subtitle-2 .bh-subtitle-2-alt-link:hover {
  color: #0b0c0d;
}

.bh-body-1-main {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
}

.bh-body-1-strong {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #303235;
}

.bh-body-1-tight {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #303235;
}

.bh-body-2-main {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.25px;
}

.bh-body-2-strong {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
}

.bh-body-2-tight {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
}

.bh-body-1-main {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
}
.bh-body-1-main a {
  color: #007eb4;
  text-decoration: none;
}
.bh-body-1-main a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-body-1-main a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-body-1-main .bh-body-1-main-alt-link {
  color: #303235;
}
.bh-body-1-main .bh-body-1-main-alt-link:hover {
  color: #0b0c0d;
}

.bh-body-1-strong {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
}
.bh-body-1-strong a {
  color: #007eb4;
  text-decoration: none;
}
.bh-body-1-strong a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-body-1-strong a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-body-1-strong .bh-body-1-strong-alt-link {
  color: #303235;
}
.bh-body-1-strong .bh-body-1-strong-alt-link:hover {
  color: #0b0c0d;
}

.bh-body-1-tight {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
}
.bh-body-1-tight a {
  color: #007eb4;
  text-decoration: none;
}
.bh-body-1-tight a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-body-1-tight a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-body-1-tight .bh-body-1-tight-alt-link {
  color: #303235;
}
.bh-body-1-tight .bh-body-1-tight-alt-link:hover {
  color: #0b0c0d;
}

.bh-body-2-main {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.25px;
}
.bh-body-2-main a {
  color: #007eb4;
  text-decoration: none;
}
.bh-body-2-main a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-body-2-main a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-body-2-main .bh-body-2-main-alt-link {
  color: #303235;
}
.bh-body-2-main .bh-body-2-main-alt-link:hover {
  color: #0b0c0d;
}

.bh-body-2-strong {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
}
.bh-body-2-strong a {
  color: #007eb4;
  text-decoration: none;
}
.bh-body-2-strong a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-body-2-strong a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-body-2-strong .bh-body-2-strong-alt-link {
  color: #303235;
}
.bh-body-2-strong .bh-body-2-strong-alt-link:hover {
  color: #0b0c0d;
}

.bh-body-2-tight {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
}
.bh-body-2-tight a {
  color: #007eb4;
  text-decoration: none;
}
.bh-body-2-tight a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-body-2-tight a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-body-2-tight .bh-body-2-tight-alt-link {
  color: #303235;
}
.bh-body-2-tight .bh-body-2-tight-alt-link:hover {
  color: #0b0c0d;
}

.bh-caption {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
}

.bh-overline {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.95px;
  text-transform: uppercase;
}

.bh-button-text {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.47px;
  display: block;
}

.bh-caption {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
}
.bh-caption a {
  color: #007eb4;
  text-decoration: none;
}
.bh-caption a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-caption a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-caption .bh-caption-alt-link {
  color: #303235;
}
.bh-caption .bh-caption-alt-link:hover {
  color: #0b0c0d;
}

.bh-overline {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.95px;
  text-transform: uppercase;
}
.bh-overline a {
  color: #007eb4;
  text-decoration: none;
}
.bh-overline a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-overline a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-overline .bh-overline-alt-link {
  color: #303235;
}
.bh-overline .bh-overline-alt-link:hover {
  color: #0b0c0d;
}

.bh-button-link {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.47px;
  color: #007eb4;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: block;
  inline-size: max-content;
}
.bh-button-link:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-button-link:hover {
  color: #006894;
  text-decoration: underline;
}

/* Atoms */
.bh-primary-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  height: 36px;
  background-color: #007eb4;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-primary-button[href] {
  line-height: 36px;
}
.bh-primary-button--loading {
  color: transparent;
  background-color: #006894;
  position: relative;
}
.bh-primary-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-primary-button--icon-l, .bh-primary-button--icon-r {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-primary-button--icon-l svg, .bh-primary-button--icon-r svg {
  width: 24px;
  flex: 0 0 24px;
  vertical-align: middle;
}
.bh-primary-button--icon-l svg path, .bh-primary-button--icon-r svg path {
  fill: #ffffff;
}
.bh-primary-button--icon-l.bh-primary-button--loading svg path, .bh-primary-button--icon-r.bh-primary-button--loading svg path {
  fill: transparent;
}
.bh-primary-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-primary-button--small[href] {
  line-height: 30px;
}
.bh-primary-button--small.bh-primary-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-primary-button--small.bh-primary-button--icon-l svg, .bh-primary-button--small.bh-primary-button--icon-r svg {
  width: 16px;
}
.bh-primary-button--large {
  height: 48px;
}
.bh-primary-button--large[href] {
  line-height: 48px;
}
.bh-primary-button--large.bh-primary-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-primary-button:focus {
  background-color: #0b8ec6;
  box-shadow: inset 0 0 0 2px #0b8ec6, inset 0 0 0 3px #ffffff;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-primary-button:hover {
  background-color: #006894;
  text-decoration: none;
  color: #ffffff;
}
.bh-primary-button--loading:hover {
  color: transparent;
}
.bh-primary-button:not(:disabled):active, .bh-primary-button:not(:disabled).active {
  background-color: #006894;
}
.bh-primary-button:focus:active {
  box-shadow: none;
}
.bh-primary-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-primary-button:disabled.bh-primary-button--icon-l svg path, .bh-primary-button:disabled.bh-primary-button--icon-r svg path {
  fill: #7b7f84;
}

.bh-secondary-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  height: 36px;
  background-color: #00205b;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-secondary-button[href] {
  line-height: 36px;
}
.bh-secondary-button--loading {
  color: transparent;
  background-color: #03060d;
  position: relative;
}
.bh-secondary-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-secondary-button--icon-l, .bh-secondary-button--icon-r {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-secondary-button--icon-l svg, .bh-secondary-button--icon-r svg {
  width: 24px;
  flex: 0 0 24px;
  vertical-align: middle;
}
.bh-secondary-button--icon-l svg path, .bh-secondary-button--icon-r svg path {
  fill: #ffffff;
}
.bh-secondary-button--icon-l.bh-secondary-button--loading svg path, .bh-secondary-button--icon-r.bh-secondary-button--loading svg path {
  fill: transparent;
}
.bh-secondary-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-secondary-button--small[href] {
  line-height: 30px;
}
.bh-secondary-button--small.bh-secondary-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-secondary-button--small.bh-secondary-button--icon-l svg, .bh-secondary-button--small.bh-secondary-button--icon-r svg {
  width: 16px;
}
.bh-secondary-button--large {
  height: 48px;
}
.bh-secondary-button--large[href] {
  line-height: 48px;
}
.bh-secondary-button--large.bh-secondary-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-secondary-button:focus {
  background-color: #00205b;
  box-shadow: inset 0 0 0 2px #0b8ec6, inset 0 0 0 3px #ffffff;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-secondary-button:hover {
  background-color: #03060d;
  text-decoration: none;
  color: #ffffff;
}
.bh-secondary-button--loading:hover {
  color: transparent;
}
.bh-secondary-button:not(:disabled):active, .bh-secondary-button:not(:disabled).active {
  background-color: #03060d;
}
.bh-secondary-button:focus:active {
  box-shadow: none;
}
.bh-secondary-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-secondary-button:disabled.bh-secondary-button--icon-l svg path, .bh-secondary-button:disabled.bh-secondary-button--icon-r svg path {
  fill: #7b7f84;
}

.bh-outlined-1-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  height: 36px;
  background-color: #ffffff;
  color: #007eb4;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-outlined-1-button[href] {
  line-height: 34px;
}
.bh-outlined-1-button--loading {
  background-color: #eefaff;
  color: transparent;
  position: relative;
}
.bh-outlined-1-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #007eb4;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-outlined-1-button--icon-l, .bh-outlined-1-button--icon-r {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-outlined-1-button--icon-l svg, .bh-outlined-1-button--icon-r svg {
  width: 24px;
  flex: 0 0 24px;
  vertical-align: middle;
}
.bh-outlined-1-button--icon-l svg path, .bh-outlined-1-button--icon-r svg path {
  fill: #007eb4;
}
.bh-outlined-1-button--icon-l.bh-outlined-1-button--loading svg path, .bh-outlined-1-button--icon-r.bh-outlined-1-button--loading svg path {
  fill: transparent;
}
.bh-outlined-1-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-outlined-1-button--small[href] {
  line-height: 28px;
}
.bh-outlined-1-button--small.bh-outlined-1-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-outlined-1-button--small.bh-outlined-1-button--icon-l svg, .bh-outlined-1-button--small.bh-outlined-1-button--icon-r svg {
  width: 16px;
}
.bh-outlined-1-button--large {
  height: 48px;
}
.bh-outlined-1-button--large[href] {
  line-height: 46px;
}
.bh-outlined-1-button--large.bh-outlined-1-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-outlined-1-button:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-outlined-1-button:focus.bh-outlined-1-button--loading {
  color: transparent;
}
.bh-outlined-1-button:hover {
  text-decoration: none;
  background-color: #eefaff;
  color: #006894;
  border: 1px solid #cfd1d3;
}
.bh-outlined-1-button:focus:hover {
  border: 1px solid #0b8ec6;
}
.bh-outlined-1-button:not(:disabled):active, .bh-outlined-1-button:not(:disabled).active {
  background-color: #eefaff;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfd1d3;
  color: #006894;
}
.bh-outlined-1-button:focus:active {
  box-shadow: none;
}
.bh-outlined-1-button--loading:hover, .bh-outlined-1-button--loading:not(:disabled):active, .bh-outlined-1-button--loading:not(:disabled).active {
  color: transparent;
}
.bh-outlined-1-button.bh-outlined-1-button--icon-l:hover svg path, .bh-outlined-1-button.bh-outlined-1-button--icon-r:hover svg path {
  fill: #006894;
}
.bh-outlined-1-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
  border: 1px solid transparent;
}
.bh-outlined-1-button:disabled.bh-outlined-1-button--icon-l svg path, .bh-outlined-1-button:disabled.bh-outlined-1-button--icon-r svg path {
  fill: #7b7f84;
}

.bh-outlined-2-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #ffffff;
  height: 36px;
  background-color: transparent;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-outlined-2-button[href] {
  line-height: 34px;
}
.bh-outlined-2-button--loading {
  background-color: #ffffff;
  color: transparent;
  position: relative;
}
.bh-outlined-2-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #007eb4;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-outlined-2-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-outlined-2-button--small[href] {
  line-height: 28px;
}
.bh-outlined-2-button--small.bh-outlined-2-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-outlined-2-button--large {
  height: 48px;
}
.bh-outlined-2-button--large[href] {
  line-height: 46px;
}
.bh-outlined-2-button--large.bh-outlined-2-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-outlined-2-button:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #ffffff, 0 0 0 1px #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-outlined-2-button:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #303235;
  border: 1px solid #ffffff;
}
.bh-outlined-2-button:focus:hover {
  border: 1px solid #0b8ec6;
}
.bh-outlined-2-button:not(:disabled):active, .bh-outlined-2-button:not(:disabled).active {
  background-color: #ffffff;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ffffff;
  color: #303235;
}
.bh-outlined-2-button:focus:active {
  box-shadow: none;
}
.bh-outlined-2-button--loading:hover, .bh-outlined-2-button--loading:not(:disabled):active, .bh-outlined-2-button--loading:not(:disabled).active {
  color: transparent;
}
.bh-outlined-2-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
  border: 1px solid transparent;
}

.bh-outlined-3-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  height: 36px;
  background-color: #ffffff;
  color: #56595d;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-outlined-3-button[href] {
  line-height: 34px;
}
.bh-outlined-3-button--loading {
  background-color: #f5f5f5;
  color: transparent;
  position: relative;
}
.bh-outlined-3-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #007eb4;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-outlined-3-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-outlined-3-button--small[href] {
  line-height: 28px;
}
.bh-outlined-3-button--small.bh-outlined-3-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-outlined-3-button--large {
  height: 48px;
}
.bh-outlined-3-button--large[href] {
  line-height: 46px;
}
.bh-outlined-3-button--large.bh-outlined-3-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-outlined-3-button:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #7b7f84;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-outlined-3-button:focus.bh-outlined-3-button--loading {
  color: transparent;
}
.bh-outlined-3-button:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #303235;
  border: 1px solid #cfd1d3;
}
.bh-outlined-3-button:focus:hover {
  border: 1px solid #0b8ec6;
}
.bh-outlined-3-button:not(:disabled):active, .bh-outlined-3-button:not(:disabled).active {
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfd1d3;
  color: #303235;
}
.bh-outlined-3-button:focus:active {
  box-shadow: none;
}
.bh-outlined-3-button--loading:hover, .bh-outlined-3-button--loading:not(:disabled):active, .bh-outlined-3-button--loading:not(:disabled).active {
  color: transparent;
}
.bh-outlined-3-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
  border: 1px solid transparent;
}

.bh-text-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid transparent;
  height: 36px;
  background-color: #ffffff;
  color: #007eb4;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-text-button[href] {
  line-height: 34px;
}
.bh-text-button--loading {
  background-color: #eefaff;
  color: transparent;
  position: relative;
}
.bh-text-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #007eb4;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-text-button--icon-l, .bh-text-button--icon-r {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-text-button--icon-l svg, .bh-text-button--icon-r svg {
  width: 24px;
  flex: 0 0 24px;
  vertical-align: middle;
}
.bh-text-button--icon-l svg path, .bh-text-button--icon-r svg path {
  fill: #007eb4;
}
.bh-text-button--icon-l.bh-text-button--loading svg path, .bh-text-button--icon-r.bh-text-button--loading svg path {
  fill: transparent;
}
.bh-text-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-text-button--small[href] {
  line-height: 28px;
}
.bh-text-button--small.bh-text-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-text-button--small.bh-text-button--icon-l svg, .bh-text-button--small.bh-text-button--icon-r svg {
  width: 16px;
}
.bh-text-button--large {
  height: 48px;
}
.bh-text-button--large[href] {
  line-height: 46px;
}
.bh-text-button--large.bh-text-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-text-button:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-text-button:focus.bh-text-button--loading {
  color: transparent;
}
.bh-text-button:hover {
  text-decoration: none;
  background-color: #eefaff;
  color: #006894;
  border: 1px solid transparent;
}
.bh-text-button:focus:hover {
  border: 1px solid #0b8ec6;
}
.bh-text-button:not(:disabled):active, .bh-text-button:not(:disabled).active {
  background-color: #eefaff;
  outline: 0;
  box-shadow: none;
  border: 1px solid transparent;
  color: #006894;
}
.bh-text-button:focus:active {
  box-shadow: none;
}
.bh-text-button--loading:hover, .bh-text-button--loading:not(:disabled):active, .bh-text-button--loading:not(:disabled).active {
  color: transparent;
  border: 1px solid #ddf3fd;
}
.bh-text-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-text-button:disabled.bh-text-button--icon-l svg path, .bh-text-button:disabled.bh-text-button--icon-r svg path {
  fill: #7b7f84;
}

.bh-visit-type-toggle-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bh-visit-type-toggle-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  height: 30px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #00205b;
  background-color: #ffffff;
  color: #00205b;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-visit-type-toggle-button--icon-l {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.bh-visit-type-toggle-button--icon-l svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  vertical-align: middle;
}
.bh-visit-type-toggle-button--icon-l svg path {
  fill: #00205b;
}
.bh-visit-type-toggle-button:disabled, .bh-visit-type-toggle-button:disabled:hover {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
  border: 1px solid transparent;
}
.bh-visit-type-toggle-button:disabled.bh-visit-type-toggle-button--icon-l svg path, .bh-visit-type-toggle-button:disabled:hover.bh-visit-type-toggle-button--icon-l svg path {
  fill: #7b7f84;
}
.bh-visit-type-toggle-button--active {
  color: #00205b;
}
.bh-visit-type-toggle-button--active:hover {
  cursor: not-allowed;
}
.bh-visit-type-toggle-button--active:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #00205b;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-visit-type-toggle-button--active:focus svg path {
  fill: #00205b;
}
.bh-visit-type-toggle-button--active:focus:active {
  border: 1px solid #00205b;
  box-shadow: none;
}
.bh-visit-type-toggle-button--resting {
  border-color: #cfd1d3;
  color: #0b8ec6;
}
.bh-visit-type-toggle-button--resting svg path {
  fill: #0b8ec6;
}
.bh-visit-type-toggle-button--resting:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-visit-type-toggle-button--resting:active {
  border-color: #cfd1d3;
  background-color: #eefaff;
  color: #006894;
  outline: 0;
  box-shadow: none;
}
.bh-visit-type-toggle-button--resting:active svg path {
  fill: #006894;
}
.bh-visit-type-toggle-button--resting:hover {
  text-decoration: none;
  background-color: #eefaff;
  color: #006894;
  cursor: pointer;
}
.bh-visit-type-toggle-button--resting:hover svg path {
  fill: #006894;
}

.bh-chip {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  border-radius: 16px;
  border: 0;
  line-height: 17px;
  background-color: #ededee;
  color: #303235;
  letter-spacing: 0.25px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 7.5px 12px;
  margin: 10px;
  display: inline-flex;
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-chip--icon-l, .bh-chip--icon-r, .bh-chip--icon-lr {
  padding: 4px 12px;
}
.bh-chip--icon-l svg path, .bh-chip--icon-r svg path, .bh-chip--icon-lr svg path {
  fill: #303235;
}
.bh-chip--icon-l, .bh-chip--icon-lr {
  padding-left: 4px;
}
.bh-chip--icon-l svg:first-of-type, .bh-chip--icon-lr svg:first-of-type {
  width: 24px;
  margin-right: 8px;
  flex: 24px 0 0;
}
.bh-chip--icon-r, .bh-chip--icon-lr {
  position: relative;
  padding: 8px 36px 8px 12px;
  text-align: left;
}
.bh-chip--icon-r svg:last-of-type, .bh-chip--icon-lr svg:last-of-type {
  position: absolute;
  top: 4px;
  right: 7px;
  width: 16px;
  margin-left: 8px;
}
.bh-chip--icon-lr {
  padding: 4px 36px 4px 4px;
}
.bh-chip:focus {
  box-shadow: inset 0 0 0 2px #20a0d6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-chip:hover {
  background-color: #cfd1d3;
  color: #303235;
}
.bh-chip:not(:disabled):active, .bh-chip:not(:disabled).active {
  background-color: #cfd1d3;
}
.bh-chip--selected {
  background-color: #00205b;
  color: #ffffff;
}
.bh-chip--selected:not(:disabled):active, .bh-chip--selected:not(:disabled).active {
  background-color: #03060d;
}
.bh-chip--selected:hover {
  background-color: #03060d;
  color: #ffffff;
}
.bh-chip--icon-l.bh-chip--selected svg path, .bh-chip--icon-r.bh-chip--selected svg path, .bh-chip--icon-lr.bh-chip--selected svg path {
  fill: #ffffff;
}
.bh-chip--icon-l.bh-chip--selected:hover svg path, .bh-chip--icon-r.bh-chip--selected:hover svg path, .bh-chip--icon-lr.bh-chip--selected:hover svg path {
  fill: #ffffff;
}
.bh-chip--static {
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bh-chip--static:focus {
  outline: 0;
  box-shadow: none;
}
.bh-chip--static:hover, .bh-chip--static:not(:disabled):active, .bh-chip--static:not(:disabled).active {
  background-color: #ededee;
  color: #303235;
}
.bh-chip:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-chip:disabled svg path {
  fill: #7b7f84;
}
.bh-chip:disabled:hover svg path {
  fill: #7b7f84;
}

.bh-text-input-field {
  padding: 0;
  margin: 0;
  width: 320px;
  max-width: 100%;
}
.bh-text-input-field-label {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
  display: block;
  margin-bottom: 4px;
}
.bh-text-input-field-input {
  font-family: "Effra", sans-serif;
  width: 100%;
  height: 48px;
  line-height: 19px;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  padding: 0 12px;
  color: #303235;
  font-size: 19px;
  letter-spacing: 0.22px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bh-text-input-field-input:focus, .bh-text-input-field-input:active {
  outline: 0;
  box-shadow: none;
  border-color: #007eb4;
}
.bh-text-input-field-input.placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-text-input-field-input:-moz-placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-text-input-field-input:-ms-input-placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-text-input-field-input::placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-text-input-field-helper, .bh-text-input-field-error {
  font-family: "effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
  margin-top: 4px;
}
.bh-text-input-field-error {
  display: none;
}
.bh-text-input-field.bh-form-field-disabled .bh-text-input-field-label, .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-helper {
  color: #9ca0a5;
}
.bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input {
  background-color: #ededee;
  color: #9ca0a5;
  cursor: not-allowed;
}
.bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:focus, .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:active {
  border-color: #cfd1d3;
}
.bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input.placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:-moz-placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:-ms-input-placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input::placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-text-input-field.bh-form-field-error .bh-text-input-field-input {
  border-color: #da291c;
}
.bh-text-input-field.bh-form-field-error .bh-text-input-field-input:focus, .bh-text-input-field.bh-form-field-error .bh-text-input-field-input:active {
  border-color: #007eb4;
}
.bh-text-input-field.bh-form-field-error .bh-text-input-field-error {
  display: block;
  color: #da291c;
}

.bh-text-input-dob-helper {
  display: none;
}
.bh-text-input-dob-helper.shown {
  display: block;
}

.bh-text-input-create-pw-input {
  padding-right: 47px;
}
.bh-text-input-create-pw-wrap {
  position: relative;
}
.bh-text-input-create-pw-toggle {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-text-input-create-pw-toggle:focus {
  box-shadow: inset 0 0 0 2px #0b8ec6;
  color: #7b7f84;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-text-input-create-pw-hidden, .bh-text-input-create-pw-shown {
  width: 24px;
}
.bh-text-input-create-pw-shown {
  display: none;
}

.bh-select {
  border: 0;
  padding: 0;
  margin: 0;
  width: 320px;
}
.bh-select-label {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
  display: block;
  margin-bottom: 4px;
}
.bh-select-field {
  background: #ffffff url(../images/bh-ic-select.svg) no-repeat right 10px center;
  background-size: 24px 24px;
  font-family: "Effra", sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  padding: 0 40px 0 12px;
  color: #303235;
  font-size: 19px;
  letter-spacing: 0.22px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bh-select-field:focus, .bh-select-field:active {
  outline: 0;
  box-shadow: none;
  border-color: #007eb4;
}
.bh-select-field::-ms-expand {
  display: none;
}
.bh-select-helper, .bh-select-error {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
  margin-top: 4px;
}
.bh-select-error {
  display: none;
}
.bh-select.bh-form-field-disabled .bh-select-label, .bh-select.bh-form-field-disabled .bh-select-helper {
  color: #9ca0a5;
}
.bh-select.bh-form-field-disabled .bh-select-field {
  color: #9ca0a5;
  background: #ededee url(../images/bh-ic-select-disabled.svg) no-repeat right 10px center;
  background-size: 24px 24px;
  cursor: not-allowed;
}
.bh-select.bh-form-field-disabled .bh-select-field:focus, .bh-select.bh-form-field-disabled .bh-select-field:active {
  border-color: #cfd1d3;
}
.bh-select.bh-form-field-error .bh-select-field {
  border-color: #da291c;
}
.bh-select.bh-form-field-error .bh-select-field:focus, .bh-select.bh-form-field-error .bh-select-field:active {
  border-color: #007eb4;
}
.bh-select.bh-form-field-error .bh-select-error {
  display: block;
  color: #da291c;
}

.bh-search-field {
  margin: 0;
  font-family: "Effra", sans-serif;
  width: 100%;
  max-width: 100%;
  height: 36px;
  font-size: 15px;
  color: #303235;
  box-sizing: border-box;
  border: 1px solid #cfd1d3;
  border-radius: 18px;
  padding: 0 8px 0 38px;
  letter-spacing: 0.22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url("../images/bh-ic-search-gray.svg") no-repeat center left 12px;
  background-size: 18px 18px;
}
.bh-search-field:focus, .bh-search-field:active {
  outline: 0;
  box-shadow: none;
  border-color: #007eb4;
}
.bh-search-field.placeholder {
  color: #7b7f84;
  opacity: 1;
}
.bh-search-field:-moz-placeholder {
  color: #7b7f84;
  opacity: 1;
}
.bh-search-field:-ms-input-placeholder {
  color: #7b7f84;
  opacity: 1;
}
.bh-search-field::placeholder {
  color: #7b7f84;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .bh-search-field {
    font-size: 16px;
  }
}
.bh-search-field.bh-form-field-disabled {
  background-color: #ededee;
  color: #9ca0a5;
  cursor: not-allowed;
}
.bh-search-field.bh-form-field-disabled:focus, .bh-search-field.bh-form-field-disabled:active {
  border-color: #cfd1d3;
}
.bh-search-field.bh-form-field-disabled.placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-search-field.bh-form-field-disabled:-moz-placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-search-field.bh-form-field-disabled:-ms-input-placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-search-field.bh-form-field-disabled::placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-search-field.bh-form-field-disabled::-webkit-search-cancel-button {
  display: none;
}
.bh-search-field.bh-form-field-error {
  border-color: #da291c;
}
.bh-search-field.bh-form-field-error:focus, .bh-search-field.bh-form-field-error:active {
  border-color: #007eb4;
}
.bh-search-field--on-dark {
  border-color: transparent;
}
.bh-search-field--large {
  height: 48px;
  font-size: 23px;
  padding: 0 12px 0 48px;
  border-radius: 24px;
  background-size: 24px 24px;
}
.bh-search-field--large::-webkit-search-cancel-button {
  background-size: 24px 24px;
  background-position: center right -2px;
  height: 24px;
  width: 26px;
}

.bh-text-input-textarea {
  width: 480px;
}
.bh-text-input-textarea-wrap {
  position: relative;
}
.bh-text-input-textarea-wrap::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff url(../images/bh-ic-grabber-light-gray.svg) no-repeat bottom right;
  background-size: 10px 10px;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .bh-text-input-textarea-wrap::after {
    background: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bh-text-input-textarea-wrap::after {
    background: none;
  }
}
.bh-text-input-textarea-input {
  min-height: 94px;
  height: 94px;
  line-height: 23px;
  padding: 10px 25px 12px 12px;
  display: block;
  resize: vertical;
}
.bh-text-input-textarea-input::-webkit-resizer {
  display: none;
}
.bh-text-input-textarea.bh-form-field-disabled .bh-text-input-textarea-wrap::after {
  background-color: #ededee;
}
.bh-text-input-textarea--char-count.bh-form-field-error .bh-text-input-field-helper-char-count {
  display: block;
}
.bh-text-input-textarea .bh-text-input-textarea-generic-error {
  display: none;
}

.bh-text-input-horiz {
  width: 440px;
  max-width: 100%;
}
.bh-text-input-horiz-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.bh-text-input-horiz-label {
  width: 28%;
}
.bh-text-input-horiz-right-side {
  width: 66%;
}
.bh-text-input-horiz-input {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  padding: 0 8px;
}
@media screen and (max-width: 480px) {
  .bh-text-input-horiz-input {
    font-size: 16px;
  }
}

.bh-select-horiz {
  width: 440px;
  max-width: 100%;
}
.bh-select-horiz-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.bh-select-horiz-label {
  width: 28%;
}
.bh-select-horiz-right-side {
  width: 66%;
}
.bh-select-horiz-field {
  background-position: right 4px center;
  height: 32px;
  font-size: 15px;
  line-height: 15px;
  padding: 0 40px 0 8px;
}
@media screen and (max-width: 480px) {
  .bh-select-horiz-field {
    font-size: 16px;
    line-height: 16px;
  }
}
.bh-select-horiz.bh-form-field-disabled .bh-select-horiz-field {
  background-position: right 4px center;
}

.bh-toggle-switch {
  position: relative;
}
.bh-toggle-switch-track-outer {
  width: 58px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.bh-toggle-switch-track {
  box-sizing: border-box;
  background-color: rgba(123, 127, 132, 0.38);
  width: 34px;
  height: 14px;
  border-radius: 7px;
  transition: opacity 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.bh-toggle-switch-thumb {
  opacity: 1;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -3px;
  left: -2px;
  transition: box-shadow 90ms cubic-bezier(0.4, 0, 0.2, 1), left 90ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bh-toggle-switch-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), left 90ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bh-toggle-switch:hover .bh-toggle-switch-checkbox:not(:disabled) + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb:after {
  opacity: 1;
}
.bh-toggle-switch-checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.bh-toggle-switch-checkbox:checked + .bh-toggle-switch-track-outer .bh-toggle-switch-track {
  background-color: rgba(11, 142, 198, 0.38);
}
.bh-toggle-switch-checkbox:checked + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb {
  left: 16px;
  background-color: #0b8ec6;
  transition: box-shadow 90ms cubic-bezier(0.4, 0, 0.2, 1), left 90ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bh-toggle-switch-checkbox:checked + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb:after {
  box-shadow: 0 0 0 10px rgba(11, 142, 198, 0.08);
  transition: box-shadow 90ms cubic-bezier(0.4, 0, 0.2, 1), left 90ms cubic-bezier(0.4, 0, 0.2, 1);
}
.bh-toggle-switch:hover .bh-toggle-switch-checkbox:not(:disabled):checked + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb:after {
  opacity: 1;
}
.bh-toggle-switch-checkbox:not(:disabled):focus, .bh-toggle-switch-checkbox:not(:disabled):active {
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-toggle-switch-checkbox:not(:disabled):focus + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb:after, .bh-toggle-switch-checkbox:not(:disabled):active + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb:after {
  opacity: 1;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.16);
}
.bh-toggle-switch-checkbox:not(:disabled):checked:focus + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb:after, .bh-toggle-switch-checkbox:not(:disabled):checked:active + .bh-toggle-switch-track-outer .bh-toggle-switch-thumb:after {
  opacity: 1;
  box-shadow: 0 0 0 10px rgba(11, 142, 198, 0.16);
}
.bh-toggle-switch.bh-form-field-disabled {
  opacity: 0.38;
}
.bh-toggle-switch.bh-form-field-disabled .bh-toggle-switch-track-outer {
  cursor: not-allowed;
}
.bh-toggle-switch.bh-form-field-disabled .bh-toggle-switch-checkbox:disabled {
  cursor: not-allowed;
}

.bh-checkbox-group {
  border: 0;
  padding: 0;
  margin: 0;
}
.bh-checkbox-group-legend {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  padding: 0;
  margin-bottom: 4px;
}
.bh-checkbox-group-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
}
.bh-checkbox-group--stacked .bh-checkbox-group-flex {
  flex-direction: column;
}
.bh-checkbox-group-input {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.bh-checkbox-group-input:checked ~ .bh-checkbox-group-checkbox {
  background: transparent;
  border-color: #007eb4;
}
.bh-checkbox-group-input:checked ~ .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline {
  stroke-dashoffset: 0;
}
.bh-checkbox-group-input:checked ~ .bh-checkbox-group-checkbox:before {
  opacity: 0;
  transform: scale(3.5);
  transition: all 0.6s ease-in-out;
}
.bh-checkbox-group-input:checked:hover ~ .bh-checkbox-group-checkbox, .bh-checkbox-group-input:checked:active ~ .bh-checkbox-group-checkbox {
  background: transparent;
  border-color: #007eb4;
}
.bh-checkbox-group-input:checked:hover ~ .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline, .bh-checkbox-group-input:checked:active ~ .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline {
  stroke-dashoffset: 0;
}
.bh-checkbox-group-input:checked:hover ~ .bh-checkbox-group-checkbox:before, .bh-checkbox-group-input:checked:active ~ .bh-checkbox-group-checkbox:before {
  opacity: 0;
  transform: scale(3.5);
  transition: all 0.6s ease-in-out;
}
.bh-checkbox-group-input:not(:disabled):focus, .bh-checkbox-group-input:not(:disabled):active {
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-checkbox-group-input:not(:disabled):focus ~ .bh-checkbox-group-checkbox, .bh-checkbox-group-input:not(:disabled):active ~ .bh-checkbox-group-checkbox {
  border-color: #006894;
}
.bh-checkbox-group-input:not(:disabled):checked:focus ~ .bh-checkbox-group-checkbox, .bh-checkbox-group-input:not(:disabled):checked:active ~ .bh-checkbox-group-checkbox {
  border-color: #006894;
}
.bh-checkbox-group-input:not(:disabled):active ~ .bh-checkbox-group-checkbox {
  border-color: #007eb4;
}
.bh-checkbox-group-input:not(:disabled):checked:active ~ .bh-checkbox-group-checkbox {
  border-color: #007eb4;
}
.bh-checkbox-group-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 23px;
  position: relative;
  padding: 0;
}
.bh-checkbox-group-label:hover .bh-checkbox-group-checkbox {
  border-color: #007eb4;
}
.bh-checkbox-group-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #56595d;
  border-radius: 3px;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  flex: 0 0 18px;
  margin: 1px 0 0 3px;
}
.bh-checkbox-group-checkmark {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #007eb4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transform: rotate(6deg);
  transition-delay: 0.1s;
  transition: all 0.3s ease-in-out;
}
.bh-checkbox-group-dot {
  width: 10px;
  height: 10px;
  background-color: #007eb4;
  border-radius: 50%;
  display: none;
}
.bh-checkbox-group-label-copy {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #303235;
  padding-left: 8px;
}
.bh-checkbox-group-helper, .bh-checkbox-group-error {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
}
.bh-checkbox-group-error {
  display: none;
  margin-bottom: 4px;
}
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-legend, .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label, .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-helper {
  color: #9ca0a5;
}
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-input,
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-input:hover {
  cursor: not-allowed;
}
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label,
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover {
  cursor: not-allowed;
}
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label .bh-checkbox-group-checkbox,
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover .bh-checkbox-group-checkbox {
  border-color: #9ca0a5;
  cursor: not-allowed;
}
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline,
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline {
  stroke-dashoffset: 16px;
}
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label .bh-checkbox-group-label-copy,
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover .bh-checkbox-group-label-copy {
  color: #9ca0a5;
  cursor: not-allowed;
}
.bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-input:focus:active ~ .bh-checkbox-group-checkbox {
  box-shadow: none;
}
.bh-checkbox-group.bh-form-field-error .bh-checkbox-group-error {
  display: block;
  color: #da291c;
}

.bh-radio-group {
  border: 0;
  padding: 0;
  margin: 0;
}
.bh-radio-group-legend {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  padding: 0;
  margin-bottom: 4px;
}
.bh-radio-group-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
}
.bh-radio-group--stacked .bh-radio-group-flex {
  flex-direction: column;
}
.bh-radio-group-input {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.bh-radio-group-input:focus ~ .bh-radio-group-button {
  border-color: #0b8ec6;
  outline: 2px solid #0b8ec6;
  outline-offset: 2px;
}
.bh-radio-group-input:focus ~ .bh-radio-group-button .bh-radio-group-dot {
  display: inline-block;
  background-color: #0b8ec6;
}
.bh-radio-group-input:focus:hover ~ .bh-radio-group-button, .bh-radio-group-input:focus:active ~ .bh-radio-group-button {
  border-color: #006894;
}
.bh-radio-group-input:focus:hover ~ .bh-radio-group-button .bh-radio-group-dot, .bh-radio-group-input:focus:active ~ .bh-radio-group-button .bh-radio-group-dot {
  background-color: #006894;
}
.bh-radio-group-input:checked ~ .bh-radio-group-button {
  border-color: #007eb4;
}
.bh-radio-group-input:checked ~ .bh-radio-group-button .bh-radio-group-dot {
  display: inline-block;
}
.bh-radio-group-input:checked:hover ~ .bh-radio-group-button, .bh-radio-group-input:checked:active ~ .bh-radio-group-button {
  border-color: #006894;
}
.bh-radio-group-input:checked:hover ~ .bh-radio-group-button .bh-radio-group-dot, .bh-radio-group-input:checked:active ~ .bh-radio-group-button .bh-radio-group-dot {
  background-color: #006894;
}
.bh-radio-group-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 23px;
  position: relative;
  padding: 2px 0 0 2px;
}
.bh-radio-group-label:hover .bh-radio-group-button {
  border-color: #303235;
}
.bh-radio-group-button {
  flex: 0 0 20px;
  border: 2px solid #56595d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bh-radio-group-dot {
  width: 10px;
  height: 10px;
  background-color: #007eb4;
  border-radius: 50%;
  display: none;
}
.bh-radio-group-label-copy {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #303235;
  padding-left: 8px;
}
.bh-radio-group-helper, .bh-radio-group-error {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
}
.bh-radio-group-error {
  display: none;
  margin-bottom: 4px;
}
.bh-radio-group.bh-form-field-disabled .bh-radio-group-legend, .bh-radio-group.bh-form-field-disabled .bh-radio-group-label, .bh-radio-group.bh-form-field-disabled .bh-radio-group-helper {
  color: #9ca0a5;
}
.bh-radio-group.bh-form-field-disabled .bh-radio-group-input,
.bh-radio-group.bh-form-field-disabled .bh-radio-group-input:hover {
  cursor: not-allowed;
}
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label,
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover {
  cursor: not-allowed;
}
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label .bh-radio-group-button,
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover .bh-radio-group-button {
  border-color: #9ca0a5;
}
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label .bh-radio-group-button .bh-radio-group-dot,
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover .bh-radio-group-button .bh-radio-group-dot {
  background-color: #9ca0a5;
}
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label .bh-radio-group-label-copy,
.bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover .bh-radio-group-label-copy {
  color: #9ca0a5;
  cursor: not-allowed;
}
.bh-radio-group.bh-form-field-disabled:focus:active ~ .bh-radio-group-button {
  box-shadow: none;
}
.bh-radio-group.bh-form-field-error .bh-radio-group-error {
  display: block;
  color: #da291c;
}

.bh-tooltip-1 {
  position: relative;
  display: flex;
}
.bh-tooltip-1 .bh-tooltip-trigger {
  display: inline-flex;
  align-items: center;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #007eb4;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.bh-tooltip-1 .bh-tooltip-trigger:hover {
  text-decoration: underline;
  color: #006894;
}
@media screen and (max-width: 480px) {
  .bh-tooltip-1 .bh-tooltip-trigger:hover {
    text-decoration: none;
  }
}
.bh-tooltip-1 .bh-tooltip-trigger:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-tooltip-1 .bh-tooltip-trigger:focus .bh-tooltip-1-icon path {
  fill: #0b8ec6;
}
.bh-tooltip-1 .bh-tooltip-trigger:active {
  text-decoration: underline;
  color: #006894;
  outline: 0;
}
.bh-tooltip-1 .bh-tooltip-trigger:active .bh-tooltip-1-icon path {
  fill: #006894;
}
.bh-tooltip-1 .bh-tooltip-trigger:hover {
  outline: 0;
  color: #006894;
}
.bh-tooltip-1 .bh-tooltip-trigger:hover .bh-tooltip-1-icon path {
  fill: #006894;
}
.bh-tooltip-1-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.bh-tooltip-1-icon path {
  fill: #007eb4;
}
.bh-tooltip-1-tip {
  display: none;
  position: absolute;
  top: -7px;
  left: calc(100% + 15px);
  width: 284px;
  background-color: #303235;
  border-radius: 4px;
  padding: 24px;
  z-index: 99;
}
.bh-tooltip-1-tip.shown {
  display: block;
}
.bh-tooltip-1-tip::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #303235;
}
@media screen and (max-width: 470px) {
  .bh-tooltip-1-tip {
    top: 34px;
    left: 0;
  }
  .bh-tooltip-1-tip::before {
    top: -19px;
    left: 9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #303235;
  }
}
.bh-tooltip-1-tip.bh-tooltip-tip--top-left {
  top: 34px;
  left: 0;
}
.bh-tooltip-1-tip.bh-tooltip-tip--top-left::before {
  top: -19px;
  left: 9px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #303235;
}
.bh-tooltip-1-tip.bh-tooltip-tip--white {
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.13);
}
.bh-tooltip-1-tip.bh-tooltip-tip--white::before {
  border-right: 12px solid #ffffff;
}
.bh-tooltip-1-tip.bh-tooltip-tip--white .bh-tooltip-1-heading {
  color: #303235;
}
.bh-tooltip-1-tip.bh-tooltip-tip--white .bh-tooltip-1-list {
  color: #303235;
}
@media screen and (max-width: 620px) {
  .bh-tooltip-1-tip.bh-tooltip-tip--white {
    top: 34px;
    left: 0;
  }
  .bh-tooltip-1-tip.bh-tooltip-tip--white::before {
    top: -19px;
    left: 9px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ffffff;
  }
}
.bh-tooltip-1-heading {
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
  font-weight: bold;
}
.bh-tooltip-1-list {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  font-weight: normal;
  padding-left: 20px;
  list-style: none;
}
.bh-tooltip-1-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.bh-tooltip-1-list li:last-child {
  margin-bottom: 0;
}
.bh-tooltip-1-list li::before {
  content: "•";
  position: absolute;
  left: -10px;
  font-size: 15px;
}

.bh-progress-indicator {
  margin: 0px 24px 0px 24px;
}
.bh-progress-indicator-circular {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 0.25rem solid #007eb4;
  border-radius: 50%;
  border-top-color: transparent;
  animation: rotate 2s infinite linear;
}
.bh-progress-indicator-circular--surface {
  display: inline-flex;
  padding: 14px;
  align-items: flex-start;
  height: 72px;
  width: 72px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.bh-location-map-pin {
  width: 58px;
  height: 56px;
  background: transparent url(../images/bh-lg-ic-map-pin.svg) no-repeat;
  background-position: 0 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-location-map-pin:hover {
  background-position: -54px 0;
}
.bh-location-map-pin:focus {
  outline: 0;
}
.bh-location-map-pin:focus .bh-location-map-pin-number {
  border-color: #0b8ec6;
}
.bh-location-map-pin--numbered {
  position: relative;
}
.bh-location-map-pin--numbered:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00205b;
  z-index: 0;
}
.bh-location-map-pin--numbered:hover:before {
  background-color: #ffffff;
}
.bh-location-map-pin-number {
  width: 28px;
  height: 33px;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  margin-top: -7px;
  padding-top: 4px;
  position: relative;
  z-index: 1;
}
.bh-location-map-pin:hover .bh-location-map-pin-number {
  color: #00205b;
}

/* Molecules */
.bh-stacked-buttons button {
  display: block;
  margin: 0 auto;
}
.bh-stacked-buttons button + button {
  margin-top: 6px;
}

.bh-side-by-side-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bh-side-by-side-buttons button {
  margin: 10px 6px;
}

.bh-notification {
  display: none;
  align-items: flex-start;
  padding: 12px;
  margin: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  opacity: 0;
}
.bh-notification.open {
  display: flex;
  z-index: 998;
  top: 25px;
  animation: animOpacity 250ms linear 100ms forwards;
}
@media screen and (max-width: 480px) {
  .bh-notification.open {
    width: calc(100% - 20px);
    left: 10px;
  }
}
@keyframes animOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bh-notification-trigger {
  cursor: pointer;
}
.bh-notification .bh-notification-copy {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #303235;
  margin: 0;
  padding: 3px 8px;
  flex-grow: 1;
}
.bh-notification-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
}
.bh-notification-close {
  cursor: pointer;
  min-width: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.bh-notification--full {
  width: calc(100% - 20px);
  left: 10px;
}

.bh-notification-inline {
  display: none;
  align-items: flex-start;
  padding: 12px;
  margin: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: none;
  width: 100%;
}
.bh-notification-inline--info {
  border: 1px solid #0077c8;
}
.bh-notification-inline--confirmation {
  border: 1px solid #008522;
}
.bh-notification-inline--error {
  border: 1px solid #da291c;
}
.bh-notification-inline.open {
  display: flex;
}
.bh-notification-inline .bh-notification-inline-copy {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #303235;
  margin: 0;
  padding: 3px 8px;
  flex-grow: 1;
}
.bh-notification-inline-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
}
.bh-notification-inline-close {
  cursor: pointer;
  min-width: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.bh-notification-inline-close:focus {
  outline: 2px solid #0b8ec6;
}

.bh-dialog {
  display: block;
  z-index: 3;
  padding: 32px 48px 35px;
  margin: 0;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  width: 556px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .bh-dialog {
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  .bh-dialog {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.bh-dialog[aria-hidden=true] {
  display: none;
}
@media screen and (max-width: 480px) {
  .bh-dialog--mobile-full {
    width: 100%;
    top: 0 !important;
    left: 0;
    border-radius: 0;
    min-height: 100vh;
  }
}
@media screen and (max-height: 875px) {
  .bh-dialog--mobile-full {
    position: absolute;
    top: 0 !important;
  }
}
.bh-dialog[data-bh-dialog-top] {
  position: absolute;
  margin-bottom: 50px;
}
.bh-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  overflow-y: auto;
}
.bh-dialog-overlay[aria-hidden=true] {
  display: none;
}
@media screen and (max-width: 480px) {
  .bh-dialog-overlay--mobile-full {
    display: block;
    padding: 0;
  }
}
.bh-dialog-fixed-page {
  overflow: hidden;
}
.bh-dialog .sr-only {
  opacity: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.bh-dialog .bh-body-1-main {
  text-align: center;
  max-width: 100%;
  margin-bottom: 37px;
}
.bh-dialog .bh-svg-alert {
  margin-bottom: 22px;
}
.bh-dialog .bh-heading-h3b {
  margin-bottom: 14px;
  max-width: 100%;
}

.pagination-nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pagination-nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 48px;
  height: 48px;
  color: #56595d;
  background-color: #ffffff;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.47px;
  text-align: center;
  border: 1px solid #cfd1d3;
  border-right: 0;
}
.pagination-nav-button::selection, .pagination-nav-button a::selection, .pagination-nav-button span::selection {
  background-color: transparent;
}
.pagination-nav-button:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
  color: #0b8ec6;
}
.pagination-nav-button:focus svg path {
  fill: #0b8ec6;
}
.pagination-nav-button:focus + .pagination-nav-button,
.pagination-nav-button:focus + .hide + .pagination-nav-button,
.pagination-nav-button:focus + .hide + .hide + .pagination-nav-button {
  border-left-color: #cfd1d3;
}
.pagination-nav-button:focus:not([disabled]):last-child {
  border-right: 1px solid #0b8ec6;
}
.pagination-nav-button:not([disabled]):not(.active):hover, .pagination-nav-button:not([disabled]):not(.active):active {
  background-color: #f5f5f5;
  color: #303235;
  border: 1px solid #cfd1d3;
  border-right: 0;
  box-shadow: none;
}
.pagination-nav-button:not([disabled]):not(.active):hover + .pagination-nav-button,
.pagination-nav-button:not([disabled]):not(.active):hover + .hide + .pagination-nav-button,
.pagination-nav-button:not([disabled]):not(.active):hover + .hide + .hide + .pagination-nav-button, .pagination-nav-button:not([disabled]):not(.active):active + .pagination-nav-button,
.pagination-nav-button:not([disabled]):not(.active):active + .hide + .pagination-nav-button,
.pagination-nav-button:not([disabled]):not(.active):active + .hide + .hide + .pagination-nav-button {
  border-left-color: #cfd1d3;
}
.pagination-nav-button:not([disabled]):not(.active):hover svg path, .pagination-nav-button:not([disabled]):not(.active):active svg path {
  fill: #303235;
}
.pagination-nav-button:not([disabled]):not(.active):hover span,
.pagination-nav-button:not([disabled]):not(.active):hover a, .pagination-nav-button:not([disabled]):not(.active):active span,
.pagination-nav-button:not([disabled]):not(.active):active a {
  text-decoration: underline;
}
.pagination-nav-button:not([disabled]):not(.active):hover:last-child, .pagination-nav-button:not([disabled]):not(.active):active:last-child {
  border-right: 1px solid #cfd1d3;
}
.pagination-nav-button.active {
  color: #303235;
  background-color: #ebf0fa;
  box-shadow: none;
  border-color: #cfd1d3;
  border-bottom: 0;
  box-shadow: inset 0 -4px 0 0 #00205b;
  pointer-events: none;
  cursor: default;
}
.pagination-nav-button.active:focus {
  border-right: 0;
}
.pagination-nav-button.active + .pagination-nav-button:hover,
.pagination-nav-button.active + .hide + .pagination-nav-button:hover,
.pagination-nav-button.active + .hide + .hide + .pagination-nav-button:hover,
.pagination-nav-button.active + .pagination-nav-button:active,
.pagination-nav-button.active + .hide + .pagination-nav-button:active,
.pagination-nav-button.active + .hide + .hide + .pagination-nav-button:active {
  border-left-color: #cfd1d3;
}
.pagination-nav-button--prev-next {
  min-width: 112px;
  line-height: 26px;
}
.pagination-nav-button--prev-next svg {
  vertical-align: middle;
}
.pagination-nav-button--prev-next:first-child {
  border-radius: 4px 0 0 4px;
}
.pagination-nav-button--prev-next:first-child svg {
  margin-right: 8px;
}
.pagination-nav-button--prev-next:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #cfd1d3;
}
.pagination-nav-button--prev-next:last-child svg {
  margin-left: 8px;
}
.pagination-nav-button--prev-next.words-hidden {
  min-width: initial;
}
.pagination-nav-button--prev-next.words-hidden:first-child svg {
  margin-right: 0;
}
.pagination-nav-button--prev-next.words-hidden:last-child svg {
  margin-left: 0;
}
.pagination-nav-button--prev-next.words-hidden .pagination-nav-words {
  display: none;
}
.pagination-nav-button-disabled {
  pointer-events: none;
}
.pagination-nav-button-disabled:first-child, .pagination-nav-button-disabled:last-child {
  color: #9ca0a5;
}
.pagination-nav-button-disabled:first-child svg path, .pagination-nav-button-disabled:last-child svg path {
  fill: #9ca0a5;
}
.pagination-nav-button-disabled:focus {
  box-shadow: none;
  border-color: #cfd1d3;
}
.pagination-nav--small .pagination-nav-button {
  height: 36px;
  width: 36px;
}
.pagination-nav--small .pagination-nav-button--prev-next {
  min-width: 88px;
  line-height: 22px;
}
.pagination-nav--small .pagination-nav-button--prev-next.words-hidden {
  min-width: 48px;
}
@media screen and (max-width: 374px) {
  .pagination-nav--small .pagination-nav-button--prev-next.words-hidden {
    min-width: 28px;
    width: 28px;
  }
}
.pagination-nav-ellipsis {
  pointer-events: none;
  width: 48px;
}
.pagination-nav-ellipsis.hide {
  display: none;
}

.bh-progress-bar {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .bh-progress-bar {
    padding: 0 16px;
  }
}
.bh-progress-bar--halves .bh-progress-bar-step {
  width: calc(50% - 1px);
}
.bh-progress-bar--thirds .bh-progress-bar-step {
  width: calc(33.333% - 1.333px);
}
.bh-progress-bar--quarters .bh-progress-bar-step {
  width: calc(25% - 1.5px);
}
.bh-progress-bar--fifths .bh-progress-bar-step {
  width: calc(20% - 1.6px);
}
.bh-progress-bar--sixths .bh-progress-bar-step {
  width: calc(16.667% - 1.667px);
}
.bh-progress-bar--sevenths .bh-progress-bar-step {
  width: calc(14.286% - 1.714px);
}
.bh-progress-bar-step {
  height: 8px;
  background-color: #ebf0fa;
}
.bh-progress-bar-step.bh-progress-bar-step-filled {
  background-color: #00205b;
}

/* Organisms */
@font-face {
  font-family: "sort-icon";
  src: url("../fonts/sort.svg?w8ztf8");
  src: url("../fonts/sort.eot?w8ztf8#iefix") format("embedded-opentype"), url("../fonts/sort.ttf?w8ztf8") format("truetype"), url("../fonts/sort.woff?w8ztf8") format("woff"), url("../fonts/sort.svg?w8ztf8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bh-provider-case-list {
  background-color: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 24px;
  width: 100%;
  max-width: 870px;
}
.bh-provider-case-list-heading {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  color: #303235;
  margin-bottom: 92px;
}
.bh-provider-case-list-year-header {
  display: none;
  background-color: #00205b;
  font-family: "Effra", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  font-style: normal;
  width: 100%;
  height: 23px;
  padding: 3px 16px;
}
.bh-provider-case-list-table-wrap {
  position: relative;
}
.bh-provider-case-list input[type=search] {
  position: absolute;
  top: -68px;
  left: 0;
  margin: 0;
  font-family: "Effra", sans-serif;
  width: calc(100% - 164px);
  height: 36px;
  font-size: 15px;
  color: #303235;
  box-sizing: border-box;
  border: 1px solid #cfd1d3;
  border-radius: 24px;
  padding: 0 8px 0 38px;
  letter-spacing: 0.22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center left 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmgtc3ZnLXNlYXJjaCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjN2I3Zjg0IiBkPSJNMTUuNSwxNGw1LDVMMTksMjAuNWwtNS01di0wLjhsLTAuMy0wLjNjLTEuMSwxLTIuNiwxLjYtNC4yLDEuNkM1LjksMTYsMywxMy4xLDMsOS41UzUuOSwzLDkuNSwzCgkJUzE2LDUuOSwxNiw5LjVjMCwxLjYtMC42LDMuMS0xLjYsNC4ybDAuMywwLjNIMTUuNUwxNS41LDE0eiBNOS41LDE0QzEyLDE0LDE0LDEyLDE0LDkuNUMxNCw3LDEyLDUsOS41LDVDNyw1LDUsNyw1LDkuNQoJCUM1LDEyLDcsMTQsOS41LDE0TDkuNSwxNHoiLz4KPC9nPgo8L3N2Zz4K");
  background-size: 18px 18px;
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list input[type=search] {
    width: calc(100% - 52px);
    font-size: 16px;
  }
}
.bh-provider-case-list input[type=search]:focus, .bh-provider-case-list input[type=search]:active {
  outline: 0;
  box-shadow: none;
  border-color: #007eb4;
}
.bh-provider-case-list input[type=search].placeholder {
  color: #7b7f84;
  opacity: 1;
}
.bh-provider-case-list input[type=search]:-moz-placeholder {
  color: #7b7f84;
  opacity: 1;
}
.bh-provider-case-list input[type=search]:-ms-input-placeholder {
  color: #7b7f84;
  opacity: 1;
}
.bh-provider-case-list input[type=search]::placeholder {
  color: #7b7f84;
  opacity: 1;
}
.bh-provider-case-list-sort-button {
  position: absolute;
  top: -68px;
  right: 0;
}
.bh-provider-case-list-sort-button, .bh-provider-case-list-details-link {
  display: flex;
  align-items: center;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  height: 36px;
  background-color: #ffffff;
  color: #007eb4;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-flex;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-provider-case-list-sort-button[href], .bh-provider-case-list-details-link[href] {
  line-height: 34px;
}
.bh-provider-case-list-sort-button--icon-l svg, .bh-provider-case-list-details-link--icon-l svg {
  width: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.bh-provider-case-list-sort-button--icon-l svg path, .bh-provider-case-list-details-link--icon-l svg path {
  fill: #007eb4;
}
.bh-provider-case-list-sort-button--small, .bh-provider-case-list-details-link--small {
  height: 30px;
  padding: 0 8px;
}
.bh-provider-case-list-sort-button--small[href], .bh-provider-case-list-details-link--small[href] {
  line-height: 28px;
}
.bh-provider-case-list-sort-button:focus, .bh-provider-case-list-details-link:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-provider-case-list-sort-button:hover, .bh-provider-case-list-details-link:hover {
  text-decoration: none;
  background-color: #eefaff;
  color: #006894;
  border: 1px solid #cfd1d3;
}
.bh-provider-case-list-sort-button:focus:hover, .bh-provider-case-list-details-link:focus:hover {
  border: 1px solid #0b8ec6;
}
.bh-provider-case-list-sort-button:not(:disabled):active, .bh-provider-case-list-sort-button:not(:disabled).active, .bh-provider-case-list-details-link:not(:disabled):active, .bh-provider-case-list-details-link:not(:disabled).active {
  background-color: #eefaff;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfd1d3;
  color: #006894;
}
.bh-provider-case-list-sort-button:focus:active, .bh-provider-case-list-details-link:focus:active {
  box-shadow: none;
}
.bh-provider-case-list-sort-button.bh-outlined-1-button--icon-l:hover svg path, .bh-provider-case-list-details-link.bh-outlined-1-button--icon-l:hover svg path {
  fill: #006894;
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list-sort-button {
    padding: 6px;
  }
  .bh-provider-case-list-sort-button-copy {
    display: none;
  }
  .bh-provider-case-list-sort-button svg {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list-details-link .mobile-extra {
    margin-left: 3px;
  }
}
.bh-provider-case-list-filter-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #007eb4;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.bh-provider-case-list-modal {
  display: none;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  width: 270px;
  position: absolute;
  top: -24px;
  right: 0;
  z-index: 50;
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list-modal {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
}
.bh-provider-case-list-modal.open {
  display: block;
}
.bh-provider-case-list-modal-heading {
  padding: 16px 16px 13px 16px;
  border-bottom: 1px solid #e1e1e2;
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.22px;
  color: #303235;
  display: flex;
  justify-content: space-between;
}
.bh-provider-case-list-modal-close {
  display: none;
  background-color: transparent;
  border: 0;
  justify-content: space-between;
}
.bh-provider-case-list-modal-close:focus {
  outline-color: #007eb4;
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list-modal-close {
    display: flex;
  }
}
.bh-provider-case-list-modal-groups {
  padding: 13px 16px 0;
}
.bh-provider-case-list-modal-sort-group {
  border-bottom: 1px solid #e1e1e2;
  padding-bottom: 0;
}
.bh-provider-case-list-modal-subheading {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #303235;
  margin-bottom: 18px;
}
.bh-provider-case-list-modal .bh-radio-group {
  border: 0;
  padding: 0;
  margin: 0;
}
.bh-provider-case-list-modal .bh-radio-group-legend {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  padding: 0;
  margin-bottom: 4px;
}
.bh-provider-case-list-modal .bh-radio-group-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
}
.bh-provider-case-list-modal .bh-radio-group--stacked .bh-radio-group-flex {
  flex-direction: column;
}
.bh-provider-case-list-modal .bh-radio-group-input {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.bh-provider-case-list-modal .bh-radio-group-input:focus ~ .bh-radio-group-button {
  border-color: #0b8ec6;
  outline: 2px solid #0b8ec6;
  outline-offset: 2px;
}
.bh-provider-case-list-modal .bh-radio-group-input:focus ~ .bh-radio-group-button .bh-radio-group-dot {
  display: inline-block;
  background-color: #0b8ec6;
}
.bh-provider-case-list-modal .bh-radio-group-input:focus:hover ~ .bh-radio-group-button, .bh-provider-case-list-modal .bh-radio-group-input:focus:active ~ .bh-radio-group-button {
  border-color: #006894;
}
.bh-provider-case-list-modal .bh-radio-group-input:focus:hover ~ .bh-radio-group-button .bh-radio-group-dot, .bh-provider-case-list-modal .bh-radio-group-input:focus:active ~ .bh-radio-group-button .bh-radio-group-dot {
  background-color: #006894;
}
.bh-provider-case-list-modal .bh-radio-group-input:checked ~ .bh-radio-group-button {
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-radio-group-input:checked ~ .bh-radio-group-button .bh-radio-group-dot {
  display: inline-block;
}
.bh-provider-case-list-modal .bh-radio-group-input:checked:hover ~ .bh-radio-group-button, .bh-provider-case-list-modal .bh-radio-group-input:checked:active ~ .bh-radio-group-button {
  border-color: #006894;
}
.bh-provider-case-list-modal .bh-radio-group-input:checked:hover ~ .bh-radio-group-button .bh-radio-group-dot, .bh-provider-case-list-modal .bh-radio-group-input:checked:active ~ .bh-radio-group-button .bh-radio-group-dot {
  background-color: #006894;
}
.bh-provider-case-list-modal .bh-radio-group-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 23px;
  position: relative;
  padding: 2px 0 0 2px;
}
.bh-provider-case-list-modal .bh-radio-group-label:hover .bh-radio-group-button {
  border-color: #303235;
}
.bh-provider-case-list-modal .bh-radio-group-button {
  flex: 0 0 20px;
  border: 2px solid #56595d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bh-provider-case-list-modal .bh-radio-group-dot {
  width: 10px;
  height: 10px;
  background-color: #007eb4;
  border-radius: 50%;
  display: none;
}
.bh-provider-case-list-modal .bh-radio-group-label-copy {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #303235;
  padding-left: 8px;
}
.bh-provider-case-list-modal .bh-radio-group-helper, .bh-provider-case-list-modal .bh-radio-group-error {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
}
.bh-provider-case-list-modal .bh-radio-group-error {
  display: none;
  margin-bottom: 4px;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-legend, .bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label, .bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-helper {
  color: #9ca0a5;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-input,
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-input:hover {
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label,
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover {
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label .bh-radio-group-button,
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover .bh-radio-group-button {
  border-color: #9ca0a5;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label .bh-radio-group-button .bh-radio-group-dot,
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover .bh-radio-group-button .bh-radio-group-dot {
  background-color: #9ca0a5;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label .bh-radio-group-label-copy,
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled .bh-radio-group-label:hover .bh-radio-group-label-copy {
  color: #9ca0a5;
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-disabled:focus:active ~ .bh-radio-group-button {
  box-shadow: none;
}
.bh-provider-case-list-modal .bh-radio-group.bh-form-field-error .bh-radio-group-error {
  display: block;
  color: #da291c;
}
.bh-provider-case-list-modal .bh-radio-group-label-copy {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #56595d;
}
.bh-provider-case-list-modal-status-group {
  padding-top: 13px;
}
.bh-provider-case-list-modal .bh-checkbox-group {
  border: 0;
  padding: 0;
  margin: 0;
}
.bh-provider-case-list-modal .bh-checkbox-group-legend {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  padding: 0;
  margin-bottom: 4px;
}
.bh-provider-case-list-modal .bh-checkbox-group-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
}
.bh-provider-case-list-modal .bh-checkbox-group--stacked .bh-checkbox-group-flex {
  flex-direction: column;
}
.bh-provider-case-list-modal .bh-checkbox-group-input {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:checked ~ .bh-checkbox-group-checkbox {
  background: transparent;
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:checked ~ .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline {
  stroke-dashoffset: 0;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:checked ~ .bh-checkbox-group-checkbox:before {
  opacity: 0;
  transform: scale(3.5);
  transition: all 0.6s ease-in-out;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:checked:hover ~ .bh-checkbox-group-checkbox, .bh-provider-case-list-modal .bh-checkbox-group-input:checked:active ~ .bh-checkbox-group-checkbox {
  background: transparent;
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:checked:hover ~ .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline, .bh-provider-case-list-modal .bh-checkbox-group-input:checked:active ~ .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline {
  stroke-dashoffset: 0;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:checked:hover ~ .bh-checkbox-group-checkbox:before, .bh-provider-case-list-modal .bh-checkbox-group-input:checked:active ~ .bh-checkbox-group-checkbox:before {
  opacity: 0;
  transform: scale(3.5);
  transition: all 0.6s ease-in-out;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):focus, .bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):active {
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):focus ~ .bh-checkbox-group-checkbox, .bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):active ~ .bh-checkbox-group-checkbox {
  border-color: #006894;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):checked:focus ~ .bh-checkbox-group-checkbox, .bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):checked:active ~ .bh-checkbox-group-checkbox {
  border-color: #006894;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):active ~ .bh-checkbox-group-checkbox {
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-group-input:not(:disabled):checked:active ~ .bh-checkbox-group-checkbox {
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-group-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 23px;
  position: relative;
  padding: 2px 0 0 3px;
}
.bh-provider-case-list-modal .bh-checkbox-group-label:hover .bh-checkbox-group-checkbox {
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-group-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #56595d;
  border-radius: 3px;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  flex: 0 0 18px;
}
.bh-provider-case-list-modal .bh-checkbox-group-checkmark {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #007eb4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transform: rotate(6deg);
  transition-delay: 0.1s;
  transition: all 0.3s ease-in-out;
}
.bh-provider-case-list-modal .bh-checkbox-group-dot {
  width: 10px;
  height: 10px;
  background-color: #007eb4;
  border-radius: 50%;
  display: none;
}
.bh-provider-case-list-modal .bh-checkbox-group-label-copy {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #303235;
  padding-left: 8px;
}
.bh-provider-case-list-modal .bh-checkbox-group-helper, .bh-provider-case-list-modal .bh-checkbox-group-error {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
}
.bh-provider-case-list-modal .bh-checkbox-group-error {
  display: none;
  margin-bottom: 4px;
}
.bh-provider-case-list-modal .bh-checkbox-group-badge {
  width: 16px;
  height: 16px;
  background-color: #ededee;
  color: #56595d;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  font-family: "Effra", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-left: auto;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-legend, .bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label, .bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-helper {
  color: #9ca0a5;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-input,
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-input:hover {
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label,
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover {
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label .bh-checkbox-group-checkbox,
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover .bh-checkbox-group-checkbox {
  border-color: #9ca0a5;
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline,
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover .bh-checkbox-group-checkbox .bh-checkbox-group-checkmark polyline {
  stroke-dashoffset: 16px;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label .bh-checkbox-group-label-copy,
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-label:hover .bh-checkbox-group-label-copy {
  color: #9ca0a5;
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-disabled .bh-checkbox-group-input:focus:active ~ .bh-checkbox-group-checkbox {
  box-shadow: none;
}
.bh-provider-case-list-modal .bh-checkbox-group.bh-form-field-error .bh-checkbox-group-error {
  display: block;
  color: #da291c;
}
.bh-provider-case-list-modal .bh-checkbox-form-field {
  position: relative;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:checked + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox {
  background: transparent;
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:checked + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox .bh-checkbox-form-field-checkmark polyline {
  stroke-dashoffset: 0;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:checked + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox:before {
  opacity: 0;
  transform: scale(3.5);
  transition: all 0.6s ease-in-out;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:disabled + .bh-checkbox-form-field-label:hover .bh-checkbox-form-field-checkbox {
  border-color: rgba(11, 12, 13, 0.38);
  cursor: not-allowed;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):focus, .bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):active {
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):focus + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox, .bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):active + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox {
  border-color: #006894;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):checked:focus + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox, .bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):checked:active + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox {
  border-color: #006894;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):active + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox {
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-input:not(:disabled):checked:active + .bh-checkbox-form-field-label .bh-checkbox-form-field-checkbox {
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #56595d;
  display: flex;
  margin: 0 0 16px 2px;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label:hover .bh-checkbox-form-field-checkbox {
  border-color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label a {
  color: #007eb4;
  text-decoration: none;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label a:hover {
  color: #006894;
  text-decoration: underline;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  vertical-align: top;
  top: 2px;
  border: 2px solid #56595d;
  border-radius: 3px;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  flex: 0 0 18px;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-checkmark {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #007eb4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transform: rotate(6deg);
  transition-delay: 0.1s;
  transition: all 0.3s ease-in-out;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label-copy {
  color: #56595d;
  padding-left: 10px;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-checkbox, .bh-provider-case-list-modal .bh-checkbox-form-field-label-copy {
  display: inline-block;
  vertical-align: top;
  transform: translate3d(0, 0, 0);
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label-link {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #007eb4;
}
.bh-provider-case-list-modal .bh-checkbox-form-field-label-link:hover {
  color: #006894;
}
.bh-provider-case-list-modal-button-group {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e1e1e2;
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list-modal-button-group {
    flex-direction: column-reverse;
    display: inline-flex;
    align-content: center;
    width: 100%;
    align-items: center;
    gap: 12px;
  }
}
.bh-provider-case-list-modal .bh-outlined-1-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  height: 36px;
  background-color: #ffffff;
  color: #007eb4;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-provider-case-list-modal .bh-outlined-1-button[href] {
  line-height: 34px;
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list-modal .bh-outlined-1-button-clear {
    border: 0;
  }
}
.bh-provider-case-list-modal .bh-outlined-1-button:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-provider-case-list-modal .bh-outlined-1-button:focus.bh-outlined-1-button--loading {
  color: transparent;
}
.bh-provider-case-list-modal .bh-outlined-1-button:hover {
  text-decoration: none;
  background-color: #eefaff;
  color: #006894;
  border: 1px solid #cfd1d3;
}
.bh-provider-case-list-modal .bh-outlined-1-button:focus:hover {
  border: 1px solid #0b8ec6;
}
.bh-provider-case-list-modal .bh-outlined-1-button:not(:disabled):active, .bh-provider-case-list-modal .bh-outlined-1-button:not(:disabled).active {
  background-color: #eefaff;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfd1d3;
  color: #006894;
}
.bh-provider-case-list-modal .bh-outlined-1-button:focus:active {
  box-shadow: none;
}
.bh-provider-case-list-modal .bh-primary-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  height: 36px;
  background-color: #007eb4;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-provider-case-list-modal .bh-primary-button[href] {
  line-height: 36px;
}
.bh-provider-case-list-modal .bh-primary-button:focus {
  background-color: #0b8ec6;
  box-shadow: inset 0 0 0 2px #0b8ec6, inset 0 0 0 3px #ffffff;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-provider-case-list-modal .bh-primary-button:hover {
  background-color: #006894;
  text-decoration: none;
  color: #ffffff;
}
.bh-provider-case-list-modal .bh-primary-button:not(:disabled):active, .bh-provider-case-list-modal .bh-primary-button:not(:disabled).active {
  background-color: #006894;
}
.bh-provider-case-list-modal .bh-primary-button:focus:active {
  box-shadow: none;
}
.bh-provider-case-list-overflow {
  overflow-x: auto;
}
.bh-provider-case-list-table {
  width: 100%;
}
.bh-provider-case-list-status-badge {
  padding: 2px 8px;
  border-radius: 12px;
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.4px;
  font-weight: 400;
  display: inline-block;
}
.bh-provider-case-list-status-badge--draft {
  color: #5d0e6a;
  background-color: #f4e7ff;
}
.bh-provider-case-list-status-badge--assigned {
  color: #5f4f00;
  background-color: #fff3ba;
}
.bh-provider-case-list-status-badge--overdue {
  color: #8d0651;
  background-color: #ffe4f3;
}
.bh-provider-case-list-status-badge--submitted {
  color: #046235;
  background-color: #e8fdf3;
}
.bh-provider-case-list #bh-provider-case-list_info {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.25px;
  color: #56595d;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .bh-provider-case-list #bh-provider-case-list_info {
    width: 100%;
    justify-content: center;
  }
}

.bh-data-tables {
  color: #56595d;
  font-family: "effra", sans-serif;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 0 0 10px;
  overflow-x: auto;
}
.bh-data-tables table {
  color: #56595d;
  font-family: "effra", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 641px) {
  .bh-data-tables tr:last-child:not(:first-child) td {
    border-bottom: 1px solid #e1e1e2;
  }
}
@media screen and (max-width: 640px) {
  .bh-data-tables tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e2;
    padding: 0 16px;
    position: relative;
  }
}
.bh-data-tables tr td {
  border-top: 1px solid #e1e1e2;
}
.bh-data-tables tr th, .bh-data-tables tr td {
  padding: 10px 16px;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .bh-data-tables tr th, .bh-data-tables tr td {
    padding: 0;
  }
}
.bh-data-tables tr th:nth-child(1), .bh-data-tables tr td:nth-child(1) {
  width: 112px;
}
.bh-data-tables tr th:nth-child(2), .bh-data-tables tr td:nth-child(2) {
  width: 94px;
}
.bh-data-tables tr th:nth-child(3), .bh-data-tables tr td:nth-child(3) {
  width: 143px;
}
.bh-data-tables tr th:nth-child(4), .bh-data-tables tr td:nth-child(4) {
  width: 75px;
}
.bh-data-tables tr th:nth-child(5), .bh-data-tables tr td:nth-child(5) {
  width: 150px;
  line-height: 23px;
}
.bh-data-tables tr th:nth-child(6), .bh-data-tables tr td:nth-child(6) {
  width: 111px;
}
.bh-data-tables tr th:nth-child(7), .bh-data-tables tr td:nth-child(7) {
  width: 82px;
}
.bh-data-tables tr th:nth-child(8), .bh-data-tables tr th:nth-child(9), .bh-data-tables tr td:nth-child(8), .bh-data-tables tr td:nth-child(9) {
  width: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .bh-data-tables tr th:nth-child(1), .bh-data-tables tr th:nth-child(2), .bh-data-tables tr th:nth-child(3), .bh-data-tables tr th:nth-child(4), .bh-data-tables tr th:nth-child(5), .bh-data-tables tr th:nth-child(6), .bh-data-tables tr th:nth-child(7), .bh-data-tables tr td:nth-child(1), .bh-data-tables tr td:nth-child(2), .bh-data-tables tr td:nth-child(3), .bh-data-tables tr td:nth-child(4), .bh-data-tables tr td:nth-child(5), .bh-data-tables tr td:nth-child(6), .bh-data-tables tr td:nth-child(7) {
    width: 100%;
    border-top: 0;
  }
  .bh-data-tables tr th:nth-child(1), .bh-data-tables tr td:nth-child(1) {
    order: 4;
    width: fit-content;
    padding-left: 3px;
  }
  .bh-data-tables tr th:nth-child(2), .bh-data-tables tr td:nth-child(2) {
    order: 5;
    padding-top: 4px;
  }
  .bh-data-tables tr th:nth-child(3), .bh-data-tables tr td:nth-child(3) {
    order: 1;
    padding: 15px 0 4px 0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    width: calc(100% - 96px);
  }
  .bh-data-tables tr th:nth-child(4), .bh-data-tables tr td:nth-child(4) {
    order: 3;
    width: fit-content;
  }
  .bh-data-tables tr th:nth-child(5), .bh-data-tables tr td:nth-child(5) {
    order: 5;
    padding-top: 4px;
  }
  .bh-data-tables tr th:nth-child(6), .bh-data-tables tr td:nth-child(6) {
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 96px;
    padding: 15px 0 0;
  }
  .bh-data-tables tr th:nth-child(7), .bh-data-tables tr td:nth-child(7) {
    order: 7;
    padding: 16px 0;
  }
}
@media screen and (min-width: 641px) {
  .bh-data-tables tr th .mobile-extra, .bh-data-tables tr td .mobile-extra {
    display: none;
  }
}
.bh-data-tables .dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.bh-data-tables .dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}
.bh-data-tables .dataTables_wrapper .dataTables_length {
  margin-top: 6px;
}
.bh-data-tables .dataTables_wrapper .dataTables_length select {
  background: #ffffff url(../images/bh-ic-select.svg) no-repeat right 2px center;
  background-size: 12px 12px;
  font-family: "effra", sans-serif;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  padding: 0 12px;
  color: #303235;
  font-size: 12px;
  letter-spacing: 0.22px;
  margin: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bh-data-tables .dataTables_wrapper .dataTables_length select:focus, .bh-data-tables .dataTables_wrapper .dataTables_length select:active {
  outline: 0;
  box-shadow: none;
  border-color: #007eb4;
}
.bh-data-tables .dataTables_wrapper .dataTables_length select.input-validation-error {
  border-color: #da291c;
}
.bh-data-tables table {
  table-layout: fixed;
  border-collapse: collapse;
}
.bh-data-tables table.dataTable {
  margin-bottom: 104px;
}
@media screen and (max-width: 640px) {
  .bh-data-tables table.dataTable {
    margin-bottom: 32px;
  }
}
.bh-data-tables table.dataTable thead th svg,
.bh-data-tables table.dataTable thead td svg,
.bh-data-tables table.dataTable tbody th svg,
.bh-data-tables table.dataTable tbody td svg {
  fill: #007eb4;
  margin-top: -3px;
  margin-left: 2px;
  height: 11px;
  width: 11px;
  transition: all 0.5s ease;
}
.bh-data-tables table.dataTable thead th svg:hover,
.bh-data-tables table.dataTable thead td svg:hover,
.bh-data-tables table.dataTable tbody th svg:hover,
.bh-data-tables table.dataTable tbody td svg:hover {
  fill: #006894;
}
.bh-data-tables table.dataTable thead th,
.bh-data-tables table.dataTable tbody th {
  color: #303235;
  height: 38px;
  position: relative;
  background-image: none !important;
  text-align: left;
  background: #ffffff;
}
.bh-data-tables table.dataTable thead .bh-provider-case-list-table-group-header,
.bh-data-tables table.dataTable tbody .bh-provider-case-list-table-group-header {
  padding: 0;
}
@media screen and (min-width: 641px) {
  .bh-data-tables table.dataTable thead .bh-provider-case-list-table-group-header,
  .bh-data-tables table.dataTable tbody .bh-provider-case-list-table-group-header {
    display: none;
  }
}
.bh-data-tables table.dataTable thead .bh-provider-case-list-table-group-header th,
.bh-data-tables table.dataTable tbody .bh-provider-case-list-table-group-header th {
  background-color: #00205b;
  font-family: "Effra", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  font-style: normal;
  width: 100%;
  height: 23px;
  padding: 3px 16px;
}
.bh-data-tables table.dataTable thead .bh-provider-case-list-table-group-header th:hover,
.bh-data-tables table.dataTable tbody .bh-provider-case-list-table-group-header th:hover {
  color: #ffffff;
}
.bh-data-tables table.dataTable thead td,
.bh-data-tables table.dataTable tbody td {
  color: #303235;
}
.bh-data-tables table.dataTable thead td.dataTables_empty,
.bh-data-tables table.dataTable tbody td.dataTables_empty {
  color: #9ca0a5;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.49px;
  text-align: center !important;
  width: 100%;
  height: 430px;
  padding: 205px 0 !important;
}
.bh-data-tables table.dataTable thead th:hover,
.bh-data-tables table.dataTable tbody th:hover {
  color: #0b0c0d;
}
@media screen and (max-width: 640px) {
  .bh-data-tables table.dataTable thead {
    display: none;
  }
}
.bh-data-tables table.dataTable thead tr {
  height: 42px;
}
.bh-data-tables table.dataTable thead th,
.bh-data-tables table.dataTable thead td {
  border-bottom: 2px solid #e1e1e2;
}
.bh-data-tables table.dataTable thead th:focus,
.bh-data-tables table.dataTable thead td:focus {
  outline: none;
}
.bh-data-tables table.dataTable thead th.sorting_asc, .bh-data-tables table.dataTable thead th.sorting_desc {
  background-color: #ebf0fa;
  cursor: pointer;
}
.bh-data-tables table.dataTable thead th.sorting_asc:focus, .bh-data-tables table.dataTable thead th.sorting_desc:focus {
  background-color: #d6e2f7;
}
.bh-data-tables table.dataTable thead th.sorting {
  cursor: pointer;
}
.bh-data-tables table.dataTable thead th.sorting:focus {
  background-color: #ededee;
}
.bh-data-tables table.dataTable thead th.sorting:after, .bh-data-tables table.dataTable thead th.sorting_asc:after, .bh-data-tables table.dataTable thead th.sorting_desc:after {
  font-family: sort-icon;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: inherit;
  display: inline;
  top: 0px;
  right: -17px;
}
.bh-data-tables table.dataTable thead th.sorting:after {
  content: "\e901";
  color: #9ca0a5;
  padding-top: 0.12em;
}
.bh-data-tables table.dataTable thead th.sorting_asc:after {
  content: "\e900";
}
.bh-data-tables table.dataTable thead th.sorting_desc:after {
  content: "\e902";
}
.bh-data-tables table.dataTable thead th:first-child {
  border-radius: 0;
}
.bh-data-tables table.dataTable thead th:last-child {
  border-radius: 0 4px 0 0;
}
.bh-data-tables table.dataTable.row-border tbody td a, .bh-data-tables table.dataTable.display tbody td a {
  font-weight: bold;
  color: #007eb4;
  text-decoration: none;
}
.bh-data-tables table.dataTable.row-border tbody td a:focus, .bh-data-tables table.dataTable.display tbody td a:focus {
  color: #0b8ec6;
}
.bh-data-tables table.dataTable.row-border tbody td.disabled, .bh-data-tables table.dataTable.display tbody td.disabled {
  cursor: not-allowed;
}
.bh-data-tables table.dataTable.row-border tbody td.disabled > a, .bh-data-tables table.dataTable.display tbody td.disabled > a {
  color: #9ca0a5;
  display: inline-block;
  pointer-events: none;
}
.bh-data-tables table.dataTable.row-border tbody td.disabled svg, .bh-data-tables table.dataTable.display tbody td.disabled svg {
  fill: #9ca0a5;
}
@media screen and (min-width: 641px) {
  .bh-data-tables table.dataTable.hover tbody tr:hover, .bh-data-tables table.dataTable.display tbody tr:hover {
    background-color: #cfd1d3;
  }
}
.bh-data-tables table.dataTable .check-in-link:focus {
  outline-color: #0b8ec6;
  color: #0b8ec6;
}
.bh-data-tables table .sorting_asc,
.bh-data-tables table .sorting_desc {
  background-color: #ebf0fa;
  border-bottom-color: #56595d !important;
}
.bh-data-tables .dataTable.stripe tbody tr.odd, .bh-data-tables .dataTable.display tbody tr.odd {
  background-color: #fafafa;
}
.bh-data-tables .dataTable.stripe tbody tr.odd > .sorting_1, .bh-data-tables .dataTable.display tbody tr.odd > .sorting_1 {
  background-color: transparent !important;
}
.bh-data-tables .dataTable.stripe tbody tr.odd > .sorting_1:hover, .bh-data-tables .dataTable.display tbody tr.odd > .sorting_1:hover {
  background-color: transparent !important;
}
.bh-data-tables .dataTable.stripe tbody tr.even, .bh-data-tables .dataTable.display tbody tr.even {
  background-color: #ffffff;
}
.bh-data-tables .dataTable.stripe tbody tr.even > .sorting_1, .bh-data-tables .dataTable.display tbody tr.even > .sorting_1 {
  background-color: transparent !important;
}
.bh-data-tables .dataTable.stripe tbody tr.even > .sorting_1:hover, .bh-data-tables .dataTable.display tbody tr.even > .sorting_1:hover {
  background-color: transparent !important;
}
.bh-data-tables .dataTables_paginate {
  display: flex;
  padding-right: 1px;
}
@media screen and (min-width: 641px) {
  .bh-data-tables .dataTables_paginate {
    position: absolute;
    bottom: 34px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .bh-data-tables .dataTables_paginate {
    margin: 32px auto;
  }
}
.bh-data-tables .dataTables_paginate span {
  display: flex;
}
.bh-data-tables .dataTables_paginate .paginate_button {
  background-color: #ffffff;
  color: #56595d;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  min-width: 48px;
  min-height: 48px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border: 1px solid #cfd1d3;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-data-tables .dataTables_paginate .paginate_button:not(.next) {
  border-right: 0;
}
.bh-data-tables .dataTables_paginate .paginate_button:hover:not(.disabled) {
  background-color: #f5f5f5;
  color: #303235;
}
.bh-data-tables .dataTables_paginate .paginate_button:active {
  background: #ffffff;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
}
.bh-data-tables .dataTables_paginate .paginate_button:focus {
  outline-color: #0b8ec6;
  color: #0b8ec6;
}
.bh-data-tables .dataTables_paginate .paginate_button.current {
  background: #ebf0fa;
  box-shadow: inset 0 -4px 0 0 #00205b;
  border-radius: 0;
  color: #303235;
}
.bh-data-tables .dataTables_paginate .paginate_button.current:hover {
  background: #ebf0fa;
  border-radius: 0;
  cursor: default;
  text-decoration: none;
}
.bh-data-tables .dataTables_paginate .paginate_button.previous {
  border-radius: 4px 0 0 4px;
  padding: 12px 24px;
  gap: 8px;
  color: #303235;
}
@media screen and (max-width: 730px) {
  .bh-data-tables .dataTables_paginate .paginate_button.previous {
    padding: 12px;
  }
  .bh-data-tables .dataTables_paginate .paginate_button.previous span {
    display: none;
  }
}
.bh-data-tables .dataTables_paginate .paginate_button.previous path {
  fill: #303235;
}
.bh-data-tables .dataTables_paginate .paginate_button.next {
  border-radius: 0 4px 4px 0;
  padding: 12px 24px;
  gap: 8px;
  color: #303235;
}
@media screen and (max-width: 730px) {
  .bh-data-tables .dataTables_paginate .paginate_button.next {
    padding: 12px;
  }
  .bh-data-tables .dataTables_paginate .paginate_button.next span {
    display: none;
  }
}
.bh-data-tables .dataTables_paginate .paginate_button.next path {
  fill: #303235;
}
.bh-data-tables .dataTables_paginate .paginate_button.disabled {
  background: transparent;
  color: #9ca0a5;
  font-size: 14px;
  border-color: #cfd1d3;
  outline: none;
  cursor: not-allowed;
}
.bh-data-tables .dataTables_paginate .paginate_button.disabled path {
  fill: #9ca0a5;
}
.bh-data-tables .dataTables_paginate .paginate_button.disabled:hover, .bh-data-tables .dataTables_paginate .paginate_button.disabled:active {
  color: #9ca0a5;
  text-decoration: none;
}
.bh-data-tables .dataTables_paginate span.ellipsis {
  color: #56595d;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  min-width: 48px;
  min-height: 48px;
  margin: 0;
  padding: 4px 11px;
  border: 1px solid #cfd1d3;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-data-tables .dataTables_info {
  color: #56595d;
  flex-grow: 1;
}
@media screen and (min-width: 641px) {
  .bh-data-tables .dataTables_info {
    position: absolute;
    bottom: 46px;
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .bh-provider-case-list.no-cases .bh-provider-case-list-year-header {
    display: block;
  }
}
.bh-provider-case-list.no-cases .bh-provider-case-list-sort-button,
.bh-provider-case-list.no-cases #bh-provider-case-list_filter,
.bh-provider-case-list.no-cases #bh-provider-case-list_info,
.bh-provider-case-list.no-cases #bh-provider-case-list_paginate {
  display: none;
}
.bh-provider-case-list.no-cases .bh-data-tables tr {
  border-bottom: 0;
}
.bh-provider-case-list.no-cases .bh-provider-case-list-heading {
  margin-bottom: 24px;
}
.bh-provider-case-list.no-cases .bh-data-tables table.dataTable {
  margin-bottom: 0;
}
.bh-provider-case-list.no-cases table thead {
  display: none;
}
.bh-provider-case-list.no-cases .bh-data-tables table.dataTable tbody td.dataTables_empty {
  border-top: 0;
}

.bh-star-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-star-rating-stars {
  background: url(../images/site-search-star-set-empty.svg) no-repeat;
  background-position: top left;
  background-size: 120px 24px;
}
.bh-star-rating-stars-filled {
  background: url(../images/site-search-star-set-filled.svg) no-repeat;
  background-position: top left;
  background-size: 120px 24px;
  max-width: 100%;
}
.bh-star-rating-stars, .bh-star-rating-stars-filled {
  width: 120px;
  height: 24px;
}
.bh-star-rating-copy {
  color: #56595d;
}
.bh-star-rating--small .bh-star-rating-stars,
.bh-star-rating--small .bh-star-rating-stars-filled {
  background-size: 80px 16px;
}
.bh-star-rating--small .bh-star-rating-stars,
.bh-star-rating--small .bh-star-rating-stars-filled {
  width: 80px;
  height: 16px;
}
.bh-star-rating--small .bh-star-rating-copy {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
}

/* Templates */
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.bh-global-header {
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.13);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}
.bh-global-header-top {
  width: 100%;
  background-color: var(--core);
}
@media (max-width: 640px) {
  .bh-global-header-top {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .bh-global-header-top.open {
    display: flex;
    position: fixed;
    height: 100%;
  }
}
.bh-global-header-close {
  display: none;
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .bh-global-header-close {
    display: flex;
  }
}
.bh-global-header-close svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.bh-global-header-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 9px 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .bh-global-header-wrap {
    width: 100%;
    align-items: flex-start;
    padding: 104px 16px 40px;
  }
}
.bh-global-header .bh-caption {
  font-family: var(--secondary);
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
}
.bh-global-header .bh-caption a {
  color: var(--white);
  text-decoration: none;
}
.bh-global-header .bh-caption a:focus {
  color: var(--black-9);
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--accent-3);
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-global-header .bh-caption a:hover {
  color: var(--black-9);
  text-decoration: underline;
}
.bh-global-header-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .bh-global-header-links {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.49px;
  }
}
.bh-global-header-links a {
  color: var(--white);
  text-decoration: none;
}
.bh-global-header-links a:focus {
  color: var(--black-9);
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--accent-3);
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-global-header-links a:hover {
  color: var(--black-9);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .bh-global-header-links a {
    display: block;
    margin-bottom: 32px;
  }
}
.bh-global-header-main-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .bh-global-header-main-wrap {
    padding: 16px;
    align-items: center;
  }
}
.bh-global-header-menu-button {
  display: none;
  border: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .bh-global-header-menu-button {
    display: flex;
  }
}
.bh-global-header-menu-button svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.bh-global-header-menu-button:focus {
  outline-color: var(--accent-3);
}
.bh-global-header-home-link {
  width: 308px;
  height: 40px;
  flex: 0 0 308px;
}
.bh-global-header-home-link:focus {
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--accent-3);
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
@media (max-width: 640px) {
  .bh-global-header-home-link {
    width: 185px;
    height: 24px;
    flex: 0 0 185px;
  }
}
.bh-global-header-logo {
  width: 308px;
  height: 40px;
  outline: 0;
}
@media (max-width: 640px) {
  .bh-global-header-logo {
    width: 185px;
    height: 24px;
  }
}

.bh-global-page {
  width: 100%;
  flex-grow: 1;
  background: #f6f7fa;
  padding: 24px 40px 40px;
}

@media screen and (max-width: 640px) {
  .bh-global-page {
    background-color: #ffffff;
    padding: 16px 0 0;
  }
}
.bh-global-page-back {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .bh-global-page-back {
    margin-left: 16px;
  }
}
.bh-global-page-back:focus {
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}

.bh-global-page-back-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.bh-global-page-back .bh-body-1-main {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
}

.bh-global-page-card {
  width: 560px;
  max-width: 100%;
  margin: 40px auto 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .bh-global-page-card {
    margin-top: 15px;
    box-shadow: none;
    border-radius: 0;
  }
}
.bh-global-page-card-top {
  padding: 32px 32px 16px;
}

.bh-global-page-card-heading {
  color: #00205b;
  margin: 0 0 16px;
}

.bh-global-page-card .bh-heading-h2b {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
}

.bh-global-page-card-copy {
  color: #56595d;
  margin: 0;
}

.bh-global-page-card .bh-body-1-main {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
}

.bh-global-footer {
  background-color: #56595d;
  padding: 57px 48px 75px;
  position: sticky;
  top: 100vh;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bh-global-footer {
    padding: 48px 24px 75px;
  }
}
.bh-global-footer .bh-body-2-tight {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
}

.bh-global-footer-flex {
  display: flex;
  justify-content: space-between;
}

.bh-global-footer-flex--top {
  margin-bottom: 44px;
}

@media screen and (max-width: 900px) {
  .bh-global-footer-flex--top {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 900px) {
  .bh-global-footer-flex--bottom {
    flex-direction: column-reverse;
  }
}
.bh-global-footer-bh-link {
  width: 220px;
  height: 29px;
  flex: 0 0 220px;
}

.bh-global-footer-bh-link:focus {
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}

.bh-global-footer-logo {
  width: 220px;
  height: 29px;
  outline: 0;
}

.bh-global-footer-copyright.bh-body-2-tight {
  color: #ffffff;
  margin-bottom: 0;
  flex: 0 0 170px;
}

@media screen and (max-width: 1150px) {
  .bh-global-footer-copyright.bh-body-2-tight {
    flex: 0 0 auto;
  }
}
.bh-global-footer-list-item {
  margin-left: 32px;
  margin-bottom: 16px;
}

@media screen and (max-width: 900px) {
  .bh-global-footer-list-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .bh-global-footer-list-item {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.bh-global-footer-link-list {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .bh-global-footer-link-list {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.bh-global-footer .bh-body-2-tight a.bh-global-footer-link {
  color: #ffffff;
  text-decoration: none;
}

.bh-global-footer .bh-body-2-tight a.bh-global-footer-link:hover, .bh-global-footer .bh-body-2-tight a.bh-global-footer-link:active {
  color: #ededee;
  text-decoration: underline;
}

.bh-global-footer .bh-body-2-tight a.bh-global-footer-link:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  box-shadow: none;
}

.sc-iframe {
  display: block;
  width: 560px;
  max-width: 100%;
  height: 500px;
  border: 0;
  border-radius: 0 0 4px 4px;
}

/* Work in progress */
.bh-filter-group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bh-filter-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: none;
  }
  .bh-filter-group.open {
    display: block;
  }
}

.bh-filter {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bh-filter:not(:first-child) {
    margin-top: 10px;
  }
  .bh-filter:last-child {
    margin-bottom: 13px;
  }
}
.bh-filter-mobile-filters-all {
  display: none;
  width: 36px;
  height: 36px;
  padding: 0;
}
.bh-filter-mobile-filters-all svg {
  width: 22px;
}
@media screen and (max-width: 767px) {
  .bh-filter-mobile-filters-all {
    display: block;
  }
}
.bh-filter-mobile-main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 15px 12px;
}
@media screen and (min-width: 768px) {
  .bh-filter-mobile-main-title {
    display: none;
  }
}
.bh-filter-mobile-main-title .mobile-filter-close {
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-filter-mobile-main-title .mobile-filter-middle {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.41px;
}
.bh-filter-mobile-main-title .mobile-filter-clear[disabled] {
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-filter-mobile-main-title .mobile-filter-close, .bh-filter-mobile-main-title .mobile-filter-clear {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.bh-filter-mobile-main-title .mobile-filter-close:focus, .bh-filter-mobile-main-title .mobile-filter-clear:focus {
  box-shadow: inset 0 0 0 2px #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-filter-trigger {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .bh-filter-trigger {
    display: none;
  }
  .bh-filter-trigger.bh-filter-mobile-filters-all {
    display: block;
  }
}
.bh-filter-trigger.open {
  border: 1px solid #00205b;
  color: #303235;
  box-shadow: none;
}
.bh-filter-trigger.open:hover {
  border: 1px solid #00205b;
}
.bh-filter-modal {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 40;
  background-color: #ffffff;
  padding: 25px 24px 17px 24px;
  border: 1px solid #e1e1e2;
  border-radius: 4px;
  min-width: 270px;
}
@media screen and (max-width: 767px) {
  .bh-filter-modal {
    display: block;
    position: static;
    border: 0;
    top: initial;
    left: initial;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 420px) {
  .bh-filter-modal {
    min-height: 167px;
    height: 167px;
    top: -196px;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .bh-filter-modal.open {
    display: flex;
  }
}
.bh-filter-modal.multi-column {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .bh-filter-modal.multi-column {
    min-width: 524px;
  }
}
@media screen and (min-width: 768px) and (max-height: 420px) {
  .bh-filter-modal.multi-column {
    min-width: 0;
    overflow: auto;
  }
  .bh-filter-modal.multi-column.open {
    display: flex;
  }
}
.bh-filter-modal.open {
  display: block;
}
@media screen and (min-width: 768px) and (max-height: 420px) {
  .bh-filter-modal.open {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .bh-filter-modal.scrolling-checkbox {
    min-height: 187px;
    flex-direction: column;
    padding-bottom: 63px;
  }
  .bh-filter-modal.scrolling-checkbox.open {
    display: flex;
  }
}
.bh-filter-title {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .bh-filter-title {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-height: 420px) {
  .bh-filter-title {
    border-bottom: 1px solid #e1e1e2;
    margin-bottom: 10px;
    padding-bottom: 11px;
    position: absolute;
    top: 25px;
    left: 18px;
    background-color: #ffffff;
    width: calc(100% - 34px);
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .bh-filter .bh-filter-modal.scrolling-checkbox .bh-filter-title {
    border-bottom: 1px solid #e1e1e2;
    margin-bottom: 10px;
    padding-bottom: 11px;
    position: absolute;
    top: 25px;
    left: 24px;
    background-color: #ffffff;
    width: calc(100% - 48px);
    z-index: 10;
  }
}
.bh-filter-title-mobile {
  display: flex;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 23px 15px 15px;
}
.bh-filter-title-mobile:focus {
  box-shadow: inset 0 0 0 2px #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
@media screen and (min-width: 768px) {
  .bh-filter-title-mobile {
    display: none;
  }
}
.bh-filter-title-mobile .mobile-filter-chevron {
  width: 13px;
  height: 15px;
}
.bh-filter-title-mobile.open .mobile-filter-chevron {
  transform: rotate(180deg);
}
.bh-filter-checkbox-list {
  padding: 0 8px 18px;
  border-bottom: 1px solid #e1e1e2;
}
@media screen and (max-width: 767px) {
  .bh-filter-checkbox-list {
    padding: 0 15px 0 43px;
  }
}
@media screen and (min-width: 768px) {
  .bh-filter-checkbox-list {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-height: 420px) {
  .bh-filter-checkbox-list {
    padding-top: 40px;
    overflow: auto;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .bh-filter .bh-filter-modal.scrolling-checkbox .bh-filter-checkbox-list {
    padding: 44px 8px 18px;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .bh-filter .bh-filter-modal.multi-column .bh-filter-checkbox-list {
    max-height: 305px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-height: 420px) {
  .bh-filter .bh-filter-modal.multi-column .bh-filter-checkbox-list {
    padding-top: 40px;
    overflow: auto;
    flex-wrap: nowrap;
  }
}
.bh-filter-form-field {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bh-filter-form-field {
    margin: 12px 0 25px;
    max-width: 263px;
  }
}
@media screen and (min-width: 768px) {
  .bh-filter .bh-filter-modal.multi-column .bh-filter-form-field {
    margin-right: 12px;
    margin-bottom: 0;
    max-width: 235px;
  }
}
.bh-filter-label {
  margin-bottom: 9px;
}
.bh-filter-label-copy {
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .bh-filter-label-copy {
    padding-left: 10px;
  }
}
.bh-filter-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .bh-filter-buttons {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-height: 420px) {
  .bh-filter-buttons {
    position: absolute;
    bottom: 14px;
    left: 18px;
    width: calc(100% - 34px);
  }
}
@media screen and (min-width: 768px) {
  .bh-filter .bh-filter-modal.scrolling-checkbox .bh-filter-buttons {
    position: absolute;
    bottom: 17px;
    left: 24px;
    width: calc(100% - 48px);
  }
}
.bh-filter-clear-button {
  margin: 0;
  color: #303235;
}
.bh-filter-save-button {
  margin: 0;
}
.bh-filter-buttons-mobile {
  display: none;
  padding: 14px 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e1e1e2;
}
.bh-filter-buttons-mobile .bh-filter-apply-button {
  width: 100%;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .bh-filter-buttons-mobile {
    display: block;
  }
}

.bh-active-alert {
  margin: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bh-active-alert {
    display: flex;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .bh-active-alert {
    display: flex;
    position: fixed;
    z-index: 998;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .bh-active-alert.fade-out {
    display: flex;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .bh-active-alert.fade-out {
    transition: opacity 600ms linear;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .bh-active-alert.mobile-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bh-active-alert.swiped-away {
    transform: translateX(-800px);
    transition: transform 1s;
  }
}
@media screen and (max-width: 450px) {
  .bh-active-alert.swiped-away {
    transform: translateX(-500px);
  }
}
.bh-active-alert-copy-area {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .bh-active-alert-copy-area {
    position: relative;
  }
}
.bh-active-alert .bh-active-alert-copy {
  margin: 0;
  padding: 15px 29px 15px 16px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .bh-active-alert .bh-active-alert-copy {
    padding-right: 42px;
  }
}
.bh-active-alert .bh-active-alert-copy a {
  font-weight: bold;
}
.bh-active-alert-icon-area {
  background-color: #0077c8;
  padding: 12px 8px;
  border-radius: 4px 0 0 4px;
  flex: 0 0 40px;
}
.bh-active-alert-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
}
.bh-active-alert-icon-close {
  display: none;
  cursor: pointer;
  min-width: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .bh-active-alert-icon-close {
    display: block;
  }
}

.bh-intake-template {
  width: 100%;
  background-color: #ebf0fa;
  padding: 48px 15px;
}
@media screen and (max-width: 767px) {
  .bh-intake-template {
    padding: 0;
  }
}
.bh-intake-template-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 978px;
}
@media screen and (max-width: 767px) {
  .bh-intake-template-inner {
    flex-direction: column;
  }
}
.bh-intake-template-left-side {
  width: 358px;
  max-width: 100%;
  flex: 0 0 358px;
}
@media screen and (max-width: 1023px) {
  .bh-intake-template-left-side {
    width: 36%;
    flex: 0 0 36%;
  }
}
@media screen and (max-width: 767px) {
  .bh-intake-template-left-side {
    width: 100%;
    order: 2;
    flex: 1 1 auto;
    border-top: 1px solid #e1e1e2;
  }
}
.bh-intake-template-right-side {
  width: 556px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .bh-intake-template-right-side {
    width: calc(64% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .bh-intake-template-right-side {
    width: 100%;
    order: 1;
  }
}
.bh-intake-template-card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 767px) {
  .bh-intake-template-card {
    box-shadow: none;
    border-radius: 0;
  }
}
.bh-intake-template-card-summary-header {
  padding: 30px 16px 21px 16px;
  color: #00205b;
  border-bottom: 1px solid #e1e1e2;
}
.bh-intake-template-card-content {
  padding: 12px 16px 20px 16px;
}
.bh-intake-template-right-side .bh-intake-template-card-content {
  padding: 0;
}
.bh-intake-template-card-title {
  margin-bottom: 8px;
  color: #303235;
}
.bh-intake-template-card-description {
  margin-bottom: 0;
  color: #56595d;
}
.bh-intake-template-card-description--callback-time {
  margin-bottom: 24px;
}
.bh-intake-template-summary-step-2 {
  display: none;
  border-top: 1px solid #e1e1e2;
  margin-top: 12px;
  padding: 11px 0 0;
}
.bh-intake-template-summary-title-group {
  display: flex;
  justify-content: space-between;
}
.bh-intake-template-edit-button {
  margin-top: -4px;
}
.bh-intake-template-card-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 14px 24px 18px;
  border-bottom: 1px solid #e1e1e2;
}
.bh-intake-template-back-button {
  display: flex;
  align-items: center;
}
.bh-intake-template-back-button:hover svg path {
  fill: #006894;
}
.bh-intake-template-back-button svg {
  width: 19px;
  height: 19px;
}
.bh-intake-template-card-progress {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bh-intake-template-card-progress {
    padding: 0 16px;
  }
}
.bh-intake-template-card-progress--halves .bh-intake-template-progress-step {
  width: calc(50% - 1.5px);
}
.bh-intake-template-card-progress--thirds .bh-intake-template-progress-step {
  width: calc(33.333% - 1.5px);
}
.bh-intake-template-card-progress--quarters .bh-intake-template-progress-step {
  width: calc(25% - 1.5px);
}
.bh-intake-template-progress-step {
  height: 8px;
  background-color: #ebf0fa;
}
.bh-intake-template-progress-step.progress-step-filled {
  background-color: #00205b;
}
.bh-intake-template-form-step-1, .bh-intake-template-form-step-2 {
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .bh-intake-template-form-step-1, .bh-intake-template-form-step-2 {
    padding: 40px 16px;
  }
}
.bh-intake-template-form-step-2, .bh-intake-template-step-2-back {
  display: none;
}
.bh-intake-template-intake-heading {
  color: #00205b;
  margin-bottom: 16px;
}
.bh-intake-template-intake-description {
  margin-bottom: 40px;
  color: #56595d;
}
.bh-intake-template-intake-description--page-2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .bh-intake-template-intake-description--page-2 {
    margin-bottom: 40px;
  }
}
.bh-intake-template-form-field-group {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.bh-intake-template-select, .bh-intake-template-input {
  width: 100%;
  margin: 0 0 20px;
}
.bh-intake-template-select--hear-about {
  margin-bottom: 40px;
}
.bh-intake-template-textarea {
  display: none;
  width: 100%;
  margin: 0 0 20px;
}
.bh-intake-template-checkbox {
  margin: 0 0 43px 3px;
}
.bh-intake-template-button {
  margin: 0 auto;
  width: 160px;
  display: block;
}

.bh-loader-animation {
  width: 100%;
  padding: 25px 0;
  display: flex;
}
.bh-loader-animation-dot {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #007eb4;
}
.bh-loader-animation-dot--1 {
  animation: bh-loader-animation-dot 1400ms ease-out infinite;
}
.bh-loader-animation-dot--2 {
  animation: bh-loader-animation-dot 1400ms ease-out 200ms infinite;
}
.bh-loader-animation-dot--3 {
  animation: bh-loader-animation-dot 1400ms ease-out 400ms infinite;
}
@keyframes bh-loader-animation-dot {
  0% {
    transform: scale(1);
  }
  7.69% {
    transform: scale(1.5);
  }
  15.38% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.bh-marketing-container {
  background-color: #ebf0fa;
  width: 100%;
  padding-top: 37px;
}
.bh-marketing-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}
@media screen and (max-width: 974px) {
  .bh-marketing-hero {
    gap: 0;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-hero {
    flex-direction: column-reverse;
  }
}
.bh-marketing-hero-image {
  display: flex;
  align-items: flex-end;
  width: 474px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-hero-image {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-hero-image {
    display: none;
  }
}
.bh-marketing-hero-mobile-image {
  display: none;
}
@media screen and (max-width: 640px) {
  .bh-marketing-hero-mobile-image {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-hero-mobile-image img {
    width: 75%;
  }
}
.bh-marketing-hero-heading {
  color: #00205b;
  font-family: "utopia-std", serif;
  font-size: 57px;
  line-height: 65px;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 974px) {
  .bh-marketing-hero-heading {
    padding-top: 0;
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 24px;
    letter-spacing: 0.25px;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-hero-heading {
    text-align: center;
  }
}
.bh-marketing-hero-sub-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-hero-sub-header {
    margin: 24px 0;
    text-align: center;
  }
}
.bh-marketing-hero-content {
  max-width: 437px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .bh-marketing-hero-content {
    padding: 0 30px;
  }
}
.bh-marketing-hero-buttons .bh-side-by-side-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 839px) {
  .bh-marketing-hero-buttons .bh-side-by-side-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.bh-marketing-hero-buttons .bh-primary-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  height: 36px;
  background-color: #007eb4;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-marketing-hero-buttons .bh-primary-button[href] {
  line-height: 36px;
}
.bh-marketing-hero-buttons .bh-primary-button--loading {
  color: transparent;
  background-color: #006894;
  position: relative;
}
.bh-marketing-hero-buttons .bh-primary-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-marketing-hero-buttons .bh-primary-button--icon-l, .bh-marketing-hero-buttons .bh-primary-button--icon-r {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-marketing-hero-buttons .bh-primary-button--icon-l svg, .bh-marketing-hero-buttons .bh-primary-button--icon-r svg {
  width: 24px;
  flex: 0 0 24px;
  vertical-align: middle;
}
.bh-marketing-hero-buttons .bh-primary-button--icon-l svg path, .bh-marketing-hero-buttons .bh-primary-button--icon-r svg path {
  fill: #ffffff;
}
.bh-marketing-hero-buttons .bh-primary-button--icon-l.bh-primary-button--loading svg path, .bh-marketing-hero-buttons .bh-primary-button--icon-r.bh-primary-button--loading svg path {
  fill: transparent;
}
.bh-marketing-hero-buttons .bh-primary-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-marketing-hero-buttons .bh-primary-button--small[href] {
  line-height: 30px;
}
.bh-marketing-hero-buttons .bh-primary-button--small.bh-primary-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-marketing-hero-buttons .bh-primary-button--small.bh-primary-button--icon-l svg, .bh-marketing-hero-buttons .bh-primary-button--small.bh-primary-button--icon-r svg {
  width: 16px;
}
.bh-marketing-hero-buttons .bh-primary-button--large {
  height: 48px;
}
.bh-marketing-hero-buttons .bh-primary-button--large[href] {
  line-height: 48px;
}
.bh-marketing-hero-buttons .bh-primary-button--large.bh-primary-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-marketing-hero-buttons .bh-primary-button:focus {
  background-color: #0b8ec6;
  box-shadow: inset 0 0 0 2px #0b8ec6, inset 0 0 0 3px #ffffff;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-marketing-hero-buttons .bh-primary-button:hover {
  background-color: #006894;
  text-decoration: none;
  color: #ffffff;
}
.bh-marketing-hero-buttons .bh-primary-button--loading:hover {
  color: transparent;
}
.bh-marketing-hero-buttons .bh-primary-button:not(:disabled):active, .bh-marketing-hero-buttons .bh-primary-button:not(:disabled).active {
  background-color: #006894;
}
.bh-marketing-hero-buttons .bh-primary-button:focus:active {
  box-shadow: none;
}
.bh-marketing-hero-buttons .bh-primary-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-marketing-hero-buttons .bh-primary-button:disabled.bh-primary-button--icon-l svg path, .bh-marketing-hero-buttons .bh-primary-button:disabled.bh-primary-button--icon-r svg path {
  fill: #7b7f84;
}
.bh-marketing-hero-buttons .bh-outlined-1-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  height: 36px;
  background-color: #ffffff;
  color: #007eb4;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-marketing-hero-buttons .bh-outlined-1-button[href] {
  line-height: 34px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--loading {
  background-color: #eefaff;
  color: transparent;
  position: relative;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid #007eb4;
  border-radius: 50%;
  border-top-color: transparent;
  transform-origin: center center;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bh-marketing-hero-buttons .bh-outlined-1-button--icon-l, .bh-marketing-hero-buttons .bh-outlined-1-button--icon-r {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--icon-l svg, .bh-marketing-hero-buttons .bh-outlined-1-button--icon-r svg {
  width: 24px;
  flex: 0 0 24px;
  vertical-align: middle;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--icon-l svg path, .bh-marketing-hero-buttons .bh-outlined-1-button--icon-r svg path {
  fill: #007eb4;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--icon-l.bh-outlined-1-button--loading svg path, .bh-marketing-hero-buttons .bh-outlined-1-button--icon-r.bh-outlined-1-button--loading svg path {
  fill: transparent;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--small {
  height: 30px;
  padding: 0 8px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--small[href] {
  line-height: 28px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--small.bh-outlined-1-button--loading::after {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-width: 1px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--small.bh-outlined-1-button--icon-l svg, .bh-marketing-hero-buttons .bh-outlined-1-button--small.bh-outlined-1-button--icon-r svg {
  width: 16px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--large {
  height: 48px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--large[href] {
  line-height: 46px;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--large.bh-outlined-1-button--loading::after {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.bh-marketing-hero-buttons .bh-outlined-1-button:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-marketing-hero-buttons .bh-outlined-1-button:focus.bh-outlined-1-button--loading {
  color: transparent;
}
.bh-marketing-hero-buttons .bh-outlined-1-button:hover {
  text-decoration: none;
  background-color: #eefaff;
  color: #006894;
  border: 1px solid #cfd1d3;
}
.bh-marketing-hero-buttons .bh-outlined-1-button:focus:hover {
  border: 1px solid #0b8ec6;
}
.bh-marketing-hero-buttons .bh-outlined-1-button:not(:disabled):active, .bh-marketing-hero-buttons .bh-outlined-1-button:not(:disabled).active {
  background-color: #eefaff;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfd1d3;
  color: #006894;
}
.bh-marketing-hero-buttons .bh-outlined-1-button:focus:active {
  box-shadow: none;
}
.bh-marketing-hero-buttons .bh-outlined-1-button--loading:hover, .bh-marketing-hero-buttons .bh-outlined-1-button--loading:not(:disabled):active, .bh-marketing-hero-buttons .bh-outlined-1-button--loading:not(:disabled).active {
  color: transparent;
}
.bh-marketing-hero-buttons .bh-outlined-1-button.bh-outlined-1-button--icon-l:hover svg path, .bh-marketing-hero-buttons .bh-outlined-1-button.bh-outlined-1-button--icon-r:hover svg path {
  fill: #006894;
}
.bh-marketing-hero-buttons .bh-outlined-1-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
  border: 1px solid transparent;
}
.bh-marketing-hero-buttons .bh-outlined-1-button:disabled.bh-outlined-1-button--icon-l svg path, .bh-marketing-hero-buttons .bh-outlined-1-button:disabled.bh-outlined-1-button--icon-r svg path {
  fill: #7b7f84;
}
.bh-marketing-hero-buttons .bh-primary-button, .bh-marketing-hero-buttons .bh-outlined-1-button {
  margin: 0;
  width: 190px;
}

.bh-marketing-services-template {
  background-color: #ffffff;
  width: 100%;
}
.bh-marketing-services-template-inner {
  text-align: center;
  justify-content: center;
}
.bh-marketing-services-template-contents {
  padding: 16px;
}
.bh-marketing-services-template-heading {
  padding: 102px calc(33.34% - 160px) 0;
}
@media screen and (max-width: 599px) {
  .bh-marketing-services-template-heading {
    padding-top: 36px;
  }
}
.bh-marketing-services-template-title {
  font-family: "utopia-std", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  letter-spacing: 0.1px;
  color: #00205b;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .bh-marketing-services-template-title {
    margin-bottom: 24px;
  }
}
.bh-marketing-services-template-subtitle {
  height: auto;
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.22px;
  color: #7b7f84;
  margin-bottom: 61px;
  padding: 0 calc(33.35% - 317px);
}
@media screen and (max-width: 599px) {
  .bh-marketing-services-template-subtitle {
    margin-bottom: 22px;
  }
}
.bh-marketing-services-template-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 119px;
}
@media screen and (max-width: 599px) {
  .bh-marketing-services-template-buttons {
    padding: 0 48px 20px;
  }
}
.bh-marketing-services-template-buttons-card {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  height: 48px;
  width: 190px;
  background-color: #007eb4;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-marketing-services-template-buttons-card[href] {
  line-height: 48px;
}
.bh-marketing-services-template-buttons-card:focus {
  background-color: #0b8ec6;
  box-shadow: inset 0 0 0 2px #0b8ec6, inset 0 0 0 3px #ffffff;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-marketing-services-template-buttons-card:hover {
  background-color: #006894;
  text-decoration: none;
  color: #ffffff;
}
.bh-marketing-services-template-buttons-card--loading:hover {
  color: transparent;
}
.bh-marketing-services-template-buttons-card:not(:disabled):active, .bh-marketing-services-template-buttons-card:not(:disabled).active {
  background-color: #006894;
}
.bh-marketing-services-template-buttons-card:focus:active {
  box-shadow: none;
}
.bh-marketing-services-template-buttons-card:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-marketing-services-template-buttons-card:disabled.bh-primary-button--icon-l svg path, .bh-marketing-services-template-buttons-card:disabled.bh-primary-button--icon-r svg path {
  fill: #7b7f84;
}

.bh-marketing-virtual-care-template {
  background-color: #fafafa;
  width: 100%;
  padding: 0 25px;
}
.bh-marketing-virtual-care-template-heading {
  text-align: center;
  padding: 90px calc(33.35% - 185px) 60px calc(33.35% - 185px);
}
@media screen and (max-width: 599px) {
  .bh-marketing-virtual-care-template-heading {
    padding: 36px 27.5px 25px 27.5px;
  }
}
.bh-marketing-virtual-care-template-heading-title {
  font-family: "utopia-std", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  letter-spacing: 0.1px;
  color: #00205b;
  margin-bottom: 15px;
}
.bh-marketing-virtual-care-template-heading-subtitle {
  height: auto;
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.22px;
  color: #7b7f84;
}
.bh-marketing-virtual-care-template-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 117px;
}
@media screen and (max-width: 599px) {
  .bh-marketing-virtual-care-template-cards {
    gap: 24px;
    padding-bottom: 36px;
  }
}
.bh-marketing-virtual-care-template-card {
  width: 300px;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}
.bh-marketing-virtual-care-template-card-contents {
  padding: 30px;
}
.bh-marketing-virtual-care-template-card-svg {
  display: flex;
  margin-bottom: 30px;
}
.bh-marketing-virtual-care-template-card-svg svg {
  width: 48px;
  height: 48px;
}
.bh-marketing-virtual-care-template-card-title {
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  color: #00205b;
  margin-bottom: 30px;
}
.bh-marketing-virtual-care-template-card-description {
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #303235;
  margin-bottom: 30px;
}
.bh-marketing-virtual-care-template-card-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  height: 48px;
  width: 100%;
  text-align: center;
  padding: 0 16px;
  background-color: #007eb4;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-marketing-virtual-care-template-card-button[href] {
  line-height: 48px;
}
.bh-marketing-virtual-care-template-card-button:focus {
  background-color: #0b8ec6;
  box-shadow: inset 0 0 0 2px #0b8ec6, inset 0 0 0 3px #ffffff;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-marketing-virtual-care-template-card-button:hover {
  background-color: #006894;
  text-decoration: none;
  color: #ffffff;
}
.bh-marketing-virtual-care-template-card-button--loading:hover {
  color: transparent;
}
.bh-marketing-virtual-care-template-card-button:not(:disabled):active, .bh-marketing-virtual-care-template-card-button:not(:disabled).active {
  background-color: #006894;
}
.bh-marketing-virtual-care-template-card-button:focus:active {
  box-shadow: none;
}
.bh-marketing-virtual-care-template-card-button:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
}
.bh-marketing-virtual-care-template-card-button:disabled.bh-primary-button--icon-l svg path, .bh-marketing-virtual-care-template-card-button:disabled.bh-primary-button--icon-r svg path {
  fill: #7b7f84;
}

.bh-marketing-video-template-1 {
  width: 100%;
  background-color: #ebf0fa;
}
.bh-marketing-video-template-1-inner {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 28px;
}
@media screen and (max-width: 980px) {
  .bh-marketing-video-template-1-inner {
    padding: 60px 28px;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-1-inner {
    padding: 45px 28px;
  }
}
.bh-marketing-video-template-1-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 980px) {
  .bh-marketing-video-template-1-flex {
    flex-direction: column;
    gap: 45px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-1-flex {
    margin-bottom: 45px;
    gap: 30px;
  }
}
.bh-marketing-video-template-1-left {
  width: calc(100% - 694px);
}
@media screen and (max-width: 1240px) {
  .bh-marketing-video-template-1-left {
    width: calc(100% - 576px);
  }
}
@media screen and (max-width: 980px) {
  .bh-marketing-video-template-1-left {
    width: 100%;
  }
}
.bh-marketing-video-template-1-heading {
  font-family: "utopia-std", serif;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  letter-spacing: 0.1px;
  color: #00205b;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 980px) {
  .bh-marketing-video-template-1-heading {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-1-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.26px;
    margin-bottom: 24px;
  }
}
.bh-marketing-video-template-1-subheading {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  color: #303235;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .bh-marketing-video-template-1-subheading {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-1-subheading {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
  }
}
.bh-marketing-video-template-1-supporting {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-1-supporting {
    display: none;
  }
}
.bh-marketing-video-template-1-right {
  width: 634px;
}
@media screen and (max-width: 1240px) {
  .bh-marketing-video-template-1-right {
    width: 516px;
  }
}
@media screen and (max-width: 980px) {
  .bh-marketing-video-template-1-right {
    width: 100%;
  }
}
.bh-marketing-video-template-1-video {
  border: 10px solid #ffffff;
  box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1240px) {
  .bh-marketing-video-template-1-video {
    width: 516px;
    height: 366px;
  }
}
@media screen and (max-width: 980px) {
  .bh-marketing-video-template-1-video {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-1-video {
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 400px) {
  .bh-marketing-video-template-1-video {
    height: 230px;
  }
}
@media screen and (max-width: 350px) {
  .bh-marketing-video-template-1-video {
    height: 200px;
  }
}
.bh-marketing-video-template-1-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 0 0;
  gap: 4.6%;
}
.bh-marketing-video-template-1-bottom--children-count-1 {
  gap: 0;
}
.bh-marketing-video-template-1-bottom--children-count-1 .bh-marketing-video-template-1-child {
  width: 100%;
}
.bh-marketing-video-template-1-bottom--children-count-1 .bh-marketing-video-template-1-child-left {
  display: none;
}
@media screen and (max-width: 640px) {
  .bh-marketing-video-template-1-bottom--children-count-2 {
    gap: 24px;
  }
}
.bh-marketing-video-template-1-bottom--children-count-2 .bh-marketing-video-template-1-child {
  width: 47.7%;
}
@media screen and (max-width: 640px) {
  .bh-marketing-video-template-1-bottom--children-count-2 .bh-marketing-video-template-1-child {
    width: 100%;
  }
}
.bh-marketing-video-template-1-bottom--children-count-3 .bh-marketing-video-template-1-child {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .bh-marketing-video-template-1-bottom--children-count-3 .bh-marketing-video-template-1-child {
    width: 47.7%;
  }
  .bh-marketing-video-template-1-bottom--children-count-3 .bh-marketing-video-template-1-child:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-video-template-1-bottom--children-count-3 .bh-marketing-video-template-1-child {
    width: 100%;
  }
}
.bh-marketing-video-template-1-bottom--children-count-4 {
  gap: 4%;
}
.bh-marketing-video-template-1-bottom--children-count-4 .bh-marketing-video-template-1-child {
  width: 22%;
}
@media screen and (max-width: 1240px) {
  .bh-marketing-video-template-1-bottom--children-count-4 .bh-marketing-video-template-1-child {
    width: 47.7%;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-video-template-1-bottom--children-count-4 .bh-marketing-video-template-1-child {
    width: 100%;
  }
}
.bh-marketing-video-template-1-child {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.bh-marketing-video-template-1-child-left {
  flex: 0 0 44px;
}
.bh-marketing-video-template-1-child-right {
  flex-grow: 1;
  padding-top: 10px;
}
.bh-marketing-video-template-1-child-number {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #00205b;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-marketing-video-template-1-child-title {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  color: #303235;
  margin-bottom: 16px;
}
.bh-marketing-video-template-1-child-supporting {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.25px;
  color: #303235;
  text-align: left;
}

.bh-marketing-book-appointment {
  background-color: #00205b;
  width: 100%;
  padding: 0 27px 93px;
}
@media screen and (max-width: 600px) {
  .bh-marketing-book-appointment {
    padding: 45px 27px 34px;
    width: 100%;
  }
}
.bh-marketing-book-appointment-heading {
  padding: 94px 0 51px;
  margin: 0 auto;
  width: 56%;
}
@media screen and (max-width: 600px) {
  .bh-marketing-book-appointment-heading {
    padding: 45px 0 34px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-book-appointment-heading {
    padding: 45px 0 24px;
  }
}
.bh-marketing-book-appointment-heading-title {
  color: #ffffff;
  font-family: "utopia-std", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto 15px;
}
@media screen and (max-width: 600px) {
  .bh-marketing-book-appointment-heading-title {
    margin: 0 auto 24px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.26px;
  }
}
.bh-marketing-book-appointment-heading-subtitle {
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.22px;
  color: #8eafe6;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .bh-marketing-book-appointment-heading-subtitle {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.25px;
  }
}
.bh-marketing-book-appointment-body-title {
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  padding-bottom: 25px;
}
.bh-marketing-book-appointment-body-search {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.bh-marketing-book-appointment-body-search-background {
  width: 100%;
  max-width: 824px;
  background-color: #f5f5f5;
  border: 3px solid #ffffff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}
.bh-marketing-book-appointment-body-search-inputs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px;
}
@media screen and (max-width: 770px) {
  .bh-marketing-book-appointment-body-search-inputs {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-book-appointment-body-search-inputs {
    padding: 20px;
  }
}
.bh-marketing-book-appointment-body-search-bar {
  margin: 0;
  width: 45%;
}
@media screen and (max-width: 770px) {
  .bh-marketing-book-appointment-body-search-bar {
    width: 100%;
  }
}
.bh-marketing-book-appointment-body-search-city {
  margin: 0;
  width: 32.7%;
}
@media screen and (max-width: 770px) {
  .bh-marketing-book-appointment-body-search-city {
    width: 100%;
  }
}
.bh-marketing-book-appointment-body-search-enter {
  text-align: center;
  margin-top: 9px;
  -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 480px) {
  .bh-marketing-book-appointment-body-search-enter {
    margin-bottom: 0;
    width: 100%;
  }
}
.bh-marketing-book-appointment-body-learn-more {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .bh-marketing-book-appointment-body-learn-more {
    margin-bottom: 45px;
  }
}
.bh-marketing-book-appointment .bh-primary-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  height: 48px;
  background-color: #007eb4;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 16px;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-marketing-book-appointment .bh-primary-button[href] {
  line-height: 48px;
}
.bh-marketing-book-appointment .bh-primary-button:focus {
  background-color: #0b8ec6;
  box-shadow: inset 0 0 0 2px #0b8ec6, inset 0 0 0 3px #ffffff;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.bh-marketing-book-appointment .bh-primary-button:hover {
  background-color: #006894;
  text-decoration: none;
  color: #ffffff;
}
.bh-marketing-book-appointment .bh-text-input-field {
  padding: 0;
}
.bh-marketing-book-appointment .bh-text-input-field-label {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
  display: block;
  margin-bottom: 4px;
}
.bh-marketing-book-appointment .bh-text-input-field-input {
  font-family: "Effra", sans-serif;
  width: 100%;
  line-height: 19px;
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  padding: 0 12px;
  color: #303235;
  font-size: 19px;
  letter-spacing: 0.22px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bh-marketing-book-appointment .bh-text-input-field-input:focus, .bh-marketing-book-appointment .bh-text-input-field-input:active {
  outline: 0;
  box-shadow: none;
  border-color: #007eb4;
}
.bh-marketing-book-appointment .bh-text-input-field-input.placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field-input:-moz-placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field-input:-ms-input-placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field-input::placeholder {
  color: #7b7f84;
  line-height: 19px;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field-helper, .bh-marketing-book-appointment .bh-text-input-field-error {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
  margin-top: 4px;
}
.bh-marketing-book-appointment .bh-text-input-field-helper {
  color: #303235;
}
.bh-marketing-book-appointment .bh-text-input-field-error {
  display: none;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-label, .bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-helper {
  color: #9ca0a5;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input {
  background-color: #ededee;
  color: #9ca0a5;
  cursor: not-allowed;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:focus, .bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:active {
  border-color: #cfd1d3;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input.placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:-moz-placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input:-ms-input-placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-disabled .bh-text-input-field-input::placeholder {
  color: #9ca0a5;
  opacity: 1;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-error .bh-text-input-field-input {
  border-color: #da291c;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-error .bh-text-input-field-input:focus, .bh-marketing-book-appointment .bh-text-input-field.bh-form-field-error .bh-text-input-field-input:active {
  border-color: #007eb4;
}
.bh-marketing-book-appointment .bh-text-input-field.bh-form-field-error .bh-text-input-field-error {
  display: block;
  color: #da291c;
}
.bh-marketing-book-appointment .bh-outlined-2-button {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #ffffff;
  height: 30px;
  background-color: transparent;
  color: #ffffff;
  letter-spacing: 0.47px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 8px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.bh-marketing-book-appointment .bh-outlined-2-button[href] {
  line-height: 28px;
}

.bh-marketing-app-download {
  background-color: #ebf0fa;
  width: 100%;
  padding: 34px 0 0;
}
@media screen and (max-width: 1024px) {
  .bh-marketing-app-download {
    padding-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-app-download {
    padding-top: 40px;
  }
}
.bh-marketing-app-download-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 0 30px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-app-download-contents {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-app-download-contents {
    padding: 0;
    gap: 0;
  }
}
.bh-marketing-app-download-image {
  position: relative;
  width: 560px;
  height: 540px;
}
@media screen and (max-width: 1024px) {
  .bh-marketing-app-download-image {
    width: 46%;
    height: 52.7vw;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-app-download-image {
    width: 387px;
    height: 440px;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-app-download-image {
    overflow: hidden;
    align-self: flex-start;
  }
}
@media screen and (max-width: 400px) {
  .bh-marketing-app-download-image {
    width: 315px;
    height: 358px;
  }
}
.bh-marketing-app-download-iphone {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 540px;
}
@media screen and (max-width: 1024px) {
  .bh-marketing-app-download-iphone {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-app-download-iphone {
    left: -80px;
    width: 90%;
  }
}
.bh-marketing-app-download-watch {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 311px;
  height: 368px;
}
@media screen and (max-width: 1024px) {
  .bh-marketing-app-download-watch {
    width: 70%;
    height: auto;
    right: -65px;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-app-download-watch {
    right: -95px;
  }
}
@media screen and (max-width: 640px) {
  .bh-marketing-app-download-watch {
    right: 18px;
  }
}
.bh-marketing-app-download-right-side {
  max-width: 437px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .bh-marketing-app-download-right-side {
    padding: 0 30px;
  }
}
.bh-marketing-app-download-heading {
  font-family: "utopia-std", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  letter-spacing: 0.1px;
  color: #00205b;
  margin-bottom: 25px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-app-download-heading {
    padding-top: 0;
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 24px;
    letter-spacing: 0.25px;
    text-align: center;
  }
}
.bh-marketing-app-download-subtitle {
  font-family: "Effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
  margin-bottom: 22px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-app-download-subtitle {
    margin-bottom: 36px;
    text-align: center;
  }
}
.bh-marketing-app-download-links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 13px;
}
.bh-marketing-app-download-links a:focus {
  outline-color: #0b8ec6;
}
.bh-marketing-app-download-links .bh-marketing-app-download-google-link:focus {
  outline-offset: -10px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-app-download-links {
    flex-direction: column;
  }
}

.bh-marketing-virtual-waiting-room-container {
  background-color: #ebf0fa;
  width: 100%;
}
.bh-marketing-virtual-waiting-room-hero {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero {
    flex-direction: column;
  }
}
.bh-marketing-virtual-waiting-room-hero-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-image img {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-virtual-waiting-room-hero-image img {
    height: 377px;
  }
}
.bh-marketing-virtual-waiting-room-hero-heading {
  color: #00205b;
  font-family: "utopia-std", serif;
  font-size: 57px;
  line-height: 65px;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-heading {
    padding-top: 0px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-heading {
    padding-top: 0px;
    margin: 24px 28px 16px;
    letter-spacing: 0.25px;
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-header {
    text-align: center;
  }
}
.bh-marketing-virtual-waiting-room-hero-sub-header {
  margin: 0 0 50px;
  color: #303235;
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-sub-header {
    margin: 24px 0;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-sub-header {
    margin: 24px 28px;
  }
}
.bh-marketing-virtual-waiting-room-hero-content {
  max-width: 710px;
  display: flex;
  flex-direction: column;
  margin: 152px 75px 152px 60px;
}
@media screen and (max-width: 1080px) {
  .bh-marketing-virtual-waiting-room-hero-content {
    margin: 152px 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-content {
    margin: 0 auto;
    padding: 0 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-buttons {
    margin: 0 auto 45px;
  }
}
.bh-marketing-virtual-waiting-room-hero-buttons .bh-side-by-side-buttons {
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 840px) {
  .bh-marketing-virtual-waiting-room-hero-buttons .bh-side-by-side-buttons {
    flex-direction: column;
  }
}
.bh-marketing-virtual-waiting-room-hero-buttons .bh-primary-button {
  margin: 0;
  width: 174px;
}
@media screen and (max-width: 480px) {
  .bh-marketing-virtual-waiting-room-hero-buttons .bh-primary-button {
    width: 190px;
  }
}
.bh-marketing-virtual-waiting-room-hero-buttons .bh-outlined-1-button {
  width: 174px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .bh-marketing-virtual-waiting-room-hero-buttons .bh-outlined-1-button {
    width: 190px;
  }
}

.bh-marketing-steps {
  width: 100%;
  background-color: #ffffff;
}
.bh-marketing-steps-inner {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 23px 15px 90px;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-inner {
    padding: 23px 28px 57px;
  }
}
.bh-marketing-steps-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 113px;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-breadcrumbs {
    margin-bottom: 36px;
  }
}
.bh-marketing-steps-breadcrumb-link {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #303235;
  text-decoration: none;
}
.bh-marketing-steps-breadcrumb-link:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-marketing-steps-breadcrumb-link:hover {
  color: #0b0c0d;
  text-decoration: underline;
}
.bh-marketing-steps-breadcrumb-current {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #303235;
}
.bh-marketing-steps-copy {
  width: 67%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-copy {
    width: 100%;
    margin-bottom: 24px;
  }
}
.bh-marketing-steps-heading {
  font-family: "utopia-std", serif;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  color: #00205b;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.26px;
    margin-bottom: 16px;
  }
}
.bh-marketing-steps-subheading {
  font-family: "Effra", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.22px;
  color: #7b7f84;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-subheading {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.25px;
  }
}
.bh-marketing-steps-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .bh-marketing-steps-flex {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-flex {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }
}
.bh-marketing-steps-group {
  padding: 18px 18px 16px 18px;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group {
    display: flex;
    text-align: left;
    gap: 24px;
    padding: 12px;
  }
}
@media screen and (max-width: 1220px) {
  .bh-marketing-steps-group--1 {
    width: 222px;
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group--1 {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group--1 {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .bh-marketing-steps-group--2 {
    width: 222px;
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group--2 {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group--2 {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .bh-marketing-steps-group--3 {
    width: 222px;
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group--3 {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group--3 {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .bh-marketing-steps-group--4 {
    width: 355px;
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group--4 {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group--4 {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .bh-marketing-steps-group--5 {
    width: 355px;
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group--5 {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group--5 {
    width: 100%;
  }
}
.bh-marketing-steps-group-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf0fa;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
  flex: 0 0 80px;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group-circle {
    margin-bottom: 0;
  }
}
.bh-marketing-steps-group-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}
.bh-marketing-steps-group-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00205b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Effra", sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.4px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bh-marketing-steps-group-title {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #56595d;
  margin-bottom: 6px;
}
.bh-marketing-steps-group-copy {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
  margin-bottom: 0;
}
.bh-marketing-steps-group-arrow {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group-arrow {
    margin-left: 40px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group-arrow--2 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group-arrow--2 {
    display: flex;
  }
}
@media screen and (max-width: 1220px) {
  .bh-marketing-steps-group-arrow--3 {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group-arrow--3 {
    display: flex;
  }
}
@media screen and (max-width: 875px) {
  .bh-marketing-steps-group-arrow--4 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bh-marketing-steps-group-arrow--4 {
    display: flex;
  }
}

.bh-marketing-video-template-2 {
  width: 100%;
  background-color: #f5f5f5;
}
.bh-marketing-video-template-2-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 28px;
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-2-inner {
    padding: 45px 28px;
  }
}
.bh-marketing-video-template-2-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .bh-marketing-video-template-2-flex {
    flex-direction: column-reverse;
    gap: 45px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-2-flex {
    gap: 20px;
    margin-bottom: 0;
  }
}
.bh-marketing-video-template-2-left {
  width: 744px;
}
@media screen and (max-width: 1024px) {
  .bh-marketing-video-template-2-left {
    width: 426px;
  }
}
@media screen and (max-width: 768px) {
  .bh-marketing-video-template-2-left {
    width: 100%;
  }
}
.bh-marketing-video-template-2-video {
  border: 10px solid #ffffff;
  box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
  width: 744px;
  height: 478px;
}
@media screen and (max-width: 1024px) {
  .bh-marketing-video-template-2-video {
    width: 426px;
    height: 277px;
  }
}
@media screen and (max-width: 768px) {
  .bh-marketing-video-template-2-video {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-2-video {
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 400px) {
  .bh-marketing-video-template-2-video {
    height: 230px;
  }
}
@media screen and (max-width: 350px) {
  .bh-marketing-video-template-2-video {
    height: 200px;
  }
}
.bh-marketing-video-template-2-right {
  width: calc(100% - 781px);
}
@media screen and (max-width: 1024px) {
  .bh-marketing-video-template-2-right {
    width: calc(100% - 463px);
  }
}
@media screen and (max-width: 768px) {
  .bh-marketing-video-template-2-right {
    width: 100%;
  }
}
.bh-marketing-video-template-2-heading {
  font-family: "utopia-std", serif;
  font-weight: 400;
  font-size: 47px;
  line-height: 56px;
  letter-spacing: 0.1px;
  color: #00205b;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-2-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.26px;
    margin-bottom: 24px;
  }
}
.bh-marketing-video-template-2-supporting {
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #303235;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .bh-marketing-video-template-2-supporting {
    margin-bottom: 20px;
  }
}

/* Chatbot */
.bh-conversation-bubble {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.bh-conversation-bubble-group {
  display: flex;
  padding-right: 32px;
}
.bh-conversation-bubble p.bh-conversation-bubble-text {
  background-color: #f6f7fa;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0 0 0 32px;
}
.bh-conversation-bubble--image .bh-conversation-bubble-avatar {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  align-self: flex-end;
}
.bh-conversation-bubble--image p.bh-conversation-bubble-text {
  border-radius: 10px 10px 10px 0;
  margin-left: 0;
}
.bh-conversation-bubble--user {
  justify-content: flex-end;
}
.bh-conversation-bubble--user .bh-conversation-bubble-group {
  padding: 0 0 0 32px;
  flex-direction: column;
}
.bh-conversation-bubble--user p.bh-conversation-bubble-text {
  border-radius: 10px 10px 0px 10px;
  align-self: flex-end;
  color: #00205b;
  background-color: #ebf0fa;
}
.bh-conversation-bubble--user p.bh-conversation-bubble-text.disabled {
  color: #9ca0a5;
}
.bh-conversation-bubble--user .bh-conversation-bubble-edit-button {
  color: #56595d;
  align-self: flex-end;
  margin-top: 8px;
  border: none;
  padding: 0;
  background-color: transparent;
}
.bh-conversation-bubble--user .bh-conversation-bubble-edit-button:hover, .bh-conversation-bubble--user .bh-conversation-bubble-edit-button:active {
  text-decoration: underline;
  color: #0b0c0d;
}
.bh-conversation-bubble--user .bh-conversation-bubble-edit-button:focus {
  color: #56595d;
  outline-color: #0b8ec6;
  outline-width: 3px;
  outline-offset: 2px;
}
.bh-conversation-bubble--user .bh-conversation-bubble-edit-button:disabled {
  color: #9ca0a5;
  font-style: italic;
}
.bh-conversation-bubble--user .bh-conversation-bubble-edit-button:disabled:hover {
  text-decoration: none;
}
.bh-conversation-bubble--loading p.bh-conversation-bubble-text {
  padding: 17px 10px;
  display: flex;
}
.bh-conversation-bubble--loading .bh-conversation-bubble-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background-color: #e1e1e2;
}
.bh-conversation-bubble--loading .bh-conversation-bubble-dot--1 {
  animation: loading-dots-1 1.5s linear 0s infinite;
}
.bh-conversation-bubble--loading .bh-conversation-bubble-dot--2 {
  background-color: #ededee;
  animation: loading-dots-2 1.5s linear 0s infinite;
}
.bh-conversation-bubble--loading .bh-conversation-bubble-dot--3 {
  background-color: #cfd1d3;
  animation: loading-dots-3 1.5s linear 0s infinite;
}
.bh-conversation-bubble--loading .bh-conversation-bubble-dot--1, .bh-conversation-bubble--loading .bh-conversation-bubble-dot--2 {
  margin-right: 8px;
}
@keyframes loading-dots-1 {
  0%, 100% {
    background-color: #cfd1d3;
  }
  33% {
    background-color: #e1e1e2;
  }
  66% {
    background-color: #ededee;
  }
}
@keyframes loading-dots-2 {
  0%, 100% {
    background-color: #ededee;
  }
  33% {
    background-color: #cfd1d3;
  }
  66% {
    background-color: #e1e1e2;
  }
}
@keyframes loading-dots-3 {
  0%, 100% {
    background-color: #e1e1e2;
  }
  33% {
    background-color: #ededee;
  }
  66% {
    background-color: #cfd1d3;
  }
}

.bh-chip-input {
  border-radius: 16px;
  height: auto;
  line-height: 18px;
  padding: 7px 12px;
  font-weight: 400;
  margin: 0;
}
.bh-chip-input.selected {
  display: flex;
  align-items: center;
  background: #00205b;
  border-color: #00205b;
  color: #ffffff;
  padding: 4px 12px 4px 4px;
}
.bh-chip-input.selected:focus {
  border-color: #007eb4;
  box-shadow: inset 0 0 0 1px #007eb4, inset 0 0 0 2px #ffffff;
}
.bh-chip-input.selected:hover, .bh-chip-input.selected:active {
  background-color: #03060d;
  border-color: #03060d;
  color: #ffffff;
  box-shadow: none;
}
.bh-chip-input.selected .bh-selected-icon {
  margin-right: 8px;
}

.bh-chip-input-image {
  padding: 12px 12px 8px 12px;
  border-radius: 4px;
}
.bh-chip-input-image-img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: block;
  margin: 0 auto 4px;
}
.bh-chip-input-image-text {
  width: 128px;
  display: block;
}
.bh-chip-input-image.selected {
  display: block;
  padding: 12px 12px 5px 12px;
}
.bh-chip-input-image.selected .bh-selected-icon {
  margin-top: -4px;
  margin-right: 4px;
  vertical-align: middle;
}
.bh-chip-input-image:disabled .bh-chip-input-image-img {
  filter: grayscale(100%);
}
.bh-chip-input-image--multiline {
  text-align: left;
}

.bh-text-input-field-age {
  text-align: center;
}
.bh-text-input-field-age-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-text-input-field-age-input {
  width: 70px;
}
.bh-text-input-field-age-label {
  font-size: 19px;
  letter-spacing: 0.22px;
  line-height: 23px;
  -ms-grid-row-align: center;
      align-self: center;
  padding-left: 8px;
  margin-right: 5px;
}
.bh-text-input-field-age-button {
  display: block;
  margin: 1rem auto 0;
}
.bh-text-input-field-age-helper-text {
  display: block;
  background: transparent;
  border: none;
  margin: 1rem auto 0;
}
.bh-text-input-field-age .bh-tooltip-1-icon {
  margin-left: 0;
}
.bh-text-input-field-age-tooltip-container {
  top: calc(100% - 205px);
  left: calc(100% - 220px);
  background-color: #56595d;
}
.bh-text-input-field-age-tooltip-container::before {
  top: 167px;
  left: 204px;
  border-top: 12px solid #56595d;
  border-bottom: 12px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.bh-text-input-field-age-tooltip-text {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  line-height: 22px;
}

.bh-text-input-field-zipcode {
  text-align: center;
}
.bh-text-input-field-zipcode-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.bh-text-input-field-zipcode-input {
  width: 98px;
}
.bh-text-input-field-zipcode-label {
  font-size: 19px;
  letter-spacing: 0.22px;
  line-height: 23px;
  -ms-grid-row-align: center;
      align-self: center;
  padding-left: 8px;
  margin-right: 8px;
}
.bh-text-input-field-zipcode-button {
  display: block;
  margin: 1rem auto 0;
}
.bh-text-input-field-zipcode-helper-text {
  display: block;
  background: transparent;
  border: none;
  margin: 10px auto 0;
}
.bh-text-input-field-zipcode .bh-tooltip-1-icon {
  margin-left: 0;
}
.bh-text-input-field-zipcode-tooltip-container {
  top: calc(100% - 205px);
  left: calc(100% - 220px);
  background-color: #56595d;
}
.bh-text-input-field-zipcode-tooltip-container::before {
  top: 167px;
  left: 204px;
  border-top: 12px solid #56595d;
  border-bottom: 12px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.bh-text-input-field-zipcode-tooltip-text {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  line-height: 22px;
}

.bh-text-input-field-search-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bh-text-input-field-search-button {
  margin: 0.75rem auto 0 auto;
}

.bh-chatbot-offline-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.bh-chatbot-offline-group-message {
  text-align: center;
}
.bh-chatbot-offline-group-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.bh-chatbot-offline-group .bh-chatbot-offline-button-group {
  display: flex;
  flex-direction: column;
}
.bh-chatbot-offline-group .bh-chatbot-offline-button-group .bh-chatbot-offline-button {
  display: block;
  margin: 1rem auto 0;
}

.bh-chatbot-pane {
  min-width: 375px;
  max-width: 500px;
  border-radius: 28px 0px 0px 0px;
  height: 679px;
  background-color: #ffffff;
  box-shadow: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 500px) {
  .bh-chatbot-pane {
    max-width: 100%;
    min-width: 100%;
  }
}
.bh-chatbot-pane .bh-chatbot-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e2;
  padding: 13px 8px 12px 16px;
}
.bh-chatbot-pane .bh-chatbot-header .bh-chatbot-arrow {
  padding: 0;
  display: flex;
  align-items: center;
}
.bh-chatbot-pane .bh-chatbot-content {
  padding: 16px;
}

.bh-chatbot-results {
  border: 1px solid #cfd1d3;
  display: flex;
  flex-direction: column;
  margin: 0;
  border-radius: 4px;
  min-width: 291px;
  padding: 20px 24px;
  height: auto;
}
.bh-chatbot-results:active, .bh-chatbot-results:hover {
  background-color: #ededee;
}
.bh-chatbot-results:active .bh-text-chatbot-results-heading, .bh-chatbot-results:hover .bh-text-chatbot-results-heading {
  text-decoration: underline;
}
.bh-chatbot-results-heading {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.47px;
  line-height: 17px;
  display: block;
}
.bh-chatbot-results-body {
  display: block;
  font-weight: 400;
}

.bh-text-chatbot-symptoms {
  border-radius: 4px;
  border: 1px solid #cfd1d3;
  padding: 12px 20px;
  min-width: 291px;
  width: 291px;
  margin: 15px;
}
.bh-text-chatbot-symptoms-header {
  color: #00205b;
}
.bh-text-chatbot-symptoms-divider {
  margin: 0.75rem 0;
  border: 0;
  border-top: 1px solid #e1e1e2;
}
.bh-text-chatbot-symptoms-links-box {
  display: flex;
  justify-content: flex-end;
}
.bh-text-chatbot-symptoms-links-box .bh-text-chatbot-symptoms-link {
  text-align: right;
  font-size: 13px;
  line-height: 17px;
  height: 17px;
  color: #56595d;
  margin-left: 16px;
  padding: 0;
  font-weight: 400;
}

.bh-text-chatbot-search-results-group {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.bh-text-chatbot-search-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
.bh-text-chatbot-search-input .bh-search-field {
  margin: 0;
}
.bh-text-chatbot-search-input .bh-text-input-field-search-group {
  width: calc(100% - 50px);
  margin-right: 0;
}
.bh-text-chatbot-search-input .bh-text-input-field-search-cancel {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
  color: #56595d;
  padding: 0 8px;
}

.bh-text-chatbot-search-results-list {
  padding: 0;
  margin-top: 15px;
}
.bh-text-chatbot-search-results-list-item {
  padding: 11px 39px;
  list-style: none;
  border-bottom: 1px solid #e1e1e2;
}

.bh-chatbot-feedback-modal {
  width: 100%;
  max-width: 343px;
  padding: 23px 24px;
  border-radius: 4px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.25);
}
.bh-chatbot-feedback-modal-selectbox .bh-checkbox-group label {
  margin-top: 12px;
  line-height: 18px;
}
.bh-chatbot-feedback-modal-selectbox .bh-checkbox-group label:first-of-type {
  margin-top: 9px;
}
.bh-chatbot-feedback-modal-selectbox .bh-checkbox-group-subheader {
  margin-bottom: 0;
}
.bh-chatbot-feedback-modal-selectbox .bh-text-input-field {
  margin: 15px 0 38px 0;
}
.bh-chatbot-feedback-modal-selectbox .bh-text-input-field-input {
  height: 40px;
  font-size: 15px;
  line-height: 23px;
}
.bh-chatbot-feedback-modal-selectbox .bh-side-by-side-buttons {
  justify-content: flex-end;
}
.bh-chatbot-feedback-modal-selectbox .bh-side-by-side-buttons button {
  margin: 0 0 0 6px;
}

.bh-chip-input-group {
  width: 100%;
  width: 365px;
  max-width: 100%;
}
.bh-chip-input-group--left-aligned .bh-chip-input {
  text-align: left;
}
.bh-chip-input-group .bh-body-2-main {
  margin-bottom: 16px;
  text-align: center;
}
.bh-chip-input-group-chips {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 8px;
  margin-bottom: 10px;
}
.bh-chip-input-group-helper {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.bh-chip-input-group-helper-button {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.4px;
  color: #56595d;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.bh-chip-input-group-helper-button:hover {
  color: #303235;
}
.bh-chip-input-group-input {
  display: none;
  width: 100%;
  margin-left: 0;
}
.bh-chip-input-group-submit {
  display: block;
  margin: 15px auto 0;
}

.bh-diagnosis-card {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #cfd1d3;
  border-radius: 4px;
  width: 100%;
  width: 400px;
  max-width: 100%;
}
.bh-diagnosis-card-match {
  color: #56595d;
  margin: 0 0 12px 0;
}
.bh-diagnosis-card-diagnosis {
  margin: 0 0 9px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e2;
}
.bh-diagnosis-card-description {
  margin-bottom: 12px;
  color: #56595d;
}
.bh-diagnosis-card-for-against {
  margin-top: 17px;
}
.bh-diagnosis-card-for-against-header {
  display: flex;
  align-items: center;
  color: #00205b;
  margin-bottom: 3px;
}
.bh-diagnosis-card-for-against-header--against {
  color: #56595d;
}
.bh-diagnosis-card-for-against-description {
  color: #56595d;
  margin: 0 0 14px 28px;
}
.bh-diagnosis-card-for-against-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.bh-diagnosis-card-toggle-trigger {
  margin: 12px 0 4px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bh-diagnosis-card-toggle-trigger-more {
  display: none;
}
.bh-diagnosis-card-toggle-trigger-expand {
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}
.bh-diagnosis-card-toggle-trigger.bh-toggle-closed .bh-diagnosis-card-toggle-trigger-expand {
  transform: rotate(0deg);
}
.bh-diagnosis-card-recommendation {
  padding-top: 12px;
  margin: 0 0 8px;
  border-top: 1px solid #e1e1e2;
  color: #56595d;
}
.bh-diagnosis-card-visit-type {
  margin: 0 0 1px;
}
.bh-diagnosis-card-instructions {
  color: #56595d;
  margin-bottom: 8px;
}

.bh-diagnosis-card-simple {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #cfd1d3;
  border-radius: 4px;
  width: 100%;
  width: 400px;
  max-width: 100%;
}
.bh-diagnosis-card-simple-title-bar {
  display: flex;
}
.bh-diagnosis-card-simple-title {
  margin-bottom: 0;
}
.bh-diagnosis-card-simple .bh-svg-phone {
  margin: 2px 8px 0 0;
}
.bh-diagnosis-card-simple-description {
  margin: 9px 0 0;
  border-top: 1px solid #e1e1e2;
  padding-top: 8px;
  color: #56595d;
}

.bh-diagnosis-card-result-group {
  display: flex;
  padding: 14px 0 0 0;
}
.bh-diagnosis-card-result-group-holder {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-diagnosis-card-result-group-image {
  width: 38px;
  height: 38px;
}
.bh-diagnosis-card-result-group-right {
  margin-left: 14px;
}
.bh-diagnosis-card-result-group-subtitle {
  margin: 2px 0 4px;
  color: #00205b;
}
.bh-diagnosis-card-result-group-description {
  margin-bottom: 4px;
  color: #56595d;
}
.bh-diagnosis-card-result-group-button {
  margin: 16px 0 0 0;
}

.bh-diagnosis-card-result-group--image .bh-diagnosis-card-result-group-image {
  border-radius: 4px;
  width: 54px;
  height: 54px;
}
.bh-diagnosis-card-result-group--image .bh-diagnosis-card-result-group-description {
  margin-bottom: 4px;
}
.bh-diagnosis-card-result-group--image .bh-diagnosis-card-result-group-description--last {
  margin-bottom: 13px;
}
.bh-diagnosis-card-result-group--image .bh-diagnosis-card-result-group-description--important {
  font-weight: 500;
  color: #303235;
}
.bh-diagnosis-card-result-group--image .bh-diagnosis-card-result-group-description .closed {
  color: #da291c;
}
.bh-diagnosis-card-result-group--image .bh-diagnosis-card-result-group-button-group {
  display: flex;
  flex-wrap: wrap;
}
.bh-diagnosis-card-result-group--image .bh-diagnosis-card-result-group-button {
  margin: 0 8px 8px 0;
}

.bh-question-summary {
  width: 100%;
  width: 400px;
  max-width: 100%;
}
.bh-question-summary-title-bar {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  padding-bottom: 4px;
}
.bh-question-summary-title {
  margin: 0;
}
.bh-question-summary-cancel {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  height: 17px;
  font-weight: 400;
  color: #56595d;
  padding: 0;
}
.bh-question-summary-question-area {
  border-top: 1px solid #e1e1e2;
  padding: 16px 0;
}
.bh-question-summary-question {
  margin-bottom: 16px;
}
.bh-question-summary-group-chips {
  flex-direction: column;
  align-items: flex-start;
}
.bh-question-summary-select-group {
  display: flex;
}
.bh-question-summary-select-number {
  width: 74px;
  margin: 0 8px 0 0;
}
.bh-question-summary-select-time {
  width: 135px;
  margin: 0;
}

/* Site search */
.site-search {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .site-search {
    margin-bottom: 0;
  }
}
.site-search-container {
  width: 100%;
}
.site-search-heading {
  max-width: 1490px;
  margin: 0 auto;
  padding: 24px 31px 0;
}
@media screen and (max-width: 767px) {
  .site-search-heading {
    padding: 24px 16px 0;
  }
}
.site-search-heading .search-banner {
  color: #00205b;
}
.site-search-searchbar {
  display: flex;
  width: 66.667%;
  margin: 12px 0 24px;
  padding: 0 31px;
}
@media screen and (max-width: 767px) {
  .site-search-searchbar {
    padding: 0 16px;
    width: 100%;
  }
}
.site-search-searchbar-wrap {
  position: relative;
  width: 100%;
}
.site-search-searchbar-icon-block {
  position: absolute;
  left: 13px;
  display: flex;
  align-items: center;
  height: 36px;
}
.site-search-searchbar-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.site-search-searchbar input {
  margin: 0px;
  width: 100%;
  background: #ffffff;
}
.site-search-searchbar input:-webkit-autofill::first-line,
.site-search-searchbar input:-webkit-autofill,
.site-search-searchbar input:-webkit-autofill:hover,
.site-search-searchbar input:-webkit-autofill:focus,
.site-search-searchbar input:-webkit-autofill:active {
  font-size: 15px;
  font-family: "Effra", sans-serif;
}
.site-search-searchbar .site-search-button {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
  line-height: 18px;
  letter-spacing: 0.25px;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #007eb4;
}
.site-search-searchbar .site-search-button:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.site-search-searchbar .site-search-button:hover {
  color: #006894;
  text-decoration: underline;
}
.site-search .site-search-form {
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
}
.site-search-tabs {
  max-width: 1490px;
  padding: 0 0 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .site-search-tabs {
    padding: 0 0 0 16px;
  }
}
.site-search-tabs .site-search-menubar {
  display: flex;
  list-style: none;
  padding-inline-start: 0px;
  max-width: 1490px;
  margin: 0 auto -7px;
}
@media only screen and (max-width: 767px) {
  .site-search-tabs .site-search-menubar {
    overflow-y: auto;
    margin: 0 auto -5px;
  }
  .site-search-tabs .site-search-menubar::-webkit-scrollbar {
    display: none;
  }
}
.site-search-tabs .site-search-menubar li {
  padding: 8px 12px;
}
.site-search-tabs .site-search-menubar :first-child {
  padding-left: 0px;
}
.site-search-tabs .site-search-menu-link {
  color: #56595d;
  border-bottom: 0.25rem solid transparent;
  padding-bottom: 0.187rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-search-tabs .site-search-menu-link--current {
  color: #00205b;
  border-bottom: 0.25rem solid #00205b;
}
.site-search-tabs .site-search-menu-link--current:focus {
  border-bottom: 0.25rem solid transparent;
}
.site-search-tabs .site-search-menu-link:hover {
  color: #00205b;
  text-decoration: none;
  border-bottom: 0.25rem solid #00205b;
  outline: 0;
  padding-top: 0;
  padding-bottom: 0.187rem;
}
.site-search-tabs .site-search-menu-link:focus {
  color: #56595d;
  outline: 2px solid #0b8ec6;
  outline-offset: 4px;
  padding-top: 2px;
  padding-bottom: 0;
}
.site-search-tabs .site-search-menu-link:active {
  color: #00205b;
  border-bottom: 0.25rem solid #00205b;
  outline: 0;
  padding-top: 0;
  padding-bottom: 0.187rem;
}
.site-search-results {
  width: 100%;
  border-top: 1px solid #e1e1e2;
  display: flex;
  justify-content: center;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .site-search-results {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e2;
  }
}
@media screen and (max-width: 767px) {
  .site-search-results.site-search-results--filtered {
    border-bottom: 0;
  }
}
.site-search-results .location-results {
  color: #56595d;
  margin-right: 8px;
}
.site-search-results-wrap {
  width: 1490px;
  max-width: 100%;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .site-search-results-wrap {
    padding: 0 16px;
  }
}
.site-search-results-total {
  line-height: 17px;
}
.site-search-change-location {
  line-height: 17px;
}
.site-search-change-location .change-location-link {
  color: #007eb4;
}
.site-search-change-location .change-location-link:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
}
.site-search-change-location .change-location-link:hover {
  color: #006894;
}
.site-search-change-location .change-location-link:active:focus {
  color: #006894;
}

.site-search-section-header {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 993px;
  max-width: 100%;
  padding: 16px 0 15px;
  margin: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .site-search-section-header {
    width: 100%;
    padding: 16px;
    border-top: 1px solid #e1e1e2;
    border-bottom: 1px solid #e1e1e2;
  }
}
.site-search-section-header-heading {
  margin: 0 8px 0 0;
}
.site-search-section-header-subheading {
  color: #56595d;
  margin: 0 0 -1px 0;
}
.site-search-section-header--doctors {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .site-search-section-header--doctors {
    padding-top: 16px;
  }
}
.site-search-section-header.site-search-section-header--api-error {
  border: 0;
}
@media screen and (max-width: 767px) {
  .site-search-section-header.site-search-section-header--api-error {
    margin-top: 8px;
    border-top: 1px solid #e1e1e2;
  }
  .site-search-section-header.site-search-section-header--api-error.site-search-section-header--doctors {
    margin-top: 0;
  }
}

.site-search-results-doctors {
  width: 993px;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .site-search-results-doctors {
    width: 100%;
  }
}
.site-search-results-doctors-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 15px;
}
@media screen and (max-width: 767px) {
  .site-search-results-doctors-cards {
    padding: 0 16px;
    gap: 0;
    border-bottom: 1px solid #e1e1e2;
  }
}
.site-search-results-doctors-card {
  position: relative;
  width: calc((100% - 15px) / 2);
  border: 1px solid #e1e1e2;
  border-radius: 4px;
  padding: 16px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .site-search-results-doctors-card {
    width: 100%;
    padding: 16px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e1e1e2;
  }
  .site-search-results-doctors-card:last-child {
    border-bottom: 0;
  }
}
.site-search-results-doctors-left-side {
  align-self: flex-start;
  flex: 0 0 56px;
  margin-right: 16px;
}
.site-search-results-doctors-image {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}
.site-search-results-doctors-badge {
  margin-top: 8px;
  display: flex;
}
.site-search-results-doctors-right-side {
  max-width: calc(100% - 72px);
}
.site-search-results-doctors-name {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
  margin-bottom: 2px;
}
.site-search-results-doctors-link {
  color: #303235;
}
.site-search-results-doctors-link:hover, .site-search-results-doctors-link:active {
  color: #0b0c0d;
}
.site-search-results-doctors-link:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.site-search-results-doctors-link:focus:hover {
  color: #0b0c0d;
  text-decoration: underline;
}
.site-search-results-doctors-link:active:focus {
  outline-color: transparent;
  color: #0b0c0d;
}
.site-search-results-doctors-link:visited {
  color: #720a79;
}
.site-search-results-doctors-link:visited:focus {
  color: #0b8ec6;
}
.site-search-results-doctors-link:visited:hover, .site-search-results-doctors-link:visited:active, .site-search-results-doctors-link:visited:active:focus {
  color: #560072;
  text-decoration: underline;
}
.site-search-results-doctors-link:visited:disabled {
  color: #9ca0a5;
}
.site-search-results-doctors-practice {
  margin-bottom: 4px;
  color: #56595d;
  text-decoration: none;
}
.site-search-results-doctors-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 8px;
  text-decoration: none;
}
.site-search-results-doctors-stars, .site-search-results-doctors-stars-filled {
  width: 80px;
  height: 16px;
}
.site-search-results-doctors-stars {
  background: url(../images/site-search-star-set-empty.svg) no-repeat;
  background-position: top left;
  background-size: 80px 16px;
}
.site-search-results-doctors-stars-filled {
  background: url(../images/site-search-star-set-filled.svg) no-repeat;
  background-position: top left;
  background-size: 80px 16px;
}
.site-search-results-doctors-phone:active:focus {
  outline-color: transparent;
}
.site-search-results-doctors-phone:visited {
  color: #720a79;
}
.site-search-results-doctors-phone:visited:focus {
  color: #0b8ec6;
}
.site-search-results-doctors-phone:visited:hover, .site-search-results-doctors-phone:visited:active, .site-search-results-doctors-phone:visited:active:focus {
  color: #560072;
  text-decoration: underline;
}
.site-search-results-doctors-phone:visited:disabled {
  color: #9ca0a5;
}
.site-search-results-doctors-phone-text {
  color: transparent;
}
.site-search-results-doctors-book-now {
  margin-top: 12px;
}
.site-search-results-doctors-more {
  width: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-doctors-more {
    padding: 16px;
    border-bottom: 1px solid #e1e1e2;
  }
}
.site-search-results-doctors-more-link {
  display: inline-flex;
  align-items: center;
}
.site-search-results-doctors-more-link:hover svg path {
  fill: #006894;
}
@media screen and (max-width: 768px) {
  .site-search-results-doctors.site-search-results-doctors.filtered .site-search-results-doctors-cards {
    border-bottom: 0;
  }
}
.site-search-results-doctors.site-search-results-doctors.filtered .site-search-results-doctors-card {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .site-search-results-doctors.site-search-results-doctors.filtered .site-search-results-doctors-more {
    border-bottom: 0;
  }
}

.site-search-results-uncategorized {
  width: 993px;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .site-search-results-uncategorized {
    width: 100%;
    margin-top: 9px;
    border-top: 1px solid #e1e1e2;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .site-search-results-uncategorized.filtered {
    border-top: 0;
    margin-top: -9px;
  }
}
.site-search-results-uncategorized-result {
  padding: 16px 0;
}
.site-search-results-uncategorized-link {
  margin-bottom: 8px;
  display: block;
}
.site-search-results-uncategorized-link:hover, .site-search-results-uncategorized-link:focus:active {
  text-decoration: none;
}
.site-search-results-uncategorized-link:hover .site-search-results-uncategorized-title, .site-search-results-uncategorized-link:focus:active .site-search-results-uncategorized-title {
  text-decoration: underline;
  color: #03060d;
  outline-color: transparent;
}
.site-search-results-uncategorized-link:hover .site-search-results-uncategorized-url, .site-search-results-uncategorized-link:focus:active .site-search-results-uncategorized-url {
  color: #56595d;
}
.site-search-results-uncategorized-link:focus {
  outline: 0;
}
.site-search-results-uncategorized-link:focus .site-search-results-uncategorized-title {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.site-search-results-uncategorized-link:focus:hover .site-search-results-uncategorized-title {
  text-decoration: underline;
  color: #03060d;
}
.site-search-results-uncategorized-link:visited .site-search-results-uncategorized-title {
  color: #720a79;
}
.site-search-results-uncategorized-link:visited:focus .site-search-results-uncategorized-title {
  color: #0b8ec6;
}
.site-search-results-uncategorized-link:visited:hover .site-search-results-uncategorized-title, .site-search-results-uncategorized-link:visited:active .site-search-results-uncategorized-title, .site-search-results-uncategorized-link:visited:active:hover .site-search-results-uncategorized-title {
  color: #560072;
  text-decoration: underline;
}
.site-search-results-uncategorized-link:visited:disabled .site-search-results-uncategorized-title {
  color: #9ca0a5;
}
.site-search-results-uncategorized-title {
  color: #00205b;
  margin-bottom: 8px;
  display: inline-block;
}
.site-search-results-uncategorized-url {
  color: #56595d;
  display: block;
  word-break: break-word;
}
.site-search-results-uncategorized-preview {
  color: #303235;
}

.site-search-results-locations {
  width: 993px;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
}
.site-search-results-locations-inner {
  width: 100%;
  border: 1px solid #cfd1d3;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations-inner {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e1e1e2;
  }
}
.site-search-results-locations-map {
  background: url(../images/site-search-placeholder-map.jpg) no-repeat center center;
  background-size: cover;
  height: 201px;
  border-radius: 4px 4px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations-map {
    border-radius: 0;
  }
}
.site-search-results-locations-me {
  width: 13px;
  height: 13px;
  background-color: #007eb4;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 46%;
  top: 50%;
}
.site-search-results-locations-pin {
  position: absolute;
}
.site-search-results-locations-pin--example-1 {
  left: 50%;
  top: 75%;
}
.site-search-results-locations-pin--example-2 {
  left: 25%;
  top: 25%;
}
.site-search-results-locations-pin--example-3 {
  left: 66%;
  top: 66%;
}
.site-search-results-locations-pin--example-4 {
  left: 36%;
  top: 36%;
}
.site-search-results-locations-pin--example-5 {
  left: 10%;
  top: 66%;
}
.site-search-results-locations-pin--example-6 {
  left: 90%;
  top: 19%;
}
.site-search-results-locations-pin--example-7 {
  left: 42%;
  top: 10%;
}
.site-search-results-locations-pin--example-8 {
  left: 10%;
  top: 42%;
}
.site-search-results-locations-pin--example-9 {
  left: 33%;
  top: 33%;
}
.site-search-results-locations-pin--example-10 {
  left: 40%;
  top: 80%;
}
.site-search-results-locations-list {
  border-top: 1px solid #e1e1e2;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations-list {
    padding: 0 16px;
  }
}
.site-search-results-locations-location-item {
  padding: 15px 0 16px 16px;
  border-bottom: 1px solid #e1e1e2;
}
.site-search-results-locations-location-item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations-location-item {
    padding-left: 0;
  }
}
.site-search-results-locations-location-left {
  flex-grow: 1;
}
.site-search-results-locations-location-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-search-results-locations-location-title {
  margin-bottom: 16px;
  width: calc(100% - 80px);
}
.site-search-results-locations .bh-subtitle-1 a.site-search-results-locations-location-title-link {
  color: #00205b;
}
.site-search-results-locations-cross-streets {
  color: #56595d;
  margin-bottom: 4px;
}
.site-search-results-locations-location-address {
  color: #56595d;
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations .site-search-results-locations-location-item--no-buttons .site-search-results-locations-location-address {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-search-results-locations a.site-search-results-locations-location-address-link {
  color: #56595d;
}
.site-search-results-locations a.site-search-results-locations-location-address-link:focus {
  color: #0b8ec6;
}
.site-search-results-locations a.site-search-results-locations-location-address-link:focus:hover {
  color: #0b0c0d;
}
.site-search-results-locations a.site-search-results-locations-location-address-link:hover {
  color: #0b0c0d;
}
.site-search-results-locations a.site-search-results-locations-location-title-link:visited,
.site-search-results-locations a.site-search-results-locations-location-link:visited {
  color: #720a79;
}
.site-search-results-locations a.site-search-results-locations-location-title-link:visited:focus,
.site-search-results-locations a.site-search-results-locations-location-link:visited:focus {
  color: #0b8ec6;
}
.site-search-results-locations a.site-search-results-locations-location-title-link:visited:focus:hover, .site-search-results-locations a.site-search-results-locations-location-title-link:visited:focus:active,
.site-search-results-locations a.site-search-results-locations-location-link:visited:focus:hover,
.site-search-results-locations a.site-search-results-locations-location-link:visited:focus:active {
  outline-color: #0b8ec6;
}
.site-search-results-locations a.site-search-results-locations-location-title-link:visited:hover, .site-search-results-locations a.site-search-results-locations-location-title-link:visited:active, .site-search-results-locations a.site-search-results-locations-location-title-link:visited:active:focus,
.site-search-results-locations a.site-search-results-locations-location-link:visited:hover,
.site-search-results-locations a.site-search-results-locations-location-link:visited:active,
.site-search-results-locations a.site-search-results-locations-location-link:visited:active:focus {
  color: #560072;
  text-decoration: underline;
}
.site-search-results-locations a.site-search-results-locations-location-title-link:visited:disabled,
.site-search-results-locations a.site-search-results-locations-location-link:visited:disabled {
  color: #9ca0a5;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations .site-search-results-locations-location-item--no-buttons .site-search-results-locations-car {
    margin-left: 0;
  }
}
.site-search-results-locations-location-hours {
  margin-bottom: 24px;
  color: #56595d;
}
.site-search-results-locations-mobile-wrap {
  white-space: nowrap;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations .site-search-results-locations-location-item--no-buttons .site-search-results-locations-mobile-wrap {
    margin-left: 0;
  }
  .site-search-results-locations .site-search-results-locations-location-item--no-buttons .site-search-results-locations-mobile-separator {
    display: none;
  }
}
.site-search-results-locations-separator {
  margin: 0 4px;
}
.site-search-results-locations-location-link {
  white-space: nowrap;
}
.site-search-results-locations .site-search-results-locations-location-item--no-buttons .site-search-results-locations-location-link {
  margin-left: 0;
}
.site-search-results-locations-location-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.site-search-results-locations-location-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.site-search-results-locations .site-search-results-locations-location-item--no-buttons .site-search-results-locations-location-types {
  margin-bottom: 0;
}
.site-search-results-locations-location-type {
  font-family: "Effra", sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-radius: 11px;
  border: 1px solid #cfd1d3;
  height: 22px;
  background-color: #ffffff;
  color: #56595d;
  letter-spacing: 0.4px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 8px;
  display: inline-block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.site-search-results-locations-location-type[href] {
  line-height: 20px;
}
.site-search-results-locations-location-type:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.site-search-results-locations-location-type:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #303235;
  border: 1px solid #cfd1d3;
}
.site-search-results-locations-location-type:focus:hover {
  border: 1px solid #0b8ec6;
}
.site-search-results-locations-location-type:not(:disabled):active, .site-search-results-locations-location-type:not(:disabled).active {
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfd1d3;
  color: #303235;
}
.site-search-results-locations-location-type:focus:active {
  box-shadow: none;
}
.site-search-results-locations-location-type:disabled {
  background-color: #e1e1e2;
  color: #7b7f84;
  cursor: not-allowed;
  border: 1px solid transparent;
}
.site-search-results-locations-mileage-wrap {
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3px 14px 0 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations-mileage-wrap {
    padding-right: 0;
  }
}
.site-search-results-locations-car {
  margin: 1px 5px 0 0;
}
.site-search-results-locations-more {
  width: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-locations-more {
    padding: 16px;
    border-bottom: 1px solid #e1e1e2;
  }
}
.site-search-results-locations-more-link {
  display: inline-flex;
  align-items: center;
}
.site-search-results-locations .bh-location-map-pin {
  width: 58px;
  height: 56px;
  background: transparent url(../images/bh-lg-ic-map-pin.svg) no-repeat;
  background-position: 0 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-search-results-locations .bh-location-map-pin:hover {
  background-position: -54px 0;
}
.site-search-results-locations .bh-location-map-pin:focus {
  outline: 0;
}
.site-search-results-locations .bh-location-map-pin:focus .bh-location-map-pin-number {
  border-color: #0b8ec6;
}
.site-search-results-locations .bh-location-map-pin--numbered {
  position: relative;
}
.site-search-results-locations .bh-location-map-pin--numbered:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00205b;
  z-index: 0;
}
.site-search-results-locations .bh-location-map-pin--numbered:hover:before {
  background-color: #ffffff;
}
.site-search-results-locations .bh-location-map-pin-number {
  width: 28px;
  height: 33px;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  margin-top: -7px;
  padding-top: 4px;
  position: relative;
  z-index: 1;
}
.site-search-results-locations .bh-location-map-pin:hover .bh-location-map-pin-number {
  color: #00205b;
}

.site-search-results-blog {
  width: 993px;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog {
    width: 100%;
    padding-left: 16px;
    margin-top: 8px;
    border-top: 1px solid #e1e1e2;
    border-bottom: 1px solid #e1e1e2;
  }
}
@media screen and (max-width: 767px) {
  .site-search-results-blog .site-search-section-header {
    flex-direction: column;
    align-items: flex-start;
    border-top: 0;
    border-bottom: 0;
    width: calc(100% - 88px);
    padding-left: 0;
  }
}
.site-search-results-blog-slide {
  width: 269px;
  height: 304px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-slide {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 480px) {
  .site-search-results-blog-slide {
    display: block !important;
    margin: 0 auto;
  }
}
.site-search-results-blog-slide-link {
  height: 304px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #cfd1d3;
  border-radius: 4px;
  color: #303235;
}
.site-search-results-blog-slide-link:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: -2px;
}
.site-search-results-blog-slide-link:focus:active {
  outline-color: transparent;
}
.site-search-results-blog-slide-link:hover {
  color: #0b0c0d;
  text-decoration: none;
}
.site-search-results-blog-slide-link:hover .site-search-results-blog-slide-article-title {
  text-decoration: underline;
}
.site-search-results-blog-slide-link:hover .site-search-results-blog-slide-article-date {
  text-decoration: none;
}
.site-search-results-blog-slide-link:visited {
  color: #720a79;
}
.site-search-results-blog-slide-link:visited:hover, .site-search-results-blog-slide-link:visited:active, .site-search-results-blog-slide-link:visited:active:focus {
  color: #560072;
  text-decoration: underline;
  box-shadow: none;
}
.site-search-results-blog-slide-link:visited:disabled {
  color: #9ca0a5;
}
.site-search-results-blog-slide-inner {
  height: 304px;
}
.site-search-results-blog-slide-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}
.site-search-results-blog-slide-copy {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 140px);
}
.site-search-results-blog-slide-eyebrow-link {
  color: #00205b;
  margin-bottom: 9px;
  align-self: flex-start;
  position: absolute;
  top: 155px;
  left: 17px;
  z-index: 99;
}
.site-search-results-blog-slide-eyebrow-link:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 1px;
  transition: none;
  text-decoration: none;
}
.site-search-results-blog-slide-eyebrow-link:focus:active {
  outline-color: transparent;
}
.site-search-results-blog-slide-eyebrow-link:hover {
  color: #03060d;
  text-decoration: underline;
}
.site-search-results-blog-slide-article-title {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
  margin-top: 26px;
  margin-bottom: 9px;
  flex-grow: 1;
}
.site-search-results-blog-slide-article-date {
  color: #56595d;
  margin-bottom: 0;
}
.site-search-results-blog-more {
  width: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-more {
    padding: 16px 16px 16px 0;
    border-bottom: 0;
  }
}
.site-search-results-blog-more-link {
  display: inline-flex;
  align-items: center;
}
.site-search-results-blog-more-link:hover svg path {
  fill: #006894;
}
.site-search-results-blog .slick-list {
  height: 304px;
}
.site-search-results-blog .slick-prev,
.site-search-results-blog .slick-next {
  background-color: #ffffff;
  color: transparent;
  font-size: 1px;
}
.site-search-results-blog .slick-prev:hover,
.site-search-results-blog .slick-next:hover {
  background-color: #f5f5f5;
}
.site-search-results-blog .slick-prev:focus,
.site-search-results-blog .slick-next:focus {
  border: 2px solid #0b8ec6;
  outline: 0;
}
.site-search-results-blog .slick-prev:disabled, .site-search-results-blog .slick-prev.slick-disabled,
.site-search-results-blog .slick-next:disabled,
.site-search-results-blog .slick-next.slick-disabled {
  cursor: not-allowed;
}
.site-search-results-blog .slick-prev:disabled:hover, .site-search-results-blog .slick-prev.slick-disabled:hover,
.site-search-results-blog .slick-next:disabled:hover,
.site-search-results-blog .slick-next.slick-disabled:hover {
  background-color: #ffffff;
}
.site-search-results-blog .slick-prev {
  position: absolute;
  top: -47px;
  right: 30px;
  left: auto;
  border-radius: 4px 0 0 4px;
  border: 1px solid #cfd1d3;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog .slick-prev {
    top: -65px;
    right: 46px;
  }
}
.site-search-results-blog .slick-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/arrow-left.svg) no-repeat center center;
  background-size: 24px auto;
  position: absolute;
  top: -1px;
  left: -1px;
}
.site-search-results-blog .slick-prev:focus:before {
  top: -2px;
  left: -2px;
  background: url(../images/arrow-left-focus.svg) no-repeat center center;
}
.site-search-results-blog .slick-prev:disabled:focus, .site-search-results-blog .slick-prev.slick-disabled:focus {
  border: 1px solid #cfd1d3;
}
.site-search-results-blog .slick-prev:disabled:before, .site-search-results-blog .slick-prev.slick-disabled:before {
  opacity: 0.4;
  background: url(../images/arrow-left.svg) no-repeat center center;
  top: -1px;
  left: -1px;
}
.site-search-results-blog .slick-next {
  position: absolute;
  top: -47px;
  right: 0;
  left: auto;
  border-radius: 0 4px 4px 0;
  border: 1px solid #cfd1d3;
  border-left: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog .slick-next {
    top: -65px;
    right: 16px;
  }
}
.site-search-results-blog .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/arrow-right.svg) no-repeat center center;
  background-size: 24px auto;
  position: absolute;
  top: -1px;
  left: -1px;
}
.site-search-results-blog .slick-next:focus:before {
  top: -2px;
  left: -3px;
  background: url(../images/arrow-right-focus.svg) no-repeat center center;
}
.site-search-results-blog .slick-next:disabled:focus, .site-search-results-blog .slick-next.slick-disabled:focus {
  border: 1px solid #cfd1d3;
  border-left: 0;
}
.site-search-results-blog .slick-next:disabled:before, .site-search-results-blog .slick-next.slick-disabled:before {
  opacity: 0.4;
  background: url(../images/arrow-right.svg) no-repeat center center;
  top: -1px;
  left: -1px;
}

@media screen and (max-width: 767px) {
  .site-search-results-blog-filtered {
    padding: 0 16px;
  }
}
.site-search-results-blog-filtered-card {
  padding: 16px 16px 12px 0;
  display: flex;
  border-bottom: 1px solid #e1e1e2;
}
.site-search-results-blog-filtered-card:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-filtered-card:first-child {
    padding-top: 16px;
  }
}
.site-search-results-blog-filtered-card:last-child {
  border-bottom: 0;
}
.site-search-results-blog-filtered-image-link {
  width: 200px;
  height: 136px;
  flex: 0 0 200px;
  margin-right: 16px;
  border-radius: 4px;
}
.site-search-results-blog-filtered-image-link:focus {
  outline-color: #0b8ec6;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-filtered-image-link {
    width: 100px;
    height: 68px;
    flex: 0 0 100px;
  }
}
.site-search-results-blog-filtered-image {
  width: 200px;
  height: 136px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-filtered-image {
    width: 100px;
    height: 68px;
  }
}
.site-search-results-blog-filtered-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex-grow: 1;
  align-items: flex-start;
}
.site-search-results-blog-filtered-eyebrow-link {
  color: #00205b;
  margin-bottom: 4px;
}
.site-search-results-blog-filtered-eyebrow-link:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 1px;
  transition: none;
  text-decoration: none;
}
.site-search-results-blog-filtered-eyebrow-link:focus:active {
  outline-color: transparent;
}
.site-search-results-blog-filtered-eyebrow-link:hover {
  color: #03060d;
  text-decoration: underline;
}
.site-search-results-blog-filtered-article-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-filtered-article-title {
    margin-bottom: 4px;
  }
}
.site-search-results-blog-filtered-article-title:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 1px;
  transition: none;
  text-decoration: none;
}
.site-search-results-blog-filtered-article-title:focus:active {
  outline-color: transparent;
}
.site-search-results-blog-filtered-article-title:hover {
  color: #03060d;
  text-decoration: underline;
}
.site-search-results-blog-filtered-article-title:visited {
  color: #720A79;
}
.site-search-results-blog-filtered-article-title:visited:focus {
  color: #0b8ec6;
}
.site-search-results-blog-filtered-article-title:visited:hover, .site-search-results-blog-filtered-article-title:visited:active, .site-search-results-blog-filtered-article-title:visited:active:focus {
  color: #560072;
  text-decoration: underline;
}
.site-search-results-blog-filtered-article-title:visited:disabled {
  color: #9ca0a5;
}
.site-search-results-blog-filtered-article-preview {
  color: #56595d;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-filtered-article-preview {
    display: none;
  }
}
.site-search-results-blog-filtered-article-date {
  color: #56595d;
  margin-bottom: 0;
}
.site-search-results-blog-filtered-more {
  width: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-blog-filtered-more {
    padding: 16px 16px 16px 0;
    border-bottom: 0;
  }
}
.site-search-results-blog-filtered-more-link {
  display: inline-flex;
  align-items: center;
}
.site-search-results-blog-filtered-more-link:hover svg path {
  fill: #006894;
}

.site-search-results-services-filtered {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-search-results-services-filtered {
    padding: 0px 16px;
  }
}
.site-search-results-services-filtered-cards {
  width: 993px;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-services-filtered-cards {
    width: 100%;
  }
}
.site-search-results-services-filtered-card {
  padding-top: 16px;
}
.site-search-results-services-filtered-card:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-services-filtered-card:first-child {
    padding-top: 16px;
  }
}
.site-search-results-services-filtered-card-title {
  margin-bottom: 8px;
}
.site-search-results-services-filtered-card-title a {
  color: #00205b;
  text-decoration: none;
}
.site-search-results-services-filtered-card-title a:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.site-search-results-services-filtered-card-title a:hover {
  color: #03060d;
  text-decoration: underline;
}
.site-search-results-services-filtered-card-title a:focus:active {
  outline-color: transparent;
}
.site-search-results-services-filtered-card-title a:visited {
  color: #720a79;
}
.site-search-results-services-filtered-card-title a:visited:focus {
  color: #0b8ec6;
}
.site-search-results-services-filtered-card-title a:visited:hover, .site-search-results-services-filtered-card-title a:visited:active, .site-search-results-services-filtered-card-title a:visited:active:focus {
  color: #560072;
  text-decoration: underline;
}
.site-search-results-services-filtered-card-title a:visited:disabled {
  color: #9ca0a5;
}
.site-search-results-services-filtered-card-description {
  margin-bottom: 16px;
}

.search-results-container {
  max-width: 993px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .search-results-container {
    padding: 24px 16px;
    margin-top: -9px;
  }
}
.search-results-query-alert {
  font-family: "Effra", sans-serif;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.22px;
  color: #303235;
  margin-bottom: 16px;
}
.search-results-query {
  font-weight: bold;
}
.search-results-header {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .search-results-header {
    padding-top: 0;
  }
}
.search-results-suggestions {
  margin-top: 16px;
}
.search-results-suggestions-header {
  margin-bottom: 8px;
}
.search-results-suggestions-list {
  list-style: none;
  padding-inline-start: 0px;
}
.search-results-suggestions-item::before {
  content: "• ";
}

.search-results--did-you-mean .search-results-header {
  padding-top: 0;
}
.search-results--did-you-mean .search-results-query-alert {
  color: #56595d;
}
.search-results--did-you-mean .search-results-suggestions-header {
  color: #56595d;
}
.search-results--did-you-mean .search-results-question {
  padding-top: 18px;
  margin-bottom: 26px;
}
.search-results--did-you-mean .search-results-suggestions-item {
  color: #56595d;
}

.error-search-down {
  padding: 24px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .error-search-down {
    padding: 24px 16px;
    margin-top: -9px;
  }
}
.error-search-down-title {
  color: #56595d;
  margin-bottom: 16px;
}
.error-search-down-subtitle {
  color: #56595d;
  margin-bottom: 8px;
}
.error-search-down-list {
  color: #56595d;
  list-style: none;
  padding-left: 30px;
}
.error-search-down-list-item::before {
  content: "• ";
  margin-right: 18px;
}
.error-search-down-list-item a {
  font-weight: bold;
}
.error-search-down-list-item a:visited {
  color: #720a79;
}
.error-search-down-list-item a:visited:focus {
  color: #0b8ec6;
}
.error-search-down-list-item a:visited:hover, .error-search-down-list-item a:visited:active, .error-search-down-list-item a:visited:active:focus {
  color: #560072;
  text-decoration: underline;
}
.error-search-down-list-item a:visited:disabled {
  color: #9ca0a5;
}

.site-search-promo-link {
  display: block;
  border-radius: 4px;
}
.site-search-promo-link:focus {
  outline-color: #0b8ec6;
}
.site-search-promo-image--mobile {
  width: 263px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .site-search-promo-image--mobile {
    display: none;
  }
}
.site-search-promo-image--desktop {
  width: 285px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .site-search-promo-image--desktop {
    display: none;
  }
}

.services {
  width: 993px;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .services {
    width: 100%;
    padding: 0 16px;
    border-bottom: 1px solid #e1e1e2;
  }
}
.services-results {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 16px;
}
@media only screen and (max-width: 480px) {
  .services-results {
    flex-direction: column;
  }
}
.services-results-card {
  display: block;
  width: calc(33.33% - 11px);
  border: 1px solid #cfd1d3;
  border-radius: 4px;
  padding: 16px 16px 0px 16px;
  color: #00205b;
}
.services-results-card:hover {
  text-decoration: none;
}
.services-results-card:focus {
  outline-color: transparent;
  color: #0b8ec6;
}
.services-results-card:focus .search-result-title-text {
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.services-results-card:hover, .services-results-card:active, .services-results-card:active:focus {
  color: #03060d;
}
.services-results-card:hover .search-result-title-text, .services-results-card:active .search-result-title-text, .services-results-card:active:focus .search-result-title-text {
  text-decoration: underline;
  outline-color: transparent;
}
.services-results-card:hover .search-result-title-text {
  text-decoration: underline;
  outline-color: #0b8ec6;
}
.services-results-card:visited {
  color: #720a79;
}
.services-results-card:visited:hover, .services-results-card:visited:active, .services-results-card:visited:active:focus {
  color: #560072;
}
.services-results-card:visited:focus {
  color: #0b8ec6;
}
.services-results-card:visited:focus:hover {
  color: #560072;
}
.services-results-card:visited:disabled {
  color: #9ca0a5;
}
@media only screen and (max-width: 767px) {
  .services-results-card {
    width: 100%;
  }
}
.services-results-card-info {
  display: flex;
  flex-direction: column;
}
.services-results-card-info .search-result-title {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.22px;
  margin-bottom: 8px;
}
.services-results-card-info .search-result-description {
  text-decoration: none;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .services-more-results .site-search-results-doctors-more {
    border: none;
    padding-left: 0;
  }
}

.site-search-results-api-error {
  width: 993px;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .site-search-results-api-error {
    width: 100%;
    padding: 0 16px 16px;
    border-bottom: 1px solid #e1e1e2;
    margin-bottom: 0;
  }
}
.site-search-results-api-error-card {
  padding: 16px;
  border: 1px solid #cfd1d3;
  border-radius: 4px;
}
.site-search-results-api-error-copy-1 {
  color: #56595d;
  margin-bottom: 14px;
}
.site-search-results-api-error-copy-2 {
  color: #56595d;
  margin-bottom: 1px;
}
.site-search-results-api-error-list {
  color: #56595d;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 0;
}
.site-search-results-api-error-list-item a {
  font-weight: bold;
}
.site-search-results-api-error-list-item a:visited {
  color: #720a79;
}
.site-search-results-api-error-list-item a:visited:focus {
  color: #0b8ec6;
}
.site-search-results-api-error-list-item a:visited:hover, .site-search-results-api-error-list-item a:visited:active, .site-search-results-api-error-list-item a:visited:active:focus {
  color: #560072;
  text-decoration: underline;
}
.site-search-results-api-error-list-item a:visited:disabled {
  color: #9ca0a5;
}

.bh-loading-group {
  max-width: 100%;
}

.bh-loading-placeholder {
  position: relative;
  display: inline-block;
  background: #ffffff;
  width: 993px;
  max-width: 100%;
  height: 200px;
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bh-loading-placeholder {
    padding: 16px;
  }
}
@keyframes loadingBars {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.bh-loading-placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #ededee;
  animation: loadingBars 1.75s linear infinite;
  background: linear-gradient(110deg, #ededee 24%, #e1e1e2 52%, #ededee 60%);
  background-size: 50%;
  mix-blend-mode: overlay;
}
.bh-loading-placeholder .bar {
  position: relative;
  width: 100%;
  height: 20px;
  flex: 0 0 20px;
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: #9ca0a5;
}
.bh-loading-placeholder .bar--1 {
  width: 70%;
}
.bh-loading-placeholder .bar--2, .bh-loading-placeholder .bar--3 {
  width: 100%;
}
.bh-loading-placeholder--text-only {
  border: 0;
  box-shadow: none;
  padding: 0;
  max-width: 100%;
  height: 42px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bh-loading-placeholder--text-only {
    padding: 0 16px;
  }
}
.bh-loading-placeholder--text-only .bar {
  height: 27px;
  flex: 0 0 27px;
}
.bh-loading-placeholder--text-only .bar--1 {
  width: 368px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .bh-loading-placeholder--text-only .bar--1 {
    width: 270px;
  }
}

.site-search-results-classes-events {
  width: 993px;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .site-search-results-classes-events {
    border-bottom: 1px solid #e1e1e2;
  }
}
.site-search-results-classes-events-header {
  margin-bottom: 0;
}
.site-search-results-classes-events-toggles {
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-classes-events-toggles {
    display: flex;
    overflow-y: auto;
    flex-wrap: nowrap;
    padding: 0 16px;
  }
  .site-search-results-classes-events-toggles::-webkit-scrollbar {
    display: none;
  }
}
.site-search-results-classes-events-toggle1 {
  margin: 0 8px 0 0;
}
.site-search-results-classes-events-toggle2 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-classes-events-toggle1, .site-search-results-classes-events-toggle2 {
    white-space: nowrap;
  }
  .site-search-results-classes-events-toggle1.bh-chip--selected:hover, .site-search-results-classes-events-toggle1.bh-chip--selected:active, .site-search-results-classes-events-toggle2.bh-chip--selected:hover, .site-search-results-classes-events-toggle2.bh-chip--selected:active {
    background-color: #00205b;
    color: #ffffff;
  }
}
.site-search-results-classes-events-card-holders {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-classes-events-card-holders {
    padding: 0 16px;
  }
}
.site-search-results-classes-events-card {
  border: 1px solid #cfd1d3;
  border-radius: 4px;
  padding: 16px 16px 0 16px;
  margin-bottom: 16px;
}
.site-search-results-classes-events-card:not([data-audience-type=general]) {
  display: none;
}
.site-search-results-classes-events .site-search-results-api-error-card:not([data-audience-type=general]) {
  display: none;
}
.site-search-results-classes-events-date {
  margin-bottom: 8px;
}
.site-search-results-classes-events-title {
  margin-bottom: 4px;
  color: #00205b;
}
.site-search-results-classes-events-online-person {
  margin-bottom: 4px;
}
.site-search-results-classes-events-description {
  margin: 0 0 16px 0;
}
@media screen and (max-width: 480px) {
  .site-search-results-classes-events-description {
    display: none;
  }
}
.site-search-results-classes-events-patient-type {
  max-width: 100%;
  font-family: "Effra", sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-radius: 11px;
  border: 1px solid #cfd1d3;
  height: 22px;
  background-color: #ffffff;
  color: #56595d;
  letter-spacing: 0.4px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
  padding: 0 8px;
  display: inline-block;
  margin: 0 0 24px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .site-search-results-classes-events-patient-type {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.site-search-results-classes-events-patient-type[href] {
  line-height: 20px;
}
.site-search-results-classes-events-patient-type:focus {
  border: 1px solid #0b8ec6;
  box-shadow: inset 0 0 0 1px #0b8ec6;
  color: #0b8ec6;
  outline-color: transparent;
  outline-width: 2px;
  outline-style: dotted;
}
.site-search-results-classes-events-patient-type:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #303235;
  border: 1px solid #cfd1d3;
}
.site-search-results-classes-events-patient-type:focus:hover {
  border: 1px solid #0b8ec6;
}
.site-search-results-classes-events-patient-type:not(:disabled):active, .site-search-results-classes-events-patient-type:not(:disabled).active {
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfd1d3;
  color: #303235;
}
.site-search-results-classes-events-register-now {
  margin: 0 0 16px 0;
}
.site-search-results-classes-events-register-button1 {
  margin-right: 8px;
}
.site-search-results-classes-events-more {
  width: 100%;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .site-search-results-classes-events-more {
    padding: 0 16px 16px 16px;
  }
}
.site-search-results-classes-events-more-link {
  display: inline-flex;
  align-items: center;
}
.site-search-results-classes-events-more-link:hover svg path {
  fill: #006894;
}
@media screen and (max-width: 767px) {
  .site-search-results-classes-events .site-search-results-api-error-card {
    padding-bottom: 16px;
  }
}

/* Second opinion */
.bh-provider-status-card {
  border-top: 4px solid #00205b;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 0;
  width: 270px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .bh-provider-status-card {
    width: 100%;
  }
}
.bh-provider-status-card-provider-info {
  padding: 20px 24px 23px;
  display: flex;
  align-items: center;
}
.bh-provider-status-card-provider-image {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.bh-provider-status-card-provider-initials {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Effra", sans-serif;
  font-size: 22px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #ebf0fa;
  color: #00205b;
}
.bh-provider-status-card-provider-right-side {
  padding: 0 8px;
}
.bh-provider-status-card-provider-name {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #303235;
}
.bh-provider-status-card-accordion {
  border-top: 1px solid #e1e1e2;
}
.bh-provider-status-card-accordion > summary {
  list-style: none;
}
.bh-provider-status-card-accordion > summary ::-webkit-details-marker {
  display: none;
}
.bh-provider-status-card-accordion .bh-provider-status-card-trigger-expand g {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition: transform 250ms linear;
}
.bh-provider-status-card-accordion[open] .bh-provider-status-card-trigger-expand g {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 250ms linear;
}
.bh-provider-status-card-accordion-trigger {
  padding: 11.5px 16px 11.5px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.bh-provider-status-card-accordion-trigger:hover .bh-provider-status-card-trigger-text {
  color: #303235;
}
.bh-provider-status-card-accordion-trigger:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: -2px;
}
.bh-provider-status-card-trigger-text {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #56595d;
}
.bh-provider-status-card-list-group {
  border-top: 1px solid #e1e1e2;
  padding: 0 24px;
}
.bh-provider-status-card-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.bh-provider-status-card-list-item {
  border-bottom: 1px solid #e1e1e2;
  padding: 16px 0 15px;
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #303235;
  display: flex;
  justify-content: space-between;
}
.bh-provider-status-card-list-item:last-child {
  border-bottom: 0;
}
.bh-provider-status-card-list-number {
  background-color: transparent;
  border: 0;
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.49px;
  color: #007eb4;
  padding: 0;
}
.bh-provider-status-card-list-number:hover {
  color: #006894;
}
.bh-provider-status-card-list-number-button:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
}
.bh-provider-status-card-list-number-button:hover, .bh-provider-status-card-list-number-button:active {
  color: #006894;
  text-decoration: underline;
  outline-color: transparent;
}

.bh-system-alert {
  margin: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.13);
  width: 100%;
  display: flex;
}
.bh-system-alert-icon-area {
  background-color: #0077c8;
  padding: 12px 8px;
  border-radius: 4px 0 0 4px;
  flex: 0 0 40px;
}
.bh-system-alert-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
}
.bh-system-alert-copy-area {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding: 15px 12px;
}
@media screen and (max-width: 767px) {
  .bh-system-alert-copy-area {
    flex-direction: column;
    max-width: calc(100% - 40px);
  }
}
.bh-system-alert-copy {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.25px;
  color: #303235;
  margin: 0;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .bh-system-alert-copy {
    margin-bottom: 16px;
  }
  .bh-system-alert-copy.truncated {
    padding: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.bh-system-alert-link-flex {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.bh-system-alert-link {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.47px;
  font-weight: 500;
  color: #007eb4;
  text-decoration: none;
  align-self: flex-start;
  display: block;
}
.bh-system-alert-link:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-system-alert-link:hover {
  color: #006894;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bh-system-alert .bh-system-alert-copy.truncated + .bh-system-alert-link-flex {
    justify-content: flex-end;
  }
  .bh-system-alert .bh-system-alert-copy.truncated + .bh-system-alert-link-flex .bh-system-alert-link {
    display: none;
  }
}
.bh-system-alert-see-more, .bh-system-alert-see-less {
  display: none;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.25px;
  font-weight: 500;
  color: #007eb4;
  margin: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .bh-system-alert-see-more, .bh-system-alert-see-less {
    align-self: flex-end;
  }
  .bh-system-alert-see-more.shown-on-mobile, .bh-system-alert-see-less.shown-on-mobile {
    display: inline-flex;
  }
}
.bh-system-alert-see-more:focus, .bh-system-alert-see-less:focus {
  color: #0b8ec6;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #0b8ec6;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}
.bh-system-alert-see-more:hover, .bh-system-alert-see-less:hover {
  color: #006894;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bh-system-alert-see-more.shown-on-mobile {
    display: inline-flex;
  }
}

.bh-provider-header {
  padding: 0;
  background-color: #00205b;
  width: 100%;
}
.bh-provider-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bh-provider-header-left-side {
  padding: 18px 24px;
  display: flex;
  gap: 40px;
}
.bh-provider-header-link {
  display: flex;
  width: 186px;
  height: 24px;
}
@media screen and (max-width: 420px) {
  .bh-provider-header-link {
    width: 120px;
    height: 16px;
  }
}
.bh-provider-header-link:focus {
  outline: 2px solid #007eb4;
}
.bh-provider-header-logo {
  width: 186px;
  height: 24px;
}
@media screen and (max-width: 420px) {
  .bh-provider-header-logo {
    width: 120px;
    height: 16px;
  }
}
.bh-provider-header-text {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.22px;
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .bh-provider-header-text {
    display: none;
  }
}
.bh-provider-header-right-side {
  display: flex;
  align-items: stretch;
}
.bh-provider-header-noti-trigger {
  background-color: transparent;
  padding: 0 24px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 350px) {
  .bh-provider-header-noti-trigger {
    padding: 0 18px;
  }
}
.bh-provider-header-noti-trigger:hover {
  background-color: #093582;
}
.bh-provider-header-noti-trigger:focus {
  outline: 2px solid #007eb4;
  outline-offset: -2px;
}
.bh-provider-header-noti-icon {
  width: 24px;
  height: 24px;
}
.bh-provider-header-drawer-trigger {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0 42px 0 24px;
}
@media screen and (max-width: 575px) {
  .bh-provider-header-drawer-trigger {
    padding: 0 24px;
  }
}
@media screen and (max-width: 350px) {
  .bh-provider-header-drawer-trigger {
    padding: 0 18px;
  }
}
.bh-provider-header-drawer-trigger:hover, .bh-provider-header-drawer-trigger:active {
  background-color: #093582;
}
.bh-provider-header-drawer-trigger:focus {
  outline: 2px solid #007eb4;
  outline-offset: -2px;
  background-color: #00205b;
}
.bh-provider-header-drawer-trigger-left-side {
  padding: 10px 0;
}
.bh-provider-header-drawer-trigger-initials {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Effra", sans-serif;
  font-size: 16px;
  line-height: 19px;
  border-radius: 50%;
  background-color: #ebf0fa;
  color: #00205b;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  .bh-provider-header-drawer-trigger-initials {
    margin-right: 0;
  }
}
.bh-provider-header-drawer-trigger-image {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  .bh-provider-header-drawer-trigger-image {
    margin-right: 0;
  }
}
.bh-provider-header-drawer-trigger-right-side {
  font-family: "Effra", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #ffffff;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .bh-provider-header-drawer-trigger-right-side {
    display: none;
  }
}
.bh-provider-header-profile-drawer {
  position: fixed;
  top: 60px;
  right: -270px;
  z-index: 999;
  width: 100vw;
  height: 100%;
  max-width: 270px;
  padding: 64px 24px 24px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  transition: transform 500ms;
  overflow: visible;
  overflow-y: auto;
}
@media screen and (max-width: 420px) {
  .bh-provider-header-profile-drawer {
    top: 52px;
  }
}
.bh-provider-header-profile-drawer.open {
  transform: translateX(-270px);
}
.bh-provider-header-profile-drawer-overlay {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: 998;
  cursor: default;
  transition: background-color 200ms;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}
.bh-provider-header-profile-drawer-overlay.overlay-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .bh-provider-header-profile-drawer-overlay.overlay-open {
    background-color: rgba(0, 0, 0, 0.44);
  }
}
.bh-provider-header-profile-drawer-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh-provider-header-profile-drawer-close:focus {
  outline: 2px solid #007eb4;
}
.bh-provider-header-profile-drawer-close:hover .bh-provider-header-profile-drawer-close-icon path {
  fill: #303235;
}
.bh-provider-header-profile-drawer-close:active:focus {
  outline-color: transparent;
}
.bh-provider-header-profile-drawer-close-icon {
  width: 24px;
  height: 24px;
}
.bh-provider-header-profile-drawer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bh-provider-header-profile-drawer-content-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #e1e1e2;
  padding-bottom: 9px;
}
.bh-provider-header-profile-drawer-initials {
  width: 140px;
  height: 140px;
  flex-basis: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Effra", sans-serif;
  font-size: 56px;
  line-height: 66px;
  border-radius: 50%;
  background-color: #ebf0fa;
  color: #00205b;
}
.bh-provider-header-profile-drawer-image {
  width: 140px;
  height: 140px;
  flex-basis: 140px;
  border-radius: 50%;
  object-fit: cover;
}
.bh-provider-header-profile-drawer-name {
  font-family: "Effra", sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #303235;
  margin-top: 24px;
}
.bh-provider-header-profile-drawer-specialty {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #56595d;
  margin-top: 8px;
}
.bh-provider-header-profile-drawer-sign-out {
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.47px;
  color: #007eb4;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.bh-provider-header-profile-drawer-sign-out:hover, .bh-provider-header-profile-drawer-sign-out:active {
  text-decoration: underline;
  outline: 0;
  color: #006894;
}
.bh-provider-header-profile-drawer-sign-out:focus {
  outline: 2px solid #007eb4;
}
.bh-provider-header-profile-drawer-icon {
  margin-right: 9px;
}
.bh-provider-header-profile-drawer-content-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 18px;
}
.bh-provider-header-profile-drawer-title {
  font-family: "Effra", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.95px;
  color: #56595d;
  text-transform: uppercase;
}
.bh-provider-header-profile-drawer-list {
  list-style: none;
  margin: 11px 0 0;
  padding-left: 0;
}
.bh-provider-header-profile-drawer-list-item {
  margin-bottom: 7px;
}
.bh-provider-header-profile-drawer-link {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #303235;
  text-decoration: none;
}
.bh-provider-header-profile-drawer-link:focus {
  outline: 2px solid #0b8ec6;
  outline-offset: 2px;
  color: #0b8ec6;
}
.bh-provider-header-profile-drawer-link:focus:active {
  outline-color: transparent;
}
.bh-provider-header-profile-drawer-link:focus:hover {
  outline: 2px solid #0b8ec6;
  color: #0b8ec6;
}
.bh-provider-header-profile-drawer-link:hover, .bh-provider-header-profile-drawer-link:active {
  color: #0b0c0d;
  text-decoration: underline;
  outline: 0;
}

.bh-provider-footer {
  background-color: #00205b;
  padding: 48px 24px 40px;
  width: 100%;
}
.bh-provider-footer-tagline {
  text-align: center;
  font-family: "Effra", sans-serif;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.49px;
  color: #ffffff;
  margin-bottom: 32px;
}
.bh-provider-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .bh-provider-footer-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
  }
}
.bh-provider-footer-copyright {
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #b7ccf0;
  margin-bottom: 0;
}
.bh-provider-footer-links {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .bh-provider-footer-links {
    gap: 16px;
    text-align: left;
    flex-direction: column;
  }
}
.bh-provider-footer-link {
  text-decoration: none;
  font-family: "Effra", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #ffffff;
}
.bh-provider-footer-link:hover, .bh-provider-footer-link:active {
  color: #d6e2f7;
  text-decoration: underline;
}
.bh-provider-footer-link:focus {
  color: #c1e9fa;
  box-shadow: none;
  outline-width: 2px;
  outline-style: solid;
  outline-color: transparent;
  outline-offset: 2px;
  transition: none;
  text-decoration: none;
}

/* padding around header */
.siteforceContentArea .comm-content-header.comm-layout-column:not(:empty) {
  padding: 0;
}

/* width of main layout */
.siteforceContentArea .slds-grid.slds-wrap {
  max-width: 1170px;
  margin: 0 auto;
}

/* swap column sizes */
.slds-medium-size--8-of-12, .slds-large-size--8-of-12 {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .slds-medium-size--8-of-12, .slds-large-size--8-of-12 {
    width: 100%;
  }
}
.slds-medium-size--4-of-12, .slds-large-size--4-of-12 {
  width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  .slds-medium-size--4-of-12, .slds-large-size--4-of-12 {
    width: 100%;
  }
}