@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap";
@font-face {
  font-family: "Friends Semibold";
  src: url("../fonts/friends-semibold-webfont.woff2") format("woff2"),
    url("../fonts/friends-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Friends Semibold Italic";
  src: url("../fonts/friends-semibolditalic-webfont.woff2") format("woff2"),
    url("../fonts/friends-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Friends Ultrabold";
  src: url("../fonts/friends-ultrabold-webfont.woff2") format("woff2"),
    url("../fonts/friends-ultrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Friends Ultrabold Italic";
  src: url("../fonts/friends-ultrabolditalic-webfont.woff2") format("woff2"),
    url("../fonts/friends-ultrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 80px;
  height: 40px;
  background-color: #e69e6d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.owl-nav .owl-next {
  background-image: url(../img/icons/icon-arrow-right.svg);
  right: 0;
}
.owl-nav .owl-prev {
  background-image: url(../img/icons/icon-arrow-left.svg);
  left: 0;
}
.owl-nav span {
  display: none;
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  padding: 10px 20px 10px 32px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .list {
  max-height: 360px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  max-height: 420px;
  margin-top: 4px;
  width: 100%;
  height: auto;
  min-width: 240px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  overflow: scroll;
  z-index: 999;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}
.nice-select .item {
  flex-shrink: 0;
  order: 999;
  color: #5b89b4;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.25em;
  list-style: none;
  outline: none;
  padding: 10px;
  text-align: left;
  transition: all 0.2s;
  white-space: normal;
}
.nice-select .item.focus {
  order: var(--order);
}
.nice-select .item.search {
  order: var(--order);
  pointer-events: none;
}
.nice-select .item.search:hover,
.nice-select .item.search.selected {
  background-color: rgba(0, 0, 0, 0) !important;
}
.nice-select .item[data-all="false"],
.nice-select .item[data-value=""] {
  display: none !important;
}
.nice-select .item:hover,
.nice-select .item.selected {
  background-color: #f6f6f6;
}
.nice-select .item.selected {
  font-weight: bold;
}
.nice-select .item.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}
.nice-select .item input {
  pointer-events: all;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/icons/icon-magnifying-glass.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 15px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #5b89b4;
  padding: 0 0 5px 25px;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.nice-select.multiple .item:not(.search) {
  padding-left: 35px;
  position: relative;
}
.nice-select.multiple .item:not(.search)[data-display] {
  padding-left: 20px;
}
.nice-select.multiple .item:not(.search)[data-display]:before {
  display: none;
}
.nice-select.multiple .item:not(.search):before {
  content: "";
  line-height: 80%;
  text-align: center;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
.nice-select.multiple .item:not(.search).selected:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13" height="13" viewBox="0 0 13 13"><path d="M9.9,2.6L5.3,7.4L3.1,5.3L1.5,6.8l3.7,3.6l6.2-6.3L9.9,2.6z"/></svg>');
}
.nice-select.theme-dark {
  font-size: 1em;
  border: none;
  border-bottom: 3px solid #5b89b4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 20px 5px 0;
}
.nice-select.theme-dark.multiple .item:before {
  color: #5b89b4;
  border-color: #5b89b4;
}
.nice-select.theme-dark.multiple .item.selected:before {
  filter: invert(53%) sepia(24%) saturate(785%) hue-rotate(168deg)
    brightness(92%) contrast(87%);
}
.nice-select.theme-dark:after {
  border-color: #165f93;
  right: 0;
}
.nice-select.theme-dark .current {
  color: #a1bbd4;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.nice-select.theme-dark .item:hover,
.nice-select.theme-dark .item.selected {
  background-color: #eff3f7;
}
.nice-select.theme-light {
  font-size: 0.8em;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding-left: 40px;
  padding-right: 60px;
}
.nice-select.theme-light.multiple .item:before {
  filter: invert(72%) sepia(14%) saturate(1335%) hue-rotate(338deg)
    brightness(93%) contrast(94%);
}
.nice-select.theme-light:after {
  border-color: #165f93;
  right: 40px;
}
.nice-select.theme-light .current {
  color: #165f93;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  overflow: hidden;
}
.nice-select.theme-light .item:hover,
.nice-select.theme-light .item.selected {
  background-color: #eff3f7;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide .slick-lazy {
  filter: blur(10px);
}
.slick-slide .slick-lazy.loaded {
  filter: blur(0);
}
.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 rgba(0, 0, 0, 0);
}
.slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
}
.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}
.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}
.slinky-menu ul {
  width: 100%;
}
.slinky-menu a {
  align-items: center;
  display: flex;
}
.slinky-menu a span {
  flex: 1;
  line-height: 1.4;
}
.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.slinky-menu .header {
  display: flex;
}
.slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}
.slinky-theme-default .title {
  color: #333;
  padding: 1em;
}
.slinky-theme-default li {
  line-height: 1em;
}
.slinky-theme-default li:not(:last-child) {
  margin: 0 0 20px 0;
}
.slinky-theme-default a:not(.back) {
  color: #fff;
  font-weight: 600;
}
.slinky-theme-default a:not(.back).button.filled {
  background-position: right 15px center;
  padding: 10px 40px 10px 15px;
}
.slinky-theme-default a:not(.back).button.outlined {
  color: #fff !important;
  border-color: #fff;
  padding: 10px 15px;
}
.slinky-theme-default a:not(.back).button.outlined:hover {
  color: #165f93 !important;
  background: #fff;
}
.slinky-theme-default a:not(.back):active,
.slinky-theme-default a.nice-select.open:not(.back),
.slinky-theme-default a:not(.back):hover {
  color: #5b89b4;
}
.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  content: "";
  width: auto;
  height: 0.8em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15.56"><path d="M12.17,8.78H0v-2h12.17L6.81,1.41l1.41-1.41,7.78,7.78-7.78,7.78-1.41-1.41,5.36-5.36Z"/></svg>');
  aspect-ratio: 16/15.56;
  filter: invert(100%);
}
.slinky-theme-default .next::after {
  margin-left: 30px;
}
.slinky-theme-default .back::before {
  transform: scaleX(-1);
}
.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
  filter: invert(53%) sepia(47%) saturate(450%) hue-rotate(168deg)
    brightness(89%) contrast(81%);
}
.slinky-theme-default .next:active::after,
.slinky-theme-default .next.nice-select.open::after,
.slinky-theme-default .back:active::before,
.slinky-theme-default .back.nice-select.open::before {
  opacity: 1;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: rgba(0, 0, 0, 0);
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: rgba(0, 0, 0, 0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  width: 24px;
  height: auto;
  padding: 0;
  right: 20px;
  top: 20px;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
html,
body {
  font: 20px "Noto Sans", Arial, Helvetica, sans-serif;
  color: #525252;
  width: auto;
  height: auto;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a img {
  border: none;
}
.center {
  text-align: center;
}
.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #165f93;
  font-family: "Friends Ultrabold", sans-serif;
  font-weight: normal;
}
h1 .underline,
h2 .underline,
h3 .underline,
h4 .underline,
h5 .underline,
h6 .underline {
  text-decoration: underline;
  text-decoration-color: rgba(91, 137, 180, 0.5);
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.1em;
}
h1 {
  font-family: "Friends Semibold", sans-serif;
  font-size: 4.5rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-family: "Friends Semibold", sans-serif;
  font-size: 1.5rem;
}
h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.image.lazy {
  filter: blur(10px);
}
.image.lazy.loaded {
  filter: blur(0);
}
.image img,
.image svg {
  width: 100%;
  height: auto;
  display: block;
}
p {
  line-height: 1.5em;
}
p.calendar {
  background-image: url(../img/icons/icon-calendar.svg);
  filter: brightness(0) invert(20%) sepia(86%) saturate(1931%)
    hue-rotate(187deg) brightness(95%) contrast(83%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 1.4em;
  padding: 0 0 0 30px;
}
p.checkmark {
  background-image: url(../img/icons/icon-checkmark.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 1.25em;
  padding: 0 0 0 30px;
}
p.checkmark-no {
  background-image: url(../img/icons/icon-checkmark-no.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 1.25em;
  padding: 0 0 0 30px;
}
.rounded-corners {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
}
svg {
  display: block;
  overflow: hidden;
}
.uppercase {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wrapper {
  width: 1500px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.wrapper.large {
  width: 1500px;
}
.wrapper.medium {
  width: 1300px;
}
.wrapper.small {
  width: 1100px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-33 {
  width: 33.33%;
}
.width-35 {
  width: 35%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-55 {
  width: 55%;
}
.width-60 {
  width: 60%;
}
.width-65 {
  width: 65%;
}
.width-66 {
  width: 66.66%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-85 {
  width: 85%;
}
.width-90 {
  width: 80%;
}
.width-95 {
  width: 95%;
}
.width-100 {
  width: 100%;
}
.background-aqua-haze {
  background-color: #eff3f7;
}
.background-fawn {
  background-color: #e69e6d;
}
.background-fawn .content a.button.filled {
  background-color: #165f93;
}
.background-fawn .content a.button.filled:hover {
  background-color: #0f4267;
}
.background-fawn .content a.button.outlined:hover {
  color: #e69e6d !important;
}
.background-fawn .content ul li:before {
  color: #fff;
}
.background-fawn .states-list {
  overflow: hidden;
}
.background-fawn .states-list li a {
  color: #fff;
}
.background-fawn .states-list li a:hover {
  color: #fbf0e9;
}
.background-fawn .states-list li a:hover .image img {
  filter: invert(87%) sepia(19%) saturate(203%) hue-rotate(324deg)
    brightness(108%) contrast(97%);
}
.background-fawn .states-list li a .image img {
  filter: invert(100%);
}
.background-glaucous {
  background-color: #5b89b4;
}
.background-matisse {
  background-color: #165f93;
}
.background-matisse:last-child {
  border-bottom: 1px solid #5b89b4;
}
.background-matisse .content a.button.outlined:hover {
  color: #165f93 !important;
}
.background-matisse .content a.underline {
  color: #e69e6d !important;
}
.background-matisse
  .content
  a.underline:after
  .background-matisse
  .content
  a.underline:before {
  filter: invert(68%) sepia(39%) saturate(498%) hue-rotate(340deg)
    brightness(93%) contrast(93%);
}
.background-rose-white {
  background-color: #fbf0e9;
}
.color-fawn {
  color: #e69e6d !important;
}
.color-glaucous {
  color: #5b89b4 !important;
}
.color-matisse {
  color: #165f93 !important;
}
a.button {
  font-size: 0.8rem;
  line-height: 1em;
  text-decoration: none !important;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
a.button.filled {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #e69e6d;
  background-image: url(../img/icons/icon-arrow-right.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: auto 0.8em;
  padding: 15px 55px 15px 30px;
}
a.button.filled.call,
a.button.filled.form,
a.button.filled.schedule-a-call {
  background-position: left 30px center;
  padding: 15px 30px 15px 60px;
}
a.button.filled.call {
  background-image: url(../img/icons/icon-call.svg);
  background-size: auto 1.25em;
}
a.button.filled.clear {
  background-image: url(../img/icons/icon-close.svg);
}
a.button.filled.form {
  background-image: url(../img/icons/icon-form.svg);
  background-size: auto 1.25em;
}
a.button.filled.schedule-a-call {
  background-image: url(../img/icons/icon-calendar.svg);
  background-size: auto 1.25em;
}
a.button.filled:hover {
  background-color: #df8141;
}
a.button.outlined {
  color: #165f93 !important;
  font-weight: 700;
  border: 1px solid #165f93;
  padding: 15px 20px;
}
a.button.outlined:hover {
  color: #fff !important;
  background: #165f93;
}
a.underline {
  color: #165f93 !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
a.underline.arrow-left {
  padding: 0 0 0 30px;
}
a.underline.arrow-left:before {
  content: "";
  width: auto;
  height: 0.8em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15.56"><path d="M3.83,8.79l5.36,5.36-1.41,1.41L0,7.78,7.78,0l1.41,1.41L3.83,6.78h12.17v2H3.83s0,.01,0,.01Z"/></svg>');
  aspect-ratio: 16/15.56;
  filter: invert(19%) sepia(41%) saturate(6586%) hue-rotate(192deg)
    brightness(85%) contrast(83%);
  margin: 0 15px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
a.underline.arrow-right:after {
  content: "";
  width: auto;
  height: 0.8em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15.56"><path d="M12.17,8.78H0v-2h12.17L6.81,1.41l1.41-1.41,7.78,7.78-7.78,7.78-1.41-1.41,5.36-5.36Z"/></svg>');
  aspect-ratio: 16/15.56;
  filter: invert(19%) sepia(41%) saturate(6586%) hue-rotate(192deg)
    brightness(85%) contrast(83%);
  margin: 0 0 0 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
a.underline:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.4em !important;
  text-decoration-thickness: 0.2em !important;
}
.content.small {
  font-size: 0.7em;
}
.content.small h1,
.content.small h2,
.content.small h3,
.content.small h4,
.content.small h5,
.content.small h6,
.content.small ol,
.content.small p,
.content.small table,
.content.small ul {
  margin-bottom: 30px;
}
.content.white {
  color: #fff;
}
.content.white a.button.outlined {
  color: #fff !important;
  border-color: #fff;
}
.content.white a.button.outlined:hover {
  background: #fff;
}
.content.white a.underline {
  color: #fff !important;
}
.content.white a.underline:after,
.content.white a.underline:before {
  filter: invert(100%);
}
.content.white a,
.content.white h1,
.content.white h2,
.content.white h3,
.content.white h4,
.content.white h5,
.content.white h6 {
  color: #fff;
}
.content.white h1 .underline,
.content.white h2 .underline,
.content.white h3 .underline,
.content.white h4 .underline,
.content.white h5 .underline,
.content.white h6 .underline {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.content a {
  color: #e69e6d;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
.content a.no-underline {
  text-decoration: none;
}
.content a.no-underline:hover {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content table,
.content ul {
  margin-bottom: 40px;
}
.content h1.small-margin,
.content h2.small-margin,
.content h3.small-margin,
.content h4.small-margin,
.content h5.small-margin,
.content h6.small-margin,
.content ol.small-margin,
.content p.small-margin,
.content table.small-margin,
.content ul.small-margin {
  margin-bottom: 10px;
}
.content ol,
.content ul {
  margin-left: 20px;
}
.content ol li,
.content ul li {
  line-height: 1.75em;
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  margin-bottom: 0;
}
.content ul.inline {
  margin: 0 -20px 30px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.content ul.inline:last-child {
  margin-bottom: -10px;
}
.content ul.inline li {
  color: #165f93;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 20px 10px 0;
  padding: 0 0 0 15px;
  position: relative;
}
.content ul.inline li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e69e6d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.content > :last-child {
  margin-bottom: 0 !important;
}
.cog-loader .cog-loader__cog {
  height: min(80px, 25vw) !important;
}
form.cog-form {
  font-size: 0.8em !important;
  max-width: 100% !important;
  margin: 0 !important;
}
form.cog-form .cog-body {
  margin: 0 !important;
}
form.cog-form .cog-checkable .el-checkbox__input,
form.cog-form .cog-checkable .el-radio__input {
  margin: 0 5px 0 0;
}
form.cog-form .cog-content * {
  text-align: left !important;
}
form.cog-form .cog-content h1,
form.cog-form .cog-content h2,
form.cog-form .cog-content h3,
form.cog-form .cog-content h4,
form.cog-form .cog-content h5,
form.cog-form .cog-content h6 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
}
form.cog-form .cog-content h1,
form.cog-form .cog-content h2,
form.cog-form .cog-content h3,
form.cog-form .cog-content h4,
form.cog-form .cog-content h5,
form.cog-form .cog-content h6,
form.cog-form .cog-content ol,
form.cog-form .cog-content p,
form.cog-form .cog-content ul {
  margin-bottom: 30px;
}
form.cog-form .cog-error-message {
  background: #ab4250 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  padding: 10px 15px !important;
}
form.cog-form .cog-form__container {
  max-width: 100% !important;
}
form.cog-form .cog-label {
  color: #165f93 !important;
  font-weight: 600 !important;
}
form.cog-form .cog-page:after {
  display: none !important;
}
form.cog-form .cog-page__navigation {
  padding: 0 !important;
}
form.cog-form .cog-page-progress ol {
  margin: 0 -20px 0 0 !important;
  padding: 15px 3px 0 3px !important;
  display: flex;
  flex-wrap: wrap !important;
  list-style: none;
  counter-reset: number;
}
form.cog-form .cog-page-progress ol li {
  opacity: 0.5;
  margin: 0 20px 20px 0;
  padding: 0 !important;
  display: block !important;
  counter-increment: number;
  position: relative;
}
form.cog-form .cog-page-progress ol li.is-active {
  opacity: 1;
}
form.cog-form .cog-page-progress ol li:before {
  content: counter(number);
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  width: 25px !important;
  height: 25px !important;
  background: #e69e6d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  bottom: auto !important;
  left: -3px;
}
form.cog-form .cog-page-progress ol li a {
  color: #fff;
  background: #165f93;
  -webkit-border-radius: 0 20px 20px 20px;
  -moz-border-radius: 0 20px 20px 20px;
  border-radius: 0 20px 20px 20px;
  padding: 15px 20px !important;
  display: block !important;
}
form.cog-form .cog-page-progress ol li a span {
  margin: 0 !important;
}
form.cog-form button {
  color: #fff;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  width: auto !important;
  height: auto !important;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  cursor: pointer;
}
form.cog-form button.cog-button--back {
  background-color: #858585;
  background-image: url(../img/icons/icon-arrow-left.svg);
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: auto 0.8em;
  padding: 15px 30px 15px 60px;
}
form.cog-form button.cog-button--next,
form.cog-form button.cog-button--submit {
  background-color: #e69e6d;
  background-image: url(../img/icons/icon-arrow-right.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: auto 0.8em;
  padding: 15px 55px 15px 30px;
}
form.cog-form button:hover {
  opacity: 0.5;
}
form.cog-form input[type="email"],
form.cog-form input[type="number"],
form.cog-form input[type="tel"],
form.cog-form input[type="text"] {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: 1px solid #525252;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px !important;
}
form.cog-form select {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: 1px solid #525252;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 40px 15px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#mobile-menu {
  display: none;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.065, 1);
}
#mobile-menu.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mobile-menu.visible .inside:before {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.065, 1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#mobile-menu .inside {
  width: 260px;
  height: auto;
  min-height: 100%;
  background: #165f93;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding: 30px;
  position: relative;
}
#mobile-menu .inside:before {
  content: "";
  width: 9999px;
  height: auto;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
#mobile-menu .inside .close {
  width: 0.8em;
  height: auto;
  margin: 0 0 30px auto;
  display: block;
}
#mobile-menu .inside .close:hover svg {
  fill: #5b89b4;
}
#mobile-menu .inside .close svg {
  fill: #fff;
}
#mobile-menu .inside .navigation {
  width: 100%;
  height: 100% !important;
}
#banner {
  padding: 10px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#banner.visible {
  display: block;
}
#banner .close {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
#banner .close a {
  display: block;
}
#banner .close a svg {
  fill: #fff;
}
#pop-up .content {
  width: 900px;
  height: auto;
  padding: 90px;
}
.pop-up {
  display: none;
}
section .state {
  display: none;
}
section .state.visible {
  display: block;
}
section .locations-list {
  margin: -40px -20px 60px -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section .locations-list li {
  margin: 0 0 20px 0;
  padding: 0 20px;
  position: relative;
}
section .locations-list li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 100%;
  background: #165f93;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
section .locations-list li a {
  color: #165f93;
  display: block;
}
section .locations-list li a:hover {
  color: #5b89b4;
}
section .states-list {
  margin: 0 -40px 40px -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section .states-list li {
  opacity: 0.5;
  margin: 0 40px 40px 40px;
}
section .states-list li.current-menu-item {
  opacity: 1;
}
section .states-list li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.25em;
}
section .states-list li a {
  color: #165f93;
  display: block;
}
section .states-list li a:hover {
  color: #5b89b4;
}
section .states-list li a:hover .image img {
  filter: invert(57%) sepia(10%) saturate(2117%) hue-rotate(168deg)
    brightness(89%) contrast(77%);
}
section .states-list li a .image,
section .states-list li a .label {
  display: block;
}
section .states-list li a .image {
  margin: 0 0 10px 0;
  padding: 0 !important;
}
section .states-list li a .image img {
  width: auto;
  height: 30px;
  filter: invert(18%) sepia(100%) saturate(2256%) hue-rotate(189deg)
    brightness(93%) contrast(83%);
  margin: 0 auto;
}
#no-state > form > .grid > .item:not(:first-child, .provider-name) {
  pointer-events: none;
  opacity: 0.3;
  cursor: default !important;
}
header {
  width: auto;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 40px;
  left: 50px;
  right: 50px;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
}
header.headroom--pinned {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
header.headroom--unpinned {
  -moz-transform: translateY(calc(-100% - 40px));
  -webkit-transform: translateY(calc(-100% - 40px));
  -o-transform: translateY(calc(-100% - 40px));
  -ms-transform: translateY(calc(-100% - 40px));
  transform: translateY(calc(-100% - 40px));
}
header .columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .columns .column {
  flex-grow: 1;
}
header .columns .column .inside {
  padding: 0 20px;
}
header .columns .column .logo {
  width: 320px;
  height: auto;
  display: block;
}
header .hamburger {
  width: 60px;
  height: 60px;
  background: #e69e6d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  position: relative;
}
header .hamburger:hover {
  background: #165f93;
}
header .hamburger .lines {
  width: 27px;
  height: 21px;
  display: block;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
header .hamburger .lines .line {
  width: 100%;
  height: 4px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
}
header .hamburger .lines .line.first {
  top: 0;
}
header .hamburger .lines .line.fourth {
  top: 18px;
}
header .hamburger .lines .line.second,
header .hamburger .lines .line.third {
  top: 9px;
}
header .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
header .navigation > li {
  position: relative;
}
header .navigation > li:not(.button).current-menu-ancestor:before,
header .navigation > li:not(.button).current-menu-item:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #e69e6d;
  position: absolute;
  top: -4px;
  left: 0;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(1) {
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -ms-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(2) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(3) {
  -webkit-transition-delay: 0.375s;
  -moz-transition-delay: 0.375s;
  -ms-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(5) {
  -webkit-transition-delay: 0.625s;
  -moz-transition-delay: 0.625s;
  -ms-transition-delay: 0.625s;
  -o-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(7) {
  -webkit-transition-delay: 0.875s;
  -moz-transition-delay: 0.875s;
  -ms-transition-delay: 0.875s;
  -o-transition-delay: 0.875s;
  transition-delay: 0.875s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(8) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(9) {
  -webkit-transition-delay: 1.125s;
  -moz-transition-delay: 1.125s;
  -ms-transition-delay: 1.125s;
  -o-transition-delay: 1.125s;
  transition-delay: 1.125s;
}
header
  .navigation
  > li.menu-item-has-children:hover
  > .sub-menu
  > li:nth-child(10) {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
header .navigation > li:not(:last-child) {
  margin: 0 30px 0 0;
}
header .navigation > li > a {
  color: #165f93;
  font-weight: 600;
  line-height: 80px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .navigation > li > a.button {
  line-height: 1em;
}
header .navigation > li > a:hover {
  color: #5b89b4;
}
header .navigation > li > .sub-menu {
  pointer-events: none;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 0;
  padding: 20px;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
}
header .navigation > li > .sub-menu > li {
  opacity: 0;
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
header .navigation > li > .sub-menu > li:not(:last-child) {
  margin: 0 0 20px 0;
}
header .navigation > li > .sub-menu > li > a {
  color: #165f93;
  font-size: 0.9em;
  white-space: nowrap;
  display: block;
}
header .navigation > li > .sub-menu > li > a:hover {
  color: #5b89b4;
}
.header-is-overlaid header.duplicate {
  display: none;
}
main section {
  margin-bottom: 80px;
}
main section.full-width:last-child {
  margin-bottom: 0;
}
main section.padding {
  padding: 80px 0;
}
main section.padding-small {
  padding: 30px 0;
}
main section.padding-small:first-child {
  padding-top: 150px !important;
}
main section:first-child {
  padding-top: 200px !important;
}
section.accordion + section.accordion {
  margin-top: -80px;
}
section.accordion + section.accordion .wrapper {
  border-top: 0;
}
section.full-width + section.full-width {
  margin-top: -80px;
}
footer {
  background-color: #165f93;
  background-image: url(../img/mountains.svg);
  background-position: right -100px bottom -250px;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  padding: 40px 50px;
}
footer .bottom {
  border-top: 1px solid #5b89b4;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}
footer .bottom .columns {
  justify-content: space-between;
}
footer .bottom .columns .column:first-child .content {
  white-space: nowrap;
}
footer .bottom .columns .column .content {
  font-size: 0.7em;
  opacity: 0.5;
}
footer .columns {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
footer .columns .column .inside {
  padding: 20px;
}
footer .navigation {
  list-style: none;
}
footer .navigation li {
  white-space: nowrap;
}
footer .navigation li.title {
  color: #5b89b4;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer .navigation li:not(:last-child) {
  margin: 0 0 20px 0;
}
footer .navigation li a {
  color: #fff;
  font-size: 0.8em;
}
footer .navigation li a:hover {
  color: #5b89b4;
}
footer .top .columns .column {
  flex-grow: 1;
}
footer .top .columns .column .columns {
  margin: 0 -50px;
  justify-content: flex-end;
}
footer .top .columns .column .columns .column {
  flex: none;
}
footer .top .columns .column .columns .column:not(:last-child) {
  border-right: 1px solid #5b89b4;
}
footer .top .columns .column .columns .column .inside {
  padding: 0 50px;
}
footer .top .columns .column .logo {
  width: 400px;
  height: auto;
  display: block;
}
footer .top .columns .column .logo:not(:last-child) {
  margin: 0 0 50px 0;
}
footer .top .columns .column .social-media {
  display: flex;
  list-style: none;
}
footer .top .columns .column .social-media li:not(:last-child) {
  margin: 0 1rem 0 0;
}
footer .top .columns .column .social-media li a {
  display: block;
}
footer .top .columns .column .social-media li a:hover svg {
  fill: #5b89b4;
}
footer .top .columns .column .social-media li a svg {
  fill: #fff;
  width: 2rem;
  height: auto;
}
section.accordion.open .link {
  color: #165f93;
}
section.accordion.open .link:after {
  -moz-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
section.accordion.open .link:hover {
  color: #165f93;
}
section.accordion.open .wrapper {
  background: #eff3f7;
}
section.accordion .content {
  padding: 0 30px;
}
section.accordion .content:last-child {
  display: none;
}
section.accordion .content:last-child.open {
  display: block;
}
section.accordion .content:last-child .spacer {
  width: 100%;
  height: 30px;
}
section.accordion .link {
  color: #165f93;
  padding: 0 60px 0 0;
  display: block;
  position: relative;
}
section.accordion .link:after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #e69e6d;
  background-image: url(../img/icons/icon-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.065, 1);
}
section.accordion .link:hover {
  color: #e69e6d;
}
section.accordion .wrapper {
  border-bottom: 1px solid #165f93;
  padding: 30px 0;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: background 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: background 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: background 0.3s cubic-bezier(0.4, 0, 0.065, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.065, 1);
}
section.carousel .owl-carousel {
  padding: 0 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.carousel .owl-carousel .owl-item .image {
  margin: 0 0 40px 0;
}
section.employees .grid {
  margin: -40px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.employees .grid .full-information .inside {
  margin: 20px 0;
  padding: 40px;
  position: relative;
}
section.employees .grid .full-information .inside .close {
  width: 25px;
  height: auto;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
section.employees .grid .full-information .inside .close:hover svg {
  fill: #5b89b4;
}
section.employees .grid .full-information .inside .close svg {
  fill: #fff;
}
section.employees .grid .item {
  width: calc(33.33% - 40px);
  height: auto;
  margin: 20px;
}
section.employees .grid .item.active {
  background: #eff3f7 !important;
}
section.employees .grid .item:hover {
  background: #fbf0e9;
}
section.employees .grid .item .full-information {
  display: none;
}
section.employees .grid .item .image {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  margin: 0 0 40px 0;
  position: relative;
}
section.employees .grid .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.employees .grid .item .inside {
  padding: 20px;
  position: relative;
}
section.employees .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.filters {
  position: relative;
}
section.filters.find-a-provider-filters {
  border-top: 10px solid #fff;
}
section.filters.find-a-provider-filters .desktop.no-scroll {
  overflow: hidden !important;
}
section.filters.find-a-provider-filters .desktop .close {
  width: 25px;
  height: auto;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
}
section.filters.find-a-provider-filters .desktop .close:hover {
  opacity: 0.7;
}
section.filters.find-a-provider-filters .desktop .close svg {
  fill: #fff;
}
section.filters.find-a-provider-filters .desktop form button {
  color: #5b89b4;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url(../img/icons/icon-magnifying-glass.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: auto 1em;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 10px 60px 10px 30px;
  cursor: pointer;
}
section.filters.find-a-provider-filters .desktop form button:disabled {
  opacity: 0.5;
  cursor: default;
}
section.filters.find-a-provider-filters .desktop form input[type="submit"] {
  color: #fff;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #165f93;
  background-image: url(../img/icons/icon-arrow-right.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: auto 0.8em;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 15px 55px 15px 30px;
  cursor: pointer;
}
section.filters.find-a-provider-filters
  .desktop
  form
  input[type="submit"]:hover {
  background-color: #0f4267;
}
section.filters.find-a-provider-filters .desktop form .option {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
section.filters.find-a-provider-filters .desktop form select {
  display: none;
}
section.filters.find-a-provider-filters .desktop .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.filters.find-a-provider-filters .desktop .grid .item .inside {
  padding: 10px;
}
section.filters.find-a-provider-filters .desktop .states-list.visible li {
  opacity: 1;
}
section.filters.find-a-provider-filters .mobile {
  display: none;
}
section.filters.intake-form-filters {
  position: relative;
}
section.filters.intake-form-filters .steps {
  margin: 0 -40px -40px -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section.filters.intake-form-filters .steps li {
  line-height: 1.5em;
  text-align: center;
  max-width: 25%;
  margin: 0 40px 40px 40px;
  flex-grow: 1;
  flex-basis: 0;
}
section.filters.intake-form-filters .steps li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e69e6d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: inline-block;
  zoom: 1;
  display: inline;
  vertical-align: middle;
}
section.filters .option {
  display: none;
}
section.filters .option.visible {
  display: block;
}
section.filters .options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section.filters .options.multiple {
  margin: 60px -20px 40px -40px;
}
section.filters .options.multiple li {
  margin: 0 20px 20px 20px;
  opacity: 0.5;
}
section.filters .options.multiple li a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.25em;
}
section.filters .options.white li a {
  color: #fff;
}
section.filters .options.white li a:hover {
  color: #fff;
  opacity: 0.9;
}
section.filters .options li {
  background-position: left center;
  background-repeat: no-repeat;
}
section.filters .options li.current-menu-item {
  opacity: 1;
}
section.filters .options li.preferences {
  padding: 0;
}
section.filters .options li.preferences.current-menu-item a {
  background-image: url(../img/icons/icon-close.svg);
  background-size: auto 0.8em;
}
section.filters .options li.preferences.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
section.filters .options li.preferences a {
  color: #fff !important;
  background-image: url(../img/icons/icon-preferences.svg);
  background-size: auto 0.6em;
  background-position: left 30px center;
  background-repeat: no-repeat;
  border-color: #fff;
  padding: 15px 30px 15px 55px;
}
section.filters .options li a {
  color: #165f93;
  display: block;
}
section.filters .options li a:hover {
  color: #5b89b4;
}
#search-by-provider-name {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#search-by-provider-name.visible {
  display: block;
}
#search-by-provider-name .close {
  display: block;
}
#search-by-provider-name form {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#search-by-provider-name form .grid {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#search-by-provider-name form .grid .item input[type="text"] {
  color: #5b89b4;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 20px 100px;
}
#search-by-provider-name .wrapper {
  height: 100%;
}
section.find-a-provider {
  margin-top: -80px;
  overflow: hidden;
}
section.find-a-provider .back-to-top {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}
section.find-a-provider .back-to-top.visible {
  pointer-events: all;
  opacity: 1;
}
section.find-a-provider .back-to-top a {
  width: 50px;
  height: 50px;
  background: #e69e6d;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
}
section.find-a-provider .back-to-top a:hover {
  background: #165f93;
}
section.find-a-provider .back-to-top a svg {
  fill: #fff;
  width: 15px;
  height: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.find-a-provider .grid {
  margin: -40px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.find-a-provider .grid .item {
  width: calc(33.33% - 40px);
  height: auto;
  margin: 20px;
}
section.find-a-provider .grid .item.message {
  pointer-events: none;
  width: 100%;
  margin: 20px 0;
  position: relative;
}
section.find-a-provider .grid .item.message.background-glaucous:after,
section.find-a-provider .grid .item.message.background-glaucous:before {
  content: "";
  width: 9999px;
  height: auto;
  background: #5b89b4;
  position: absolute;
  top: 0;
  bottom: 0;
}
section.find-a-provider .grid .item.message.background-glaucous:after {
  left: 100%;
}
section.find-a-provider .grid .item.message.background-glaucous:before {
  right: 100%;
}
section.find-a-provider .grid .item.message.background-glaucous:first-child {
  margin-top: 40px;
}
section.find-a-provider .grid .item.message:first-child {
  margin-top: 80px;
}
section.find-a-provider .grid .item.message .content h1 {
  font-size: 1.5rem;
}
section.find-a-provider .grid .item.message .content h1 .highlight {
  color: #e69e6d;
}
section.find-a-provider .grid .item:hover {
  background: #eff3f7;
}
section.find-a-provider .grid .item .content:not(:last-child) {
  margin: 0 0 30px 0;
}
section.find-a-provider .grid .item .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 0 40px 0;
  position: relative;
}
section.find-a-provider .grid .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.find-a-provider .grid .item .inside {
  padding: 20px;
  position: relative;
}
section.find-a-provider .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.find-a-provider-callout .columns {
  margin: 0 -40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.find-a-provider-callout .columns .column .image {
  overflow: hidden;
}
section.find-a-provider-callout .columns .column .image:first-child {
  width: calc(100% - 100px);
  height: auto;
}
section.find-a-provider-callout .columns .column .image:last-child {
  width: 50%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  right: 0;
}
section.find-a-provider-callout .columns .column .inside {
  margin: 0 40px;
  position: relative;
}
section.find-a-provider-callout form input[type="submit"] {
  color: #fff;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #e69e6d;
  background-image: url(../img/icons/icon-arrow-right.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: auto 0.8em;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 15px 55px 15px 30px;
  cursor: pointer;
}
section.find-a-provider-callout form input[type="submit"]:hover {
  background-color: #df8141;
}
section.find-a-provider-callout form label {
  color: #165f93;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  white-space: nowrap;
  margin: 0 20px 0 0;
  display: block;
}
section.find-a-provider-callout form .row {
  display: flex;
}
section.find-a-provider-callout form .row.large-margin:not(:last-child) {
  margin: 0 0 60px 0;
}
section.find-a-provider-callout form .row:not(:last-child) {
  margin: 0 0 30px 0;
}
section.find-a-provider-callout form select {
  display: none;
}
section.general-form.logo-watermark,
section.text.logo-watermark {
  background-image: url(../img/logos/logo-watermark.svg);
  background-position: right -70px bottom -70px;
  background-repeat: no-repeat;
  background-size: 480px auto;
}
section.text.logo-watermark .content {
  max-width: 90%;
}
section.image:first-child {
  padding-top: 0 !important;
}
section.image .image {
  width: 100%;
  height: 70vh;
  position: relative;
}
section.image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.intake-form .assistance {
  padding: 40px;
}
section.intake-form .assistance .buttons {
  margin: 0 -10px -10px -10px;
  display: flex;
  justify-content: center;
  list-style: none;
}
section.intake-form .assistance .buttons:not(:first-child) {
  margin-top: 40px;
}
section.intake-form .assistance .buttons:not(:last-child) {
  margin-bottom: 30px;
}
section.intake-form .assistance .buttons li {
  margin: 0 10px 10px 10px;
}
section.intake-form .columns {
  margin: 0 -40px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.intake-form .columns:not(:last-child) {
  margin-bottom: 80px;
}
section.intake-form .columns .column .inside {
  margin: 0 40px;
  position: relative;
}
section.intake-form .sticky {
  position: sticky;
  top: 20px;
}
section.intake-form .talk-to-us-now {
  pointer-events: none;
  opacity: 0;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}
section.intake-form .talk-to-us-now.visible {
  pointer-events: all;
  opacity: 1;
}
section.intake-form .talk-to-us-now a {
  width: 50px;
  height: 50px;
  background: #e69e6d;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
}
section.intake-form .talk-to-us-now a:hover {
  background: #165f93;
}
section.intake-form .talk-to-us-now a svg {
  fill: #fff;
  width: 15px;
  height: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.intake-form-callout.in-view .steps .step {
  -webkit-animation: wobble 1s 1 ease calc(var(--index) * 0.25s);
  -moz-animation: wobble 1s 1 ease calc(var(--index) * 0.25s);
  -ms-animation: wobble 1s 1 ease calc(var(--index) * 0.25s);
  -o-animation: wobble 1s 1 ease calc(var(--index) * 0.25s);
  animation: wobble 1s 1 ease calc(var(--index) * 0.25s);
}
section.intake-form-callout .steps {
  margin: 80px -40px 0 -40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
section.intake-form-callout .steps:after {
  content: "";
  width: auto;
  height: 1px;
  background: #fff;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
}
section.intake-form-callout .steps .step {
  position: relative;
  z-index: 10;
}
section.intake-form-callout .steps .step:not(:last-child) {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  align-self: flex-start;
  counter-increment: number;
}
section.intake-form-callout .steps .step:not(:last-child) .inside {
  -webkit-border-radius: 0 20px 20px 20px;
  -moz-border-radius: 0 20px 20px 20px;
  border-radius: 0 20px 20px 20px;
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  position: relative;
}
section.intake-form-callout .steps .step:not(:last-child) .inside:before {
  content: counter(number);
  color: #165f93;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
}
section.intake-form-callout .steps .step .content a.button.filled {
  color: #165f93 !important;
  background: #fff;
  position: relative;
}
section.intake-form-callout .steps .step .content a.button.filled:after {
  content: "";
  width: 16px;
  height: auto;
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15.56"><path d="M12.17,8.78H0v-2h12.17L6.81,1.41l1.41-1.41,7.78,7.78-7.78,7.78-1.41-1.41,5.36-5.36h0Z"/></svg>');
  aspect-ratio: 16/15.56;
  filter: invert(17%) sepia(71%) saturate(3274%) hue-rotate(190deg)
    brightness(96%) contrast(83%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
section.intake-form-callout .steps .step .content a.button.filled:hover {
  color: #fff !important;
  background: #165f93;
  opacity: 1;
}
section.intake-form-callout .steps .step .content a.button.filled:hover:after {
  filter: invert(100%);
}
section.intake-form-callout .steps .step .inside {
  margin: 0 40px;
}
section.locations .locations .location:nth-child(even) .columns {
  flex-direction: row-reverse;
}
section.locations .locations .location:not(:last-child) .wrapper {
  border-bottom: 1px solid rgba(82, 82, 82, 0.25);
  margin-bottom: 40px;
  padding: 0 0 40px 0;
}
section.locations .locations .location .columns {
  margin: 0 -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section.locations .locations .location .columns .column .image {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
}
section.locations .locations .location .columns .column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.locations .locations .location .columns .column .inside {
  margin: 0 40px;
}
section.locations .locations .location .columns .column .map {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
}
section.locations .locations .location .columns .column table td,
section.locations .locations .location .columns .column table th {
  vertical-align: top;
}
section.locations .locations .location .columns .column table td {
  padding: 0 0 10px 0;
}
section.locations .locations .location .columns .column table th {
  text-align: left;
  padding: 0 20px 10px 0;
}
section.locations .locations .location .columns .column table tr:last-child td,
section.locations .locations .location .columns .column table tr:last-child th {
  padding-bottom: 0;
}
section.locations .locations .location .intro-content {
  padding: 2em 0;
}
section.marquee .marquee-wrapper {
  overflow: hidden;
}
section.marquee .marquee-wrapper:not(:first-child) {
  margin-top: 80px;
}
section.marquee .marquee-wrapper:not(:last-child) {
  margin-bottom: 80px;
}
section.marquee .marquee-wrapper .marquee {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.marquee .marquee-wrapper .marquee .image {
  filter: brightness(0%) invert(100%);
  margin: 0 40px;
}
section.marquee .marquee-wrapper .marquee .image.hidden {
  display: none !important;
}
section.marquee .marquee-wrapper .marquee .image img {
  width: auto;
  height: auto;
  max-width: 260px;
  max-height: 80px;
}
section:not(.full-width) + section.marquee {
  position: relative;
}
section:not(.full-width) + section.marquee:after,
section:not(.full-width) + section.marquee:before {
  content: "";
  width: 50%;
  height: 80px;
  background-size: 100% 100%;
  filter: invert(100%);
  position: absolute;
  top: 0;
}
section:not(.full-width) + section.marquee:after {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 735 121.3" preserveAspectRatio="none"><path d="M735,0H0C23.95,0,47.74.34,71.33,1c251.18,7.04,480.76,51,663.67,120.3V0Z"/></svg>');
  right: 0;
}
section:not(.full-width) + section.marquee:before {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 735 121.3" preserveAspectRatio="none"><path d="M0,0h735c-23.95,0-47.74.34-71.33,1C412.49,8.04,182.91,52,0,121.3V0Z"/></svg>');
  left: 0;
}
section.navigation .navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section.navigation .navigation li {
  margin: 0 40px 40px 40px;
}
section.navigation .navigation li a {
  color: #165f93;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.25em;
  display: block;
}
section.navigation .navigation li a:hover {
  color: #5b89b4;
}
section.pagination .navigation {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section.pagination .navigation li {
  margin: 0 15px;
}
section.pagination .navigation li.circle.active a {
  background: #e69e6d;
}
section.pagination .navigation li.circle a {
  color: #fff;
  width: 40px;
  height: 40px;
  background: #165f93;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
section.pagination .navigation li.circle a:hover {
  color: #fff;
  background: #5b89b4;
}
section.pagination .navigation li a {
  color: #165f93;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
section.pagination .navigation li a:hover {
  color: #5b89b4;
}
section.blocks .grid,
section.patient-portal .grid {
  margin: -15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
section.blocks .grid .item,
section.patient-portal .grid .item {
  flex-grow: 1;
  flex-basis: 0;
}
section.blocks .grid .item .image,
section.patient-portal .grid .item .image {
  margin: 0 0 10px 0;
}
section.blocks .grid .item .image img,
section.patient-portal .grid .item .image img {
  width: auto;
  height: 30px;
  filter: invert(18%) sepia(100%) saturate(2256%) hue-rotate(189deg)
    brightness(93%) contrast(83%);
  margin: 0 auto;
}
section.blocks .grid .item .inside,
section.patient-portal .grid .item .inside {
  padding: 20px;
  margin: 15px;
  position: relative;
}
section.blocks .grid .item .inside:hover,
section.patient-portal .grid .item .inside:hover {
  background: #eff3f7;
}
section.blocks .grid .item .link,
section.patient-portal .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.provider {
  overflow: hidden;
}
section.provider .columns {
  margin: 0 -40px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.provider .columns .column:first-child .content {
  margin: 0 0 40px 0;
}
section.provider .columns .column .content.top {
  padding: 0 0 40px 0;
  position: relative;
}
section.provider .columns .column .content.top:not(:last-child) {
  margin: 0 0 40px 0;
}
section.provider .columns .column .content.top:after {
  content: "";
  width: 9999px;
  height: 9999px;
  background: #eff3f7;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -10;
}
section.provider .columns .column .content.top .divider {
  background: rgba(22, 95, 147, 0.25);
  display: none;
}
section.provider .columns .column .content h1 {
  font-size: 1.5rem;
}
section.provider .columns .column .content h2 {
  font-size: 2rem;
}
section.provider .columns .column .details,
section.provider .columns .column .locations,
section.provider .columns .column .services {
  margin: 0 -20px 20px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.provider .columns .column .details li,
section.provider .columns .column .locations li,
section.provider .columns .column .services li {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
section.provider .columns .column .details li:before,
section.provider .columns .column .locations li:before,
section.provider .columns .column .services li:before {
  display: none;
}
section.provider .columns .column .details li:not(:last-child),
section.provider .columns .column .locations li:not(:last-child),
section.provider .columns .column .services li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
section.provider .columns .column .details li:not(:last-child):after,
section.provider .columns .column .locations li:not(:last-child):after,
section.provider .columns .column .services li:not(:last-child):after {
  content: "";
  width: 2px;
  height: auto;
  background: rgba(91, 137, 180, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
section.provider .columns .column .details li .image,
section.provider .columns .column .details li .label,
section.provider .columns .column .locations li .image,
section.provider .columns .column .locations li .label,
section.provider .columns .column .services li .image,
section.provider .columns .column .services li .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.provider .columns .column .details li .image,
section.provider .columns .column .locations li .image,
section.provider .columns .column .services li .image {
  margin: 0 10px 0 0;
}
section.provider .columns .column .details li .image img,
section.provider .columns .column .locations li .image img,
section.provider .columns .column .services li .image img {
  width: auto;
  height: 15px;
  filter: invert(29%) sepia(79%) saturate(561%) hue-rotate(163deg)
    brightness(95%) contrast(97%);
  margin: 0 auto;
}
section.provider .columns .column .divider {
  width: 100%;
  height: 1px;
  background: rgba(82, 82, 82, 0.25);
  margin: 0 0 40px 0;
}
section.provider .columns .column .image {
  position: relative;
}
section.provider .columns .column .image a.button.filled {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.provider .columns .column .inside {
  margin: 0 40px;
}
section.provider .columns .column .show-on-mobile {
  display: none;
}
section.provider .sticky {
  position: sticky;
  top: 20px;
}
section.slideshow {
  padding: 80px 0 0 0;
}
section.slideshow .content {
  font-size: 1.2em;
  width: 70%;
  height: auto;
  position: relative;
  z-index: 10;
}
section.slideshow .content ul {
  margin-left: 0;
}
section.slideshow .content ul li:not(:last-child) {
  margin: 0 0 30px 0;
}
section.slideshow .slideshow-wrapper {
  padding: 0 0 80px 0;
  position: relative;
}
section.slideshow .slideshow-wrapper .slick {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.slideshow .slideshow-wrapper .slick .slick-list {
  width: 100% !important;
  height: 100% !important;
}
section.slideshow .slideshow-wrapper .slick .slick-inside,
section.slideshow .slideshow-wrapper .slick .slick-slide,
section.slideshow .slideshow-wrapper .slick .slick-track {
  height: 100% !important;
}
section.slideshow .slideshow-wrapper .slick .slick-slide {
  position: relative;
}
section.slideshow .slideshow-wrapper .slick .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.slideshow .slideshow-wrapper .slick .slide:not(:first-child) {
  display: none;
}
section.slideshow .slideshow-wrapper .slick .slide .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.slideshow .slideshow-wrapper .slick .slide .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
section.slideshow .slideshow-wrapper .slick .slide .wrapper {
  height: 100%;
  background-image: url(../img/logos/logo-watermark.svg);
  background-position: right bottom -70px;
  background-repeat: no-repeat;
  background-size: auto calc(100% + 50px);
}
section.text-image.text-position-left .columns,
section.text-images.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-image .columns,
section.text-images .columns {
  margin: 0 -40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.text-image .columns .column .inside,
section.text-images .columns .column .inside {
  margin: 0 40px;
}
section.text-image .columns .column .image {
  padding: 0 20px 20px 0;
  position: relative;
}
section.text-image .columns .column .image .background {
  background: #e69e6d;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  right: 0;
}
section.text-image .columns .column .image img {
  position: relative;
  z-index: 10;
}
section.text-images.text-position-left .columns .column .image:first-child {
  margin-left: auto;
}
section.text-images.text-position-left .columns .column .image:last-child {
  left: 0;
}
section.text-images.text-position-right .columns .column .image:last-child {
  right: 0;
}
section.text-images .columns:not(.background-white) {
  padding: 40px 0;
}
section.text-images .columns .image {
  overflow: hidden;
}
section.text-images .columns .image:first-child {
  width: calc(100% - 100px);
  height: auto;
}
section.text-images .columns .image:last-child {
  width: 50%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
}
section.text-images .columns .inside {
  position: relative;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
@media only screen and (max-width: 1600px) {
  .wrapper.large {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1500px) {
  html,
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1400px) {
  .wrapper.medium {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1300px) {
  html,
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1160px) {
  .wrapper.large,
  .wrapper.medium,
  .wrapper.small {
    width: auto;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  h2,
  h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1400px) {
  section.accordion .wrapper.medium {
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  section.carousel .owl-carousel .owl-item .image {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    margin: 0 0 30px 0;
    position: relative;
  }
  section.carousel .owl-carousel .owl-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  section.carousel .owl-carousel {
    padding: 0;
  }
}
@media only screen and (max-width: 1300px) {
  form.cog-form .cog-page__navigation {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 900px) {
  form.cog-form .cog-page-progress ol {
    margin: 0 -15px 0 0 !important;
  }
  form.cog-form .cog-page-progress ol li {
    margin: 0 15px 20px 0;
  }
}
@media only screen and (max-width: 1300px) {
  .content.small {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1000px) {
  .content.small h1,
  .content.small h2,
  .content.small h3,
  .content.small h4,
  .content.small h5,
  .content.small h6,
  .content.small ol,
  .content.small p,
  .content.small ul {
    margin-bottom: 20px;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ol,
  .content p,
  .content ul {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  section.employees .grid {
    margin: -25px;
  }
  section.employees .grid .full-information {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
  section.employees .grid .item {
    width: calc(33.33% - 25px);
    margin: 12.5px;
  }
}
@media only screen and (max-width: 1200px) {
  section.employees .grid .item {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 1160px) {
  section.employees .grid {
    margin: -10px;
  }
  section.employees .grid .full-information {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  section.employees .grid .full-information .inside .close {
    width: 0.8em;
    top: 30px;
    right: 30px;
  }
  section.employees .grid .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  section.employees .grid .item .image {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.employees .grid .item {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 1600px) {
  section.filters.intake-form-filters .steps {
    margin: 0 -25px -30px -25px;
  }
  section.filters.intake-form-filters .steps li {
    margin: 0 25px 30px 25px;
  }
}
@media only screen and (max-width: 1500px) {
  section.filters.find-a-provider-filters.padding {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1160px) {
  section.filters.find-a-provider-filters .desktop .close {
    width: 0.8em;
  }
  section.filters.intake-form-filters .steps {
    margin: 0 -15px -30px -15px;
  }
  section.filters.intake-form-filters .steps li {
    margin: 0 15px 30px 15px;
  }
  #search-by-provider-name form .grid .item input[type="text"] {
    font-size: 1.25em;
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 1000px) {
  section.filters .options.multiple {
    margin: 30px -15px 30px -35px;
  }
  section.filters .options.multiple li {
    margin: 0 15px 15px 15px;
  }
}
@media only screen and (max-width: 800px) {
  section.filters.intake-form-filters .steps {
    margin: 0;
    flex-direction: column;
  }
  section.filters.intake-form-filters .steps li {
    width: 100%;
    max-width: 100%;
    margin: 0;
    flex-grow: unset;
    flex-basis: unset;
  }
  section.filters.intake-form-filters .steps li:not(:last-child) {
    margin: 0 0 5px 0;
  }
  section.filters.intake-form-filters .steps li:before {
    margin: 0 10px 0 0;
  }
  section.filters .options {
    flex-direction: column;
  }
  section.filters .options.multiple {
    margin: 20px 0 30px 0;
  }
  section.filters .options.multiple li {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  section.filters.find-a-provider-filters {
    padding: 30px 0;
  }
  section.filters.find-a-provider-filters .desktop {
    background: #e69e6d;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: auto;
  }
  section.filters.find-a-provider-filters .desktop.visible {
    display: block;
  }
  section.filters.find-a-provider-filters .desktop .close {
    display: block;
  }
  section.filters.find-a-provider-filters .desktop form {
    margin: 0;
  }
  section.filters.find-a-provider-filters .desktop form button {
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.filters.find-a-provider-filters .desktop form .option {
    border: none;
    padding-bottom: 0;
  }
  section.filters.find-a-provider-filters .desktop .grid {
    margin: -10px;
  }
  section.filters.find-a-provider-filters .desktop .grid .item {
    width: 100%;
  }
  section.filters.find-a-provider-filters
    .desktop
    .grid
    .item.hide-on-mobile
    .inside {
    padding: 5px 10px;
  }
  section.filters.find-a-provider-filters .desktop .grid .item .inside {
    display: flex;
    justify-content: center;
  }
  section.filters.find-a-provider-filters .desktop .wrapper {
    padding: 60px 0 30px 0;
  }
  section.filters.find-a-provider-filters .mobile {
    display: block;
  }
  #search-by-provider-name .close {
    margin: -55px 0 30px auto;
    position: relative;
    top: 0;
  }
  #search-by-provider-name form {
    position: relative;
  }
  #search-by-provider-name form .grid {
    position: relative;
  }
  #search-by-provider-name form .grid .item input[type="text"] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #search-by-provider-name form .grid .item .inside {
    display: flex;
    justify-content: center;
  }
  #search-by-provider-name .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 1600px) {
  section.find-a-provider .grid {
    margin: -25px;
  }
  section.find-a-provider .grid .item {
    width: calc(33.33% - 25px);
    margin: 12.5px;
  }
}
@media only screen and (max-width: 1500px) {
  section.find-a-provider {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 1200px) {
  section.find-a-provider .grid .item {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 1160px) {
  section.find-a-provider .back-to-top {
    bottom: 30px;
    right: 30px;
  }
  section.find-a-provider .grid {
    margin: -10px;
  }
  section.find-a-provider .grid .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media only screen and (max-width: 600px) {
  section.find-a-provider .grid .item {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 1600px) {
  section.find-a-provider-callout .columns {
    margin: 0 -25px;
  }
  section.find-a-provider-callout .columns .column .inside {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1200px) {
  section.find-a-provider-callout .columns .column {
    width: 100%;
  }
  section.find-a-provider-callout .columns .column:first-child {
    display: none;
  }
  section.find-a-provider-callout form .row {
    justify-content: center;
  }
}
@media only screen and (max-width: 1160px) {
  section.find-a-provider-callout .columns {
    margin: 0 -15px;
  }
  section.find-a-provider-callout .columns .column .inside {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  section.find-a-provider-callout form label {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }
  section.find-a-provider-callout form .row {
    flex-wrap: wrap;
  }
  section.find-a-provider-callout form .row.large-margin:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.find-a-provider-callout form .select {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  footer .top .columns .column .logo {
    width: 270px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .top .columns {
    flex-direction: column;
  }
  footer .top .columns .column .columns {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .top .columns .column .columns .column {
    width: calc(25% - 1px);
  }
  footer .top .columns .column .logo {
    width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1160px) {
  footer {
    padding: 60px 30px;
  }
  footer .bottom {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
  }
  footer .columns {
    margin: -15px;
  }
  footer .columns .column .inside {
    padding: 15px;
  }
  footer .top .columns .column .columns {
    margin: 30px -30px 0 -30px;
  }
  footer .top .columns .column .columns .column .inside {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .bottom {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 900px) {
  footer .navigation li.title {
    font-size: 1em;
  }
  footer .top .columns .column .columns {
    margin: 15px -15px -15px -15px;
  }
  footer .top .columns .column .columns .column {
    width: 50%;
  }
  footer .top .columns .column .columns .column:not(:last-child) {
    border-right: none;
  }
  footer .top .columns .column .columns .column .inside {
    padding: 15px;
  }
}
@media only screen and (max-width: 700px) {
  footer .bottom .columns .column {
    width: 100%;
  }
  footer .top .columns .column .logo {
    width: 300px;
  }
}
@media only screen and (max-width: 400px) {
  footer .navigation li {
    white-space: normal;
  }
  footer .top .columns .column .logo {
    width: 270px;
  }
}
@media only screen and (max-width: 1600px) {
  header .navigation > li:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1500px) {
  header .columns .column .logo {
    width: 300px;
  }
}
@media only screen and (max-width: 1300px) {
  header {
    height: 70px;
  }
  header .columns .column {
    flex-grow: unset;
  }
  header .columns .column .logo {
    width: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  header .hamburger {
    display: block;
  }
  header .hamburger {
    width: 40px;
    height: 40px;
  }
  header .hamburger .lines {
    width: 20px;
    height: 16px;
  }
  header .hamburger .lines .line {
    height: 2px;
  }
  header .hamburger .lines .line.first {
    top: 0;
  }
  header .hamburger .lines .line.fourth {
    top: 14px;
  }
  header .hamburger .lines .line.second,
  header .hamburger .lines .line.third {
    top: 7px;
  }
  header .navigation {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  header {
    height: 60px;
    top: 30px;
    left: 30px;
    right: 30px;
  }
  header .columns .column .logo {
    width: 280px;
  }
}
@media only screen and (max-width: 500px) {
  header .columns .column .hamburger {
    width: 35px;
    height: 35px;
  }
  header .columns .column .logo {
    width: 260px;
  }
  header .columns .column .inside {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  header .columns .column .logo {
    width: 220px;
  }
}
@media only screen and (max-width: 1400px) {
  section.general-form.logo-watermark,
  section.text.logo-watermark {
    background-size: 400px auto;
  }
}
@media only screen and (max-width: 800px) {
  section.general-form.logo-watermark,
  section.text.logo-watermark {
    background-size: 320px auto;
  }
  section.text.logo-watermark .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  section.image .image {
    width: 100%;
    height: auto;
  }
  section.image .image img {
    width: 100%;
    height: auto;
    object-fit: none;
    position: relative;
  }
}
@media only screen and (max-width: 1600px) {
  section.intake-form .columns {
    margin: 0 -25px;
  }
  section.intake-form .columns:not(:last-child) {
    margin-bottom: 50px;
  }
  section.intake-form .columns .column .inside {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  section.intake-form .columns {
    margin: -25px;
  }
  section.intake-form .columns:not(:last-child) {
    margin-bottom: 25px;
  }
  section.intake-form .columns .column {
    width: 100%;
  }
  section.intake-form .columns .column .inside {
    margin: 25px;
  }
  section.intake-form .sticky {
    position: relative;
    top: 0;
  }
  section.intake-form .talk-to-us-now {
    display: block;
  }
}
@media only screen and (max-width: 1160px) {
  section.intake-form .assistance {
    padding: 30px;
  }
  section.intake-form .assistance .buttons:not(:first-child) {
    margin-top: 30px;
  }
  section.intake-form .assistance .buttons:not(:last-child) {
    margin-bottom: 20px;
  }
  section.intake-form .columns {
    margin: -15px;
  }
  section.intake-form .columns:not(:last-child) {
    margin-bottom: 15px;
  }
  section.intake-form .columns .column .inside {
    margin: 15px;
  }
  section.intake-form .talk-to-us-now {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  section.intake-form .assistance .buttons {
    margin: 0 0 -10px 0;
    align-items: center;
    flex-direction: column;
  }
  section.intake-form .assistance .buttons li {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 1600px) {
  section.intake-form-callout .steps {
    margin: 80px -25px 0 -25px;
  }
  section.intake-form-callout .steps .step .inside {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  section.intake-form-callout .steps {
    margin: 65px -25px -25px -25px;
    justify-content: center;
  }
  section.intake-form-callout .steps:after {
    display: none;
  }
  section.intake-form-callout .steps .step {
    width: 33.33%;
  }
  section.intake-form-callout .steps .step:last-child {
    width: 100%;
  }
  section.intake-form-callout .steps .step:not(:last-child) {
    align-self: center;
  }
  section.intake-form-callout .steps .step .inside {
    margin: 25px;
  }
}
@media only screen and (max-width: 1160px) {
  section.intake-form-callout .steps {
    margin: 15px -15px -15px -15px;
  }
  section.intake-form-callout .steps .step:not(:last-child) {
    font-size: 1.25em;
  }
  section.intake-form-callout .steps .step:not(:last-child) .inside:before {
    font-size: 0.7em;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  section.intake-form-callout .steps .step .inside {
    margin: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  section.intake-form-callout.in-view .steps .step {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  section.intake-form-callout .steps {
    flex-direction: column;
  }
  section.intake-form-callout .steps:after {
    width: 1px;
    height: auto;
    display: block;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: auto;
  }
  section.intake-form-callout .steps .step {
    width: auto;
  }
  section.intake-form-callout .steps .step:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  section.intake-form-callout .steps .step {
    width: 100%;
  }
  section.intake-form-callout .steps .step:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  section.locations .locations .location .columns {
    margin: 0 -25px;
  }
  section.locations .locations .location .columns .column .inside {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1160px) {
  section.locations .locations .location .columns {
    margin: -15px;
    align-items: stretch;
  }
  section.locations .locations .location .columns .column .image,
  section.locations .locations .location .columns .column .map {
    aspect-ratio: 3/2;
  }
  section.locations .locations .location .columns .column .inside {
    height: calc(100% - 30px);
    margin: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  section.locations .locations .location .columns .column {
    width: 100%;
  }
  section.locations .locations .location .columns .column.no-image {
    display: none;
  }
  section.locations .locations .location .columns .column .inside {
    height: auto;
  }
  section.locations .locations .location .columns .column .image,
  section.locations .locations .location .columns .column .map {
    aspect-ratio: 2/1;
  }
}
@media only screen and (max-width: 600px) {
  section.locations .locations .location .columns .column table td,
  section.locations .locations .location .columns .column table th {
    width: 100%;
    display: block;
  }
  section.locations .locations .location .columns .column table th {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1500px) {
  main section {
    margin-bottom: 60px;
  }
  main section.padding {
    padding: 40px 0;
  }
  section.accordion + section.accordion,
  section.full-width + section.full-width {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 1400px) {
  main section:first-child {
    padding-top: 160px !important;
  }
}
@media only screen and (max-width: 1160px) {
  main section.padding-small:first-child {
    padding-top: 110px !important;
  }
  main section:first-child {
    padding-top: 130px !important;
  }
}
@media only screen and (max-width: 1600px) {
  section.marquee .marquee-wrapper .marquee .image {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1500px) {
  section.marquee.padding {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1160px) {
  section.marquee .marquee-wrapper:not(:first-child) {
    margin-top: 60px;
  }
  section.marquee .marquee-wrapper:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 700px) {
  section.marquee .marquee-wrapper .marquee .image img {
    max-width: 220px;
    max-height: 60px;
  }
  section:not(.full-width) + section.marquee:after,
  section:not(.full-width) + section.marquee:before {
    height: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  #mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 1600px) {
  section.navigation .navigation li {
    margin: 0 25px 30px 25px;
  }
}
@media only screen and (max-width: 1160px) {
  section.navigation .navigation li {
    margin: 0 15px 30px 15px;
  }
}
@media only screen and (max-width: 700px) {
  .nice-select.theme-dark .current {
    font-size: 1.25em;
  }
  .nice-select.theme-light {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 0 10px 0;
  }
  .nice-select.theme-light:after {
    border-color: #fff;
    right: 5px;
  }
  .nice-select.theme-light .current {
    color: #fff;
  }
  .nice-select.theme-light .item {
    width: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .owl-nav {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    margin: 0 5px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1160px) {
  section.pagination .navigation li.circle a {
    width: 30px;
    height: 30px;
  }
  section.pagination .navigation li a {
    line-height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  section.blocks .grid .item .image img,
  section.patient-portal .grid .item .image img {
    height: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  #pop-up .content {
    padding: 50px;
  }
}
@media only screen and (max-width: 1160px) {
  #pop-up .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  #pop-up .content {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  section.provider .columns {
    margin: 0 -25px;
  }
  section.provider .columns .column .inside {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1160px) {
  section.provider .columns {
    margin: -15px;
  }
  section.provider .columns .column .inside {
    margin: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  section.provider .columns .column .content h4 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1000px) {
  section.provider .columns .column {
    width: 100%;
  }
  section.provider .columns .column:first-child .content {
    text-align: left;
    margin: 0;
  }
  section.provider .columns .column:first-child .image {
    max-width: 500px;
    margin: 0 0 30px 0;
  }
  section.provider .columns .column:first-child .inside {
    display: flex;
    flex-direction: column-reverse;
  }
  section.provider .columns .column .content.top {
    padding: 0 0 30px 0;
  }
  section.provider .columns .column .content.top:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.provider .columns .column .details,
  section.provider .columns .column .locations,
  section.provider .columns .column .services {
    margin: 0 -20px 10px 0;
  }
  section.provider .columns .column .divider {
    margin: 0 0 30px 0;
  }
  section.provider .columns .column .show-on-mobile {
    display: block;
  }
  section.provider .sticky {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  section.provider .columns .column .content.top .divider {
    display: block;
  }
}
@media only screen and (max-width: 1400px) {
  section.slideshow .slideshow-wrapper .slick .slide .wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1160px) {
  section.slideshow .slideshow-wrapper {
    padding: 0 0 60px 0;
  }
}
@media only screen and (max-width: 1100px) {
  section.slideshow .content {
    width: 100%;
  }
  section.slideshow .content ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  section.slideshow .slideshow-wrapper .slick {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  section.slideshow .content {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1600px) {
  section .locations-list {
    margin: -12px -25px 50px -25px;
  }
  section .locations-list li {
    margin: 0 0 30px 0;
    padding: 0 25px;
  }
  section .states-list {
    margin: 0 -25px 50px -25px;
  }
  section .states-list li {
    margin: 0 25px 30px 25px;
  }
}
@media only screen and (max-width: 1160px) {
  section .locations-list {
    margin: 0 -15px 30px -15px;
  }
  section .locations-list li {
    margin: 0 0 30px 0;
    padding: 0 15px;
  }
  section .states-list {
    margin: 0 -15px 30px -15px;
  }
  section .states-list li {
    margin: 0 15px 30px 15px;
  }
}
@media only screen and (max-width: 700px) {
  section .states-list li a .image img {
    height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  section .locations-list {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  section.text-image .columns,
  section.text-images .columns {
    margin: 0 -25px;
  }
  section.text-image .columns .column .inside,
  section.text-images .columns .column .inside {
    margin: 0 25px;
  }
  section.text-images .columns:not(.background-white) {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 1160px) {
  section.text-image .columns,
  section.text-images .columns {
    margin: -15px;
  }
  section.text-image .columns .column .inside,
  section.text-images .columns .column .inside {
    margin: 15px;
  }
  section.text-images .columns:not(.background-white) {
    padding: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  section.text-image .columns .column,
  section.text-images .columns .column {
    width: 100%;
  }
  section.text-image .columns .column .image {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    padding: 0;
  }
  section.text-image .columns .column .image .background {
    display: none;
  }
  section.text-image .columns .column .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section.text-images .columns .image:first-child {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  section.text-images .columns .image:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section.text-images .columns .image:last-child {
    display: none;
  }
}
.blogContentVideo {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.blogContentVideo:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  background-image: url("https://mindfultherapygroup.com/wp-content/uploads/2025/03/PlayButton.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .blogContentVideo:after {
    width: 4em;
    height: 4em;
  }
}
@media screen and (min-width: 1000px) {
  .blogContentVideo:after {
    width: 5em;
    height: 5em;
  }
}
.blogContentVideo:hover {
  cursor: pointer;
}
div.blogContentVideo img {
  width: 100%;
  transition: transform 0.3s;
  vertical-align: top;
}
.blogContentVideo:hover img {
  transform: scale(1.1);
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  text-align: center;
  border-radius: 25px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#lightboxVideo {
  width: 60vw;
  height: 33.75vw;
}
@media screen and (min-width: 767px) {
  #lightboxVideo {
    width: 60vw;
    height: 60vh;
  }
}
.pagination .page-numbers li:has(span:empty),
.pagination .page-numbers li:has(a:empty) {
  display: none;
}
.pagination .page-numbers li span {
  display: inline-block;
  text-align: center;
  background: #165f93;
  color: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
}
@media only screen and (max-width: 1160px) {
  section.pagination .navigation li.circle,
  .pagination .page-numbers li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .next.page-numbers {
    margin: 0 5px;
  }
}
.pagination .page-numbers {
  display: flex;
  list-style-type: none;
}
#lightboxVideo {
  width: 100vw;
  height: 56.25vw;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  #lightboxVideo {
    width: 60vw;
    height: 33.75vw;
  }
}
