@import 'variables.css';
#is-mobile {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--light-grey);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
}
h1,
h2,
h3,
h4 {
  color: var(--blue);
  font-family: var(--font-family);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 0.125em;
  text-wrap: pretty;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: var(--purple);
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2.5em;
  position: relative;
}
h4 {
  font-size: 1.5em;
}
* + h2,
* + h3,
* + h4 {
  margin-bottom: 20px;
  margin-top: 40px;
}
p,
ul,
ol {
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 20px;
}
p a,
ul a,
ol a {
  color: var(--red);
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: var(--red-dark);
}
p + p,
ul + p,
ol + p,
p + ul,
p + ol,
ul + ul,
ul + ol,
ol + ul,
ol + ol {
  margin-top: 0.125em;
}
ul,
ol {
  padding-left: 20px;
}
li {
  padding: 5px 0;
}
a {
  transition: all 0.15s ease-in-out;
  overflow-wrap: break-word;
}
.mobile-only {
  display: none;
}
.not-mobile {
  display: block;
}
.hcrc-button {
  background-color: var(--blue);
  border: none;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.hcrc-button:hover {
  background-color: var(--bright-blue);
}
.inset {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.columns--reverse {
  flex-direction: row-reverse;
}
.columns__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.columns__column--column-20 {
  width: 20%;
}
.columns__column--column-25 {
  width: 25%;
}
.columns__column--column-30 {
  width: 30%;
}
.columns__column--column-35 {
  width: 35%;
}
.columns__column--column-40 {
  width: 40%;
}
.columns__column--column-45 {
  width: 45%;
}
.columns__column--column-50 {
  width: 50%;
}
.columns__column--column-55 {
  width: 55%;
}
.columns__column--column-60 {
  width: 60%;
}
.columns__column--column-65 {
  width: 65%;
}
.columns__column--column-70 {
  width: 70%;
}
.columns__column--column-75 {
  width: 75%;
}
.columns__column--column-80 {
  width: 80%;
}
.columns__column--left,
.columns__column--wide {
  flex-grow: 1;
}
.columns__column--right,
.columns__column--narrow {
  width: 360px;
}
.columns__column--border-left {
  border-left: 1px solid var(--grey);
  padding-left: 40px;
}
.columns__column .box {
  background-color: var(--grey-light);
  text-align: center;
  padding: 30px;
}
.columns__column .box p {
  text-wrap: balance;
}
.columns__column .box .hcrc-button {
  background-color: var(--red);
  color: var(--white);
  margin-top: 30px;
}
.columns__column .box .hcrc-button:hover {
  background-color: var(--red-dark);
  color: var(--white);
}
.columns__column section:first-child {
  padding-top: 0;
}
header#header {
  --scroll-transition: all 0.2s ease-in-out;
  --logo-transition: all 0.1s cubic-bezier(0.6, 0, 0.4, 1);
  --top-logo-height: calc(var(--header-height) - 20px);
  --transition-delay: 0s;
  --logo-width: 240px;
  background-color: var(--orange);
  position: relative;
  transition: var(--scroll-transition);
  transition-delay: 0s;
  width: 100%;
  z-index: 20001;
}
header#header .inset {
  display: flex;
  flex-direction: row;
  height: var(--header-height);
  justify-content: space-between;
  padding: 0 20px;
}
header#header .inset a {
  transition: all 0.1s ease-in-out;
}
header#header .inset a:hover {
  filter: drop-shadow(0 0 10px var(--black));
}
header#header .inset .branding {
  display: block;
  width: auto;
  z-index: 20;
}
header#header .inset .branding a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header#header .inset .branding a img {
  aspect-ratio: 2.298;
  height: var(--top-logo-height);
  width: 100%;
}
header#header .inset nav {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-end;
  padding-right: 10px ;
  position: relative;
  width: calc(100% - (var(--top-logo-height) * 2.298));
  z-index: 10;
}
header#header .inset nav:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
header#header .inset nav ul.menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.25em;
  font-weight: 500;
  justify-content: flex-end;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header .inset nav ul.menu > li {
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
header#header .inset nav ul.menu > li a {
  color: var(--white);
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease-in-out;
}
header#header .inset nav ul.menu > li.current-menu-item > a,
header#header .inset nav ul.menu > li.current-menu-ancestor > a,
header#header .inset nav ul.menu > li.current_page_item > a,
header#header .inset nav ul.menu > li.current_page_ancestor > a {
  background-color: var(--orange-light);
  color: var(--white);
  position: relative;
}
header#header .inset nav ul.menu > li.current-menu-item > a:hover,
header#header .inset nav ul.menu > li.current-menu-ancestor > a:hover,
header#header .inset nav ul.menu > li.current_page_item > a:hover,
header#header .inset nav ul.menu > li.current_page_ancestor > a:hover {
  background-color: var(--orange-light);
}
header#header .inset nav ul.menu > li:last-child {
  padding: 0;
}
header#header .inset nav ul.menu > li:last-child a {
  background-color: var(--green);
  font-weight: 700;
  padding: 25px 20px;
  transition: all var(--transition-duration) ease-in-out;
}
header#header .inset nav ul.menu > li:last-child a:hover {
  background-color: var(--blue);
}
header#header .inset nav ul.menu > li ul {
  position: absolute;
  background-color: var(--orange);
  display: none;
  flex-direction: column;
  gap: 0;
  left: -10px;
  list-style: none;
  margin: 0;
  padding: 10px;
  top: calc(100% - 10px);
  width: 320px;
}
header#header .inset nav ul.menu > li ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
header#header .inset nav ul.menu > li ul > li {
  line-height: 1.2;
  padding: 0;
  z-index: 2;
}
header#header .inset nav ul.menu > li ul > li a {
  font-size: 0.875em;
  font-weight: 500;
  padding: 10px 30px 10px 20px;
}
header#header .inset nav ul.menu > li ul > li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  filter: none;
}
header#header .inset nav ul.menu > li:hover {
  z-index: 20;
}
header#header .inset nav ul.menu > li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
  filter: none;
}
header#header .inset nav ul.menu > li:hover ul {
  display: flex;
  animation: menu-fade-in 0.2s forwards;
}
header#header .inset nav .search-button {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 1.25em;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
header#header .inset nav .search-button svg {
  fill: var(--white);
  height: 20px;
  width: 20px;
  transition: all var(--scroll-transition);
}
header#header .inset nav .search-button:hover svg {
  fill: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
header#header .inset nav .search-form {
  display: none;
}
@keyframes menu-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.scrolling header#header * {
  --header-height: 60px;
}
section.hero {
  color: var(--white);
  min-height: 600px;
  position: relative;
  z-index: 1000;
}
section.hero .slide {
  background: var(--white);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.hero .slide:before {
  background-image: url('../../assets/images/trim/color-wash.png');
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  mix-blend-mode: hard-light;
}
section.hero .slide .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  width: 100%;
}
section.hero .slide .copy {
  background-color: var(--blue-90);
  border-radius: 0 30px 30px 0;
  color: #FFF;
  min-width: 500px;
  opacity: 0;
  padding: 40px 30px 50px;
  position: relative;
  width: calc(40%);
}
section.hero .slide .copy:before {
  background-color: var(--blue-90);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - var(--max-width)) / 2);
  z-index: -1;
}
section.hero .slide .copy h2 {
  color: var(--white);
  font-size: 3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-wrap: balance;
}
section.hero .slide .copy p {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 20px;
}
section.hero .slide .copy p strong {
  font-size: 1.4em;
}
section.hero .slide .copy .gp-button {
  background-color: var(--white);
  color: var(--blue);
}
section.hero .slide .copy .gp-button:hover {
  background-color: var(--white);
  color: var(--bright-blue);
}
section.hero .slide--active {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: hero-fade-in 1s ease-in-out forwards;
}
section.hero .slide--activate {
  animation: slide-activate 1s forwards;
}
section.hero .slide--activate .copy {
  animation: slide-activate_copy 1s forwards;
}
section.hero .slide--deactivate {
  --copy-translate: 0;
}
@keyframes slide-activate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-activate_copy {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
section.hero .controls {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 10000;
}
@keyframes hero-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-header {
  --vertical-padding: 100px;
  border-bottom: 1px solid var(--grey);
  overflow: hidden;
  padding: var(--vertical-padding) 0;
  position: relative;
  text-align: center;
}
.page-header:before {
  background-color: var(--light-grey);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: calc(100% + 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% + 40px);
  z-index: 1;
  filter: blur(10px);
}
.page-header .photo {
  background-color: var(--light-grey);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--max-width);
  z-index: 2;
}
.page-header:after {
  background-image: url('../../assets/images/trim/color-wash.png');
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  mix-blend-mode: hard-light;
}
.page-header .inset {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: calc(var(--bg-height) - (var(--vertical-padding) * 2));
  padding: 0;
  position: relative;
  z-index: 20;
}
.page-header .inset h1 {
  background-color: var(--blue);
  color: var(--white);
  font-size: 3.2em;
  font-weight: 600;
  margin: 0;
  padding: 20px 40px;
  position: relative;
  text-align: right;
  text-wrap: balance;
  text-transform: uppercase;
  max-width: 800px;
}
.page-header .inset h1:after {
  background-color: var(--blue);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  width: calc((100vw - var(--max-width)) / 2);
  z-index: -1;
}
.page-header--left .inset {
  align-items: flex-start;
}
.page-header--left .inset h1 {
  text-align: left;
}
.page-header--left .inset h1:after {
  left: auto;
  right: 100%;
}
.controls {
  --control-height: 15px;
  --progress-width: 80px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  filter: drop-shadow(0 4px 4px #00000044);
}
.controls .progress {
  display: none;
  width: 80px;
}
.controls .progress .bar {
  border: 1px solid var(--white);
  height: var(--control-height);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.controls .progress .bar .fill {
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.controls .dot,
.controls .prev,
.controls .next {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  border: 1px solid var(--white);
  cursor: pointer;
  height: var(--control-height);
  position: relative;
  transition: all 250ms;
  width: var(--control-height);
}
.controls .dot .fill,
.controls .prev .fill,
.controls .next .fill {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  display: block;
  height: calc(var(--control-height) - 4px);
  min-width: calc(var(--control-height) - 4px);
  position: absolute;
  top: 1px;
  left: 1px;
}
.controls .dot.active,
.controls .prev.active,
.controls .next.active {
  background-color: transparent;
  width: var(--progress-width);
}
.controls .play-pause {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  height: calc(var(--control-height) + 6px);
  width: calc(var(--control-height) + 6px);
  position: relative;
}
.controls .play-pause:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%231B1F3B" d="M128 64L0 64 0 448l128 0 0-384zm192 0L192 64l0 384 128 0 0-384z"/></svg>');
  display: block;
  border-radius: 50%;
  height: calc(var(--control-height) - 6px);
  width: calc(var(--control-height) - 6px);
  position: absolute;
  top: 3px;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
}
.controls .play-pause.paused:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%231B1F3B" d="M384 256L0 32V480L384 256z"/></svg>');
  left: 50%;
  top: 2px;
}
section.headline {
  background-color: var(--purple);
}
section.headline .inset {
  padding: 20px;
}
section.headline .inset h1 {
  color: var(--white);
  margin: 0;
  padding: 0;
  text-wrap: balance;
}
#container {
  position: relative;
  z-index: 1000;
}
section.blue-half .inset {
  padding: 0 0 0 0;
  position: relative;
}
section.blue-half .inset:before {
  background-color: var(--blue);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - var(--max-width)) / 2);
  z-index: 1;
}
section.blue-half .inset .box {
  background-color: var(--blue);
  box-sizing: border-box;
  color: var(--white);
  padding: 20px 40px 20px 20px;
  position: relative;
  width: 80%;
  z-index: 2;
}
section.blue-half .inset h1,
section.blue-half .inset h2,
section.blue-half .inset h3 {
  color: var(--white);
  margin-bottom: 0.5em;
  text-align: left;
}
section.blue-half .inset p,
section.blue-half .inset ul,
section.blue-half .inset ol {
  font-size: 1.5em;
  margin-top: 1em;
}
section.blue-half .inset p a,
section.blue-half .inset ul a,
section.blue-half .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.blue-half .inset p a:hover,
section.blue-half .inset ul a:hover,
section.blue-half .inset ol a:hover {
  color: var(--orange);
}
section.blue-half .inset ul,
section.blue-half .inset ol {
  font-weight: 700;
}
section.blue-half .inset ul.two-columns,
section.blue-half .inset ol.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
section.half-image {
  background-color: var(--white);
}
section.half-image .inset h1,
section.half-image .inset h2,
section.half-image .inset h3 {
  color: var(--blue);
  margin-bottom: 0.5em;
  text-align: left;
}
section.half-image .inset p,
section.half-image .inset ul,
section.half-image .inset ol {
  font-size: 1.25em;
  margin-top: 1em;
}
section.half-image .inset ul,
section.half-image .inset ol {
  font-weight: 700;
}
section.half-image .inset ul.two-columns,
section.half-image .inset ol.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
section.half-image .inset .columns {
  align-items: flex-start;
  column-gap: 0;
  row-gap: 0;
}
section.half-image .inset .columns .columns__column--copy {
  display: block;
}
section.half-image .inset .columns .columns__column:first-child {
  padding-left: 0;
  padding-right: 50px;
}
section.half-image .inset .columns .columns__column img {
  display: block;
  height: auto;
  width: 100%;
  filter: var(--drop-shadow-filter);
}
section.half-image .inset .columns .columns__column .images {
  align-content: center;
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  justify-items: center;
}
section.half-image .inset .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
section.half-image .inset .buttons .button:nth-child(2) {
  background-color: var(--blue-bright);
}
section.half-image .inset .buttons .button:nth-child(2):hover {
  background-color: var(--orange);
}
section.half-image .inset .header-image {
  margin-bottom: 30px;
  width: 100%;
}
section.half-image .inset .vimeo {
  aspect-ratio: 16 / 9;
  border-radius: 40px;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  filter: drop-shadow(0 10px 20px #00000044);
}
section.half-image .inset .vimeo iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
section.half-image .inset .image img {
  border-radius: 40px;
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0 10px 20px #00000044);
}
section.half-image .inset .content {
  padding-top: 1.5em;
}
section.half-image--yes .columns__column--image {
  border: 2px solid var(--black);
  padding: 25px 30px;
}
section.half-image--blue {
  background-color: var(--blue);
  color: var(--white);
}
section.half-image--blue .inset h2,
section.half-image--blue .inset h3 {
  color: var(--white);
}
section.half-image--blue .inset p,
section.half-image--blue .inset ul,
section.half-image--blue .inset ol {
  color: var(--white);
}
section.half-image--blue .inset p a,
section.half-image--blue .inset ul a,
section.half-image--blue .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.half-image--blue .inset p a:hover,
section.half-image--blue .inset ul a:hover,
section.half-image--blue .inset ol a:hover {
  color: var(--orange);
}
section.half-image--red {
  background-color: var(--red);
  color: var(--white);
}
section.half-image--red .inset h2,
section.half-image--red .inset h3 {
  color: var(--white);
}
section.half-image--red .inset p,
section.half-image--red .inset ul,
section.half-image--red .inset ol {
  color: var(--white);
}
section.half-image--red .inset p a,
section.half-image--red .inset ul a,
section.half-image--red .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.half-image--red .inset p a:hover,
section.half-image--red .inset ul a:hover,
section.half-image--red .inset ol a:hover {
  color: var(--orange);
}
section.half-image--red .inset blockquote {
  border-left: 5px solid var(--orange);
}
section.half-image--green {
  background-color: var(--green);
  color: var(--white);
}
section.half-image--green .inset h2,
section.half-image--green .inset h3 {
  color: var(--white);
}
section.half-image--green .inset p,
section.half-image--green .inset ul,
section.half-image--green .inset ol {
  color: var(--white);
}
section.half-image--green .inset p a,
section.half-image--green .inset ul a,
section.half-image--green .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.half-image--green .inset p a:hover,
section.half-image--green .inset ul a:hover,
section.half-image--green .inset ol a:hover {
  color: var(--orange);
}
section.half-image--right .inset .columns {
  flex-direction: row-reverse;
}
section.half-image--right .inset .columns .columns__column:first-child {
  padding-left: 50px;
  padding-right: 0;
}
section.testimonials {
  background-color: var(--blue);
  color: #FFF;
}
section.testimonials .inset {
  padding: 20px;
  text-align: center;
}
section.testimonials .inset h1,
section.testimonials .inset h2,
section.testimonials .inset h3 {
  margin-bottom: 0.5em;
  text-align: center;
}
section.testimonials .inset p {
  font-size: 1.25em;
  margin-bottom: 20px;
}
section.testimonials .inset div.testimonials .testimonial {
  background-color: var(--blue);
  box-sizing: border-box;
  border-radius: 30px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 70px;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.testimonials .inset div.testimonials .testimonial__text {
  font-size: 1.25em;
  text-align: left;
  position: relative;
}
section.testimonials .inset div.testimonials .testimonial__quote {
  --size: 50px;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
}
section.testimonials .inset div.testimonials .testimonial__quote:before {
  content: url('../../assets/images/trim/open-quote.svg');
  display: block;
  height: var(--size);
  mix-blend-mode: soft-light;
  width: var(--size);
  position: absolute;
  top: -10px;
  left: -60px;
}
section.testimonials .inset div.testimonials .testimonial__quote:after {
  content: url('../../assets/images/trim/close-quote.svg');
  display: block;
  height: var(--size);
  mix-blend-mode: soft-light;
  width: var(--size);
  position: absolute;
  top: -10px;
  right: -60px;
}
section.testimonials .inset div.testimonials .testimonial__author {
  flex-direction: column;
  gap: 0;
  justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}
section.testimonials .inset div.testimonials .testimonial__author img {
  aspect-ratio: 1;
  border-radius: 50%;
  height: 70px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 70px;
}
section.testimonials .inset div.testimonials .testimonial__author .name {
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
}
section.testimonials .inset div.testimonials .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}
section.boxes .inset {
  text-align: center;
}
section.boxes .inset h1,
section.boxes .inset h2,
section.boxes .inset h3 {
  margin-bottom: 0.5em;
  text-align: center;
}
section.boxes .inset p {
  font-size: 1.25em;
  margin-bottom: 20px;
}
section.boxes.image-bkgd div.boxes {
  filter: var(--drop-shadow-filter);
}
.section-wrap:has(section.boxes) section.boxes .inset div.boxes {
  margin-top: -120px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
section.events .grid-slider .arrow {
  background-color: transparent;
}
section.events .grid-slider .arrow--left {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%230167b4" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
}
section.events .grid-slider .arrow--right {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%230167b4" d="M305 273c9.4-9.4 9.4-24.6 0-33.9L113 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L254.1 256 79 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L305 273z"/></svg>');
}
div.events--grid {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin: 40px auto;
  max-width: var(--max-width);
}
div.events .separator {
  grid-column: 1 / -1;
  margin: 0;
  width: 100%;
}
div.events .separator h3 {
  border-bottom: 1px solid var(--grey);
  margin: 40px 0 20px;
  padding: 10px 0;
}
div.events .separator:first-of-type h3 {
  margin-top: 0;
}
div.events .item {
  --color: var(--purple);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}
div.events .item .event {
  background-color: var(--color);
  color: #FFF;
  padding: 20px 30px;
  text-align: center;
  width: 100%;
}
div.events .item .event h3 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0.375em;
  text-wrap: balance;
}
div.events .item .event__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  font-weight: 500;
}
div.events .item .event__date,
div.events .item .event__location {
  font-size: 1.5em;
  line-height: 1.2;
}
div.events .item .event__location {
  font-size: 1.25em;
}
div.events .item .event__button {
  background-color: var(--blue);
  border: none;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background-color: var(--white);
  color: var(--color);
  display: block;
  margin-top: 20px;
}
div.events .item .event__button:hover {
  background-color: var(--bright-blue);
}
div.events .item .event__button:hover {
  background-color: var(--white);
  color: var(--blue);
}
div.events .item.orange {
  --color: var(--orange);
}
div.events .item.green {
  --color: var(--green);
}
div.events .item.blue {
  --color: var(--blue);
}
section.team {
  background-color: var(--purple-light);
}
section.team h2 {
  background-color: var(--blue);
  color: #FFF;
  display: block;
  padding: 20px 20px 80px;
  text-align: center;
}
section.team .bios {
  margin: -120px auto 20px;
}
section.board h3 {
  color: var(--blue);
  display: block;
  padding: 40px 20px 20px;
  text-align: center;
}
section.board h4 {
  color: var(--blue);
  display: block;
  font-size: 2em;
  margin-bottom: 0;
  padding: 0 20px 20px;
  text-align: center;
}
section.board .inset {
  padding: 20px;
}
section.board .bios {
  column-gap: 30px;
  margin: 0 auto 20px;
  max-width: var(--max-width);
  row-gap: 10px;
}
section.board .bios__item {
  max-width: 400px;
  width: auto;
}
section.board .bios__item h3 {
  color: var(--black);
  font-size: 1.5rem;
  margin-bottom: 0;
}
section.programs h2 {
  color: var(--blue);
  display: block;
  padding: 40px 20px 20px;
  text-align: center;
}
section.programs .inset {
  padding: 20px;
}
section.programs div.programs {
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
}
section.programs div.programs--columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
section.programs div.programs--columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
section.programs div.programs .programs__item {
  background-color: #eee;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
section.programs div.programs .programs__item:before {
  background: var(--end-color);
  background: radial-gradient(circle, var(--start-color) 0%, var(--mid-color) 50%, var(--end-color) 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  width: 150%;
  z-index: 0;
}
section.programs div.programs .programs__item__image {
  --padding: 10px;
  display: block;
  height: calc(100% - var(--padding) * 2);
  position: absolute;
  object-fit: contain;
  width: calc(100% - var(--padding) * 2);
  top: var(--padding);
  left: var(--padding);
}
section.programs div.programs .programs__item__overlay {
  color: #FFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 60%;
  width: 100%;
  transition: all 0.15s ease-in-out;
}
section.programs div.programs .programs__item__overlay:before {
  background-color: var(--color);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
section.programs div.programs .programs__item__overlay h3 {
  align-items: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 3.5em;
  font-weight: 600;
  height: 40%;
  justify-content: center;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0 20px;
  z-index: 2;
}
section.programs div.programs .programs__item__overlay__content {
  bottom: 20%;
  box-sizing: border-box;
  height: 40%;
  left: 0;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
section.programs div.programs .programs__item__button {
  background-color: var(--blue);
  border: none;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background-color: var(--white);
  color: var(--color);
  display: block;
  margin-top: 20px;
}
section.programs div.programs .programs__item__button:hover {
  background-color: var(--bright-blue);
}
section.programs div.programs .programs__item__button:hover {
  background-color: var(--blue);
  color: var(--white);
}
section.programs div.programs .programs__item.purple {
  --color: var(--purple);
  --start-color: #FFD6FC;
  --mid-color: #F76EDD;
  --end-color: #941F59;
}
section.programs div.programs .programs__item.orange {
  --color: var(--orange);
  --start-color: #FBD824;
  --mid-color: #ff9006;
  --end-color: #CB4F10;
}
section.programs div.programs .programs__item.green {
  --color: var(--green);
  --start-color: #5be0b5;
  --mid-color: #2fa9b7;
  --end-color: #1674a6;
}
section.programs div.programs .programs__item.blue {
  --color: var(--blue);
}
section.programs div.programs .programs__item h3 {
  color: #FFF;
  font-size: 2em;
  font-weight: 600;
  padding: 20px 30px;
  position: relative;
  z-index: 10;
}
section.programs div.programs .programs__item h3:after {
  background-color: var(--color);
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 2000px;
}
section.programs div.programs .programs__item .content,
section.programs div.programs .programs__item .toggles {
  color: #FFF;
  padding: 0 30px 10px;
  position: relative;
  z-index: 20;
}
section.programs div.programs .programs__item .toggles {
  margin-top: -5px;
}
section.programs div.programs .programs__item:hover .boxes__item__overlay {
  top: 0;
}
section.programs div.programs--interior {
  display: flex;
  flex-wrap: wrap;
  min-height: auto;
}
section.programs div.programs--interior .boxes__item {
  background-color: transparent;
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
}
section.programs div.programs--interior .boxes__item h3:after {
  background-color: var(--color);
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 2000px;
}
section.programs div.programs--interior .boxes__item:before {
  aspect-ratio: 1;
  width: 150%;
  height: 100%;
}
section.programs div.programs--interior .boxes__item--third {
  flex-basis: calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
}
section.programs div.programs--interior .boxes__item--full {
  flex-basis: 100%;
  width: 100%;
}
section.blog-content {
  --sidebar-width: 320px;
}
section.blog-content .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: nowrap;
}
section.blog-content .inset .blog-content__post {
  flex-basis: calc(100% - var(--sidebar-width));
  width: calc(100% - var(--sidebar-width));
}
section.blog-content .inset .blog-content__post p,
section.blog-content .inset .blog-content__post ul,
section.blog-content .inset .blog-content__post ol {
  font-size: 1.25em;
}
section.blog-content .inset .blog-content__sidebar {
  flex-basis: var(--sidebar-width);
  width: var(--sidebar-width);
  position: sticky;
  top: 20px;
}
section.blog-content .inset .blog-content__sidebar .box {
  background-color: var(--purple);
  color: #FFF;
  padding: 30px;
  text-align: left;
}
section.blog-content .inset .blog-content__sidebar .box h3 {
  color: #FFF;
  font-size: 2em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
section.blog-content .inset .blog-content__sidebar .box p {
  font-size: 1.125em;
  line-height: 1.375em;
  margin-bottom: 0;
}
section.blog-content .inset .blog-content__sidebar .box .hcrc-button {
  background-color: var(--white);
  color: var(--purple);
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
section.blog-content .inset .blog-content__sidebar .box .hcrc-button:hover {
  background-color: var(--white);
  color: var(--bright-blue);
}
section.blog-content .inset h2,
section.blog-content .inset h3 {
  border-bottom: 1px solid var(--grey);
  padding: 10px 0;
}
section.blog-content .inset h2:first-child,
section.blog-content .inset h3:first-child,
section.blog-content .inset h2:first-of-type,
section.blog-content .inset h3:first-of-type {
  margin-top: 0;
}
section.blog-content .toc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.blog-content .toc li {
  border-bottom: 1px solid var(--white);
  margin: 0;
  padding: 0;
}
section.blog-content .toc li:has(.indent-4) {
  display: none;
}
section.blog-content .toc li a {
  background-color: var(--blue);
  color: var(--white);
  display: block;
  font-size: 1.125em;
  padding: 10px 20px;
  text-decoration: none;
}
section.blog-content .toc li a:hover {
  color: var(--white);
  text-decoration: underline;
}
section.page .inset .box {
  background-color: var(--purple);
  color: #FFF;
  padding: 30px;
  text-align: left;
}
section.page .inset .box h3 {
  color: #FFF;
  font-size: 2em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
section.page .inset .box p {
  font-size: 1.125em;
  line-height: 1.375em;
  margin-bottom: 0;
}
section.page .inset .box .hcrc-button {
  background-color: var(--white);
  color: var(--purple);
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
section.page .inset .box .hcrc-button:hover {
  background-color: var(--white);
  color: var(--bright-blue);
}
.toggles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 20px 0;
  position: relative;
}
.toggles__button {
  cursor: s-resize;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: -40px;
  text-transform: uppercase;
}
.toggles__button:after {
  position: absolute;
  content: url("../../assets/images/icons/double-arrow-down.svg");
  display: block;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
}
.toggles__button:before {
  content: 'Expand  ';
}
.toggles:has(.toggles__item.open) .toggles__button {
  cursor: n-resize;
}
.toggles:has(.toggles__item.open) .toggles__button:after {
  content: url("../../assets/images/icons/double-arrow-up.svg");
}
.toggles:has(.toggles__item.open) .toggles__button:before {
  content: 'Collapse  ';
}
.toggles__item {
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 1.3em;
  font-weight: 500;
  gap: 10px;
  justify-content: flex-start;
  line-height: 1.1;
  padding: 10px 0 10px 32px;
  position: relative;
  text-align: left;
  user-select: none;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading small.labels {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 50%;
}
.toggles__item__heading:before {
  content: url(../../assets/images/icons/plus.svg);
  display: block;
  font-size: 0.75em;
  height: 20px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 20px;
}
.toggles__item__heading:hover {
  color: var(--navy);
}
.toggles__item__content {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 0.9em;
  line-height: 1.5;
  padding-left: 40px;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__content__inner {
  overflow: hidden;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
  text-align: left;
}
.toggles__item__content__inner p a,
.toggles__item__content__inner ul a,
.toggles__item__content__inner ol a {
  text-decoration: underline;
}
.toggles__item__content__inner ol {
  display: grid;
  column-gap: 40px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.toggles__item.open .toggles__item__heading:before {
  content: url(../../assets/images/icons/minus.svg);
}
.toggles__item.open .toggles__item__content {
  grid-template-rows: 1fr;
}
.toggles__item.open .toggles__item__content__inner {
  border-top-color: var(--black);
}
.toggles--columns-2 {
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.toggles--columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}
.bios {
  align-items: flex-start;
  column-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  row-gap: 30px;
}
.bios__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
  width: calc(33.33% - 33.33333px);
}
.bios__item.open-bio {
  cursor: pointer;
}
.bios__item img {
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  height: auto;
  width: 100%;
}
.bios__item__copy {
  padding: 0 20px;
  text-align: center;
}
.bios__item__copy p {
  line-height: 1.375em;
}
.bios__item h3 {
  color: var(--gold);
  font-family: var(--font-family-serif);
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.25em 0;
  text-transform: none;
}
.bios__item p + p {
  margin-top: 0.25em;
}
.bios__item:hover .read-more:after {
  margin-left: 0.75em;
}
.bios--board .bios__item__image {
  display: none;
}
.bios--board .bios__item h3 {
  padding: 0 20px;
}
div.boxes {
  display: grid;
  gap: 30px;
  min-height: 500px;
}
div.boxes--columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
div.boxes--columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
div.boxes .boxes__item {
  background-color: #eee;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
div.boxes .boxes__item:before {
  aspect-ratio: 1;
  background: var(--end-color);
  background: radial-gradient(circle, var(--start-color) 0%, var(--mid-color) 50%, var(--end-color) 100%);
  content: '';
  display: block;
  height: 150%;
  right: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 0;
}
div.boxes .boxes__item__image {
  --padding: 10px;
  display: block;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
}
div.boxes .boxes__item__overlay {
  color: #FFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 60%;
  width: 100%;
  transition: all 0.15s ease-in-out;
}
div.boxes .boxes__item__overlay:before {
  background-color: var(--color);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
div.boxes .boxes__item__overlay h3 {
  align-items: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 3.5em;
  font-weight: 600;
  height: 40%;
  justify-content: center;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0 20px;
  z-index: 2;
}
div.boxes .boxes__item__overlay__content {
  bottom: 20%;
  box-sizing: border-box;
  height: 40%;
  left: 0;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
div.boxes .boxes__item__button {
  background-color: var(--blue);
  border: none;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background-color: var(--white);
  color: var(--color);
  display: block;
  margin-top: 20px;
}
div.boxes .boxes__item__button:hover {
  background-color: var(--bright-blue);
}
div.boxes .boxes__item__button:hover {
  background-color: var(--blue);
  color: var(--white);
}
div.boxes .boxes__item.purple {
  --color: var(--purple);
  --start-color: #FFD6FC;
  --mid-color: #F76EDD;
  --end-color: #941F59;
}
div.boxes .boxes__item.orange {
  --color: var(--orange);
  --start-color: #FBD824;
  --mid-color: #ff9006;
  --end-color: #CB4F10;
}
div.boxes .boxes__item.green {
  --color: var(--green);
  --start-color: #5be0b5;
  --mid-color: #2fa9b7;
  --end-color: #1674a6;
}
div.boxes .boxes__item.blue {
  --color: var(--blue);
}
div.boxes .boxes__item h3 {
  color: #FFF;
  font-weight: 600;
  padding: 20px 30px;
  position: relative;
  z-index: 10;
}
div.boxes .boxes__item .content,
div.boxes .boxes__item .toggles {
  color: #FFF;
  padding: 0 30px 10px;
  position: relative;
  z-index: 20;
}
div.boxes .boxes__item .toggles {
  margin-top: -5px;
}
div.boxes .boxes__item:hover .boxes__item__overlay {
  top: 0;
}
div.boxes--interior {
  display: flex;
  flex-wrap: wrap;
  min-height: auto;
}
div.boxes--interior .boxes__item {
  background-color: transparent;
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
}
div.boxes--interior .boxes__item h3:after {
  background-color: var(--color);
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 2000px;
}
div.boxes--interior .boxes__item:before {
  aspect-ratio: 1;
  width: 150%;
  height: 100%;
}
div.boxes--interior .boxes__item--third {
  flex-basis: calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
}
div.boxes--interior .boxes__item--full {
  flex-basis: 100%;
  width: 100%;
}
div.boxes--no-image {
  align-items: flex-start;
  min-height: auto;
}
div.boxes--no-image .boxes__item:before {
  width: 100%;
}
div.boxes--no-image .boxes__item h3 {
  font-size: 2.6em;
  height: auto;
  padding: 30px 20px 20px;
}
div.boxes--no-image .boxes__item__overlay {
  padding-bottom: 20px;
  position: relative;
  top: 0;
  height: 100%;
}
div.boxes--no-image .boxes__item__overlay__content {
  bottom: auto;
  height: auto;
  position: relative;
}
section .inset {
  padding: 60px 20px;
}
section .inset.watched {
  opacity: 0;
}
section .inset.watched.seen {
  animation: seen-fade-in 500ms forwards ease-in-out;
}
section.default-bkgd {
  background-color: var(--white);
}
section.grey-bkgd {
  background-color: var(--light-grey);
}
section.grey-bkgd .inset ul,
section.grey-bkgd .inset ol {
  color: var(--blue);
}
section.blue-bkgd {
  background-color: var(--blue);
  color: var(--white);
}
section.blue-bkgd .inset .gp-button {
  background-color: var(--white);
  color: var(--blue);
}
section.blue-bkgd .inset .gp-button:hover {
  background-color: var(--white);
  color: var(--bright-blue);
}
section.image-bkgd {
  background-image: var(--bg-image);
  background-position: var(--image-position-x) var(--image-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
}
section.image-bkgd .inset h1,
section.image-bkgd .inset h2,
section.image-bkgd .inset h3 {
  color: var(--white);
}
section.image-bkgd .inset .gp-button {
  background-color: var(--white);
  color: var(--blue);
}
section.image-bkgd .inset .gp-button:hover {
  background-color: var(--white);
  color: var(--bright-blue);
}
section.image-bkgd:before {
  background-color: var(--blue);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@keyframes seen-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-wrap {
  z-index: 10;
}
footer#footer {
  background-color: var(--blue);
  color: #FFF;
  position: relative;
  text-align: left;
  z-index: 100;
}
footer#footer .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
  justify-content: space-between;
}
footer#footer .inset h2,
footer#footer .inset h3,
footer#footer .inset h4 {
  color: var(--white);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
footer#footer .inset img.home-logo {
  height: 80px;
}
footer#footer .inset .blue-ribbon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
}
footer#footer .inset .blue-ribbon img {
  display: block;
  height: auto;
  width: 90px;
}
footer#footer .inset .blue-ribbon p {
  font-size: 0.875em;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  text-wrap: balance;
}
footer#footer .inset a {
  color: var(--grey);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset a:hover {
  color: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
footer#footer .inset .columns__column {
  gap: 10px;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
}
footer#footer .inset .columns__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .inset .columns__column ul li {
  margin: 0 0 5px;
  padding: 0;
}
footer#footer .inset .columns__column:last-child {
  text-align: right;
}
footer#footer .inset .copyright {
  color: var(--white);
  font-size: 0.9em;
  opacity: 0.69;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
footer#footer .inset .copyright a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .copyright a:hover {
  color: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
.social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.social-links ul a {
  color: var(--white);
  display: block;
  font-size: 1.5em;
  height: 28px;
  width: 28px;
  transition: all 0.1s ease-in-out;
}
.social-links ul a svg {
  fill: var(--white);
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px auto 0;
  max-width: 1000px;
}
.form .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.form .field--half {
  width: calc(50% - 10px);
}
.form .field:has(button) {
  justify-content: center;
  margin-top: 10px;
}
.form .field label {
  font-size: 1em;
  line-height: 1.2;
  text-wrap: pretty;
}
.form .field input,
.form .field select,
.form .field textarea {
  background-color: var(--light-grey);
  border: none;
  color: var(--brown);
  font-family: var(--font-family);
  font-size: 1.2em;
  padding: 12px 15px;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.form .field input:focus,
.form .field select:focus,
.form .field textarea:focus {
  background: var(--white);
  outline: none;
}
.form .field--checkbox {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0;
}
.form .field--checkbox label {
  text-align: left;
  /*font-size: 1.1em;
                line-height: 1.3;
                text-wrap: pretty;*/
}
.form .field input[type="checkbox"] {
  display: none;
}
.form .field input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  font-family: var(--montserrat);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 2px 0 0 40px;
  position: relative;
  transition: background 0.1s, color 0.1s;
  text-wrap: balance;
}
.form .field input[type="checkbox"] + label:before {
  border: 2px solid var(--white);
  border-radius: 4px;
  content: '';
  display: block;
  font-family: var(--font-awesome);
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.form .field input[type="checkbox"]:checked + label:before {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--blue);
  content: '\f00c';
}
.form .field textarea {
  height: 200px;
  resize: none;
}
.form .field button {
  background-color: var(--blue);
  border: none;
  color: var(--white);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  padding: 10px 40px;
}
.form .field button:hover {
  background-color: var(--bright-blue);
}
a.back-to-top {
  background-color: var(--blue);
  border-radius: 0;
  bottom: 20px;
  color: #FFF;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  transform: translateX(100px);
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
a.back-to-top i {
  color: #FFF;
  font-size: 1.2em;
  line-height: 50px;
}
a.back-to-top.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
a.back-to-top:hover {
  background-color: var(--bright-blue);
}
.grid-slider {
  padding: 0 50px;
  position: relative;
}
.grid-slider .holder {
  --gap: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid-slider .holder .strip {
  display: grid;
  grid-template-columns: repeat(var(--num), 1fr);
  gap: 0;
  top: 0;
  left: 0;
  position: relative;
  white-space: nowrap;
  width: calc(var(--num) / var(--per) * 100%);
}
.grid-slider .holder .strip.sliding {
  transition: transform 250ms ease-in-out;
}
.grid-slider .holder .strip .item {
  box-sizing: border-box;
  display: block;
  height: 100%;
  max-width: none !important;
  padding: 10px;
  text-wrap: auto;
}
.grid-slider .arrow {
  background-color: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1000;
  transition: all var(--transition-duration) ease-in-out;
}
.grid-slider .arrow:hover {
  background-color: var(--bright-blue);
}
.grid-slider .arrow:before {
  display: block;
  height: 40px;
  transition: all var(--transition-duration) ease-in-out;
  width: 24px;
}
.grid-slider .arrow--left {
  left: 0;
}
.grid-slider .arrow--left:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.grid-slider .arrow--right {
  right: 0;
}
.grid-slider .arrow--right:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: -5px;
}
.grid-slider .dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.grid-slider .dots .dot {
  background-color: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.grid-slider .dots .dot.active {
  background-color: var(--bright-blue);
}
.yt-embed {
  max-width: 100% !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}
.yt-embed iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.yt-embed .yt-embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(5px);
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden auto;
  padding: 60px;
  position: fixed;
  top: 0;
  width: 100vw;
  animation: lightbox-fade-in 0.25s ease-in-out forwards;
  z-index: 11000;
}
.lightbox-overlay--active {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes lightbox-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lightbox-overlay .lightbox__content img {
  outline: 1px solid var(--bright-blue);
  outline-offset: 2px;
  max-width: 100%;
  width: 100%;
}
.lightbox-overlay .lightbox__close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}
.lightbox-overlay .lightbox__close::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z"/></svg>');
  display: block;
  text-align: center;
}
.lightbox-overlay .lightbox__arrow {
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1000;
}
.lightbox-overlay .lightbox__arrow:before {
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  transition: all var(--transition-duration) ease-in-out;
  transform: translateY(-50%);
  width: 30px;
}
.lightbox-overlay .lightbox__arrow--prev {
  left: 10px;
}
.lightbox-overlay .lightbox__arrow--prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.lightbox-overlay .lightbox__arrow--prev:hover:before {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: 0;
}
.lightbox-overlay .lightbox__arrow--next:hover:before {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  #is-mobile {
    display: block;
  }
  body h1 {
    font-size: 2.4em;
  }
  body h2 {
    font-size: 2.2em;
  }
  body h3 {
    font-size: 2em;
  }
  body h3.label {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  #container {
    padding-top: var(--header-height);
  }
  header#header {
    position: absolute;
    width: 100%;
    top: 0;
  }
  header#header .mobile-menu-button {
    --line-inset: 7px;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    z-index: 1000;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--white);
    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 .inset nav {
    align-items: center;
    background-color: var(--orange);
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    height: calc(100vh - var(--header-height));
    justify-content: flex-start;
    left: 0;
    padding: 0 0 40px;
    position: fixed;
    top: var(--header-height);
    width: 100vw;
  }
  header#header .inset nav:before {
    display: none;
  }
  header#header .inset nav .menu-main-menu-container {
    font-size: 1.5em;
    order: 1;
    width: 100%;
  }
  header#header .inset nav .menu-main-menu-container ul.menu li {
    border-bottom: 1px solid var(--dark-beige);
  }
  header#header .inset nav .menu-top-menu-container {
    font-size: 1.25em;
    order: 2;
    margin-top: 40px;
    width: 100%;
  }
  header#header .inset nav .menu-top-menu-container ul.menu li > span,
  header#header .inset nav .menu-top-menu-container ul.menu li a {
    padding: 10px 20px;
  }
  header#header .inset nav ul.menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  header#header .inset nav ul.menu li {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  header#header .inset nav ul.menu li > span,
  header#header .inset nav ul.menu li a {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
  header#header .inset nav ul.menu li > span:hover,
  header#header .inset nav ul.menu li a:hover {
    background-color: var(--dark-beige);
  }
  header#header .inset nav ul.menu li:last-child {
    padding-top: 20px;
  }
  header#header .inset nav ul.menu li:last-child a {
    padding: 10px 20px;
  }
  header#header .inset nav ul.menu li ul {
    display: none !important;
  }
  header#header.menus--active {
    position: fixed;
    z-index: 10000;
  }
  header#header.menus--active .inset nav {
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page-header {
    height: auto !important;
    padding: 0;
  }
  .page-header .photo {
    height: 240px;
    position: relative;
    width: 100%;
  }
  .page-header .inset {
    height: auto;
  }
  .page-header .inset h1 {
    font-size: 2.4em;
    width: 100%;
  }
  section.hero {
    min-height: 320px;
  }
  section.blue-half .inset .box {
    width: 100%;
  }
  section.boxes .inset {
    padding: 20px;
  }
  section.boxes .inset .boxes {
    min-height: auto !important;
    grid-template-columns: 1fr;
  }
  section.boxes .inset .boxes__item {
    height: auto;
  }
  section.boxes .inset .boxes__item__image {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
  }
  section.boxes .inset .boxes--interior .boxes__item {
    flex-basis: 100%;
    width: 100% !important;
  }
  section.team div.bios {
    justify-content: center;
    row-gap: 20px;
  }
  section.team div.bios__item {
    flex-basis: 100%;
    width: 100% !important;
  }
  section.team div.bios__item__image img {
    aspect-ratio: auto;
    width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  section.testimonials .inset div.testimonials {
    padding-bottom: 40px;
  }
  section.testimonials .inset div.testimonials .grid-slider {
    padding: 0;
  }
  section.testimonials .inset div.testimonials .grid-slider .arrow {
    transform: none;
    top: 100%;
  }
  section.testimonials .inset div.testimonials .testimonial {
    padding: 30px 0;
  }
  section.testimonials .inset div.testimonials .testimonial__quote {
    padding: 0;
  }
  section.testimonials .inset div.testimonials .testimonial__quote:before {
    left: 0;
    top: -50px;
  }
  section.testimonials .inset div.testimonials .testimonial__quote:after {
    content: none;
  }
  section.testimonials .inset div.testimonials .testimonial__author {
    padding: 0;
  }
  section.events .inset {
    padding-top: 20px;
  }
  section.events .inset .grid-slider {
    padding: 0 0 20px;
  }
  section.events .inset .grid-slider .holder .strip {
    width: calc(var(--num) * 100%);
  }
  section.events .inset .grid-slider .arrow {
    transform: none;
    top: 100%;
  }
  section.blog-content .inset {
    flex-direction: column;
    padding: 40px 20px 20px;
  }
  section.blog-content .inset .blog-content__post {
    flex-basis: 100%;
    width: 100% !important;
  }
  section.blog-content .inset .blog-content__sidebar {
    flex-basis: 100%;
    width: 100% !important;
  }
  div.boxes {
    margin-top: 0 !important;
    min-height: auto !important;
    grid-template-columns: 1fr;
  }
  div.boxes__item {
    height: auto;
  }
  div.boxes--interior .boxes__item {
    flex-basis: 100%;
    width: 100% !important;
  }
  div.events--grid {
    grid-template-columns: 1fr !important;
    row-gap: 30px;
  }
  .wp-block-image {
    text-align: center;
    margin-bottom: 20px;
  }
  .wp-block-image .alignright {
    float: none;
    margin: 0 auto !important;
    display: inline-block;
  }
  footer#footer .columns {
    flex-direction: column;
    gap: 40px;
  }
  footer#footer .columns__column {
    width: 100% !important;
  }
  footer#footer .columns__column:nth-child(1),
  footer#footer .columns__column:nth-child(2) {
    flex-basis: 100%;
  }
}
/*# sourceMappingURL=style.less.css.map */