@import 'variables.css';
#is-mobile {
  display: none;
}
body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
body .gap-5 {
  height: 5px;
  width: 100%;
}
body .spacer-5 {
  display: inline-block;
  height: 1px;
  width: 5px;
}
body .gap-10 {
  height: 10px;
  width: 100%;
}
body .spacer-10 {
  display: inline-block;
  height: 1px;
  width: 10px;
}
body .gap-15 {
  height: 15px;
  width: 100%;
}
body .spacer-15 {
  display: inline-block;
  height: 1px;
  width: 15px;
}
body .gap-20 {
  height: 20px;
  width: 100%;
}
body .spacer-20 {
  display: inline-block;
  height: 1px;
  width: 20px;
}
body .gap-25 {
  height: 25px;
  width: 100%;
}
body .spacer-25 {
  display: inline-block;
  height: 1px;
  width: 25px;
}
body .gap-30 {
  height: 30px;
  width: 100%;
}
body .spacer-30 {
  display: inline-block;
  height: 1px;
  width: 30px;
}
body .gap-35 {
  height: 35px;
  width: 100%;
}
body .spacer-35 {
  display: inline-block;
  height: 1px;
  width: 35px;
}
body .gap-40 {
  height: 40px;
  width: 100%;
}
body .spacer-40 {
  display: inline-block;
  height: 1px;
  width: 40px;
}
body .gap-45 {
  height: 45px;
  width: 100%;
}
body .spacer-45 {
  display: inline-block;
  height: 1px;
  width: 45px;
}
body .gap-50 {
  height: 50px;
  width: 100%;
}
body .spacer-50 {
  display: inline-block;
  height: 1px;
  width: 50px;
}
body .gap-55 {
  height: 55px;
  width: 100%;
}
body .spacer-55 {
  display: inline-block;
  height: 1px;
  width: 55px;
}
body .gap-60 {
  height: 60px;
  width: 100%;
}
body .spacer-60 {
  display: inline-block;
  height: 1px;
  width: 60px;
}
body .gap-65 {
  height: 65px;
  width: 100%;
}
body .spacer-65 {
  display: inline-block;
  height: 1px;
  width: 65px;
}
body .gap-70 {
  height: 70px;
  width: 100%;
}
body .spacer-70 {
  display: inline-block;
  height: 1px;
  width: 70px;
}
body .gap-75 {
  height: 75px;
  width: 100%;
}
body .spacer-75 {
  display: inline-block;
  height: 1px;
  width: 75px;
}
body .gap-80 {
  height: 80px;
  width: 100%;
}
body .spacer-80 {
  display: inline-block;
  height: 1px;
  width: 80px;
}
body .gap-85 {
  height: 85px;
  width: 100%;
}
body .spacer-85 {
  display: inline-block;
  height: 1px;
  width: 85px;
}
body .gap-90 {
  height: 90px;
  width: 100%;
}
body .spacer-90 {
  display: inline-block;
  height: 1px;
  width: 90px;
}
body .gap-95 {
  height: 95px;
  width: 100%;
}
body .spacer-95 {
  display: inline-block;
  height: 1px;
  width: 95px;
}
body h1,
body h2,
body h3,
body h4 {
  color: var(--blue);
  font-family: var(--font-family-heading);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 20px;
}
body h1 {
  font-size: 3.5em;
}
body h2 {
  font-size: 2.6em;
}
body h3 {
  font-size: 1.4em;
  position: relative;
}
body h3.label {
  background-color: var(--label-color);
  color: #FFF;
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 500;
  margin-bottom: 0;
  padding: 8px 32px;
}
body h3.label + h2,
body h3.label + h3 {
  margin-top: 20px;
}
body h4 {
  font-size: 1.2em;
}
body * + h2,
body * + h3,
body * + h4 {
  margin-top: 40px;
}
body p + p,
body ul + p,
body ol + p,
body p + ul,
body p + ol,
body ul + ul,
body ul + ol,
body ol + ul,
body ol + ol {
  margin-top: 20px;
}
body ul,
body ol {
  padding-left: 20px;
}
body li {
  padding: 5px 0;
}
.inset {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.spirit-button,
.application_button {
  background-color: var(--red);
  border: 2px solid var(--red);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-family-heading);
  font-weight: 600;
  padding: 4px 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: fit-content;
}
.spirit-button:hover,
.application_button:hover {
  background-color: var(--red-dark);
  border-color: var(--red-dark);
}
.spirit-button--small,
.application_button--small {
  font-size: 0.9em;
  padding: 4px 20px;
}
#wrapper {
  padding-top: var(--header-height);
}
header#header {
  background-color: var(--red);
  color: #FFF;
  height: var(--header-height);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header#header .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 100%;
  justify-content: flex-end;
  padding-right: 40px;
  position: relative;
  z-index: 10;
}
header#header .inset .apply-now {
  background-color: var(--blue);
  color: #FFF;
  display: block;
  font-family: var(--font-family-heading);
  font-size: 1em;
  font-weight: 600;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
header#header .inset .apply-now:hover {
  background-color: var(--blue-dark);
}
header#header .mobile-menu-button {
  --line-inset: 7px;
  background-color: var(--blue);
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1000;
}
header#header .mobile-menu-button:hover {
  background-color: var(--blue-dark);
}
header#header .mobile-menu-button__line {
  background-color: #FFF;
  border-radius: 2px;
  position: absolute;
  top: calc(var(--line-inset) + 4px);
  left: var(--line-inset);
  height: 4px;
  width: calc(100% - (var(--line-inset) * 2));
  transition: all 0.1s ease-in-out;
}
header#header .mobile-menu-button__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header#header .mobile-menu-button__line:nth-child(3) {
  top: auto;
  bottom: calc(var(--line-inset) + 4px);
}
header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
  display: none;
}
header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
  bottom: 18px;
  transform: rotate(-45deg);
}
header#header .home-logo {
  position: absolute;
  top: calc(50% - ((var(--header-height) - 20px) / 2));
  left: 20px;
  z-index: 20;
}
header#header .home-logo img {
  height: calc(var(--header-height) - 20px);
  width: auto;
}
header#header nav {
  background-color: var(--red);
  overflow: hidden;
  max-height: 0;
  min-width: 280px;
  position: absolute;
  right: -20px;
  top: 100%;
  transition: all 0.3s ease-in-out;
}
header#header nav div.menu-main-menu-container ul {
  display: flex;
  flex-direction: column;
  font-size: 1.1em;
  font-weight: 500;
  gap: 0;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 20px 10px 10px;
  width: 320px;
}
header#header nav div.menu-main-menu-container ul li {
  line-height: 1.2;
  position: relative;
}
header#header nav div.menu-main-menu-container ul li.menu-item-has-children:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M320 240L160 384 0 240l0-48 320 0 0 48z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  content: '';
  display: block;
  height: 20px;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 20px;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
header#header nav div.menu-main-menu-container ul li a {
  color: #FFF;
  display: block;
  font-family: var(--font-family-heading);
  font-size: 1.2em;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
header#header nav div.menu-main-menu-container ul li a:hover {
  color: var(--gold);
}
header#header nav div.menu-main-menu-container ul li ul.sub-menu {
  display: none;
  font-size: 0.9em;
  padding: 0 10px 10px 10px;
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
}
header#header nav div.menu-main-menu-container ul li ul.sub-menu li a {
  padding: 5px 20px;
}
header#header nav div.menu-main-menu-container ul li.menu-item--active:after {
  transform: rotate(180deg);
}
header#header nav div.menu-main-menu-container ul li.menu-item--active ul.sub-menu {
  display: block;
}
body.logged-in header#header {
  top: 32px;
}
body.mobile-menu--active header#header nav {
  max-height: 1000px;
}
.hero {
  background-color: var(--grey-light);
  color: #FFF;
  min-height: 400px;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.hero__slide {
  background-color: #01224A;
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  animation: hero-fade-out 0s ease-in-out forwards;
  animation-delay: 1s;
}
.hero__slide--hidden {
  display: none;
}
.hero__slide--active {
  display: block;
  animation: hero-fade-in 1s ease-in-out forwards;
}
.hero__slide:before {
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 0.69) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__slide__text {
  color: var(--charcoal);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  text-align: left;
  max-width: var(--max-width);
  width: calc(100% - 40px);
  z-index: 20;
}
.hero__slide__text div.label {
  background-color: var(--label-color);
  color: #FFF;
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 4px 24px;
  width: fit-content;
}
.hero__slide__text div.title {
  color: var(--red);
  font-family: var(--font-family-heading);
  font-size: 4.25em;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 20px;
}
.hero__slide__text p {
  margin: 0 0 20px;
  text-wrap: balance;
}
@media screen and (max-width: 1440px) {
  .hero__slide__text {
    padding-right: max(calc(100% - var(--max-width) / 2), 20px);
  }
}
@keyframes hero-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.immediate-assistance {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-heading);
  gap: 0;
  margin: -80px auto 40px;
  max-width: calc(var(--max-width));
  position: relative;
  width: calc(100% - 40px);
  z-index: 20;
}
.immediate-assistance h2 {
  background-color: var(--red);
  color: #FFF;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  margin: 0;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
}
.immediate-assistance h2:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M280.4 355.3l21.3 12.3L319 350.2l40.7-40.7L475.8 356 453.3 480l-5.3 0C218.2 480 32 293.7 32 64l0-5.3L156 36.2l46.5 116.1-40.7 40.7-17.3 17.3 12.3 21.3c29.6 51.4 72.4 94.1 123.7 123.7zM512 336L352 272l-55.6 55.6c-46.5-26.8-85.2-65.5-112-112L240 160 176 0 0 32 0 64C0 311.4 200.6 512 448 512l32 0 32-176zM256 32c123.7 0 224 100.3 224 224l32 0C512 114.6 397.4 0 256 0l0 32zm32 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 0l32 0c0-88.4-71.6-160-160-160l0 32c70.7 0 128 57.3 128 128z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  content: '';
  display: inline-block;
  height: 50px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 50px;
  transform: rotate(10deg);
}
.immediate-assistance .numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 2em;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.immediate-assistance .numbers .number {
  background-color: var(--blue);
  color: #FFF;
  flex-grow: 1;
  line-height: 1.1;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
.immediate-assistance .numbers .number strong {
  display: inline-block;
  text-wrap: nowrap;
}
.about {
  background-color: var(--white);
  min-height: 200px;
}
.about p {
  font-size: 1.2em;
  margin: 0 0 20px;
}
.photo-boxes {
  background-color: var(--grey-light);
  min-height: 200px;
  padding: 40px 20px;
  text-align: center;
  margin: 0 auto;
}
.photo-boxes--basic {
  background-color: transparent;
  padding: 0;
}
.photo-boxes .inset {
  max-width: calc(var(--max-width) - 200px);
  width: calc(100% - 40px);
}
.photo-boxes__boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: var(--max-width);
  width: 100%;
}
.photo-boxes__boxes__box {
  background-color: var(--white);
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  color: #333;
  display: block;
  height: 400px;
  padding: 90px 40px 20px 20px;
  position: relative;
  text-decoration: none;
  flex-basis: calc((100% / var(--num-columns)) - 20px);
}
.photo-boxes__boxes__box h3 {
  background-color: var(--blue);
  color: #FFF;
  font-size: 1.3em;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  top: 40px;
  white-space: nowrap;
  width: 80%;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
.photo-boxes__boxes__box p {
  color: #FFF;
  font-size: 0.9em;
  opacity: 0;
  position: relative;
  text-align: left;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  transform: translateX(0);
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
.photo-boxes__boxes__box:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.photo-boxes__boxes__box:after {
  background-color: var(--red);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M429.8 273l17-17-17-17L276.2 85.4l-17-17-33.9 33.9 17 17L354.9 232 24 232 0 232l0 48 24 0 330.9 0L242.2 392.6l-17 17 33.9 33.9 17-17L429.8 273z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  content: '';
  display: block;
  height: 50px;
  right: 20px;
  position: absolute;
  bottom: 20px;
  width: 50px;
  z-index: 10;
}
.photo-boxes__boxes__box:hover h3 {
  padding-left: 30px;
}
.photo-boxes__boxes__box:hover p {
  opacity: 1;
  transform: translateX(10px);
}
.photo-boxes__boxes__box:hover:before {
  background-color: rgba(0, 0, 0, 0.69);
}
.photo-boxes__boxes__box:hover:after {
  background-size: 32px;
}
.photo-boxes--short .photo-boxes__boxes__box {
  height: 160px;
}
.photo-boxes--short .photo-boxes__boxes__box h3 {
  font-size: 1.2em;
  top: 20px;
}
.staff-boxes {
  min-height: 200px;
  margin: 0 auto;
}
.staff-boxes--basic {
  background-color: transparent;
  padding: 0;
}
.staff-boxes .inset {
  max-width: calc(var(--max-width) - 200px);
  width: calc(100% - 40px);
}
.staff-boxes__boxes {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px auto 20px;
  max-width: var(--max-width);
  width: 100%;
}
.staff-boxes__boxes__box {
  border: 1px solid var(--grey-light);
  display: block;
  flex-basis: calc((100% / var(--num-columns)) - 30px);
  margin-bottom: 20px;
  min-width: 320px;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.staff-boxes__boxes__box .image {
  aspect-ratio: 1;
  background-color: var(--grey-light);
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  height: auto;
  width: 100%;
}
.staff-boxes__boxes__box .copy {
  font-size: 1em;
  padding: 20px;
  text-align: left;
}
.staff-boxes__boxes__box .copy:has(small.position) h3,
.staff-boxes__boxes__box .copy:has(small.location) h3 {
  margin-bottom: 0;
}
.staff-boxes__boxes__box h3 {
  font-size: 1.8em;
  z-index: 10;
}
.staff-boxes__boxes__box small.position,
.staff-boxes__boxes__box small.location {
  display: block;
  font-size: 1em;
  margin: 0;
}
.staff-boxes__boxes__box p {
  font-size: 1em;
  margin: 0;
}
.staff-boxes__boxes__box p + p {
  margin-top: 20px;
}
.staff-boxes__boxes__box .buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 20px;
}
.outlined-boxes {
  background-color: var(--red);
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  color: #FFF;
  padding: 40px 20px;
  position: relative;
}
.outlined-boxes h3.label {
  background-color: var(--white);
  color: var(--blue);
}
.outlined-boxes:before {
  background-color: var(--overlay-color);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: calc(var(--overlay-opacity) / 100);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.outlined-boxes .inset {
  position: relative;
  text-align: center;
  z-index: 2;
}
.outlined-boxes .inset h2 {
  color: #FFF;
}
.outlined-boxes .boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.outlined-boxes .boxes__box {
  border: 2px solid var(--white);
  box-sizing: border-box;
  color: #FFF;
  margin: 0;
  padding: 30px 20px 25px;
  text-align: left;
  text-decoration: none;
  width: calc(33.3333% - 20px);
}
.outlined-boxes .boxes__box h3 {
  color: inherit;
  font-size: 2.5em;
  margin-bottom: 0;
}
.outlined-boxes .boxes__box strong {
  display: block;
  font-family: var(--font-family-heading);
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.outlined-boxes .boxes__box .more {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M429.8 273l17-17-17-17L276.2 85.4l-17-17-33.9 33.9 17 17L354.9 232 24 232 0 232l0 48 24 0 330.9 0L242.2 392.6l-17 17 33.9 33.9 17-17L429.8 273z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
  height: 40px;
  margin: 30px 0 0;
  width: 40px;
}
.latest-news {
  padding: 40px 20px;
}
.latest-news__posts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-start;
  margin: 30px auto 20px;
  max-width: var(--max-width);
  width: 100%;
}
.latest-news__posts__post {
  background-color: var(--white);
  box-sizing: border-box;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  width: calc(33.3333% - 20px);
}
.latest-news__posts__post__image {
  background-color: var(--grey-light);
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 100%;
}
.latest-news__posts__post__text h3 {
  font-size: 1.5em;
  margin: 0 0 10px;
}
.latest-news__posts__post__text p {
  font-size: 1em;
  margin: 0;
}
.projects-map .projects-map-wrap {
  max-width: calc(var(--max-width) - 200px);
  margin: 0 auto 40px;
  position: relative;
  width: calc(100% - 20px);
}
.projects-map table.state-license-table {
  border-collapse: collapse;
  margin: 0 auto;
  max-width: calc(var(--max-width) - 400px);
  width: calc(100% - 40px);
}
.projects-map table.state-license-table th {
  background-color: var(--red);
  color: #FFF;
  font-family: var(--font-family-heading);
  font-size: 1.2em;
  padding: 8px 12px 4px;
  text-align: left;
}
.projects-map table.state-license-table th:last-child {
  text-align: right;
}
.projects-map table.state-license-table td {
  padding: 8px 12px;
}
.projects-map table.state-license-table td:last-child {
  text-align: right;
}
.projects-map table.state-license-table tbody tr {
  border-bottom: 1px solid var(--grey-light);
}
.projects-map table.state-license-table tbody tr:nth-child(even) {
  background-color: var(--grey-light);
}
.page-content {
  padding: 40px 20px;
}
.page-content--main {
  font-size: 1.2em;
}
.page-content > .inset * + p,
.page-content > .inset * + ul,
.page-content > .inset * + ol {
  margin-top: 20px;
}
.page-content > .inset > h3 {
  margin-top: 40px;
}
.page-content > .inset > h3:before {
  background-color: var(--grey-medium);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: -16px;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
}
.page-content.blog-content .inset {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
}
.page-content.blog-content .inset .blog-content__posts {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin: 0 auto 20px;
  max-width: var(--max-width);
  padding-right: 20px;
  width: calc(100% - 320px);
}
.page-content.blog-content .inset .blog-content__posts article.post img.wp-post-image {
  aspect-ratio: 5/3;
  object-fit: cover;
  display: block;
  height: auto;
  margin: 0 auto 20px;
  width: 100%;
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary {
  color: var(--blue);
  font-family: var(--font-family);
  font-size: 0.9em;
  margin-top: 10px;
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary .entry-summary__text {
  color: var(--charcoal);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary .entry-summary__text__category a {
  background-color: var(--blue);
  color: #FFF;
  padding: 4px 8px;
  text-decoration: none;
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary .entry-summary__text__category a:hover {
  background-color: var(--red);
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary .entry-summary__text__date {
  color: var(--blue);
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary .entry-summary__text a.button {
  background-color: var(--red);
  color: #FFF;
  display: inline-block;
  font-family: var(--font-family-heading);
  font-size: 1.2em;
  font-weight: 500;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: fit-content;
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary .entry-summary__text a.button:hover {
  background-color: var(--red-dark);
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary h2 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0;
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary h2 a {
  color: var(--blue);
  text-decoration: none;
}
.page-content.blog-content .inset .blog-content__posts article.post .entry-summary h2 a:hover {
  color: var(--red);
}
.page-content.blog-content .inset .blog-content__post {
  margin: 0 auto 20px;
  max-width: var(--max-width);
  padding-right: 20px;
  width: 100%;
}
.page-content.blog-content .inset .blog-content__post article.single img.featured-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  height: auto;
  margin: 0 auto 20px;
  width: 100%;
}
.page-content.blog-content .inset .blog-content__post article.single .meta {
  color: var(--blue);
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-family: var(--font-family);
  font-size: 0.9em;
  margin-top: 10px;
}
.page-content.blog-content .inset .blog-content__post article.single .meta .categories a {
  background-color: var(--blue);
  color: #FFF;
  padding: 4px 8px;
  text-decoration: none;
}
.page-content.blog-content .inset .blog-content__post article.single .meta .categories a:hover {
  background-color: var(--red);
}
.page-content.blog-content .inset .blog-content__post article.single .share {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.page-content.blog-content .inset .blog-content__post article.single .share h4 {
  font-family: var(--font-family);
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
}
.page-content.blog-content .inset .blog-content__post article.single .share__links {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 0;
}
.page-content.blog-content .inset .blog-content__post article.single .share__links a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
.page-content.blog-content .inset .blog-content__post article.single .share__links a svg {
  fill: var(--blue);
  height: 20px;
  width: 20px;
}
.page-content.blog-content .inset .blog-content__post article.single .share__links a:hover svg {
  fill: var(--red);
}
.page-content.blog-content .inset .blog-content__post article.single .content {
  margin-top: 30px;
}
.page-content.blog-content .inset .blog-content__post article.single h1 {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.1;
  margin: 20px 0 0;
}
.page-content.blog-content .inset .blog-content__post article.single h2 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1;
  margin: 30px 0 20px;
}
.page-content.blog-content .inset .blog-content__post article.single h2 b {
  font-weight: 600;
}
.page-content.blog-content .inset .blog-content__post article.single p a,
.page-content.blog-content .inset .blog-content__post article.single ul a,
.page-content.blog-content .inset .blog-content__post article.single ol a {
  color: var(--blue);
  text-decoration: underline;
}
.page-content.blog-content .inset .blog-content__post article.single p a:hover,
.page-content.blog-content .inset .blog-content__post article.single ul a:hover,
.page-content.blog-content .inset .blog-content__post article.single ol a:hover {
  color: var(--red);
}
.page-content.blog-content .inset .blog-content__sidebar {
  border-left: 1px solid var(--grey-light);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  width: 320px;
}
.page-content.blog-content .inset .blog-content__sidebar h2 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0;
}
.page-content.blog-content .inset .blog-content__sidebar .widget-area {
  background-color: var(--white);
  padding: 0 20px;
  width: 100%;
}
.page-content.blog-content .inset .blog-content__sidebar .widget-area h3 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-content.blog-content .inset .blog-content__sidebar .widget-area ul,
.page-content.blog-content .inset .blog-content__sidebar .widget-area ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content.blog-content .inset .blog-content__sidebar .widget-area ul.xoxo > li,
.page-content.blog-content .inset .blog-content__sidebar .widget-area ol.xoxo > li {
  margin-bottom: 20px;
}
.page-content.blog-content .inset .blog-content__sidebar .widget-area ul li,
.page-content.blog-content .inset .blog-content__sidebar .widget-area ol li {
  margin: 0;
}
.page-content.blog-content .inset .blog-content__sidebar .widget-area ul li a,
.page-content.blog-content .inset .blog-content__sidebar .widget-area ol li a {
  color: var(--blue);
  display: block;
  line-height: 1.2;
  text-decoration: none;
}
.page-content.blog-content .inset .blog-content__sidebar .widget-area ul li a:hover,
.page-content.blog-content .inset .blog-content__sidebar .widget-area ol li a:hover {
  color: var(--red);
}
/*.elementor-widget-container {
    table {
        font-size: 0.9em;

        tr {
            td {
                padding: 5px 10px;

                &:first-child {
                    font-size: 0.9em;
                    font-weight: 500;
                    line-height: 1.1;
                    text-align: left !important;
                    text-indent: 0;

                    strong {
                        font-weight: 500;
                    }
                }

                h3 {
                    margin: 30px 0 10px;
                }
            }
        }
    }
}*/
.strip-holder {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.strip-holder .strip {
  display: block;
  left: 0;
  max-width: none !important;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: calc(var(--number) / var(--per) * 100%);
  z-index: 1;
}
.strip-holder .strip__item {
  box-sizing: border-box;
  display: block;
  float: left;
  max-width: none !important;
  padding: 0 10px;
  width: calc(100% / var(--number)) !important;
}
.strip-holder .arrow {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 2;
}
.strip-holder .arrow--left {
  left: 0;
  text-align: left;
}
.strip-holder .arrow--left:before {
  content: '\f104';
  display: inline-block;
  font-family: var(--font-awesome);
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.strip-holder .arrow--right {
  right: 0;
  text-align: right;
}
.strip-holder .arrow--right:before {
  content: '\f105';
  display: inline-block;
  font-family: var(--font-awesome);
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.strip-holder-holder {
  position: relative;
}
.strip-holder-holder .arrow {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 2;
}
.strip-holder-holder .arrow--left {
  left: -20px;
  text-align: left;
}
.strip-holder-holder .arrow--left:before {
  content: '\f104';
  display: inline-block;
  font-family: var(--font-awesome);
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.strip-holder-holder .arrow--right {
  right: -20px;
  text-align: right;
}
.strip-holder-holder .arrow--right:before {
  content: '\f105';
  display: inline-block;
  font-family: var(--font-awesome);
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer#footer {
  background-color: var(--red);
  color: #FFF;
  padding: 20px;
  text-align: center;
}
footer#footer .home-logo {
  display: inline-block;
}
footer#footer .home-logo img {
  height: 60px;
  width: auto;
}
footer#footer .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max-width);
  width: 100%;
}
footer#footer .columns__column {
  text-align: left;
}
footer#footer .columns__column:nth-child(1) {
  flex-basis: 30%;
}
footer#footer .columns__column:nth-child(2) {
  flex-basis: 25%;
}
footer#footer .columns__column:nth-child(3) {
  flex-basis: 45%;
}
footer#footer .columns__column h3 {
  color: #FFF;
  font-size: 1.2em;
  margin: 0 0 20px;
}
footer#footer .columns__column p {
  font-size: 1em;
}
footer#footer .columns__column nav {
  display: block;
  margin-top: 30px;
}
footer#footer .columns__column nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .columns__column nav ul li {
  margin: 0 0 10px;
}
footer#footer .columns__column nav ul li a {
  color: #FFF;
  text-decoration: none;
}
footer#footer .columns__column .inner-box {
  background-color: var(--red);
  border: 2px solid #FFF;
  color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 80px 40px 40px;
  width: fit-content;
}
footer#footer .columns__column .inner-box .contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
footer#footer .columns__column .inner-box .contact-info .phone,
footer#footer .columns__column .inner-box .contact-info .address {
  padding-left: 30px;
  position: relative;
}
footer#footer .columns__column .inner-box .contact-info .phone:before,
footer#footer .columns__column .inner-box .contact-info .address:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23FFF" d="M192 512s192-208 192-320C384 86 298 0 192 0S0 86 0 192C0 304 192 512 192 512zm0-384a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
footer#footer .columns__column .inner-box .contact-info .phone:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M0 32L144 0l80 144-83.8 67c36.1 68.4 92.3 124.6 160.8 160.8L368 288l144 80L480 512H448C200.6 512 0 311.4 0 64L0 32zM464 256c0-114.9-93.1-208-208-208l0-48C397.4 0 512 114.6 512 256l-48 0zM256 224a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm0-80l0-48c88.4 0 160 71.6 160 160l-48 0c0-61.9-50.1-112-112-112z"/></svg>');
  background-size: 19px;
  transform: rotate(10deg);
}
footer#footer .columns__column .inner-box .contact-info svg {
  fill: #FFF;
  height: 20px;
  width: 20px;
}
footer#footer .columns__column .inner-box .contact-info a {
  color: inherit;
}
footer#footer .columns__column .inner-box h3 {
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0;
}
footer#footer .columns__column .inner-box p {
  font-size: 1em;
}
.bottom {
  background-color: var(--red);
  color: #FFF;
}
.bottom .copyright {
  font-size: 1em;
  padding: 20px;
  text-align: center;
}
.bottom .copyright > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom .copyright > div a {
  color: inherit;
}
.bottom .copyright svg {
  fill: #FFF;
  height: 20px;
  margin: 0 10px;
  width: 20px;
}
.sticky-footer-link {
  background-color: var(--blue);
  bottom: -10px;
  color: #FFF;
  display: block;
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-size: 1.2em;
  padding: 10px 20px 20px;
  position: fixed;
  right: max(20px, calc(50% - var(--max-width) / 2));
  text-align: center;
  text-decoration: none;
  width: fit-content;
  transition: all 0.15s ease-in-out;
}
.sticky-footer-link:hover {
  background-color: var(--red);
  bottom: 0;
}
.sticky-table-frame {
  border: 1px solid #DDD;
  overflow: auto;
  width: 100%;
}
.sticky-table-frame table {
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: max-content;
}
.sticky-table-frame table td {
  max-width: 200px;
  padding: 10px;
  width: 80px !important;
  z-index: 1;
}
.sticky-table-frame table td:first-child {
  background-color: inherit;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  left: 0;
  line-height: 1.1;
  position: sticky;
  text-align: left !important;
  top: 0;
  width: auto !important;
  z-index: 2;
}
.sticky-table-frame table td:first-child strong {
  font-weight: 500;
}
.sticky-table-frame table thead th {
  left: 0;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  vertical-align: bottom;
  z-index: 4;
}
.sticky-table-frame table thead th:first-child {
  border-right: 1px solid #DDD;
  z-index: 7;
}
.sticky-table-frame table tbody th {
  left: 0;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  vertical-align: bottom;
  text-align: left;
  z-index: 4;
}
.sticky-table-frame table tbody th:first-child {
  border-right: 1px solid #DDD;
  z-index: 6;
}
.sticky-table-frame table tbody td {
  border-bottom: 1px solid #DDD;
  z-index: 1;
}
.sticky-table-frame table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #is-mobile {
    display: block;
  }
  body h1 {
    font-size: 2.8em;
  }
  body h2 {
    font-size: 2.4em;
  }
  body h3 {
    font-size: 1.2em;
  }
  body h3.label {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  header#header .top-bar #branding {
    position: absolute;
    top: 0;
    left: 50%;
  }
  header#header .top-bar img.home-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  header#header .inset .apply-now {
    display: none;
  }
  header#header .social-links,
  header#header a.search-button {
    display: none;
  }
  header#header .search-dropdown {
    right: 0;
  }
  header#header .home-logo {
    left: 10px;
  }
  header#header .mobile-menu-button {
    right: 10px;
  }
  header#header nav {
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: var(--header-height);
    width: calc(100% + 80px);
    height: calc(100vh - var(--header-height));
  }
  header#header nav div.menu-main-menu-container > ul {
    width: calc(100% - 80px);
  }
  .hero__slide:before {
    background: rgba(255, 255, 255, 0.69);
  }
  .hero__slide__text {
    font-size: 1.2em;
    padding-right: 20px;
  }
  .hero__slide__text div.title {
    font-size: 3em;
  }
  .hero__slide__text div.label {
    margin-bottom: 20px;
  }
  .strip-holder .strip {
    width: calc(var(--number) * 100%);
  }
  .immediate-assistance h2:before {
    width: 80px;
  }
  .immediate-assistance .numbers {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .outlined-boxes .boxes {
    flex-direction: column;
  }
  .outlined-boxes .boxes__box {
    width: 100%;
  }
  .photo-boxes__boxes__box {
    height: 280px;
  }
  .latest-news__posts {
    flex-direction: column;
  }
  .latest-news__posts__post {
    width: 100%;
  }
  .staff-boxes__boxes__box {
    flex-basis: 100%;
    margin-bottom: 0;
  }
  footer#footer .columns {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  footer#footer .columns__column:nth-child(1),
  footer#footer .columns__column:nth-child(2) {
    flex-basis: 100%;
  }
}
/*# sourceMappingURL=style.less.css.map */