@font-face {
  font-family: "Open Sans WVAC";
  src: url("/assets/fonts/open-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Roboto WVAC";
  src: url("/assets/fonts/roboto-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Proxima WVAC";
  src: url("/assets/fonts/proxima-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces WVAC";
  src: url("/assets/fonts/fraunces-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato Light WVAC";
  src: url("/assets/fonts/lato-light-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Futura WVAC";
  src: url("/assets/fonts/futura-book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --navy: #253266;
  --navigation-hover: #959cbf;
  --royal: #2f54dd;
  --yellow: #e4e051;
  --site-width: 980px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1138px;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
}

html {
  min-height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

@keyframes page-content-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#main-content {
  flex: 1 0 auto;
  animation: page-content-fade-in 650ms ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  #main-content {
    animation: none;
  }
}

.site-width {
  position: relative;
  width: var(--site-width);
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.emergency-bar {
  height: 104px;
  background: var(--navy);
  color: #fff;
}

.emergency-bar__inner {
  height: 104px;
}

.emergency-symbol {
  position: absolute;
  top: 21px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  font: 700 14px/16px Arial, sans-serif;
  text-align: center;
}

.emergency-bar p {
  position: absolute;
  top: 17px;
  left: 58px;
  width: 553px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.site-search {
  position: absolute;
  top: 12px;
  left: 673px;
  width: 183px;
  height: 38px;
  background: #fff;
  border: 1px solid #ddd;
}

.site-search span {
  position: absolute;
  top: 12px;
  left: 13px;
  width: 11px;
  height: 11px;
  border: 1px solid #6c6c6c;
  border-radius: 50%;
}

.site-search span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  right: -4px;
  bottom: -2px;
  background: #6c6c6c;
  transform: rotate(45deg);
}

.site-search input {
  width: 100%;
  height: 100%;
  padding: 0 8px 0 39px;
  border: 0;
  outline: 0;
  background: transparent;
  font: 16px/38px Arial, sans-serif;
  color: #000;
}

.social-link {
  position: absolute;
  top: 10px;
  width: 42px;
  height: 42px;
}

.social-link--facebook {
  left: 880px;
}

.social-link--instagram {
  left: 932px;
}

.site-header {
  height: 168px;
  background: #fff;
}

.site-header__inner {
  height: 168px;
}

.brand-logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -37px;
  width: 172px;
  height: 168px;
  overflow: hidden;
  border-radius: 50%;
}

.brand-logo img {
  width: 172px;
  height: 172px;
  object-fit: cover;
}

.brand-name {
  position: absolute;
  top: 43px;
  left: 135px;
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.primary-navigation {
  position: absolute;
  top: 117px;
  left: 129px;
  width: 721px;
  height: 37px;
  border-top: 1px solid var(--royal);
  border-bottom: 1px solid var(--royal);
}

.primary-navigation > ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation > ul > li {
  position: relative;
}

.primary-navigation > ul > li > a {
  display: block;
  height: 35px;
  padding: 0 14px;
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
}

.primary-navigation > ul > li.is-active > a {
  color: #000;
}

.primary-navigation > ul > li:hover > a,
.primary-navigation > ul > li:focus-within > a {
  color: var(--navigation-hover);
}

.primary-navigation li > ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 0;
  min-width: 190px;
  margin: 0;
  padding: 7px 0;
  border: 1px solid #d9d9d9;
  background: #fff;
  list-style: none;
}

.primary-navigation li:hover > ul,
.primary-navigation li:focus-within > ul {
  display: block;
}

.primary-navigation li > ul a {
  display: block;
  padding: 8px 14px;
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}

.patient-portal {
  position: absolute;
  top: 11px;
  left: 881px;
  width: 253px;
  color: var(--navy);
  text-align: center;
}

.patient-portal > p:first-child {
  margin: 0;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.round-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--navy);
}

.round-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.round-icon--portal {
  width: 62px;
  height: 62px;
  margin: 4px auto 8px;
}

.round-icon--portal img {
  width: 48px;
  height: 48px;
}

.patient-portal__billing {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.home-layout {
  min-height: 1220px;
}

.home-main {
  position: absolute;
  top: 13px;
  left: 28px;
  width: 630px;
}

.home-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 109px;
}

.home-action {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--navy);
  text-align: center;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.home-action > span:last-child {
  margin-top: 2px;
  text-decoration: underline;
  white-space: nowrap;
}

.home-action .round-icon img {
  width: 53px;
  height: 53px;
}

.home-video {
  display: block;
  width: 630px;
  height: 270px;
  border: 0;
  background: #000;
  object-fit: cover;
  box-shadow: 0 2px 3px rgb(0 0 0 / 45%);
}

.home-posts {
  width: 612px;
  margin: 15px 0 0 4px;
}

.home-post-card {
  display: grid;
  grid-template-columns: 290px 1fr;
  width: 612px;
  height: 218px;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  background: #fff;
}

.home-post-card__image,
.home-post-card__image img {
  width: 290px;
  height: 218px;
}

.home-post-card__image img {
  object-fit: cover;
}

.home-post-card__content {
  padding: 27px 35px 15px 34px;
  overflow: hidden;
}

.home-post-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.36;
}

.home-post-card h2 a {
  text-decoration: none;
}

.home-post-card p {
  display: -webkit-box;
  margin: 7px 0 0;
  overflow: hidden;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-sidebar {
  position: absolute;
  top: 13px;
  left: 690px;
  width: 280px;
}

.email-block {
  width: 328px;
  height: 213px;
  margin-left: -24px;
  color: var(--navy);
  text-align: center;
}

.round-icon--email {
  margin: 0 auto;
}

.round-icon--email img {
  width: 55px;
  height: 55px;
  filter: invert(86%) sepia(39%) saturate(535%) hue-rotate(16deg) brightness(103%) contrast(80%);
}

.email-block h2 {
  margin: 2px 0 4px;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

.email-block p {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.facebook-timeline {
  display: block;
  width: 280px;
  height: 937px;
  margin-top: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.integration-fallback {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.standard-page {
  min-height: 544px;
}

.standard-page__title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 44px;
  color: var(--navy);
}

.standard-page__title h1 {
  margin: 3px 0 0;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

.standard-page__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 479px;
  padding: 1px;
  overflow: hidden;
}

.standard-page__image {
  height: 477px;
  overflow: hidden;
}

.standard-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.standard-page__copy {
  min-width: 0;
  padding: 5px 0 0 10px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 400;
}

.standard-page__copy > p:first-child {
  width: 661px;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.standard-page__copy h2 {
  width: 532px;
  margin: 18px 0 0;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.standard-page__copy > p:last-child {
  width: 746px;
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 27px;
}

.history-page .standard-page {
  min-height: 1670px;
}

.history-page .standard-page__title {
  height: 42px;
}

.history-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 818px;
  padding: 0 1px;
  overflow: hidden;
}

.history-feature__image {
  height: 818px;
  overflow: hidden;
}

.history-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.history-feature__copy {
  min-width: 0;
  padding: 7px 0 0 9px;
  color: var(--navy);
}

.history-feature__copy p {
  width: 662px;
  min-height: 813px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.history-gallery {
  min-height: 800px;
  padding-top: 10px;
  font-family: "Proxima WVAC", Arial, sans-serif;
}

.history-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.history-gallery__item {
  display: grid;
  grid-template-rows: 188px 52px;
  height: 240px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #e8e6e6;
  color: #000;
  cursor: pointer;
  font: 400 15px/21px "Proxima WVAC", Arial, sans-serif;
}

.history-gallery__item[hidden] {
  display: none;
}

.history-gallery__item img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  object-position: center;
}

.history-gallery__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}

.history-gallery__show-more {
  display: block;
  width: 307px;
  height: 30px;
  margin: 10px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f2e2e;
  cursor: pointer;
  font: 400 14px/30px "Proxima WVAC", Arial, sans-serif;
  text-decoration: underline;
}

.history-gallery__show-more[hidden] {
  display: none;
}

.history-lightbox {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgb(0 0 0 / 88%);
  color: #fff;
}

.history-lightbox::backdrop {
  background: transparent;
}

.history-lightbox__stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.history-lightbox__media {
  position: absolute;
  inset: 24px 90px 18px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 30px;
  min-width: 0;
  min-height: 0;
  margin: 0;
}

.history-lightbox__image-frame {
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.history-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.history-lightbox figcaption {
  align-self: end;
  margin: 0;
  color: #fff;
  text-align: center;
  font: 400 15px/30px "Proxima WVAC", Arial, sans-serif;
}

.history-lightbox__close,
.history-lightbox__previous,
.history-lightbox__next {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

.history-lightbox__close {
  top: 14px;
  right: 22px;
  width: 44px;
  height: 44px;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
}

.history-lightbox__previous,
.history-lightbox__next {
  top: 50%;
  width: 58px;
  height: 86px;
  transform: translateY(-50%);
  font-size: 62px;
  font-weight: 200;
  line-height: 80px;
}

.history-lightbox__previous {
  left: 14px;
}

.history-lightbox__next {
  right: 14px;
}

.history-lightbox__close:hover,
.history-lightbox__close:focus-visible,
.history-lightbox__previous:hover,
.history-lightbox__previous:focus-visible,
.history-lightbox__next:hover,
.history-lightbox__next:focus-visible {
  background: rgb(255 255 255 / 12%);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .history-lightbox__media {
    inset: 54px 12px 14px;
  }

  .history-lightbox__previous,
  .history-lightbox__next {
    width: 44px;
    height: 70px;
    background: rgb(0 0 0 / 35%);
    font-size: 48px;
    line-height: 64px;
  }

  .history-lightbox__previous {
    left: 4px;
  }

  .history-lightbox__next {
    right: 4px;
  }
}

.officers-page .standard-page {
  min-height: 540px;
}

.officers-introduction {
  padding: 8px 20px 24px;
  color: var(--navy);
  font-size: 18px;
  line-height: 27px;
}

.officers-introduction p {
  width: 900px;
  margin: 0 0 12px;
}

.officers-board {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 421px;
  grid-template-rows: repeat(var(--officer-rows, 2), 178px);
  gap: 19px 138px;
  padding: 0 0 24px;
}

.officer {
  display: grid;
  grid-template-columns: 167px minmax(0, 1fr);
  gap: 15px;
  width: 421px;
  height: 178px;
}

.officer__portrait {
  width: 167px;
  height: 178px;
  object-fit: cover;
  object-position: center;
}

.officer__portrait--placeholder {
  padding: 20px;
  border: 1px solid #d8dce5;
  background: #fff;
  object-fit: contain;
}

.officer__details {
  min-width: 0;
  padding-top: 8px;
  color: var(--navy);
}

.officer__details h2 {
  margin: 0;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

.officer__details p {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  overflow-wrap: anywhere;
}

.vehicles-page .standard-page {
  min-height: 1098px;
}

.vehicles-page .standard-page__title {
  height: 44px;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: 418px 423px;
  grid-auto-rows: 456px;
  column-gap: 142px;
  row-gap: 66px;
  height: 1054px;
  padding-left: 2px;
}

.vehicle {
  color: var(--navy);
}

.vehicle h2 {
  height: 40px;
  margin: 0;
  color: var(--navy);
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
}

.vehicle img {
  width: 418px;
  height: 390px;
  object-fit: cover;
  object-position: center;
}

.vehicle--wide img {
  width: 423px;
}

.vehicle p {
  margin: 0 0 0 10px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.vehicle--wide p {
  margin-left: 4px;
  width: 360px;
}

.vehicle:nth-child(3) p {
  width: 360px;
  margin-left: 6px;
}

.call-volumes-page .standard-page {
  min-height: 1010px;
}

.call-volumes-page .standard-page__title {
  height: 50px;
}

.call-volumes-report {
  min-height: 960px;
  color: var(--navy);
}

.call-volumes-report__table-scroll {
  width: 980px;
  overflow-x: auto;
  margin-bottom: 22px;
  border: 1px solid #8a929c;
}

.call-volumes-report table {
  width: 100%;
  min-width: 965px;
  border-collapse: collapse;
  font: 600 14px/1.25 Arial, sans-serif;
  text-align: center;
}

.call-volumes-report caption {
  padding: 9px;
  background: #0b6387;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.call-volumes-report th,
.call-volumes-report td {
  min-width: 62px;
  padding: 5px 7px;
  border: 1px solid #777;
}

.call-volumes-report thead th,
.call-volumes-report tfoot th,
.call-volumes-report tfoot td {
  background: #0b6387;
  color: #fff;
}

.call-volumes-report tbody tr:nth-child(odd) {
  background: #d8d8d8;
}

.call-volumes-report tbody th,
.call-volumes-report thead th:first-child,
.call-volumes-report tfoot th {
  min-width: 88px;
  text-align: left;
}

.call-volumes-report__blank {
  color: #66717d;
}

.call-volumes-chart {
  width: 844px;
  margin: 0 auto;
  padding: 14px 18px 10px;
  background: #414141;
  color: #eee;
  font-family: Arial, sans-serif;
}

.call-volumes-chart h2 {
  margin: 0;
  color: #eee;
  font-size: 18px;
  text-align: center;
}

.call-volumes-chart svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.call-volumes-chart text {
  fill: #ddd;
  font-size: 12px;
}

.call-volumes-chart__grid line {
  stroke: #777;
  stroke-width: 1;
}

.call-volumes-chart__line {
  fill: none;
  stroke: #4ca8e8;
  stroke-width: 4;
}

.call-volumes-chart circle {
  fill: #4ca8e8;
  stroke: #d8f0ff;
  stroke-width: 2;
}

.call-volumes-chart__value {
  font-weight: 700;
}

.call-volumes-chart__separator {
  stroke: #8c969e;
  stroke-width: 1;
  stroke-dasharray: 5 5;
}

.call-volumes-chart__ytd-heading {
  fill: #fff;
  font-size: 14px;
  font-weight: 700;
}

.call-volumes-chart__ytd-scale {
  fill: #bbc3c9;
  font-size: 10px;
}

.call-volumes-chart__ytd-track {
  fill: #2f3438;
  stroke: #9ba5ac;
  stroke-width: 1;
}

.call-volumes-chart__ytd-bar {
  fill: #f2b84b;
  stroke: #ffe0a3;
  stroke-width: 2;
}

.call-volumes-chart__ytd-value {
  fill: #fff;
}

.call-volumes-chart figcaption {
  margin-top: -6px;
  font-size: 13px;
  text-align: center;
}

.call-volumes-report__empty {
  padding: 40px;
  text-align: center;
}

.support-us-page .standard-page {
  min-height: 551px;
}

.support-us-page .standard-page__title {
  height: 44px;
}

.support-options {
  height: 507px;
}

.support-option {
  position: absolute;
  top: 45px;
  width: 271px;
  color: var(--navy);
}

.support-option--donate {
  left: 54px;
}

.support-option--join {
  left: 355px;
  width: 269px;
}

.support-option--emt {
  left: 658px;
}

.support-option img {
  width: 271px;
  height: 162px;
  object-fit: cover;
  object-position: center;
}

.support-option--join img {
  width: 269px;
}

.support-option h2 {
  margin: 14px 0 9px;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
}

.support-option p {
  margin: 0 0 27px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.donate-page .standard-page {
  min-height: 695px;
}

.donate-page .standard-page__title {
  height: 44px;
}

.donate-content {
  height: 651px;
  padding: 5px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.donate-content p {
  margin-right: 0;
  margin-left: 0;
}

.donate-content__intro {
  margin-top: 0;
}

.donate-content__levels {
  margin-top: 28px;
  text-align: center;
}

.donate-content__mail-heading {
  margin-top: 29px;
}

.donate-content__address {
  margin-top: 27px;
}

.donate-content__legacy-heading {
  margin-top: 28px;
}

.donate-content__legacy-copy {
  margin-top: 26px;
}

.donate-content__tax {
  margin-top: 53px;
}

.join-us-page .standard-page {
  min-height: 785px;
}

.join-us-page .standard-page__title {
  height: 44px;
}

.join-us-content {
  height: 741px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.join-us-content > p:first-child {
  margin: 1px 0 0;
}

.join-us-content__requirements {
  margin: 27px 0 0;
}

.join-us-content__list {
  margin: 27px 0 0 14px;
  padding-left: 21px;
}

.join-us-content__list ul {
  margin: 0;
  padding-left: 36px;
}

.join-us-content__body {
  margin: 27px 0 0;
}

.join-us-content__download-intro {
  margin: 27px 0 0;
}

.join-us-content__download {
  margin: 13px 0 0;
  text-align: center;
}

.join-us-content__download a {
  display: inline-block;
  height: 43px;
  padding: 0 7px;
  background: var(--navy);
  color: #fff;
  font-size: 22px;
  line-height: 43px;
  text-decoration: none;
  letter-spacing: 1px;
}

.emt-course-page .standard-page {
  min-height: 498px;
}

.emt-course-page .standard-page__title {
  height: 44px;
}

.emt-course-content {
  height: 454px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.emt-course-content p {
  margin: 6px 0 0;
}

.emt-course-content p + p {
  margin-top: 27px;
}

.emt-course-content ul {
  margin: 0 0 0 14px;
  padding-left: 21px;
}

.contact-page .standard-page {
  min-height: 682px;
}

.contact-page .standard-page__title {
  height: 41px;
}

.contact-layout {
  height: 641px;
}

.contact-map {
  display: block;
  width: 570px;
  height: 575px;
  border: 0;
}

.contact-details {
  position: absolute;
  top: 86px;
  left: 579px;
  width: 360px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.contact-details p {
  margin: 0 0 27px;
}

.resources-page .standard-page {
  min-height: 1058px;
}

.resources-page .standard-page__title {
  height: 47px;
}

.resources-layout {
  height: 1011px;
  color: var(--navy);
}

.resource-card {
  position: absolute;
  top: 0;
  width: 455px;
  font-size: 20px;
  line-height: 27px;
}

.resource-card--documents {
  left: 4px;
}

.resource-card--aed {
  left: 520px;
}

.resource-card img {
  width: 455px;
  height: 271px;
  object-fit: cover;
  object-position: center;
}

.resource-card--documents img {
  width: 449px;
  height: 270px;
}

.resource-card h2,
.file-of-life h2 {
  margin: 18px 0 9px;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
}

.resource-card p {
  margin: 0 0 27px;
}

.file-of-life {
  position: absolute;
  top: 583px;
  left: 260px;
  width: 600px;
  text-align: center;
}

.file-of-life h2 {
  margin: 0 0 34px;
}

.file-of-life img {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  object-fit: cover;
}

.forms-documents-page .standard-page {
  min-height: 292px;
}

.forms-documents-page .standard-page__title {
  height: 44px;
}

.patient-documents {
  height: 248px;
  color: var(--navy);
  font-size: 20px;
  line-height: 27px;
}

.patient-documents ul {
  margin: 14px 0 0 50px;
  padding-left: 22px;
}

.patient-documents li {
  margin-bottom: 27px;
  padding-left: 0;
}

.file-life-page .standard-page {
  min-height: 479px;
}

.file-life-page .standard-page__title {
  height: 44px;
}

.file-life-content {
  height: 435px;
  color: var(--navy);
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.file-life-content h2 {
  width: 650px;
  margin: 8px auto 5px;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.file-life-content__image {
  display: block;
  width: 353px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
}

.file-life-content__image img {
  width: 353px;
  height: 250px;
  object-fit: cover;
}

.file-life-content p {
  margin: 7px 0 0;
  text-align: left;
}

.file-life-content p a {
  text-decoration: none;
}

.aed-map-page .standard-page {
  min-height: 661px;
}

.aed-map-page .standard-page__title {
  height: 44px;
}

.aed-map-content {
  height: 617px;
  color: var(--navy);
}

.aed-map-embed {
  display: block;
  width: 643px;
  height: 483px;
  margin: 1px auto 0;
  border: 0;
}

.aed-map-content p {
  margin: 14px 4px 0;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.story-choice-page .standard-page {
  min-height: 710px;
}

.story-choice-page .standard-page__title {
  height: 44px;
}

.story-choice-content {
  height: 666px;
  padding: 4px 8px 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 27px;
}

.story-choice-content p {
  margin: 0 0 27px;
}

.story-choice-actions {
  display: flex;
  justify-content: space-between;
  width: 718px;
  margin: -1px auto 0;
}

.story-choice-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 282px;
  height: 52px;
  border: 1px solid var(--navy);
  outline: 1px solid #fff;
  outline-offset: -3px;
  background: var(--navy);
  color: #fff;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
  text-decoration: none;
}

.story-choice-actions a:last-child {
  width: 292px;
}

.story-form-section {
  min-height: 671px;
  padding-top: 37px;
}

.story-form {
  width: 917px;
  color: #0f2cb4;
}

.story-form h1 {
  height: 48px;
  margin: 0;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  margin: 12px 0 -12px;
  padding: 10px 14px;
  border: 1px solid #9b2d2d;
  background: #fff4f4;
  color: #792020;
  font: 700 14px/20px Arial, sans-serif;
  text-align: center;
}

.form-status--success {
  border-color: #2c7650;
  background: #f0faf4;
  color: #205b3d;
}

.story-form__grid {
  display: grid;
  grid-template-columns: 446.5px 446.5px;
  grid-template-rows: 62px 62px 85px 117px;
  column-gap: 24px;
  row-gap: 25px;
  margin-top: 24px;
}

.story-field,
.story-membership {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Fraunces WVAC", Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.story-field label,
.story-membership legend {
  display: block;
  margin: 0 0 8px;
  padding: 0;
}

.story-field input,
.story-field textarea,
.story-phone-control {
  display: block;
  width: 100%;
  border: 1px solid #5873ff;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #0f2cb4;
  font: 400 16px/20px "Fraunces WVAC", Georgia, serif;
}

.story-field > input {
  height: 38px;
  padding: 8px 10px;
}

.story-field input:focus,
.story-field textarea:focus,
.story-phone-control:focus-within {
  border-color: #0f2cb4;
  box-shadow: 0 0 0 1px #0f2cb4;
}

.story-phone-control {
  display: grid;
  grid-template-columns: 52px 1fr;
  height: 38px;
}

.story-phone-control input {
  height: 36px;
  padding: 8px 10px 8px 0;
  border: 0;
}

.story-phone-control input:focus {
  box-shadow: none;
}

.story-phone-control__country {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 15px;
}

.story-phone-control__globe {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #0f2cb4;
  border-radius: 50%;
}

.story-phone-control__globe::before,
.story-phone-control__globe::after {
  position: absolute;
  content: "";
}

.story-phone-control__globe::before {
  top: 2px;
  bottom: 2px;
  left: 6px;
  width: 3px;
  border-right: 1px solid #0f2cb4;
  border-left: 1px solid #0f2cb4;
  border-radius: 50%;
}

.story-phone-control__globe::after {
  top: 7px;
  left: 1px;
  width: 13px;
  border-top: 1px solid #0f2cb4;
}

.story-phone-control__chevron {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 1px solid #0f2cb4;
  border-bottom: 1px solid #0f2cb4;
  transform: rotate(45deg);
}

.story-membership legend {
  width: 100%;
}

.story-membership label {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 16px;
  line-height: 24px;
}

.story-membership input {
  width: 17px;
  height: 17px;
  margin: 0 11px 0 0;
  accent-color: #0f2cb4;
}

.story-field--membership-dates {
  grid-column: 2;
  grid-row: 3;
}

.story-field--message {
  grid-column: 1 / -1;
  grid-row: 4;
}

.story-field--message textarea {
  height: 93px;
  padding: 8px 12px;
  resize: none;
}

.story-form__submit {
  width: 917px;
  height: 42px;
  margin-top: 23px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #1733c6;
  color: #fff;
  cursor: pointer;
  font: 700 16px/42px "Lato Light WVAC", Lato, Arial, sans-serif;
  text-align: center;
}

.patient-story-section {
  min-height: 726px;
  padding-top: 37px;
}

.patient-story-form {
  width: 742px;
  color: #0f2cb4;
  font-family: "Futura WVAC", Arial, sans-serif;
}

.patient-story-form h1 {
  height: 48px;
  margin: 0;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.patient-story-form__identity {
  display: grid;
  grid-template-columns: 347px 347px;
  grid-template-rows: 61px 61px;
  column-gap: 36px;
  row-gap: 24px;
  margin-top: 24px;
}

.patient-field,
.patient-date-field,
.patient-date-field__control {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: 400 14px/17px "Futura WVAC", Arial, sans-serif;
}

.patient-field label,
.patient-date-field legend,
.patient-date-field__control label {
  display: block;
  margin: 0 0 8px;
  padding: 0;
}

.patient-field input,
.patient-field textarea,
.patient-phone-control,
.patient-date-field input,
.patient-date-field select {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: #e1e7e3;
  color: #0f2cb4;
  font: 400 16px/20px "Futura WVAC", Arial, sans-serif;
}

.patient-field input,
.patient-date-field input,
.patient-date-field select {
  height: 36px;
  padding: 8px 12px;
}

.patient-field input:focus,
.patient-field textarea:focus,
.patient-phone-control:focus-within,
.patient-date-field input:focus,
.patient-date-field select:focus {
  box-shadow: 0 0 0 2px #5a71c1;
}

.patient-phone-control {
  display: grid;
  grid-template-columns: 52px 1fr;
  height: 36px;
}

.patient-phone-control input {
  height: 36px;
  padding: 8px 12px 8px 0;
  border-radius: 0 8px 8px 0;
}

.patient-phone-control input:focus {
  box-shadow: none;
}

.patient-date-field {
  display: grid;
  grid-template-columns: 268px 24px 122px 36px 122px 36px 134px;
  grid-template-rows: 17px 61px;
  row-gap: 8px;
  margin-top: 24px;
}

.patient-date-field legend {
  grid-column: 1 / -1;
  margin: 0;
}

.patient-date-field__month {
  grid-column: 1;
  width: 268px;
}

.patient-date-field__day {
  grid-column: 3;
  width: 122px;
}

.patient-date-field__year {
  grid-column: 5;
  width: 122px;
}

.patient-date-field__time {
  grid-column: 7;
  width: 134px;
}

.patient-date-field select {
  appearance: auto;
  color: #5a71c1;
}

.patient-date-field input::placeholder {
  color: #5a71c1;
  opacity: 1;
}

.patient-field--nature {
  width: 742px;
  margin-top: 24px;
}

.patient-field--experience {
  width: 742px;
  margin-top: 24px;
}

.patient-field--experience textarea {
  height: 92px;
  padding: 8px 12px;
  resize: none;
}

.patient-story-form__submit {
  width: 742px;
  height: 41px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #0f2cb4;
  color: #fff;
  cursor: pointer;
  font: 700 16px/41px "Futura WVAC", Arial, sans-serif;
  text-align: center;
}

.wvac-form-section,
.contact-form-section {
  padding: 36px 0 48px;
}

.contact-form-section {
  padding-top: 16px;
  border-top: 1px solid #e1e4ed;
}

.wvac-form {
  width: 917px;
  padding: 32px 36px 36px;
  border: 1px solid #d4dae4;
  border-radius: 14px;
  background: #fbfcfc;
  box-shadow: 0 5px 18px rgb(37 50 102 / 8%);
  color: var(--navy);
  font-family: "Futura WVAC", Arial, sans-serif;
}

.wvac-form__title {
  margin: 0;
  color: var(--navy);
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.wvac-form__intro,
.wvac-form__notice {
  max-width: 740px;
  margin: 10px auto 0;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.wvac-form__notice {
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff8d9;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  margin: 18px 0 0;
  padding: 11px 14px;
  border: 1px solid #a33b3b;
  border-radius: 8px;
  background: #fff3f3;
  color: #792020;
  font: 700 14px/20px Arial, sans-serif;
  text-align: center;
}

.form-status--success {
  border-color: #2c7650;
  background: #f0faf4;
  color: #205b3d;
}

.wvac-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  margin-top: 26px;
}

.wvac-field {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.wvac-field--full {
  grid-column: 1 / -1;
}

.wvac-field label,
.wvac-field legend {
  display: block;
  margin: 0 0 7px;
  padding: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.wvac-required {
  color: #344fbd;
  font-weight: 400;
}

.wvac-optional {
  color: #66708d;
  font-weight: 400;
}

.wvac-field input,
.wvac-field select,
.wvac-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #c9d1d0;
  border-radius: 8px;
  outline: 0;
  background: #e7ece9;
  color: var(--navy);
  font: 400 16px/22px "Futura WVAC", Arial, sans-serif;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.wvac-field input,
.wvac-field select {
  height: 44px;
  padding: 10px 12px;
}

.wvac-field textarea {
  min-height: 142px;
  padding: 11px 12px;
  resize: vertical;
}

.wvac-field input::placeholder,
.wvac-field textarea::placeholder {
  color: #737d99;
  opacity: 1;
}

.wvac-field input:focus,
.wvac-field select:focus,
.wvac-field textarea:focus {
  border-color: #4962bd;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(73 98 189 / 18%);
}

.wvac-form.was-validated input:invalid,
.wvac-form.was-validated select:invalid,
.wvac-form.was-validated textarea:invalid {
  border-color: #a33b3b;
  background: #fff7f7;
  box-shadow: 0 0 0 2px rgb(163 59 59 / 12%);
}

.wvac-choice-group__options {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #c9d1d0;
  border-radius: 8px;
  background: #e7ece9;
}

.wvac-choice-group__options label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.wvac-choice-group__options input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: #1733c6;
}

.wvac-form.was-validated .wvac-choice-group:has(input:invalid) .wvac-choice-group__options {
  border-color: #a33b3b;
  background: #fff7f7;
}

.wvac-date-field > legend {
  margin-bottom: 10px;
}

.wvac-date-grid {
  display: grid;
  grid-template-columns: 2fr 0.7fr 0.9fr 1fr;
  gap: 16px;
}

.wvac-character-count {
  display: block;
  margin-top: 5px;
  color: #68718c;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.wvac-field--captcha {
  grid-column: 1;
}

.wvac-field--captcha input[type="text"] {
  width: 150px;
}

.wvac-field--captcha small {
  display: block;
  margin-top: 6px;
  color: #68718c;
  font-size: 12px;
  line-height: 17px;
}

.wvac-form__submit {
  display: block;
  width: 100%;
  height: 46px;
  margin-top: 28px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #1733c6;
  color: #fff;
  cursor: pointer;
  font: 700 16px/46px "Futura WVAC", Arial, sans-serif;
  text-align: center;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}

.wvac-form__submit:hover,
.wvac-form__submit:focus-visible {
  background: #102898;
  box-shadow: 0 0 0 3px rgb(23 51 198 / 22%);
}

.wvac-form__submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.events-calendar-section {
  min-height: 656px;
  color: var(--navy);
}

.events-calendar-section > h1 {
  height: 41px;
  margin: 0;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}

.events-calendar-stage {
  height: 600px;
  background:
    linear-gradient(rgb(31 35 48 / 24%), rgb(31 35 48 / 24%)),
    url("/assets/images/events/calendar-gradient.jpg") center / cover no-repeat;
}

.events-calendar {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 548px;
  height: 537px;
  padding: 8px 24px 24px;
  border-radius: 16px;
  background: rgb(0 0 0 / 35%);
  color: #fff;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
}

.events-calendar__toolbar {
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  height: 56px;
}

.events-calendar__toolbar button,
.events-calendar__toolbar a {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: 400 24px/56px "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.events-calendar__month {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.events-calendar__month > span:first-child {
  margin-right: 8px;
  font-size: 18px;
}

.events-calendar__weekdays,
.events-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 6px;
}

.events-calendar__weekdays {
  height: 17px;
  margin-top: 12px;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}

.events-calendar__days {
  height: 408px;
  grid-auto-rows: 1fr;
  row-gap: 6px;
  margin-top: 12px;
}

.events-calendar__days button {
  position: relative;
  display: grid;
  place-items: start center;
  padding: 9px 0 0;
  border: 0;
  border-radius: 4px;
  background: rgb(255 255 255 / 18%);
  color: #fff;
  cursor: pointer;
  font: 400 20px/27px "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  text-align: center;
}

.events-calendar__days button:disabled {
  cursor: default;
}

.events-calendar__day-number {
  position: relative;
  z-index: 2;
  padding: 0 4px;
  border-radius: 3px;
}

.events-calendar__event {
  overflow: hidden;
}

.events-calendar__event img,
.events-calendar__no-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.events-calendar__event img {
  object-fit: cover;
}

.events-calendar__no-image {
  display: grid;
  place-items: center;
  color: rgb(255 255 255 / 80%);
  background: rgb(25 56 96 / 72%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.events-calendar__event .events-calendar__day-number {
  background: rgb(0 0 0 / 68%);
}

.events-calendar__event-count {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  padding: 2px 4px;
  border-radius: 3px;
  background: rgb(0 0 0 / 76%);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
}

.events-calendar__event.is-selected {
  outline: 3px solid #f4c95d;
  outline-offset: -3px;
}

.events-calendar__detail {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 338px;
  min-height: 250px;
  max-height: 537px;
  overflow: auto;
  padding: 24px;
  border-radius: 16px;
  color: #fff;
  background: rgb(0 0 0 / 52%);
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
}

.events-calendar__detail img {
  display: block;
  width: 290px;
  height: 218px;
  margin-bottom: 18px;
  object-fit: cover;
}

.events-calendar__detail-event + .events-calendar__detail-event {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgb(255 255 255 / 45%);
}

.events-calendar__detail h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.events-calendar__detail p {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.4;
}

.events-calendar__detail a {
  color: #fff;
}

.events-calendar-detail__time {
  font-weight: 700;
}

.events-calendar-detail__description {
  white-space: pre-line;
}

.events-calendar__empty {
  margin-top: 0 !important;
}

.events-calendar__days button:hover,
.events-calendar__days button:focus-visible {
  background: rgb(255 255 255 / 30%);
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.events-calendar__days .events-calendar__day--muted {
  opacity: 0.25;
}

.donation-thanks {
  min-height: 500px;
  padding-top: 190px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.donation-thanks h1 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.donation-thanks p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.donation-thanks p + p {
  margin-top: 21px;
}

.blog-feed {
  min-height: 1809px;
  padding-top: 0;
  color: var(--navy);
}

.blog-tag-page .blog-feed {
  min-height: 511px;
}

.blog-feed > h1 {
  height: 41px;
  margin: 0;
  font-family: "Roboto WVAC", Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
}

.blog-categories {
  display: flex;
  gap: 40px;
  height: 100px;
  padding: 37px 20px 0;
  font: 400 15px/18px "Fraunces WVAC", Georgia, serif;
}

.blog-categories a {
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
}

.blog-categories a.is-active,
.blog-categories a:hover,
.blog-categories a:focus-visible {
  color: #42508e;
}

.blog-post-list {
  width: 940px;
  margin: 0 20px;
}

.blog-list-card {
  display: grid;
  grid-template-columns: 347px 593px;
  width: 940px;
  height: 230px;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid #2f54dd;
  background: #fff;
}

.blog-list-card__image,
.blog-list-card__image img {
  width: 347px;
  height: 228px;
}

.blog-list-card__image img {
  object-fit: cover;
}

.blog-list-card__body {
  position: relative;
  width: 592px;
  height: 228px;
  padding: 25px 35px 23px;
  overflow: hidden;
  border-left: 1px solid #2f54dd;
}

.blog-list-card__author {
  display: grid;
  grid-template-columns: 32px auto;
  column-gap: 10px;
  height: 43px;
  font-size: 12px;
  line-height: 17px;
}

.blog-list-card__avatar {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #8ca6ae;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.blog-list-card__author-name,
.blog-list-card__meta {
  display: block;
}

.blog-list-card__category {
  display: block;
  height: 30px;
  color: var(--navy);
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}

.blog-list-card h2 {
  max-height: 54px;
  margin: 0;
  overflow: hidden;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.blog-list-card h2 a {
  text-decoration: none;
}

.blog-list-card__excerpt {
  height: 24px;
  margin: 12px 0 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: clip;
}

.blog-list-card__footer {
  position: absolute;
  right: 35px;
  bottom: 23px;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 19px;
  padding-top: 1px;
  border-top: 1px solid #d6d9e5;
  font-size: 12px;
  line-height: 17px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 34px 20px 64px;
}

.blog-pagination a,
.blog-pagination span {
  min-width: 36px;
  padding: 8px 10px;
  border: 1px solid #d6d9e3;
  color: var(--navy);
  text-align: center;
  text-decoration: none;
}

.blog-pagination .is-current {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.blog-list-card__heart {
  color: #ff6262;
  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 17px;
}

.blog-post-list--category .blog-list-card {
  grid-template-columns: 454px 486px;
  height: 341.5px;
  margin-bottom: 31px;
  border-color: rgb(248 249 249 / 75%);
}

.blog-post-list--category .blog-list-card__image,
.blog-post-list--category .blog-list-card__image img {
  width: 454px;
  height: 340px;
}

.blog-post-list--category .blog-list-card__body {
  width: 485px;
  height: 340px;
  padding: 35px 36px 27px;
  border-left-color: rgb(248 249 249 / 75%);
}

.blog-post-list--category .blog-list-card__author {
  height: 52px;
}

.blog-post-list--category .blog-list-card__category {
  height: 34px;
}

.blog-post-list--category .blog-list-card h2 {
  max-height: 117px;
  font-size: 28px;
  line-height: 39px;
}

.blog-post-list--category .blog-list-card__excerpt {
  height: 72px;
  margin-top: 8px;
  line-height: 24px;
  white-space: normal;
}

.blog-post-list--category .blog-list-card__footer {
  right: 36px;
  bottom: 27px;
  left: 36px;
}

.blog-post-list--category .blog-list-card--no-image {
  grid-template-columns: 1fr;
}

.blog-post-list--category .blog-list-card--no-image .blog-list-card__body {
  width: 938px;
  border-left: 0;
}

.blog-list-card__video {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.blog-list-card__video span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgb(255 255 255 / 12%);
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  text-indent: 2px;
}

.individual-post {
  color: var(--navy);
  min-height: var(--post-min-height);
}

@media (max-device-width: 600px) {
  .individual-post {
    min-height: var(--post-mobile-min-height);
  }
}

.individual-post__navigation {
  height: 80px;
  padding-top: 27px;
  padding-left: 20px;
}

.individual-post__article {
  width: 940px;
  margin: 0 20px;
  padding-top: 56px;
}

.individual-post__meta,
.individual-post__article > h1,
.individual-post__body > * {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.individual-post__meta {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 21px;
}

.individual-post__author-avatar {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  background: #1f3c78;
  color: white;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}

.individual-post__author-details {
  display: flex;
  flex-direction: column;
  line-height: 18px;
}

.individual-post__more {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 22px;
  line-height: 24px;
}

.individual-post__share-menu {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
}

.individual-post__share-menu summary {
  padding: 7px 12px;
  border: 1px solid #1f3c78;
  border-radius: 2px;
  color: #1f3c78;
  cursor: pointer;
  list-style: none;
}

.individual-post__share-menu summary::-webkit-details-marker {
  display: none;
}

.individual-post__share-menu > div {
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  gap: 8px;
  padding: 10px;
  border: 1px solid #d6d9e3;
  background: #fff;
  box-shadow: 0 4px 14px rgb(22 38 73 / 16%);
}

.individual-post__share-menu a,
.individual-post__share a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1f3c78;
  border-radius: 50%;
  color: #1f3c78;
  text-decoration: none;
}

.individual-post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.individual-post__article > h1 {
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.individual-post__body {
  font-size: 18px;
  line-height: 27px;
}

.individual-post__body p,
.individual-post__body h2,
.individual-post__body ul,
.individual-post__body ol,
.individual-post__body figure {
  margin-top: 0;
  margin-bottom: 0;
}

.individual-post__authored-flow > p,
.individual-post__authored-flow > ul,
.individual-post__authored-flow > ol,
.individual-post__authored-flow > figure,
.individual-post__authored-flow > .post-gallery {
  margin-bottom: 18px;
}

.individual-post__authored-flow > h2,
.individual-post__authored-flow > h3,
.individual-post__authored-flow > h4 {
  margin-top: 28px;
  margin-bottom: 14px;
}

.individual-post__authored-flow > :first-child {
  margin-top: 0;
}

.individual-post__authored-flow > :last-child {
  margin-bottom: 0;
}

.individual-post__body h2 {
  font-family: "Open Sans WVAC", "Open Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.individual-post__body ul,
.individual-post__body ol {
  padding-left: 36px;
}

.individual-post__body li {
  padding-left: 0;
}

.individual-post__body a {
  text-decoration: underline;
}

.individual-post__body figure img {
  width: 740px;
  height: auto;
}

.individual-post__body figcaption {
  min-height: 39px;
  padding-top: 7px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.post-gallery {
  width: 740px;
}

.post-gallery figure,
.post-gallery button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.post-gallery button {
  display: block;
  cursor: zoom-in;
}

.post-gallery--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.post-gallery--grid figure,
.post-gallery--grid button,
.post-gallery--grid img {
  width: 243.33px;
  height: 243.33px;
}

.post-gallery--grid img {
  object-fit: cover;
}

.post-gallery--masonry-columns {
  columns: 2;
  column-gap: 5px;
}

.post-gallery--masonry-columns figure {
  width: 367.5px;
  margin-bottom: 5px;
  break-inside: avoid;
}

.post-gallery--masonry-columns button,
.post-gallery--masonry-columns img {
  width: 367.5px;
  height: auto;
}

.post-gallery--masonry-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.post-gallery--masonry-rows figure {
  flex: var(--gallery-item-ratio) 1 calc(var(--gallery-item-ratio) * 240px);
  height: 240px;
}

.post-gallery--masonry-rows button,
.post-gallery--masonry-rows img {
  width: 100%;
  height: 240px;
}

.post-gallery--masonry-rows img {
  object-fit: cover;
}

.post-gallery--thumbnail .post-gallery__feature,
.post-gallery--thumbnail .post-gallery__feature img {
  width: 740px;
  height: 477px;
}

.post-gallery--thumbnail .post-gallery__feature img {
  object-fit: cover;
}

.post-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-top: 5px;
}

.post-gallery__thumbnails button,
.post-gallery__thumbnails img {
  width: 144px;
  height: 80px;
}

.post-gallery__thumbnails img {
  object-fit: cover;
}

.post-gallery__thumbnails button.is-active {
  outline: 2px solid var(--navy);
  outline-offset: -2px;
}

.post-gallery-lightbox[hidden] {
  display: none;
}

.post-gallery-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px;
  background: rgb(0 0 0 / 88%);
}

.post-gallery-lightbox img {
  max-width: 94vw;
  max-height: 90vh;
  object-fit: contain;
}

.post-gallery-lightbox button {
  position: absolute;
  top: 14px;
  right: 23px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font: 300 42px/42px Arial, sans-serif;
  cursor: pointer;
}

.individual-post__table-wrap {
  overflow: hidden;
}

.individual-post__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
}

.individual-post__table td,
.individual-post__table th {
  padding: 10px;
  border: 1px solid #d8dce5;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

.individual-post__collapsible-list details {
  min-height: 72px;
}

.individual-post__collapsible-list summary {
  display: flex;
  min-height: 32px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.individual-post__collapsible-list summary::-webkit-details-marker {
  display: none;
}

.individual-post__collapsible-list summary::before {
  width: 20px;
  content: "›";
  font-size: 22px;
  line-height: 22px;
  transform: rotate(90deg);
}

.individual-post__collapsible-list details[open] summary::before {
  transform: rotate(-90deg);
}

.individual-post__collapsible-body {
  padding-left: 20px;
}

.individual-post__button-wrap {
  padding: 27px 0;
  text-align: center;
}

.individual-post__button {
  display: inline-block;
  padding: 12px 18px;
  background: #0141aa;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none !important;
}

.individual-post__button:hover,
.individual-post__button:focus-visible {
  background: #0141aa;
  color: #fff;
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

.individual-post__video {
  position: relative;
  width: 740px;
  height: 416px;
  background: #000;
}

.individual-post__video video {
  display: block;
  width: 740px;
  height: 416px;
  background: #000;
}

.individual-post__video > button {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.individual-post__video > button span {
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #fff;
}

.individual-post__video.is-playing > button {
  display: none;
}

.individual-post__spacer {
  height: 16px;
}

.individual-post__footer {
  position: relative;
  width: 938px;
  height: 155px;
  margin-top: 20px;
  border-top: 1px solid #d6d9e5;
  border-bottom: 1px solid #d6d9e5;
}

.individual-post__category {
  position: absolute;
  top: 0;
  left: 103px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.individual-post__share {
  position: absolute;
  top: 72px;
  left: 99px;
  display: flex;
  gap: 30px;
}

.individual-post__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: var(--navy);
  font: 700 14px/19px Arial, sans-serif;
  text-decoration: none;
}

.individual-post__stats {
  position: absolute;
  right: 99px;
  bottom: 0;
  left: 99px;
  display: flex;
  gap: 18px;
  height: 21px;
  font-size: 14px;
  line-height: 21px;
}

.individual-post__stats .individual-post__heart {
  margin-left: auto;
}

.individual-post__heart {
  color: #ff6262;
  font: 400 23px/18px Arial, sans-serif;
}

.recent-posts {
  width: 940px;
  height: 361px;
  margin: 65px 20px 0;
}

.recent-posts > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  height: 62px;
}

.recent-posts > header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.recent-posts > header a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.recent-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 289px);
  gap: 36px;
  padding: 0 25px;
}

.recent-post-card {
  width: 289px;
  height: 275px;
  border: 1px solid #f1f2f5;
}

.recent-post-card__image,
.recent-post-card__image img {
  width: 287px;
  height: 162px;
}

.recent-post-card__image img {
  object-fit: cover;
}

.recent-post-card h3 {
  height: 72px;
  margin: 0;
  padding: 10px 16px 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.recent-post-card h3 a {
  text-decoration: none;
}

.recent-post-card footer {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 34px;
  margin: 0 16px;
  padding-top: 8px;
  border-top: 1px solid #d6d9e5;
  font-size: 12px;
  line-height: 18px;
}

.recent-post-card footer .individual-post__heart {
  margin-left: auto;
}

.site-footer {
  flex: 0 0 40px;
  height: 40px;
  color: var(--navy);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 326px 332px 322px;
  align-items: start;
  font-size: 15px;
  line-height: 20px;
}

.site-footer__inner strong:nth-child(2),
.site-footer__inner strong:nth-child(3) {
  text-align: center;
}

.home-page .site-footer {
  flex-basis: 56px;
  height: 56px;
}

.site-footer__credit {
  display: none;
  margin-top: 2px;
  color: #858ca5;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
  text-align: center;
}

.home-page .site-footer__credit {
  display: block;
}

.site-footer__credit a {
  text-decoration: none;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
  color: var(--navy);
  text-decoration: underline;
}

.error-page {
  min-height: 900px;
  padding: 80px 0;
  color: var(--navy);
}

.store-category {
  display: grid;
  min-height: 430px;
  grid-template-columns: 220px 1fr;
  grid-template-rows: 72px 1fr;
  column-gap: 20px;
}

.store-category__breadcrumb {
  grid-column: 1 / -1;
  padding-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.store-category__breadcrumb a {
  text-decoration: none;
}

.store-category__breadcrumb > span:first-of-type {
  display: inline-block;
  margin: 0 13px;
  font-size: 28px;
  font-weight: 300;
  vertical-align: -2px;
}

.store-category__browse h2,
.store-category__products h1 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}

.store-category__browse h2 {
  padding-bottom: 17px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 20px;
}

.store-category__browse a {
  display: block;
  padding-top: 15px;
  color: #2e4b9d;
}

.store-category__controls {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  font-size: 16px;
}

.store-category__controls span:last-child {
  color: #777;
}

.store-category__empty {
  padding-top: 110px;
  text-align: center;
}

.store-category__empty h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 400;
}

.store-category__empty p {
  margin: 0;
  font-size: 16px;
}

.search-results {
  min-height: 2180px;
  padding: 17px 20px 45px;
  color: #2f54dd;
}

.search-results > h1 {
  margin: 0 0 21px;
  color: var(--navy);
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}

.search-results__form {
  position: relative;
  width: 764px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #6e83e4;
}

.search-results__form > span {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 13px;
  height: 13px;
  border: 2px solid #8aa0f0;
  border-radius: 50%;
}

.search-results__form > span::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 2px;
  background: #8aa0f0;
  content: "";
  transform: rotate(45deg);
}

.search-results__form input {
  width: 100%;
  height: 100%;
  padding: 0 14px 0 34px;
  border: 0;
  outline: 0;
  color: var(--navy);
  font: inherit;
  font-size: 16px;
}

.search-results__form input[type="hidden"] {
  display: none;
}

.search-results__form input::placeholder {
  color: #8aa0f0;
  opacity: 1;
}

.search-results__tabs {
  display: flex;
  width: 764px;
  height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #d5daf2;
  gap: 22px;
  align-items: flex-end;
}

.search-results__tabs a,
.search-results__tabs span {
  min-width: 134px;
  padding: 0 23px 10px;
  font-size: 14px;
  text-decoration: none;
}

.search-results__tabs .is-active {
  border-bottom: 3px solid #2f54dd;
}

.search-results__empty {
  margin: 35px 0;
  color: var(--navy);
  font-size: 16px;
  text-align: center;
}

.search-results__summary {
  display: flex;
  width: 764px;
  height: 62px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.search-results__summary p {
  margin: 0;
}

.search-results__page {
  width: 764px;
  margin: 0 auto;
}

.search-results__page[hidden] {
  display: none;
}

.search-results__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result {
  display: grid;
  min-height: 124px;
  margin-bottom: 25px;
  grid-template-columns: 176px 1fr;
  column-gap: 25px;
}

.search-result--no-media {
  grid-template-columns: 1fr;
}

.search-result__media,
.search-result__media img {
  width: 176px;
  height: 124px;
}

.search-result__media img {
  object-fit: cover;
}

.search-result__media--video {
  background: #000;
}

.search-result__content {
  min-width: 0;
  padding-top: 12px;
}

.search-result__content h2 {
  margin: 0 0 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result__content p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.search-pagination {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 14px;
}

.search-pagination a {
  text-decoration: none;
}

.search-pagination .is-current {
  text-decoration: underline;
}

.search-pagination .is-disabled {
  color: #aeb2bd;
}
