/*

  ================================
  Developer: "Elliance Inc"
  ================================

*/
/* ================================
   Normalize
   ================================ */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size (opinionated).
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  scroll-behavior: smooth;

}

/*
Sections
========
*/
/**
1. Remove the margin in all browsers.
2. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  margin: 0;
  /* 1 */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  /* 2 */
 scroll-behavior: smooth;
}


/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
 margin: 3em 0;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 70%;
    color: #808387;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  /*font-size: 100%;*/
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

[id] {
  scroll-margin-top: 5em;
}
/* ================================
   Base (Base)
   ================================ */
.skipnav {
  background: transparent;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.skipnav:focus {
  background: #ffffff;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
}

html {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 100%;
  font-family: "Roboto Flex", sans-serif;
  min-height: 100%;
  min-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  --background-color: #FFFFFF;
  --primary-color: #000000;
  --stat-highlight: #00358e;
  --category-color: #008554;
  color: #000000;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  width: 100%;
}

*::selection {
  background-color: #006646;
  color: #FFFFFF;
}

img {
  max-width: 100%;
  vertical-align: middle;
  font-size: .75rem;
  color: #666;
    height: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
   

/* ================================
   Base (Custom)
   ================================ */
   

   
.container, .contained {
  max-width: 100rem;
  padding: 0 2em;
  margin: 0 auto;
  display: block;
}
 .clamp {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
}
@media screen and (min-width: 47.5rem) {
  .container, .contained {
    width: 95%;
    padding: 0;
  }
}
@media print, screen and (min-width: 75rem) {
  .container, .contained {
    padding: 0;
    width: 90%;
  }
}
.container--narrow, .contained--narrow {
  max-width: 75rem;
}
@media screen and (min-width: 47.5rem) {
  .container--narrow, .contained--narrow {
    width: 85%;
  }
}
@media print, screen and (min-width: 75rem) {
  .container--narrow, .contained--narrow {
    width: 75%;
  }
}

.page-body {
  --viewport-width: 100vw;
}
.page-body--with-sidebar {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 57.5rem) {
  .page-body--with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 1fr;
    grid-template-rows: auto auto 1fr auto;
  }
}
.page-body--with-sidebar .page-body__top {
  order: 0;
}
.page-body--with-sidebar .page-body__side-top {
  order: 1;
}
.page-body--with-sidebar .page-body__main-top {
  order: 2;
}
.page-body--with-sidebar .page-body__main-bottom {
  order: 3;
}
.page-body--with-sidebar .page-body__side-bottom {
  order: 4;
}
.page-body--with-sidebar .page-body__side-bottom:has(div.program-card--sidebar) {
    order: 2;
}

@media screen and (min-width: 57.5rem) {
  .page-body--with-sidebar .page-body__top {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .page-body--with-sidebar .page-body__main-top {
    grid-column: 1;
    grid-row: 2/span 2;
    padding-right: 2rem;
  }
  .page-body--with-sidebar .page-body__main-top .container, .page-body--with-sidebar .page-body__main-top .contained {
    margin-left: 2.5vw;
    width: calc(100% - 2.5vw);
  }
  .page-body--with-sidebar .page-body__main-top .container .container, .page-body--with-sidebar .page-body__main-top .container .contained, .page-body--with-sidebar .page-body__main-top .contained .container, .page-body--with-sidebar .page-body__main-top .contained .contained {
    margin-left: auto;
    width: 90%;
  }
  .page-body--with-sidebar .page-body__side-top {
    grid-column: 2;
    grid-row: 2;
    padding-left: 2rem;
  }
  .page-body--with-sidebar .page-body__side-top .container, .page-body--with-sidebar .page-body__side-top .contained {
    margin-right: 2.5vw;
    width: calc(100% - 2.5vw);
  }
  .page-body--with-sidebar .page-body__side-bottom {
    grid-column: 2;
    grid-row: 3;
    padding-left: 2rem;
  }
  .page-body--with-sidebar .page-body__side-bottom .container, .page-body--with-sidebar .page-body__side-bottom .contained {
    margin-right: 2.5vw;
    width: calc(100% - 2.5vw);
  }
  .page-body--with-sidebar .page-body__main-bottom {
    grid-column: 1/span 2;
    grid-row: 4;
  }
}
@media screen and (min-width: 75rem) {
  .page-body--with-sidebar .page-body__main-top .container, .page-body--with-sidebar .page-body__main-top .contained {
    margin-left: 5vw;
    width: calc(100% - 5vw);
  }
  .page-body--with-sidebar .page-body__side-top .container, .page-body--with-sidebar .page-body__side-top .contained {
    margin-right: 5vw;
    width: calc(100% - 5vw);
  }
  .page-body--with-sidebar .page-body__side-bottom .container, .page-body--with-sidebar .page-body__side-bottom .contained {
    margin-right: 5vw;
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 111.11rem) {
  .page-body--with-sidebar .page-body__main-top .container, .page-body--with-sidebar .page-body__main-top .contained {
    margin-left: calc((var(--viewport-width) / 2) - 50rem);
    width: 64.67rem;
  }
  .page-body--with-sidebar .page-body__side-top .container, .page-body--with-sidebar .page-body__side-top .contained {
    margin-right: calc((var(--viewport-width) / 2) - 50rem);
    width: 31.33rem;
  }
  .page-body--with-sidebar .page-body__side-bottom .container, .page-body--with-sidebar .page-body__side-bottom .contained {
    margin-right: calc((var(--viewport-width) / 2) - 50rem);
    width: 31.33rem;
  }
}

.link {
  color: #0067b9;
}
.link:focus {
  outline: 1px solid #0067b9;
}

.more-link {
  background-color: #008554;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: .25em 1em;
  text-decoration: none;
}
.more-link:focus-visible, .more-link:hover {
  background-color: #006646;
}
.more-link:focus-visible {
  outline: none;
  text-decoration: underline;
}

.h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 1em;
}

.h2 {
  font-size: 2rem;
  line-height: 1.25;
  margin: .5em 0;
}

.h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: .75em 0;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1em 0;
}

.h5 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin: 1em 0;
}

.h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 1em 0;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* ================================
   Animations
   ================================ */
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.animate.loaded {
  animation-delay: 0;
  animation-direction: for;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
.animate.loaded.animation-offset-1 {
  animation-delay: .25s;
}
.animate.loaded.animation-offset-2 {
  animation-delay: .5s;
}
.animate.loaded.animation-offset-3 {
  animation-delay: .75s;
}
.animate.loaded.animation-offset-4 {
  animation-delay: 1s;
}
.animate.fade-in {
  opacity: 0;
}
.animate.fade-in.loaded {
  animation-name: fadeIn;
}
.animate.fade-up {
  opacity: 0;
}
.animate.fade-up.loaded {
  animation-name: fadeUp;
}
.animate.type-in {
  overflow: hidden;
  width: 0;
  white-space: nowrap;
}
.animate.type-in.loaded {
  animation-name: typeIn;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typeIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.no-js .animate.fade-in, .no-js .animate.fade-up {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .animate.fade-in, .animate.fade-up {
    opacity: 1;
  }
  .animate.loaded {
    animation: none;
  }
}
/* ================================
   Breadcrumbs
   ================================ */
   
.breadcrumbs {
  padding: 1rem 0 .5rem;
  margin: 0 0 .5rem;
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: .9rem;
  font-weight: 100;
}
.breadcrumbs__item::after {
    content: ' / ';
    color: #008554;
    letter-spacing: .25em;
    font-weight: bold;
}
.breadcrumbs__item--current {
  font-weight: 400;
}
.breadcrumbs__item--current::after {
  content: none;
}
.breadcrumbs__link {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs__link:focus, .breadcrumbs__link:hover {
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 57.5rem) {
    .breadcrumbs {
    display: none;
  }
}
/* ================================
   Header
   ================================ */
.header {
  --o: 0px;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: solid 0.5rem #00358e;
  border-image: linear-gradient(to right, #00358e 0%, #00358e 14.29%, #0067b9 14.29%, #0067b9 28.58%, #009cde 28.58%, #009cde 42.87%, #006646 42.87%, #006646 57.16%, #008554 57.16%, #008554 71.45%, #00b373 71.45%, #00b373 85.74%, #ed9b33 85.74%, #ed9b33 100%) 1;
  display: flex;
  flex-flow: row nowrap;
  padding: 1rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: transform .3s linear;
}
@media print {
  .header {
    position: relative;
  }
}
.header--reversed {
  background-color: #00358e;
  border-image: none;
  position: fixed;
}
.header--reversed .header__search__button {
  color: #FFFFFF;
}
.header--reversed .header__logo {
  color: #FFFFFF;
}
@media screen and (min-width: 47.5rem) {
  .header {
    border-bottom: none;
    display: grid;
    grid-template-columns: 2.5vw 1fr 25rem 4rem 2.5vw;
    margin: 0 auto;
    padding: 0;
    transition: box-shadow .3s ease, transform .3s linear;
  }
  .header--shadow {
    box-shadow: 0 0 5px #9b9b9b;
  }
}
@media screen and (min-width: 57.5rem) {
  .header {
    grid-template-columns: 2.5vw 1fr 30rem 4rem 2.5vw;
  }
}
@media screen and (min-width: 87.5rem) {
  .header {
    grid-template-columns: 2rem 25rem 1fr 4rem 2rem;
  }
}
.header--scroll-hide {
  transform: translateY(-105%);
}
@media print {
  .header--scroll-hide {
    transform: none;
  }
}
.header__logo {
  color: #00358e;
  width: 60%;
}
@media screen and (min-width: 47.5rem) {
  .header__logo {
    grid-column: 2;
    padding: 1rem 1rem 1rem 0;
    width: 100%;
  }
}
.header__logo__image {
  max-width: 100%;
  width: 14rem;
}
@media screen and (min-width: 47.5rem) {
  .header__logo__image {
    width: 25rem;
  }
}
.header__utilities {
  display: none;
}
@media screen and (min-width: 47.5rem) {
  .header__utilities {
    align-items: flex-end;
    display: flex;
    flex-flow: column nowrap;
    padding-right: 1rem;
    row-gap: .5rem;
  }
}
@media screen and (min-width: 57.5rem) {
  .header__utilities {
    padding-right: 2rem;
    row-gap: .75rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .header__utilities {
    align-items: center;
    column-gap: 2rem;
    flex-flow: row nowrap;
    grid-column: 3;
    justify-content: flex-end;
  }
}
.header__utilities__links {
  display: flex;
  flex-flow: row wrap;
  padding: 2rem 2rem 1rem;
}
@media screen and (min-width: 47.5rem) {
  .header__utilities__links {
    display: block;
    padding: 0;
  }
}
.header__utilities__links__link {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  padding: .5rem 0;
  text-decoration: none;
  width: 50%;
}
@media screen and (min-width: 47.5rem) {
  .header__utilities__links__link {
    color: #000000;
    font-size: 1rem;
    padding: 0 .25rem;
    width: auto;
  }
}
@media screen and (min-width: 57.5rem) {
  .header__utilities__links__link {
    font-size: 1.125rem;
    padding: 0 .5rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .header__utilities__links__link {
    padding: 0 1.5rem;
  }
}
.header__utilities__links__link:hover, .header__utilities__links__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.header__utilities__information {
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 47.5rem) {
  .header__utilities__information {
    padding: 0;
  }
}
.header__utilities__information__button {
  background-color: #FFFFFF;
  border: 2px solid #f4f4f4;
  border-radius: 1.25em;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  padding: .5em 1em;
}
@media screen and (min-width: 57.5rem) {
  .header__utilities__information__button {
    font-size: 1.125rem;
  }
}
.header__utilities__information__button__caret {
  color: #ed9b33;
  padding-left: .5em;
}
@media screen and (min-width: 47.5rem) {
  .header__utilities__information__list {
    background-color: #008554;
    display: block;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.125rem;
    height: auto;
    list-style: none;
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transition: max-height .2s ease, padding .2s ease;
    z-index: 2;
  }
  .header__utilities__information__list--active {
    max-height: 25rem;
    padding: 1rem 0;
  }
}
.header__utilities__information__link {
  color: #FFFFFF;
  display: inline-block;
  padding: .25em 1em;
  text-decoration: none;
  width: 100%;
}
.header__utilities__information__link:hover, .header__utilities__information__link:focus-visible {
  background-color: #006646;
}
.header__utilities__information__select {
  appearance: none;
  background-color: #FFFFFF;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path fill="%23ed9b33" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  background-size: 1em 1em;
  border: none;
  border-radius: 2.75em;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  min-width: 20rem;
  padding: .75em 1.5em;
}
.header__utilities__information__select:focus {
  outline: none;
}
.header__nav {
  display: none;
}
@media screen and (min-width: 47.5rem) {
  .header__nav {
    display: block;
    grid-row: 2;
    grid-column: 1/-1;
  }
}
.header__search {
  text-align: right;
  width: 20%;
}
@media screen and (min-width: 47.5rem) {
  .header__search {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 75rem) {
  .header__search {
    width: 4rem;
  }
}
@media print {
  .header__search {
    display: none;
  }
}
.header__search__button {
  background-color: transparent;
  border: none;
  color: #00358e;
  font-size: 1.5rem;
}
@media screen and (min-width: 47.5rem) {
  .header__search__button {
    background-color: #ed9b33;
    border: none;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    color: #FFFFFF;
    font-size: 1.75rem;
    padding: .5em;
  }
}
.header__search__button:focus-visible {
  outline: 0.125rem solid #0067b9;
}
.header__mobile-nav-trigger {
  align-items: center;
  background-color: #FFFFFF;
  clip-path: circle();
  display: flex;
  justify-content: center;
  padding: .25rem;
  text-align: center;
  width: 20%;
}
@media print, screen and (min-width: 47.5rem) {
  .header__mobile-nav-trigger {
    display: none;
  }
}
.header__mobile-nav-trigger__button {
  background-color: transparent;
  border: none;
  height: 1.5rem;
  padding: 0;
  position: relative;
  width: 1.5rem;
}
.header__mobile-nav-trigger__line {
  background-color: #00358e;
  display: block;
  height: .125rem;
  position: absolute;
  width: 100%;
  transition: transform .2s ease, opacity .2s ease, height .2s ease;
}
.header__mobile-nav-trigger__line--1 {
  left: 0;
  top: 0;
}
.header__mobile-nav-trigger__line--2 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}
.header__mobile-nav-trigger__line--3 {
  left: 0;
  bottom: 0;
}
.header__mobile-nav-trigger--close .header__mobile-nav-trigger__line {
  height: .188rem;
}
.header__mobile-nav-trigger--close .header__mobile-nav-trigger__line--1 {
  transform: translateY(0.75rem) translateY(-50%) rotate(45deg);
}
.header__mobile-nav-trigger--close .header__mobile-nav-trigger__line--2 {
  opacity: 0;
}
.header__mobile-nav-trigger--close .header__mobile-nav-trigger__line--3 {
  transform: translateY(-0.75rem) translateY(50%) rotate(-45deg);
}
.header__mobile-overlay {
  display: none;
}
.header__mobile-overlay--active {
  background-color: #00358e;
  background-image: linear-gradient(to bottom, #00358e 0%, #0067b9 55%, #0067b9 100%);
  border-bottom: solid 0.5rem #ed9b33;
  border-image: linear-gradient(to right, #00358e 0%, #00358e 14.29%, #0067b9 14.29%, #0067b9 28.58%, #009cde 28.58%, #009cde 42.87%, #006646 42.87%, #006646 57.16%, #008554 57.16%, #008554 71.45%, #00b373 71.45%, #00b373 85.74%, #ed9b33 85.74%, #ed9b33 100%) 1;
  color: #FFFFFF;
  display: block;
  height: calc(100vh - var(--offset-top));
  left: 0;
  overflow: auto;
  position: fixed;
  top: var(--offset-top);
  width: 100vw;
  z-index: 1;
}
.header__mobile-overlay--active .header__nav {
  display: block;
}

@media screen and (min-width: 47.5rem) {
  .main--covered {
    position: relative;
  }
  .main--covered::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    animation: fadeIn .25s ease forwards;
  }
}

/* ================================
   Heros
   ================================ */
@media print, screen and (min-width: 57.5rem) {
  .hero--intro {
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='173'%3E%3Cpolygon points='173,0 173,100 0,100' style='fill: %2300b373;' /%3E%3C/svg%3E");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media print, screen and (min-width: 57.5rem) {
  .hero--intro__container {
    display: flex;
    flex-flow: row nowrap;
        align-items: center;
  }
}
@media screen and (max-width:962px){
.hero--intro__container .hero--intro__image {
    max-height: 40vh !important;
}
.hero--intro__container .hero--intro__text {
    padding: 2em;
}
.hero--intro__container {
    gap: 2em;
    padding: 0;
}
}
@media print, screen and (min-width: 57.5rem) {
  .hero--intro__image-container {
    order: 1;
    width: 50%;
    text-align: right;
  }
}
.hero--intro__image {
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 75rem) {
  .hero--intro__image {
    aspect-ratio: .866 / 1;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    max-height: none;
    max-width: 30rem;
    width: 75%;
  }
}
.hero--intro__text {
  font-family: "Titillium Web", sans-serif;
}
@media print, screen and (min-width: 57.5rem) {
  .hero--intro__text {
    order: 0;
    padding-bottom: 5rem;
    width: 50%;
  }
}
.hero--intro__title {
  color: #00358e;
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 .75em;
}
.hero--intro__subtitle {
  color: #000000;
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 0 .75em;
}
.hero--intro__intro {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5;
}
.hero--image {
  padding: 2rem 0 1rem
}
.hero--image__image {

  max-height: clamp(300px, 80vh, 650px);
  object-fit: cover;
  width: 100%;
}
.hero--image__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 1em;
}


/*
.hero--image__image {
    min-height: 45vh;
    max-height: 60vh;
} 
*/
@media screen and (min-width: 57.5rem) {
  .hero--image__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 57.5rem) {
  .hero--image--background {
    background-image: linear-gradient(30deg, transparent 0, transparent calc(100% - 8rem), #008554 calc(100% - 8rem), #008554 100%), linear-gradient(to bottom, #00358e 0, #00358e 30rem, transparent 30rem, transparent 100%);
    padding: 4rem 0 1rem;
  }
  .hero--image--background .hero--image__title {
    color: #FFFFFF;
  }
}
.hero--video {
    position: relative;
    width: 100%;
    height: 40vh; /* Adjust height dynamically */
    min-height: 300px;
    max-height: 600px;
    overflow: hidden;
}

.hero--video__video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; /* Keeps video behind everything */
}

.hero--video__iframe {
    width: 100vw; 
    height: 180vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Video Overlay */
.hero--video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: -1; /* Sits above the video but behind text */
}
.hero--video__text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.hero--video__text {
    width: 100%;
}

.hero--video__title {
    font-size: clamp(2rem, 6vw, 3.5rem); /* Large responsive font */
    font-weight: 100; /* Light font for a modern look */
    margin: 0;
}

@media (max-width: 1024px) {
    .hero--video {
        height: 40vh;
    }
}

@media (max-width: 768px) {
    .hero--video {
        height: 30vh;
    }

    .hero--video__title {
        font-size: clamp(1.8rem, 5vw, 3rem);
    }
}

.hero--smart-farm {
  margin: 0 0 2rem;
}
.hero--smart-farm__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 57.5rem) {
  .hero--smart-farm__title {
    font-size: 3.5rem;    
    text-wrap: pretty;
  }
}
.hero--smart-farm__intro {
  text-align: center;
  padding: 1.5rem 0 1rem;
}
@media screen and (min-width: 57.5rem) {
  .hero--smart-farm__intro {
    padding: 3rem 0 1rem;
  }
}
.hero--smart-farm__intro__headline {
  color: #008554;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  margin: 0 0 1em;
}
@media screen and (min-width: 75rem) {
  .hero--smart-farm__intro__headline {
    font-size: 3.5rem;
    font-weight: 600;
  }
}
.hero--smart-farm__intro__body {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 75rem) {
  .hero--smart-farm__intro__body {
    font-size: 1.75rem;
    font-weight: 200;
    line-height: 1.75;
  }
}
.hero--homepage {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero--homepage__video-container {
  background-color: #000000;
  height: 60vh;
  left: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 57.5rem) {
  .hero--homepage__video-container {
    height: 0;
    padding-bottom: clamp(20vh, 56.25%, 76vh);
    position: relative;
    overflow: visible;
  }
}
.hero--homepage__iframe-container {
  height: 100%;
  position: relative;
  width: 100%;
}
.side-callout--inline__body iframe {
    max-width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__iframe-container {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
  }
}
.hero--homepage__iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 500%;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__iframe {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    left: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
.hero--homepage__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__image {
    height: auto;
    left: 0;
    max-height: 75vh;
    position: relative;
    top: 0;
  }
}
.hero--homepage__controls {
  bottom: 1rem;
  position: absolute;
  right: 1rem;
  z-index: 1;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__controls {
    bottom: 2rem;
    right: 2rem;
  }
}
.hero--homepage__controls__play-pause {
  background-color: #00358e;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.25rem;
  height: 2.5em;
  padding: 0;
  width: 2.5em;
}
.hero--homepage__controls__play-pause:focus-visible {
  outline: 0.125em solid #FFFFFF;
}
.hero--homepage__text-overlay {
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  transform: translateY(50%);
  z-index: 1;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__text-overlay {
    align-items: center;
    background-color: transparent;
bottom: 5em;
    display: flex;
    justify-content: center;
    left: 5vw;
    transform: translateY(40%);
  }
  .hero--homepage__text-overlay--container {
    width: 57%;
  }
}
@media screen and (min-width: 111.11rem) {
  .hero--homepage__text-overlay {
    left: calc(50% - 50rem);
  }
}
/*.hero--homepage__text-overlay {*/
/*    z-index: 9999999999;*/
/*}*/
.hero--homepage__text {
  align-items: center;
  background-color: #00358e;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: flex;
  flex-flow: column nowrap;
  height: 26rem;
  justify-content: center;
  padding: 5rem 4rem 5rem 6rem;
  transform: translateX(-4rem);
  width: 22.5rem;
}
@media screen and (min-width: 47.5rem) {
  .hero--homepage__text {
    padding: 5rem 4rem;
    transform: translateX(2rem);
  }
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__text {
    --w: 26.5rem;
    display: block;
    height: calc(var(--w) * 1.155);
    padding: 4.5rem 5rem;
    text-align: left;
    transform: none;
    width: var(--w);
  }
}
.hero--homepage__title {
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__title {
    line-height: .8;
    margin: .8em 0;
    font-size: 5.15rem;
  }
}
.hero--homepage__link {
  background-color: #008554;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.375;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease;
  width: 100%;
}
.hero--homepage__link:focus, .hero--homepage__link:hover {
  background-color: #006646;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__link {
    display: inline-block;
    padding: 1em 2em;
    width: auto;
  }
}
/*.hero--homepage__intro {
  background-color: #FFFFFF;
  color: #000000;
  padding-top: 12.5rem;
}
@media screen and (min-width: 57.5rem) {
  .hero--homepage__intro {
    padding-top: 16rem;
  }
}
@media screen and (min-width: 75rem) {
  .hero--homepage__intro {
    min-height: 10rem;
    padding-top: 0;
  }
}
*/
.hero--homepage__intro__inner {
  line-height: 1.5;
  padding: 2rem 5vw 4rem;
}
.hero--homepage__intro__inner h2 {
    line-height: 1.2;
    margin: 0 0 .5em;
}
.hero--homepage__intro__inner p:last-child {
    margin: 0;
}
/*
@media screen and (min-width: 75rem) {
  .hero--homepage__intro__inner {
    font-size: 1.5rem;
    margin: 2rem 10% 2rem 35%;
    text-wrap: balance;
  }
}


@media screen and (min-width: 111.11rem) {
  .hero--homepage__intro__inner {
    padding: 4rem calc(50% - 50rem) 4rem 50%;
  }
}
*/
.page-title--no-hero__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}
@media screen and (min-width: 75rem) {
  .page-title--no-hero__title {
    font-size: 3.25rem;
    margin: .25em 0 .75em;
  }
}

.hero--smart-farm__intro__body, .hero--homepage__intro {
    color: #fff;
    width: calc(100% - 4rem);
    padding: 0 4% 0 8%;
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    font-family: 'Titillium Web';
    display: flex;
    bottom: 5%;
    flex-direction: column;
    justify-content: center;
    min-width: 40%;
    position: absolute;
    text-wrap: balance;
    z-index: 1;
}


@media screen and (max-width:768px){
   .hero--smart-farm__intro__body, .hero--homepage__intro {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 1em 1em 0;
    background: #00358E;
    text-align: center;
   }
}

/* ================================
   Footer
   ================================ */
.footer {
  border-top: 0.5rem solid #ed9b33;
  padding: 4rem 0 0;
}
.footer__headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 .5em;
}
@media screen and (min-width: 57.5rem) {
  .footer__headline {
    font-size: 1.5rem;
  }
}
.footer__link {
  color: #000000;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: .9rem;
  font-weight: 200;
  margin: 0 0 .5em;
  text-decoration: none;
}
.footer__link:hover, .footer__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #008554;
}
@media screen and (min-width: 57.5rem) {
  .footer__link {
    font-size: 1.25rem;
        padding: 0.25em;
  }
}
.footer__logo {
  padding: 0 10vw;
  text-align: center;
}
@media screen and (min-width: 57.5rem) {
  .footer__logo {
    padding: 0;
  }
}
@media print {
  .footer__logo {
    margin: auto;
    max-width: 60%;
  }
}
.footer__contact {
  font-size: 1rem;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 57.5rem) {
  .footer__contact {
    font-size: 1.125rem;
  }
}
@media print {
  .footer__contact {
    font-size: .95rem;
    padding: 1rem 0 0;
  }
}
.footer__address {
  display: inline-block;
  margin: 0 0 .75rem;
  width: 100%;
}
.footer__phone__link {
  color: #000000;
  text-decoration: none;
}
.footer__phone__link:hover, .footer__phone__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.footer__phone__link::after {
  content: '|';
  display: inline-block;
  margin: 0 .5em;
}
.footer__email__link {
  color: #000000;
  text-decoration: none;
}
.footer__email__link:hover, .footer__email__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #008554;
}
@media print {
  .footer__resources {
    display: none;
  }
}
@media print {
  .footer__information_roles {
    display: none;
  }
}
.footer__give__link {
  background-color: #008554;
  color: #FFFFFF;
  display: inline-block;
  font-size: .85rem;
  margin: 1rem 0;
  padding: .5em;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 57.5rem) {
  .footer__give__link {
    font-size: 1.125rem;
    padding: .75em 1.5em;
  }
}
@media print {
  .footer__give__link {
    display: none;
  }
}
.footer__give__link:hover, .footer__give__link:focus-visible {
  background-color: #006646;
}
.footer__social {
  text-align: center;
}
@media print {
  .footer__social {
    display: none;
  }
}
.footer__social__link {
  background-color: #ed9b33;
  clip-path: circle();
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  width: 2.5rem;
}
.footer__social__link:hover, .footer__social__link:focus-visible {
  background-color: #4a4a4a;
}
.footer__grid {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 57.5rem) {
  .footer__grid {
    display: grid;
    grid-template-columns: 25% 50% 25%;
  }
}
.footer__grid__center {
  order: 0;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .footer__grid__center {
    grid-column: 2;
  }
}
.footer__grid__left {
  order: 2;
  width: 50%;
}
@media screen and (min-width: 57.5rem) {
  .footer__grid__left {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
}
.footer__grid__right {
  order: 3;
  width: 50%;
}
@media screen and (min-width: 57.5rem) {
  .footer__grid__right {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
  }
}
.footer__grid__bottom {
  margin: 0 0 2rem;
  order: 1;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .footer__grid__bottom {
    grid-column: 2;
    grid-row: 2;
  }
}
.footer__legal {
  font-size: .9rem;
  padding: 2rem 0 1rem;
  text-align: center;
}
@media print {
  .footer__legal {
    padding: 0;
  }
}
.footer__ta {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 2rem 0 1rem;
  text-align: center;
}
@media print {
  .footer__ta {
    font-size: .95rem;
    padding: 0;
  }
}

.nav--main__towers {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
}
.nav--main__towers__tower {
  padding: 0;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__tower {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 14.285%;
  }
  .nav--main__towers__tower:nth-of-type(1) {
    border-top: 1rem solid #00358e;
  }
  .nav--main__towers__tower:nth-of-type(1) .nav--main__towers__drawer--active {
    border-bottom: 1em solid #00358e;
  }
  .nav--main__towers__tower:nth-of-type(2) {
    border-top: 1rem solid #0067b9;
  }
  .nav--main__towers__tower:nth-of-type(2) .nav--main__towers__drawer--active {
    border-bottom: 1em solid #0067b9;
  }
  .nav--main__towers__tower:nth-of-type(3) {
    border-top: 1rem solid #009cde;
  }
  .nav--main__towers__tower:nth-of-type(3) .nav--main__towers__drawer--active {
    border-bottom: 1em solid #009cde;
  }
  .nav--main__towers__tower:nth-of-type(4) {
    border-top: 1rem solid #006646;
  }
  .nav--main__towers__tower:nth-of-type(4) .nav--main__towers__drawer--active {
    border-bottom: 1em solid #006646;
  }
  .nav--main__towers__tower:nth-of-type(5) {
    border-top: 1rem solid #008554;
  }
  .nav--main__towers__tower:nth-of-type(5) .nav--main__towers__drawer--active {
    border-bottom: 1em solid #008554;
  }
  .nav--main__towers__tower:nth-of-type(6) {
    border-top: 1rem solid #00b373;
  }
  .nav--main__towers__tower:nth-of-type(6) .nav--main__towers__drawer--active {
    border-bottom: 1em solid #00b373;
  }
  .nav--main__towers__tower:nth-of-type(7) {
    border-top: 1rem solid #ed9b33;
  }
  .nav--main__towers__tower:nth-of-type(7) .nav--main__towers__drawer--active {
    border-bottom: 1em solid #ed9b33;
  }
}
.nav--main__towers__button {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding: .75rem 2rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.nav--main__towers__button::after {
  align-items: center;
  content: '+';
  display: flex;
  height: 100%;
  position: absolute;
  right: 2em;
  top: 0;
}
.nav--main__towers__button--active::after {
  content: '-';
}
.nav--main__towers__button--no-children::after {
  content: '';
  display: none;
  right: 0;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__button {
    border: .125rem solid transparent;
    color: #000000;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 200;
    height: auto;
    padding: 1em 0;
    position: relative;
    text-align: center;
    width: 100%;
    transition: border-color .2s ease;
  }
  .nav--main__towers__button::after {
    content: '';
    display: none;
  }
  .nav--main__towers__button:hover, .nav--main__towers__button:focus-visible {
    text-decoration: underline;
    text-decoration-color: #00b373;
  }
  .nav--main__towers__button:hover::after, .nav--main__towers__button:focus-visible::after {
    bottom: -.25rem;
    color: #00b373;
    content: '\f0d7';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: auto;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: auto;
  }
  .nav--main__towers__button--active {
    background-color: #f1fbff;
  }
  .nav--main__towers__button--active::after {
    bottom: -.25rem;
    color: #00b373;
    content: '\f0d7';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: auto;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: auto;
  }
  .nav--main__towers__button--no-children:hover::after, .nav--main__towers__button--no-children:focus-visible::after {
    content: '';
    display: none;
  }
}
.nav--main__towers__drawer {
  background-color: #f1fbff;
  list-style: none;
  display: none;
  padding: 1rem 2rem 0;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__drawer {
    border-bottom: 0em solid #00358e;
    background-color: #f1fbff;
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 3.5rem 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    transition: padding 0.25s ease, max-height 0.25s ease, border-width 0.15s ease 0.1s;
  }
}
.nav--main__towers__drawer--active {
  display: block;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__drawer--active {
    display: flex;
    border-width: 1em;
    max-height: 30rem;
    padding: 2.5rem 3.5rem 0;
  }
}
.nav--main__towers__drawer--active--no-transition {
  transition: none;
}
.nav--main__towers__column {
  text-align: left;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column {
    padding: 0 1.5rem 0;
    position: relative;
  }
  .nav--main__towers__column::after {
    background-color: #eaebe5;
    background-image: linear-gradient(to bottom, #d8d8d8, #d8d8d8 66.67%, #f1fbff 66.67%, #f1fbff 100%);
    background-size: 100% .75rem;
    content: '';
    display: block;
    height: calc(100% - 2rem);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .nav--main__towers__column:last-of-type::after {
    content: none;
    display: none;
  }
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column--width-1 {
    width: calc(25% - 1px);
  }
  .nav--main__towers__column--width-1 .nav--main__towers__column__list {
    columns: 1;
  }
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column--width-2 {
    width: calc(50% - 1px);
  }
  .nav--main__towers__column--width-2 .nav--main__towers__column__list {
    columns: 2;
  }
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column--width-3 {
    width: calc(75% - 1px);
  }
  .nav--main__towers__column--width-3 .nav--main__towers__column__list {
    columns: 3;
  }
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column--width-4 {
    width: 100%;
  }
  .nav--main__towers__column--width-4 .nav--main__towers__column__list {
    columns: 4;
  }
}
.nav--main__towers__column__heading {
  color: #0067b9;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: .75rem 0 1rem;
  text-decoration: none;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column__heading {
    font-size: 1.375rem;
    padding: 0 0 .75rem;
  }
}
.nav--main__towers__column__heading:hover, .nav--main__towers__column__heading:focus-visible {
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.nav--main__towers__column__list {
  list-style: none;
  padding: 0 0 1rem;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column__list {
    padding: 0 0 3.5rem;
  }
}
.nav--main__towers__column__item {
  padding: .5em 0;
  text-wrap: balance;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column__item {
    break-inside: avoid-column;
    font-size: 1.125rem;
    padding: .75em 0;
  }
}
.nav--main__towers__column__link {
  color: #000000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 47.5rem) {
  .nav--main__towers__column__link {
    color: #000000;
  }
}
.nav--main__towers__column__link:hover, .nav--main__towers__column__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.nav--main--active-drawer .nav--main__towers__button {
  border-bottom: 0.125rem solid #eaebe5;
}
.nav--main--active-drawer .nav--main__towers__button--active {
  border-bottom: 0.125rem solid #f1fbff;
  border-left: 0.125rem solid #eaebe5;
  border-right: 0.125rem solid #eaebe5;
}
.nav--main--no-transition .nav--main__towers__drawer {
  transition: none;
}
@media print {
  .nav--secondary {
    display: none;
  }
}
.nav--secondary__container {
  background-color: #f1fbff;
}
@media screen and (min-width: 57.5rem) {
  .nav--secondary__container {
    border: 2px solid #eaebe5;
    padding: 1rem 0;
  }
}
.nav--secondary__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 57.5rem) {
  .nav--secondary__title {
    display: block;
    padding: 0 2.75rem;
  }
}
.nav--secondary__list {
  display: flex;
  flex-flow: column nowrap;
  font-size: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.nav--secondary__item {
  display: inline-block;
  padding: .5rem;
}
@media screen and (min-width: 57.5rem) {
  .nav--secondary__item {
    padding: .5rem 2.75rem;
  }
  .nav--secondary__item--current {
    background-color: #FFFFFF;
    border-bottom: 2px solid #eaebe5;
    border-top: 2px solid #eaebe5;
  }
}
.nav--secondary__link {
  color: #000000;
  text-decoration: none;
}
.nav--secondary__link:focus, .nav--secondary__link:hover {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #008554;
}
.nav--secondary__link--title {
  color: #0067b9;
}
.nav--secondary__link--title:focus, .nav--secondary__link--title:hover {
  color: #0067b9;
}

/* ================================
   Routers
   ================================ */
.router--feature {
  padding: 6rem 0;
}
@media screen and (min-width: 47.5rem) {
  .router--feature__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 47.5rem) {
  .router--feature__item {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 57.5rem) {
  .router--feature__item {
    width: calc(33.33% - 2rem);
  }
}
.router--feature__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}
.router--feature__link {
  color: #000000;
  text-decoration: none;
}
.router--feature__link:focus-visible, .router--feature__link:hover {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.router--feature__description {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.router--grid {
  padding: 2rem 0;
}
.router--grid__list {
  column-gap: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 2rem;
}
.router--grid__item {
  background-color: #FFFFFF;
  box-shadow: 0 0 0.5em #9b9b9b;
  text-align: center;
}
@media screen and (min-width: 57.5rem) {
  .router--grid__item {
    width: calc(33% - 2rem);
  }
}
.router--grid__link {
  color: #000000;
  display: block;
  height: 100%;
  text-decoration: none;
}
.router--grid__link:focus-visible {
  outline: 2px solid #0067b9;
}
.router--grid__link:hover .router--grid__title {
  text-decoration: underline;
  text-decoration-color: green;
}
.router--grid__image {
  height: auto;
  width: 100%;
}
.router--grid__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  margin: 0 0 1em;
}
.router--grid__text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 2rem;
}
.router--list__list {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 2rem;
}
.router--list__item {
  background-color: #FFFFFF;
  color: #000000;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
}
@media screen and (min-width: 57.5rem) {
  .router--list__item {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 57.5rem) {
  .router--list__image-container {
    width: calc(33.33% - 1rem);
  }
}
.router--list__image {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.router--list__text-container {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 57.5rem) {
  .router--list__text-container {
    display: flex;
    flex-flow: column nowrap;
    font-size: 1.125rem;
    justify-content: center;
    width: calc(66.67% - 1rem);
  }
}
@media screen and (min-width: 57.5rem) {
  .router--list__text-container--full-width {
    width: 100%;
  }
}
.router--list__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  margin: 0 0 .75em;
}
.router--homepage {
  padding: 8rem 0;
}
.router--homepage__intro {
  padding-bottom: 4rem;
}
.router--homepage__headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 1.25em;
  text-align: center;
}
.router--homepage__description {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.router--homepage--hexagon .router--homepage__inner {
  --size: 20rem;
  --margin: .25rem;
  --formula: calc((var(--size) * 1.7324) + (4 * var(--margin)));
  display: flex;
  padding: 4rem 0;
}
.router--homepage--hexagon .router--homepage__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 2rem;
}
@media screen and (min-width: 75rem) {
  .router--homepage--hexagon .router--homepage__list {
    display: block;
    font-size: 0;
  }
  .router--homepage--hexagon .router--homepage__list::before {
    content: "";
    float: left;
    height: 100%;
    shape-outside: repeating-linear-gradient(transparent 0 25rem, black 0 30rem);
    width: calc(var(--size)/2 + var(--margin));
  }
}
.router--homepage--hexagon .router--homepage__item {
  display: inline-block;
  width: calc(50% - .5rem);
}
@media screen and (min-width: 75rem) {
  .router--homepage--hexagon .router--homepage__item {
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
    display: inline-block;
    font-size: initial;
    height: calc(var(--size) * 1.1547);
    margin: var(--margin) var(--margin) calc(var(--margin) - (var(--size) * 0.2886));
    position: relative;
    width: var(--size);
  }
}
.router--homepage--hexagon .router--homepage__item__image-container {
  height: 100%;
}
.router--homepage--hexagon .router--homepage__item__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.router--homepage--hexagon .router--homepage__item__text {
  align-items: center;
  background-color: rgba(0, 53, 142, 0.65);
  display: flex;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1.5em;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #00b373;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 75rem) {
  .router--homepage--hexagon .router--homepage__item__text {
    background-color: rgba(0, 53, 142, 0.85);
    opacity: 0;
  }
}
.router--homepage--hexagon .router--homepage__item__link {
  color: #FFFFFF;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.router--homepage--hexagon .router--homepage__item__link:focus .router--homepage__item__text, .router--homepage--hexagon .router--homepage__item__link:hover .router--homepage__item__text {
  opacity: 1;
}
.router--homepage--hexagon--green-buttons .router--homepage__item__text {
  background-color: rgba(0, 102, 70, 0.65);
}
@media screen and (min-width: 75rem) {
  .router--homepage--hexagon--green-buttons .router--homepage__item__text {
    background-color: rgba(0, 102, 70, 0.85);
  }
}
.router--homepage--square .router--homepage__list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  row-gap: .5rem;
}
@media screen and (min-width: 57.5rem) {
  .router--homepage--square .router--homepage__list {
    row-gap: 1rem;
  }
}
.router--homepage--square .router--homepage__item {
  position: relative;
  width: calc(50% - .25rem);
}
@media screen and (min-width: 57.5rem) {
  .router--homepage--square .router--homepage__item {
    width: calc(33.33% - .5rem);
  }
}
.router--homepage--square .router--homepage__item__image-container {
  height: 100%;
}
.router--homepage--square .router--homepage__item__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.router--homepage--square .router--homepage__item__text {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
  top: 0;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .router--homepage--square .router--homepage__item__text {
    background-color: transparent;
    text-shadow: none;
    transition: background-color .2s ease;
  }
}
.router--homepage--square .router--homepage__item__title {
  padding: .5em;
}
@media screen and (min-width: 57.5rem) {
  .router--homepage--square .router--homepage__item__title {
    background-color: rgba(0, 53, 142, 0.85);
    transition: background-color .2s ease;
  }
}
.router--homepage--square .router--homepage__item__link {
  color: #FFFFFF;
}
.router--homepage--square .router--homepage__item__link:focus .router--homepage__item__text, .router--homepage--square .router--homepage__item__link:hover .router--homepage__item__text {
  background-color: rgba(0, 53, 142, 0.85);
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.router--homepage--square .router--homepage__item__link:focus .router--homepage__item__title, .router--homepage--square .router--homepage__item__link:hover .router--homepage__item__title {
  background-color: transparent;
}
@media screen and (min-width: 57.5rem) {
  .router--homepage--square--green-buttons .router--homepage__item__title {
    background-color: rgba(0, 102, 70, 0.85);
  }
}
.router--homepage--square--green-buttons .router--homepage__item__link:focus .router--homepage__item__text, .router--homepage--square--green-buttons .router--homepage__item__link:hover .router--homepage__item__text {
  background-color: rgba(0, 102, 70, 0.85);
}

.router {
  padding: 3rem 1rem;
}
.router__intro {
  padding-bottom: 4rem;
}
.router__headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 .75em;
  text-align: center;
}
@media screen and (min-width: 57.5rem) {
  .router__headline {
    font-size: 2.5rem;
  }
}
.router__description {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.router--grid .router__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 2rem;
}
@media print, screen and (min-width: 57.5rem) {
  .router--grid .router__item {
    margin: 0 1.5rem;
    width: calc(33% - 3rem);
  }
}
.router--grid .router__item__link {
  color: var(--primary-color);
  display: block;
  height: 100%;
  text-decoration: none;
}
.router--grid .router__item__link:focus-visible {
  outline: 2px solid #0067b9;
}
.router--grid .router__item__link:hover .router__item__image {
  transform: scale(1.2);
}
.router--grid .router__item__link:hover .router__item__title {
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.router--grid .router__item__image-container {
  overflow: hidden;
}
.router--grid .router__item__image {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
  transition: transform .15s ease-out;
}
.router--grid .router__item__title {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
    line-height: 1.25;
  margin: 0;
}
.router--grid .router__item__text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1rem 0;
}
@media print, screen and (min-width: 57.5rem) {
  .router--grid--feature .router__item:first-of-type {
    margin-bottom: 2rem;
    padding: 0 10%;
    width: 100%;
  }
  .router--grid--feature .router__item:first-of-type .router__item__link {
    column-gap: 2rem;
    display: flex;
    flex-flow: row nowrap;
  }
  .router--grid--feature .router__item:first-of-type .router__item__image-container {
    width: 55%;
  }
  .router--grid--feature .router__item:first-of-type .router__item__text {
    width: calc(45% - 3rem);
  }
}
.router--grid--program .router__container {
    display: flex;
    width: 80%;
    justify-content: center;
}
.router--grid--program li .router__item__text {
    padding: 0 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin: 1em 0;
}
.router--grid--program li.router__item {
    box-shadow: 0 0 0.5rem #9b9b9b;
    margin: 0 1rem;
}
.router--grid--program li .router__item__title {
    color: #00358e;
    font-weight: 900;
    text-wrap-style: pretty;
}
.router--image-grid--hexagon .router__inner {
  --size: 20rem;
  --margin: .25rem;
  --formula: calc((var(--size) * 1.7324) + (4 * var(--margin)));
  display: flex;
  padding: 4rem 0;
}
.router--image-grid--hexagon .router__container {
  max-width: 81.5rem;
}
.router--image-grid--hexagon .router__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 1rem;
}
@media print, screen and (min-width: 75rem) {
  .router--image-grid--hexagon .router__list {
    display: block;
    font-size: 0;
  }
  .router--image-grid--hexagon .router__list::before {
    content: "";
    float: left;
    height: 100%;
    shape-outside: repeating-linear-gradient(transparent 0 25rem, black 0 30rem);
    width: calc(var(--size)/2 + var(--margin));
  }
}
.router--image-grid--hexagon .router__item {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 47.5rem) {
  .router--image-grid--hexagon .router__item {
    margin: 0 .5rem;
    width: calc(50% - 1rem);
  }
}
@media print, screen and (min-width: 75rem) {
  .router--image-grid--hexagon .router__item {
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
    display: inline-block;
    font-size: initial;
    height: calc(var(--size) * 1.1547);
    margin: var(--margin) var(--margin) calc(var(--margin) - (var(--size) * 0.2886));
    position: relative;
    width: var(--size);
  }
}
.router--image-grid--hexagon .router__item__image-container {
  height: 100%;
}
.router--image-grid--hexagon .router__item__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.router--image-grid--hexagon .router__item__text {
  align-items: center;
  background-color: rgba(0, 53, 142, 0.65);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1.5em;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #00b373;
  top: 0;
  width: 100%;
  transition: opacity .1s ease-out;
}
@media screen and (min-width: 75rem) {
  .router--image-grid--hexagon .router__item__text {
    background-color: rgba(0, 53, 142, 0.85);
    opacity: 0;
  }
}
.router--image-grid--hexagon .router__item__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.router--image-grid--hexagon .router__item__link {
  color: #FFFFFF;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.router--image-grid--hexagon .router__item__link:focus .router__item__text, .router--image-grid--hexagon .router__item__link:hover .router__item__text {
  opacity: 1;
}
@media screen and (min-width: 75rem) {
  .router--image-grid--hexagon {
    padding: 3rem 0 5rem;
  }
}
.router--image-grid--hexagon--green-buttons .router__item__text {
  background-color: rgba(0, 102, 70, 0.65);
}
@media screen and (min-width: 75rem) {
  .router--image-grid--hexagon--green-buttons .router__item__text {
    background-color: rgba(0, 102, 70, 0.85);
  }
}
.router--image-grid--square .router__list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  row-gap: .5rem;
}
@media print, screen and (min-width: 57.5rem) {
  .router--image-grid--square .router__list {
    row-gap: 1rem;
  }
}
.router--image-grid--square .router__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 47.5rem) {
  .router--image-grid--square .router__item {
    margin: 0 .25rem;
    width: calc(50% - .5rem);
  }
}
@media print, screen and (min-width: 57.5rem) {
  .router--image-grid--square .router__item {
    margin: 0 .5rem;
    width: calc(33.33% - 1rem);
  }
}
.router--image-grid--square .router__item__image-container {
  height: 100%;
}
.router--image-grid--square .router__item__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.router--image-grid--square .router__item__text {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
  top: 0;
  width: 100%;
  transition: background-color .1s ease;
}
@media print, screen and (min-width: 57.5rem) {
  .router--image-grid--square .router__item__text {
    align-items: flex-end;
    background-color: transparent;
    text-shadow: none;
  }
}
.router--image-grid--square .router__item__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: .5em;
}
@media print, screen and (min-width: 57.5rem) {
  .router--image-grid--square .router__item__title {
    background-color: rgba(0, 53, 142, 0.85);
    margin-bottom: 4rem;
    transition: background-color .1s ease;
    width: 90%;
  }
}
.router--image-grid--square .router__item__link {
  color: #FFFFFF;
}
.router--image-grid--square .router__item__link:focus .router__item__text, .router--image-grid--square .router__item__link:hover .router__item__text {
  background-color: rgba(0, 53, 142, 0.85);
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.router--image-grid--square .router__item__link:focus .router__item__title, .router--image-grid--square .router__item__link:hover .router__item__title {
  background-color: transparent;
}
@media screen and (min-width: 57.5rem) {
  .router--image-grid--square--green-buttons .router__item__title {
    background-color: rgba(0, 102, 70, 0.85);
  }
}
.router--image-grid--square--green-buttons .router__item__link:focus .router__item__text, .router--image-grid--square--green-buttons .router__item__link:hover .router__item__text {
  background-color: rgba(0, 102, 70, 0.85);
}
.router--list .router__container {
  max-width: 50rem;
}
.router--list .router__list {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 2rem;
}
.router--list .router__item__link {
  background-color: #FFFFFF;
    box-shadow: -2px 2px 1rem 0px rgb(0 0 0 / 64%);
  color: #000000;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  text-decoration: none;
  transition: transform .15s ease-out;
}
.router--list .router__item__link:hover, .router--list .router__item__link:focus-visible {
  transform: scale(1.05);
}
@media screen and (min-width: 57.5rem) {
  .router--list .router__item__link {
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 1rem 4rem 1rem 2rem;
  }
}
.router--list .router__item__text {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1rem 0 0;
}
.router--list .router__item__title {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 .75em;
  text-decoration: underline;
  text-decoration-color: #00b373;
}
@media screen and (min-width: 57.5rem) {
  .router--list .router__item__title {
    font-size: 2rem;
  }
}
.router--button-grid {
  padding: 4rem 0;
}
.router--button-grid .router__intro {
  padding-bottom: 2rem;
}
@media screen and (min-width: 57.5rem) {
  .router--button-grid .router__intro {
    padding-bottom: 4rem;
  }
}
.router--button-grid .router__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 1rem;
}
@media screen and (min-width: 57.5rem) {
  .router--button-grid .router__list {
    padding: 2rem 0;
  }
}
.router--button-grid .router__item {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  width: 100%;
}
@media print, screen and (min-width: 57.5rem) {
  .router--button-grid .router__item {
    font-size: 1.5rem;
    margin: 0 .5rem;
    width: calc(33.33% - 1rem);
  }
}
.router--button-grid .router__item__link {
  align-items: center;
  background-color: #00358e;
  border: 0.25rem solid #00358e;
  color: #FFFFFF;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: background-color .1s ease-in-out, border-color .1s ease-in;
}
.router--button-grid .router__item__link:focus-visible, .router--button-grid .router__item__link:hover {
  background-color: #008554;
  border: 0.25rem solid #00b373;
  text-decoration: underline;
  text-decoration-color: #00b373;
}
@media screen and (min-width: 57.5rem) {
  .router--button-grid .router__item__link {
    padding: 1.5rem;
  }
}
.router--button-grid .router__item__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 57.5rem) {
  .router--button-grid .router__item__title {
    font-size: 1.5rem;
  }
}
.router--button-grid--green-buttons .router__item__link {
  background-color: #008554;
  border: 0.25rem solid #008554;
}
.router--button-grid--green-buttons .router__item__link:hover, .router--button-grid--green-buttons .router__item__link:focus-visible {
  background-color: #00358e;
  outline: none;
}
.router--teasers {
  padding: 4rem 0 3rem;
}
.router--teasers__section-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 1em;
}
.router--teasers__section-intro {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  text-align: center;
}
.router--teasers__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 2rem;
}
@media print, screen and (min-width: 57.5rem) {
  .router--teasers__grid {
    row-gap: 4rem;
  }
}
.router--teasers__item {
  width: 100%;
}
@media print, screen and (min-width: 57.5rem) {
  .router--teasers__item {
    width: calc(33% - 2rem);
  }
}
.router--teasers__item--event .router--teasers__image-container {
  margin-bottom: 1.5rem;
}
.router--teasers__image-container {
  position: relative;
}
.router--teasers__image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
a img.router--teasers__image {
    transition: .3s;
}

a img.router--teasers__image:hover {
    scale: 1.2;
}
/*.router--teasers__text-container {
  padding: 1.5rem 0;
}*/
.router--teasers--feature .router--teasers__item.router--teasers__item--event {
    margin: 0 1rem;
    border-radius: 1em;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    box-shadow: 0 0 8px #e9e9e9;
}
.router--teasers--feature .router--teasers__item.router--teasers__item--event .router--teasers__text-container {
    padding: .5em 1.5rem 0;
}
.router--teasers__category {
  color: #008554;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: .75em 0;
}
.router--teasers--feature .router--teasers__text-container {
    margin-top: 1em;
}
.router--teasers__category-list {
font-size: .9rem;
    font-weight: 600;
    margin: .75em 0;
}
.router--teasers__category-link {
  color: #008554;
  text-decoration: none;
    margin: .5em 0;
    display: inline-block;
}
.router--teasers__category-link:hover, .router--teasers__category-link:focus-visible {
  text-decoration: underline;
}
.router--teasers__time-location {
  color: var(--category-color);
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.router--teasers__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1em;
}
.router--teasers__description {
  line-height: 1.5;
      -webkit-line-clamp: 3;
    margin: 0.5rem 0;
}
.router--teasers__link {
  color: var(--primary-color);
  text-decoration: none;
      -webkit-line-clamp: 2;
}
.router--teasers__link:hover, .router--teasers__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.router--teasers__date {
  background-color: #00358e;
  bottom: -1.5rem;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  color: #FFFFFF;
  display: block;
  height: 6rem;
  left: 0;
  padding: 1.5rem 0;
  position: absolute;
  text-align: center;
  width: 5.2rem;
}
.router--teasers__month {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.router--teasers__day {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 2rem;
}
@media screen and (min-width: 57.5rem) {
  .router--teasers--feature .router--teasers__item:nth-of-type(1) {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }
  .router--teasers--feature .router--teasers__item:nth-of-type(1) .router--teasers__link, .router--teasers--feature .router--teasers__item:nth-of-type(1) .router--teasers__description {
    -webkit-line-clamp: 4;
}
  .router--teasers--feature .router--teasers__item:nth-of-type(1) .router--teasers__image-container {
    width: 50%;
  }
  .router--teasers--feature .router--teasers__item:nth-of-type(1) .router--teasers__text-container {
    padding: 2rem;
    width: 50%;
  }
  .router--teasers--feature .router--teasers__item:nth-of-type(1) .router--teasers__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 57.5rem) {
  .router.bg--blue, .router.bg--blue-dark, .router.bg--green {
        padding: 5rem 0;
        margin: 2em 0 0;
  }
}

@media screen and (min-width: 57.5rem) {
  .page-body--with-sidebar .page-body__main-top .router {
    margin-left: 2.5vw;
    width: calc(100% - 2.5vw);
  }
  .page-body--with-sidebar .page-body__main-top .router .container, .page-body--with-sidebar .page-body__main-top .router .contained {
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (min-width: 75rem) {
  .page-body--with-sidebar .page-body__main-top .router {
    margin-left: 5vw;
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 111.11rem) {
  .page-body--with-sidebar .page-body__main-top .router {
    margin-left: calc((var(--viewport-width) / 2) - 50rem);
    width: 64.67rem;
  }
}

.search-overlay {
  display: none;
}
.search-overlay--active {
  background-color: #00358e;
  background-image: linear-gradient(to bottom, #00358e 0%, #0067b9 100%);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.search-overlay__inner {
  margin: 0 auto;
  max-width: 100rem;
  padding: 2rem 5vw 0;
  text-align: center;
}
.search-overlay__headline {
  color: #FFFFFF;
  display: none;
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  margin: 0 0 1em;
}
@media screen and (min-width: 57.5rem) {
  .search-overlay__headline {
    display: block;
  }
}
.search-overlay__form__input {
  background-color: #FFFFFF;
  border-radius: 1.5em;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  max-width: 100%;
  padding: .5em 1em;
  width: 40em;
}
.search-overlay__form__input:focus {
  outline: none;
}
@media screen and (min-width: 57.5rem) {
  .search-overlay__form__input {
    margin-top: 0;
  }
}
.search-overlay__close {
  background-color: #FFFFFF;
  border: none;
  clip-path: circle();
  color: #00358e;
  font-size: 1.75rem;
  padding: .375em;
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
}

#addsWg-results-addsearch__overlay a.addsWg--hit span.addsWg--title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
}
#addsWg-results-addsearch__overlay a.addsWg--hit .addsWg--highlight {
  font-family: "Roboto Flex", sans-serif;
}
#addsWg-results-addsearch__overlay a.addsWg--hit .addsWg--category {
  background-color: #006646;
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
}
#addsWg-results-addsearch__overlay a.addsWg--hit.active,
#addsWg-results-addsearch__overlay a.addsWg--hit:hover {
  background-color: #f1fbff;
  border-color: #00358e;
}

.wysiwyg {
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (min-width: 57.5rem) {
  .wysiwyg {
    font-size: 1.125rem;
  }
}
.wysiwyg__section {
  padding: 1.5rem 0 1rem;
}
.wysiwyg__section + .bg--blue, .wysiwyg__section + .bg--blue-dark, .wysiwyg__section + .bg--green, .wysiwyg__section + .bg--purple-dark, .wysiwyg__section + .bg--purple-gradient {
  margin-top: 4rem;
}
.wysiwyg__content {
  padding-bottom: .5rem;
}
.wysiwyg h1, .wysiwyg .h1 {
  margin-top: 0;
  margin-bottom: .75em;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.wysiwyg h2, .wysiwyg .h2 {
  margin-top: 1rem;
  margin-bottom: .75em;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem; 
  font-size: calc(1.5rem + 0.25vw);
  line-height: 1.25;
}
@media screen and (min-width: 57.5rem) {
  .wysiwyg h2, .wysiwyg .h2 {
    font-size: 2rem;
  }
}
.wysiwyg h3, .wysiwyg .h3 {
  margin-top: 2rem;
  margin-bottom: 1em;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-size: calc(1.25rem + 0.25vw);
  line-height: 1.2;
}
.wysiwyg h4, .wysiwyg .h4 {
  margin-top: 2rem;
  margin-bottom: .5em;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.15rem;
  line-height: 1.27777778;
}
.wysiwyg h5, .wysiwyg .h5 {
  margin-top: 1rem;
  margin-bottom: 1em;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.wysiwyg p {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 57.5rem) {
  .wysiwyg p {
    font-size: 1.25rem;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 700;
}
.wysiwyg .small {
  font-size: .95rem;
  line-height: 1.5;
}
.wysiwyg .font-large, p.font-large {
  font-size: 1.5rem;
}
.wysiwyg .font-small, p.font-small {
  font-size: 1rem;
}
.splide__slide__text__inner .font-small {
    font-size: 1rem;
}
.wysiwyg ul, .wysiwyg ol {
  /*font-size: 1.25rem;*/
  margin: 0; 
  /*padding: 0 0 1rem 1.5rem;*/
}
.side-callout--inline .wysiwyg ul, .side-callout--inline  .wysiwyg ol {
padding: 0 2rem;
   }
   
.wysiwyg ul li, .wysiwyg ol li {
  line-height: 1.4;
  margin-bottom: .5em;
}
.wysiwyg ul li::marker {
  color: #008554;
}
.wysiwyg ul li::marker ul {
  padding: 0 0 0 2rem;
}
.wysiwyg ul li li::marker {
  color: #00358e;
}
.wysiwyg a {
  color: var(--primary-color);
  text-decoration: underline;
}
.wysiwyg a:hover, .wysiwyg a:focus-visible {
  text-decoration-color: #00b373;
}
.wysiwyg a:visited {
  color: var(--primary-color);
}
.wysiwyg a.btn, .wysiwyg a.btn-blue, .btn, .btn-blue, .btn-white  {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
 font-size: clamp(1.15rem, 2.5vw, 1.375rem);
  font-weight: 600;
    margin: .5rem 0;
  padding: .5em 1em;
  text-decoration: none;
  transition: background-color .2s ease, text-decoration .2s ease;
}
.side-callout--inline__body p .btn-blue, .side-callout--inline__body p .btn, .page-body__side-bottom p .btn, .page-body__side-bottom p .btn-blue {
    width: 100%;
    text-align: center;
    margin: 2px 0;
}
.btn i, .btn-blue i, .btn-white i {
    margin: 0 .5em 0 0;
}

.wysiwyg .btn:hover, .wysiwyg .btn-blue:hover, .btn:hover, .btn-blue:hover  {
  text-decoration: underline;
}
.wysiwyg a.btn,a.btn {
  background-color: #008554;
  color: #FFFFFF;
}
.wysiwyg a.btn:hover, a.btn:hover {
  background-color: #006646;
}
.wysiwyg a.btn-blue,a.btn-blue {
  background-color: #00358e;
  color: #FFFFFF;
}
.wysiwyg a.btn-blue:hover, a.btn-blue:hover {
  background-color: #0067b9;
}

a.btn-white{
	background-color: rgb(255 255 255 / 1);
	color: #000000;
    padding: 1rem 6%;
    font-size: 1.1rem;
    width: fit-content;
    border: none;
    outline: none;
}
.btn-white:hover {
    background-color: #00b373;
    color: #fff;
}

#BtnContainer .btn {
    font-size: 1rem;
    outline: none;
    border:none;
    color: #58595b;
    padding: 1em 3em;
    background-color: #f2f2f2;
    cursor: pointer;
}
#BtnContainer .btn {
    min-width: 15%;
}
#BtnContainer {
    display: flex;
    justify-content: flex-start;
    gap: 10px 20px;
    text-align: center;
    flex-wrap: wrap;
}
@media screen and (max-width:900px){
#BtnContainer {
    gap: .5em;
    flex-direction: column;
}
    
}
/* Add a light grey background on mouse-over */
#BtnContainer .btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
#BtnContainer .btn.active {
  background-color: #666;
  color: white;
}
@media screen and (max-width:450px){

#BtnContainer .btn {
        width:100%
    }
}



.wysiwyg img {
  height: auto;
}
.wysiwyg img.center {
  clear: both;
  display: block;
  float: none;
  margin: 1rem auto;
}
.wysiwyg img.left {
  clear: both;
  display: block;
  float: none;
  margin: 0.5rem auto;
}
@media screen and (min-width: 57.5rem) {
  .wysiwyg img.left {
    float: left;
    height: auto;
    margin-bottom: 1rem;
    margin-right: 1rem;
    max-width: 60%;
  }
}
.wysiwyg img.right {
  clear: both;
  display: block;
  float: none;
  margin: 1rem auto;
}
@media screen and (min-width: 57.5rem) {
  .wysiwyg img.right {
    float: right;
    height: auto;
    margin-bottom: 1rem;
    margin-left: 1rem;
    max-width: 60%;
  }
}
.wysiwyg table {
  table-layout: fixed;
    display: block;
  max-width: 100%;
  width: 100%;
}
.wysiwyg table th, .wysiwyg table td {
  padding-right: 2rem;
  vertical-align: top;
    border: 0;
}
/*@media screen and (max-width: 47.5rem) {
  .wysiwyg table th, .wysiwyg table td {
    display: block;
    width: 100% !important;
  }
}*/
.wysiwyg blockquote,
.wysiwyg .quote {
  --margin: 0 0 1em;
  --primary-color: #0067b9;
  --padding: 0 2em;
  color: var(--primary-color);
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  margin: var(--margin);
  padding: var(--padding);
}
.wysiwyg blockquote p,
.wysiwyg .quote p {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.35rem;
}
.wysiwyg blockquote.bg--blue, .wysiwyg blockquote.bg--green, .wysiwyg blockquote.bg--purple, .wysiwyg blockquote.bg--purple-dark,
.wysiwyg .quote.bg--blue,
.wysiwyg .quote.bg--green,
.wysiwyg .quote.bg--purple,
.wysiwyg .quote.bg--purple-dark {
  --primary-color: #FFFFFF;
  --padding: 1em 2em 1em;
  --margin: 1.5em 0;
}
.wysiwyg .fab, .wysiwyg .far, .wysiwyg .fas {
  font-size: 0;
}
.wysiwyg .fab::before, .wysiwyg .far::before, .wysiwyg .fas::before {
  font-size: 1.25rem;
}
.wysiwyg .fa-2x::before {
  font-size: 2.5rem;
}
.wysiwyg .fa-3x::before {
  font-size: 3.75rem;
}
.wysiwyg .fa-4x::before {
  font-size: 5rem;
}
.wysiwyg .fa-5x::before {
  font-size: 6.25rem;
}
.wysiwyg .fa-6x::before {
  font-size: 7.5rem;
}
.wysiwyg .fa-7x::before {
  font-size: 8.75rem;
}
.wysiwyg .fa-8x::before {
  font-size: 10rem;
}
.wysiwyg .fa-9x::before {
  font-size: 11.25rem;
}
.wysiwyg .fa-10x::before {
  font-size: 12.5rem;
}
.wysiwyg a .fab, .wysiwyg a .far, .wysiwyg a .fas {
  transition: color .15s ease;
}
.wysiwyg a:hover .fab, .wysiwyg a:hover .far, .wysiwyg a:hover .fas, .wysiwyg a:focus-visible .fab, .wysiwyg a:focus-visible .far, .wysiwyg a:focus-visible .fas {
  color: #00358e;
}
.wysiwyg__content p i::before {
    padding: 1em;
}

.two-column-wysiwyg {
    padding: 3em 0;
}

@media screen and (min-width: 57.5rem) {
  .two-column-wysiwyg__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

.accordion {
  padding: 4rem 0;
}
.accordion p, .accordion ul, .accordion ol {
    font-size: .9em;
}
.accordion h3 {
    font-size: 1.2em;
}
.accordion + .bg--blue, .accordion + .bg--blue-dark, .accordion + .bg--green, .accordion + .bg--purple-dark, .accordion + .bg--purple-gradient {
  margin-top: 4rem;
}
.accordion__section-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: .5em 0 1.5em;
}

.accordion.twocol .container {
    display: flex;
    gap: 5%;
}
.twocol .accordion__item {
    border-bottom: 0;
}
.accordion.twocol .container div:first-child {
    flex-basis: 100%;
}
.accordion.twocol ul.accordion__group {
    flex-basis: 100%;
}

.accordion.twocol .accordion__button {
    font-size: 1.25rem;
    padding: 1rem;
}
.accordion.twocol .accordion__button:hover {
    background: #f2f2f2;
    text-decoration: none;
}
.accordion.twocol .accordion__content--expanded {
    padding: 0 1rem;
}
.accordion.twocol .accordion__button::after {
    padding: .8rem;
}

.accordion.twocol .accordion p, .accordion.twocol .accordion ul {
    font-size: 1rem;
    padding: 0;
}

@media screen and (max-width: 1200px){
    .accordion.twocol .container {
        flex-direction: column;
    }

}

@media screen and (min-width: 57.5rem) {
   .two-column-wysiwyg__column {
    width: calc(50% - 1rem);
    padding: 0 1em;
  }
  .accordion__section-title {
    font-size: 2.25rem;
  }
}
.accordion__section-intro {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 3rem;
}
.accordion__title {
  color: #0067b9;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.accordion__group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion__item {
  border-bottom: .2em solid #d2d2d2;
  padding: 0;
}
.accordion__button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #00358e;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 1.75rem 5rem 1.75rem 1.75rem;
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
  transition: color .2s ease, background-color .2s ease;
}
@media screen and (min-width: 57.5rem) {
  .accordion__button {
    font-size: 1.25rem;
    padding: 1.75rem 10rem 1.75rem 1.75rem;
  }
}
.accordion__button:hover, .accordion__button:focus-visible {
  text-decoration: underline;
}
.accordion__button:focus {
  background-color: transparent;
  outline: none;
}
.accordion__button::after {
  content: '+';
  display: block;
  font-size: 1.25em;
  height: 100%;
  padding: 1.75rem 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  text-align: center;
}
@media print {
  .accordion__button::after {
    display: none;
  }
}
.accordion__button[aria-expanded="true"] {
  background-color: #f4f4f4;
}
.accordion__button[aria-expanded="true"]::after {
  content: '-';
}
.accordion__content {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0 1.75rem;
  transition: background-color .2s ease, padding .2s ease;
}
.accordion__content__inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease;
}
@media print {
  .accordion__content__inner {
    max-height: none;
  }
}
.accordion__content[hidden], .accordion__content--hidden {
  display: none;
}
@media print {
  .accordion__content[hidden], .accordion__content--hidden {
    display: block;
  }
}
.accordion__content--expanded {
  background-color: #f4f4f4;
  padding: .5rem 1.75rem 1.75rem;
}
.accordion__content--expanded .accordion__content__inner {
  max-height: 1000vh;
  transition: max-height .4s ease;
}
.accordion--nav {
  padding: 0 0 1rem;
}
.accordion--nav .accordion__button {
  padding: 1rem 5rem 1rem 3rem;
}
@media screen and (min-width: 57.5rem) {
  .accordion--nav .accordion__button {
    display: none;
  }
}
.accordion--nav .accordion__button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='%2300358e' d='M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z' class=''%3E%3C/path%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}
.accordion--nav .accordion__button::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2300358e' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: '';
  transition: transform .2s ease;
}
.accordion--nav .accordion__button[aria-expanded="true"] {
  background-color: transparent;
}
.accordion--nav .accordion__button[aria-expanded="true"]::after {
  transform: rotateX(180deg);
}
.accordion--nav .accordion__button:hover, .accordion--nav .accordion__button:focus-visible {
  text-decoration: none;
}
@media screen and (min-width: 57.5rem) {
  .accordion--nav .accordion__content--hidden {
    display: block;
    padding: 0;
  }
}
.accordion--nav .accordion__content--expanded {
  background-color: transparent;
}
.accordion--full {
  background-color: #0067b9;
  padding: 4rem 0;
}
.accordion--full .accordion__item {
  background-color: #FFFFFF;
  border-bottom: none;
  border-radius: 2.375rem;
  color: #000000;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.accordion--full .accordion__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 1.5rem 0;
}
.accordion--full .accordion__button {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
}
@media screen and (min-width: 57.5rem) {
  .accordion--full .accordion__button {
    font-size: 1.75rem;
  }
}
.accordion--full .accordion__button::after {
  clip-path: circle();
  color: #008554;
  font-size: 1.25em;
  height: 1.5em;
  padding: 0;
  text-align: center;
  top: -0.375em;
  width: 1.5em;
}
.accordion--full .accordion__button[aria-expanded="true"] {
  background-color: #FFFFFF;
}
.accordion--full .accordion__button:focus-visible, .accordion--full .accordion__button:hover {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.accordion--full .accordion__button:focus-visible::after, .accordion--full .accordion__button:hover::after {
  background-color: rgba(0, 103, 185, 0.2);
}
.accordion--full .accordion__content {
  padding: 0;
}
@media screen and (min-width: 57.5rem) {
  .accordion--full .accordion__content {
    padding: 0 1.75rem;
  }
}
.accordion--full .accordion__content--expanded {
  background-color: #FFFFFF;
  padding: .5rem 0 1.75rem;
}
@media screen and (min-width: 57.5rem) {
  .accordion--full .accordion__content--expanded {
    padding: .5rem 1.75rem 1.75rem;
  }
}
.accordion--full .accordion + .bg--blue, .accordion--full .accordion + .bg--blue-dark, .accordion--full .accordion + .bg--green, .accordion--full .accordion + .bg--purple-dark, .accordion--full .accordion + .bg--purple-gradient {
  margin-top: 0;
}

@keyframes accordionScrollDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}
.site-alert {
  padding: 1.375rem 0;
  text-align: center;
}
.site-alert--status {
  background-color: #00b373;
  color: #000000;
}
.site-alert--warning {
  background-color: #ed9b33;
  color: #000000;
}
.site-alert__headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 .25em;
}
@media screen and (min-width: 57.5rem) {
  .site-alert__headline {
    font-size: 2rem;
  }
}
.site-alert__body {
  font-size: 1.125rem;
  margin-bottom: .5em;
}
@media screen and (min-width: 57.5rem) {
  .site-alert__body {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.375rem;
  }
}
.site-alert__body a {
  color: #000000;
  text-decoration: underline;
}
.site-alert__body a:hover, .site-alert__body a:focus-visible {
  font-weight: 700;
}

.bg--blue {
  --background-color: #0067b9;
  --primary-color: #FFFFFF;
  --stat-highlight: #FFFFFF;
  --category-color: #FFFFFF;
  background-color: #0067b9;
  color: #FFFFFF;
}
.bg--blue--blue-triangle {
  background-image: linear-gradient(30deg, transparent 0, transparent calc(100% - 5rem), #009cde calc(100% - 5rem), #009cde 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
}
.bg--blue--green-triangle {
  background-image: linear-gradient(30deg, transparent 0, transparent calc(100% - 5rem), #008554 calc(100% - 5rem), #008554 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
}
.bg--blue-gradient {
  --background-color: #00358e;
  --primary-color: #FFFFFF;
  --stat-highlight: #FFFFFF;
  --category-color: #FFFFFF;
  background-color: #00358e;
  background-image: linear-gradient(to bottom, #00358e 0%, #0067b9 100%);
  color: #FFFFFF;
}
.bg--blue-dark {
  --background-color: #00358e;
  --primary-color: #FFFFFF;
  --stat-highlight: #FFFFFF;
  --category-color: #FFFFFF;
  background-color: #00358e;
  color: #FFFFFF;
}
.bg--blue-dark--blue-triangle {
  background-image: linear-gradient(30deg, transparent 0, transparent calc(100% - 5rem), #009cde calc(100% - 5rem), #009cde 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
}
.bg--blue-dark--green-triangle {
  background-image: linear-gradient(30deg, transparent 0, transparent calc(100% - 5rem), #008554 calc(100% - 5rem), #008554 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
}
.bg--gray {
  --background-color: #9b9b9b;
  --primary-color: #000000;
  --stat-highlight: #000000;
  --category-color: #000000;
  background-color: #f4f4f4;
  color: #000000;
}
.bg--green {
  --background-color: #008554;
  --primary-color: #FFFFFF;
  --stat-highlight: #FFFFFF;
  --category-color: #FFFFFF;
  background-color: #006646;
  color: #FFFFFF;
}
.bg--purple-gradient {
  --background-color: #001e60;
  --primary-color: #FFFFFF;
  --stat-highlight: #FFFFFF;
  --category-color: #FFFFFF;
  background-color: #001e60;
  background-image: linear-gradient(to bottom, #523178 0%, #001e60 100%);
  color: #FFFFFF;
}
.bg--purple, .bg--purple-dark {
  --background-color: #001e60;
  --primary-color: #FFFFFF;
  --stat-highlight: #00e795;
  --category-color: #00e795;
  background-color: #001e60;
  color: #FFFFFF;
}
.bg--white {
  --background-color: #FFFFFF;
  --primary-color: #000000;
  --stat-highlight: #00358e;
  --category-color: #008554;
  background-color: #FFFFFF;
  color: #000000;
}
.bg--blue-triangle {
  background-image: linear-gradient(30deg, transparent 0, transparent calc(100% - 5rem), #009cde calc(100% - 5rem), #009cde 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
}
.bg--green-triangle {
  background-image: linear-gradient(30deg, transparent 0, transparent calc(100% - 5rem), #008554 calc(100% - 5rem), #008554 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
}
/*
.wysiwyg__section + .bg--purple-gradient a, .wysiwyg__section + .bg--blue-dark--green-triangle a, .wysiwyg__section + .bg--blue-dark a, .wysiwyg__section + .bg--blue-gradient a, .wysiwyg__section + .bg--blue a {
    color: #fff;
}
*/

.button-grid {
  padding: 6rem 0;
}
.button-grid__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  margin: 0 1em;
  text-align: center;
}
.button-grid__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 4rem 0;
  row-gap: 2rem;
}
.button-grid__item {
  background-color: #00358e;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .button-grid__item {
    width: calc(33.33% - 1rem);
  }
}
.button-grid__link {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.button-grid__link:focus, .button-grid__link:hover {
  outline: 0.25rem solid #00b373;
  text-decoration: underline;
  text-decoration-color: #00b373;
}
@media screen and (min-width: 57.5rem) {
  .button-grid__link {
    padding: 2em;
  }
}



.callout--callout-row {
  padding: 15% 0;
  position: relative;
}
.callout--callout-row__text-container {
  color: #FFFFFF;
  position: relative;
  text-align: center;
}
.callout--callout-row__title {
  font-size: 1.75rem;
  margin: 0 0 1.5em;
}

@media screen and (min-width: 47.5rem) {
  .callout--callout-row__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .callout--callout-row__title {
    font-size: 3.5rem;
  }
}
.callout--callout-row__wysiwyg {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 75rem) {
  .callout--callout-row__wysiwyg {
    font-size: 1.5rem;
  }
}
.callout--callout-row__link {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0.125em solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.25rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}
.callout--cta {
  padding: 0 0 2rem;
}
.callout--cta__title {
  font-family: "Titillium Web", sans-serif;
  font-size: calc(1.5rem + 0.5vw);
  font-weight: 200;
  margin: 0 0 1em;
  padding: 3rem 0 0;
  text-align: center;
}
@media screen and (min-width: 57.5rem) {
  .callout--cta__title {
    font-size: 2.75rem;
  }
}
.callout--cta__text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.callout--cta__links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 2rem 0;
  row-gap: 1.5rem;
}

.callout--cta__link {
  align-items: center;
  background-color: #008554;
  border: 0.25rem solid #008554;
  border-radius: 2.375rem;
  color: #FFFFFF;
  display: flex;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  padding: .75em 1.5em;
  text-align: center;
  width: 100%;
  transition: background-color .1s ease-in, border-color .1s ease-out;
}
.callout--cta__link:hover, .callout--cta__link:focus-visible {
  background-color: #00358e;
  border: 0.25rem solid #008554;
  text-decoration: underline;
  text-decoration-color: #00b373;
}
@media screen and (min-width: 57.5rem) {
  .callout--cta__link {
    font-size: 1.25rem;
    margin: 0 1rem;
    min-width: 12.5rem;
    width: auto;
  }
}
.callout--cta--blue-buttons .callout--cta__link {
  background-color: #00358e;
  border: 0.25rem solid #00358e;
}
.callout--cta--blue-buttons .callout--cta__link:hover, .callout--cta--blue-buttons .callout--cta__link:focus-visible {
  background-color: #008554;
  border: 0.25rem solid #00b373;
}
.callout--cta--square .callout--cta__link {
  border-radius: 0;
}
@media screen and (min-width: 57.5rem) {
  .callout--image--full .callout--image__container {
    position: relative;
  }
}
.callout--image--full .callout--image__image {
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
}
.callout--image--full .callout--image__text-container {
  padding: 4rem 5vw;
}
@media screen and (min-width: 57.5rem) {
  .callout--image--full .callout--image__text-container {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 4rem 6%;
    position: absolute;
    top: 0;
    width: 40%;
  }
}
.callout--image--full .callout--image__title {
  font-family: "Titillium Web", sans-serif;
    font-size: clamp(2.5rem, 4vw, 5rem);
    margin: 0;
}
.callout--image--full .callout--image__text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width:900px) and (max-width:1100px){
.callout--image--full .callout--image__text p {    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    
}
}
.callout--image--full .callout--image__link {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
    font-size: 1.15rem;
    padding: .5em 1em;
    text-decoration: none;
    transition: all .15s ease;
}
.callout--image--full .callout--image__link:focus-visible, .callout--image--full .callout--image__link:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.callout--image--full.callout--image--blue .callout--image__text-container {
  --primary-color: #FFFFFF;
  --background-color: #00358e;
  background-color: rgba(0, 53, 142, 0.8);
  color: #FFFFFF;
}
.callout--image--full.callout--image--right .callout--image__text-container {
  left: auto;
  right: 0;
}
@media screen and (min-width: 57.5rem) {
  .callout--image--contained .callout--image__container {
    margin: 0 auto;
    padding: 4rem 0 0;
    width: 75vw;
    max-width: 80rem;
  }
}
.callout--image--contained .callout--image__image {
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
}
.callout--image--contained .callout--image__text-container {
  padding: 4rem 5vw;
}
@media screen and (min-width: 57.5rem) {
  .callout--image--contained .callout--image__text-container {
    clip-path: polygon(0 0, 0 calc(100% - 2.5rem), 5rem 100%, 100% 100%, 100% 2.5rem, calc(100% - 5rem) 0, 0 0);
    padding: 4rem;
    transform: translate(-4rem, -50%);
    width: 60%;
  }
}
.callout--image--contained .callout--image__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.callout--image--contained .callout--image__text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.callout--image--contained .callout--image__link {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  padding: .25em .5em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .15s ease;
}
.callout--image--contained .callout--image__link:focus-visible, .callout--image--contained .callout--image__link:hover {
  background-color: var(--primary-color);
  color: var(--link-color);
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.callout--image--contained.callout--image--maroon .callout--image__text-container {
  --primary-color: #FFFFFF;
  --link-color: #000000;
  background-color: #00358e;
  color: #FFFFFF;
}
.callout--image--contained.callout--image--maroon .callout--image__text-container .callout--image__text a {
    color: #fff;
}
.callout--background-image {
  padding: 5% 0;
    /*min-height: 50vh;*/
  position: relative;
}
.page-body.page-body--with-sidebar .callout--background-image {
    text-wrap: balance;
}
.callout--background-image__image-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.callout--background-image__image-container::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.callout--background-image__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.callout--background-image__text-container {
  color: #FFFFFF;
  position: relative;
  text-align: center;
}
.callout--background-image__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 47.5rem) {
  .callout--background-image__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .callout--background-image__title {
    font-size: 3.5rem;
  }
}
.callout--background-image__wysiwyg {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 75rem) {
  .callout--background-image__wysiwyg {
    font-size: 1.5rem;
  }
}
.callout--background-image__link {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0.125em solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.25rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}
.callout--stats {
  color: #FFFFFF;
  padding: 6rem 0;
    text-wrap: balance;
}
.callout--stats__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  row-gap: 2rem;
  align-items: center;
}
@media print, screen and (min-width: 75rem) {
  .callout--stats__grid {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.callout--stats__stat {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width: 47.5rem) {
  .callout--stats__stat {
    width: calc(50% - 2rem);
  }
}
@media print, screen and (min-width: 75rem) {
  .callout--stats__stat {
    width: calc(25% - 2rem);
  }
}
.callout--stats__stat__number {
  color: var(--stat-highlight);
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.2;
  margin: 0;
}
.callout--stats__stat__unit {
  color: var(--stat-highlight);
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 .5em;
}
.callout--stats__stat__description {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.callout--stats__stat__description img {
    object-fit: contain;
    height: auto;
}
.callout--text-image {
  padding: 4rem 0;
}
.callout--text-image__text.wysiwyg blockquote {
    padding: 0;
}
@media screen and (min-width: 57.5rem) {
  .callout--text-image {
    padding: 8rem 0;
  }
}
.callout--text-image__wrapper {
  background-color: #FFFFFF;
  color: #000000;
}
.container--narrow .callout--text-image__wrapper {
    gap: 2em;
}
@media print, screen and (min-width: 57.5rem) {
  .callout--text-image__wrapper {
    clip-path: polygon(0 0, 0 calc(100% - 2.5rem), 5rem 100%, 100% 100%, 100% 2.5rem, calc(100% - 5rem) 0, 0 0);
    display: flex;
    flex-flow: row nowrap;
  }
}
.callout--text-image__text-container {
    padding: 2rem 2rem 1rem;
}
@media screen and (min-width: 57.5rem) {
  .callout--text-image__text-container {
    padding: 4rem;
    width: 50%;
  }
  .callout--text-image__text-container--no-image {
    width: 100%;
  }
}
.callout--text-image__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 0 1em;
}
.callout--text-image__text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
    font-weight: 400;
}
.callout--text-image__link {
  background-color: #008554;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding: .5em 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.callout--text-image__link:hover {
  background-color: #006646;
}
@media screen and (min-width: 57.5rem) {
  .callout--text-image__image-container {
    width: 50%;
  }
}
.callout--text-image__image {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .callout--text-image__image {
    min-height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 57.5rem) {
  .callout--text-image--reversed .callout--text-image__text-container {
    order: 1;
  }
}
@media screen and (min-width: 57.5rem) {
  .callout--text-image--reversed .callout--text-image__image-container {
    order: 0;
  }
}

.page-body--with-sidebar .page-body__main-top .callout--text-image {
  background-color: #FFFFFF;
  padding: 4rem 0;
}
@media screen and (min-width: 57.5rem) {
  .page-body--with-sidebar .page-body__main-top .callout--text-image__wrapper {
    clip-path: none;
  }
}
.page-body--with-sidebar .page-body__main-top .callout--text-image__text-container {
  padding: 2rem 2rem 2rem 0;
}
.page-body--with-sidebar .page-body__main-top .callout--text-image__image-container {
  clip-path: polygon(0 0, 0 calc(100% - 2.5rem), 5rem 100%, 100% 100%, 100% 2.5rem, calc(100% - 5rem) 0, 0 0);
}
.page-body--with-sidebar .page-body__main-top .callout--text-image--reversed .callout--text-image__text-container {
  padding: 2rem 0 2rem 2rem;
}
@media screen and (min-width: 57.5rem) {
  .page-body--with-sidebar .page-body__main-top .callout--cta {
    margin-left: 2.5vw;
    width: calc(100% - 2.5vw);
  }
  .page-body--with-sidebar .page-body__main-top .callout--cta .container, .page-body--with-sidebar .page-body__main-top .callout--cta .contained {
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (min-width: 75rem) {
  .page-body--with-sidebar .page-body__main-top .callout--cta {
    margin-left: 5vw;
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 111.11rem) {
  .page-body--with-sidebar .page-body__main-top .callout--cta {
    margin-left: calc(50vw - 50rem);
    width: 64.67rem;
  }
}

.column-blocks {
  padding: 2rem 0;
}
.column-blocks__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 2rem;
}

@media print, screen and (min-width: 57.5rem) {
  .column-blocks__item {
    margin: 0 1.5rem;
    width: calc(33% - 3rem);
  }
}
.column-blocks__item__link {
  color: var(--primary-color);
  text-decoration: none;
}
.column-blocks__item__link:focus-visible {
  outline: 2px solid #0067b9;
}
.column-blocks__item__link:hover .column-blocks__item__image {
  transform: scale(1.2);
}
.column-blocks__item__link:hover .column-blocks__item__title {
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.column-blocks__item__image-container {
  overflow: hidden;
}
.column-blocks__item__image {
height: auto;
    min-height: 190px;
    width: 100%;
    object-fit: cover;
    transition: transform .15s ease-out;
}
.column-blocks__item__title {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1em 0 .5em;
}

@media screen and (min-width: 57.5rem) {
  .column-blocks__item__title {
    font-size: 1.75rem;
  }
}
.column-blocks__item__text h3, .callout--text-image__text.wysiwyg h3 {
    /*margin: 0 0 1em;*/
    font-weight: 100;
}

.copy-block {
  padding: 3rem 0;
}
.copy-block__grid {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 2rem;
}
@media screen and (min-width: 57.5rem) {
  .copy-block__grid {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.copy-block--image {
  height: auto;
  width: 100%;
}
.copy-block__caption {
  display: block;
  font-size: 1rem;
  margin: 1em 0 0;
}
.copy-block__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1em 0;
}
@media screen and (min-width: 57.5rem) {
  .copy-block__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 57.5rem) {
  .copy-block--one-third .copy-block__image-container {
    width: calc(33.33% - 1rem);
  }
}
@media screen and (min-width: 57.5rem) {
  .copy-block--one-third .copy-block__text-container {
    width: calc(66.67% - 1rem);
  }
}
@media screen and (min-width: 57.5rem) {
  .copy-block--two-thirds .copy-block__image-container {
    width: calc(66.67% - 1rem);
  }
}
@media screen and (min-width: 57.5rem) {
  .copy-block--two-thirds .copy-block__text-container {
    width: calc(33.33% - 1rem);
  }
}
@media screen and (min-width: 57.5rem) {
  .copy-block--no-image .copy-block__text-container {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 57.5rem) {
  .copy-block--right .copy-block__image-container {
    order: 1;
  }
}
@media screen and (min-width: 57.5rem) {
  .copy-block--right .copy-block--text-container {
    order: 0;
  }
}

.faculty--grid {
  padding: 4rem 0;
}
.faculty--grid--page {
  padding: 0 0 4rem;
}
.faculty--grid__grid {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}

@media print, screen and (min-width: 57.5rem) {
  .faculty--grid__grid {
    flex-flow: row wrap;
  }
}
.faculty--grid__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
}
.faculty--grid__intro {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  text-align: center;
}
.faculty--grid__intro--left {
  text-align: left;
  text-wrap: pretty;
}
.faculty--grid__item {
  display: flex;
  flex-flow: column;
}
.faculty--grid__item::before {
    background: linear-gradient(150deg, #347856 20%,transparent 20%), linear-gradient(210deg, #50b078 40%, #1F4DA2 20%, #133489 80%);
    content: "";
    height: 100%;
    min-width: 1em;
}
@media screen and (min-width: 47.5rem) {
  .faculty--grid__item {
    flex-flow: row nowrap;
    justify-content: flex-start;
    box-shadow: 0 0 6px #e2e2e2;
    flex: 1;
    display: flex;
    min-width: 400px;
  }
}
@media print, screen and (min-width: 57.5rem) {
  .faculty--grid__item {
    width: calc(35% - 2rem);
  }
}
.faculty--grid__image-container {
  align-items: center;
  padding: 0 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media print, screen and (min-width: 47.5rem) {
  .faculty--grid__image-container {
    /* width: 50%; */
  }
}
.faculty--grid__image {
  aspect-ratio: 1 / 1;
  width: 130px;
  height: 150px;
  object-fit: cover;
  background: #f2f2f2;
}
.faculty--grid__text-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 47.5rem) {
  .faculty--grid__text-container {
    width: 60%;
    text-align: left;
  }
}
.faculty--grid__link {
  color: #000000;
  text-decoration: none;
}
.faculty--grid__link:visited {
  color: #000000;
}
.faculty--grid__link:hover, .faculty--grid__link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.faculty--grid__name {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}
.faculty--grid__position {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
}
.faculty--grid__education {
    font-size: .9rem;
    color: #888;
}
.faculty-detail {
  padding: 0 0 4rem;
}
.faculty-detail__container {
  display: flex;
  flex-flow: column nowrap;
}
@media print, screen and (min-width: 57.5rem) {
  .faculty-detail__container {
    flex-flow: row wrap;
  }
}
.faculty-detail__top {
  order: 0;
  width: 100%;
}
@media print, screen and (min-width: 57.5rem) {
  .faculty-detail__top {
    order: inherit;
  }
}
.faculty-detail__body {
  order: 2;
}
@media print, screen and (min-width: 57.5rem) {
  .faculty-detail__body {
    order: inherit;
    padding-right: 5rem;
    width: 65%;
  }
}
.faculty-detail__image-container {
  margin: 1rem 0 2rem;
  order: 1;
}
@media print, screen and (min-width: 57.5rem) {
  .faculty-detail__image-container {
    margin: 0;
    max-width: 25rem;
    order: inherit;
    width: 35%;
  }
}
.faculty-detail__image {
  height: auto;
  width: 100%;
}

.faculty-detail__name {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: .25em 0;
}

@media screen and (min-width: 75rem) {
  .faculty-detail__name {
    font-size: 5rem;
  }
}

.faculty-detail__info {
  padding: 0 0 2rem;
}
.faculty-detail__title {
  color: #000000;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 75rem) {
  .faculty-detail__title {
    font-size: 2.5rem;
  }
}
.faculty-detail__title--lined {
  /*border-top: 1px solid #000000;*/
  padding-top: 2.25rem;
}
.faculty-detail__pronouns{
  color: #757575;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 1.5em;
}
h1 span.faculty-detail__pronouns {
    margin: 0;
    display: contents;
    font-size: clamp(1rem, 0.25rem + 1.2vw, 1.5rem);
}
.news-date {
    color: #757575;
    font-size: .9rem;
}
.faculty-detail__body li {
    font-size: 1.25em;
    margin: 0 1em;
}
.faculty-detail__contact {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  gap: 1em;
  padding: 0;
}
.faculty-detail__contact li{
    margin:0;
    font-size: 1.1rem;
    color: #555;
}
.faculty-detail__contact__item {
  display: inline-block;
}
.faculty-detail__contact__item::after {
    color: #a3a3a3;
    content: '|';
    vertical-align: top;
    margin-left: .5em;
}
.faculty-detail__contact__item:last-of-type::after {
  content: none;
  display: none;
}
.faculty-detail__contact__link {
  color: #0067b9;
  text-decoration: none;
  font-size: 1.25rem;
}
.faculty-detail__contact__link:focus-visible, .faculty-detail__contact__link:hover {
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.faculty-detail__headline {
  color: #000000;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 1em 0 .5em;
}
.faculty-detail__bio {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
}
.faculty-detail__bio p {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
}
.faculty-detail__image-container {
  position: relative;
}
.faculty-detail__image-container::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='173'%3E%3Cpolygon points='0,0 173,0 173,100' style='fill: %2300965E;' /%3E%3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 25% auto;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media print, screen and (min-width: 57.5rem) {
  .faculty-detail__image {
    width: 100%;
  }
}


.featured-image {
  position: relative;
}
.featured-image__image {
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
}
.featured-image__text-container {
  padding: 2rem 0;
}
@media screen and (min-width: 57.5rem) {
  .featured-image__text-container {
    background-color: rgba(0, 53, 142, 0.85);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.featured-image__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}
.featured-image__link {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: .5em;
  padding: .25em 1em;
  text-decoration: none;
}
.featured-image__link:focus-visible {
  text-decoration: underline;
}

.featured-video {
  padding: 4rem 0;
}
.featured-video__headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0 0 1.5em;
  text-align: center;
}
.featured-video__intro {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 3em;
  text-align: center;
}
.featured-video__video-container {
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
  width: 100%;
}
.featured-video__iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
@media print {
  .featured-video {
    display: none;
  }
}

.font-awesome__headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}
 #icon-list {
	 display: inline-flex;
	 width: 100%;
	 justify-content: space-evenly;
	 flex-wrap: wrap;
	 margin: 0 0 1em;
}
 .icon-button {
	 margin: 1em;
	 display: flex;
	 flex-wrap: wrap;
	 text-align: center;
    min-width: 20%;
	 line-height: 1.2;
	 flex: 1 0;
	 flex-direction: column;
	 align-items: center;
}
 .icon-button i {
	 font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
	 font-size: 3.5em;
}
 .icon-button img {
	 width: clamp(min(10vw, 20rem), 300px, max(90vw, 55rem));
	 transition:.2s;
}
 .icon-button a img:hover {
	 scale: 1.1;
}
 .icon-button a {
	 text-decoration: none;
	 transition: 150ms;
}
 .icon-button a * {
	 color: #3b3b3b;
}
 .icon-button * {
	 color: #6e6e6e;
}
 .icon-button a:hover *{
	 color:#009cde;
}
 .icon-button p {
	 margin: 1em 0 0;
	 font-size: .9em;
	 max-width:180px;
	 text-wrap: balance;
}

 @media all and (max-width: 768px) {
	 .icon-button {
		 font-size: .8rem;
		 max-width: 100px;
	}
	.highlights__image-container {
    margin: 0 0 2em 0;
}
}
 @media all and (max-width: 500px){
     	 .icon-button{
		 flex: 0 0 auto;
	}
 }

.highlights {
  padding: 6rem 0 2rem;
}
.highlights__highlight {
  display: flex;
  flex-flow: column nowrap;
  padding: 3rem 0;   
  align-items: center;
    gap: 5%;
}

@media print, screen and (min-width: 57.5rem) {
  .highlights__highlight {
    flex-flow: row nowrap;
  }
}
@media print, screen and (min-width: 57.5rem) and (min-width: 57.5rem) {
  .highlights__highlight:nth-of-type(even) .highlights__image-container {
    order: 1;
  }
}
@media print, screen and (min-width: 57.5rem) and (min-width: 57.5rem) {
  .highlights__highlight:nth-of-type(even) .highlights__text-container {
    order: 0;
  }
}

.highlights__section-title, .accordion__section-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0 0 1.25em;
  text-align: center;
}
@media print, screen and (min-width: 57.5rem) {
  .highlights__image-container {
    clip-path: polygon(0 0, 0 calc(100% - 2.5rem), 5rem 100%, 100% 100%, 100% 2.5rem, calc(100% - 5rem) 0, 0 0);
    width: 40%;
        max-height: 45vh;

  }
  .highlights__highlight:nth-child(even) {
    background: #f2f2f2;
    padding: 2em;
}
}
.highlights__image {
  height: auto;
  object-fit: cover;
  width: 100%;
    max-height: 60vh;
    object-position: center;
}
@media print, screen and (min-width: 57.5rem) {
  .highlights__text-container {
    width: 60%;
  }
}
.highlights__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 1em;
}
.highlights__text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.highlights__link {
  background-color: #008554;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1.5em 0;
  text-transform: uppercase;
  padding: .5em 1.5em;
}
.highlights__link:hover, .highlights__link:focus-visible {
  background-color: #006646;
}

.image-row {
  margin: 2rem 0;
}
.image-row__image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.intro-statement {
  padding: 0 0 1rem;
}
.intro-statement__headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  margin: 0 0 1em;
}
@media screen and (min-width: 57.5rem) {
  .intro-statement__headline {
    font-size: 2.25rem;
  }
}
.intro-statement__body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}
.intro-statement__body__first {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.67rem;
}

.island-row {
  padding: 3rem 0;
}
.island-row__container {
  background-color: #00358e;
  clip-path: polygon(0 0, 0 calc(100% - 2.5rem), 5rem 100%, 100% 100%, 100% 2.5rem, calc(100% - 5rem) 0, 0 0);
}
.island-row__inner {
  clip-path: polygon(0.25rem 0.25rem, 0.25rem calc(100% - 2.75rem), 5.25rem calc(100% - .25rem), calc(100% - .25rem) calc(100% - .25rem), calc(100% - .25rem) 2.75rem, calc(100% - 5.25rem) 0.25rem, 0.25rem 0.25rem);
    padding: 3rem 10% 2rem;
}
.island-row__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  margin: 0 0 1em;
}
@media screen and (max-width: 57.5rem) {
.island-row__inner blockquote {
    padding: 0;
}
.island-row__inner blockquote p {
    font-size: 1.1rem;
}
.side-callout--inline__container{padding:0;}
}

/* ================================
   Logo Grid
   ================================ */
.logo-grid__list, .flex-img {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem 3rem;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-img a img {
    transition: .2s;
}
.flex-img a img:hover {
    scale: 1.1;
}

.flex-img figure {
    padding: 0;
    margin: 0;
}
.flex-img figcaption {
    padding: .5em 0;
    position: relative;
    z-index: 999;
}
.wysiwyg figure a {
    color: #fff;
}
.logo-grid {
  padding: 2rem 0 4rem;
}
.logo-grid__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.logo-grid__intro {
  padding-bottom: 2rem;
  text-align: center;
}
.logo-grid__item {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin: 0 .5rem;
}
.logo-grid__image {
  height: auto;
  max-height: 9rem;
  width: auto;
}
@media screen and (min-width: 30rem) {
  .logo-grid__image {
    height: 6rem;
  }
}

.news-events__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}
.news-events__recent-news {
  padding: 1.5rem 3%;
}
.news-events__recent-news__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 1em 0;
  text-align: center;
        -webkit-line-clamp: 2;
}
.news-events__recent-news__list {
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
}

@media screen and (min-width: 57.5rem) {
  .news-events__recent-news__list {
        flex-flow: row wrap;
        place-content: normal;
        padding: 1em .25rem;
        gap: 2em;
  }
}
@media screen and (min-width: 57.5rem) {
  .news-events__recent-news__item {
    /*margin: 0 1.5rem;*/
    width: calc(33.33% - 3rem);
  }
}
.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-events__recent-news__link {
  color: #000000;
  display: block;
  text-decoration: none;
}
.news-events__recent-news__link:hover .news-events__recent-news__headline, .news-events__recent-news__link:focus-visible .news-events__recent-news__headline {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.news-events__recent-news__link:hover:focus-visible, .news-events__recent-news__link:focus-visible:focus-visible {
  outline: 2px solid #00358e;
}
.news-events__recent-news__image {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.news-events__recent-news__category {
  color: #008554;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: .75em 0;
}
.news-events__recent-news__category-list {
  color: #008554;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: .75em 0;
}
.news-events__recent-news__category-link {
  color: #008554;
  text-decoration: none;
}
.news-events__recent-news__category-link:hover, .news-events__recent-news__category-link:focus-visible {
  text-decoration: underline;
}
.news-events__recent-news__headline {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 .5em;
}

}
.news-events__recent-news__headline-link {
  color: #000000;
  text-decoration: none;
  -webkit-line-clamp: 2;
}
.news-events__recent-news__headline-link:hover, .news-events__recent-news__headline-link:focus-visible {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.news-events__recent-news__teaser {
  line-height: 1.4;      
  -webkit-line-clamp: 3;
}
.news-events__upcoming-events {
  padding: 2.5rem 0;
}
.news-events__upcoming-events__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 1em 0;
  text-align: center;
}
.news-events__upcoming-events__list {
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
}
.container.news-item__related-news {
    margin: 0 auto;
    padding: 0;
}
.news-item__hero {
    margin-top: 2rem;
}
@media print, screen and (min-width: 57.5rem) {
  .news-events__upcoming-events__list {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 2rem;
    row-gap: 4rem;
  }
}
@media print, screen and (min-width: 57.5rem) {
  .news-events__upcoming-events__item {
      margin: 0 1rem;
    width: calc(24.33% - 3rem);
    border-radius: 1em;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    padding: 0 0 1em;
    box-shadow: 0 0 8px #e9e9e9;
    }
}
.news-events__upcoming-events__link {
  color: #000000;
  display: block;
  text-decoration: none;
}
.news-events__upcoming-events__link:hover .news-events__upcoming-events__headline, .news-events__upcoming-events__link:focus-visible .news-events__upcoming-events__headline {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.news-events__upcoming-events__link:hover:focus-visible, .news-events__upcoming-events__link:focus-visible:focus-visible {
  outline: 2px solid #00358e;
}
.news-events__upcoming-events__image {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.news-events__upcoming-events__top {
  margin-bottom: 2rem;
  position: relative;
}
.news-events__upcoming-events__date {
  background-color: #00358e;
  bottom: -1.5rem;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  color: #FFFFFF;
  display: block;
  height: 6rem;
  left: 0;
  padding: 1.5rem 0;
  position: absolute;
  text-align: center;
  width: 5.2rem;
}
.news-events__upcoming-events__month {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.news-events__upcoming-events__day {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 2rem;
}
.news-events__upcoming-events__time-location {
  color: #008554;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: .75em 0;
    padding: 0 5%;
}
p.news-item__date {
    color: #008554;
    margin: .75em 0 0;
    font-size: .9rem;
}
.news-events__upcoming-events__headline {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 .5em;
  padding: 0 5%
}
.news-events__upcoming-events__teaser {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 5%;
  -webkit-line-clamp: 5;
}
.news-events__view-all {
  padding: 3rem 0;
  text-align: center;
}
.news-events__view-all__link {
  background-color: #008554;
  border-radius: 1.5em;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.375rem;
  max-width: 100%;
  padding: 1em;
  text-decoration: none;
  width: 30rem;
}
@media screen and (min-width: 57.5rem) {
  .news-events__view-all__link {
    font-size: 1.5rem;
  }
}
.news-events__view-all__link:hover, .news-events__view-all__link:focus-visible {
  background-color: #006646;
}
.news-events__view-all__link:focus-visible {
  outline: none;
  text-decoration: underline;
}

.news-item__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 .5em;
}
@media screen and (min-width: 57.5rem) {
  .news-item__title {
    font-size: 2.5rem;
        text-wrap: pretty;
  }
}
.news-item__date-author {
  font-family: "Titillium Web", sans-serif;
  font-size: .75rem;
}
.news-item__hero-image {
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
}
.news-item__intro {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}
.news-item blockquote, .news-item__quote {
  --margin: 0 0 1em;
  --primary-color: #0067b9;
  --padding: 0 3rem;
  color: var(--primary-color);
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  margin: var(--margin);
  padding: var(--padding);
}
.news-item blockquote p, .news-item__quote p {
  font-family: "Titillium Web", sans-serif;
  font-size: .75rem;
}
.news-item blockquote.bg--blue, .news-item blockquote.bg--green, .news-item blockquote.bg--purple, .news-item blockquote.bg--purple-dark, .news-item__quote.bg--blue, .news-item__quote.bg--green, .news-item__quote.bg--purple, .news-item__quote.bg--purple-dark {
  --primary-color: #FFFFFF;
  --padding: 1em 2em 1em;
  --margin: 1.5em 0;
}
.news-item__image-with-caption {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 1.5rem;
}

figcaption {
    font-size: 1rem;
    background: #004ea8;
    padding: 1em;
    color: #fff;
    text-wrap: balance;
}
@media screen and (min-width: 57.5rem) {
  .news-item__image-with-caption {
    flex-flow: row nowrap;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 57.5rem) {
  .news-item__image-with-caption__image-container {
    order: 1;
    width: 60%;
  }
}
@media screen and (min-width: 57.5rem) {
  .news-item__image-with-caption__image {
    height: auto;
    width: 100%;
  }
}
.news-item__image-with-caption__caption {
  color: #0067b9;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
}
.news-item__image-with-caption__caption p {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 57.5rem) {
  .news-item__image-with-caption__caption {
    order: 0;
    padding-right: 1.5rem;
    padding-top: .75rem;
    width: 40%;
  }
}
.news-item__related-news {
  margin: 4rem auto 0;
  padding: 2rem 0 4rem;
}
.news-item__related-news__section-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: .75em 0 2em;
  text-align: center;
}
@media screen and (min-width: 57.5rem) {
  .news-item__related-news__section-title {
    font-size: 2.25rem;
  }
}
.news-item__related-news__list {
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
}
@media screen and (min-width: 57.5rem) {
  .news-item__related-news__list {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 57.5rem) {
  .news-item__related-news__item {
    width: calc(33.33% - 3rem);
  }
}
.news-item__related-news__link {
  color: #000000;
  display: block;
  text-decoration: none;
}
.news-item__related-news__link:hover .news-item__related-news__headline, .news-item__related-news__link:focus-visible .news-item__related-news__headline {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.news-item__related-news__link:hover:focus-visible, .news-item__related-news__link:focus-visible:focus-visible {
  outline: 2px solid #00358e;
}
.news-item__related-news__image {
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.news-item__related-news__category {
  color: #008554;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: .75em 0;
}
.news-item__related-news__category-link {
  color: #008554;
  text-decoration: none;
}
.news-item__related-news__category-link:hover, .news-item__related-news__category-link:focus-visible {
  text-decoration: underline;
}
.news-item__related-news__headline {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
    /*margin: 1em 0;*/
}
.news-item__related-news__teaser {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.program-cards__head {
  background-color: #00358e;
  padding: 1rem 0;
}
@media screen and (min-width: 57.5rem) {
  .program-cards__head {
    padding: 4rem 0 0;
  }
}
@media print, screen and (min-width: 57.5rem) {
  .program-cards__head__container {
    column-gap: 2rem;
    display: flex;
    flex-flow: row nowrap;
  }
}
.program-cards__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 57.5rem) {
  .program-cards__title {
    background-color: #FFFFFF;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    color: #00358e;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: 1.5em 2em;
  }
}
.program-cards__ce {
  align-items: center;
  display: flex;
  justify-content: center;
}
.program-cards__ce__link {
  background-color: #008554;
  border-radius: 2.25rem;
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem 2.5rem;
}
.program-cards__grid {
  margin: 0 auto;
  max-width: 75rem;
  padding: 4rem 0;
}
@media print, screen and (min-width: 57.5rem) {
  .program-cards__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    row-gap: 4rem;
  }
}
@media print, screen and (min-width: 57.5rem) {
  .program-cards__item {
    box-shadow: 0 0 0.5rem #9b9b9b;
    margin: 0 1rem;
    width: calc(33% - 2rem);
    transition: transform .2s ease;
  }
  .program-cards__item:hover {
    transform: scale(1.05);
  }
  .program-cards__item:hover .program-cards__item__title {
    text-decoration: underline;
    text-decoration-color: #008554;
  }
}
.program-cards__item__link {
  color: #000000;
  text-decoration: none;
}
a.program-cards__item__link img {
    object-fit: cover;
    width: 100%;
}
.program-cards__item__link:focus-visible .program-cards__item__title {
  text-decoration: underline;
  text-decoration-color: #008554;
}
.program-cards__item__text {
  padding: 1.5rem;
}
.program-cards__item__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
    margin-top: 0;
    line-height: 1.2;
}
.program-cards__item__attributes {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
}

.program-card--sidebar {
    text-wrap: pretty;
}
@media screen and (min-width: 57.5rem) {
    .program-card--sidebar {
        margin-top: -5em;
     }
}
.program-card--sidebar__wrapper.bg--blue {
    background: #00358e;
}
.program-card--sidebar__wrapper {
  margin: auto;
  padding: 2rem 3rem 1rem;
  width: 100%;
}
.status {
    font-size: .9rem;
    vertical-align: text-bottom;
}
.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
}

.status-dot.status_open {
    background-color: #00b373;
}

.status-dot.status_waitlist {
    background-color: #ed9b33;
}

.status-dot.status_full {
    background-color: red;
}

@media screen and (min-width: 75rem) {
  .program-card--sidebar__wrapper {
    width: 100%;
  }
}
.program-card--sidebar__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1em;
}
.program-card--sidebar__attributes {
  border-top: 4px dashed #ed9b33;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 2rem 0 1rem;
}

.program-finder__controls__top {
  padding: 2rem 0 0;
}
.program-finder__controls__bottom {
  padding: 2rem 0;
}
.program-finder__controls__radio {
  appearance: none;
  background-color: #009cde;
  clip-path: circle();
  display: inline-block;
  font-size: 1.5rem;
  height: 1em;
  position: relative;
  vertical-align: top;
  width: 1em;
}
.program-finder__controls__radio:checked::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.program-finder__controls__radio__label {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 1em;
  padding-left: .375rem;
}
@media screen and (min-width: 57.5rem) {
  .program-finder__controls__radio__label {
    font-size: 1.5rem;
  }
}
.program-finder__controls__select {
  appearance: none;
  background-color: #FFFFFF;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path fill="%2300b373" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  background-size: 1em 1em;
  border: none;
  border-radius: 2.75em;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  margin-bottom: .5rem;
  max-width: 100%;
  min-width: 20rem;
  padding: .75em 1.5em;
}
.program-finder__controls__select:focus {
  outline: none;
}
.program-finder__controls__reset {
  background-color: transparent;
  border: none;
  color: var(--primary-color);
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.program-finder__controls__reset:focus, .program-finder__controls__reset:hover {
  text-decoration-color: #008554;
}
.program-finder__results__message {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 2rem 0 0;
}
.program-finder__results__message p {
  margin: 0;
}
.program-finder__results__item--hidden {
  display: none;
}

.social-shares {
  padding: 1.5rem 0;
}
@media screen and (min-width: 57.5rem) {
  .social-shares {
    left: 0;
    padding: 0;
    position: fixed;
    top: 50%;
  }
}
@media print {
  .social-shares {
    display: none;
  }
}
.social-shares__grid {
  column-gap: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (min-width: 57.5rem) {
  .social-shares__grid {
    flex-flow: column nowrap;
  }
}
.social-shares__link {
  background-color: #4a4a4a;
  color: #f4f4f4;
  font-size: 1.75rem;
  padding: .375em;
}
.social-shares__link:hover, .social-shares__link:focus {
  background-color: #575757;
  color: #ed9b33;
}

.splide__pagination {
  bottom: -2rem;
}
@media print {
  .splide__pagination {
    display: none;
  }
}
.splide__pagination__page {
  background: var(--primary-color);
  border: .375rem transparent;
  border-radius: 0;
  height: .125rem;
  margin: .375rem .25rem;
  width: 3rem;
}
.splide__pagination__page.is-active {
  background-color: var(--primary-color);
  opacity: 1;
  transform: scaleY(2);
}
.splide__arrow {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  height: 2em;
  width: 2em;
}
@media screen and (min-width: 57.5rem) {
  .splide__arrow {
    height: 2.5em;
    width: 2.5em;
  }
}
@media print {
  .splide__arrow {
    display: none;
  }
}
@media screen and (min-width: 57.5rem) {
  .splide__arrow--prev {
    left: 2%;
  }
}
@media screen and (min-width: 57.5rem) {
  .splide__arrow--next {
    right: 2%;
  }
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow svg {
  fill: var(--primary-color);
}
.splide__toggle {
  background-color: #00358e;
  border: none;
  border-radius: 50%;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  height: 2.5em;
  position: absolute;
  right: 2rem;
  width: 2.5em;
}
.splide--highlights {
  padding: 4rem 0;
}
.splide--highlights.bg--blue, .splide--highlights.bg--blue-dark, .splide--highlights.bg--blue-gradient, .splide--highlights.bg--green, .splide--highlights.bg--purple-dark, .splide--highlights.bg--purple-gradient {
  padding: 6rem 0 5rem;
}
@media screen and (min-width: 57.5rem) {
  .splide--highlights .splide__container {
    width: 80%;
  }
}
@media print, screen and (min-width: 75rem) {
  .splide--highlights .splide__container {
    width: 85%;
  }
}
.splide--highlights .splide__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.75rem;
  font-weight: 100;
  text-align: center;
}
.splide--highlights .splide__description {
  font-size: 1.25rem;
  padding-bottom: 3rem;
  text-align: center;
}
.splide--highlights .splide__slide__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 1em 0 1.5em;
}
@media screen and (min-width: 47.5rem) {
  .splide--highlights .splide__slide__title {
    margin: 0 0 1.5em;
  }
}
.splide--highlights .splide__slide__container {
  display: flex;
  flex-flow: column nowrap;
      align-items: center;
}
@media print, screen and (min-width: 47.5rem) {
  .splide--highlights .splide__slide__container {
    flex-flow: row nowrap;
  }
}
.splide--highlights .splide__slide__image-container {
  padding: 0 1rem;
}
@media print, screen and (min-width: 47.5rem) {
  .splide--highlights .splide__slide__image-container {
    width: 50%;
  }
}
.splide--highlights .splide__slide__text {
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
  line-height: 1.5;
  padding: 2rem 1rem 0;
}
@media screen and (min-width: 47.5rem) {
  .splide--highlights .splide__slide__text {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 75rem) {
  .splide--highlights .splide__slide__text {
    padding: 3rem;
  }
}
.splide--highlights .splide__slide__link {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-block;
  margin-top: 1em;
  padding: .5em;
  text-decoration: none;
  transition: all .15s ease;
}
.splide--highlights .splide__slide__link:focus-visible, .splide--highlights .splide__slide__link:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.splide--highlights .splide__pagination {
  bottom: 0;
}
.splide--homepage-hero {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .splide--homepage-hero {
    left: 0;
    position: absolute;
    top: 0;
  }
}
.splide--homepage-hero .splide__container {
  height: 100%;
}
.splide--homepage-hero .splide__track {
  height: 100%;
}
.splide--homepage-hero .splide__list {
  height: 100%;
}
.splide--homepage-hero .splide__slide {
  height: 100%;
}
.splide--homepage-hero .splide__slide__container {
  height: 100%;
}
.splide--homepage-hero .splide__slide__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.splide--image-gallery {
  margin: 2rem 0 3rem;
}
.splide--image-gallery .splide__arrow--prev {
  left: .5rem;
}
.splide--image-gallery .splide__arrow--next {
  right: .5rem;
}
.splide--image-gallery .splide__list {
  align-items: stretch;
}
.splide--image-gallery .splide__slide__image {
  height: 30rem;
  object-fit: cover;
  width: auto;
}
.splide--image-gallery .splide__pagination__page {
  background-color: #00358e;
  clip-path: circle();
  height: .75rem;
  opacity: .4;
  width: .75rem;
}
.splide--image-gallery .splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
}
.splide--smart-farm .splide__container::before {
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 33.33%);
  content: '';
  display: block;
  height: 5rem;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translateX(-50%);
  width: 5rem;
  z-index: 1;
}
@media screen and (min-width: 57.5rem) {
  .splide--smart-farm .splide__container::before {
    height: 10rem;
    width: 10rem;
  }
}
.splide--smart-farm .splide__slide__image {
  height: auto;
  max-height: clamp(300px, 80vh, 800px);
  object-fit: cover;
  width: 100%;
}
.splide--three-up {
  padding: 4rem 0 8rem;
}
.splide--three-up.white {
    padding: 3rem 0;
}
.splide--three-up.bg--blue-dark {
    padding: 4rem 0;
}
@media screen and (min-width: 57.5rem) {
  .splide--three-up .splide__arrow--prev {
    left: .5rem;
  }
}
@media screen and (min-width: 57.5rem) {
  .splide--three-up .splide__arrow--next {
    right: .5rem;
  }
}
.splide--three-up .splide__container {
  margin: 0 auto;
  max-width: 100rem;
}
.splide--three-up .splide__intro {
  margin-bottom: 4rem;
  text-align: center;
}
.splide--three-up .splide__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}
.splide--three-up .splide__description {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2;
}
.splide--three-up .splide__slide__image {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.splide--three-up .splide__slide__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
}
.splide--three-up .splide__slide__body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
.splide--three-up .splide__slide__body .wysiwyg {
  font-size: 1.25rem;
  line-height: 1.2;
}
.splide--three-up .splide__slide__body .wysiwyg p {
  font-size: 1.25rem;
  line-height: 1.2;
}
.splide--three-up .splide__slide__link {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-block;
  padding: .5em;
  text-decoration: none;
  transition: all .15s ease;
}
.splide--three-up .splide__slide__link:focus-visible, .splide--three-up .splide__slide__link:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
  text-decoration: underline;
  text-decoration-color: #00b373;
}
.splide--contained {
  padding: 2rem 0 4rem;
}
.splide--contained .splide__container {
  margin: 0 auto;
  max-width: 75rem;
}
.splide--contained .splide__intro {
  margin-bottom: 4rem;
  text-align: center;
}
.splide--contained .splide__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}
.splide--contained .splide__description {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2;
}
.splide--contained .splide__slide__container {
  height: 100%;
  position: relative;
}
.splide--contained .splide__slide__image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
@media print, screen and (min-width: 57.5rem) {
  .splide--contained .splide__slide__image {
    height: auto;
    max-height: 80vh;
    position: relative;
    width: 100%;
  }
}
.splide--contained .splide__slide__image--no-text {
  position: relative;
}
.splide--contained .splide__slide__text {
  --primary-color: #FFFFFF;
  --background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  height: 100%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 57.5rem) {
  .splide--contained .splide__slide__text {
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    bottom: 0;
    height: 60%;
    position: absolute;
  }
}
.splide--contained .splide__slide__text__inner {
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 2rem 3rem;
  width: 85%;
}
@media print, screen and (min-width: 57.5rem) {
  .splide--contained .splide__slide__text__inner {
    height: auto;
    padding: 2rem;
    position: absolute;
    width: 60%;
  }
}
.splide--contained .splide__slide__text--no-image {
  background-image: none;
}
@media screen and (min-width: 57.5rem) {
  .splide--contained .splide__slide__text--no-image {
    height: auto;
    position: relative;
  }
  .splide--contained .splide__slide__text--no-image .splide__slide__text__inner {
    padding: 2rem 4rem;
    position: relative;
    width: 100%;
  }
}
.splide--contained .splide__slide__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
}
@media print {
  .splide--contained .splide__slide__title {
    text-shadow: none;
  }
}
.splide--contained .splide__slide__body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
}
@media print {
  .splide--contained .splide__slide__body {
    text-shadow: none;
  }
}
.splide--contained .splide__slide__body .wysiwyg {
  font-size: 1.125rem;
}
.splide--contained .splide__slide__body .wysiwyg p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.splide--contained .splide__slide__link {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .15s ease;
}

.splide--contained .splide__slide__link:focus-visible, .splide--contained .splide__slide__link:hover {
  background-color: #FFFFFF;
  color: var(--background-color);
  text-decoration: underline;
  text-decoration-color: #00b373;
  text-shadow: none;
}
.splide--three-up.padding-bottom {
    padding: 4em 0 8em;
    margin-bottom:2em;
}

@media screen and (min-width: 57.5rem) {
  .page-body--with-sidebar .page-body__main-top .splide {
    margin-left: 2.5vw;
    width: calc(100% - 2.5vw);
  }
  .page-body--with-sidebar .page-body__main-top .splide .container, .page-body--with-sidebar .page-body__main-top .splide .contained {
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (min-width: 75rem) {
  .page-body--with-sidebar .page-body__main-top .splide {
    margin-left: 5vw;
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 111.11rem) {
  .page-body--with-sidebar .page-body__main-top .splide {
    margin-left: calc((var(--viewport-width) / 2) - 50rem);
    width: 64.67rem;
  }
}

.page-body--with-sidebar .page-body__main-top .splide--three-up .splide__track{
    padding: 0 !important;
}
.page-body--with-sidebar .page-body__main-top .splide--three-up .splide__list .splide__slide {
    margin-right: 0 !important;
}

.page-body--with-sidebar .page-body__main-top .splide--three-up {
    padding: 1rem 0 3rem;
}
.page-body--with-sidebar .page-body__main-top .splide--three-up .splide__slide__image {
    height: 40vh;
}

@media screen and (min-width:960px){
    .page-body--with-sidebar .page-body__main-top .splide--three-up .splide__list {
        gap:1em 
    }
    .page-body--with-sidebar .page-body__main-top .splide--three-up .splide__list .splide__slide {
        width: 33% !important;
    }
}


/* ================================
   Tabs
   ================================ */
.tabbed-content {
  padding: 2rem 0 4rem 0;
}
.tabbed-content__section-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 0 .5em;
  /*padding-top: 2em;*/
  text-align: center;
}
.tabbed-content__list {
  column-gap: 1rem;
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 1rem;
  row-gap: 1rem;
}
@media screen and (min-width: 57.5rem) {
  .tabbed-content__list {
    padding: 2rem 0 0;
    flex-flow: row nowrap;
  }
}
.tabbed-content__tab {
  background-color: #0067b9;
  border: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: .75em 2em;
  width: 100%;
}
@media screen and (min-width: 57.5rem) {
  .tabbed-content__tab {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.375rem;
    width: auto;
  }
}
@media print {
  .tabbed-content__tab {
    display: none;
  }
}
.tabbed-content__tab:focus-visible {
  text-decoration: underline;
}
.tabbed-content__tab--selected {
  background-color: #FFFFFF;
  color: #00358e;
}
.tabbed-content__panel {
  display: none;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 2rem 3% 3rem;
}
@media print {
  .tabbed-content__panel {
    display: block;
  }
}
.tabbed-content__panel--current {
  display: block;
}
.tabbed-content__panel__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 1em 0;
}

/* ================================
   Side Callouts
   ================================ */
.side-callout--button-cluster__list {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: .75rem;
}
.side-callout--button-cluster__item {
  display: inline-block;
}
.side-callout--button-cluster__link {
  background-color: #00358e;
  border: 2px solid #00358e;
  color: #FFFFFF;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  padding: .5em;
  text-decoration: none;
}
.side-callout--button-cluster__link:focus-visible, .side-callout--button-cluster__link:hover {
  border: 2px solid #008554;
  text-decoration: underline;
  text-decoration-color: #008554;
}
.side-callout--inline {
  padding: 2rem 0 1rem;
}
@media screen and (max-width:900px){
    .side-callout--inline {
    padding: 0;
    margin: 2em;
    text-align: center;
   }
}
.side-callout--inline__container {
  border-top: 0.5rem solid #00358e;
    width: 90%;
}
.side-callout--inline__body {
  padding: 1rem 0 0;    

}
.side-callout--inline__title {
  color: #00358e;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 1em 0 .5em;
}
.side-callout--inline--image .side-callout--inline__container {
  border-top: none;
}
.side-callout--link-list {
  padding: 2rem 0;
}
.side-callout--link-list__title {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}
.side-callout--link-list__link {
  color: #000000;
  font-size: 1.25rem;
  text-decoration: none;
}
.side-callout--link-list__link:focus-visible, .side-callout--link-list__link:hover {
  text-decoration: underline;
  text-decoration-color: #008554;
}

.schools-hero-grid {
  background: #0067b9;
  position: relative;
  width: 100%;
  position: relative;
  display: block;
}
.schools-hero-grid .schools-hero-grid-item {
  overflow: hidden;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center center;
}
.schools-hero-grid::after {
  clear: both;
  content: '';
  display: block;
}
.schools-hero-grid .schools-hero-grid-image {
  width: 100%;
}
.schools-hero-grid .schools-hero-grid-image img {
  object-fit: cover;
  height: 100%;
}
.schools-hero-grid .schools-hero-grid-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 1.375rem;
  padding-top: 2.5rem;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 70px rgba(0, 0, 0, 0.65);
  padding-bottom: 1.375rem;
  box-sizing: border-box;
  transform: translate3d(0, 100%, 0);
  transition: all 200ms ease-in-out;
}
.schools-hero-grid .schools-hero-grid-text .btn.btn-primary {
  background: #008554;
  border: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  padding: .25em 1em;
}
.schools-hero-grid .schools-hero-grid-text .btn.btn-primary:hover, .schools-hero-grid .schools-hero-grid-text .btn.btn-primary:focus, .schools-hero-grid .schools-hero-grid-text .btn.btn-primary:active {
  background: #0075d3;
}
.schools-hero-grid .schools-hero-grid-text.open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 30rem) {
  .schools-hero-grid .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 47.5rem) {
  .schools-hero-grid .schools-hero-grid-text {
    padding: 44px;
  }
}
.schools-hero-grid .schools-hero-grid-text .page-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 19px #000000;
  color: #FFFFFF;
}
@media (min-width: 30rem) {
  .schools-hero-grid .schools-hero-grid-text .page-title {
    font-size: 28px;
  }
}
@media (min-width: 75rem) {
  .schools-hero-grid .schools-hero-grid-text .page-title {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.schools-hero-grid .schools-hero-grid-text p {
  margin-top: 0;
  margin-bottom: 1.375rem;
  font-size: 16px;
  line-height: 1.6875;
}
.schools-hero-grid .schools-hero-grid-trigger {
  position: absolute;
  bottom: 1.375rem;
  left: 50%;
  transform: translateX(-50%);
}
.schools-hero-grid .schools-hero-grid-trigger .trigger {
  text-align: center;
  padding: 15px 27px;
  background: rgba(0, 53, 142, 0.8);
  transition: border-radius 150ms ease-in-out, background 100ms ease-in-out;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger:focus {
  outline: none;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger:hover {
  background: #00358e;
}
.schools-hero-grid .schools-hero-grid-trigger .close-text {
  display: none;
  font-size: 24px;
  line-height: 45px;
  height: 45px;
  width: 45px;
}
.schools-hero-grid .schools-hero-grid-trigger .open-text {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger.open {
  border-radius: 50%;
  padding: 0;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger.open .close-text {
  display: block;
}
.schools-hero-grid .schools-hero-grid-trigger .trigger.open .open-text {
  display: none;
}

.schools-hero-grid .schools-hero-grid-item:first-child,
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .schools-hero-grid .schools-hero-grid-item:first-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .schools-hero-grid .schools-hero-grid-item:first-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child {
    width: 59.857143%;
    padding-bottom: 46%;
  }
}
.schools-hero-grid .schools-hero-grid-item:nth-child(2),
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(2),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(2),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    width: 40.142857%;
    padding-bottom: 46%;
  }
}
.schools-hero-grid .schools-hero-grid-item:nth-child(3),
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3),
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) {
    width: 41.571429%;
    padding-bottom: 33%;
  }
}
.schools-hero-grid .schools-hero-grid-item:last-child,
.hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .schools-hero-grid .schools-hero-grid-item:last-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .schools-hero-grid .schools-hero-grid-item:last-child,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 58.428571%;
    padding-bottom: 33%;
  }
}
@media (min-width: 57.5rem) {
  .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 75rem) {
  .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 57.5rem) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 75rem) {
  .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text,
  .hero-grid-twotwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 46%;
  }
}
.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
  width: 100%;
  max-width: 700px;
}
@media (min-width: 57.5rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
    width: 60%;
  }
}
.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    width: 58.428571%;
    padding-bottom: 33%;
  }
}
.hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 41.571429%;
    padding-bottom: 33%;
  }
}
@media (min-width: 57.5rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 75rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 57.5rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 75rem) {
  .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onetwo .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 46%;
  }
}
.hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
  width: 100%;
  max-width: 700px;
}
@media (min-width: 57.5rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .text-width-cap {
    width: 60%;
  }
}
.hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 33.3333%;
    padding-bottom: 33%;
  }
}
@media (min-width: 57.5rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 75rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 57.5rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 75rem) {
  .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-onethree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child {
    width: 59.857143%;
    padding-bottom: 46%;
  }
}
.hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) {
    width: 40.142857%;
    padding-bottom: 46%;
  }
}
.hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child {
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 30rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child {
    padding-bottom: 75%;
  }
}
@media (min-width: 47.5rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4), .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child {
    width: 33.333333%;
    padding-bottom: 33%;
  }
}
@media (min-width: 57.5rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 80px;
  }
}
@media (min-width: 75rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:first-child .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(2) .schools-hero-grid-text {
    padding-top: 220px;
  }
}
@media (min-width: 57.5rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 40px;
  }
}
@media (min-width: 75rem) {
  .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(3) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:nth-child(4) .schools-hero-grid-text, .hero-grid-twothree .schools-hero-grid .schools-hero-grid-item:last-child .schools-hero-grid-text {
    padding-top: 80px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.375rem;
}

.videoWrapper iframe, .videoWrapper span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper iframe {
  border: 0;
}
.side-callout--inline__body:has(.videoWrapper) {
    padding: .5rem 0;
}

#timeline td img {
  opacity: 0.7;
  transition: .2s;
}

#timeline td img:hover {
  opacity: 1;
}

#temp-region-19 {
  min-width: 275px;
  max-width: 800px;
  margin: auto;
  padding: 70px 0;
}

#temp-region-19 .perc-widget h2 {
  margin-top: 5px;
}

#temp-region-19 p {
  position: unset !important;
}

#temp-region-19 .perc-widget {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #ffd06c 0%, #ebaa20 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #58595b;
}

#temp-region-19 .perc-widget:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 1.25em;
  width: 1.25em;
  background-color: #ebaa20;
  text-align: center;
  line-height: 1.25em;
  color: #fff;
  font-size: 1em;
  box-sizing: content-box;
}

#temp-region-19 .perc-widget:nth-child(even) {
  border-right: 3px solid;
}

#temp-region-19 .perc-widget:nth-child(even):before {
  left: 100%;
  margin-left: -20px;
}

#temp-region-19 .perc-widget:nth-child(odd) {
  border-left: 3px solid;
  padding-right: 0;
}

#temp-region-19 .perc-widget:nth-child(odd):before {
  right: 100%;
  margin-right: -20px;
}

#temp-region-19 .perc-widget:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#temp-region-19 .perc-widget:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media screen and (min-width: 601px) {
  #temp-region-19 td img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  #timeline img {
    width: 100%;
    height: auto;
  }
}


/*
   Josh Squire Styles
   */
   
   
/* Responsive Table Reset */
/*  .wysiwyg table tbody td:first-child {*/
/*	 padding: 0 1em 0 0;*/
/*}*/
/*  .wysiwyg table tbody td:last-child {*/
/*	 padding: 0 0 0 1em;*/
/*}*/


.wysiwyg table tbody td {
    padding: 1em;
    vertical-align: middle;
}
  .wysiwyg tfoot td {
	 padding: 1em 0;
}
.wysiwyg table tr th {
    font-size: 1.25em !important;
}

  .wysiwyg table {
	 width: 100% !important;
    height: auto !important;
}
  .wysiwyg td, .wysiwyg th, .wysiwyg tr {
	 height: inherit !important;
	 width: 1% !important;
	 padding: 5px 0;
}
.wysiwyg th p {
	     margin:.25em .5em;
	 }
  .wysiwyg thead {
    margin: 1em 0;
    display: table-header-group;
}
.wysiwyg table.mobile-stack th, .wysiwyg table.mobile-stack td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}
.mobile-stack {
	 border-collapse: collapse;
	 font-size: .9rem;
}
 .mobile-stack tr {
	 display: none;
}
 .mobile-stack tfoot tr {
	 display: contents;
}

#programdetails table.mobile-stack th {
    font-size: 1rem !important;
    padding: 1rem;
    border: 1px solid #fff;
}
#programdetails .wysiwyg table.mobile-stack {
    border: 1px solid #f2f2f2;
}
#programdetails .wysiwyg table.mobile-stack thead {
    margin: 0;
    display: table-header-group;
}
#programdetails .wysiwyg table.mobile-stack {
    margin: 2em 0;
}


 @media all and (max-width: 700px) {
	 .table-responsive {
		 overflow-x: auto;
		 -webkit-overflow-scrolling: touch;
	}
	 .table-responsive table {
		 display: block;
		 width: 100%;
		 overflow: hidden;
	}
	 .table-responsive table thead, .table-responsive table tbody, .table-responsive table tr, .table-responsive table td {
		 display: block;
	}
	 .table-responsive table tr {
		 margin-bottom: 1rem;
		 display: flex;
		 flex-wrap: wrap;
	}
	.mobile-stack table th, .mobile-stack table td {
    padding-right:0;
	}
    .tabbed-content__panel .mobile-stack td, .tabbed-content__panel .mobile-stack th, .tabbed-content__panel .mobile-stack tr {
        width: unset !important;
    }
	 .table-responsive table td {
		 flex-basis: 50%;
		 padding: 0.5rem !important;
	}
}
 @media screen and (min-width: 1025px) {
  .wysiwyg	 table.mobile-stack tr {
		 display: table-row;
	}
	 .mobile-stack th {
		 background: #007a53;
		 color: #fff;
		 vertical-align:middle;
	}
}
  .wysiwyg table.mobile-stack tr.small-only {
	 display: table-row;
	 background: transparent !important;
}
  .wysiwyg table.mobile-stack tr.small-only th, table.mobile-stack tr.small-only td {
	 padding-top: 15px;
}
  .wysiwyg table.mobile-stack tr.small-only.small-only + .small-only th {
	 background: transparent !important;
	 color: #000 !important;
}
  .wysiwyg table.mobile-stack tr.small-only.small-only + .small-only th, .wysiwyg table.mobile-stack tr.small-only.small-only + .small-only td {
	 padding-top: 5px;
}
  .wysiwyg table.mobile-stack tr.small-only.last + tr.small-only td, .wysiwyg table.mobile-stack tr.small-only.last + tr.small-only th {
	 padding-top: 15px;
  
}
  .wysiwyg table.mobile-stack tr.small-only.last {
	 border-bottom: 10px solid #E1E1E1;
}
  .wysiwyg table.mobile-stack tr.small-only.last th, .wysiwyg table.mobile-stack tr.small-only.last td {
	 padding-bottom: 15px;
}
 @media screen and (min-width: 1025px) {
  .wysiwyg	 table.mobile-stack tr.small-only {
		 display: none;
	}
}

details {
    margin: 0em 0 2em;
}
details summary {
    font-weight:700;
    color:#00358e;
}
details summary:hover {
    text-decoration: underline;
    cursor:pointer;
}
   
   /* Program Page Updates*/
 .hero--video{
     font-family: 'Titillium Web', 'Roboto Flex', sans-serif;
}
 @media screen and (min-width: 57.5rem) {

     section.hero.hero--video img {
         display: none;
    }
     .hero--video {
         height:70vh;
    }
}
 @media (max-width: 768px) {
     .hero--video__title {
         font-size: clamp(2.5rem, 5vw, 4rem);
    }
}
 @media screen and (max-width: 57.5rem) {
     .hero--video__video-container iframe{
         display: none;
    }
     .hero--video img {
         height: 100%;
         filter: brightness(0.4) blur(1px);
    }
}
/*Kuali Program Details header*/
.accordion__content section div div>span {
     background: #f2f2f2;
     display: block;
     padding: 0.5em 1em;
     margin: 0.5em 0;
     font-weight: 900;
}