@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,600,700&display=swap");
:root {
  --focus-visible-outline-color: #1E407C;
  --focus-visible-outline-offset: 0.25rem; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

.icon-plus-bold {
  position: relative;
  width: 18px;
  height: 18px; }
  .icon-plus-bold:before, .icon-plus-bold:after {
    content: '';
    position: absolute;
    background-color: #1E407C; }
  .icon-plus-bold:before {
    width: 100%;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .icon-plus-bold:after {
    width: 5px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.ajax-progress-fullscreen {
  background-color: rgba(45, 46, 50, 0.4);
  background-image: none;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .ajax-progress-fullscreen div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 50%;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: progress-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: progress-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent; }
  .ajax-progress-fullscreen div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s; }
  .ajax-progress-fullscreen div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .ajax-progress-fullscreen div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s; }

@-webkit-keyframes progress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes progress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.icon-plus-circle {
  width: 24px;
  min-width: 24px;
  height: 24px; }
  .icon-plus-circle__circle {
    stroke: #1E407C;
    -webkit-transition: fill, 0.2s, stroke 0.2s, -webkit-transform 0.35s;
    transition: fill, 0.2s, stroke 0.2s, -webkit-transform 0.35s;
    transition: transform 0.35s, fill, 0.2s, stroke 0.2s;
    transition: transform 0.35s, fill, 0.2s, stroke 0.2s, -webkit-transform 0.35s; }
  .icon-plus-circle__horizontal, .icon-plus-circle__vertical {
    fill: #14729d;
    -webkit-transform-origin: 48% 48%;
            transform-origin: 48% 48%;
    -webkit-transition: fill 0.2s, -webkit-transform 0.35s;
    transition: fill 0.2s, -webkit-transform 0.35s;
    transition: transform 0.35s, fill 0.2s;
    transition: transform 0.35s, fill 0.2s, -webkit-transform 0.35s; }
    .icon-plus-circle__horizontal:hover, .icon-plus-circle__vertical:hover {
      fill: #14729d; }

.icon-slideshow__fill {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/* GridTab v2.1.1*/
.gridtab,
.gridtab > dt,
.gridtab > dd {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0 solid; }

.gridtab {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gridtab * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gridtab > dd {
  z-index: 1;
  display: none;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.gridtab > dd > .gridtab__controls {
  position: absolute;
  right: 26px;
  top: 26px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.gridtab > dd > .gridtab__controls > .gridtab__close {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin-left: 1px; }

.gridtab > dd > .gridtab__controls > .gridtab__arrow,
.gridtab > dd > .gridtab__controls > .gridtab__close {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  background: url("../../images/svg/icon-close-light-blue.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.gridtab > dd > .gridtab__controls > .gridtab__arrow.is-disabled {
  opacity: .25; }

.gridtab > dd > .gridtab__controls > .gridtab__next {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  -webkit-transform-origin: center;
  transform-origin: center; }

.gridtab > dt {
  -webkit-transition: background .3s;
  transition: background .3s;
  border: 0; }

.gridtab > dt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0; }

.gridtab > dt.is-disabled {
  pointer-events: none; }

.gridtab > dt.is-active {
  z-index: 2;
  background-color: #FFF !important; }

.gridtab > dt > img {
  max-width: 100%;
  float: left;
  height: auto; }

.gridtab[dir="rtl"] > dd > .gridtab__controls {
  right: auto;
  left: 5px; }

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__next {
  -webkit-transform: none;
  transform: none; }

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__prev {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__close {
  margin-right: 1px;
  margin-left: 0; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

.traversable-menu {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.menu__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  /* If you change this, mke sure to also change the panel_slide_animation_duration setting when calling TraversableMenu */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-x: hidden;
  overflow-y: auto; }

.menu__panel--depth-0,
.menu__panel--active-trail {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.menu__panel.-show-immediate {
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms; }

.-show-immediate {
  -webkit-transition-duration: 0ms !important;
          transition-duration: 0ms !important; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.header__bottom-main .menu_top, .header__bottom-main .menu_below__column, .header__bottom-main__department-nav .menu_top {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: underline;
  color: #1E407C;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  a:hover, a:focus {
    color: #0079C8; }
  a:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  a:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.link__readmore {
  font-display: swap;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700; }

.link__menu-item {
  border-top: 1px solid #ffffff;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }
  .link__menu-item:hover, .link__menu-item:focus {
    border-top-color: #1E407C;
    border-bottom-color: #1E407C; }
  .link__menu-item .menu__item__link, .link__menu-item .menu-sidebar__link, .link__menu-item .explore-section__current__boundary, .link__menu-item .explore-by-role__link {
    text-decoration: none;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative; }
  .link__menu-item:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .link__menu-item.active {
    font-weight: 700;
    border-top-color: #1E407C;
    border-bottom-color: #1E407C;
    text-decoration: underline; }

.link__main-menu-item {
  font-weight: 700;
  padding-right: 130px; }
  .link__main-menu-item__button-explore {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.link__accordion--anchor.active:before {
  content: '';
  position: absolute;
  left: -36px;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: #1E407C; }

.link__menu-item-uptomain {
  font-display: swap;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 45px;
  display: block;
  position: relative;
  background-color: #E4E4E4;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .link__menu-item-uptomain:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 13px;
    background: url("../../images/svg/arrow-up.svg") no-repeat;
    background-size: cover;
    margin-right: 15px; }
  .link__menu-item-uptomain:hover {
    color: #1E407C;
    background-color: #C2C2C2; }

.link__menu-item-back {
  border-top: 1px solid #ffffff;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  font-display: swap;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700; }
  .link__menu-item-back:hover, .link__menu-item-back:focus {
    border-top-color: #1E407C;
    border-bottom-color: #1E407C; }
  .link__menu-item-back .menu__item__link, .link__menu-item-back .menu-sidebar__link, .link__menu-item-back .explore-section__current__boundary, .link__menu-item-back .explore-by-role__link {
    text-decoration: none;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative; }
  .link__menu-item-back:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .link__menu-item-back:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 12px;
    background: url("../../images/svg/arrow-left.svg") no-repeat;
    background-size: cover;
    margin-right: 19px; }

.link__breadcrumb {
  color: #717171;
  text-decoration: none; }

.menu-sidebar__item {
  border-top: 1px solid #ffffff;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }
  .menu-sidebar__item:hover, .menu-sidebar__item:focus {
    border-top-color: #1E407C;
    border-bottom-color: #1E407C; }
  .menu-sidebar__item .menu__item__link, .menu-sidebar__item .menu-sidebar__link, .menu-sidebar__item .explore-section__current__boundary, .menu-sidebar__item .explore-by-role__link {
    text-decoration: none;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative; }
  .menu-sidebar__item:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.menu-sidebar__link {
  padding: 15px 0; }

.menu__level2 {
  border: none; }

.pager {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.traversable-menu {
  padding: 0rem;
  margin: 0;
  height: 100%;
  background-color: #FFF;
  margin-bottom: 50px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  .traversable-menu-hhd-header {
    margin-bottom: 33px; }

.traversable-menu ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.traversable-menu .menu__panel {
  background-color: #FFF;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #C2C2C2; }
  .traversable-menu .menu__panel__title:empty {
    display: none; }
  .traversable-menu .menu__panel__title__link {
    text-decoration: none;
    font-weight: 700;
    border-top: 1px solid #1E407C;
    border-bottom: 1px solid #1E407C;
    margin: 0;
    padding: 18px 18px 18px 0;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative;
    color: #1E407C;
    border-color: #1E407C;
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* a {
            color: $blue-light4;
            text-decoration: none;
            display: block;

            &:hover {
              // color: $blue-medium1;
            }
          } */ }
    .traversable-menu .menu__panel__title__link:hover {
      background-color: #F0F1F2; }
    .traversable-menu .menu__panel__title__link--active {
      color: #14729d;
      border-color: #14729d; }
  .traversable-menu .menu__panel__list > .menu__item:first-child {
    border-top: 1px solid #C2C2C2; }
  .traversable-menu .menu__panel__trigger--top {
    font-display: swap;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 0;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    color: #1E407C;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .traversable-menu .menu__panel__trigger--top:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 11px;
      height: 13px;
      background: url("../../images/svg/arrow-up.svg") no-repeat;
      background-size: cover;
      margin-right: 15px; }
    .traversable-menu .menu__panel__trigger--top:hover {
      color: #1E407C;
      background-color: #F0F1F2; }
  .traversable-menu .menu__panel__trigger--parent {
    font-display: swap;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 18px 18px 0;
    margin: 0;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    color: #1E407C;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .traversable-menu .menu__panel__trigger--parent:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 6px;
      height: 12px;
      background: url("../../images/svg/arrow-left.svg") no-repeat;
      background-size: cover;
      margin-right: 19px; }
    .traversable-menu .menu__panel__trigger--parent:hover {
      color: #1E407C;
      background-color: #F0F1F2; }

.traversable-menu .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ffffff;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  border-top: 1px solid #C2C2C2;
  -webkit-transition: border 0.2s, background-color 0.2s;
  transition: border 0.2s, background-color 0.2s;
  /* & > a:hover {
        color: $blue-medium1;
      } */ }
  .traversable-menu .menu__item:hover, .traversable-menu .menu__item:focus {
    border-top-color: #1E407C;
    border-bottom-color: #1E407C; }
  .traversable-menu .menu__item .menu__item__link, .traversable-menu .menu__item .menu-sidebar__link, .traversable-menu .menu__item .explore-section__current__boundary, .traversable-menu .menu__item .explore-by-role__link {
    text-decoration: none;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative; }
  .traversable-menu .menu__item:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .traversable-menu .menu__item:first-child {
    border-top: 0; }
  .traversable-menu .menu__item:last-child {
    border-bottom: 1px solid #C2C2C2; }
  .traversable-menu .menu__item:hover {
    background-color: #F0F1F2; }
  .traversable-menu .menu__item--active-trail {
    border-color: #14729d; }
    .traversable-menu .menu__item--active-trail:hover {
      border-color: #14729d; }
    .traversable-menu .menu__item--active-trail + .menu__item {
      border-color: #14729d; }
  .traversable-menu .menu__item__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 18px 18px 18px 0; }
    .traversable-menu .menu__item__link:hover {
      color: #1E407C; }
    .traversable-menu .menu__item__link.is-active {
      font-weight: 700;
      color: #14729d; }

.traversable-menu.-main, .traversable-menu.-secondary {
  overflow: hidden; }

.traversable-menu.-main .menu__item__link.-level0 {
  font-weight: 700; }

.traversable-menu.-secondary .menu__item {
  border-bottom-color: #F7F7F7; }
  .traversable-menu.-secondary .menu__item:hover, .traversable-menu.-secondary .menu__item:focus {
    border-bottom-color: #1E407C; }

.traversable-menu-sidebar {
  --focus-visible-outline-offset: -0.12rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: #FFF;
  margin-bottom: 50px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  @media (min-width: 900px) {
    .traversable-menu-sidebar {
      display: block; } }
  .traversable-menu-sidebar .menu__panel {
    background-color: #FFF;
    z-index: 1;
    overflow: hidden; }
    .traversable-menu-sidebar .menu__panel__title:empty {
      display: none; }
    .traversable-menu-sidebar .menu__panel__title__link {
      text-decoration: none;
      font-weight: 700;
      border-top: 1px solid #1E407C;
      border-bottom: 1px solid #1E407C;
      margin: 0;
      padding: 18px 18px 18px 0;
      -webkit-transition: border 0.2s;
      transition: border 0.2s;
      display: block;
      position: relative;
      color: #1E407C;
      background-color: #ffffff;
      border-color: #1E407C;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s;
      /* a {
            color: $blue-light4;
            text-decoration: none;
            display: block;

            &:hover {
              // color: $blue-medium1;
            }
          } */ }
      .traversable-menu-sidebar .menu__panel__title__link:hover {
        background-color: #F0F1F2; }
      .traversable-menu-sidebar .menu__panel__title__link--active {
        color: #14729d;
        border-color: #14729d; }
    .traversable-menu-sidebar .menu__panel__list > .menu__item:first-child {
      border-top: 1px solid #C2C2C2; }
    .traversable-menu-sidebar .menu__panel__trigger--top {
      font-display: swap;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
      padding: 18px 0;
      display: block;
      position: relative;
      background-color: #ffffff;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .traversable-menu-sidebar .menu__panel__trigger--top:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 13px;
        background: url("../../images/svg/arrow-up.svg") no-repeat;
        background-size: cover;
        margin-right: 15px; }
      .traversable-menu-sidebar .menu__panel__trigger--top:hover {
        color: #1E407C;
        background-color: #F0F1F2; }
      .traversable-menu-sidebar .menu__panel__trigger--top:focus-visible {
        outline: 2px solid var(--focus-visible-outline-color);
        outline-offset: var(--focus-visible-outline-offset); }
    .traversable-menu-sidebar .menu__panel__trigger--parent {
      font-display: swap;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
      padding: 18px 18px 18px 0;
      margin: 0;
      -webkit-transition: border 0.2s;
      transition: border 0.2s;
      display: block;
      position: relative;
      background-color: #ffffff;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .traversable-menu-sidebar .menu__panel__trigger--parent:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 12px;
        background: url("../../images/svg/arrow-left.svg") no-repeat;
        background-size: cover;
        margin-right: 19px; }
      .traversable-menu-sidebar .menu__panel__trigger--parent:hover {
        color: #1E407C;
        background-color: #F0F1F2; }
  .traversable-menu-sidebar .menu__panel__list {
    border-top: 1px solid #C2C2C2; }
  .traversable-menu-sidebar .menu__item {
    border-top: 1px solid #ffffff;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C2C2C2;
    -webkit-transition: border 0.2s, background-color 0.2s;
    transition: border 0.2s, background-color 0.2s;
    /* & > a:hover {
        color: $blue-medium1;
      } */ }
    .traversable-menu-sidebar .menu__item:hover, .traversable-menu-sidebar .menu__item:focus {
      border-top-color: #1E407C;
      border-bottom-color: #1E407C; }
    .traversable-menu-sidebar .menu__item .menu__item__link, .traversable-menu-sidebar .menu__item .menu-sidebar__link, .traversable-menu-sidebar .menu__item .explore-section__current__boundary, .traversable-menu-sidebar .menu__item .explore-by-role__link {
      text-decoration: none;
      -webkit-transition: border 0.2s;
      transition: border 0.2s;
      display: block;
      position: relative; }
    .traversable-menu-sidebar .menu__item:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
    .traversable-menu-sidebar .menu__item:nth-child(2) {
      border-top: 0; }
    .traversable-menu-sidebar .menu__item:last-child {
      border-bottom: 1px solid #C2C2C2; }
    .traversable-menu-sidebar .menu__item:hover {
      background-color: #F0F1F2; }
    .traversable-menu-sidebar .menu__item--active-trail {
      border-color: #14729d; }
      .traversable-menu-sidebar .menu__item--active-trail:hover {
        border-color: #14729d; }
      .traversable-menu-sidebar .menu__item--active-trail + .menu__item {
        border-color: #14729d; }
    .traversable-menu-sidebar .menu__item__link {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 18px 18px 18px 0; }
      .traversable-menu-sidebar .menu__item__link:hover {
        color: #1E407C; }
      .traversable-menu-sidebar .menu__item__link.is-active {
        font-weight: 700;
        color: #14729d; }
      .traversable-menu-sidebar .menu__item__link.-level2, .traversable-menu-sidebar .menu__item__link.-level3 {
        font-weight: 400; }
      .traversable-menu-sidebar .menu__item__link.-level2.is-active, .traversable-menu-sidebar .menu__item__link.-level3.is-active {
        font-weight: 700; }
  .traversable-menu-sidebar .menu__panel--depth-0,
  .traversable-menu-sidebar .menu__panel--active-trail {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .traversable-menu-sidebar .menu__panel.-show-immediate {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms; }
  .traversable-menu-sidebar .-show-immediate {
    -webkit-transition-duration: 0ms !important;
            transition-duration: 0ms !important; }
  .traversable-menu-sidebar ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }

html {
  font-size: 100%; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.6; }

p {
  margin: 0 0 15px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3; }

h1, .h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-size: 2.5rem;
  font-weight: 400; }
  @media (min-width: 900px) {
    h1, .h1 {
      font-size: 2.9375rem; } }

h2, .h2 {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    h2, .h2 {
      font-size: 2.375rem; } }

h3, .h3 {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    h3, .h3 {
      font-size: 1.875rem; } }

h4, .h4 {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 7px; }
  @media (min-width: 900px) {
    h4, .h4 {
      font-size: 1.6875rem; } }

h5, .h5 {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 5px; }
  @media (min-width: 900px) {
    h5, .h5 {
      font-size: 1.4375rem; } }

dl {
  margin: 10px 30px 20px 30px;
  padding: 0;
  font-style: normal; }

dt {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 25px 0 5px 10px;
  padding: 0; }
  @media (min-width: 900px) {
    dt {
      font-size: 2.375rem; } }

.title--headline-large {
  font-family: "Source Sans Pro", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-size: 2.5rem;
  font-size: 3.125rem;
  font-weight: 700; }
  @media (min-width: 900px) {
    .title--headline-large {
      font-size: 2.9375rem; } }

.title--headline-medium {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.875rem;
  font-weight: 700; }
  @media (min-width: 900px) {
    .title--headline-medium {
      font-size: 2.375rem; } }

.title--headline-medium-large-bordered {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #1E407C;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #1E407C;
  border-right: 1px solid #1E407C;
  margin-bottom: 40px;
  font-size: 2.5rem; }
  @media (min-width: 900px) {
    .title--headline-medium-large-bordered {
      font-size: 1.875rem; } }

.title--headline-small-medium {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 2.5rem; }
  @media (min-width: 900px) {
    .title--headline-small-medium {
      font-size: 1.875rem; } }

.title--headline-tiny-bold {
  font-display: swap;
  font-size: 0.875rem;
  font-weight: 700;
  color: #717171;
  text-transform: uppercase; }

.title--headline-arrow {
  text-transform: uppercase;
  color: #1E407C;
  padding-left: 20px;
  position: relative; }
  .title--headline-arrow:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #1E407C;
    border-right: 1px solid #1E407C;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.title--black-small {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 900px) {
    .title--black-small {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .title--black-small {
      font-size: 1.25rem; } }

.title--black-smaller {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 900px) {
    .title--black-smaller {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .title--black-smaller {
      font-size: 1.375rem; } }

.title--light-small {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 900px) {
    .title--light-small {
      font-size: 1.4375rem; } }

.title--normal-smaller {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (min-width: 900px) {
    .title--normal-smaller {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .title--normal-smaller {
      font-size: 1.25rem; } }

.text--caption {
  font-display: swap;
  font-size: 0.875rem; }

.text--summary {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (min-width: 900px) {
    .text--summary {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .text--summary {
      font-size: 1.25rem; } }

.paragraph--intro {
  font-size: 1.25rem; }

.paragraph--secondary {
  font-display: swap;
  font-size: 0.875rem; }

.paragraph--table-title {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.6875rem;
  line-height: 35px;
  color: #263B80;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-top: 2px solid #263B80; }
  @media (min-width: 900px) {
    .paragraph--table-title {
      padding-bottom: 0; } }

@media (min-width: 900px) {
  .paragraph--image-left, .paragraph--image-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px; } }

@media (min-width: 1100px) {
  .paragraph--image-left, .paragraph--image-right {
    margin: 0 -50px; } }

.paragraph--image-left img, .paragraph--image-right img {
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .paragraph--image-left img, .paragraph--image-right img {
      width: 33%;
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start; } }

@media (min-width: 900px) {
  .paragraph--image-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .paragraph--image-left img {
      margin-right: 20px; }
  .paragraph--image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .paragraph--image-right img {
      margin-left: 20px; } }

.quote__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (min-width: 900px) {
    .quote__title {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .quote__title {
      font-size: 1.25rem; } }
  @media (min-width: 600px) {
    .quote__title {
      font-family: "Roboto Slab", sans-serif;
      font-display: swap;
      line-height: 1.2;
      letter-spacing: 0.02rem;
      font-weight: 700;
      font-size: 1.5625rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-size: 2.375rem; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .quote__title {
      font-size: 1.875rem; } }

.paragraph-button-grid {
  display: block;
  position: relative;
  container-type: inline-size; }
  .paragraph-button-grid .paragraph-button-grid__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
    padding: 1rem 0; }

@container (min-width: 600px) {
  .paragraph-button-grid .paragraph-button-grid__inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem; } }

@container (min-width: 900px) {
  .paragraph-button-grid .paragraph-button-grid__inner {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
  .paragraph-component-group .paragraph-button-grid .paragraph-button-grid__inner {
    margin: 0;
    padding: 0; }
  .paragraph-button-grid .button-grid__button-link-item a {
    display: block;
    padding: 2rem 1rem;
    text-align: center;
    background-color: #0F254D;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none; }
    .paragraph-button-grid .button-grid__button-link-item a:hover {
      text-decoration: underline; }
    .paragraph-button-grid .button-grid__button-link-item a:focus {
      outline: 5px solid #fcd154;
      text-decoration: underline; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(2) a {
    background-color: #137EB1; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(3) a {
    background-color: #1E407C; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(4) a {
    background-color: #137EB1; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(5) a {
    background-color: #1E407C; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(6) a {
    background-color: #0F254D; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(7) a {
    background-color: #1E407C; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(8) a {
    background-color: #0F254D; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(9) a {
    background-color: #137EB1; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(10) a {
    background-color: #1E407C; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(11) a {
    background-color: #137EB1; }
  .paragraph-button-grid .button-grid__button-link-item__color-default-options:nth-child(12) a {
    background-color: #0F254D; }
  .paragraph-button-grid .button-grid__button-link-item__color--pughblue a {
    color: #001E44;
    background-color: #96BEE6; }
  .paragraph-button-grid .button-grid__button-link-item__color--creek a {
    color: #ffffff;
    background-color: #3EA39E; }
  .paragraph-button-grid .button-grid__button-link-item__color--limestone a {
    color: #001E44;
    background-color: #A2AAAD; }
  .paragraph-button-grid .button-grid__button-link-item__color--pennsky a {
    color: #ffffff;
    background-color: #009CDE; }
  .paragraph-button-grid .button-grid__button-link-item__color--beaverblue a {
    color: #ffffff;
    background-color: #1E407C; }
  .paragraph-button-grid .button-grid__button-link-item__color--nittanynavy a {
    color: #ffffff;
    background-color: #001E44; }
  .paragraph-button-grid .button-grid__button-link-item__color--actiongold a {
    color: #001E44;
    background-color: #FCD154; }
  .paragraph-button-grid .button-grid__button-link-item__color--slate a {
    color: #ffffff;
    background-color: #314D64; }

.pager-load-more {
  padding-top: 30px;
  text-align: center; }
  .pager-load-more ol, .pager-load-more ul, .pager-load-more li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

button {
  background: none;
  border: none; }
  button:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.button-wire--white-blue {
  color: #1E407C;
  background-color: #ffffff;
  border-color: #1E407C;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #1E407C;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  font-display: swap;
  font-size: 0.875rem;
  padding: 18px 60px; }
  .button-wire--white-blue:hover, .button-wire--white-blue:focus {
    color: #ffffff;
    background-color: #1E407C;
    border-color: #ffffff; }
  .button-wire--white-blue:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.button-wire--white-yellow {
  color: #1E407C;
  background-color: #ffffff;
  border-color: #fcd154;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fcd154;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  font-display: swap;
  font-size: 0.875rem;
  padding: 18px 60px; }
  .button-wire--white-yellow:hover, .button-wire--white-yellow:focus {
    color: #1E407C;
    background-color: #fcd154;
    border-color: #1E407C; }
  .button-wire--white-yellow:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.button-wire--bold {
  border-width: 2px;
  padding: 18px;
  font-weight: 700; }

.button-explore {
  color: #1E407C;
  text-decoration: none;
  padding: 18px;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .button-explore:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 1px;
    height: 70%;
    background-color: #C2C2C2; }
  .button-explore:focus, .button-explore:hover {
    background-color: #E4E4E4; }
  .button-explore:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .button-explore__title {
    margin-right: 12px;
    font-weight: 400;
    font-display: swap;
    font-size: 0.875rem; }
  .button-explore__arrow {
    width: 20px;
    height: 20px;
    position: relative; }
    .button-explore__arrow:before, .button-explore__arrow:after {
      content: '';
      position: absolute;
      left: 6px;
      width: 7px;
      height: 1px;
      background-color: #1E407C; }
    .button-explore__arrow:before {
      top: 6px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .button-explore__arrow:after {
      top: 10px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.button-accordion {
  cursor: pointer; }
  .button-accordion .icon-plus-circle__circle {
    stroke: #1E407C; }
  .button-accordion .icon-plus-circle__horizontal, .button-accordion .icon-plus-circle__vertical {
    fill: #1E407C; }
  .button-accordion.open .icon-plus-circle__horizontal {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .button-accordion.open .icon-plus-circle__vertical {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .button-accordion:hover .icon-plus-circle__circle, .button-accordion:focus .icon-plus-circle__circle {
    fill: #1E407C; }
  .button-accordion:hover .icon-plus-circle__horizontal, .button-accordion:hover .icon-plus-circle__vertical, .button-accordion:focus .icon-plus-circle__horizontal, .button-accordion:focus .icon-plus-circle__vertical {
    fill: #ffffff; }

.button--search {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0; }
  .button--search:hover, .button--search:focus {
    color: #0079C8; }
  .button--search:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .button--search__label {
    display: none; }
    @media (min-width: 900px) {
      .button--search__label {
        display: inline-block;
        vertical-align: middle; } }
  .button--search .icon-search__circle {
    stroke-dasharray: 50;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.4s 0.1s;
    transition: stroke-dashoffset 0.4s 0.1s; }
  .button--search .icon-search__line {
    stroke-dasharray: 10;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.2s 0.2s;
    transition: stroke-dashoffset 0.2s 0.2s; }
  .button--search .icon-x {
    position: absolute;
    top: 1px;
    left: 11px; }
    .button--search .icon-x__cross {
      width: 0%; }
  .button--search.active .icon-search__circle {
    stroke-dashoffset: 50;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .button--search.active .icon-search__line {
    stroke-dashoffset: 10;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .button--search.active .icon-x__cross {
    width: 21px;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }

.button--hamburger {
  color: #1E407C;
  position: relative;
  cursor: pointer;
  padding: 0; }
  .button--hamburger:hover, .button--hamburger:focus {
    color: #0079C8; }
  .button--hamburger:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .button--hamburger__boundary {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    position: relative;
    margin-bottom: 2px; }
  .button--hamburger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1E407C;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
  .button--hamburger__line1, .button--hamburger__line4 {
    -webkit-transition: width 0.2s 0.1s;
    transition: width 0.2s 0.1s; }
  .button--hamburger__line2, .button--hamburger__line3 {
    top: 6px;
    -webkit-transition: -webkit-transform 0.2s 0s;
    transition: -webkit-transform 0.2s 0s;
    transition: transform 0.2s 0s;
    transition: transform 0.2s 0s, -webkit-transform 0.2s 0s; }
  .button--hamburger__line1 {
    top: 0; }
  .button--hamburger__line4 {
    bottom: 0;
    right: 0;
    left: auto; }
  .button--hamburger.active .button--hamburger__line {
    background-color: #14729d; }
  .button--hamburger.active .button--hamburger__line1, .button--hamburger.active .button--hamburger__line4 {
    -webkit-transition: width 0.2s 0s;
    transition: width 0.2s 0s; }
  .button--hamburger.active .button--hamburger__line2, .button--hamburger.active .button--hamburger__line3 {
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    transition: -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s; }
  .button--hamburger.active .button--hamburger__line1 {
    width: 0; }
  .button--hamburger.active .button--hamburger__line2 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .button--hamburger.active .button--hamburger__line3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .button--hamburger.active .button--hamburger__line4 {
    width: 0; }

.icon-x {
  position: relative;
  width: 20px;
  height: 20px; }
  .icon-x__cross {
    position: absolute;
    bottom: 0;
    left: 4px;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #14729d;
    -webkit-transition: width 0.25s 0s;
    transition: width 0.25s 0s; }
  .icon-x__left {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    top: 15px; }
  .icon-x__right {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    top: -15px; }

label {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 6px; }
  @media (min-width: 900px) {
    label {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    label {
      font-size: 1.375rem; } }

input[type=text], input[type=tel], input[type=number], input[type=date], input[type=email], input[type=password], textarea {
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2D2E32;
  background: #ffffff;
  border-radius: 0;
  outline: 1px solid #717171;
  outline-offset: 0;
  border: none;
  -webkit-transition: outline 0.2s, border 0.2s;
  transition: outline 0.2s, border 0.2s;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 16px; }
  input[type=text]:hover, input[type=tel]:hover, input[type=number]:hover, input[type=date]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover {
    outline-color: #444444; }
  input[type=text]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
    outline-color: #1E407C; }
  input[type=text]:focus-visible, input[type=tel]:focus-visible, input[type=number]:focus-visible, input[type=date]:focus-visible, input[type=email]:focus-visible, input[type=password]:focus-visible, textarea:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset);
    outline-offset: 0; }

input[type=submit] {
  color: #ffffff;
  background-color: #14729d;
  border-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  font-display: swap;
  font-size: 0.875rem;
  padding: 18px 60px;
  -webkit-appearance: none;
  font-display: swap;
  font-size: 0.875rem; }
  input[type=submit]:hover, input[type=submit]:focus {
    color: #14729d;
    background-color: #ffffff;
    border-color: #14729d; }
  input[type=submit]:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

/* Radio & Checkbox styling */
input[type='radio'] + label {
  font-display: swap;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  padding: 1rem 1rem 1rem 3rem;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s; }

input[type='checkbox'] + label {
  font-display: swap;
  font-size: 0.875rem;
  color: #1E407C;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  padding: 13px 50px 13px 13px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  border: 1px solid #1E407C; }
  input[type='checkbox'] + label:after {
    left: auto;
    right: 10px; }
  input[type='checkbox'] + label:hover {
    background-color: #eeeeee; }

input[type='radio'] + label:before {
  content: '';
  margin-right: 0;
  position: absolute;
  left: 0.75rem;
  top: 1rem;
  border: 1px solid #717171;
  background: none;
  width: 24px;
  height: 24px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  background: #ffffff; }

input[type='checkbox'] + label:before {
  content: '';
  margin-right: 0;
  position: absolute;
  right: 1rem;
  border: 1px solid #1E407C;
  background: none;
  width: 24px;
  height: 24px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  background: #ffffff; }

input[type='checkbox'] + label:hover:before,
input[type='radio'] + label:hover:before {
  border: 1px solid #717171; }

.focus .iCheck-helper {
  border: 1px solid #2D2E32 !important; }

.icheckbox_square-blue {
  background-position: -24px 0; }

.icheckbox_square-blue.focus {
  outline: 2px solid var(--focus-visible-outline-color);
  outline-offset: var(--focus-visible-outline-offset); }

/* Checkbox styling */
input[type='checkbox'] + label:before {
  border-radius: 0; }

input[type='checkbox'] + label:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 7px;
  width: 22px;
  height: 22px;
  background: url("../../images/svg/checkmark.svg") no-repeat 0 0;
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

input[type="checkbox"]:checked + label {
  background: #1E407C;
  color: #ffffff; }
  input[type="checkbox"]:checked + label:before {
    background-color: #1E407C;
    border-color: #ffffff; }
  input[type="checkbox"]:checked + label:after {
    opacity: 1;
    background-image: url("../../images/svg/checkmark-white.svg"); }

/* Radio button styling */
.js-form-type-radio label {
  border: 1px solid #717171;
  border-radius: 1rem; }

.js-form-type-radio .form-radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

input[type='radio'] + label::before {
  border-radius: 100%; }

input[type='radio'] + label::after {
  content: '';
  margin-right: 0;
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  border-radius: 100%;
  padding: 2px;
  background: #1E407C;
  width: 1rem;
  height: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #263B80;
  border-color: #263B80; }
  input[type="radio"]:checked + label::after {
    opacity: 1; }

.js-form-type-checkbox > div:first-child + label {
  display: inline-block;
  margin-left: 5px; }

.select2-container.select2-container--default {
  min-width: 140px; }
  .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    display: none; }
  .select2-container.select2-container--default .select2-selection--single {
    font-display: swap;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #263B80;
    border-radius: 0;
    height: 56px; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 16px;
      height: 9px;
      background: url(../../images/svg/icon-chevron-down.svg) center;
      background-repeat: no-repeat;
      background-size: cover;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px; }
      .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .select2-container.select2-container--default .select2-dropdown {
    border: 1px solid #D8D8D8;
    border-radius: 0; }
  .select2-container.select2-container--default .select2-results li {
    font-display: swap;
    font-size: 1rem;
    font-weight: 400;
    color: #263B80;
    padding: 15px;
    border-bottom: 1px solid #D8D8D8; }
    .select2-container.select2-container--default .select2-results li:last-child {
      border: none;
      padding-bottom: 0; }
    .select2-container.select2-container--default .select2-results li[aria-selected="true"], .select2-container.select2-container--default .select2-results li.select2-results__option--highlighted {
      background: none;
      color: #263B80;
      text-decoration: underline; }

.select2-container.select2-container--focus .select2-selection--single {
  font-display: swap;
  font-size: 1rem;
  font-weight: 400;
  padding: 15px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #263B80;
  border-radius: 0; }

.news-list__exposed-form-stage .select2-container,
.staff-list__exposed-form-stage .select2-container {
  width: 100% !important; }

.selectboxit-container span {
  height: auto; }

.selectboxit-container .ui-dropdownchecklist {
  width: 100% !important;
  position: relative;
  overflow: hidden; }
  .selectboxit-container .ui-dropdownchecklist:after {
    content: '';
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto 0;
    background: url("../svg/icon-arrow-small-charcoal-down.svg") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 11px;
    border: none; }

.selectboxit-container .selectboxit {
  overflow: visible;
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2D2E32;
  background: #ffffff;
  border-radius: 0;
  outline: 1px solid #717171;
  outline-offset: 0;
  border: none;
  -webkit-transition: outline 0.2s, border 0.2s;
  transition: outline 0.2s, border 0.2s;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 11px 16px; }
  .selectboxit-container .selectboxit:hover {
    outline-color: #444444; }
  .selectboxit-container .selectboxit:focus {
    outline-color: #1E407C; }
  .selectboxit-container .selectboxit:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset);
    outline-offset: 0; }
  .selectboxit-container .selectboxit:focus {
    outline: 1px solid #1E407C; }

.selectboxit-container .selectboxit-text {
  float: none;
  max-width: none !important;
  padding-right: 30px; }

.selectboxit-container .selectboxit-arrow {
  width: 14px;
  height: 7px;
  background: url(../../images/svg/icon-chevron-down.svg) center;
  background-repeat: no-repeat;
  background-size: cover; }

.selectboxit-container .selectboxit-hover .selectboxit-text {
  border-color: #2D2E32; }

.selectboxit-container .selectboxit-options {
  border-radius: 0;
  border: 1px solid #D8D8D8;
  overflow: visible;
  padding: 5px 15px;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(113, 113, 113, 0.35);
          box-shadow: 0px 5px 15px -5px rgba(113, 113, 113, 0.35); }

.selectboxit-option:last-child .selectboxit-option-anchor {
  border-bottom: none; }

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: auto; }

.selectboxit-list .selectboxit-option-anchor {
  color: #1E407C;
  text-decoration: none;
  background: #ffffff;
  padding: 10px 17px;
  border-bottom: 1px solid #D8D8D8;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.selectboxit-btn.selectboxit-enabled:hover {
  background-color: #ffffff; }

.selectboxit-btn.selectboxit-enabled:focus {
  background-color: #ffffff; }

span.selectboxit-arrow-container {
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  padding: 0; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #0079C8;
  background: #ffffff; }

span.selectboxit-option-icon-container {
  display: none; }

.ui-dropdownchecklist-dropcontainer-wrapper {
  background-color: #ffffff; }
  .ui-dropdownchecklist-dropcontainer-wrapper .ui-dropdownchecklist-dropcontainer {
    padding: 6px 12px; }
  .ui-dropdownchecklist-dropcontainer-wrapper input[type='checkbox'] + label {
    color: #2D2E32; }
  .ui-dropdownchecklist-dropcontainer-wrapper input[type='checkbox'] + label:before, .ui-dropdownchecklist-dropcontainer-wrapper input[type='radio'] + label:before {
    top: 9px; }

.webform-submission-form {
  padding-bottom: 50px; }
  .webform-submission-form .webform-submission-form__row {
    margin-bottom: 30px; }
  .webform-submission-form input[type='checkbox'] + label {
    min-width: 200px; }
  .webform-submission-form .js-form-type-checkbox:last-child input[type='checkbox'] + label {
    margin: 0; }
  .webform-submission-form .js-form-type-radio:last-child input[type='radio'] + label {
    margin: 0; }

.ui-dialog .ui-dialog-titlebar {
  font-size: 1.625rem;
  line-height: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #263B80;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  position: static;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    .ui-dialog .ui-dialog-titlebar {
      font-size: 2.25rem;
      line-height: 43px; } }

.ui-dialog .ui-dialog-title {
  text-overflow: clip;
  white-space: normal; }

.ui-dialog .ui-dialog-content {
  padding: 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border: none;
  background-color: #fcd154;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    background-color: #ffe986; }
  .ui-dialog .ui-dialog-titlebar-close:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .ui-dialog .ui-dialog-titlebar-close .ui-button-icon, .ui-dialog .ui-dialog-titlebar-close .ui-button-icon-space {
    position: absolute;
    bottom: 0;
    left: 12px;
    margin: auto;
    width: 22px;
    height: 1px;
    background-color: #2D2E32;
    -webkit-transition: width 0.25s 0s;
    transition: width 0.25s 0s; }
  .ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    top: 15px; }
  .ui-dialog .ui-dialog-titlebar-close .ui-button-icon-space {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    top: -15px; }

.webform-confirmation-modal {
  background: #fcd154;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px; }
  .webform-confirmation-modal.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0; }

.ui-widget-overlay {
  opacity: 0.9;
  background-color: #ffffff; }

.webform-progress-tracker {
  padding: 0;
  list-style-type: none; }

.webform-progress-tracker .progress-step {
  border-left: 0.4rem solid #a6a6a6;
  padding: 0.5rem 0.75rem; }

.webform-progress-tracker .progress-step.is-active {
  border-color: #137EB1; }

.webform-progress-tracker .progress-step .progress-text {
  display: block;
  padding: 0;
  color: #2D2E32; }

:root {
  --grid-spacing: 2.5rem; }

.grid {
  width: 100%;
  padding-inline: 2rem; }
  .grid {
    padding-top: calc(2rem * 1.6); }
  @media (min-width: 900px) {
    .grid {
      padding-top: calc(2rem * $multiplier); } }
  .grid {
    padding-bottom: calc(2rem * 1.6); }
  @media (min-width: 900px) {
    .grid {
      padding-bottom: calc(2rem * $multiplier); } }
  @media (min-width: 900px) {
    .grid {
      padding-inline: 4rem; } }

@container (min-width: 900px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
  .grid[data-grid-spacing='no-spacing'] {
    --grid-spacing: 0rem; }
  .grid[data-grid-spacing='half-spacing'] {
    --grid-spacing: 1.5rem; }
  .grid[data-grid-spacing='one-spacing'] {
    --grid-spacing: 2.5rem; }
  .grid[data-grid-spacing='two-spacing'] {
    --grid-spacing: 3rem; }

@container (min-width: 900px) {
  .grid[data-grid-spacing='two-spacing'] {
    --grid-spacing: 4rem; } }
  .grid[data-grid-spacing='three-spacing'] {
    --grid-spacing: 4rem; }

@container (min-width: 900px) {
  .grid[data-grid-spacing='three-spacing'] {
    --grid-spacing: 6rem; } }
  .grid > .grid {
    padding: 0;
    margin: 0;
    border: 0; }
  .grid > .grid__intro:not(:empty) {
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: calc(var(--grid-spacing) / 2); }
    .grid > .grid__intro:not(:empty) > * {
      max-width: 120ch; }

.grid__intro > *:first-child {
  margin-top: 0; }

.grid__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  container-type: inline-size;
  gap: var(--grid-spacing); }
  [data-grid-columns='1'] > .grid__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }

@container (max-width: 599px) {
  [data-grid-columns='1'] > .grid__inner {
    gap: calc(var(--grid-spacing) / 2); } }
  [data-grid-width='max'] > .grid__inner {
    max-width: 1280px;
    margin: 0 auto; }
  [data-grid-width='full'] > .grid__inner {
    width: 100%; }
  [data-component-alignment='center'] .grid__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid__inner:not(:first-child) {
    margin-top: 3rem; }
  .grid__inner > form,
  .grid__inner > .exposed-filters {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .grid__inner .component-block + .component-block {
    margin: 0; }

.grid__inner > * {
  position: relative;
  margin: 0; }
  [data-grid-columns='1'] > .grid__inner > * {
    width: 100%; }
    [data-grid-columns='1'] > .grid__inner > *:has(+ :empty) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@container (min-width: 600px) {
  [data-grid-columns='1'] > .grid__inner > * {
    width: calc(50% - calc(var(--grid-spacing) / 2)); }
    [data-grid-columns='1'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  [data-grid-columns='1'] > .grid__inner > * {
    width: calc( 100% - calc(var(--grid-spacing) * 0)); }
    [data-grid-columns='1'] > .grid__inner > *:nth-child(1n + 1) {
      padding-left: 0; }
    [data-grid-columns='1'] > .grid__inner > *:nth-child(1n + 1) {
      padding-right: 0; }
    [data-grid-columns='1'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  .grid--half-spacing[data-grid-columns='1'] > .grid__inner > * {
    width: calc( 100% - calc(var(--grid-spacing) * calc(0 / 2))); }
    .grid--half-spacing[data-grid-columns='1'] > .grid__inner > *:nth-child(1n + 1) {
      padding-left: 0; }
    .grid--half-spacing[data-grid-columns='1'] > .grid__inner > *:nth-child(1n + 1) {
      padding-right: 0; } }
  [data-grid-columns='2'] > .grid__inner > * {
    width: 100%; }
    [data-grid-columns='2'] > .grid__inner > *:has(+ :empty) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@container (min-width: 600px) {
  [data-grid-columns='2'] > .grid__inner > * {
    width: calc(50% - calc(var(--grid-spacing) / 2)); }
    [data-grid-columns='2'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  [data-grid-columns='2'] > .grid__inner > * {
    width: calc( 50% - calc(var(--grid-spacing) * 0.5)); }
    [data-grid-columns='2'] > .grid__inner > *:nth-child(2n + 1) {
      padding-left: 0; }
    [data-grid-columns='2'] > .grid__inner > *:nth-child(2n + 2) {
      padding-right: 0; }
    [data-grid-columns='2'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  .grid--half-spacing[data-grid-columns='2'] > .grid__inner > * {
    width: calc( 50% - calc(var(--grid-spacing) * calc(0.5 / 2))); }
    .grid--half-spacing[data-grid-columns='2'] > .grid__inner > *:nth-child(2n + 1) {
      padding-left: 0; }
    .grid--half-spacing[data-grid-columns='2'] > .grid__inner > *:nth-child(2n + 2) {
      padding-right: 0; } }
  [data-grid-columns='3'] > .grid__inner > * {
    width: 100%; }
    [data-grid-columns='3'] > .grid__inner > *:has(+ :empty) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@container (min-width: 600px) {
  [data-grid-columns='3'] > .grid__inner > * {
    width: calc(50% - calc(var(--grid-spacing) / 2)); }
    [data-grid-columns='3'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  [data-grid-columns='3'] > .grid__inner > * {
    width: calc( 33.33% - calc(var(--grid-spacing) * 0.6667)); }
    [data-grid-columns='3'] > .grid__inner > *:nth-child(3n + 1) {
      padding-left: 0; }
    [data-grid-columns='3'] > .grid__inner > *:nth-child(3n + 3) {
      padding-right: 0; }
    [data-grid-columns='3'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  .grid--half-spacing[data-grid-columns='3'] > .grid__inner > * {
    width: calc( 33.33% - calc(var(--grid-spacing) * calc(0.6667 / 2))); }
    .grid--half-spacing[data-grid-columns='3'] > .grid__inner > *:nth-child(3n + 1) {
      padding-left: 0; }
    .grid--half-spacing[data-grid-columns='3'] > .grid__inner > *:nth-child(3n + 3) {
      padding-right: 0; } }
  [data-grid-columns='4'] > .grid__inner > * {
    width: 100%; }
    [data-grid-columns='4'] > .grid__inner > *:has(+ :empty) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@container (min-width: 600px) {
  [data-grid-columns='4'] > .grid__inner > * {
    width: calc(50% - calc(var(--grid-spacing) / 2)); }
    [data-grid-columns='4'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  [data-grid-columns='4'] > .grid__inner > * {
    width: calc( 25% - calc(var(--grid-spacing) * 0.75)); }
    [data-grid-columns='4'] > .grid__inner > *:nth-child(4n + 1) {
      padding-left: 0; }
    [data-grid-columns='4'] > .grid__inner > *:nth-child(4n + 4) {
      padding-right: 0; }
    [data-grid-columns='4'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  .grid--half-spacing[data-grid-columns='4'] > .grid__inner > * {
    width: calc( 25% - calc(var(--grid-spacing) * calc(0.75 / 2))); }
    .grid--half-spacing[data-grid-columns='4'] > .grid__inner > *:nth-child(4n + 1) {
      padding-left: 0; }
    .grid--half-spacing[data-grid-columns='4'] > .grid__inner > *:nth-child(4n + 4) {
      padding-right: 0; } }
  [data-grid-columns='5'] > .grid__inner > * {
    width: 100%; }
    [data-grid-columns='5'] > .grid__inner > *:has(+ :empty) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@container (min-width: 600px) {
  [data-grid-columns='5'] > .grid__inner > * {
    width: calc(50% - calc(var(--grid-spacing) / 2)); }
    [data-grid-columns='5'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  [data-grid-columns='5'] > .grid__inner > * {
    width: calc( 20% - calc(var(--grid-spacing) * 0.8)); }
    [data-grid-columns='5'] > .grid__inner > *:nth-child(5n + 1) {
      padding-left: 0; }
    [data-grid-columns='5'] > .grid__inner > *:nth-child(5n + 5) {
      padding-right: 0; }
    [data-grid-columns='5'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  .grid--half-spacing[data-grid-columns='5'] > .grid__inner > * {
    width: calc( 20% - calc(var(--grid-spacing) * calc(0.8 / 2))); }
    .grid--half-spacing[data-grid-columns='5'] > .grid__inner > *:nth-child(5n + 1) {
      padding-left: 0; }
    .grid--half-spacing[data-grid-columns='5'] > .grid__inner > *:nth-child(5n + 5) {
      padding-right: 0; } }
  [data-grid-columns='6'] > .grid__inner > * {
    width: 100%; }
    [data-grid-columns='6'] > .grid__inner > *:has(+ :empty) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

@container (min-width: 600px) {
  [data-grid-columns='6'] > .grid__inner > * {
    width: calc(50% - calc(var(--grid-spacing) / 2)); }
    [data-grid-columns='6'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  [data-grid-columns='6'] > .grid__inner > * {
    width: calc( 16.66% - calc(var(--grid-spacing) * 0.8334)); }
    [data-grid-columns='6'] > .grid__inner > *:nth-child(6n + 1) {
      padding-left: 0; }
    [data-grid-columns='6'] > .grid__inner > *:nth-child(6n + 6) {
      padding-right: 0; }
    [data-grid-columns='6'] > .grid__inner > *:only-child {
      width: 100%; } }

@container (min-width: 900px) {
  .grid--half-spacing[data-grid-columns='6'] > .grid__inner > * {
    width: calc( 16.66% - calc(var(--grid-spacing) * calc(0.8334 / 2))); }
    .grid--half-spacing[data-grid-columns='6'] > .grid__inner > *:nth-child(6n + 1) {
      padding-left: 0; }
    .grid--half-spacing[data-grid-columns='6'] > .grid__inner > *:nth-child(6n + 6) {
      padding-right: 0; } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='2'][data-grid-column-focus='1'] > .grid__inner > *:nth-child(2n + 1) {
    width: calc( 70% - calc(var(--grid-spacing) / 2)); }
  [data-grid-type='focus'][data-grid-columns='2'][data-grid-column-focus='1'] > .grid__inner > *:not(:nth-child(2n + 1)) {
    width: calc( 30% - calc(var(--grid-spacing) / 2)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='2'][data-grid-column-focus='2'] > .grid__inner > *:nth-child(2n + 2) {
    width: calc( 70% - var(--grid-spacing)); }
  [data-grid-type='focus'][data-grid-columns='2'][data-grid-column-focus='2'] > .grid__inner > *:not(:nth-child(2n + 2)) {
    width: calc( 30% - var(--grid-spacing)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='3'][data-grid-column-focus='1'] > .grid__inner > *:nth-child(3n + 1) {
    width: 50%; }
  [data-grid-type='focus'][data-grid-columns='3'][data-grid-column-focus='1'] > .grid__inner > *:not(:nth-child(3n + 1)) {
    width: calc( 25% - var(--grid-spacing)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='3'][data-grid-column-focus='2'] > .grid__inner > *:nth-child(3n + 2) {
    width: 50%; }
  [data-grid-type='focus'][data-grid-columns='3'][data-grid-column-focus='2'] > .grid__inner > *:not(:nth-child(3n + 2)) {
    width: calc( 25% - var(--grid-spacing)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='3'][data-grid-column-focus='3'] > .grid__inner > *:nth-child(3n + 3) {
    width: 50%; }
  [data-grid-type='focus'][data-grid-columns='3'][data-grid-column-focus='3'] > .grid__inner > *:not(:nth-child(3n + 3)) {
    width: calc( 25% - var(--grid-spacing)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='1'] > .grid__inner > *:nth-child(4n + 1) {
    width: calc( 40% - var(--grid-spacing)); }
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='1'] > .grid__inner > *:not(:nth-child(4n + 1)) {
    width: calc( 20% - var(--grid-spacing)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='2'] > .grid__inner > *:nth-child(4n + 2) {
    width: calc( 40% - var(--grid-spacing)); }
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='2'] > .grid__inner > *:not(:nth-child(4n + 2)) {
    width: calc( 20% - var(--grid-spacing)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='3'] > .grid__inner > *:nth-child(4n + 3) {
    width: calc( 40% - var(--grid-spacing)); }
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='3'] > .grid__inner > *:not(:nth-child(4n + 3)) {
    width: calc( 20% - var(--grid-spacing)); } }

@container (min-width: 900px) {
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='4'] > .grid__inner > *:nth-child(4n + 4) {
    width: calc( 40% - var(--grid-spacing)); }
  [data-grid-type='focus'][data-grid-columns='4'][data-grid-column-focus='4'] > .grid__inner > *:not(:nth-child(4n + 4)) {
    width: calc( 20% - var(--grid-spacing)); } }
  [data-grid-columns='1'] > .grid__inner > *:not(:empty) {
    width: 100%; }
  [data-grid-columns='1'][data-grid-spacing='two-spacing'] > .grid__inner > *:not(:first-child) {
    padding-top: calc(var(--grid-spacing) * 0.5); }

.page-node-type-landing-page .paragraph-text-block,
.page-node-type-landing-page .program-options,
.page-node-type-landing-page .paragraph-button-grid,
.page-node-type-landing-page .call-to-action,
.page-node-type-landing-page .image-card {
  max-width: calc(1280px + 2rem);
  margin: 0 auto; }

.page-node-type-landing-page .program-options,
.page-node-type-landing-page .paragraph-button-grid,
.page-node-type-landing-page .paragraph-text-block,
.page-node-type-landing-page .call-to-action {
  padding: 0 1rem; }

.page-node-type-landing-page .image-card--right-align, .page-node-type-landing-page .image-card--left-align, .page-node-type-landing-page .image-card--below {
  padding: 0 1rem; }

.layout-full-width {
  background-color: #ffffff;
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .layout-full-width {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      top: -107px; } }
  .layout-full-width__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px; }
    @media (min-width: 900px) {
      .layout-full-width__main {
        padding: 45px 200px 100px; } }
  .layout-full-width__sidebar {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px; }
    @media (min-width: 900px) {
      .layout-full-width__sidebar {
        width: 280px;
        padding-top: 45px;
        padding-right: 55px;
        padding-left: 35px; } }
    @media (min-width: 1100px) {
      .layout-full-width__sidebar {
        width: 375px;
        padding-right: 105px; } }
    .layout-full-width__sidebar .menu--accordion {
      display: none; }
      @media (min-width: 900px) {
        .layout-full-width__sidebar .menu--accordion {
          display: block; } }
  .layout-full-width__wide {
    width: 100%; }

.layout-inside-page__stage {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffffff; }
  @media (min-width: 900px) {
    .layout-inside-page__stage {
      position: relative;
      top: -107px; } }

@media (min-width: 900px) {
  .layout-inside-page__boundary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.layout-inside-page__feature-image--column {
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .layout-inside-page__feature-image--column {
      margin-bottom: 45px; } }

.layout-inside-page__feature-image img {
  max-width: none;
  width: 100%; }

.layout-inside-page__feature-image .caption {
  padding-left: 16px;
  padding-right: 16px;
  color: #1E407C;
  font-size: 0.85rem; }
  @media (min-width: 900px) {
    .layout-inside-page__feature-image .caption {
      padding-left: 55px;
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .layout-inside-page__feature-image .caption {
      padding-left: 105px;
      padding-right: 105px; } }

.layout-inside-page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 60px; }
  .layout-inside-page__main--no-column-banner-image {
    padding-top: 20px; }
    @media (min-width: 900px) {
      .layout-inside-page__main--no-column-banner-image {
        padding-top: 45px; } }
  @media (min-width: 900px) {
    .layout-inside-page__main {
      padding-bottom: 100px;
      border-right: 1px solid #C1BFBF; } }
  .layout-inside-page__main--full-width {
    border-right: none; }
  .layout-inside-page__main a {
    color: #14729d;
    text-decoration: none; }
    .layout-inside-page__main a:hover {
      text-decoration: underline; }

@media (min-width: 600px) {
  .layout-inside-page__sidebar-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 900px) {
  .layout-inside-page__sidebar-stage {
    display: block; } }

@media (min-width: 900px) {
  .layout-inside-page__sidebar {
    width: 280px;
    padding-top: 45px;
    padding-right: 55px;
    padding-left: 35px; } }

@media (min-width: 1100px) {
  .layout-inside-page__sidebar {
    width: 375px;
    padding-right: 105px; } }

.layout-inside-page__sidebar .menu--accordion {
  display: none; }
  @media (min-width: 900px) {
    .layout-inside-page__sidebar .menu--accordion {
      display: block; } }

ol.multicolumn,
ul.multicolumn {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  list-style-position: inside; }
  @media (min-width: 900px) {
    ol.multicolumn,
    ul.multicolumn {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-width: 50%;
         -moz-column-width: 50%;
              column-width: 50%; } }

.program-landing-page {
  margin: 0 auto; }
  .program-landing-page .component-block {
    max-width: 1280px;
    margin-inline: auto; }
  .program-landing-page .paragraph-text-block,
  .program-landing-page .program-options,
  .program-landing-page .paragraph-button-grid,
  .program-landing-page .image-card {
    max-width: 1120px;
    margin-inline: auto; }
    @media (min-width: 1300px) {
      .program-landing-page .paragraph-text-block,
      .program-landing-page .program-options,
      .program-landing-page .paragraph-button-grid,
      .program-landing-page .image-card {
        padding-left: 0;
        padding-right: 0; } }
  .program-landing-page > article > div:not([class]) > .paragraph-component-group:has([data-grid-width='full']) {
    max-width: none; }
  .program-landing-page .call-to-action {
    margin-left: auto;
    margin-right: auto;
    max-width: 1155px;
    padding: 0 1rem; }

table {
  border-spacing: 0;
  width: 100%;
  margin-bottom: 16px; }

th {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #263B80;
  padding: 15px;
  text-align: left;
  display: none; }
  @media (min-width: 900px) {
    th {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    th {
      font-size: 1.125rem; } }
  @media (min-width: 900px) {
    th {
      display: table-cell; } }

td {
  line-height: 24px;
  padding: 15px;
  display: block; }
  @media (min-width: 900px) {
    td {
      display: table-cell; } }
  td:before {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.125rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #263B80;
    content: attr(data-th);
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase; }
    @media (min-width: 900px) {
      td:before {
        font-size: 1.4375rem; } }
    @media (min-width: 900px) {
      td:before {
        font-size: 1.125rem; } }
    @media (min-width: 900px) {
      td:before {
        display: none; } }

tr:nth-child(odd) {
  background-color: #eeeeee; }

thead tr:nth-child(odd) {
  background-color: transparent; }

.cke_editable th, .cke_editable td {
  display: table-cell !important; }

.accordion__item {
  margin: 0; }
  .accordion__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.25); }
    [data-component-theme='dark'] .accordion__item:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .accordion__item__heading {
    margin: 0; }
    .accordion__item__heading a,
    .accordion__item__heading .accordion__item__trigger {
      font-family: "Roboto Slab", sans-serif;
      font-display: swap;
      line-height: 1.2;
      letter-spacing: 0.02rem;
      font-weight: 700;
      font-size: 1.125rem;
      font-size: 1.125rem;
      font-weight: 600;
      color: #14729d;
      text-decoration: none;
      padding: 0.75rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      background: transparent;
      width: 100%;
      text-align: left;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: background 0.2s;
      transition: background 0.2s; }
      @media (min-width: 900px) {
        .accordion__item__heading a,
        .accordion__item__heading .accordion__item__trigger {
          font-size: 1.4375rem; } }
      @media (min-width: 900px) {
        .accordion__item__heading a,
        .accordion__item__heading .accordion__item__trigger {
          font-size: 1.25rem; } }
      .accordion__item__heading a:hover,
      .accordion__item__heading .accordion__item__trigger:hover {
        background-color: #eeeeee; }
      [data-component-theme='dark'] .accordion__item__heading a, [data-component-theme='dark']
      .accordion__item__heading .accordion__item__trigger {
        color: #bed9f0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
        [data-component-theme='dark'] .accordion__item__heading a:hover, [data-component-theme='dark']
        .accordion__item__heading .accordion__item__trigger:hover {
          background-color: rgba(0, 0, 0, 0.33); }
        [data-component-theme='dark'] .accordion__item__heading a [class*='icon-plus-circle'], [data-component-theme='dark']
        .accordion__item__heading .accordion__item__trigger [class*='icon-plus-circle'] {
          fill: #96BEE6; }
      .accordion__item__heading a .icon-plus-circle,
      .accordion__item__heading .accordion__item__trigger .icon-plus-circle {
        margin-left: 0.5rem; }
        .accordion__item__heading a .icon-plus-circle__circle,
        .accordion__item__heading .accordion__item__trigger .icon-plus-circle__circle {
          display: none; }
  .accordion__item__content {
    overflow: hidden;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    margin: 0;
    position: relative; }
    .accordion__item__content:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 1px;
      background-color: #C2C2C2; }
  .accordion__item__content-boundary {
    font-display: swap;
    padding: 28px 10px 18px; }
    @media (min-width: 900px) {
      .accordion__item__content-boundary {
        padding: 28px 16px 18px; } }
  .accordion__item.expanded .accordion__item__heading a,
  .accordion__item.expanded .accordion__item__heading .accordion__item__trigger {
    background-color: #14729d;
    color: #ffffff; }
  .accordion__item.expanded .icon-plus-circle__horizontal, .accordion__item.expanded .icon-plus-circle__vertical {
    fill: #ffffff; }
  .accordion__item.expanded .icon-plus-circle__horizontal {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .accordion__item.expanded .icon-plus-circle__vertical {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .accordion__item dt {
    margin: 0; }

.alert__stage {
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fcd154; }
  @media (min-width: 900px) {
    .alert__stage {
      padding-left: 30px;
      padding-right: 30px; } }
  .alert__stage.hide {
    display: none; }

.alert__boundary {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px 20px 60px;
  background: url("../svg/icon-alert.svg") no-repeat left center;
  position: relative; }
  .alert__boundary p {
    margin: 0; }

.alert__button-close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
  background-color: #fcd154;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .alert__button-close:hover, .alert__button-close:focus {
    background-color: #ffe986; }
  .alert__button-close:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .alert__button-close .icon-x__cross {
    background-color: #2D2E32; }

.breadcrumbs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  margin-left: -0.5rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  display: none;
  position: absolute;
  min-width: 100%; }
  @media (max-width: 900px) {
    .breadcrumbs {
      margin-bottom: 1rem; } }
  [data-breadcrumbs-overflow='expanded'] .breadcrumbs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible;
    position: relative; }
  .breadcrumbs__menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; }
    .breadcrumbs__menu::-webkit-scrollbar {
      display: none; }
  .breadcrumbs__item {
    display: inline-block;
    color: #ffffff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0.25rem 2rem 0.25rem 0;
    position: relative; }
    .breadcrumbs__item:first-child {
      padding-left: 0; }
    .breadcrumbs__item:last-child {
      padding-right: 0;
      margin-right: 3rem;
      border: none; }
    .breadcrumbs__item:after {
      content: "";
      display: inline-block;
      padding: 5px;
      margin-right: 8px;
      -webkit-box-shadow: 2px -2px 0 0 #96BEE6 inset;
              box-shadow: 2px -2px 0 0 #96BEE6 inset;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
      position: absolute;
      right: 0.33rem;
      top: calc(50% - 4px); }
    .breadcrumbs__item:last-child:after {
      content: unset; }
  .breadcrumbs__link {
    display: inline-block;
    line-height: 1.2;
    color: #ffffff; }

.breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1; }

.breadcrumbs__menu-list-wrapper {
  display: block;
  max-width: 100%; }

.breadcrumbs__menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row; }

.breadcrumbs__scroll {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 3.75rem;
  padding: 0 0.75rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }
  .breadcrumbs__scroll--left {
    left: -0.25rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, #091F40), to(transparent));
    background: linear-gradient(90deg, #091F40 75%, transparent 100%);
    border-radius: 2rem 0 0 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-shadow: -6px 0px 8px rgba(0, 0, 0, 0.35);
            box-shadow: -6px 0px 8px rgba(0, 0, 0, 0.35); }
    [data-breadcrumbs-overflow='expanded'] [data-scroll-indicator='left'] .breadcrumbs__scroll--left,
    [data-breadcrumbs-overflow='expanded'] [data-scroll-indicator='both'] .breadcrumbs__scroll--left {
      opacity: 1;
      visibility: visible; }
    [data-scroll-indicator='right'] .breadcrumbs__scroll--left {
      -webkit-animation: fade-out;
              animation: fade-out;
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  99% {
    visibility: visible; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  99% {
    visibility: visible; }
  100% {
    visibility: hidden;
    opacity: 0; } }
  .breadcrumbs__scroll--right {
    right: -0.25rem;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #091F40));
    background: linear-gradient(90deg, transparent 0%, #091F40 25%);
    border-radius: 0 2rem 2rem 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-shadow: 6px 0px 8px rgba(0, 0, 0, 0.35);
            box-shadow: 6px 0px 8px rgba(0, 0, 0, 0.35); }
    [data-breadcrumbs-overflow='expanded'] [data-scroll-indicator='right'] .breadcrumbs__scroll--right,
    [data-breadcrumbs-overflow='expanded'] [data-scroll-indicator='both'] .breadcrumbs__scroll--right {
      opacity: 1;
      visibility: visible; }
    [data-scroll-indicator='left'] .breadcrumbs__scroll--right {
      -webkit-animation: fade-out;
              animation: fade-out;
      -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  99% {
    visibility: visible; }
  100% {
    visibility: hidden;
    opacity: 0; } }
  .breadcrumbs__scroll .scroll__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .breadcrumbs__scroll svg {
    fill: #ffffff; }

.breadcrumbs__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: wrap;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #96BEE6;
  padding: 0.9rem 1.85rem 0.95rem 3.25rem;
  text-decoration: underline;
  text-align: left;
  line-height: 1.5; }
  .breadcrumbs__toggle:not(:last-child) {
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url("/themes/custom/psuhhd/images/svg/chevron-thin-left.svg");
    background-position: 0.75rem 52%; }
  @media (max-width: 900px) {
    .breadcrumbs__toggle {
      margin-bottom: 1rem; } }
  @media (min-width: 1100px) {
    .breadcrumbs__toggle {
      margin-left: -0.75rem;
      margin-bottom: 0; } }
  [data-breadcrumbs-overflow='expanded'] .breadcrumbs__toggle {
    display: none; }

.caption__name {
  font-weight: 700;
  text-transform: uppercase; }

.date-wire {
  font-display: swap;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 10px;
  min-width: 102px;
  display: inline-block; }

.event-item-large__stage {
  border: 1px solid #1E407C;
  padding: 15px;
  margin-bottom: 12px; }
  .event-item-large__stage .accordion__item {
    border: none; }
    .event-item-large__stage .accordion__item__heading {
      border-top: 1px solid #C2C2C2; }
      .event-item-large__stage .accordion__item__heading a,
      .event-item-large__stage .accordion__item__heading .accordion__item__trigger {
        border: none;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 15px 0; }
      .event-item-large__stage .accordion__item__heading .icon-plus-circle {
        margin-left: 10px; }
    .event-item-large__stage .accordion__item.expanded .accordion__item__heading a,
    .event-item-large__stage .accordion__item.expanded .accordion__item__heading .accordion__item__trigger {
      background-color: transparent;
      color: #1E407C; }
    .event-item-large__stage .accordion__item .icon-plus-circle__circle {
      fill: #ffffff;
      stroke: #1E407C; }
    .event-item-large__stage .accordion__item .icon-plus-circle__horizontal, .event-item-large__stage .accordion__item .icon-plus-circle__vertical {
      fill: #1E407C; }

.event-item-large__date-wire {
  margin-bottom: 15px;
  display: block; }
  @media (min-width: 900px) {
    .event-item-large__date-wire {
      margin-right: 20px; } }

@media (min-width: 900px) {
  .event-item-large__static__row-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 900px) {
  .event-item-large__static__row-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.event-item-large__static__info-main {
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 30px; }

.event-item-large__static__title {
  display: block;
  text-decoration: none; }

.event-item-large__static__share-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .event-item-large__static__share-group {
      margin-right: 20px; }
      .event-item-large__static__share-group:last-child {
        margin-right: 0; } }

.event-item-large__static__share-group-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-right: 15px; }

.event-item-large__static__share-group-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .event-item-large__static__share-group-link .icon-plus-bold {
    margin-left: 10px; }

.event-item-large__accordion-content__stage {
  border-top: 1px solid #C2C2C2;
  padding-top: 15px;
  padding-bottom: 10px; }

.event-item-large__accordion-content__label {
  font-weight: 700;
  display: inline; }

.event-item-large__accordion-content__text {
  display: inline; }

.event-item-large__accordion-content__item {
  margin-bottom: 10px; }

.event-item__stage {
  position: relative;
  margin-bottom: 16px;
  padding: 18px;
  border: 2px solid #fcd154;
  text-decoration: none; }
  @media (min-width: 900px) {
    .event-item__stage {
      display: block; } }

.event-item__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: #1E407C;
  text-decoration: none;
  display: block; }
  @media (min-width: 900px) {
    .event-item__title {
      font-size: 1.4375rem; } }

.event-item__description {
  margin-bottom: 42px; }

.event-item__links {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fcd154; }
  @media (min-width: 900px) {
    .event-item__links {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .event-item__links {
      font-size: 1.25rem; } }
  .event-item__links a {
    text-decoration: none;
    color: #14729d; }

.event-item__share-link, .event-item__calendar-link {
  position: relative;
  padding-right: 35px;
  color: #14729d;
  cursor: pointer; }
  .event-item__share-link:after, .event-item__calendar-link:after {
    content: '';
    position: absolute;
    display: block;
    background-size: contain;
    right: 0; }

.event-item__share-link:after {
  width: 25px;
  height: 20px;
  bottom: 2px;
  background: url(../../images/svg/icon-share.svg) no-repeat; }

.event-item__calendar-link:after {
  width: 24px;
  height: 24px;
  bottom: 0;
  background: url(../../images/svg/icon-plus.svg) no-repeat; }

.event-item__divider {
  display: inline-block;
  background-color: #fcd154;
  height: 26px;
  width: 2px;
  margin-left: 17px;
  margin-right: 17px;
  position: relative;
  top: 5px; }

.event-item__modal__stage {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s; }

.event-item__modal__boundary {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white; }
  @media (min-width: 900px) {
    .event-item__modal__boundary {
      top: 50%;
      left: 50%;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 24rem; } }

.event-item__modal__heading {
  border-top: 3px solid #fcd154;
  padding: 16px 20px;
  background-color: #ffffff; }

.event-item__modal__label {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.6875rem;
  line-height: 35px;
  color: #1E407C; }

.event-item__modal__close-button {
  position: absolute;
  right: 21px;
  top: 26px;
  cursor: pointer; }

.event-item__modal__content {
  padding: 16px 20px;
  color: #ffffff;
  background-color: #1E407C; }
  .event-item__modal__content input {
    margin: 16px 0 20px; }

.event-item__modal__icons {
  margin: 16px 0 0; }

.event-item__modal__icon {
  margin-right: 16px; }
  .event-item__modal__icon:last-child {
    margin-right: 0; }
  .event-item__modal__icon img {
    display: inline-block; }

.event-item__modal.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s; }

.event-item .date-wire {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #263B80;
  color: #ffffff; }
  @media (min-width: 900px) {
    .event-item .date-wire {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .event-item .date-wire {
      font-size: 1.25rem; } }
  @media (min-width: 900px) {
    .event-item .date-wire {
      margin-right: 0; } }
  .event-item .date-wire__days {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.125rem;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1; }
    @media (min-width: 900px) {
      .event-item .date-wire__days {
        font-size: 1.4375rem; } }
    @media (min-width: 900px) {
      .event-item .date-wire__days {
        font-size: 1.625rem; } }
  .event-item .date-wire__month, .event-item .date-wire__year {
    line-height: 1.44; }

.event-items__slideshow .event-item__stage,
.event-items-related__slideshow .event-item__stage {
  width: 100%; }
  @media (min-width: 900px) {
    .event-items__slideshow .event-item__stage,
    .event-items-related__slideshow .event-item__stage {
      margin-right: 20px;
      padding-right: 20px; }
      .event-items__slideshow .event-item__stage:last-child,
      .event-items-related__slideshow .event-item__stage:last-child {
        margin-right: 0; } }

.facebook-item__stage {
  display: none;
  text-decoration: none;
  width: 100%;
  /* &:hover {
      color: $blue-dark1;
      text-decoration: none;

      .facebook-item__boundary {
        background-color: $white;
      }

      .icon-facebook {
        path {
          fill: $blue-dark1;
        }
      }
    } */ }
  .facebook-item__stage:first-child {
    display: block; }
  @media (min-width: 900px) {
    .facebook-item__stage {
      display: block;
      margin-right: 23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .facebook-item__stage:last-child {
        margin-right: 0; } }

.facebook-item__boundary {
  background-color: #ffffff;
  padding: 18px 15px 15px;
  border-top: 3px solid #fcd154;
  width: 100%;
  height: 100%; }
  @media (min-width: 800px) {
    .facebook-item__boundary {
      padding: 20px; } }

.facebook-item__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 18px; }
  @media (min-width: 900px) {
    .facebook-item__title {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .facebook-item__title {
      font-size: 1.125rem; } }

.facebook-item__text {
  text-decoration: none;
  color: #000; }

.facebook-item .icon-twitter path {
  fill: #ffffff;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s; }

.factoid-item__stage {
  border-width: 0;
  border-bottom-width: 2px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  border-style: solid;
  border-color: #fcd154; }
  .factoid-item__stage:last-child {
    border-bottom: none;
    border-right: none; }
  [style*='rgb(190, 217, 240)'] .factoid-item__stage {
    border-color: #0079C8; }

@container (min-width: 600px) {
  .factoid-item__stage {
    border-bottom: none;
    border-right-width: 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.factoid-item__figure {
  font-family: "Source Sans Pro", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #263B80; }
  @media (min-width: 900px) {
    .factoid-item__figure {
      font-size: 2.9375rem; } }
  [data-component-theme='dark'] .factoid-item__figure {
    color: #bed9f0; }

.factoid-item__caption {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #263B80; }
  @media (min-width: 900px) {
    .factoid-item__caption {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .factoid-item__caption {
      font-size: 1.375rem; } }
  [data-component-theme='dark'] .factoid-item__caption {
    color: #bed9f0; }

.grid-items ol, .grid-items ul, .grid-items li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.grid-items a {
  font-display: swap;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  padding: 34px 24px 12px 12px;
  background-color: #1E407C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
  position: relative; }
  .grid-items a:hover {
    color: #ffffff; }
  .grid-items a:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6); }
  .grid-items a:hover:after {
    -webkit-transform: rotate(30deg) translateY(0%) translateX(-5%);
            transform: rotate(30deg) translateY(0%) translateX(-5%); }
    @media (min-width: 600px) {
      .grid-items a:hover:after {
        -webkit-transform: rotate(30deg) translateY(-40%) translateX(-4%);
                transform: rotate(30deg) translateY(-40%) translateX(-4%); } }
  .grid-items a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500%;
    height: 700%;
    background: #ffffff;
    opacity: 0.1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: rotate(30deg) translateY(-92%) translateX(-4%);
            transform: rotate(30deg) translateY(-92%) translateX(-4%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  @media (min-width: 600px) {
    .grid-items a {
      -webkit-transition: -webkit-transform 0.8s;
      transition: -webkit-transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s; } }

.grid-items li {
  margin-bottom: 16px; }
  @media (min-width: 600px) {
    .grid-items li {
      margin-right: 16px; }
      .grid-items li:nth-child(3n) {
        margin-right: 0; } }

@media (min-width: 600px) {
  .grid-items.-list li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 12px; }
  .grid-items.-list li:nth-child(3n+2) {
    margin-left: 6px;
    margin-right: 6px; }
  .grid-items.-list li:nth-child(3n+3) {
    margin-left: 12px;
    margin-right: 0; } }

.grid-item__summary {
  font-display: swap;
  font-size: 0.875rem;
  text-transform: none;
  padding: 15px 0 25px; }

.link-grid-item-full__stage {
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    .link-grid-item-full__stage {
      margin-bottom: 75px; } }

.link-grid-item-full__boundary {
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 900px) {
    .link-grid-item-full__boundary {
      margin-left: 55px;
      padding-left: 30px;
      padding-right: 55px;
      background-color: #F7F7F7;
      position: relative; } }
  @media (min-width: 1100px) {
    .link-grid-item-full__boundary {
      padding-right: 105px;
      margin-left: 75px; } }
  @media (min-width: 900px) {
    .link-grid-item-full__boundary.has-image {
      top: -40px; } }

.link-grid-item-full__image {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 900px) {
    .link-grid-item-full__image {
      padding-left: 0;
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .link-grid-item-full__image {
      padding-right: 105px; } }
  .link-grid-item-full__image img {
    width: 100%;
    max-width: none; }

.link-grid-item-full__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #1E407C;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #1E407C;
  border-right: 1px solid #1E407C;
  margin-bottom: 40px;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .link-grid-item-full__title {
      font-size: 1.875rem; } }

.link-grid-item-full__title-link {
  text-decoration: none; }

.link-grid-item-full__summary {
  margin-bottom: 35px; }

@media (min-width: 900px) {
  .news-item--paragraph__container {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px;
    border: 1px solid #F0F1F2; }
    .news-item--paragraph__container__bar-hor-top-right {
      display: block;
      position: absolute;
      height: 2px;
      width: 23px;
      background-color: #fcd154;
      top: -2px;
      right: -1px; }
    .news-item--paragraph__container__bar-ver-top-right {
      display: block;
      position: absolute;
      width: 2px;
      height: 22px;
      background-color: #fcd154;
      right: -2px;
      top: 0; }
    .news-item--paragraph__container__bar-hor-top-left {
      display: block;
      position: absolute;
      height: 2px;
      width: 23px;
      background-color: #fcd154;
      left: -1px;
      top: -2px; }
    .news-item--paragraph__container__bar-ver-bottom-left {
      display: block;
      position: absolute;
      width: 2px;
      height: 22px;
      background-color: #fcd154;
      bottom: 0;
      left: -2px; }
    .news-item--paragraph__container:nth-child(-n + 3) {
      border-top: none; }
      .news-item--paragraph__container:nth-child(-n + 3) .news-item--paragraph__container__bar-hor-top-right,
      .news-item--paragraph__container:nth-child(-n + 3) .news-item--paragraph__container__bar-ver-top-right,
      .news-item--paragraph__container:nth-child(-n + 3) .news-item--paragraph__container__bar-hor-top-left {
        display: none; }
    .news-item--paragraph__container:nth-child(3n + 1) {
      border-left: none; }
      .news-item--paragraph__container:nth-child(3n + 1) .news-item--paragraph__container__bar-hor-top-left,
      .news-item--paragraph__container:nth-child(3n + 1) .news-item--paragraph__container__bar-ver-bottom-left {
        display: none; }
    .news-item--paragraph__container:nth-child(3n) {
      border-right: none; }
      .news-item--paragraph__container:nth-child(3n) .news-item--paragraph__container__bar-hor-top-right,
      .news-item--paragraph__container:nth-child(3n) .news-item--paragraph__container__bar-ver-top-right {
        display: none; }
    .news-item--paragraph__container:last-child, .news-item--paragraph__container:nth-last-child(2), .news-item--paragraph__container:nth-last-child(3) {
      border-bottom: none; }
      .news-item--paragraph__container:last-child .news-item--paragraph__container__bar-ver-bottom-left, .news-item--paragraph__container:nth-last-child(2) .news-item--paragraph__container__bar-ver-bottom-left, .news-item--paragraph__container:nth-last-child(3) .news-item--paragraph__container__bar-ver-bottom-left {
        display: none; } }

.news-item--paragraph__stage {
  position: relative;
  text-decoration: none;
  width: 100%; }
  @media (min-width: 900px) {
    .news-item--paragraph__stage {
      /* &:hover, &:focus {
        .news-item--paragraph__boundary {
          background-color: $yellow-medium1;
          // border-color: $yellow-medium1;
          color: $blue-medium1;
        }
      } */ } }

.news-item--paragraph__boundary {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #ffffff; }

.news-item--paragraph__image {
  width: 100%; }

.news-item--paragraph__type {
  margin: 16px 16px 0; }
  @media (min-width: 900px) {
    .news-item--paragraph__type {
      margin: 16px 0 0; } }

.news-item--paragraph__title {
  padding: 25px 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.27; }
  @media (min-width: 900px) {
    .news-item--paragraph__title {
      padding: 0;
      padding-top: 20px;
      padding-bottom: 4px; } }
  .news-item--paragraph__title a {
    text-decoration: none;
    color: #1E407C; }

.news-item-large__stage {
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  height: 380px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 900px) {
    .news-item-large__stage {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden; }
      .news-item-large__stage:hover, .news-item-large__stage:focus {
        color: #1E407C; }
        .news-item-large__stage:hover .inner-border, .news-item-large__stage:focus .inner-border {
          -webkit-box-shadow: inset 0px 0px 0px 3px #fcd154;
                  box-shadow: inset 0px 0px 0px 3px #fcd154; }
        .news-item-large__stage:hover .news-item-large__title, .news-item-large__stage:focus .news-item-large__title {
          opacity: 1;
          background-color: #fcd154; }
      .news-item-large__stage:first-child {
        margin-right: 20px; } }
  .news-item-large__stage .inner-border {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-box-shadow: inset 0px 0px 0px 3px transparent;
            box-shadow: inset 0px 0px 0px 3px transparent;
    top: 0;
    left: 0; }

.news-item-large__title {
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
  padding: 25px 18px;
  border-top: 3px solid #fcd154;
  background-color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.27; }
  @media (min-width: 900px) {
    .news-item-large__title {
      position: absolute;
      bottom: 0;
      width: 100%;
      min-height: 97px;
      padding: 25px;
      opacity: .8;
      font-size: 1.625rem;
      line-height: 1.23; } }

@media (min-width: 900px) {
  .news-item-related__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.news-item-related__stage {
  position: relative;
  text-decoration: none; }
  @media (min-width: 900px) {
    .news-item-related__stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news-item-related__stage:hover .news-item-small__boundary, .news-item-related__stage:focus .news-item-small__boundary {
        background-color: #fcd154;
        color: #1E407C; } }

@media (min-width: 900px) {
  .news-item-related__container {
    margin-right: 20px; } }

.news-item-related__container:last-child {
  margin-right: 0; }

.news-item-related__boundary {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #ffffff; }

.news-item-related__image {
  width: 100%; }

.news-item-related__title {
  padding: 25px 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.27; }
  @media (min-width: 900px) {
    .news-item-related__title {
      padding: 0;
      padding-top: 20px;
      padding-bottom: 4px; } }

a.news-item-related__stage {
  color: #263B80; }

.news-item-small__container + .news-item-small__container {
  margin-top: 2rem; }
  @media (min-width: 900px) {
    .news-item-small__container + .news-item-small__container {
      margin-top: 0; } }

@media (min-width: 900px) {
  .news-item-small__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px; } }

@media (min-width: 900px) {
  .news-item-small__container:first-child {
    padding-left: 0; } }

@media (min-width: 900px) {
  .news-item-small__container:last-child {
    padding-right: 0;
    border-right: none; } }

.news-item-small__container__bar-hor-top-right {
  display: none;
  position: absolute;
  height: 2px;
  width: 23px;
  background-color: #fcd154;
  top: -2px;
  right: -1px; }

.news-item-small__container__bar-ver-top-right {
  display: none;
  position: absolute;
  width: 2px;
  height: 44px;
  background-color: #fcd154;
  right: -1px;
  top: -22px; }

.news-item-small__container__bar-hor-top-left {
  display: none;
  position: absolute;
  height: 2px;
  width: 23px;
  background-color: #fcd154;
  left: -1px;
  top: -2px; }

.news-item-small__container:first-child .news-item-small__container__bar-hor-top-right,
.news-item-small__container:first-child .news-item-small__container__bar-ver-top-right, .news-item-small__container:nth-child(2) .news-item-small__container__bar-hor-top-right,
.news-item-small__container:nth-child(2) .news-item-small__container__bar-ver-top-right {
  display: block; }

.news-item-small__container:nth-child(2) .news-item-small__container__bar-hor-top-left, .news-item-small__container:last-child .news-item-small__container__bar-hor-top-left {
  display: block; }

.news-item-small__stage {
  position: relative;
  text-decoration: none;
  width: 100%; }
  @media (min-width: 900px) {
    .news-item-small__stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news-item-small__stage:hover .news-item-small__boundary, .news-item-small__stage:focus .news-item-small__boundary {
        background-color: #fcd154;
        color: #1E407C; } }

.news-item-small__boundary {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #ffffff;
  width: 100%; }
  @media (min-width: 900px) {
    .news-item-small__boundary {
      padding: 20px; } }

.news-item-small__image {
  width: 100%; }

.news-item-small__title {
  padding: 25px 18px;
  border-top: 3px solid #fcd154;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.27; }
  @media (min-width: 900px) {
    .news-item-small__title {
      padding: 0;
      padding-top: 20px;
      padding-bottom: 4px; } }

.page-header {
  overflow: hidden; }
  .page-header__stage {
    position: relative;
    margin: 0 auto;
    background-color: #091F40; }
  .page-header__boundary {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-header__section-bar__stage {
    display: none; }
    @media (min-width: 900px) {
      .page-header__section-bar__stage {
        display: block;
        background-color: rgba(20, 46, 91, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 30px;
        padding-right: 30px; } }
  .page-header__section-bar__boundary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 900px) {
      .page-header__section-bar__boundary {
        color: #ffffff;
        max-width: 1280px;
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom: 15px; } }
  .page-header__section-bar__current {
    font-display: swap;
    font-size: 1.125rem;
    font-weight: 400; }
  .page-header__section-bar__departments {
    font-display: swap;
    font-size: 0.875rem;
    border-left: 2px solid #1E407C;
    padding-left: 20px;
    margin-left: 20px; }
  .page-header__section-bar__departments-link {
    color: #ffffff;
    text-decoration: none; }
    .page-header__section-bar__departments-link:hover, .page-header__section-bar__departments-link:focus {
      color: #ffffff;
      text-decoration: underline; }
  @media (min-width: 900px) {
    .page-header__title {
      margin: 0 0 23px; } }
  .page-header__title__stage {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    .page-header__title__stage:after {
      content: '';
      display: block;
      background: url(../../images/svg/logo-psu-shield.svg);
      width: 178px;
      height: 196px;
      position: absolute;
      right: 20px;
      top: -30px;
      opacity: .07; }
      @media (min-width: 900px) {
        .page-header__title__stage:after {
          width: 362px;
          height: 399px;
          top: -58px; } }
  .page-header__title__boundary {
    color: #ffffff;
    border-bottom: none;
    padding: 5px 16px;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 900px) {
      .page-header__title__boundary {
        border-width: 15px;
        margin-left: 0;
        margin-right: 280px;
        padding: 25px 40px 131px;
        min-height: 168px; } }
    @media (min-width: 1100px) {
      .page-header__title__boundary {
        margin-right: 375px;
        padding: 48px 85px 131px; } }
  .page-header__image img {
    width: 100%;
    max-width: none; }

.search-result-item__stage {
  margin-bottom: 30px; }

.search-result-item__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 2.375rem;
  color: #1E407C;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .search-result-item__title {
      font-size: 1.875rem; } }

.sidebar-social-links__stage {
  padding: 23px;
  background: #3B4C60;
  color: #ffffff; }

.sidebar-social-links__heading {
  font-display: swap;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 23px; }

.sidebar-social-links__icon {
  padding: 5px; }
  .sidebar-social-links__icon:hover {
    background: #657380;
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
  .sidebar-social-links__icon__stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sidebar-social-links__icon img {
    width: 34px; }

.sidebar-social-links a.staff-social-link__link {
  padding: 5px;
  margin: 0;
  line-height: 0; }
  .sidebar-social-links a.staff-social-link__link:hover {
    background: #657380;
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
  .sidebar-social-links a.staff-social-link__link svg {
    width: 34px;
    height: 34px;
    max-height: 34px;
    fill: #ffffff; }

.staff-item {
  width: 100%; }
  .staff-item:after {
    content: "";
    display: table;
    clear: both; }
  .staff-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px; }
    @media (min-width: 800px) {
      .staff-item__info {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding-bottom: 20px; } }
    .staff-item__info__name {
      font-display: swap;
      font-size: 1.4rem;
      line-height: 1.2;
      font-weight: 700; }
    .staff-item__info__titles {
      font-display: swap;
      font-size: 1.125rem;
      font-weight: 400;
      font-style: italic;
      margin-bottom: 20px; }
    .staff-item__info__featured {
      padding-top: 10px;
      padding-bottom: 20px; }
    @media (min-width: 800px) {
      .staff-item__info__primary {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        padding-right: 20px; } }
    .staff-item__info__secondary {
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 800px) {
        .staff-item__info__secondary {
          max-width: 261px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          border-left: 1px solid #C1BFBF;
          padding-left: 20px; } }
  .staff-item__summary {
    padding-bottom: 20px; }
    .staff-item__summary p {
      margin: 0; }
  .staff-item__social-links__label {
    margin-bottom: 5px; }
  .staff-item__link-full {
    padding-right: 20px;
    position: relative;
    font-size: 1.125rem;
    text-transform: none;
    display: inline-block; }
    .staff-item__link-full:after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      border-top: 2px solid #14729d;
      border-right: 2px solid #14729d; }
  .staff-item__label-small {
    font-display: swap;
    font-weight: 700;
    margin-bottom: 5px; }
  .staff-item.teaser:not(.search-result-item) {
    border-top: 2px solid #fcd154;
    padding-top: 1rem; }
  .staff-item.teaser .staff-item__label-small {
    font-size: 1rem; }
  .staff-item.teaser .staff-item__info__image {
    width: 100%;
    max-width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .staff-item.teaser .staff-item__info__image {
        max-width: 15%;
        margin-right: 20px;
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .staff-item.teaser .staff-item__info__image {
        width: auto; } }
  .staff-item.teaser .staff-item__info__primary {
    width: 100%; }
    @media (min-width: 600px) {
      .staff-item.teaser .staff-item__info__primary {
        max-width: 50%;
        padding-right: 20px; } }
  .staff-item.teaser .staff-item__info__secondary {
    width: 100%; }
    @media (min-width: 600px) {
      .staff-item.teaser .staff-item__info__secondary {
        max-width: 30%;
        border-left: 1px solid #C1BFBF;
        padding-left: 20px; } }
  .staff-item.teaser + .staff-item.teaser {
    margin-top: 2rem; }
    @media (min-width: 900px) {
      .staff-item.teaser + .staff-item.teaser {
        margin-top: 1rem; } }
  .staff-item.full {
    border-top: 2px solid #fcd154; }
    .staff-item.full .staff-item__label-small {
      font-size: 1.1rem; }
    .staff-item.full .staff__sections {
      margin-top: 2rem; }
      @media (min-width: 800px) {
        .staff-item.full .staff__sections {
          margin-left: 23%; } }
      @media (min-width: 900px) {
        .staff-item.full .staff__sections {
          margin-top: 3rem; } }
      .staff-item.full .staff__sections .staff__item + .staff__item {
        margin-top: 1.5rem; }
    .staff-item.full .staff-item__info__image {
      width: 100%;
      margin-bottom: 2rem; }
    @media (min-width: 800px) {
      .staff-item.full .staff-item__info__primary {
        width: 54%; } }
    @media (min-width: 900px) {
      .staff-item.full .staff-item__info__primary {
        min-height: 300px; } }
    @media (min-width: 800px) {
      .staff-item.full .staff-item__info__secondary {
        width: 23%; } }
    .staff-item.full .staff-item__info_media {
      width: 100%; }
      @media (min-width: 800px) {
        .staff-item.full .staff-item__info_media {
          padding-right: 20px;
          width: 23%; } }
      .staff-item.full .staff-item__info_media .staff-item__info_ancillary {
        display: none; }
        @media (min-width: 800px) {
          .staff-item.full .staff-item__info_media .staff-item__info_ancillary {
            display: block; } }
    .staff-item.full .staff-item__info_ancillary {
      margin-top: 1rem;
      width: 100%; }
      @media (min-width: 800px) {
        .staff-item.full .staff-item__info_ancillary {
          display: none; } }
      .staff-item.full .staff-item__info_ancillary .file-component {
        font-weight: 700; }
        .staff-item.full .staff-item__info_ancillary .file-component a {
          font-weight: normal; }

.staff-social-link__link {
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
  line-height: 0; }
  .staff-social-link__link svg {
    width: 34px;
    height: 34px;
    max-height: 34px;
    fill: #1C9AD6;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s; }
  .staff-social-link__link:hover svg {
    fill: #137EB1; }

.staff-social-link .staff-social-link__link + .staff-social-link__link {
  margin-left: 8px; }

.footer__social-icons .staff-social-link__link {
  color: white; }

.footer__social-icons .staff-social-link__link + .staff-social-link__link {
  margin-left: 1rem; }

.footer__social-icons .staff-social-link__link svg {
  fill: white;
  width: 30px;
  height: 30px;
  max-height: 30px; }

.footer__social-icons .staff-social-link__link:hover svg {
  fill: #bed9f0; }

.twitter-item__stage {
  padding: 30px;
  background-color: #3B4C60;
  color: #ffffff; }

.twitter-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px; }

.twitter-item__logo {
  padding-right: 10px; }

.twitter-item__title-text {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-decoration: none;
  color: #ffffff; }
  @media (min-width: 900px) {
    .twitter-item__title-text {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .twitter-item__title-text {
      font-size: 1.125rem; } }

.twitter-item__link {
  text-decoration: none;
  color: #ffffff; }

.twitter-item__text {
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55; }
  .twitter-item__text a {
    color: #ffffff; }

@media (min-width: 900px) {
  .no-instagram .twitter-item__stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .no-instagram .twitter-item__title {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
  .no-instagram .twitter-item__text {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding-left: 30px;
    border-left: 2px solid #657380; } }

.wire-grid-item {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #1E407C;
  text-decoration: none;
  border: 1px solid #1E407C;
  padding: 16px 10px;
  display: block; }

.accordion {
  margin-bottom: 35px; }
  @media (min-width: 900px) {
    .accordion {
      margin-bottom: 60px; } }
  .grid__inner .accordion {
    margin: 0;
    padding: 0; }
  .accordion__stage {
    margin-bottom: 35px; }
    @media (min-width: 900px) {
      .accordion__stage {
        margin-bottom: 60px; } }

.breadcrumb-bar__stage {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 25px; }
  @media (min-width: 900px) {
    .breadcrumb-bar__stage {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .breadcrumb-bar__stage {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .breadcrumb-bar__stage {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .breadcrumb-bar__stage {
      padding-right: 105px; } }
  @media (min-width: 900px) {
    .breadcrumb-bar__stage {
      display: none; } }

.breadcrumb-bar__trail {
  display: block;
  max-width: calc(100% + 48px);
  margin-left: -16px;
  z-index: 1; }
  @media (min-width: 900px) {
    .breadcrumb-bar__trail {
      max-width: 100%;
      margin: 0; } }

@media (min-width: 900px) {
  .breadcrumb-bar__department {
    border-left: 1px solid #D8D8D8;
    margin-bottom: 25px;
    padding-left: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.paragraph-button {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .paragraph-button {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .paragraph-button {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .paragraph-button {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .paragraph-button {
      padding-right: 105px; } }
  @media (min-width: 900px) {
    .paragraph-button {
      margin-bottom: 40px; } }
  .paragraph-button__button {
    color: #1E407C;
    background-color: #ffffff;
    border-color: #1E407C;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #1E407C;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 0.875rem;
    padding: 18px 60px; }
    .paragraph-button__button:hover, .paragraph-button__button:focus {
      color: #ffffff;
      background-color: #1E407C;
      border-color: #ffffff; }
    .paragraph-button__button:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }

.call-to-action h4 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2; }

.call-to-action__image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
  position: relative;
  overflow: hidden; }
  .call-to-action__image picture {
    position: absolute; }

.call-to-action__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
  padding: 3rem 2rem;
  background-color: white;
  margin: 2rem 2rem 2rem 0;
  color: #0F254D;
  position: relative;
  z-index: 1; }

.call-to-action__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto; }

.call-to-action__link {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  margin-top: 1rem;
  width: 100%; }
  @media (min-width: 800px) {
    .call-to-action__link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: auto; } }
  .call-to-action__link a {
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    background-color: #fcd154;
    color: #0F254D;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none; }
    .call-to-action__link a:hover {
      text-decoration: underline; }
    .call-to-action__link a:focus {
      outline: 5px solid #0F254D; }

.call-to-action__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
      grid-template-rows: 1fr auto;
  background-image: url(../../images/svg/diagonal-lines.svg);
  background-repeat: repeat;
  background-size: 5px 5px;
  position: relative; }
  .call-to-action__block::after {
    width: 100%;
    height: 100%;
    content: '';
    outline: 1px solid #fcd154;
    outline-offset: -2rem;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 800px) {
    .call-to-action__block {
      -ms-grid-columns: (1fr)[6];
          grid-template-columns: repeat(6, 1fr);
      -ms-grid-rows: (1fr)[5];
          grid-template-rows: repeat(5, 1fr); } }
  .call-to-action__block--left-align .call-to-action__content-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 2rem; }
    @media (min-width: 800px) {
      .call-to-action__block--left-align .call-to-action__content-wrap {
        margin: 0 2rem 2rem 2rem; } }
  .call-to-action__block--left-align .call-to-action__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  @media (min-width: 800px) {
    .call-to-action__block--left-align .call-to-action__content-wrap {
      -ms-grid-column: 3;
      -ms-grid-column-span: 4;
      grid-column: 3/7;
      -ms-grid-row: 1;
      -ms-grid-row-span: 6;
      grid-row: 1/7;
      margin: 2rem 2rem 2rem 0; }
    .call-to-action__block--left-align .call-to-action__image {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 6;
      grid-row: 1/7; } }
  .call-to-action__block--right-align .call-to-action__content-wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 2rem; }
    @media (min-width: 800px) {
      .call-to-action__block--right-align .call-to-action__content-wrap {
        margin: 0 2rem 2rem 2rem; } }
  .call-to-action__block--right-align .call-to-action__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  @media (min-width: 800px) {
    .call-to-action__block--right-align .call-to-action__content-wrap {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1/5;
      -ms-grid-row: 1;
      -ms-grid-row-span: 6;
      grid-row: 1/7;
      margin: 2rem 0 2rem 2rem; }
    .call-to-action__block--right-align .call-to-action__image {
      -ms-grid-column: 5;
      -ms-grid-column-span: 2;
      grid-column: 5/7;
      -ms-grid-row: 1;
      -ms-grid-row-span: 6;
      grid-row: 1/7; } }
  .call-to-action__block--center-align .call-to-action__content-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/7;
    margin: 2rem; }

.callout-main__stage {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  color: #ffffff; }
  @media (min-width: 600px) {
    .callout-main__stage {
      padding-left: 15px; } }
  @media (min-width: 1100px) {
    .callout-main__stage {
      padding-left: 55px; } }
  @media (min-width: 600px) {
    .callout-main__stage {
      padding-right: 15px; } }
  @media (min-width: 1100px) {
    .callout-main__stage {
      padding-right: 55px; } }

.callout-main__boundary {
  padding: 30px; }
  @media (min-width: 900px) {
    .callout-main__boundary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 35px 55px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .callout-main__boundary--gray {
    background-color: #3B4C60; }
  .callout-main__boundary--blue {
    background-color: #263B80; }
  .callout-main__boundary__color--pughblue {
    color: #001E44;
    background-color: #96BEE6; }
    .callout-main__boundary__color--pughblue a {
      color: #001E44; }
      .callout-main__boundary__color--pughblue a:hover {
        color: #001E44; }
  .callout-main__boundary__color--creek {
    color: #ffffff;
    background-color: #3EA39E; }
    .callout-main__boundary__color--creek a {
      color: #ffffff; }
  .callout-main__boundary__color--limestone {
    color: #001E44;
    background-color: #A2AAAD; }
    .callout-main__boundary__color--limestone a {
      color: #001E44; }
      .callout-main__boundary__color--limestone a:hover {
        color: #001E44; }
  .callout-main__boundary__color--pennsky {
    color: #ffffff;
    background-color: #009CDE; }
    .callout-main__boundary__color--pennsky a {
      color: #ffffff; }
  .callout-main__boundary__color--beaverblue {
    color: #ffffff;
    background-color: #1E407C; }
    .callout-main__boundary__color--beaverblue a {
      color: #ffffff; }
  .callout-main__boundary__color--nittanynavy {
    color: #ffffff;
    background-color: #001E44; }
    .callout-main__boundary__color--nittanynavy a {
      color: #ffffff; }
  .callout-main__boundary__color--actiongold {
    color: #001E44;
    background-color: #FCD154; }
    .callout-main__boundary__color--actiongold a {
      color: #001E44; }
      .callout-main__boundary__color--actiongold a:hover {
        color: #001E44; }
  .callout-main__boundary__color--slate {
    color: #ffffff;
    background-color: #314D64; }

.callout-main__image {
  margin-right: 30px; }
  .callout-main__image img {
    border-radius: 100%; }
  .callout-main__image--mobile {
    width: 80px;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 900px) {
      .callout-main__image--mobile {
        display: none; } }
  .callout-main__image--desktop {
    display: none; }
    @media (min-width: 900px) {
      .callout-main__image--desktop {
        display: block;
        width: 210px; } }

.callout-main__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.callout-main__title {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 900px) {
    .callout-main__title {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .callout-main__title {
      margin-bottom: 10px; } }

.callout-main__subheading {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (min-width: 900px) {
    .callout-main__subheading {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .callout-main__subheading {
      margin-bottom: 10px; } }

.callout-main__summary {
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  -ms-flex-preferred-size: 184px;
      flex-basis: 184px;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .callout-main__summary {
      margin-top: 0;
      margin-bottom: 30px; } }

.callout-main__link-more {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700; }
  .callout-main__link-more:hover {
    color: #ffffff;
    text-decoration: underline; }

.carousel-slider {
  width: 100%;
  --focus-visible-outline-color: #ffffff;
  max-width: 1400px;
  margin: 0 auto; }

.carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  @media (min-width: 1000px) {
    .carousel-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      height: 475px; } }
  .carousel-item__image {
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
    @media (min-width: 1000px) {
      .carousel-item__image {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }
    .carousel-item__image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      height: 100%; }
  .carousel-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    width: 100%;
    position: relative;
    padding: 2rem 2rem 3rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: white;
    height: auto;
    z-index: 2; }
    @media (max-width: 999px) {
      .carousel-item__content {
        padding-bottom: 8rem; } }
    .carousel-item__content h2 {
      font-size: 1.5rem; }
      @media (min-width: 1000px) {
        .carousel-item__content h2 {
          font-weight: 600; } }
    @media (max-width: 999px) {
      .carousel-item__content {
        background: #1E407C; } }
    @media (min-width: 1000px) {
      .carousel-item__content {
        padding: 2rem 5rem;
        max-width: 40%; } }
    @media (min-width: 1100px) {
      .carousel-item__content {
        max-width: 35%; } }
  @media (min-width: 450px) {
    .carousel-item__link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: auto; } }
  .carousel-item__link a {
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    background-color: #fcd154;
    color: #0F254D;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none; }
    .carousel-item__link a:hover {
      text-decoration: underline; }
    .carousel-item__link a:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
  @media (min-width: 1000px) {
    .carousel-item__align-top-left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1000px) {
    .carousel-item__align-top-right {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 1000px) {
    .carousel-item__align-center-left {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1000px) {
    .carousel-item__align-center-right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 1000px) {
    .carousel-item__align-bottom-left {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1000px) {
    .carousel-item__align-bottom-right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-beaver-shield-left .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/beaver-shield-left.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-beaver-shield-right .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/beaver-shield-right.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-creek-shield-left .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/creek-shield-left.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-creek-shield-right .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/creek-shield-right.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-limestone-shield-left .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/limestone-shield-left.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-limestone-shield-right .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/limestone-shield-right.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-navy-shield-left .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/navy-shield-left.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-navy-shield-right .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/navy-shield-right.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-sky-shield-left .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/sky-shield-left.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-sky-shield-right .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/sky-shield-right.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-slate-shield-left .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/slate-shield-left.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left; } }
  @media (min-width: 1000px) {
    .carousel-item__overlay-slate-shield-right .carousel-item__image::before {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-image: url(../../images/svg/carousel-overlays/slate-shield-right.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right; } }
  .carousel-item__overlay-creek-shield-left .carousel-item__content, .carousel-item__overlay-creek-shield-right .carousel-item__content, .carousel-item__overlay-limestone-shield-left .carousel-item__content, .carousel-item__overlay-limestone-shield-right .carousel-item__content, .carousel-item__overlay-sky-shield-left .carousel-item__content, .carousel-item__overlay-sky-shield-right .carousel-item__content {
    color: #091F40; }
  @media (max-width: 999px) {
    .carousel-item__overlay-beaver-shield-left::after, .carousel-item__overlay-beaver-shield-right::after {
      content: " ";
      display: block;
      bottom: -100%;
      left: 0;
      right: 0;
      position: absolute;
      height: 100%;
      background-color: #1E407C; } }
  @media (max-width: 999px) {
    .carousel-item__overlay-creek-shield-left .carousel-item__content, .carousel-item__overlay-creek-shield-right .carousel-item__content {
      background-color: #3EA39E; }
      .carousel-item__overlay-creek-shield-left .carousel-item__content::after, .carousel-item__overlay-creek-shield-right .carousel-item__content::after {
        content: " ";
        display: block;
        bottom: -100%;
        left: 0;
        right: 0;
        position: absolute;
        height: 100%;
        background-color: #3EA39E; } }
  @media (max-width: 999px) {
    .carousel-item__overlay-limestone-shield-left .carousel-item__content, .carousel-item__overlay-limestone-shield-right .carousel-item__content {
      background-color: #A2AAAD; }
      .carousel-item__overlay-limestone-shield-left .carousel-item__content::after, .carousel-item__overlay-limestone-shield-right .carousel-item__content::after {
        content: " ";
        display: block;
        bottom: -100%;
        left: 0;
        right: 0;
        position: absolute;
        height: 100%;
        background-color: #A2AAAD; } }
  @media (max-width: 999px) {
    .carousel-item__overlay-navy-shield-left .carousel-item__content, .carousel-item__overlay-navy-shield-right .carousel-item__content {
      background-color: #001E44; }
      .carousel-item__overlay-navy-shield-left .carousel-item__content::after, .carousel-item__overlay-navy-shield-right .carousel-item__content::after {
        content: " ";
        display: block;
        bottom: -100%;
        left: 0;
        right: 0;
        position: absolute;
        height: 100%;
        background-color: #001E44; } }
  @media (max-width: 999px) {
    .carousel-item__overlay-slate-shield-left .carousel-item__content, .carousel-item__overlay-slate-shield-right .carousel-item__content {
      background-color: #314D64; }
      .carousel-item__overlay-slate-shield-left .carousel-item__content::after, .carousel-item__overlay-slate-shield-right .carousel-item__content::after {
        content: " ";
        display: block;
        bottom: -100%;
        left: 0;
        right: 0;
        position: absolute;
        height: 100%;
        background-color: #314D64; } }
  @media (max-width: 999px) {
    .carousel-item__overlay-sky-shield-left .carousel-item__content, .carousel-item__overlay-sky-shield-right .carousel-item__content {
      background-color: #009CDE; }
      .carousel-item__overlay-sky-shield-left .carousel-item__content::after, .carousel-item__overlay-sky-shield-right .carousel-item__content::after {
        content: " ";
        display: block;
        bottom: -100%;
        left: 0;
        right: 0;
        position: absolute;
        height: 100%;
        background-color: #009CDE; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 200px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.8; }
  @media (min-width: 1000px) {
    .slick-prev,
    .slick-next {
      top: 50%; } }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      opacity: 1; }
  .slick-prev:focus-visible,
  .slick-next:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px;
  z-index: 1; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: " ";
    background-image: url("../../images/svg/angle-left-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 100px;
    width: 50px; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: auto;
    right: 25px; }
  .slick-next:before {
    content: " ";
    background-image: url("../../images/svg/angle-right-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 100px;
    width: 50px; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media (min-width: 1000px) {
    .slick-dots {
      bottom: 25px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 30px;
      width: 30px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: white;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 2px solid #137EB1;
        border-radius: 30px; }
    .slick-dots li.slick-active button:before {
      background-color: #fcd154;
      opacity: 1; }

.component-block + .component-block {
  margin-top: 2rem; }

.component-block:last-of-type {
  margin-bottom: 2rem; }

.cta-group {
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 600px) {
    .cta-group {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    .cta-group {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1400px) {
    .cta-group {
      margin-left: auto;
      margin-right: auto; } }

.cta-group__linked {
  text-decoration: none; }
  .cta-group__linked h2 {
    text-decoration: none; }
  .cta-group__linked:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .cta-group__linked:hover .cta-group-item {
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); }

.cta-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-color: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer; }
  .cta-group-item h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600; }
  .cta-group-item h3 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600; }
  .cta-group-item h2, .cta-group-item h3 {
    margin: 0; }
  .cta-group-item__image img {
    width: 100%; }
  .cta-group-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    padding: 1rem; }
    @media (min-width: 600px) {
      .cta-group-item__content {
        height: 100px; } }
  .cta-group-item__content-inner {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    position: absolute;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .cta-group-item__content-inner--wrap {
      padding: 1rem;
      text-decoration: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 auto;
              flex: 0 auto; }
    .cta-group-item__content-inner a:hover {
      color: inherit;
      text-decoration: none; }
  .cta-group-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    color: #fcd154;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 100px;
    font-size: 1.1rem; }
    .cta-group-item__link svg {
      fill: #fcd154;
      margin-left: 0.25rem;
      width: 25px;
      height: 25px; }
    @media (min-width: 600px) {
      .cta-group-item__link {
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: -1rem; } }
  .cta-group-item__link--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.1; }
  .cta-group-item__color--pughblue {
    color: #001E44;
    background-color: #96BEE6; }
    .cta-group-item__color--pughblue .cta-group-item__content-inner--wrap {
      color: #001E44; }
  .cta-group-item__color--creek {
    color: #ffffff;
    background-color: #3EA39E; }
    .cta-group-item__color--creek .cta-group-item__content-inner--wrap {
      color: #ffffff; }
  .cta-group-item__color--limestone {
    color: #001E44;
    background-color: #A2AAAD; }
    .cta-group-item__color--limestone .cta-group-item__content-inner--wrap {
      color: #001E44; }
  .cta-group-item__color--pennsky {
    color: #ffffff;
    background-color: #009CDE; }
    .cta-group-item__color--pennsky .cta-group-item__content-inner--wrap {
      color: #ffffff; }
  .cta-group-item__color--beaverblue {
    color: #ffffff;
    background-color: #1E407C; }
    .cta-group-item__color--beaverblue .cta-group-item__content-inner--wrap {
      color: #ffffff; }
  .cta-group-item__color--nittanynavy {
    color: #ffffff;
    background-color: #001E44; }
    .cta-group-item__color--nittanynavy .cta-group-item__content-inner--wrap {
      color: #ffffff; }
  .cta-group-item__color--actiongold {
    color: #001E44;
    background-color: #FCD154; }
    .cta-group-item__color--actiongold .cta-group-item__content-inner--wrap {
      color: #001E44; }
  .cta-group-item__color--slate {
    color: #ffffff;
    background-color: #314D64; }
    .cta-group-item__color--slate .cta-group-item__content-inner--wrap {
      color: #ffffff; }
  .cta-group-item:hover .cta-group-item__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .cta-group-item:hover .cta-group-item__image {
    opacity: 1; }
    .cta-group-item:hover .cta-group-item__image picture > * {
      opacity: 0.2;
      z-index: 1;
      position: relative;
      display: block; }
    .cta-group-item:hover .cta-group-item__image.cta-group-item__image__color--pughblue picture > *, .cta-group-item:hover .cta-group-item__image.cta-group-item__image__color--creek picture > *, .cta-group-item:hover .cta-group-item__image.cta-group-item__image__color--limestone picture > * {
      opacity: 0.09; }
  .cta-group-item .cta-group-item__image__color--pughblue {
    background-color: #96BEE6; }
  .cta-group-item .cta-group-item__image__color--creek {
    background-color: #3EA39E; }
  .cta-group-item .cta-group-item__image__color--limestone {
    background-color: #A2AAAD; }
  .cta-group-item .cta-group-item__image__color--pennsky {
    background-color: #009CDE; }
  .cta-group-item .cta-group-item__image__color--beaverblue {
    background-color: #1E407C; }
  .cta-group-item .cta-group-item__image__color--nittanynavy {
    background-color: #001E44; }
  .cta-group-item .cta-group-item__image__color--actiongold {
    background-color: #FCD154; }
  .cta-group-item .cta-group-item__image__color--slate {
    background-color: #314D64; }

.cta-group__style--outlined .cta-group__linked:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__content {
    z-index: 2; }
  .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__content-inner--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    @media (min-width: 600px) {
      .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__content-inner--wrap .cta-group-item__link {
        background-color: unset;
        padding: 0;
        margin: 0 0.25rem 0 0; } }
    .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__content-inner--wrap p {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0; }
    @media (min-width: 600px) {
      .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__content-inner--wrap svg {
        fill: #ffffff;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 50px;
        height: 50px;
        margin: 0; } }
  @media (min-width: 600px) {
    .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__link--label,
    .cta-group__style--outlined .cta-group__linked:hover h3 {
      display: none; } }
  .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__image {
    opacity: 1; }
    .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__image picture > * {
      opacity: 0.25;
      z-index: 1;
      position: relative;
      display: block; }
    .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__image.cta-group-item__image__color--pughblue picture > *, .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__image.cta-group-item__image__color--creek picture > *, .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__image.cta-group-item__image__color--limestone picture > * {
      opacity: 0.25; }

.cta-group__style--outlined .cta-group-item {
  border: 2px solid #001E44;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .cta-group__style--outlined .cta-group-item[class*="__color--"] {
    overflow: hidden;
    background-color: transparent; }

.cta-group__style--outlined .cta-group-item__content-inner--wrap {
  color: #ffffff;
  font-weight: 600;
  z-index: 2; }
  .cta-group__style--outlined .cta-group-item__content-inner--wrap:hover {
    color: #ffffff; }

.cta-group__style--outlined .cta-group-item__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.cta-group__style--outlined .cta-group-item__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: white; }

.cta-group__style--outlined .cta-group-item__color--pughblue {
  color: #96BEE6;
  border-color: #96BEE6; }
  .cta-group__style--outlined .cta-group-item__color--pughblue .cta-group-item__content-inner--wrap {
    color: #001E44; }
    .cta-group__style--outlined .cta-group-item__color--pughblue .cta-group-item__content-inner--wrap svg {
      fill: #001E44; }

.cta-group__style--outlined .cta-group-item__color--slate {
  color: #314D64;
  border-color: #314D64; }

.cta-group__style--outlined .cta-group-item__color--creek {
  color: #3EA39E;
  border-color: #3EA39E; }

.cta-group__style--outlined .cta-group-item__color--limestone {
  color: #A2AAAD;
  border-color: #A2AAAD; }
  .cta-group__style--outlined .cta-group-item__color--limestone .cta-group-item__content-inner--wrap {
    color: #001E44; }
    .cta-group__style--outlined .cta-group-item__color--limestone .cta-group-item__content-inner--wrap svg {
      fill: #001E44; }

.cta-group__style--outlined .cta-group-item__color--pennsky {
  color: #009CDE;
  border-color: #009CDE; }

.cta-group__style--outlined .cta-group-item__color--beaverblue {
  color: #1E407C;
  border-color: #1E407C; }

.cta-group__style--outlined .cta-group-item__color--nittanynavy {
  color: #001E44;
  border-color: #001E44; }

.cta-group__style--outlined .cta-group-item__color--actiongold {
  color: #FCD154;
  border-color: #FCD154; }
  .cta-group__style--outlined .cta-group-item__color--actiongold .cta-group-item__content-inner--wrap {
    color: #001E44; }
    .cta-group__style--outlined .cta-group-item__color--actiongold .cta-group-item__content-inner--wrap svg {
      fill: #001E44; }

@media (max-width: 599px) {
  .cta-group[class*="__color--"] {
    background-color: transparent; }
  .cta-group-item {
    max-height: 100px;
    overflow: hidden; }
    .cta-group-item[class*="__color--"] {
      background-color: transparent; }
  .cta-group-item__content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cta-group-item__content[class*="__color--"] {
      background-color: transparent; }
    .cta-group-item__content h2 {
      z-index: 1;
      position: relative; }
  .cta-group-item__link {
    height: 100%;
    background-color: transparent;
    padding: 0;
    min-height: auto;
    position: relative;
    z-index: 1; }
  .cta-group-item__image[class*="__color--"] {
    max-height: 150px;
    opacity: 1; }
    .cta-group-item__image[class*="__color--"] picture > * {
      opacity: 0.13; }
  .cta-group-item__image img {
    max-height: 150px;
    -o-object-fit: cover;
       object-fit: cover; }
  .cta-group-item__content-inner {
    display: none; }
    .cta-group-item__content-inner h3, .cta-group-item__content-inner p {
      display: none; }
    .cta-group-item__content-inner[class*="__color--"] {
      background-color: transparent; }
  .cta-group__linked:hover .cta-group-item__image picture > * {
    opacity: 0.25; }
  .cta-group__linked:hover .cta-group-item__content-inner {
    display: none; }
  .cta-group__linked:hover[class*="__color--"] picture > * {
    opacity: 0.25; }
  .cta-group__linked:hover .cta-group-item__image[class*="__color--"] {
    background-color: #ffffff;
    opacity: 0.25; }
  .cta-group__linked:hover .cta-group-item__image.cta-group-item__image__color--pughblue picture > *, .cta-group__linked:hover .cta-group-item__image.cta-group-item__image__color--creek picture > *, .cta-group__linked:hover .cta-group-item__image.cta-group-item__image__color--limestone picture > * {
    opacity: 0.25; }
  .cta-group__linked:hover .cta-group-item__color--pughblue {
    color: #001E44; }
  .cta-group__linked:hover .cta-group-item__color--slate {
    color: #314D64; }
  .cta-group__linked:hover .cta-group-item__color--creek {
    color: #3EA39E; }
  .cta-group__linked:hover .cta-group-item__color--limestone {
    color: #001E44; }
  .cta-group__linked:hover .cta-group-item__color--pennsky {
    color: #009CDE; }
  .cta-group__linked:hover .cta-group-item__color--beaverblue {
    color: #1E407C; }
  .cta-group__linked:hover .cta-group-item__color--nittanynavy {
    color: #001E44; }
  .cta-group__linked:hover .cta-group-item__color--actiongold {
    color: #001E44; } }

@media (max-width: 599px) {
  .cta-group__style--outlined .cta-group-item__content {
    position: absolute;
    color: #ffffff; }
  .cta-group__style--outlined .cta-group__linked .cta-group-item__color--pughblue {
    color: #001E44; }
  .cta-group__style--outlined .cta-group__linked .cta-group-item__color--limestone {
    color: #001E44; }
  .cta-group__style--outlined .cta-group__linked .cta-group-item__color--actiongold {
    color: #001E44; }
  .cta-group__style--outlined .cta-group__linked:hover .cta-group-item__content {
    position: absolute;
    color: inherit; } }

@media (min-width: 600px) {
  .cta-group-item__image {
    height: calc(100% - 100px);
    overflow: hidden; } }

*::-ms-backdrop, .cta-group {
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }

*::-ms-backdrop, .cta-group-item {
  width: 100%;
  -ms-flex: 1 auto;
      flex: 1 auto; }
  @media (min-width: 600px) {
    *::-ms-backdrop, .cta-group-item {
      max-width: 48%;
      margin-left: 1%;
      margin-right: 1%; } }
  @media (min-width: 1200px) {
    *::-ms-backdrop, .cta-group-item {
      max-width: 23%; } }

*::-ms-backdrop, .cta-group-item {
  margin-top: 2rem; }
  @media (min-width: 1200px) {
    *::-ms-backdrop, .cta-group-item {
      margin-top: 0; } }

@media (min-width: 1200px) {
  *::-ms-backdrop, .cta-group-item::nth-child(5),
  *::-ms-backdrop, .cta-group-item::nth-child(6),
  *::-ms-backdrop, .cta-group-item::nth-child(7),
  *::-ms-backdrop, .cta-group-item::nth-child(8) {
    margin-top: 1rem; } }

*::-ms-backdrop, .carousel-item__content {
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

@media (min-width: 600px) {
  .department-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.department-item__header__title {
  margin-bottom: 30px; }

.department-item__header__summary {
  font-display: swap;
  font-size: 0.875rem; }

.department-item__header__col-main {
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .department-item__header__col-main {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin: 0;
      padding-right: 30px; } }

@media (min-width: 600px) {
  .department-item__header__col-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px; } }

.department-item__related__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .department-item__related__title {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .department-item__related__title {
      font-size: 1.375rem; } }

.department-contact__item {
  margin-bottom: 30px; }

.department-contact__title {
  font-weight: 700; }

.event-items-related__stage {
  position: relative;
  padding: 18px 0;
  border-top: 18px solid #3B4C60; }
  @media (min-width: 900px) {
    .event-items-related__stage {
      border: none;
      padding: 40px 0; } }

.event-items-related__boundary {
  padding: 0 18px; }
  @media (min-width: 900px) {
    .event-items-related__boundary {
      padding: 0 45px; } }

.event-items-related__heading {
  color: #1E407C;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.375rem;
  line-height: 22px;
  max-width: 1280px;
  margin: 18px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 3px solid #1E407C;
  padding-top: 20px; }
  @media (min-width: 900px) {
    .event-items-related__heading {
      margin-bottom: 38px; } }
  .event-items-related__heading a {
    font-display: swap;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #14729d; }

.event-items-related__link {
  position: relative;
  padding-right: 20px; }
  .event-items-related__link:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    display: block;
    background: url(../../images/svg/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 4px; }

@media (min-width: 900px) {
  .event-items-related__slideshow {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.event-items__stage {
  position: relative;
  padding: 18px 0;
  border-top: 18px solid #3B4C60; }
  @media (min-width: 900px) {
    .event-items__stage {
      border: none;
      padding: 50px 0; } }

.event-items__boundary {
  padding: 0 18px; }
  @media (min-width: 900px) {
    .event-items__boundary {
      padding: 0 45px; } }

.event-items__heading {
  color: #1E407C;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.375rem;
  line-height: 22px;
  max-width: 1280px;
  margin: 18px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 900px) {
    .event-items__heading {
      margin-bottom: 38px; } }
  .event-items__heading a {
    font-display: swap;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #14729d; }

.event-items__link {
  position: relative;
  padding-right: 20px; }
  .event-items__link:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    display: block;
    background: url(../../images/svg/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 4px; }

@media (min-width: 900px) {
  .event-items__slideshow {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.explore-by-role__stage {
  margin-bottom: 40px;
  background: #1E407C;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px; }
  .explore-by-role__stage ol, .explore-by-role__stage ul, .explore-by-role__stage li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    .explore-by-role__stage {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .explore-by-role__stage {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .explore-by-role__stage {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .explore-by-role__stage {
      padding-right: 105px; } }
  @media (min-width: 900px) {
    .explore-by-role__stage {
      padding-top: 40px;
      padding-bottom: 60px; } }

.explore-by-role__title {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .explore-by-role__title {
      text-align: center; } }

.explore-by-role__title-link {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none; }
  @media (min-width: 900px) {
    .explore-by-role__title-link {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .explore-by-role__title-link {
      font-size: 1.125rem; } }
  .explore-by-role__title-link:hover {
    color: #ffffff;
    text-decoration: underline; }

@media (min-width: 600px) {
  .explore-by-role__items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; } }

@media (min-width: 900px) {
  .explore-by-role__items {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; } }

.explore-by-role__item {
  position: relative;
  border-top: 1px solid #1E407C;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  display: inline-block;
  width: 100%; }
  .explore-by-role__item:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #3B6497;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
  .explore-by-role__item:hover, .explore-by-role__item:focus {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff; }
    .explore-by-role__item:hover:after, .explore-by-role__item:focus:after {
      background-color: #ffffff; }
    .explore-by-role__item:hover .explore-by-role__link, .explore-by-role__item:focus .explore-by-role__link {
      color: #ffffff; }
  .explore-by-role__item .explore-by-role__link {
    text-decoration: none;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative; }

.explore-by-role__link {
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 0 12px 26px;
  position: relative; }
  .explore-by-role__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .explore-by-role__link:hover:before {
    -webkit-transform: translateX(3px) rotate(45deg);
            transform: translateX(3px) rotate(45deg); }

.explore-this-section {
  display: none; }
  @media (min-width: 900px) {
    .explore-this-section {
      padding-left: 16px;
      padding-right: 16px;
      display: block;
      margin-bottom: 55px; } }
  @media (min-width: 900px) and (min-width: 900px) {
    .explore-this-section {
      padding-left: 55px; } }
  @media (min-width: 900px) and (min-width: 1100px) {
    .explore-this-section {
      padding-left: 105px; } }
  @media (min-width: 900px) and (min-width: 900px) {
    .explore-this-section {
      padding-right: 55px; } }
  @media (min-width: 900px) and (min-width: 1100px) {
    .explore-this-section {
      padding-right: 105px; } }
  @media (min-width: 900px) {
      .explore-this-section ol, .explore-this-section ul, .explore-this-section li {
        list-style-type: none;
        margin: 0;
        padding: 0; }
      .explore-this-section__title {
        font-family: "Roboto Slab", sans-serif;
        font-display: swap;
        line-height: 1.2;
        letter-spacing: 0.02rem;
        font-weight: 700;
        font-size: 1.125rem;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #717171;
        margin-bottom: 30px; } }
    @media (min-width: 900px) and (min-width: 900px) {
      .explore-this-section__title {
        font-size: 1.4375rem; } }
    @media (min-width: 900px) and (min-width: 900px) {
      .explore-this-section__title {
        font-size: 1.125rem; } }
  @media (min-width: 900px) {
      .explore-this-section__current__stage {
        border-top: 1px solid #ffffff;
        -webkit-transition: border 0.2s;
        transition: border 0.2s;
        color: #1E407C;
        font-weight: 700;
        border-top-color: #1E407C;
        border-bottom-color: #1E407C;
        padding: 12px 0; }
        .explore-this-section__current__stage:hover, .explore-this-section__current__stage:focus {
          border-top-color: #1E407C;
          border-bottom-color: #1E407C; }
        .explore-this-section__current__stage .menu__item__link, .explore-this-section__current__stage .menu-sidebar__link, .explore-this-section__current__stage .explore-section__current__boundary, .explore-this-section__current__stage .explore-by-role__link {
          text-decoration: none;
          -webkit-transition: border 0.2s;
          transition: border 0.2s;
          display: block;
          position: relative; }
        .explore-this-section__current__stage:focus-visible {
          outline: 2px solid var(--focus-visible-outline-color);
          outline-offset: var(--focus-visible-outline-offset); } }

.component-explorer {
  padding: 0 18px;
  background-color: #657380; }
  @media (min-width: 900px) {
    .component-explorer {
      padding: 0 45px; } }
  .component-explorer .gridtab__controls {
    display: none !important; }
    @media (min-width: 900px) {
      .component-explorer .gridtab__controls {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
  .component-explorer__boundary {
    padding-bottom: 30px;
    padding-top: 20px; }
    @media (min-width: 900px) {
      .component-explorer__boundary {
        max-width: 1280px;
        margin: 0 auto; } }
  .component-explorer__heading {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 1.375rem;
    line-height: 22px;
    padding-bottom: 23px;
    color: #ffffff; }
    @media (min-width: 900px) {
      .component-explorer__heading {
        text-transform: uppercase;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-display: swap;
        font-size: 1.6875rem;
        line-height: 35px;
        letter-spacing: 1px;
        text-align: center;
        padding-bottom: 37px; } }
  .component-explorer__tab-header {
    background-color: #3B4C60;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 44px !important;
    padding-right: 44px !important;
    position: relative;
    margin-bottom: 18px !important; }
    @media (min-width: 900px) {
      .component-explorer__tab-header {
        width: calc(30%) !important;
        min-width: 30% !important;
        margin-right: 15px !important;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .component-explorer__tab-header:hover {
          background-color: #ffffff;
          color: #263B80; } }
    .component-explorer__tab-header:hover {
      cursor: pointer; }
    .component-explorer__tab-header.is-active {
      color: #263B80; }
  .component-explorer__tab-content-boundary {
    padding-top: 17px; }
  .component-explorer__tab-content-stage {
    padding-top: 28px;
    padding-bottom: 20px;
    margin-bottom: 19px;
    background-color: #ffffff;
    margin-bottom: 16px; }
    @media (min-width: 900px) {
      .component-explorer__tab-content-stage {
        padding-left: 19px;
        padding-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 15px; } }
    .component-explorer__tab-content-stage a {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      font-size: 1.375rem;
      line-height: 1;
      text-transform: none;
      text-decoration: none;
      color: #263B80;
      display: block;
      margin-left: 5px;
      margin-right: 10px;
      padding-top: 18px;
      padding-bottom: 20px;
      padding-left: 30px;
      position: relative;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
      .component-explorer__tab-content-stage a:hover {
        background-color: #E4E4E4; }
      @media (min-width: 900px) {
        .component-explorer__tab-content-stage a {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
      .component-explorer__tab-content-stage a:before {
        content: '';
        width: 9px;
        height: 16px;
        display: block;
        background: url(../../images/svg/icon-chevron-right.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 8px;
        top: 19px; }
        @media (min-width: 900px) {
          .component-explorer__tab-content-stage a:before {
            left: 4px; } }
  .component-explorer__tabs {
    margin: 0;
    padding: 0 !important; }
  .component-explorer__circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff; }
  .component-explorer__trigger-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    bottom: 9px; }
  .component-explorer__plus {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px; }
    .component-explorer__plus:before, .component-explorer__plus:after {
      content: '';
      background-color: #14729d;
      position: absolute;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .component-explorer__plus:before {
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      margin-left: -1px; }
      .component-explorer__tab-header.is-active .component-explorer__plus:before {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .component-explorer__plus:after {
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px; }
  .component-explorer__arrow {
    position: absolute;
    bottom: -35px;
    opacity: 0;
    -webkit-transition: opacity 0s ease .25s;
    transition: opacity 0s ease .25s; }
    .component-explorer__tab-header.is-active .component-explorer__arrow {
      opacity: 1;
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .component-explorer__arrow:before {
      content: '';
      display: none;
      width: 50px;
      height: 17px;
      background: url(../../images/svg/arrow-up-wide.svg) no-repeat center; }
      @media (min-width: 900px) {
        .component-explorer__arrow:before {
          display: block; } }

.facebook-component__stage {
  position: relative;
  background-size: cover;
  background-position: center;
  /* &:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: $white;
      height: 72px;

      @include bp(sm3) {
        content: none;
      }
    } */ }
  @media (max-width: 900px) {
    .facebook-component__stage {
      background: none !important; } }
  @media (min-width: 900px) {
    .facebook-component__stage {
      padding: 141px 45px; } }
  .facebook-component__stage picture {
    display: none; }

.facebook-component__boundary {
  max-width: 1280px;
  margin: 0 auto; }

.facebook-items__stage {
  padding: 15px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 900px) {
    .facebook-items__stage {
      padding: 0;
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.factoid__inner {
  container-type: inline-size; }

@container (min-width: 600px) {
  .factoid__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.factoid__stage {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
  container-type: inline-size; }
  @media (min-width: 900px) {
    .factoid__stage {
      padding-left: 25px; } }
  @media (min-width: 1100px) {
    .factoid__stage {
      padding-left: 55px; } }
  @media (min-width: 900px) {
    .factoid__stage {
      padding-right: 25px; } }
  @media (min-width: 1100px) {
    .factoid__stage {
      padding-right: 55px; } }
  .paragraph-component-group .factoid__stage {
    margin: 0;
    padding: 0; }

.featured-image-component + .featured-image-component {
  margin-top: 1rem; }

.featured-image-component__banner-image {
  display: block;
  position: relative; }

@media (min-width: 900px) {
  .featured-image-component__boundary {
    margin: 0 auto;
    position: relative; } }

@media (min-width: 900px) {
  .featured-image-component__heading-boundary {
    position: relative;
    width: 100%; } }

.featured-image-component__heading {
  padding: 1rem 2rem;
  max-width: 600px; }
  .featured-image-component__heading h1,
  .featured-image-component__heading h2 {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.5625rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.1; }
    @media (min-width: 900px) {
      .featured-image-component__heading h1,
      .featured-image-component__heading h2 {
        font-size: 1.875rem; } }
  .featured-image-component__heading--below {
    position: relative; }
    @media (min-width: 900px) {
      .featured-image-component__heading--below {
        padding-left: 3rem; } }
  .featured-image-component__heading--right_overlay {
    position: relative; }
    @media (min-width: 900px) {
      .featured-image-component__heading--right_overlay {
        position: absolute;
        bottom: 2rem;
        right: 0;
        max-width: 500px; } }
  .featured-image-component__heading--white_blue {
    background-color: #263B80;
    color: #ffffff; }
  .featured-image-component__heading--blue_yellow {
    background-color: #fcd154;
    color: #263B80; }

.file-component {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .file-component {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .file-component {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .file-component {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .file-component {
      padding-right: 105px; } }
  .file-component__link {
    padding-left: 30px;
    position: relative;
    display: block; }
    .file-component__link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      height: 23px;
      background: url(../../images/svg/icon-pdf.svg) no-repeat 0 0;
      background-size: contain; }

.flexible-callout__outer {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    .flexible-callout__outer {
      padding-left: 25px; } }
  @media (min-width: 1100px) {
    .flexible-callout__outer {
      padding-left: 55px; } }
  @media (min-width: 900px) {
    .flexible-callout__outer {
      padding-right: 25px; } }
  @media (min-width: 1100px) {
    .flexible-callout__outer {
      padding-right: 55px; } }

.flexible-callout__stage {
  padding: 30px;
  background-color: #E4E4E4; }

.flexible-callout__boundary {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #1E407C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    .flexible-callout__boundary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.flexible-callout__primary {
  padding-right: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 600px) {
    .flexible-callout__primary {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.flexible-callout__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1E407C;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .flexible-callout__title {
      font-size: 1.4375rem; } }

.flexible-callout__summary {
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  -ms-flex-preferred-size: 184px;
      flex-basis: 184px;
  color: #1E407C;
  margin-bottom: 30px; }

.flexible-callout__image {
  display: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .flexible-callout__image {
      display: block;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

@media (min-width: 600px) {
  .grid-items.-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto; } }

.grid-items--checkered ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto; }

.grid-items--checkered li {
  margin: 0; }
  .grid-items--checkered li:nth-child(2) a, .grid-items--checkered li:nth-child(6) a {
    background-color: #3B6497; }
  .grid-items--checkered li:nth-child(3) a, .grid-items--checkered li:nth-child(4) a {
    background-color: #142E5B; }

.grid-items--checkered a {
  font-display: swap;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 32px 18px 12px 8px; }
  .grid-items--checkered a:before {
    right: 9px;
    left: 8px; }
    @media (min-width: 1100px) {
      .grid-items--checkered a:before {
        right: 12px;
        left: 12px; } }
  @media (min-width: 1100px) {
    .grid-items--checkered a {
      padding: 60px 18px 18px 12px;
      font-display: swap;
      font-size: 1.375rem;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .grid-items--checkered a {
      padding-top: 100px; } }

@media (min-width: 600px) {
  .grid-items.-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto; } }

.homepage-banner__stage {
  position: relative; }
  @media (min-width: 900px) {
    .homepage-banner__stage {
      padding: 20px 20px 0 20px;
      background: linear-gradient(45deg, #C2C2C2 0%, #E4E4E4 50%, #C2C2C2 100%); } }

@media (min-width: 900px) {
  .homepage-banner__boundary {
    max-width: 1280px;
    margin: 0 auto; } }

.homepage-banner__caption {
  color: #1E407C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  padding: 20px 20px 20px 0;
  font-display: swap;
  font-size: 0.875rem; }
  @media (min-width: 900px) {
    .homepage-banner__caption {
      padding-right: 0;
      width: auto; } }
  @media (min-width: 1100px) {
    .homepage-banner__caption {
      padding-bottom: 50px; } }
  .homepage-banner__caption--vp-large {
    display: none; }
    @media (min-width: 900px) {
      .homepage-banner__caption--vp-large {
        display: block; } }

.homepage-banner__image-stage--vp-small {
  background: linear-gradient(45deg, #C2C2C2 0%, #E4E4E4 50%, #C2C2C2 100%);
  padding: 12px 12px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 900px) {
    .homepage-banner__image-stage--vp-small {
      display: none; } }

@media (min-width: 900px) {
  .homepage-banner__image-stage--vp-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.homepage-banner__image-boundary {
  display: none; }
  @media (min-width: 900px) {
    .homepage-banner__image-boundary {
      display: block;
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-left: 20px;
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4; } }
  @media (min-width: 1100px) {
    .homepage-banner__image-boundary {
      padding-left: 50px;
      -webkit-box-flex: 4.5;
          -ms-flex: 4.5;
              flex: 4.5; } }

.homepage-banner__image {
  width: 40%;
  height: auto;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media (min-width: 900px) {
    .homepage-banner__image {
      width: auto; } }

@media (min-width: 900px) {
  .homepage-banner__panel {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
    position: relative; } }

.html-embed__wrap {
  max-width: 1280px;
  margin: 0 auto;
  margin: 2rem 1rem; }
  @media (min-width: 1400px) {
    .html-embed__wrap {
      margin-left: auto;
      margin-right: auto; } }

.html-embed__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 1rem; }

.html-embed__heading {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.375rem;
  line-height: 22px;
  color: #1E407C;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto; }
  @media (min-width: 900px) {
    .html-embed__heading {
      text-transform: uppercase;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-display: swap;
      font-size: 1.6875rem;
      line-height: 35px;
      letter-spacing: 1px;
      text-align: center;
      padding: 0; } }

.html-embed__link {
  position: relative;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto; }
  .html-embed__link a {
    font-display: swap;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #1E407C; }
  .html-embed__link::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    display: block;
    background: url(../../images/svg/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 4px; }
    @media (min-width: 900px) {
      .html-embed__link::after {
        bottom: 10px; } }

.html-embed__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%;
  max-width: 100%; }
  .html-embed__inner iframe {
    width: 100%;
    max-width: 100%; }

.image__stage {
  margin-bottom: 50px; }

.image__image {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 600px) {
    .image__image {
      padding-left: 15px; } }
  @media (min-width: 1100px) {
    .image__image {
      padding-left: 55px; } }
  @media (min-width: 600px) {
    .image__image {
      padding-right: 15px; } }
  @media (min-width: 1100px) {
    .image__image {
      padding-right: 55px; } }
  [data-grid-columns] .image__image {
    padding-inline: 0; }

.image__caption {
  padding-left: 16px;
  padding-right: 16px;
  font-display: swap;
  font-size: 0.875rem;
  color: #263B80;
  padding-top: 12px; }
  @media (min-width: 900px) {
    .image__caption {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .image__caption {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .image__caption {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .image__caption {
      padding-right: 105px; } }
  .paragraph-component-group .image__caption {
    padding: 0.75rem 1rem 0; }
  [data-component-theme='dark'] .image__caption {
    color: #bed9f0; }

.image-block__caption {
  padding-left: 16px;
  padding-right: 16px;
  font-display: swap;
  font-size: 0.875rem;
  color: #263B80;
  padding-top: 12px; }
  @media (min-width: 900px) {
    .image-block__caption {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .image-block__caption {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .image-block__caption {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .image-block__caption {
      padding-right: 105px; } }
  .paragraph-component-group .image-block__caption {
    padding: 0.75rem 1rem 0; }
  [data-component-theme='dark'] .image-block__caption {
    color: #bed9f0; }

.landing-banner-component__banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  /* &:after {
      content: '';
      display: block;
      background: url(../../images/svg/shield_strokes.svg);
      width: 362px;
      height: 399px;
      position: absolute;
      right: -47px;
      top: -58px;

      @include bp(md) {
        width: 776px;
        height: 850px;
        right: 57px;
        top: -129px;
      }
    } */ }
  .landing-banner-component__banner img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    width: 100%; }

@media (min-width: 900px) {
  .landing-banner-component__boundary {
    margin: 0 auto;
    position: relative; } }

.landing-banner-component__initial-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 0.875rem;
  line-height: 1.6;
  display: inline-block;
  padding-bottom: 8px; }
  @media (min-width: 900px) {
    .landing-banner-component__initial-text {
      font-size: 1.375rem;
      line-height: 1.8; } }
  @media (min-width: 900px) {
    .landing-banner-component__initial-text {
      padding-left: 19px;
      padding-right: 12px;
      padding-top: 8px;
      padding-bottom: 8px; }
      .landing-banner-component__initial-text--white_lightblue {
        background-color: #ffffff;
        color: #263B80; }
      .landing-banner-component__initial-text--blue_yellow {
        background-color: #263B80;
        color: #ffffff; }
      .landing-banner-component__initial-text--blue_white {
        color: #ffffff;
        background-color: #263B80; } }

.landing-banner-component__primary-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.4375rem;
  line-height: 1.3; }
  @media (min-width: 900px) {
    .landing-banner-component__primary-text {
      font-size: 3.125rem;
      line-height: 1.4; } }
  @media (min-width: 900px) {
    .landing-banner-component__primary-text {
      max-width: 1066px;
      margin-left: 21px;
      margin-right: 20px; } }
  @media (min-width: 900px) {
    .landing-banner-component__primary-text--blue_white span {
      background-color: #ffffff;
      color: #263B80;
      -webkit-box-shadow: 21px 0 0 #ffffff, -21px 0 0 #ffffff;
              box-shadow: 21px 0 0 #ffffff, -21px 0 0 #ffffff; } }
  @media (min-width: 900px) {
    .landing-banner-component__primary-text--white_lightblue span {
      background-color: #14729d;
      color: #ffffff;
      -webkit-box-shadow: 21px 0 0 #14729d, -21px 0 0 #14729d;
              box-shadow: 21px 0 0 #14729d, -21px 0 0 #14729d; } }
  @media (min-width: 900px) {
    .landing-banner-component__primary-text--blue_yellow span {
      background-color: #fcd154;
      color: #263B80;
      -webkit-box-shadow: 21px 0 0 #fcd154, -21px 0 0 #fcd154;
              box-shadow: 21px 0 0 #fcd154, -21px 0 0 #fcd154; } }
  .landing-banner-component__primary-text span {
    display: inline;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone; }
    @media (min-width: 900px) {
      .landing-banner-component__primary-text span {
        padding: 10px 0; } }

@media (min-width: 900px) {
  .landing-banner-component__headings-boundary {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; } }

.landing-banner-component__headings {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8px;
  padding-bottom: 15px; }
  @media (min-width: 900px) {
    .landing-banner-component__headings {
      max-width: 1280px;
      margin: 0;
      position: absolute;
      padding: 0 45px;
      bottom: 54px; } }
  @media (min-width: 1400px) {
    .landing-banner-component__headings {
      padding: 0; } }
  .landing-banner-component__headings--blue_white {
    background-color: #ffffff;
    color: #263B80; }
  .landing-banner-component__headings--white_lightblue {
    background-color: #14729d;
    color: #ffffff; }
  .landing-banner-component__headings--blue_yellow {
    background-color: #fcd154;
    color: #263B80; }
  @media (min-width: 900px) {
    .landing-banner-component__headings--blue_white, .landing-banner-component__headings--white_lightblue, .landing-banner-component__headings--blue_yellow {
      background-color: transparent; } }

.landing-banner-component__links {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 0; }
  @media (min-width: 450px) {
    .landing-banner-component__links {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.landing-banner-component__link {
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (min-width: 450px) {
    .landing-banner-component__link {
      margin-right: 14px;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .landing-banner-component__link {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }
  .landing-banner-component__link:last-child {
    margin-right: 0; }
  .landing-banner-component__link--blue {
    color: #ffffff;
    background-color: #263B80;
    border-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ffffff;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 1rem;
    font-weight: 400;
    padding: 18px 30px;
    font-weight: 600;
    border: 0; }
    .landing-banner-component__link--blue:hover, .landing-banner-component__link--blue:focus {
      color: #263B80;
      background-color: #ffffff;
      border-color: #263B80; }
    .landing-banner-component__link--blue:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
  .landing-banner-component__link--white {
    color: #263B80;
    background-color: #ffffff;
    border-color: #263B80;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #263B80;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 1rem;
    font-weight: 400;
    padding: 18px 30px;
    font-weight: 600;
    border: 0; }
    .landing-banner-component__link--white:hover, .landing-banner-component__link--white:focus {
      color: #ffffff;
      background-color: #263B80;
      border-color: #ffffff; }
    .landing-banner-component__link--white:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }

.link-grid-items__stage {
  position: relative;
  background-color: #F7F7F7;
  margin-bottom: 200px; }

.link-group {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 17px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .link-group {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .link-group {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .link-group {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .link-group {
      padding-right: 105px; } }
  @media (min-width: 900px) {
    .link-group {
      max-width: 1280px;
      margin: 0 auto;
      padding-left: 43px;
      padding-right: 43px;
      margin-top: 53px;
      margin-bottom: 60px; } }
  .link-group__title {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 1.375rem;
    line-height: 22px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-bottom: 24px; }
    @media (min-width: 900px) {
      .link-group__title {
        padding-bottom: 42px; } }
  .link-group .group-item {
    text-decoration: none;
    color: #263B80;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 8px;
    border-top: 2px solid #EBECEC;
    border-right: 1px solid #EBECEC;
    position: relative;
    min-height: 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 900px) {
      .link-group .group-item {
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 267px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease;
        padding-top: 17px;
        padding-bottom: 32px;
        min-height: none; }
        .link-group .group-item:hover:before {
          opacity: 1; }
        .link-group .group-item:nth-child(4n) {
          border-right: 0; }
        .link-group .group-item:nth-child(-n + 4) {
          border-top: 0; }
          .link-group .group-item:nth-child(-n + 4) .group-item__bar-hor-top-right,
          .link-group .group-item:nth-child(-n + 4) .group-item__bar-ver-top-right,
          .link-group .group-item:nth-child(-n + 4) .group-item__bar-hor-top-left {
            display: none; }
        .link-group .group-item:last-child {
          min-height: 300px; }
          .link-group .group-item:last-child .group-item__bar-ver-top-right,
          .link-group .group-item:last-child .group-item__bar-hor-top-right,
          .link-group .group-item:last-child .group-item__bar-ver-bottom-right {
            display: none; }
        .link-group .group-item:nth-child(5), .link-group .group-item:nth-child(6), .link-group .group-item:nth-child(7) {
          padding-top: 17px;
          min-height: 300px; }
          .link-group .group-item:nth-child(5) .group-item__bar-ver-bottom-right, .link-group .group-item:nth-child(6) .group-item__bar-ver-bottom-right, .link-group .group-item:nth-child(7) .group-item__bar-ver-bottom-right {
            display: none; }
        .link-group .group-item:first-child .group-item__bar-ver-bottom-right {
          display: none; }
        .link-group .group-item:nth-child(5) .group-item__bar-hor-top-left {
          display: none; } }
    .link-group .group-item__image {
      display: none; }
      @media (min-width: 900px) {
        .link-group .group-item__image {
          display: block;
          border-radius: 50%; } }
      .link-group .group-item__image > *,
      .link-group .group-item__image > * > * {
        width: 100%;
        max-width: 154px;
        border-radius: 100vw; }
    @media (max-width: 900px) {
      .link-group .group-item:first-child, .link-group .group-item:nth-child(2) {
        border-top: 0; }
      .link-group .group-item:nth-child(2n + 2) {
        border-right: 0; }
        .link-group .group-item:nth-child(2n + 2) .group-item__bar-hor-top-right,
        .link-group .group-item:nth-child(2n + 2) .group-item__bar-ver-top-right {
          display: none; }
      .link-group .group-item:nth-child(odd) .group-item__bar-ver-bottom-right,
      .link-group .group-item:nth-child(odd) .group-item__bar-hor-top-left {
        display: none; }
      .link-group .group-item:last-child .group-item__bar-ver-bottom-right {
        display: none; }
      .link-group .group-item:first-child .group-item__bar-hor-top-right,
      .link-group .group-item:first-child .group-item__bar-ver-top-right {
        display: none; }
      .link-group .group-item:nth-child(2) .group-item__bar-hor-top-left {
        display: none; } }
    .link-group .group-item:after {
      content: '';
      position: absolute;
      width: 9px;
      height: 16px;
      display: block;
      background: url(../../images/svg/icon-chevron-right.svg) no-repeat;
      background-size: contain;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 8px; }
      @media (min-width: 900px) {
        .link-group .group-item:after {
          bottom: 14px; } }
    .link-group .group-item:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: #fcd154;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      z-index: -1;
      top: 0;
      right: 0; }
    .link-group .group-item__title {
      font-size: 1.125rem;
      line-height: 1.2;
      font-weight: 600;
      font-family: "Source Sans Pro", sans-serif;
      max-width: 170px;
      text-align: center;
      position: absolute;
      top: 15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding-right: 8px;
      padding-left: 8px; }
      @media (min-width: 900px) {
        .link-group .group-item__title {
          font-size: 1.375rem;
          line-height: 1.3; } }
      @media (min-width: 900px) {
        .link-group .group-item__title {
          position: relative;
          max-width: 270px;
          padding-bottom: 28px; } }
    .link-group .group-item__bar-hor-top-right {
      display: block;
      position: absolute;
      height: 2px;
      width: 23px;
      background-color: #fcd154;
      top: -2px;
      right: -1px; }
    .link-group .group-item__bar-ver-top-right {
      display: block;
      position: absolute;
      width: 2px;
      height: 22px;
      background-color: #fcd154;
      right: -1px;
      top: 0; }
    .link-group .group-item__bar-hor-top-left {
      display: block;
      position: absolute;
      height: 2px;
      width: 23px;
      background-color: #fcd154;
      left: -1px;
      top: -2px; }
    .link-group .group-item__bar-ver-bottom-right {
      display: block;
      position: absolute;
      width: 2px;
      height: 22px;
      background-color: #fcd154;
      bottom: 0;
      left: -2px; }
  .link-group .group-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.main-menu__stage {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 101;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-left: 1px solid #D8D8D8;
  overflow-y: scroll;
  padding-top: 33px;
  padding-left: 33px;
  padding-right: 33px;
  z-index: 1; }
  @media (min-width: 600px) {
    .main-menu__stage {
      width: 520px; } }

.main__stage.menu-active .main-menu__stage {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.menu--main_menu {
  list-style: none;
  position: relative;
  padding: 0;
  width: 100%; }
  .menu--main_menu--level_0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .menu--main_menu--level_1 {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: opacity 300ms, -webkit-box-shadow 300ms 300ms;
    transition: opacity 300ms, -webkit-box-shadow 300ms 300ms;
    transition: opacity 300ms, box-shadow 300ms 300ms;
    transition: opacity 300ms, box-shadow 300ms 300ms, -webkit-box-shadow 300ms 300ms;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(305px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    -ms-grid-rows: min-content 1fr;
        grid-template-rows: -webkit-min-content 1fr;
        grid-template-rows: min-content 1fr;
    gap: 0px 0px;
        grid-template-areas: "column-1 column-2 column-3 column-4" "callout callout callout column-4"; }
    @media (max-width: 1279px) {
      .menu--main_menu--level_1 {
        -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
  .menu--main_menu--level_1[hidden] {
    display: none !important; }
  .menu--main_menu--level_2 {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .menu--main_menu--level_2 span span a {
      --focus-visible-outline-offset: -2px;
      padding: 5px 13px; }
    .menu--main_menu--level_2.show-menu-items .menu_item--level_2.menu_item--hide {
      opacity: 1;
      height: auto; }
    .menu--main_menu--level_2 > button.view-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      cursor: pointer;
      padding: 5px 13px;
      color: #717171;
      font-size: 16px; }
      .menu--main_menu--level_2 > button.view-more svg {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 0.25rem; }
      .menu--main_menu--level_2 > button.view-more strong {
        margin-left: 0.25rem;
        font-size: 20px; }
      .menu--main_menu--level_2 > button.view-more:hover {
        color: #0079C8; }
  .menu--main_menu .menu_item > span > a,
  .menu--main_menu .menu_item > span > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0;
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms; }
    .menu--main_menu .menu_item > span > a .image,
    .menu--main_menu .menu_item > span > span .image {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .menu--main_menu .menu_item--level_0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .menu--main_menu .menu_item--level_0:hover > a,
    .menu--main_menu .menu_item--level_0:hover > span, .menu--main_menu .menu_item--level_0.is-expanded > a,
    .menu--main_menu .menu_item--level_0.is-expanded > span {
      background-color: #14729d;
      color: #ffffff; }
    .menu--main_menu .menu_item--level_0:hover .menu--main_menu--level_1, .menu--main_menu .menu_item--level_0.is-expanded .menu--main_menu--level_1 {
      opacity: 1;
      height: auto;
      overflow: visible;
      -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.33);
              box-shadow: 0 10px 12px rgba(0, 0, 0, 0.33); }
    .menu--main_menu .menu_item--level_0:hover .sub-menu-toggle__icon, .menu--main_menu .menu_item--level_0.is-expanded .sub-menu-toggle__icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .menu--main_menu .menu_item--level_0.menu_item--has_children .sub-menu-toggle {
      padding: 1rem 1.75rem 0.75rem 0.25rem;
      position: absolute;
      right: -0.5rem;
      top: 0;
      height: 100%; }
    .menu--main_menu .menu_item--level_0.menu_item--has_children .menu_item__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 0.35rem;
      padding: 0 2.75rem 0 0;
      font-size: 20px;
      font-weight: 600;
      position: relative; }
      .menu--main_menu .menu_item--level_0.menu_item--has_children .menu_item__wrap:hover {
        background-color: #14729d; }
        .menu--main_menu .menu_item--level_0.menu_item--has_children .menu_item__wrap:hover a {
          color: #ffffff; }
        .menu--main_menu .menu_item--level_0.menu_item--has_children .menu_item__wrap:hover .sub-menu-toggle svg {
          fill: #ffffff; }
    .menu--main_menu .menu_item--level_0 > a,
    .menu--main_menu .menu_item--level_0 > span {
      padding: 7px 35px 7px 25px;
      font-size: 20px;
      font-weight: 600;
      display: block;
      margin: 0 5px 0 0; }
    .menu--main_menu .menu_item--level_0.is-expanded .menu_item__wrap {
      background-color: #14729d; }
      .menu--main_menu .menu_item--level_0.is-expanded .menu_item__wrap a {
        color: #ffffff; }
      .menu--main_menu .menu_item--level_0.is-expanded .menu_item__wrap .sub-menu-toggle svg {
        fill: #ffffff; }
  .menu--main_menu .menu_item--level_1 {
    padding: 10px 10px 5px; }
    .menu--main_menu .menu_item--level_1.menu_item--column-1 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: column-1; }
    .menu--main_menu .menu_item--level_1.menu_item--column-2 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-area: column-2; }
    .menu--main_menu .menu_item--level_1.menu_item--column-3 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: column-3; }
    .menu--main_menu .menu_item--level_1.menu_item--column-4 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 4;
      grid-area: column-4;
      background-color: #bed9f0; }
      .menu--main_menu .menu_item--level_1.menu_item--column-4 .menu_item--has_icon .image {
        background-color: #263B80;
        border-radius: 100px;
        padding: 10px;
        width: 55px;
        height: 55px;
        margin-right: 5px; }
    .menu--main_menu .menu_item--level_1.menu_item--callout {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-area: callout; }
    .menu--main_menu .menu_item--level_1:empty {
      display: none;
      padding: 0; }
    .menu--main_menu .menu_item--level_1 > a,
    .menu--main_menu .menu_item--level_1 > span {
      color: #3B4C60;
      font-size: 17px;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .menu--main_menu .menu_item--level_1 > a span a,
      .menu--main_menu .menu_item--level_1 > span span a {
        padding: 5px 0; }
      .menu--main_menu .menu_item--level_1 > a:hover,
      .menu--main_menu .menu_item--level_1 > span:hover {
        color: #263B80; }
      .menu--main_menu .menu_item--level_1 > a > a,
      .menu--main_menu .menu_item--level_1 > span > a {
        color: #1E407C; }
      .menu--main_menu .menu_item--level_1 > a::after,
      .menu--main_menu .menu_item--level_1 > span::after {
        display: none; }
      .menu--main_menu .menu_item--level_1 > a .nolink,
      .menu--main_menu .menu_item--level_1 > span .nolink {
        color: #1E407C;
        cursor: text; }
    .menu--main_menu .menu_item--level_1.menu_item--column-1 .menu_item--level_1 > span span > a:not(.nolink), .menu--main_menu .menu_item--level_1.menu_item--column-2 .menu_item--level_1 > span span > a:not(.nolink), .menu--main_menu .menu_item--level_1.menu_item--column-3 .menu_item--level_1 > span span > a:not(.nolink) {
      background-image: url("../../images/svg/angle-right-md-blue.svg");
      background-repeat: no-repeat;
      background-size: 6px;
      background-position: right center;
      padding-right: 12px; }
    .menu--main_menu .menu_item--level_1.menu_item--column-1 .menu_item--level_1 > span span > a:not(.nolink):hover, .menu--main_menu .menu_item--level_1.menu_item--column-2 .menu_item--level_1 > span span > a:not(.nolink):hover, .menu--main_menu .menu_item--level_1.menu_item--column-3 .menu_item--level_1 > span span > a:not(.nolink):hover {
      background-image: url("../../images/svg/angle-right-lt-blue.svg");
      background-repeat: no-repeat; }
  .menu--main_menu .menu_item--level_2.menu_item--hide {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 300ms, opacity 300ms;
    transition: height 300ms, opacity 300ms; }
  .menu--main_menu .menu_item--level_2 > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .menu--main_menu .menu_item--level_2 > span > a,
    .menu--main_menu .menu_item--level_2 > span > span {
      color: #717171;
      background-image: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .menu--main_menu .menu_item--level_2 > span > a:hover,
      .menu--main_menu .menu_item--level_2 > span > span:hover {
        color: #263B80; }
      .menu--main_menu .menu_item--level_2 > span > a a,
      .menu--main_menu .menu_item--level_2 > span > span a {
        color: #717171; }
        .menu--main_menu .menu_item--level_2 > span > a a:hover,
        .menu--main_menu .menu_item--level_2 > span > span a:hover {
          color: #0079C8; }
  .menu--main_menu .menu_item--callout {
    padding: 10px 30px 20px; }
    .menu--main_menu .menu_item--callout .menu_item--level_1 {
      border-top: 3px solid #bed9f0;
      padding: 20px 0; }
      .menu--main_menu .menu_item--callout .menu_item--level_1 > a,
      .menu--main_menu .menu_item--callout .menu_item--level_1 > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .menu--main_menu .menu_item--callout .menu_item--level_1 > a .image,
        .menu--main_menu .menu_item--callout .menu_item--level_1 > span .image {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%;
          max-width: 38%;
          padding: 15px;
          margin-right: 40px;
          -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.33);
                  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.33);
          height: auto; }
        .menu--main_menu .menu_item--callout .menu_item--level_1 > a span,
        .menu--main_menu .menu_item--callout .menu_item--level_1 > span span {
          font-weight: 800;
          color: #263B80;
          font-size: 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: left;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .menu--main_menu .menu_item--callout .menu_item--level_1 > a span > a,
          .menu--main_menu .menu_item--callout .menu_item--level_1 > span span > a {
            padding: 0;
            background-image: none; }
        .menu--main_menu .menu_item--callout .menu_item--level_1 > a p,
        .menu--main_menu .menu_item--callout .menu_item--level_1 > span p {
          color: #2D2E32;
          margin: 10px 0 0;
          font-size: 18px;
          font-weight: 400; }
        .menu--main_menu .menu_item--callout .menu_item--level_1 > a p > a,
        .menu--main_menu .menu_item--callout .menu_item--level_1 > span p > a {
          display: inline-block;
          padding: 0; }
  .menu--main_menu .menu_item--has_icon .image {
    display: block;
    padding: 0;
    width: 23px;
    height: 25px;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .menu--main_menu .menu_item--has_icon .image svg {
    width: 100%; }
  .menu--main_menu .menu_item--has_icon > span > span,
  .menu--main_menu .menu_item--has_icon > span > span {
    padding: 0 7px; }
    .menu--main_menu .menu_item--has_icon > span > span > a:not(.image),
    .menu--main_menu .menu_item--has_icon > span > span > a:not(.image) {
      padding: 0;
      background-image: none; }
  .menu--main_menu .menu_item--level_0:hover > span > .menu__group-heading.nolink {
    color: #1E407C;
    cursor: pointer; }
  .menu--main_menu .menu_item--level_0:hover > span,
  .menu--main_menu .menu_item--level_0:hover > span > .menu__group-heading.nolink {
    color: #ffffff; }
  .menu--main_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0.5rem 0 0.5rem 1.33rem;
    -webkit-transition: background-color 250ms, color 250ms;
    transition: background-color 250ms, color 250ms; }
    .menu--main_menu a .image {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .menu--main_menu .menu__group-heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }

body.scroll-off {
  overflow: hidden; }

.sub-menu-toggle__icon {
  width: 1.25rem;
  height: 1.25rem; }

.sub-menu-toggle[aria-expanded="true"] .sub-menu-toggle__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.menu-accordion {
  margin-bottom: 100px; }
  .menu-accordion__button {
    float: right;
    margin-top: 12px; }

.menu-anchor {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .menu-anchor ol, .menu-anchor ul, .menu-anchor li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu-anchor.sticky {
    position: fixed;
    top: 0; }
  .menu-anchor.bottom {
    position: absolute;
    bottom: 40px; }
  .menu-anchor__stage {
    margin-bottom: 35px; }
    @media (min-width: 900px) {
      .menu-anchor__stage {
        margin-bottom: 60px; } }
  .menu-anchor__slider {
    position: absolute;
    top: 0;
    left: -50px;
    width: 15px;
    height: 51px;
    background-color: #1E407C;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, height 0.3s;
    transition: transform 0.3s, height 0.3s, -webkit-transform 0.3s; }

.menu-content-bottom {
  padding: 18px; }
  @media (min-width: 900px) {
    .menu-content-bottom {
      padding: 45px; } }
  .menu-content-bottom__heading {
    color: #1E407C;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 1.375rem;
    line-height: 22px;
    max-width: 1280px;
    margin: 18px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 3px solid #1E407C;
    padding-top: 20px; }
    @media (min-width: 900px) {
      .menu-content-bottom__heading {
        margin-bottom: 38px; } }
    .menu-content-bottom__heading a {
      font-display: swap;
      font-size: 1.125rem;
      font-weight: 400;
      text-decoration: none;
      text-transform: none;
      color: #14729d; }
  .menu-content-bottom__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
  .menu-content-bottom__item {
    padding: 18px 18px 18px 0;
    border-top: 1px solid #1E407C;
    display: inline-block;
    width: 100%; }
    .menu-content-bottom__item--current {
      border-top: 1px solid #14729d;
      padding: 18px 18px 18px 0;
      font-weight: 700;
      color: #14729d; }
    .menu-content-bottom__item a {
      text-decoration: none;
      color: #263B80; }

.menu--hhd {
  display: none; }

.menu-sidebar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  background: #ffffff; }
  .menu-sidebar ol, .menu-sidebar ul, .menu-sidebar li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    .menu-sidebar {
      margin-bottom: 60px; } }
  .menu-sidebar__item {
    border-top: 1px solid #ffffff;
    -webkit-transition: border 0.2s;
    transition: border 0.2s; }
    .menu-sidebar__item:hover, .menu-sidebar__item:focus {
      border-top-color: #1E407C;
      border-bottom-color: #1E407C; }
    .menu-sidebar__item .menu__item__link, .menu-sidebar__item .menu-sidebar__link, .menu-sidebar__item .explore-section__current__boundary, .menu-sidebar__item .explore-by-role__link {
      text-decoration: none;
      -webkit-transition: border 0.2s;
      transition: border 0.2s;
      display: block;
      position: relative; }
    .menu-sidebar__item:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
    .menu-sidebar__item.-level0 .menu-sidebar__link {
      font-weight: 700; }
    .menu-sidebar__item.-level1 .menu-sidebar__link {
      font-weight: 400; }
    .menu-sidebar__item.-level2 {
      border: none; }
      .menu-sidebar__item.-level2 .menu-sidebar__link {
        padding-left: 15px; }
    .menu-sidebar__item.-level3 {
      border: none; }
      .menu-sidebar__item.-level3 .menu-sidebar__link {
        padding-left: 30px; }
    .menu-sidebar__item.-level4 {
      border: none; }
      .menu-sidebar__item.-level4 .menu-sidebar__link {
        padding-left: 45px; }
    .menu-sidebar__item.-level5 {
      border: none; }
      .menu-sidebar__item.-level5 .menu-sidebar__link {
        padding-left: 60px; }
  .menu-sidebar__link {
    padding: 12px 0;
    width: calc(100% - 50px); }
  .menu-sidebar__title {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.125rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #a6a6a6; }
    @media (min-width: 900px) {
      .menu-sidebar__title {
        font-size: 1.4375rem; } }
    @media (min-width: 900px) {
      .menu-sidebar__title {
        font-size: 1.125rem; } }

.news-item__image {
  width: 100%; }

.news-list--paragraph__stage {
  border-top: 2px solid #fcd154; }
  @media (min-width: 900px) {
    .news-list--paragraph__stage {
      margin: 0 43px 45px;
      padding-top: 45px; } }

.news-list--paragraph__boundary {
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .news-list--paragraph__boundary {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 900px) {
    .staff-list .news-list--paragraph__boundary {
      display: block; } }

.news-list--paragraph__heading {
  color: #1E407C;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.375rem;
  line-height: 22px;
  max-width: 1280px;
  margin: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 3px solid #1E407C;
  padding-top: 20px; }
  @media (min-width: 900px) {
    .news-list--paragraph__heading {
      margin: 18px auto 38px; } }
  .news-list--paragraph__heading a {
    font-display: swap;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #14729d; }

.news-list--paragraph__link {
  position: relative;
  padding-right: 20px; }
  .news-list--paragraph__link:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    display: block;
    background: url(../../images/svg/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 4px; }

.news-list--paragraph__footer__boundary {
  margin-top: 47px; }
  .news-list--paragraph__footer__boundary .pager {
    text-align: center; }
    .news-list--paragraph__footer__boundary .pager .button {
      display: block;
      padding: 20px;
      background: #263B80;
      color: #ffffff; }

.news-list-dual__stage {
  background-color: #3B4C60; }

.news-list-large {
  --focus-visible-outline-color: #ffffff; }
  @media (min-width: 900px) {
    .news-list-large__stage {
      padding: 45px 43px 20px; } }
  .news-list-large__boundary {
    max-width: 1280px;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .news-list-large__boundary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .news-list-large__heading {
    max-width: 1280px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 1.375rem;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px;
    color: #ffffff; }
    @media (min-width: 900px) {
      .news-list-large__heading {
        text-transform: uppercase;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-display: swap;
        font-size: 1.6875rem;
        line-height: 35px;
        letter-spacing: 1px;
        text-align: center;
        padding: 0; } }
    .news-list-large__heading a {
      font-display: swap;
      font-size: 1.125rem;
      font-weight: 400;
      text-decoration: none;
      text-transform: none;
      color: #ffffff; }
  .news-list-large__link {
    position: relative;
    padding-right: 20px; }
    .news-list-large__link::after {
      content: '';
      position: absolute;
      width: 9px;
      height: 16px;
      display: block;
      background: url(../../images/svg/icon-chevron-right-white.svg) no-repeat;
      background-size: contain;
      right: 0;
      bottom: 4px; }
      @media (min-width: 900px) {
        .news-list-large__link::after {
          bottom: 10px; } }

@media (min-width: 900px) {
  .news-list-related__stage {
    padding: 0 43px 45px; } }

.news-list-related__boundary {
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .news-list-related__boundary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.news-list-related__heading {
  color: #1E407C;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.375rem;
  line-height: 22px;
  max-width: 1280px;
  margin: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 3px solid #1E407C;
  padding-top: 20px; }
  @media (min-width: 900px) {
    .news-list-related__heading {
      margin: 18px auto 38px; } }
  .news-list-related__heading a {
    font-display: swap;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #14729d; }

.news-list-related__link {
  position: relative;
  padding-right: 20px; }
  .news-list-related__link:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    display: block;
    background: url(../../images/svg/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 4px; }

@media (min-width: 900px) {
  .news-list-small__stage {
    padding: 0 43px 45px; } }

.news-list-small__boundary {
  max-width: 1280px;
  margin: 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 900px) {
    .news-list-small__boundary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1400px) {
    .news-list-small__boundary {
      margin-left: auto;
      margin-right: auto; } }

.news-list {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 900px) {
    .news-list {
      padding-left: 0;
      padding-right: 0; } }
  .news-list.expanded .news-list__button-collapse .icon-plus-circle__horizontal {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .news-list.expanded .news-list__button-collapse .icon-plus-circle__vertical {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .news-list.expanded .news-list__exposed-form-boundary {
    max-height: 600px; }
  .news-list.overflow-hidden .news-list__exposed-form-boundary {
    overflow: hidden; }
  .news-list__button-collapse {
    font-display: swap;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #263B80;
    padding: 15px 0 13px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .news-list__button-collapse .icon-plus-circle__circle {
      display: none; }
    .news-list__button-collapse:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
  .news-list__exposed-form-boundary {
    max-height: 0;
    padding: 1px;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s; }
  .news-list .views-exposed-form {
    margin-bottom: 30px;
    border-bottom: 2px solid #fcd154; }
    .news-list .views-exposed-form:after {
      content: "";
      display: table;
      clear: both; }
    .news-list .views-exposed-form .webform-submission-form__row {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 15px;
      padding: 0; }
      @media (min-width: 600px) {
        .news-list .views-exposed-form .webform-submission-form__row:last-child {
          margin-right: 0; } }
      .news-list .views-exposed-form .webform-submission-form__row legend {
        display: none; }
    @media (min-width: 600px) {
      .news-list .views-exposed-form .js-form-type-radio:nth-of-type(3) {
        padding-right: 0; } }
    @media (min-width: 600px) {
      .news-list .views-exposed-form .js-form-type-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px;
        -ms-flex-preferred-size: calc(100%/3);
            flex-basis: calc(100%/3); } }
    .news-list .views-exposed-form .form-item-combine-news input {
      background: url("../../images/svg/icon-search.svg") no-repeat right 15px center; }
    @media (min-width: 600px) {
      .news-list .views-exposed-form .webform-type-radios .fieldset-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .news-list .views-exposed-form input[type='radio'] + label {
      font-family: "Roboto Slab", sans-serif;
      font-display: swap;
      line-height: 1.2;
      letter-spacing: 0.02rem;
      font-weight: 700;
      font-size: 1.125rem;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #263B80;
      text-transform: none;
      border: 1px solid #D8D8D8;
      padding: 13px 45px 13px 13px;
      margin: 0;
      -webkit-transition: background-color 0.2s, border-color 0.2s;
      transition: background-color 0.2s, border-color 0.2s;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 900px) {
        .news-list .views-exposed-form input[type='radio'] + label {
          font-size: 1.4375rem; } }
      @media (min-width: 900px) {
        .news-list .views-exposed-form input[type='radio'] + label {
          font-size: 1.125rem; } }
      .news-list .views-exposed-form input[type='radio'] + label:before {
        left: auto;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .news-list .views-exposed-form input[type='radio'] + label:after {
        left: auto;
        right: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .news-list .views-exposed-form input[type="radio"]:checked + label {
      color: #ffffff;
      background-color: #263B80;
      border-color: #263B80; }
    .news-list .views-exposed-form input.form-autocomplete {
      background-image: none; }
    .news-list .views-exposed-form .select-wrapper {
      display: block;
      margin-right: 0;
      margin-bottom: 15px; }
  .news-list .form-item-field-page-department-target-id .selectboxit-container {
    display: block; }
  .news-list input[type=submit] {
    float: right;
    margin-bottom: 30px; }

.ui-autocomplete .ui-menu-item-wrapper {
  display: block; }

.staff-items__stage .news-list .views-exposed-form .webform-submission-form__row legend {
  display: block; }

.paragraph-component-group:not(:first-child) {
  margin-top: 3rem; }

.paragraph-component-group[data-component-theme='dark'] .grid > * {
  color: #ffffff; }

.paragraph-component-group + .paragraph-component-group:not(:empty) {
  margin-top: 0; }

.paragraph-component-group:not(:last-child):has(+ div:not(.paragraph-component-group)) {
  margin-bottom: 3rem; }

.image-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem; }
  .image-card h2, .image-card .h2 {
    color: #1E407C; }
  .image-card h3, .image-card .h3 {
    color: #009CDE; }
  .image-card h4, .image-card .h4 {
    color: #001E44; }
  .image-card h5, .image-card .h5 {
    color: #3EA39E; }
  @media (min-width: 900px) {
    .image-card {
      padding: 2rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .image-card h2,
  .image-card h3,
  .image-card h4 {
    margin-top: 0;
    margin-bottom: 0; }
  .image-card .image-card__image,
  .image-card .image-card__image img {
    width: 100%;
    max-width: 100%; }
  .image-card--right-align, .image-card--left-align, .image-card--below {
    padding: 1rem; }
  .image-card--right-align:not(.image-card--image_card_full) .image-card__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1rem; }
    @media (min-width: 900px) {
      .image-card--right-align:not(.image-card--image_card_full) .image-card__content {
        padding: 0 0 0 2rem; } }
  .image-card--right-align:not(.image-card--image_card_full) .image-card__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .image-card--left-align:not(.image-card--image_card_full) .image-card__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 1rem; }
    @media (min-width: 900px) {
      .image-card--left-align:not(.image-card--image_card_full) .image-card__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0 2rem 0 0; } }
  .image-card--left-align:not(.image-card--image_card_full) .image-card__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 900px) {
      .image-card--left-align:not(.image-card--image_card_full) .image-card__image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .image-card--below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .image-card--below .image-card__content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 1rem; }
      @media (min-width: 900px) {
        .image-card--below .image-card__content {
          padding-top: 2rem; } }
    .image-card--below .image-card__image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
  .image-card--image_card_full, .image-card--below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .image-card--image_card_full .image-card__content, .image-card--below .image-card__content {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 1rem; }
      @media (min-width: 900px) {
        .image-card--image_card_full .image-card__content, .image-card--below .image-card__content {
          padding-top: 2rem; } }
    .image-card--image_card_full .image-card__image, .image-card--below .image-card__image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
  @media (min-width: 900px) {
    .image-card--image_card_half:not(.image-card--below) .image-card__content {
      width: 67%; } }
  @media (min-width: 1100px) {
    .image-card--image_card_half:not(.image-card--below) .image-card__content {
      width: 50%; } }
  @media (min-width: 900px) {
    .image-card--image_card_half:not(.image-card--below) .image-card__image {
      width: 33%; } }
  @media (min-width: 1100px) {
    .image-card--image_card_half:not(.image-card--below) .image-card__image {
      width: 50%; } }
  @media (min-width: 900px) {
    .image-card--image_card_third:not(.image-card--below) .image-card__content {
      width: calc(100% - 33.33%); } }
  @media (min-width: 900px) {
    .image-card--image_card_third:not(.image-card--below) .image-card__image {
      width: 33.33%; } }
  @media (min-width: 900px) {
    .image-card--image_card_fourth:not(.image-card--below) .image-card__content {
      width: calc(100% - 25%); } }
  @media (min-width: 900px) {
    .image-card--image_card_fourth:not(.image-card--below) .image-card__image {
      width: 25%; } }

.prefooter__stage {
  color: #ffffff;
  background-color: #0F254D;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 50px; }
  @media (min-width: 900px) {
    .prefooter__stage {
      padding-left: 30px;
      padding-right: 30px; } }
  .prefooter__stage a {
    color: #ffffff; }

.prefooter__boundary {
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .prefooter__boundary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.prefooter__left {
  margin-bottom: 40px; }

.prefooter__titles {
  margin-bottom: 40px; }

.prefooter__title-main {
  font-display: swap;
  font-size: 0.875rem; }

.prefooter__title-secondary {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }
  @media (min-width: 900px) {
    .prefooter__title-secondary {
      font-size: 1.6875rem; } }

.prefooter__social-bar__icon {
  padding: 12px;
  display: inline-block;
  vertical-align: middle; }
  .prefooter__social-bar__icon:first-child {
    padding-left: 0; }

.prefooter__locations__label {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .prefooter__locations__label {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .prefooter__locations__label {
      font-size: 1.125rem; } }

@media (min-width: 1200px) {
  .prefooter__locations__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.prefooter__locations__item {
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .prefooter__locations__item {
      max-width: 225px;
      margin-right: 50px; }
      .prefooter__locations__item:last-child {
        margin-right: 0; } }

.prefooter a {
  color: #ffffff; }
  .prefooter a:hover {
    color: #ffffff; }

.program-options p {
  line-height: 1.2; }

.program-options h2 {
  font-size: 1.625rem; }

.program-options__text-block {
  position: relative;
  margin-left: 2.25rem; }
  .program-options__text-block a {
    display: block;
    padding: 1rem;
    text-decoration: none; }
    .program-options__text-block a:hover {
      text-decoration: none; }
  .program-options__text-block .program-options__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .program-options__text-block .program-options__link svg {
      margin-left: 0.5rem; }
  .program-options__text-block--blue_bg_white_txt a {
    color: white;
    background-color: #1E407C; }
    .program-options__text-block--blue_bg_white_txt a::before {
      content: " ";
      display: block;
      position: absolute;
      background-color: #1E407C;
      top: 0;
      left: -2.25rem;
      bottom: 0;
      width: 2rem;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    .program-options__text-block--blue_bg_white_txt a .program-options__link svg {
      fill: white; }
  .program-options__text-block--blue_bg_white_txt a:hover,
  .program-options__text-block--blue_bg_white_txt a:focus {
    color: white; }
    .program-options__text-block--blue_bg_white_txt a:hover::before,
    .program-options__text-block--blue_bg_white_txt a:focus::before {
      background-color: #fcd154; }
    .program-options__text-block--blue_bg_white_txt a:hover .program-options__link,
    .program-options__text-block--blue_bg_white_txt a:focus .program-options__link {
      color: #fcd154; }
      .program-options__text-block--blue_bg_white_txt a:hover .program-options__link svg,
      .program-options__text-block--blue_bg_white_txt a:focus .program-options__link svg {
        fill: #fcd154; }
  .program-options__text-block--blue_bg_white_txt a:focus {
    outline: 5px solid #fcd154; }
  .program-options__text-block--white_bg_blue_txt a {
    background-color: white;
    color: #1E407C;
    outline: 1px solid #1E407C;
    outline-offset: -1px; }
    .program-options__text-block--white_bg_blue_txt a::before {
      content: " ";
      display: block;
      position: absolute;
      background-color: #1E407C;
      top: 0;
      left: -2.25rem;
      bottom: 0;
      width: 2rem;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    .program-options__text-block--white_bg_blue_txt a .program-options__link svg {
      fill: #1E407C; }
  .program-options__text-block--white_bg_blue_txt a:hover,
  .program-options__text-block--white_bg_blue_txt a:focus {
    color: #1E407C;
    outline-color: #137EB1; }
    .program-options__text-block--white_bg_blue_txt a:hover::before,
    .program-options__text-block--white_bg_blue_txt a:focus::before {
      background-color: #137EB1; }
    .program-options__text-block--white_bg_blue_txt a:hover .program-options__link,
    .program-options__text-block--white_bg_blue_txt a:focus .program-options__link {
      color: #137EB1; }
      .program-options__text-block--white_bg_blue_txt a:hover .program-options__link svg,
      .program-options__text-block--white_bg_blue_txt a:focus .program-options__link svg {
        fill: #137EB1; }
  .program-options__text-block--white_bg_blue_txt a:focus {
    outline: 5px solid #fcd154; }
  .program-options__text-block__extra-colors::before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #1E407C;
    top: 0;
    left: -2.25rem;
    bottom: 0;
    width: 2rem;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .program-options__text-block__extra-colors .program-options__link svg {
    fill: #1E407C; }
  .program-options__text-block__extra-colors:hover::before {
    background-color: #137EB1; }
  .program-options__text-block__extra-colors a {
    outline: 1px solid #1E407C; }
    .program-options__text-block__extra-colors a:hover {
      color: #137EB1; }
      .program-options__text-block__extra-colors a:hover .program-options__link svg {
        fill: #137EB1; }
  .program-options__style--solid .program-options__text-block__color--pughblue a {
    color: #001E44;
    outline-color: #96BEE6;
    background-color: #96BEE6; }
  .program-options__style--solid .program-options__text-block__color--pughblue::before {
    background-color: #96BEE6; }
  .program-options__style--solid .program-options__text-block__color--pughblue:hover::before {
    background-color: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--pughblue .program-options__link svg {
    fill: #001E44; }
  .program-options__style--solid .program-options__text-block__color--pughblue a:hover {
    color: #1E407C; }
    .program-options__style--solid .program-options__text-block__color--pughblue a:hover .program-options__link svg {
      fill: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--pughblue::before {
    background-color: #96BEE6; }
  .program-options__style--outlined .program-options__text-block__color--pughblue:hover::before {
    background-color: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--pughblue a {
    color: #001E44;
    outline-color: #96BEE6;
    border-color: #96BEE6; }
  .program-options__style--outlined .program-options__text-block__color--pughblue .program-options__link svg {
    fill: #001E44; }
  .program-options__style--outlined .program-options__text-block__color--pughblue a:hover {
    color: #1E407C; }
    .program-options__style--outlined .program-options__text-block__color--pughblue a:hover .program-options__link svg {
      fill: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--creek::before {
    background-color: #3EA39E; }
  .program-options__style--solid .program-options__text-block__color--creek:hover::before {
    background-color: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--creek a {
    color: #ffffff;
    background-color: #3EA39E;
    outline-color: #3EA39E; }
  .program-options__style--solid .program-options__text-block__color--creek .program-options__link svg {
    fill: #ffffff; }
  .program-options__style--solid .program-options__text-block__color--creek a:hover {
    color: #ffffff; }
    .program-options__style--solid .program-options__text-block__color--creek a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--solid .program-options__text-block__color--creek a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--creek::before {
    background-color: #3EA39E; }
  .program-options__style--outlined .program-options__text-block__color--creek:hover::before {
    background-color: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--creek a {
    color: #3EA39E;
    outline-color: #3EA39E; }
  .program-options__style--outlined .program-options__text-block__color--creek .program-options__link svg {
    fill: #3EA39E; }
  .program-options__style--outlined .program-options__text-block__color--creek a:hover {
    color: #3EA39E; }
    .program-options__style--outlined .program-options__text-block__color--creek a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--outlined .program-options__text-block__color--creek a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--limestone::before {
    background-color: #A2AAAD; }
  .program-options__style--solid .program-options__text-block__color--limestone:hover::before {
    background-color: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--limestone a {
    color: #001E44;
    background-color: #A2AAAD;
    outline-color: #A2AAAD; }
  .program-options__style--solid .program-options__text-block__color--limestone .program-options__link svg {
    fill: #001E44; }
  .program-options__style--solid .program-options__text-block__color--limestone a:hover {
    color: #001E44; }
    .program-options__style--solid .program-options__text-block__color--limestone a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--solid .program-options__text-block__color--limestone a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--limestone::before {
    background-color: #A2AAAD; }
  .program-options__style--outlined .program-options__text-block__color--limestone:hover::before {
    background-color: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--limestone a {
    color: #001E44;
    outline-color: #A2AAAD; }
  .program-options__style--outlined .program-options__text-block__color--limestone .program-options__link svg {
    fill: #001E44; }
  .program-options__style--outlined .program-options__text-block__color--limestone a:hover {
    color: #001E44; }
    .program-options__style--outlined .program-options__text-block__color--limestone a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--outlined .program-options__text-block__color--limestone a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--pennsky::before {
    background-color: #009CDE; }
  .program-options__style--solid .program-options__text-block__color--pennsky:hover::before {
    background-color: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--pennsky a {
    color: #ffffff;
    background-color: #009CDE;
    outline-color: #009CDE; }
  .program-options__style--solid .program-options__text-block__color--pennsky .program-options__link svg {
    fill: #ffffff; }
  .program-options__style--solid .program-options__text-block__color--pennsky a:hover {
    color: #ffffff; }
    .program-options__style--solid .program-options__text-block__color--pennsky a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--solid .program-options__text-block__color--pennsky a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--pennsky::before {
    background-color: #009CDE; }
  .program-options__style--outlined .program-options__text-block__color--pennsky:hover::before {
    background-color: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--pennsky a {
    color: #009CDE;
    outline-color: #009CDE; }
  .program-options__style--outlined .program-options__text-block__color--pennsky .program-options__link svg {
    fill: #009CDE; }
  .program-options__style--outlined .program-options__text-block__color--pennsky a:hover {
    color: #009CDE; }
    .program-options__style--outlined .program-options__text-block__color--pennsky a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--outlined .program-options__text-block__color--pennsky a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--beaverblue::before {
    background-color: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--beaverblue:hover::before {
    background-color: #fcd154; }
  .program-options__style--solid .program-options__text-block__color--beaverblue a {
    color: #ffffff;
    background-color: #1E407C;
    outline-color: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--beaverblue .program-options__link svg {
    fill: #ffffff; }
  .program-options__style--solid .program-options__text-block__color--beaverblue a:hover {
    color: #ffffff; }
    .program-options__style--solid .program-options__text-block__color--beaverblue a:hover .program-options__link {
      color: #fcd154; }
      .program-options__style--solid .program-options__text-block__color--beaverblue a:hover .program-options__link svg {
        fill: #fcd154; }
  .program-options__style--outlined .program-options__text-block__color--beaverblue::before {
    background-color: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--beaverblue:hover::before {
    background-color: #009CDE; }
  .program-options__style--outlined .program-options__text-block__color--beaverblue a {
    color: #1E407C;
    outline-color: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--beaverblue .program-options__link svg {
    fill: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--beaverblue a:hover {
    color: #1E407C; }
    .program-options__style--outlined .program-options__text-block__color--beaverblue a:hover .program-options__link {
      color: #009CDE; }
      .program-options__style--outlined .program-options__text-block__color--beaverblue a:hover .program-options__link svg {
        fill: #009CDE; }
  .program-options__style--solid .program-options__text-block__color--nittanynavy::before {
    background-color: #001E44; }
  .program-options__style--solid .program-options__text-block__color--nittanynavy:hover::before {
    background-color: #fcd154; }
  .program-options__style--solid .program-options__text-block__color--nittanynavy a {
    color: #ffffff;
    background-color: #001E44;
    outline-color: #001E44; }
  .program-options__style--solid .program-options__text-block__color--nittanynavy .program-options__link svg {
    fill: #ffffff; }
  .program-options__style--solid .program-options__text-block__color--nittanynavy a:hover {
    color: #ffffff; }
    .program-options__style--solid .program-options__text-block__color--nittanynavy a:hover .program-options__link {
      color: #fcd154; }
      .program-options__style--solid .program-options__text-block__color--nittanynavy a:hover .program-options__link svg {
        fill: #fcd154; }
  .program-options__style--outlined .program-options__text-block__color--nittanynavy::before {
    background-color: #001E44; }
  .program-options__style--outlined .program-options__text-block__color--nittanynavy:hover::before {
    background-color: #009CDE; }
  .program-options__style--outlined .program-options__text-block__color--nittanynavy a {
    color: #001E44;
    outline-color: #001E44; }
  .program-options__style--outlined .program-options__text-block__color--nittanynavy .program-options__link svg {
    fill: #001E44; }
  .program-options__style--outlined .program-options__text-block__color--nittanynavy a:hover {
    color: #001E44; }
    .program-options__style--outlined .program-options__text-block__color--nittanynavy a:hover .program-options__link {
      color: #009CDE; }
      .program-options__style--outlined .program-options__text-block__color--nittanynavy a:hover .program-options__link svg {
        fill: #009CDE; }
  .program-options__style--solid .program-options__text-block__color--actiongold::before {
    background-color: #FCD154; }
  .program-options__style--solid .program-options__text-block__color--actiongold:hover::before {
    background-color: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--actiongold a {
    color: #001E44;
    background-color: #FCD154;
    outline-color: #FCD154; }
  .program-options__style--solid .program-options__text-block__color--actiongold .program-options__link svg {
    fill: #001E44; }
  .program-options__style--solid .program-options__text-block__color--actiongold a:hover {
    color: #001E44; }
    .program-options__style--solid .program-options__text-block__color--actiongold a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--solid .program-options__text-block__color--actiongold a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--actiongold::before {
    background-color: #FCD154; }
  .program-options__style--outlined .program-options__text-block__color--actiongold:hover::before {
    background-color: #1E407C; }
  .program-options__style--outlined .program-options__text-block__color--actiongold a {
    color: #001E44;
    outline-color: #FCD154; }
  .program-options__style--outlined .program-options__text-block__color--actiongold .program-options__link svg {
    fill: #001E44; }
  .program-options__style--outlined .program-options__text-block__color--actiongold a:hover {
    color: #001E44; }
    .program-options__style--outlined .program-options__text-block__color--actiongold a:hover .program-options__link {
      color: #1E407C; }
      .program-options__style--outlined .program-options__text-block__color--actiongold a:hover .program-options__link svg {
        fill: #1E407C; }
  .program-options__style--solid .program-options__text-block__color--slate::before {
    background-color: #314D64; }
  .program-options__style--solid .program-options__text-block__color--slate:hover::before {
    background-color: #fcd154; }
  .program-options__style--solid .program-options__text-block__color--slate a {
    color: #ffffff;
    background-color: #314D64;
    outline-color: #314D64; }
  .program-options__style--solid .program-options__text-block__color--slate .program-options__link svg {
    fill: #ffffff; }
  .program-options__style--solid .program-options__text-block__color--slate a:hover {
    color: #ffffff; }
    .program-options__style--solid .program-options__text-block__color--slate a:hover .program-options__link {
      color: #fcd154; }
      .program-options__style--solid .program-options__text-block__color--slate a:hover .program-options__link svg {
        fill: #fcd154; }
  .program-options__style--outlined .program-options__text-block__color--slate::before {
    background-color: #314D64; }
  .program-options__style--outlined .program-options__text-block__color--slate:hover::before {
    background-color: #009CDE; }
  .program-options__style--outlined .program-options__text-block__color--slate a {
    color: #314D64;
    outline-color: #314D64; }
  .program-options__style--outlined .program-options__text-block__color--slate .program-options__link svg {
    fill: #314D64; }
  .program-options__style--outlined .program-options__text-block__color--slate a:hover {
    color: #314D64; }
    .program-options__style--outlined .program-options__text-block__color--slate a:hover .program-options__link {
      color: #009CDE; }
      .program-options__style--outlined .program-options__text-block__color--slate a:hover .program-options__link svg {
        fill: #009CDE; }

.program-options + .program-options {
  margin-top: 1rem; }

.program-options .program-options__link {
  font-weight: 600; }

.pss-component {
  padding: 0 20px; }
  @media (min-width: 900px) {
    .pss-component {
      padding: 0 60px; } }

.pull-quote__outer {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 35px;
  container-type: inline-size; }
  @media (min-width: 900px) {
    .pull-quote__outer {
      padding-left: 25px; } }
  @media (min-width: 1100px) {
    .pull-quote__outer {
      padding-left: 55px; } }
  @media (min-width: 900px) {
    .pull-quote__outer {
      padding-right: 25px; } }
  @media (min-width: 1100px) {
    .pull-quote__outer {
      padding-right: 55px; } }

@container (min-width: 900px) {
  .pull-quote__outer {
    margin-bottom: 60px; } }
  .paragraph-component-group .pull-quote__outer {
    margin: 0;
    padding: 0; }

.pull-quote__stage {
  background: #ffffff;
  padding: 20px;
  position: relative;
  border: 2px solid #fcd154; }

@container (min-width: 600px) {
  .pull-quote__stage {
    padding: 30px; } }

.pull-quote__boundary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pull-quote__quote, .pull-quote__author {
  color: #1E407C; }
  .pull-quote__quote a, .pull-quote__author a {
    color: #1E407C;
    text-decoration: underline;
    margin-right: 5px; }
    .pull-quote__quote a:hover, .pull-quote__author a:hover {
      color: #137EB1;
      text-decoration: none; }

.pull-quote__quote {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.pull-quote__image {
  margin-left: 30px;
  width: 80px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

@container (min-width: 600px) {
  .pull-quote__image {
    width: auto; } }
  .pull-quote__image img {
    border-radius: 100%; }

.pull-quote__quote * {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (min-width: 900px) {
    .pull-quote__quote * {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .pull-quote__quote * {
      font-size: 1.25rem; } }

@container (min-width: 600px) {
  .pull-quote__quote * {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.5625rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 2.375rem; }
    @media (min-width: 900px) {
      .pull-quote__quote * {
        font-size: 1.875rem; } } }

.pull-quote__author {
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  position: absolute;
  top: calc(100% - 14px);
  right: 20px;
  background: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@container (min-width: 700px) {
  .pull-quote__author {
    max-width: 50%; } }

@container (min-width: 900px) {
  .pull-quote__author {
    max-width: 50%; } }
  .pull-quote__author > div {
    margin-right: 5px; }

.search-callout__form-bar__stage {
  padding: 20px; }
  @media (min-width: 900px) {
    .search-callout__form-bar__stage {
      background-color: #ffffff;
      position: relative;
      z-index: 2; } }

@media (min-width: 900px) {
  .search-callout__form-bar__boundary {
    background-color: #E4E4E4;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.search-callout__form-bar__button-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (min-width: 900px) {
    .search-callout__form-bar__button-stage {
      display: block;
      width: 45%;
      margin-right: 20px;
      padding-right: 20px;
      border-right: 2px solid #C2C2C2; } }
  @media (min-width: 1000px) {
    .search-callout__form-bar__button-stage {
      width: auto; } }

.search-callout__form-bar__button {
  color: #1E407C;
  background-color: #ffffff;
  border-color: #1E407C;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #1E407C;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  padding: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .search-callout__form-bar__button:hover, .search-callout__form-bar__button:focus {
    color: #ffffff;
    background-color: #1E407C;
    border-color: #ffffff; }
  .search-callout__form-bar__button:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  @media (min-width: 900px) {
    .search-callout__form-bar__button {
      color: #1E407C;
      background-color: #E4E4E4;
      border-color: #1E407C;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #1E407C;
      border-radius: 0;
      -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
      transition: color 0.2s, background-color 0.2s, border-color 0.2s;
      cursor: pointer;
      text-decoration: none;
      padding: 18px;
      text-align: left; }
      .search-callout__form-bar__button:hover, .search-callout__form-bar__button:focus {
        color: #E4E4E4;
        background-color: #1E407C;
        border-color: #E4E4E4; }
      .search-callout__form-bar__button:focus-visible {
        outline: 2px solid var(--focus-visible-outline-color);
        outline-offset: var(--focus-visible-outline-offset); } }
  .search-callout__form-bar__button--search {
    margin-left: 20px;
    position: relative;
    padding-right: 40px; }
    .search-callout__form-bar__button--search:before, .search-callout__form-bar__button--search:after {
      content: '';
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto 0;
      width: 20px;
      height: 20px;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .search-callout__form-bar__button--search:before {
      background: url("../../images/svg/icon-search.svg") no-repeat center center;
      opacity: 1; }
    .search-callout__form-bar__button--search:after {
      background: url("../../images/svg/icon-search-white.svg") no-repeat center center;
      opacity: 0; }
    .search-callout__form-bar__button--search:hover:before, .search-callout__form-bar__button--search:focus:before {
      opacity: 0; }
    .search-callout__form-bar__button--search:hover:after, .search-callout__form-bar__button--search:focus:after {
      opacity: 1; }
    @media (min-width: 900px) {
      .search-callout__form-bar__button--search {
        display: none; } }

.search-callout__form-bar__form {
  display: none; }
  @media (min-width: 900px) {
    .search-callout__form-bar__form {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-bottom: 56px;
      position: relative; } }

.search-callout__form-bar .webform-submission-form__row {
  margin-bottom: 0; }

.search-callout__form-bar input[type="text"] {
  color: #1E407C;
  background-color: #E4E4E4;
  border: none;
  border-bottom: 1px solid #1E407C;
  margin-bottom: 2px;
  outline: none;
  padding-left: 0;
  -webkit-transition: none;
  transition: none;
  width: 100%; }
  .search-callout__form-bar input[type="text"]:focus {
    border-bottom-width: 3px;
    margin-bottom: 0; }
  .search-callout__form-bar input[type="text"].placeholder {
    color: #1E407C; }
  .search-callout__form-bar input[type="text"]:-moz-placeholder {
    color: #1E407C; }
  .search-callout__form-bar input[type="text"]::-moz-placeholder {
    color: #1E407C; }
  .search-callout__form-bar input[type="text"]::-webkit-input-placeholder {
    color: #1E407C; }

.search-callout__form-bar input[type="submit"] {
  padding: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: url("../../images/svg/icon-search.svg") no-repeat center center;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .search-callout__form-bar input[type="submit"]:hover, .search-callout__form-bar input[type="submit"]:focus {
    background-color: #F7F7F7; }

.search-callout__results__stage {
  max-height: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff; }

.search-callout__results__boundary {
  padding: 20px; }
  .search-callout__results__boundary:after {
    content: "";
    display: table;
    clear: both; }

.search-callout__results__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #1E407C;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 900px) {
    .search-callout__results__title {
      font-size: 2.375rem; } }

.search-callout__results__close {
  cursor: pointer;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 5px 7px 5px 5px;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .search-callout__results__close:hover, .search-callout__results__close:focus {
    background-color: #E4E4E4; }
  .search-callout__results__close:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.search-callout__results__list {
  margin-bottom: 30px; }

.search-callout__results__readmore {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  float: right; }
  @media (min-width: 900px) {
    .search-callout__results__readmore {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .search-callout__results__readmore {
      font-size: 1.375rem; } }

.search-callout.active .search-callout__results__stage {
  max-height: 300px; }

.search-form--page__stage {
  margin-bottom: 30px; }

.layout-full-width .search-form--page__boundary {
  margin-bottom: 3rem; }

@media (min-width: 1000px) {
  .search-form--page__boundary--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.search-form--page__boundary--controls .webform-submission-form__row {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  margin-right: 16px;
  margin-bottom: 0; }
  .search-form--page__boundary--controls .webform-submission-form__row:last-of-type {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 1000px) {
      .search-form--page__boundary--controls .webform-submission-form__row:last-of-type {
        margin-top: 0;
        margin-bottom: 0; } }

.search-form--page__boundary--controls input[type="submit"] {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #ffffff;
  background-color: #1E407C;
  border-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  font-display: swap;
  font-size: 0.875rem;
  padding: 18px 60px; }
  .search-form--page__boundary--controls input[type="submit"]:hover, .search-form--page__boundary--controls input[type="submit"]:focus {
    color: #1E407C;
    background-color: #ffffff;
    border-color: #1E407C; }
  .search-form--page__boundary--controls input[type="submit"]:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.search-form--page__field-row {
  margin-bottom: 20px;
  margin-right: 10px; }
  .search-form--page__field-row:last-child {
    margin-right: 0; }
  .search-form--page__field-row label {
    color: #1E407C; }

@media (min-width: 600px) {
  .search-form--page__field-keywords {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.search-form--page__results-count {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #717171; }
  @media (min-width: 900px) {
    .search-form--page__results-count {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .search-form--page__results-count {
      font-size: 1.125rem; } }

.search-form--page__results-title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 600; }
  @media (min-width: 900px) {
    .search-form--page__results-title {
      font-size: 1.6875rem; } }

.search-form__stage {
  margin-bottom: 30px; }

.layout-full-width .search-form__boundary {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 3rem; }
  @media (min-width: 900px) {
    .layout-full-width .search-form__boundary {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .layout-full-width .search-form__boundary {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .layout-full-width .search-form__boundary {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .layout-full-width .search-form__boundary {
      padding-right: 105px; } }

@media (min-width: 600px) {
  .search-form__boundary--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.search-form__boundary--controls .webform-submission-form__row {
  margin-bottom: 16px; }
  .search-form__boundary--controls .webform-submission-form__row:last-of-type {
    margin-bottom: 30px; }

.search-form__boundary--controls input[type="submit"] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: .5rem;
  color: #ffffff;
  background-color: #14729d;
  border-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  font-display: swap;
  font-size: 0.875rem;
  padding: 18px 60px; }
  .search-form__boundary--controls input[type="submit"]:hover, .search-form__boundary--controls input[type="submit"]:focus {
    color: #14729d;
    background-color: #ffffff;
    border-color: #14729d; }
  .search-form__boundary--controls input[type="submit"]:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.search-form__field-row {
  margin-bottom: 20px;
  margin-right: 10px; }
  .search-form__field-row:last-child {
    margin-right: 0; }
  .search-form__field-row label {
    color: #1E407C; }

@media (min-width: 600px) {
  .search-form__field-keywords {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.search-form__results-count {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #717171; }
  @media (min-width: 900px) {
    .search-form__results-count {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .search-form__results-count {
      font-size: 1.125rem; } }

.search-form__results-title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 600; }
  @media (min-width: 900px) {
    .search-form__results-title {
      font-size: 1.6875rem; } }

.search-overlay__stage {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FFF;
  padding-top: 27px;
  padding-left: 34px;
  padding-right: 35px;
  position: fixed;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: z-index 0s 0.3s, opacity 0.3s;
  transition: z-index 0s 0.3s, opacity 0.3s; }
  @media (min-width: 900px) {
    .search-overlay__stage {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 900px) {
    .search-overlay__stage {
      padding-top: 85px; } }
  .search-overlay__stage.active {
    z-index: 2;
    opacity: 1;
    -webkit-transition: z-index 0s, opacity 0.3s;
    transition: z-index 0s, opacity 0.3s; }
  @media (min-width: 600px) {
    .search-overlay__stage .search-form__boundary--controls {
      display: block; } }
  .search-overlay__stage input[type="submit"] {
    color: #ffffff;
    background-color: #14729d;
    border-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ffffff;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 0.875rem;
    padding: 18px 60px;
    -webkit-appearance: none;
    width: 100%; }
    .search-overlay__stage input[type="submit"]:hover, .search-overlay__stage input[type="submit"]:focus {
      color: #14729d;
      background-color: #ffffff;
      border-color: #14729d; }
    .search-overlay__stage input[type="submit"]:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
  .search-overlay__stage input[type="text"]:focus {
    border-color: #14729d; }
  .search-overlay__stage label {
    margin-bottom: 8px; }
  .search-overlay__stage .selectboxit-container {
    display: block; }
    .search-overlay__stage .selectboxit-container .selectboxit-list {
      width: 100% !important; }
    .search-overlay__stage .selectboxit-container .selectboxit {
      width: 100% !important; }

.search-overlay__boundary {
  max-width: 1280px;
  margin: 0 auto; }

.search-overlay__title {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.6875rem;
  line-height: 35px;
  color: #1E407C;
  margin-bottom: 20px; }

.search-overlay__icon {
  display: inline;
  margin-left: 8px; }

.search-result-items__stage .search-result-item {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #717171; }

.search-result-items__stage .js-pager__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.search-result-items__stage .pager {
  text-align: center; }

.search-result-items__stage .pager__item a {
  padding: 0.35rem 0.75rem; }

.search-result-items__stage .pager__item a[aria-current="page"] {
  background: #1E407C;
  border-radius: 100%;
  color: #ffffff;
  font-weight: bold; }

.search-result-link {
  color: #1E407C; }
  .search-result-link:hover {
    text-decoration: underline;
    color: #14729d; }
  .search-result-link h2 {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 900px) {
      .search-result-link h2 {
        font-size: 1.4375rem; } }
  .search-result-link:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }

.search-result-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem; }
  @media (min-width: 900px) {
    .search-result-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.search-result-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto; }
  @media (min-width: 900px) {
    .search-result-image {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 40%;
              flex: 1 0 40%; } }

.search-result-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%; }

.search-result-department {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  color: #717171;
  letter-spacing: 0.05rem;
  font-weight: bold; }

.search-result-breadcrumbs {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: #717171; }

.sidebar-callout__stage {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .sidebar-callout__stage {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .sidebar-callout__stage {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .sidebar-callout__stage {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .sidebar-callout__stage {
      padding-right: 105px; } }
  @media (min-width: 600px) {
    .sidebar-callout__stage {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media (min-width: 900px) {
    .sidebar-callout__stage {
      padding: 0 0 20px; } }

.sidebar-callout__title {
  color: #1E407C;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.6875rem;
  line-height: 35px;
  padding-top: 18px; }

.sidebar-callout__text {
  padding: 10px 25px 18px 0; }
  .sidebar-callout__text p:last-child {
    margin-bottom: 0; }

.sidebar-callout__link {
  font-display: swap;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #14729d;
  text-decoration: none;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  border-bottom: 1px solid rgba(192, 192, 192, 0); }
  .sidebar-callout__link:hover {
    border-bottom: 1px solid #14729d; }
  @media (min-width: 900px) {
    .sidebar-callout__link {
      font-size: 1.125rem; } }

.sidebar-callout--info .sidebar-callout__title {
  border-top: 2px solid #fcd154; }

.sidebar-callout--promo .sidebar-callout__boundary {
  border: 2px solid #fcd154; }

.sidebar-callout--promo .sidebar-callout__text {
  padding: 18px; }

.slideshow.slideshow-slider {
  display: none; }

.slideshow__container {
  container-type: inline-size; }

.slideshow__stage {
  margin-bottom: 35px;
  padding: 1rem 10px; }
  .paragraph-component-group .slideshow__stage {
    padding-inline: 0;
    margin-bottom: 0; }
  .slideshow__stage--f9eddc {
    background-color: #f9eddc; }
  .slideshow__stage--f7f2ee {
    background-color: #f7f2ee; }
  .slideshow__stage--ccdae6 {
    background-color: #ccdae6; }
  .slideshow__stage--cfeceb {
    background-color: #cfeceb; }
  .slideshow__stage--e4e5e7 {
    background-color: #e4e5e7; }
  [data-grid-columns] .slideshow__stage {
    background-color: transparent; }

@container (min-width: 900px) {
  .slideshow__stage {
    margin-bottom: 60px;
    padding: 3rem 10px 3rem; } }

@container (min-width: 1100px) {
  .slideshow__stage {
    padding-left: 3rem;
    padding-right: 3rem; } }

.slideshow__image-stage {
  position: relative; }
  .slideshow__image-stage h2 {
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1.5rem; }

@container (min-width: 900px) {
  .slideshow__image-stage h2 {
    margin-top: -1rem;
    font-size: 1.688rem;
    line-height: 2rem; } }

.slideshow__image {
  width: 100%; }

.slideshow__button {
  color: #0F254D;
  background-color: #fcd154;
  border-color: #0F254D;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #0F254D;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  border: none;
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 10px; }
  .slideshow__button:hover, .slideshow__button:focus {
    color: #fcd154;
    background-color: #0F254D;
    border-color: #fcd154; }
  .slideshow__button:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  @media (min-width: 900px) {
    .slideshow__button {
      font-size: 1.4375rem; } }
  @media (min-width: 900px) {
    .slideshow__button {
      font-size: 1.375rem; } }

@container (min-width: 900px) {
  .slideshow__button {
    bottom: 2rem;
    left: 2rem; } }
  .slideshow__button .icon-slideshow__fill {
    fill: #0F254D; }
  .slideshow__button:hover .icon-slideshow__fill {
    fill: #fcd154; }
  .slideshow__button__text {
    margin-left: 20px; }

.slideshow__caption {
  font-display: swap;
  font-size: 0.875rem;
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  color: #263B80; }

@container (min-width: 600px) {
  .slideshow__caption {
    padding-left: 25px;
    padding-right: 25px; } }

@container (min-width: 900px) {
  .slideshow__caption {
    padding-left: 50px;
    padding-right: 50px; } }

.pswp__bg {
  background-color: #ffffff; }

.pswp__ui {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100vh;
  width: 100%; }

.pswp .pswp__caption,
.pswp__ui--fit .pswp__caption {
  bottom: 0;
  background-color: #14729d; }

.pswp .pswp__caption__center,
.pswp__ui--fit .pswp__caption__center {
  color: #ffffff;
  max-width: none;
  font-size: 0.938rem; }
  .pswp .pswp__caption__center a,
  .pswp__ui--fit .pswp__caption__center a {
    color: #ffffff;
    text-decoration: underline; }

.pswp .slideshow__item__credit {
  font-weight: 700; }

.pswp__top-bar,
.pswp__ui--fit .pswp__top-bar {
  bottom: auto;
  top: 0;
  background-color: #E4E4E4; }

.pswp__button--zoom, .pswp__counter {
  display: none; }

.pswp img {
  height: auto !important;
  max-width: 100%; }

.pswp--svg .pswp__button--close {
  background: url("../svg/slideshow-close.svg") no-repeat center center; }

.pswp--svg .pswp__button--fs {
  background: url("../svg/slideshow-fullscreen.svg") no-repeat center center; }

.pswp--svg .pswp__button--share {
  background: url("../svg/slideshow-share.svg") no-repeat center center; }

.pswp--svg .pswp__button--arrow--left {
  left: 0.875rem; }

.pswp--svg .pswp__button--arrow--right {
  right: 0.875rem; }

.pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
  height: 40px;
  width: 40px;
  background-color: #14729d;
  opacity: 1; }

.pswp--svg .pswp__button--arrow--left:before {
  left: 8px;
  background: #14729d url("../svg/slideshow-arrow-left.svg") no-repeat center center; }

.pswp--svg .pswp__button--arrow--right:before {
  right: 8px;
  background: #14729d url("../svg/slideshow-arrow-right.svg") no-repeat center center; }

.social-media-block {
  --focus-visible-outline-color: #ffffff;
  display: block;
  margin-bottom: 2rem; }
  .social-media-block .social-block-heading {
    font-size: 1.4rem;
    margin-right: 2rem;
    font-weight: 600; }
  .social-media-block__wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    padding: 2rem;
    background-color: #1E407C;
    background-image: url("../../images/svg/social-block-background.svg");
    background-size: 100%;
    background-repeat: repeat;
    background-position: center; }
  .social-media-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .social-media-block a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    width: 100%;
    max-width: 42px; }
    .social-media-block a svg {
      fill: #ffffff; }
    .social-media-block a:hover {
      background-color: #657380; }
      .social-media-block a:hover svg {
        fill: #ffffff; }

*::-ms-backdrop, .social-media-block__wrap {
  background-position: top center;
  background-size: 1500px 750px; }

.social-group__stage {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .social-group__stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 900px) {
    .social-group__stage > div:first-child {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 15px; } }
  @media (min-width: 900px) {
    .social-group__stage > div:last-child {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; } }

.spotlight__stage {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 14px;
  overflow: hidden; }
  @media (min-width: 900px) {
    .spotlight__stage {
      padding-left: 25px; } }
  @media (min-width: 1100px) {
    .spotlight__stage {
      padding-left: 55px; } }
  @media (min-width: 900px) {
    .spotlight__stage {
      padding-right: 25px; } }
  @media (min-width: 1100px) {
    .spotlight__stage {
      padding-right: 55px; } }
  @media (min-width: 900px) {
    .spotlight__stage {
      margin-bottom: 50px;
      margin-top: 55px; } }

.spotlight__stage-inner {
  position: relative; }

@media (min-width: 600px) {
  .spotlight__boundary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 600px) {
  .spotlight__border {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 1px solid #fcd154;
    pointer-events: none;
    z-index: 1; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .spotlight__border {
      top: 43px;
      right: 43px;
      bottom: 43px;
      left: 43px; } }

@media (min-width: 600px) {
    .spotlight--page .spotlight__border {
      top: 26px;
      left: 26px;
      right: 0;
      bottom: 19px; } }

.spotlight__image {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid #fcd154;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .spotlight__image {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0;
      border: 0;
      position: relative; }
      .spotlight--landing_page .spotlight__image {
        width: 51%;
        max-width: 567px;
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto; }
      .spotlight--program_landing_page .spotlight__image {
        width: 51%;
        max-width: 567px;
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto; }
      .spotlight--page .spotlight__image {
        width: 49%;
        max-width: 342px; } }
  .spotlight__image picture {
    display: none; }

.spotlight__text-stage {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media (min-width: 600px) {
    .spotlight__text-stage {
      padding: 50px 35px 50px 50px;
      width: 60%; } }
  @media (min-width: 900px) {
    .spotlight--landing_page .spotlight__text-stage {
      padding: 80px 65px 80px 25px; }
    .spotlight--program_landing_page .spotlight__text-stage {
      padding: 80px 65px 80px 25px; }
    .spotlight--page .spotlight__text-stage {
      padding: 57px 20px 55px 23px; } }

@media (min-width: 900px) {
  .spotlight__text-boundary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; } }

.spotlight__label {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.2rem;
  font-size: 1;
  line-height: 18px;
  color: #1E407C;
  margin-bottom: 20px; }

.spotlight__title {
  font-size: 1.625rem;
  line-height: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #1E407C;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    .spotlight__title {
      font-size: 2.25rem;
      line-height: 43px; } }
  @media (min-width: 900px) {
    .spotlight__title {
      margin-bottom: 13px; } }

.spotlight__summary {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-size: 1rem;
  line-height: 26px;
  font-family: "Source Sans Pro", sans-serif;
  font-display: swap; }
  .spotlight__summary a {
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-display: swap;
    color: #14729d;
    text-decoration: none;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-bottom: 1px solid rgba(192, 192, 192, 0); }
    .spotlight__summary a:hover {
      border-bottom: 1px solid #14729d; }
    @media (min-width: 900px) {
      .spotlight__summary a {
        font-size: 1.125rem; } }
  @media (min-width: 900px) {
    .spotlight__summary {
      font-size: 1.25rem;
      line-height: 30px;
      font-family: "Source Sans Pro", sans-serif;
      font-display: swap; } }

.spotlight__more {
  font-weight: 700; }

.spotlight--basic .spotlight__text {
  padding: 50px;
  width: auto; }
  @media (min-width: 900px) {
    .spotlight--basic .spotlight__text {
      padding: 80px 80px 80px 100px; } }

.spotlight--basic .spotlight__label {
  top: 38px; }
  @media (min-width: 900px) {
    .spotlight--basic .spotlight__label {
      top: 71px; } }

.spotlight__links a {
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #14729d;
  text-decoration: none;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  border-bottom: 1px solid rgba(192, 192, 192, 0); }
  .spotlight__links a:hover {
    border-bottom: 1px solid #14729d; }
  @media (min-width: 900px) {
    .spotlight__links a {
      font-size: 1.125rem; } }

.spotlight__divider {
  display: inline-block;
  background-color: #fcd154;
  height: 26px;
  width: 2px;
  margin-left: 17px;
  margin-right: 17px;
  position: relative;
  top: 5px; }

.staff-items__stage {
  margin-bottom: 50px; }
  .staff-items__stage .accordion__stage {
    padding: 0; }
  .staff-items__stage .accordion__boundary {
    border: none; }

.staff-items__boundary {
  padding: 0; }

.staff-items__title-bar {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .staff-items__title-bar__title {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: 10px; }
    @media (min-width: 900px) {
      .staff-items__title-bar__title {
        font-size: 1.6875rem; } }
  .staff-items__title-bar__bar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 10px;
    background-color: #1E407C; }

.staff-list {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 900px) {
    .staff-list {
      padding-left: 0;
      padding-right: 0; } }
  .staff-list.overflow-hidden .staff-list__exposed-form-boundary {
    overflow: hidden; }
  .staff-list .views-exposed-form {
    margin-bottom: 30px; }
    .staff-list .views-exposed-form:after {
      content: "";
      display: table;
      clear: both; }
    .staff-list .views-exposed-form .webform-submission-form__row legend {
      display: block; }
    @media (min-width: 600px) {
      .staff-list .views-exposed-form .js-form-wrapper .fieldset-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.staff-list--paragraph__stage {
  border-top: 2px solid #fcd154; }
  @media (min-width: 900px) {
    .staff-list--paragraph__stage {
      margin: 0 43px 45px; } }

.staff-list--paragraph__boundary {
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .staff-list--paragraph__boundary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.staff-list--paragraph__heading {
  color: #1E407C;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 1.375rem;
  line-height: 22px;
  max-width: 1280px;
  margin: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 3px solid #1E407C;
  padding-top: 20px; }
  @media (min-width: 900px) {
    .staff-list--paragraph__heading {
      margin: 18px auto 38px; } }
  .staff-list--paragraph__heading a {
    font-display: swap;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #14729d; }

.staff-list--paragraph__link {
  position: relative;
  padding-right: 20px; }
  .staff-list--paragraph__link:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    display: block;
    background: url(../../images/svg/icon-chevron-right.svg) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 4px; }

.staff-list--paragraph__footer__boundary {
  margin-top: 47px; }
  .staff-list--paragraph__footer__boundary .pager {
    text-align: center; }
    .staff-list--paragraph__footer__boundary .pager .button {
      display: block;
      padding: 20px;
      background: #263B80;
      color: #ffffff; }

.header-top__search-form-boundary .staff-list__exposed-form-stage {
  width: 100%; }

.header-top__search-form-boundary .staff-list__exposed-form-boundary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative; }

.header-top__search-form-boundary .select2-selection.select2-selection--single {
  min-height: 65px;
  border: 0;
  border-radius: 0.5rem;
  background-color: #96BEE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-top__search-form-boundary .select2-container.select2-container--default .select2-selection__rendered {
  color: #001E44;
  font-weight: 600; }

.header-top__search-form-boundary .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.header-top__search-form-boundary .staff-list__exposed-form-stage .select2-container {
  max-width: 202px !important; }

.header-top__search-form-boundary .staff-list__exposed-form-stage .select2-container.select2-container--open {
  max-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.layout-contact-faculty-search .webform-submission-form__row,
.layout-inside-page__main .webform-submission-form__row {
  margin-bottom: 0; }

.layout-contact-faculty-search .staff-list--paragraph__stage,
.layout-inside-page__main .staff-list--paragraph__stage {
  margin: 0; }

.layout-contact-faculty-search .staff-list__filter-trigger,
.layout-inside-page__main .staff-list__filter-trigger {
  color: #001E44;
  background-color: #ffffff;
  -webkit-appearance: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border: 1px solid #001E44;
  border-color: #001E44;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  width: 100%;
  max-width: 220px; }
  .layout-contact-faculty-search .staff-list__filter-trigger:hover, .layout-contact-faculty-search .staff-list__filter-trigger:focus,
  .layout-inside-page__main .staff-list__filter-trigger:hover,
  .layout-inside-page__main .staff-list__filter-trigger:focus {
    background-color: #001E44;
    color: #ffffff; }
  .layout-contact-faculty-search .staff-list__filter-trigger:hover, .layout-contact-faculty-search .staff-list__filter-trigger:focus,
  .layout-inside-page__main .staff-list__filter-trigger:hover,
  .layout-inside-page__main .staff-list__filter-trigger:focus {
    border-color: #96BEE6; }
  @media (min-width: 900px) {
    .layout-contact-faculty-search .staff-list__filter-trigger,
    .layout-inside-page__main .staff-list__filter-trigger {
      margin-left: 40px; } }
  .layout-contact-faculty-search .staff-list__filter-trigger__label,
  .layout-inside-page__main .staff-list__filter-trigger__label {
    font-display: swap;
    font-size: 1rem;
    font-weight: 700; }
  .layout-contact-faculty-search .staff-list__filter-trigger svg,
  .layout-inside-page__main .staff-list__filter-trigger svg {
    fill: #001E44;
    margin-right: 0.5rem; }
  .layout-contact-faculty-search .staff-list__filter-trigger:hover svg, .layout-contact-faculty-search .staff-list__filter-trigger:focus svg,
  .layout-inside-page__main .staff-list__filter-trigger:hover svg,
  .layout-inside-page__main .staff-list__filter-trigger:focus svg {
    fill: #ffffff; }
  .layout-contact-faculty-search .staff-list__filter-trigger .icon-caret-up,
  .layout-inside-page__main .staff-list__filter-trigger .icon-caret-up {
    display: none; }

.layout-contact-faculty-search .expanded .staff-list__filter-trigger,
.layout-inside-page__main .expanded .staff-list__filter-trigger {
  color: #001E44;
  background-color: #96BEE6;
  -webkit-appearance: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border: 1px solid #001E44;
  border-color: #96BEE6;
  border-radius: 0.5rem 0.5rem 0 0; }
  .layout-contact-faculty-search .expanded .staff-list__filter-trigger:hover, .layout-contact-faculty-search .expanded .staff-list__filter-trigger:focus,
  .layout-inside-page__main .expanded .staff-list__filter-trigger:hover,
  .layout-inside-page__main .expanded .staff-list__filter-trigger:focus {
    background-color: #001E44;
    color: #ffffff; }
  .layout-contact-faculty-search .expanded .staff-list__filter-trigger:hover, .layout-contact-faculty-search .expanded .staff-list__filter-trigger:focus,
  .layout-inside-page__main .expanded .staff-list__filter-trigger:hover,
  .layout-inside-page__main .expanded .staff-list__filter-trigger:focus {
    border-color: #96BEE6; }

@media (max-width: 1205px) {
  .layout-contact-faculty-search .staff-list__filter-trigger,
  .layout-inside-page__main .staff-list__filter-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
  .layout-contact-faculty-search .staff-list--paragraph__stage .staff-list__exposed-form-boundary,
  .layout-inside-page__main .staff-list--paragraph__stage .staff-list__exposed-form-boundary {
    display: none; }
  .layout-contact-faculty-search .staff-list--paragraph__stage.staff-list.expanded .staff-list__filter-trigger,
  .layout-inside-page__main .staff-list--paragraph__stage.staff-list.expanded .staff-list__filter-trigger {
    margin-bottom: 0; }
    .layout-contact-faculty-search .staff-list--paragraph__stage.staff-list.expanded .staff-list__filter-trigger .icon-caret-up,
    .layout-inside-page__main .staff-list--paragraph__stage.staff-list.expanded .staff-list__filter-trigger .icon-caret-up {
      display: block; }
    .layout-contact-faculty-search .staff-list--paragraph__stage.staff-list.expanded .staff-list__filter-trigger .icon-caret-down,
    .layout-inside-page__main .staff-list--paragraph__stage.staff-list.expanded .staff-list__filter-trigger .icon-caret-down {
      display: none; }
  .layout-contact-faculty-search .staff-list--paragraph__stage.staff-list.expanded .staff-list__exposed-form-boundary,
  .layout-inside-page__main .staff-list--paragraph__stage.staff-list.expanded .staff-list__exposed-form-boundary {
    display: block; } }

.layout-contact-faculty-search .staff-list__search-faculty-staff,
.layout-inside-page__main .staff-list__search-faculty-staff {
  margin-bottom: 20px; }
  .layout-contact-faculty-search .staff-list__search-faculty-staff h2,
  .layout-inside-page__main .staff-list__search-faculty-staff h2 {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.5625rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: white;
    margin: 0 0 10px; }
    @media (min-width: 900px) {
      .layout-contact-faculty-search .staff-list__search-faculty-staff h2,
      .layout-inside-page__main .staff-list__search-faculty-staff h2 {
        font-size: 1.875rem; } }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__exposed-form-boundary,
.layout-contact-faculty-search form[block="block-staffsearch"] .staff-list__exposed-form-boundary,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__exposed-form-boundary,
.layout-inside-page__main form[block="block-staffsearch"] .staff-list__exposed-form-boundary {
  border: 5px solid #96BEE6;
  background-color: #263B80;
  padding: 25px 32px 35px;
  margin: 0 0 20px 0; }
  @media (min-width: 1205px) {
    .layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__exposed-form-boundary,
    .layout-contact-faculty-search form[block="block-staffsearch"] .staff-list__exposed-form-boundary,
    .layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__exposed-form-boundary,
    .layout-inside-page__main form[block="block-staffsearch"] .staff-list__exposed-form-boundary {
      margin: 40px; } }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[data-drupal-selector="edit-staff"],
.layout-contact-faculty-search form[block="block-staffsearch"] input[data-drupal-selector="edit-staff"],
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[data-drupal-selector="edit-staff"],
.layout-inside-page__main form[block="block-staffsearch"] input[data-drupal-selector="edit-staff"] {
  border-radius: 4px;
  outline: none; }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[data-drupal-selector="edit-staff"]:focus,
.layout-contact-faculty-search form[block="block-staffsearch"] input[data-drupal-selector="edit-staff"]:focus,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[data-drupal-selector="edit-staff"]:focus,
.layout-inside-page__main form[block="block-staffsearch"] input[data-drupal-selector="edit-staff"]:focus {
  outline: 1px solid #D8D8D8; }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label,
.layout-contact-faculty-search form[block="block-staffsearch"] input[type="radio"] + label,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label,
.layout-inside-page__main form[block="block-staffsearch"] input[type="radio"] + label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.25rem 0.65rem;
  color: #263B80;
  background-color: white;
  border-color: white;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%; }
  @media (max-width: 705px) {
    .layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label,
    .layout-contact-faculty-search form[block="block-staffsearch"] input[type="radio"] + label,
    .layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label,
    .layout-inside-page__main form[block="block-staffsearch"] input[type="radio"] + label {
      margin-bottom: 1rem; } }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"]:checked + label,
.layout-contact-faculty-search form[block="block-staffsearch"] input[type="radio"]:checked + label,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"]:checked + label,
.layout-inside-page__main form[block="block-staffsearch"] input[type="radio"]:checked + label {
  background-color: #0F254D;
  border-color: white;
  color: white; }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label::before,
.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label::after,
.layout-contact-faculty-search form[block="block-staffsearch"] input[type="radio"] + label::before,
.layout-contact-faculty-search form[block="block-staffsearch"] input[type="radio"] + label::after,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label::before,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label::after,
.layout-inside-page__main form[block="block-staffsearch"] input[type="radio"] + label::before,
.layout-inside-page__main form[block="block-staffsearch"] input[type="radio"] + label::after {
  content: unset; }

.layout-contact-faculty-search .staff-list__last-initial-filter,
.layout-inside-page__main .staff-list__last-initial-filter {
  margin-bottom: 20px; }
  .layout-contact-faculty-search .staff-list__last-initial-filter legend,
  .layout-inside-page__main .staff-list__last-initial-filter legend {
    font-size: 1rem;
    line-height: 26px;
    font-family: "Source Sans Pro", sans-serif;
    font-display: swap;
    color: white;
    margin-bottom: 7.5px; }
    .layout-contact-faculty-search .staff-list__last-initial-filter legend a,
    .layout-inside-page__main .staff-list__last-initial-filter legend a {
      font-size: 1rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-display: swap;
      color: #14729d;
      text-decoration: none;
      -webkit-transition: border .3s ease;
      transition: border .3s ease;
      border-bottom: 1px solid rgba(192, 192, 192, 0); }
      .layout-contact-faculty-search .staff-list__last-initial-filter legend a:hover,
      .layout-inside-page__main .staff-list__last-initial-filter legend a:hover {
        border-bottom: 1px solid #14729d; }
      @media (min-width: 900px) {
        .layout-contact-faculty-search .staff-list__last-initial-filter legend a,
        .layout-inside-page__main .staff-list__last-initial-filter legend a {
          font-size: 1.125rem; } }
  .layout-contact-faculty-search .staff-list__last-initial-filter .fieldset-wrapper,
  .layout-inside-page__main .staff-list__last-initial-filter .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 1204px) {
    .layout-contact-faculty-search .staff-list__last-initial-filter .form-item-filter,
    .layout-inside-page__main .staff-list__last-initial-filter .form-item-filter {
      margin: 0.25rem 0.5rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 60px;
              flex: 1 60px; } }
  @media (min-width: 1205px) {
    .layout-contact-faculty-search .staff-list__last-initial-filter .form-item-filter,
    .layout-inside-page__main .staff-list__last-initial-filter .form-item-filter {
      -webkit-box-flex: 0;
          -ms-flex: 0 auto;
              flex: 0 auto; } }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__last-initial-filter,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__last-initial-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .js-form-type-radio,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .js-form-type-radio {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] input[type="radio"] + label {
  margin-bottom: 1rem; }

.layout-contact-faculty-search form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__department-appointment-filters .form-item-appointment,
.layout-inside-page__main form[data-drupal-selector="views-exposed-form-staff-list-staff-list"] .staff-list__department-appointment-filters .form-item-appointment {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto; }

.layout-contact-faculty-search .staff-list__department-appointment-filters,
.layout-inside-page__main .staff-list__department-appointment-filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative; }
  @media (min-width: 706px) {
    .layout-contact-faculty-search .staff-list__department-appointment-filters,
    .layout-inside-page__main .staff-list__department-appointment-filters {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .layout-contact-faculty-search .staff-list__department-appointment-filters .select2-container.select2-container--default .select2-selection--single,
  .layout-inside-page__main .staff-list__department-appointment-filters .select2-container.select2-container--default .select2-selection--single {
    border-radius: 4px;
    font-size: 20px; }
  .layout-contact-faculty-search .staff-list__department-appointment-filters .select2-container.select2-container--default .select2-selection__rendered,
  .layout-inside-page__main .staff-list__department-appointment-filters .select2-container.select2-container--default .select2-selection__rendered {
    color: #263B80;
    font-weight: 600; }
  .layout-contact-faculty-search .staff-list__department-appointment-filters .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
  .layout-inside-page__main .staff-list__department-appointment-filters .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    display: block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-department,
  .layout-inside-page__main .staff-list__department-appointment-filters .form-item-department {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
    @media (max-width: 705px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-department,
      .layout-inside-page__main .staff-list__department-appointment-filters .form-item-department {
        margin-bottom: 1rem; } }
    @media (min-width: 706px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-department,
      .layout-inside-page__main .staff-list__department-appointment-filters .form-item-department {
        -webkit-box-flex: 0;
            -ms-flex: 0 33.333%;
                flex: 0 33.333%; } }
    @media (min-width: 1205px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-department,
      .layout-inside-page__main .staff-list__department-appointment-filters .form-item-department {
        -webkit-box-flex: 0;
            -ms-flex: 0 594px;
                flex: 0 594px; } }
  .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap,
  .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    @media (max-width: 705px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap,
      .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap {
        margin-bottom: 1rem; } }
    @media (min-width: 706px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap,
      .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 33.333%;
                flex: 0 33.333%; } }
    @media (min-width: 1205px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap,
      .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 305px;
                flex: 0 305px; } }
    @media (min-width: 706px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block,
      .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block .form-item-grad-students,
        .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block .form-item-grad-students {
          margin-left: 1rem; } }
    @media (min-width: 1205px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block,
      .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .layout-contact-faculty-search .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block .form-item-grad-students,
        .layout-inside-page__main .staff-list__department-appointment-filters .staff-list__app-grad-column-wrap--in-block .form-item-grad-students {
          margin-left: 1rem; } }
  .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-appointment,
  .layout-inside-page__main .staff-list__department-appointment-filters .form-item-appointment {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
  .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students,
  .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"],
    .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] {
      display: none; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label,
    .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label {
      padding: 13px 13px 13px 30px;
      margin: 0;
      color: white;
      line-height: 1.7; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label:hover,
    .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label:hover {
      background-color: transparent;
      color: #96BEE6; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label::before,
    .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label::before {
      right: auto;
      left: 0;
      border: 1px solid #1E407C; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label::after,
    .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"] + label::after {
      right: auto;
      left: 0;
      top: 13px;
      background-image: url("../../images/svg/checkmark-light-blue.svg");
      background-size: 16px;
      background-position: center; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"]:checked + label,
    .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"]:checked + label {
      color: white; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"]:checked + label::before,
    .layout-inside-page__main .staff-list__department-appointment-filters .form-item-grad-students input[type="checkbox"]:checked + label::before {
      border-color: #ffffff;
      background-color: #142E5B; }
  .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"],
  .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"] {
    color: #ffffff;
    background-color: #96BEE6;
    -webkit-appearance: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border: 1px solid #001E44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 56px; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:hover, .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:focus,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:hover,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:focus {
      background-color: #ffffff;
      color: #001E44; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:hover, .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:focus,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:hover,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:focus {
      border-color: #96BEE6; }
    @media (min-width: 706px) {
      .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"],
      .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"] {
        -webkit-box-flex: 0;
            -ms-flex: 0 140px;
                flex: 0 140px;
        margin-left: 10px; } }
    .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"] .button-label,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"] .button-label {
      display: block;
      color: #001E44;
      font-size: 1.2rem;
      font-weight: 500;
      margin-right: 0.5rem; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"] svg,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"] svg {
      fill: #001E44;
      height: 32px;
      width: 32px; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:focus,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:focus {
      outline: 1px dotted #96BEE6;
      outline-offset: 2px; }
    .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:hover,
    .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:hover {
      background-color: #001E44; }
      .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:hover svg,
      .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:hover svg {
        fill: white; }
      .layout-contact-faculty-search .staff-list__department-appointment-filters button[type="submit"]:hover .button-label,
      .layout-inside-page__main .staff-list__department-appointment-filters button[type="submit"]:hover .button-label {
        color: white; }

.staff__stage {
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 900px) {
    .staff__stage {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 1000px) {
    .staff__stage {
      padding-right: 70px;
      padding-left: 70px; } }

.staff__section {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 800px) {
    .staff__section:first-of-type {
      padding-top: 0; } }
  .staff__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .staff__section--text-area p:last-child {
    margin: 0; }
  .staff__section__courses-item {
    margin-bottom: 20px; }
  .staff__section__courses-title {
    margin-bottom: 3px; }
  .staff__section__courses-link, .staff__section__resume-link {
    padding-left: 30px;
    position: relative; }
    .staff__section__courses-link:before, .staff__section__resume-link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      height: 23px;
      background: url(../../images/svg/icon-pdf.svg) no-repeat 0 0;
      background-size: contain; }
  .staff__section__cv-stage .file-component, .staff__section__resume-stage .file-component {
    padding-left: 0;
    padding-right: 0; }

.staff__featured {
  border-top: 2px solid #fcd154;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 800px) {
    .staff__featured {
      padding-top: 80px;
      padding-right: 50px;
      padding-bottom: 50px;
      padding-left: 50px; } }
  .staff__featured__heading {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (min-width: 900px) {
      .staff__featured__heading {
        font-size: 2.375rem; } }
  .staff__featured__items {
    padding-bottom: 40px; }
  .staff__featured__item {
    padding-bottom: 20px; }
    .staff__featured__item:last-child {
      padding-bottom: 0; }
    .staff__featured__item p:last-child {
      margin: 0; }
  .staff__featured__item-label {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 5px; }
    @media (min-width: 900px) {
      .staff__featured__item-label {
        font-size: 1.875rem; } }

@media (min-width: 800px) {
  .staff .staff-item__info {
    padding-bottom: 0; } }

.publication-link-list + .publications {
  padding-top: 1rem; }

.publication-link-list,
.affiliation-list {
  padding-left: 0;
  margin-left: 0; }
  .publication-link-list li,
  .affiliation-list li {
    list-style: none; }

.hide-show__items {
  list-style: none;
  padding: 0;
  margin: 0; }
  .hide-show__items li {
    list-style: none; }

.hide-show__collapsible {
  display: none; }
  .hide-show__collapsible.expanded {
    display: block; }

.hide-show__button {
  display: inline-block;
  cursor: pointer; }
  .hide-show__button .more {
    display: block; }
  .hide-show__button .less {
    display: none; }
  .hide-show__button.expanded .less {
    display: block; }
  .hide-show__button.expanded .more {
    display: none; }

.story__body {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 900px) {
    .story__body {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .story__body {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .story__body {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .story__body {
      padding-right: 105px; } }

.story__links {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .story__links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ffffff;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    border-top: 1px solid #C2C2C2;
    -webkit-transition: border 0.2s, background-color 0.2s;
    transition: border 0.2s, background-color 0.2s;
    /* &:first-child {
        border-top: 0;
      } */ }
    .story__links__item:hover, .story__links__item:focus {
      border-top-color: #1E407C;
      border-bottom-color: #1E407C; }
    .story__links__item .menu__item__link, .story__links__item .menu-sidebar__link, .story__links__item .explore-section__current__boundary, .story__links__item .explore-by-role__link {
      text-decoration: none;
      -webkit-transition: border 0.2s;
      transition: border 0.2s;
      display: block;
      position: relative; }
    .story__links__item:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
    .story__links__item:last-child {
      border-bottom: 1px solid #C2C2C2; }
    .story__links__item:hover {
      background-color: #F0F1F2; }
  .story__links__link {
    text-decoration: none;
    font-weight: 700;
    border-top: 1px solid #1E407C;
    border-bottom: 1px solid #1E407C;
    margin: 0;
    padding: 18px 18px 18px 0;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: block;
    position: relative;
    color: #1E407C;
    border: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .story__links__link:hover {
      background-color: #F0F1F2; }

.text-area {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .text-area {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .text-area {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .text-area {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .text-area {
      padding-right: 105px; } }
  .text-area h2, .text-area .h2 {
    color: #1E407C; }
  .text-area h3, .text-area .h3 {
    color: #009CDE; }
  .text-area h4, .text-area .h4 {
    color: #001E44; }
  .text-area h5, .text-area .h5 {
    color: #3EA39E; }
  @media (min-width: 900px) {
    .text-area {
      margin-bottom: 40px; } }
  .text-area p {
    font-display: swap;
    font-size: 1.05rem;
    line-height: 1.5; }
    .text-area p.paragraph--table-title {
      text-transform: uppercase;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-display: swap;
      font-size: 1.6875rem;
      line-height: 35px; }
    .text-area p.paragraph--intro {
      line-height: 1.6;
      letter-spacing: .02rem;
      font-size: 1.25rem; }
  .text-area ul, .text-area ul li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .text-area ol, .text-area ul {
    margin-top: 15px; }
  .text-area ol {
    font-size: 1.05rem;
    line-height: 1.5; }
    .text-area ol.multicolumn {
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -o-column-count: 2;
      -o-column-gap: 20px;
      column-count: 2;
      column-gap: 20px;
      list-style-position: inside;
      counter-reset: list; }
      .text-area ol.multicolumn li {
        display: inline-block;
        width: 100%; }
        .text-area ol.multicolumn li:before {
          counter-increment: list;
          content: counter(list) ". "; }
    .text-area ol li + li {
      margin-top: 0.5rem; }
    .text-area ol li {
      list-style-type: decimal;
      padding-left: 0.25rem; }
    .text-area ol li li {
      list-style-type: lower-alpha; }
    .text-area ol li li li {
      list-style-type: lower-roman; }
  .text-area ul li {
    font-size: 1.05rem;
    line-height: 1.25;
    margin-left: 15px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0; }
    .text-area ul li + li {
      margin-top: 0.5rem; }
    .text-area ul li p {
      margin-bottom: 0; }
    .text-area ul li .multicolumn {
      display: inline-block; }
    .text-area ul li:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 12px;
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background-color: #2D2E32; }
    .text-area ul li li {
      margin-top: 0.5rem; }
      .text-area ul li li:before {
        background-color: #ffffff;
        border: 1px solid #2D2E32;
        width: 5px;
        height: 5px; }
      .text-area ul li li li {
        margin-top: 0.5rem; }
        .text-area ul li li li:before {
          top: 13px;
          background-color: #2D2E32;
          border-radius: 0;
          border: none;
          width: 7px;
          height: 2px; }
  .text-area ul + p {
    margin-top: 1rem; }
  .text-area ol + p {
    margin-top: 1rem; }

.paragraph-text-block {
  padding: 0 2rem; }
  .paragraph-text-block h2, .paragraph-text-block .h2 {
    color: #1E407C; }
  .paragraph-text-block h3, .paragraph-text-block .h3 {
    color: #009CDE; }
  .paragraph-text-block h4, .paragraph-text-block .h4 {
    color: #001E44; }
  .paragraph-text-block h5, .paragraph-text-block .h5 {
    color: #3EA39E; }
  .paragraph-text-block ul, .paragraph-text-block ul li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .paragraph-text-block ul li {
    font-size: 1.05rem;
    line-height: 1.25;
    margin-left: 15px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0; }
    .paragraph-text-block ul li + li {
      margin-top: 0.5rem; }
    .paragraph-text-block ul li p {
      margin-bottom: 0; }
    .paragraph-text-block ul li .multicolumn {
      display: inline-block; }
    .paragraph-text-block ul li:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 12px;
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background-color: #2D2E32; }
    .paragraph-text-block ul li li {
      margin-top: 0.5rem; }
      .paragraph-text-block ul li li:before {
        background-color: #ffffff;
        border: 1px solid #2D2E32;
        width: 5px;
        height: 5px; }
      .paragraph-text-block ul li li li {
        margin-top: 0.5rem; }
        .paragraph-text-block ul li li li:before {
          top: 13px;
          background-color: #2D2E32;
          border-radius: 0;
          border: none;
          width: 7px;
          height: 2px; }
  .paragraph-text-block p {
    font-display: swap;
    font-size: 1.05rem;
    line-height: 1.5; }
    .paragraph-text-block p.paragraph--table-title {
      text-transform: uppercase;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      font-display: swap;
      font-size: 1.6875rem;
      line-height: 35px; }
    .paragraph-text-block p.paragraph--intro {
      line-height: 1.6;
      letter-spacing: .02rem;
      font-size: 1.25rem; }
  .paragraph-text-block ul + p {
    margin-top: 1rem; }
  .paragraph-text-block ol + p {
    margin-top: 1rem; }

.text-image {
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-item: flex-start;
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    .text-image {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .text-image {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .text-image {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .text-image {
      padding-right: 105px; } }
  @media (min-width: 600px) {
    .text-image {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 80px; } }
  .text-image__text-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 600px) {
      .text-image__text-block {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 25px; } }
  .text-image__title {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.25rem;
    font-weight: 700; }
    @media (min-width: 900px) {
      .text-image__title {
        font-size: 1.6875rem; } }
  .text-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px; }
    @media (min-width: 600px) {
      .text-image__image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 208px;
            flex-basis: 208px; } }

.video_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #E4E4E4;
  margin-bottom: 2rem; }
  @media (min-width: 900px) {
    .video_banner {
      min-height: 720px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }

.video_banner__content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 26px 15px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #0F254D; }
  @media (min-width: 900px) {
    .video_banner__content {
      background-color: transparent;
      padding: 50px; } }
  .video_banner__content .button-psu--video_banner {
    color: #ffffff;
    background-color: #1E407C;
    border-color: #96BEE6;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #96BEE6;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 1rem;
    font-weight: 400;
    padding: 18px 30px;
    font-weight: 600;
    border: 0;
    padding: 8px 60px;
    position: relative;
    margin-top: 15px;
    font-size: 20px;
    width: 100%;
    text-align: center; }
    .video_banner__content .button-psu--video_banner:hover, .video_banner__content .button-psu--video_banner:focus {
      color: #001E44;
      background-color: #96BEE6;
      border-color: #001E44; }
    .video_banner__content .button-psu--video_banner:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
    @media (min-width: 900px) {
      .video_banner__content .button-psu--video_banner {
        width: auto;
        margin-top: 15px; } }
    .video_banner__content .button-psu--video_banner span {
      position: relative;
      z-index: 1; }
    .video_banner__content .button-psu--video_banner::before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: -1;
      left: 4px;
      top: 4px;
      background-color: #ffffff;
      -webkit-transition: background-color 300ms;
      transition: background-color 300ms; }
  .video_banner__content .button-psu--video_banner + .button-psu--video_banner {
    color: #1E407C;
    background-color: #FCD154;
    border-color: #0260AA;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #0260AA;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 0.875rem;
    padding: 18px 60px;
    border: 0;
    padding: 8px 60px;
    position: relative;
    font-size: 20px;
    margin-top: 35px; }
    .video_banner__content .button-psu--video_banner + .button-psu--video_banner:hover, .video_banner__content .button-psu--video_banner + .button-psu--video_banner:focus {
      color: #FCD154;
      background-color: #0260AA;
      border-color: #FCD154; }
    .video_banner__content .button-psu--video_banner + .button-psu--video_banner:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }
    @media (min-width: 900px) {
      .video_banner__content .button-psu--video_banner + .button-psu--video_banner {
        margin-left: 35px;
        margin-top: 15px; } }
  .video_banner__content .playback {
    position: absolute;
    width: calc(100% - 20px);
    top: 0;
    left: 0; }
    @media (min-width: 900px) {
      .video_banner__content .playback {
        position: relative;
        top: auto;
        left: auto;
        width: 100%; } }
    .video_banner__content .playback > button {
      position: absolute;
      right: 0;
      bottom: 0;
      top: -90px;
      height: 45px;
      width: 45px;
      padding: 0;
      margin: auto;
      cursor: pointer; }
      .video_banner__content .playback > button.hide {
        display: none; }
      @media (min-width: 900px) {
        .video_banner__content .playback > button {
          top: auto;
          bottom: 0; } }
      .video_banner__content .playback > button svg {
        width: 100%;
        height: auto; }
      .video_banner__content .playback > button .playback__text {
        position: absolute;
        visibility: hidden; }

.video_banner__heading {
  margin-block: 0 10px;
  color: #bed9f0;
  font-size: 36px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); }
  @media (min-width: 900px) {
    .video_banner__heading {
      font-size: 42px; } }

.video_banner__subheading {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); }
  @media (min-width: 900px) {
    .video_banner__subheading {
      font-size: 1.875rem; } }
  @media (min-width: 900px) {
    .video_banner__subheading {
      font-size: 28px;
      margin: 0 0 15px; } }

.video_banner__video {
  width: 100%;
  height: 280px;
  margin: 0 auto;
  max-width: 1920px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
  @media (min-width: 900px) {
    .video_banner__video {
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  .video_banner__video > * {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }
  .video_banner__video .hide {
    opacity: 0; }
  .video_banner__video video {
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%; }
  .video_banner__video picture {
    position: absolute;
    display: block;
    top: 0;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%; }
    .video_banner__video picture img {
      max-width: none;
      height: auto;
      display: block;
      width: 100%;
      min-height: 100%; }

.video__stage {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .video__stage {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .video__stage {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .video__stage {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .video__stage {
      padding-right: 105px; } }
  .paragraph-component-group .video__stage {
    padding-inline: 0;
    margin-bottom: 0; }

.video__poster-image {
  position: relative;
  display: block;
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  cursor: pointer; }
  .video__poster-image:focus-visible {
    outline: 3px solid #96BEE6;
    outline-offset: 4px; }
  .video__poster-image:hover .video__button {
    background-color: rgba(30, 64, 124, 0.8); }
    .video__poster-image:hover .video__button:before {
      border-left-color: #ffffff; }
  .video__poster-image img {
    width: 100%;
    max-width: none; }

.video__caption {
  padding-left: 16px;
  padding-right: 16px;
  font-display: swap;
  font-size: 0.875rem;
  color: #263B80;
  padding-top: 12px; }
  @media (min-width: 900px) {
    .video__caption {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .video__caption {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .video__caption {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .video__caption {
      padding-right: 105px; } }
  .paragraph-component-group .video__caption {
    padding: 0.75rem 1rem 0; }
  [data-component-theme='dark'] .video__caption {
    color: #bed9f0; }

.video__button {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .video__button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid #1E407C;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s; }

.video__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: rgba(45, 46, 50, 0.75);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.25s, z-index 0s 0.25s;
  transition: opacity 0.25s, z-index 0s 0.25s;
  pointer-events: none; }
  .video__overlay.active {
    z-index: 99;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.25s, z-index 0s 0s;
    transition: opacity 0.25s, z-index 0s 0s; }

.video__overlay-boundary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 900px; }
  @media (min-width: 600px) {
    .video__overlay-boundary {
      padding: 0 15px; } }

.video__overlay-close {
  position: relative;
  width: 30px;
  height: 30px;
  background: white;
  border: 0;
  margin-bottom: 10px;
  border-radius: 100%;
  cursor: pointer; }
  .video__overlay-close:focus-visible {
    outline: 3px solid #96BEE6;
    outline-offset: 3px; }
  .video__overlay-close__cross {
    position: absolute;
    bottom: 0;
    left: 8px;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #1E407C;
    -webkit-transition: width 0.25s 0s;
    transition: width 0.25s 0s; }
  .video__overlay-close__cross-left {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    top: 15px; }
  .video__overlay-close__cross-right {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    top: -15px; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.video-placeholder {
  width: 100%; }
  .video-placeholder iframe {
    width: 100%; }

body.video-overlay-active {
  overflow: hidden; }

.view-event-landing {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 900px) {
    .view-event-landing {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .view-event-landing {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .view-event-landing {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .view-event-landing {
      padding-right: 105px; } }
  .view-event-landing__exposed-filters {
    margin-bottom: 30px; }
    .view-event-landing__exposed-filters .selectboxit-container {
      display: block; }
    .view-event-landing__exposed-filters .selectboxit-btn, .view-event-landing__exposed-filters .selectboxit-list {
      width: 100% !important; }
  .view-event-landing__title-bar {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .view-event-landing__title-bar__title {
      font-family: "Roboto Slab", sans-serif;
      font-display: swap;
      line-height: 1.2;
      letter-spacing: 0.02rem;
      font-weight: 700;
      font-size: 1.25rem;
      font-weight: 600;
      margin-right: 10px; }
      @media (min-width: 900px) {
        .view-event-landing__title-bar__title {
          font-size: 1.6875rem; } }
    .view-event-landing__title-bar__bar {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 10px;
      background-color: #1E407C; }
  .view-event-landing__footer a {
    color: #ffffff;
    background-color: #1E407C;
    border-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ffffff;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 0.875rem;
    padding: 18px 60px; }
    .view-event-landing__footer a:hover, .view-event-landing__footer a:focus {
      color: #1E407C;
      background-color: #ffffff;
      border-color: #1E407C; }
    .view-event-landing__footer a:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }

.webform-submission-form {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 900px) {
    .webform-submission-form {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .webform-submission-form {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .webform-submission-form {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .webform-submission-form {
      padding-right: 105px; } }
  .webform-submission-form:after {
    content: "";
    display: table;
    clear: both; }
  .webform-submission-form h2, .webform-submission-form .h2 {
    color: #1E407C; }
  .webform-submission-form h3, .webform-submission-form .h3 {
    color: #009CDE; }
  .webform-submission-form h4, .webform-submission-form .h4 {
    color: #001E44; }
  .webform-submission-form h5, .webform-submission-form .h5 {
    color: #3EA39E; }
  .webform-submission-form__row {
    margin-bottom: 56px; }
    .webform-submission-form__row legend {
      font-family: "Roboto Slab", sans-serif;
      font-display: swap;
      line-height: 1.2;
      letter-spacing: 0.02rem;
      font-weight: 700;
      font-size: 1.125rem;
      font-size: 1.25rem;
      font-weight: 600;
      display: block;
      margin-bottom: 16px;
      padding: 0; }
      @media (min-width: 900px) {
        .webform-submission-form__row legend {
          font-size: 1.4375rem; } }
      @media (min-width: 900px) {
        .webform-submission-form__row legend {
          font-size: 1.375rem; } }
    .webform-submission-form__row.js-form-type-checkbox, .webform-submission-form__row.js-form-type-radio {
      margin-bottom: 0; }
  .webform-submission-form input[type="submit"] {
    float: right; }
    .webform-submission-form input[type="submit"].webform-button--previous {
      float: none; }
    @media (max-width: 800px) {
      .webform-submission-form input[type="submit"].webform-button--previous, .webform-submission-form input[type="submit"].webform-button--next {
        width: 100%; } }
  .webform-submission-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0; }

.form-required:after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em; }

.webform-confirmation-modal {
  font-family: "Source Sans Pro", sans-serif; }

@media (min-width: 600px) {
  .wire-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-column-gap: 20px; } }

.footer__menu {
  padding-left: 15px;
  padding-right: 15px;
  --focus-visible-outline-color: #ffffff;
  background-color: #263B80;
  color: #ffffff; }
  @media (min-width: 900px) {
    .footer__menu {
      padding-left: 30px;
      padding-right: 30px; } }
  .footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__menu-title {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 1.375rem;
    line-height: 22px;
    padding-top: 22px;
    padding-bottom: 12px;
    line-height: 1.4;
    margin: 0; }
    @media (min-width: 900px) {
      .footer__menu-title {
        text-transform: uppercase;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-display: swap;
        font-size: 1.6875rem;
        line-height: 35px;
        line-height: 1.2;
        padding-top: 55px;
        padding-bottom: 16px; } }
  .footer__menu-boundary {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 46px; }
    @media (min-width: 900px) {
      .footer__menu-boundary {
        padding-bottom: 62px; } }
  @media (min-width: 900px) {
    .footer__menu-accordion {
      display: none; } }
  .footer__menu-accordion__item, .footer__menu-accordion__item__no-content {
    border-bottom: 1px solid #263B80; }
  .footer__menu-accordion__content {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
    background-color: #ffffff; }
  .footer__menu-accordion__content-inner {
    padding-top: 15px;
    padding-bottom: 34px; }
    .footer__menu-accordion__content-inner a {
      display: block;
      padding-left: 17px;
      padding-right: 42px;
      line-height: 1.2;
      font-family: "Source Sans Pro", sans-serif;
      text-decoration: none;
      margin-bottom: 32px; }
      .footer__menu-accordion__content-inner a:last-child {
        margin-bottom: 0; }
  .footer__menu-accordion__heading {
    background-color: #ffffff;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative; }
    .footer__menu-accordion__item.expanded .footer__menu-accordion__heading {
      background-color: #14729d; }
      .footer__menu-accordion__item.expanded .footer__menu-accordion__heading a {
        color: #ffffff; }
    .footer__menu-accordion__heading a {
      color: #263B80;
      display: block;
      padding-left: 12px;
      padding-right: 42px;
      text-decoration: none;
      line-height: 2.5;
      font-weight: 600;
      font-family: "Source Sans Pro", sans-serif;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
  .footer__menu-accordion__icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 21px;
    top: 11px; }
    .footer__menu-accordion__icon:before, .footer__menu-accordion__icon:after {
      content: '';
      background-color: #14729d;
      position: absolute;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      .footer__menu-accordion__item.expanded .footer__menu-accordion__icon:before, .footer__menu-accordion__item.expanded .footer__menu-accordion__icon:after {
        background-color: #ffffff; }
    .footer__menu-accordion__icon:before {
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      margin-left: -1px; }
      .footer__menu-accordion__item.expanded .footer__menu-accordion__icon:before {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .footer__menu-accordion__icon:after {
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px; }
  @media (min-width: 900px) {
    .footer__menu-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer__menu-items a {
        font-family: "Source Sans Pro", sans-serif;
        text-decoration: none; }
      .footer__menu-items > div {
        -ms-flex-preferred-size: 197px;
            flex-basis: 197px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-right: 8px;
        border-right: 1px solid #091F40;
        margin-right: 8px; }
        .footer__menu-items > div:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: 0; } }
  .footer__menu__column {
    display: none; }
    @media (min-width: 900px) {
      .footer__menu__column {
        display: block; } }
  .footer__menu__column-heading {
    font-weight: 700; }
    .footer__menu__column-heading a {
      display: block;
      color: #ffffff;
      padding: 12px 0px;
      margin: -10px 0px; }
      .footer__menu__column-heading a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .footer__menu__column-sub-link {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.025rem;
    position: relative;
    -webkit-transition: border .25s ease;
    transition: border .25s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: block;
    padding-block: 13px; }
    .footer__menu__column-sub-link:hover, .footer__menu__column-sub-link:focus {
      text-decoration: underline;
      color: #ffffff; }
    .footer__menu__column-sub-link:last-child {
      margin-bottom: 0; }
  .footer__menu__column-sub-link-stage {
    margin-bottom: -7px; }

.footer-search__stage {
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #1E407C;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 900px) {
    .footer-search__stage {
      padding-left: 30px;
      padding-right: 30px; } }

.footer-search__boundary {
  max-width: 1060px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .footer-search__boundary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.footer-search__title {
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.875rem; }
  @media (min-width: 900px) {
    .footer-search__title {
      font-size: 2.375rem; } }
  @media (min-width: 900px) {
    .footer-search__title {
      font-weight: 700; } }

.footer-search__form {
  position: relative; }
  @media (min-width: 900px) {
    .footer-search__form {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 56px;
      margin-left: 50px; } }
  .footer-search__form .webform-submission-form__row {
    margin-bottom: 0; }
  .footer-search__form input[type="text"] {
    color: #ffffff;
    background: #1E407C;
    outline: none;
    border-width: 1px;
    margin-bottom: 2px;
    -webkit-transition: none;
    transition: none;
    padding-left: 0; }
    .footer-search__form input[type="text"].placeholder {
      color: #ffffff; }
    .footer-search__form input[type="text"]:-moz-placeholder {
      color: #ffffff; }
    .footer-search__form input[type="text"]::-moz-placeholder {
      color: #ffffff; }
    .footer-search__form input[type="text"]::-webkit-input-placeholder {
      color: #ffffff; }
    .footer-search__form input[type="text"]:focus {
      border-bottom: 3px solid #ffffff;
      margin-bottom: 0;
      outline: none; }
  .footer-search__form input[type="submit"] {
    padding: 0;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    background: transparent url("../../images/svg/icon-search-white.svg") no-repeat center center;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    border-radius: 100%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .footer-search__form input[type="submit"]:hover, .footer-search__form input[type="submit"]:focus {
      background-color: rgba(255, 255, 255, 0.3); }

.footer__stage {
  color: #ffffff;
  padding-top: 44px;
  padding-bottom: 34px;
  background: #091F40;
  --focus-visible-outline-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 900px) {
    .footer__stage {
      padding-left: 30px;
      padding-right: 30px; } }

.footer__boundary {
  max-width: 1280px;
  margin: 0 auto; }

@media (min-width: 900px) {
  .footer__top, .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 900px) {
  .footer__logo-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.footer__logo-bar__logo-link {
  display: block;
  width: 300px; }

.footer__logo-bar__logo {
  margin-bottom: 40px;
  width: 100%; }

.footer__logo-bar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .footer__logo-bar__buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.footer__logo-bar__button {
  color: #ffffff;
  background-color: #142E5B;
  border-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  font-display: swap;
  font-size: 0.875rem;
  padding: 18px 60px;
  padding: 18px;
  margin-bottom: 25px;
  max-width: 220px;
  text-align: center; }
  .footer__logo-bar__button:hover, .footer__logo-bar__button:focus {
    color: #142E5B;
    background-color: #ffffff;
    border-color: #142E5B; }
  .footer__logo-bar__button:focus-visible {
    outline: 2px solid var(--focus-visible-outline-color);
    outline-offset: var(--focus-visible-outline-offset); }
  @media (min-width: 900px) {
    .footer__logo-bar__button {
      margin-bottom: 0;
      margin-right: 18px; }
      .footer__logo-bar__button:last-child {
        margin-right: 0; } }

.footer__social-bar {
  font-display: swap;
  font-size: 0.875rem; }
  @media (min-width: 900px) {
    .footer__social-bar {
      text-align: right; } }
  .footer__social-bar__icon {
    margin: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 100%;
    max-width: 32px; }
    .footer__social-bar__icon:first-child {
      margin-left: 0; }
  .footer__social-bar__text {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    line-height: 2.5; }
  .footer__social-bar .footer__social-label {
    margin-bottom: 1rem; }

.footer__links ul {
  padding: 0;
  margin: 50px 0; }
  .footer__links ul ol, .footer__links ul ul, .footer__links ul li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    .footer__links ul {
      margin: 0; } }
  .footer__links ul li {
    line-height: 2.46;
    position: relative; }
    .footer__links ul li::after {
      content: '';
      width: 1px;
      height: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      right: 0;
      top: 25%; }
    .footer__links ul li:first-child a {
      padding-left: 0; }
    .footer__links ul li:last-child {
      border-right: none; }
    @media (min-width: 900px) {
      .footer__links ul li {
        line-height: 1.2;
        display: inline-block; } }
  .footer__links ul a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-display: swap;
    font-size: 0.875rem; }
    .footer__links ul a:hover {
      text-decoration: underline; }
    @media (min-width: 900px) {
      .footer__links ul a {
        padding: 14px; } }

.footer__copyright-bar {
  /* &__menu {

      @include clear-lists;
      margin-bottom: 50px;

      @include bp(md) {
        margin-bottom: 0;
      }

      li {
        line-height: 1.2;
        display: inline-block;
        border-right: 1px solid $white;

        &:first-child a {
          padding-left: 0;
        }

        &:last-child {
          border-right: none;
        }
      }

      a {
        color: $white;
        padding: 0 10px;
        display: block;
        text-decoration: none;
        @include basic-text('normal-small');

        &:hover {
          text-decoration: underline;
        }
      }
    } */ }
  @media (min-width: 900px) {
    .footer__copyright-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .footer__copyright-bar__copyright {
    font-display: swap;
    font-size: 0.875rem; }

.header__bottom-main {
  background-color: #E4E4E4;
  display: none;
  position: relative;
  z-index: 10; }
  @media (min-width: 1060px) {
    .header__bottom-main {
      display: block; } }
  .header__bottom-main__boundary {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .header__bottom-main__boundary nav {
      width: 100%;
      z-index: 2; }
  .header__bottom-main .menu_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__bottom-main .menu_top > li {
      margin-right: 30px; }
    .header__bottom-main .menu_top li:hover .menu_top-link {
      color: #ffffff;
      background-color: #14729d; }
      .header__bottom-main .menu_top li:hover .menu_top-link svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .header__bottom-main .menu_top li:hover .menu_top-link .chevron-path {
        stroke: #ffffff; }
    .header__bottom-main .menu_top li:hover .menu_below {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header__bottom-main .menu_below {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
    padding-left: 56px;
    padding-top: 38px;
    padding-right: 46px;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    display: none;
    left: 0; }
    .header__bottom-main .menu_below__column {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 80px; }
      .header__bottom-main .menu_below__column:last-child {
        margin-right: 0; }
      .header__bottom-main .menu_below__column li:last-child .menu_bottom-link {
        border-bottom: 0; }
      .header__bottom-main .menu_below__column li:only-child .menu_bottom-link {
        border-bottom: 1px solid #263B80; }
  .header__bottom-main .menu_top-link {
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: .47px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 12px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 25px;
    display: block;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    position: relative; }
    .header__bottom-main .menu_top-link svg {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  .header__bottom-main .icon-down-chevron {
    width: 9px;
    height: 5px;
    display: inline-block;
    background-size: 100%;
    margin-left: 5px;
    position: absolute; }
  .header__bottom-main .menu_bottom-link {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #263B80;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #263B80;
    display: block;
    -webkit-transition: color .3s ease, border .3s ease;
    transition: color .3s ease, border .3s ease; }
    .header__bottom-main .menu_bottom-link:hover {
      color: #14729d;
      border-color: #14729d; }
  .header__bottom-main__department-nav {
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: .47px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 12px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 20px;
    display: block;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    color: #263B80; }
    .header__bottom-main__department-nav svg {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .header__bottom-main__department-nav .menu_top {
      position: absolute;
      left: 0;
      z-index: -1;
      opacity: 0;
      background-color: #ffffff;
      width: 100%;
      top: 49px; }
    .header__bottom-main__department-nav:hover {
      cursor: pointer;
      color: #ffffff;
      background-color: #14729d; }
      .header__bottom-main__department-nav:hover svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .header__bottom-main__department-nav:hover .menu_below {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        top: 49px; }
      .header__bottom-main__department-nav:hover .chevron-path {
        stroke: #ffffff; }
  .header__bottom-main__main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__bottom-main .main-menu a img {
    max-width: 125px; }

.header-small__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto; }
  @media (min-width: 1060px) {
    .header-small__toggles {
      display: none; } }

.header-small__toggle__text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-weight: 600;
  color: #263B80;
  font-size: 0.8125rem;
  line-height: 1.15;
  margin-top: 9px;
  position: relative; }
  .header-small__toggle__text-active, .header-small__toggle__text-passive {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .header-small__toggle__text-active {
    position: absolute;
    top: 0;
    left: 0;
    color: #14729d;
    opacity: 0;
    display: block;
    width: 100%; }
    .button--search.active .header-small__toggle__text-active,
    .button--hamburger.active .header-small__toggle__text-active {
      opacity: 1; }
  .header-small__toggle__text-passive {
    opacity: 1; }
    .button--search.active .header-small__toggle__text-passive,
    .button--hamburger.active .header-small__toggle__text-passive {
      opacity: 0; }

.header-small__toggle__boundary {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.header-small__toggle__stage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }

.header-small__toggle-search {
  padding-right: 8px;
  position: relative; }
  .header-small__toggle-search:after {
    content: '';
    display: block;
    background-color: #657380;
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 1px; }
  @media (min-width: 400px) {
    .header-small__toggle-search {
      padding-right: 16px;
      margin-right: 8px; } }

.header-small__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.header-small__menu-secondary {
  padding-bottom: 40px; }
  .header-small__menu-secondary a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    color: #263B80;
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none; }
  .header-small__menu-secondary li {
    margin-bottom: 16px; }
    .header-small__menu-secondary li:last-child {
      margin-bottom: 0; }

.header-small__menu-departments {
  border-top: 3px solid #263B80; }
  .header-small__menu-departments a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    color: #263B80;
    text-decoration: none; }
  .header-small__menu-departments li {
    margin-bottom: 16px; }
    .header-small__menu-departments li:first-child {
      margin-top: 16px; }
    .header-small__menu-departments li:last-child {
      margin-bottom: 32px; }
  .header-small__menu-departments .block-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    color: #263B80;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    padding-top: 7px;
    position: relative; }

@media (min-width: 1060px) {
  .header__blocks__functional-menu--mobile {
    display: none; } }

.traversable-menu-tray {
  background-color: #142E5B;
  color: #ffffff;
  margin-left: -33px;
  margin-right: -33px;
  margin-bottom: 0; }
  .traversable-menu-tray .menu__panel {
    background-color: #142E5B;
    padding-left: 33px;
    padding-right: 33px; }
  .traversable-menu-tray .menu__panel__list > .menu__item {
    border-top: 1px solid #bed9f0; }
    .traversable-menu-tray .menu__panel__list > .menu__item:first-child {
      border-top: 1px solid #142E5B; }
  .traversable-menu-tray .button-explore:before {
    background-color: #bed9f0; }
  .traversable-menu-tray .button-explore__arrow:before,
  .traversable-menu-tray .button-explore__arrow:after {
    background-color: #ffffff; }
  .traversable-menu-tray .button-explore:focus,
  .traversable-menu-tray .button-explore:hover {
    background-color: #091F40; }
  .traversable-menu-tray a,
  .traversable-menu-tray .menu__item {
    color: #ffffff;
    font-weight: 700; }
  .traversable-menu-tray .menu__item:hover {
    background-color: #0F254D;
    color: #ffffff; }
  .traversable-menu-tray .menu__item--active-trail + .menu__item,
  .traversable-menu-tray .menu__item--active-trail {
    border-color: #ffffff; }
  .traversable-menu-tray .menu__item__link.is-active,
  .traversable-menu-tray .menu__item__link:hover {
    color: #ffffff; }
  .traversable-menu-tray .menu__panel__title__link {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #ffffff; }
    .traversable-menu-tray .menu__panel__title__link:hover {
      background-color: #0F254D; }
  .traversable-menu-tray .menu__panel__trigger--parent:hover {
    background-color: #0F254D;
    color: #ffffff; }
  .traversable-menu-tray .menu__panel__trigger--parent:before {
    background: url(../../images/svg/arrow-left-white.svg) no-repeat; }

.header__blocks__functional-menu--mobile__wrapper {
  width: 100%; }
  .header__blocks__functional-menu--mobile__wrapper .header__blocks__functional-menu--mobile__toggle {
    margin-top: 6px;
    padding-top: 0.5rem; }
  @media (min-width: 900px) {
    .header__blocks__functional-menu--mobile__wrapper {
      display: none; } }

.header__blocks__functional-menu--mobile__toggle {
  position: absolute;
  top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #E4E4E4;
  color: #14729d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: left;
  cursor: pointer; }
  @media (min-width: 450px) {
    .header__blocks__functional-menu--mobile__toggle {
      padding-right: 2rem;
      font-size: 1rem;
      letter-spacing: 0; } }
  @media (min-width: 900px) {
    .header__blocks__functional-menu--mobile__toggle {
      display: none; } }
  .header__blocks__functional-menu--mobile__toggle::after {
    position: relative;
    content: '';
    margin-left: 5px;
    background: url(../../images/svg/angle-down.svg) no-repeat center;
    background-size: contain;
    height: 24px;
    width: 25px; }
    @media (min-width: 450px) {
      .header__blocks__functional-menu--mobile__toggle::after {
        margin-left: 1em; } }
    .show-menu .header__blocks__functional-menu--mobile__toggle::after {
      background: #14729d url(../../images/svg/angle-up-white.svg) no-repeat center;
      background-size: contain; }

.header__blocks__functional-menu--mobile {
  display: none;
  position: absolute;
  margin-left: -5px;
  width: 100%;
  z-index: 2; }

.header__blocks__functional-menu--mobile__menu {
  position: relative;
  z-index: 1;
  margin-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 85%;
  background-color: #ffffff; }

.utility-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.utility-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.header-top__sub-links-wrap [aria-hidden="true"] {
  visibility: hidden; }

.header-top,
.header-contact {
  --focus-visible-outline-color: #ffffff;
  --focus-visible-outline-offset: 0;
  display: none;
  position: relative;
  z-index: 11; }
  @media (min-width: 1060px) {
    .header-top,
    .header-contact {
      display: block; } }
  .header-top__boundary,
  .header-contact__boundary {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header-top .icon-search #icon-search,
  .header-contact .icon-search #icon-search {
    stroke: #ffffff; }
  .header-top .icon-search .icon-search__circle,
  .header-contact .icon-search .icon-search__circle {
    stroke: #ffffff; }
  .header-top svg,
  .header-contact svg {
    fill: white;
    height: 16px;
    width: 16px; }
  .header-top__sub-links-wrap,
  .header-contact__sub-links-wrap {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    margin-top: 12px;
    width: 100%;
    z-index: 5;
    padding: 0 1rem; }
    @media (min-width: 1800px) {
      .header-top__sub-links-wrap,
      .header-contact__sub-links-wrap {
        padding: 0; } }
  .header-top__sub-links,
  .header-contact__sub-links {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 5; }
  .header-top__sub-links-item,
  .header-contact__sub-links-item {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .header-top__toggle-text,
  .header-contact__toggle-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
    font-size: 0.8125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    padding: 0.75rem 1rem 1rem;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
    margin-top: -3px; }
    .header-top__toggle-text > a,
    .header-contact__toggle-text > a {
      color: white;
      text-decoration: none; }
      .header-top__toggle-text > a:hover,
      .header-contact__toggle-text > a:hover {
        color: #96BEE6; }
      .header-top__toggle-text > a:focus-visible,
      .header-contact__toggle-text > a:focus-visible {
        outline: 2px solid var(--focus-visible-outline-color);
        outline-offset: var(--focus-visible-outline-offset); }
    .header-top__toggle-text.toggled::after,
    .header-contact__toggle-text.toggled::after {
      content: " ";
      display: block;
      position: absolute;
      background-image: url(../../images/svg/top-menu/caret-down.svg);
      background-size: 32px;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 32px;
      left: 0;
      bottom: -12px; }
    .header-top__toggle-text:hover,
    .header-contact__toggle-text:hover {
      color: #96BEE6;
      cursor: pointer; }
      .header-top__toggle-text:hover svg,
      .header-contact__toggle-text:hover svg {
        fill: #96BEE6; }
  .header-top__toggles,
  .header-contact__toggles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #263B80;
    max-height: 2.1rem; }
  .header-top__search-toggle,
  .header-contact__search-toggle {
    padding-left: 16px;
    padding-right: 16px; }
  .header-top__search-icons, .header-top__home-icons,
  .header-contact__search-icons,
  .header-contact__home-icons {
    display: inline-block;
    position: relative; }
  .header-top__icon-home,
  .header-contact__icon-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-top__menu-icons,
  .header-contact__menu-icons {
    display: inline-block;
    position: relative;
    margin-left: 8px; }
  .header-top__icon-search, .header-top__icon-menu,
  .header-contact__icon-search,
  .header-contact__icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .03s ease;
    transition: opacity .03s ease;
    opacity: 1; }
    .header-top__toggle-text.toggled .header-top__icon-search,
    .header-contact__toggle-text.toggled .header-top__icon-search, .header-top__toggle-text.toggled .header-top__icon-menu,
    .header-contact__toggle-text.toggled .header-top__icon-menu, .header-top__toggle-text.toggled
    .header-contact__icon-search,
    .header-contact__toggle-text.toggled
    .header-contact__icon-search, .header-top__toggle-text.toggled
    .header-contact__icon-menu,
    .header-contact__toggle-text.toggled
    .header-contact__icon-menu {
      opacity: 0;
      display: none; }
  .header-top__icon-close,
  .header-contact__icon-close {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .03s ease;
    transition: opacity .03s ease; }
    .header-top__toggle-text.toggled .header-top__icon-close,
    .header-contact__toggle-text.toggled .header-top__icon-close, .header-top__toggle-text.toggled
    .header-contact__icon-close,
    .header-contact__toggle-text.toggled
    .header-contact__icon-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }
  .header-top__menu-toggle,
  .header-contact__menu-toggle {
    position: relative; }
  .header-top__links,
  .header-contact__links {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .03s ease;
    transition: height .03s ease;
    background-color: #263B80;
    width: 100%; }
    .header-top__links-boundary,
    .header-contact__links-boundary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 5px solid #96BEE6; }
    .header-top__links .block-title,
    .header-contact__links .block-title {
      line-height: 1.4;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700; }
    .header-top__links a,
    .header-contact__links a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      width: 100%;
      color: #FFF;
      text-decoration: none;
      font-size: 16px;
      line-height: 1;
      font-weight: 600;
      padding: 0.5rem 2.5rem 0.5rem 0.5rem; }
      .header-top__links a:hover,
      .header-contact__links a:hover {
        background-color: white;
        color: #001E44;
        background-image: url(../../images/svg/top-menu/double-arrow-right.svg);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 96% center; }
      .header-top__links a:focus-visible,
      .header-contact__links a:focus-visible {
        outline: 2px solid var(--focus-visible-outline-color);
        outline-offset: var(--focus-visible-outline-offset); }
    .header-top__links ul,
    .header-top__links li,
    .header-contact__links ul,
    .header-contact__links li {
      padding: 0;
      margin: 0;
      list-style: none; }
    .header-top__links ul,
    .header-contact__links ul {
      margin-top: 0.5rem; }
    .header-top__links li,
    .header-contact__links li {
      border-bottom: 1px solid white; }
  .header-top__secondary-nav,
  .header-contact__secondary-nav {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    padding: 40px 40px 80px;
    background-color: #001E44; }
    .header-top__secondary-nav ul,
    .header-contact__secondary-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-top__secondary-nav li,
    .header-contact__secondary-nav li {
      width: 100%;
      max-width: 48%; }
  .header-top__departments,
  .header-contact__departments {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    padding: 40px 40px 80px; }
    .header-top__departments ul,
    .header-contact__departments ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    .header-top__departments li,
    .header-contact__departments li {
      width: 100%; }
  .header-top__staff-form .header-staff-search.staff-list--paragraph__stage,
  .header-contact__staff-form .header-staff-search.staff-list--paragraph__stage {
    margin: 0;
    border-top: none; }
  .header-top__staff-form, .header-top__search-form,
  .header-contact__staff-form,
  .header-contact__search-form {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    width: auto;
    -ms-flex-preferred-size: 800px;
        flex-basis: 800px; }
  .header-top .search-inner__wrap,
  .header-contact .search-inner__wrap {
    width: 100%; }
  .header-top__staff-form[data-panel-expanded="true"], .header-top__search-form[data-panel-expanded="true"],
  .header-contact__staff-form[data-panel-expanded="true"],
  .header-contact__search-form[data-panel-expanded="true"] {
    overflow: visible;
    -webkit-animation: .5s delay-overflow;
            animation: .5s delay-overflow; }
  .header-top__search-form-boundary,
  .header-contact__search-form-boundary {
    border: 5px solid #96BEE6;
    background-color: #263B80;
    padding: 30px 55px 40px;
    max-width: 800px;
    margin-left: auto; }
    .header-top__search-form-boundary fieldset,
    .header-contact__search-form-boundary fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0; }
    .header-top__search-form-boundary .js-form-type-textfield,
    .header-contact__search-form-boundary .js-form-type-textfield {
      -ms-flex-preferred-size: 680px;
          flex-basis: 680px;
      margin-bottom: 0; }
    .header-top__search-form-boundary .js-form-type-select,
    .header-contact__search-form-boundary .js-form-type-select {
      -ms-flex-preferred-size: 341px;
          flex-basis: 341px;
      margin-bottom: 0;
      z-index: 1; }
    .header-top__search-form-boundary .search-inner__wrap .form-item,
    .header-contact__search-form-boundary .search-inner__wrap .form-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-top__search-form-boundary button[type="submit"],
    .header-contact__search-form-boundary button[type="submit"] {
      -webkit-box-flex: 0;
          -ms-flex: 0 auto;
              flex: 0 auto;
      border: 0;
      -webkit-appearance: none;
      width: 65px;
      height: 65px;
      padding: 0.5rem 1rem;
      background-color: #96BEE6;
      margin-left: 10px;
      border-radius: 0.5rem;
      cursor: pointer;
      outline: none; }
      .header-top__search-form-boundary button[type="submit"] .button-label,
      .header-contact__search-form-boundary button[type="submit"] .button-label {
        display: none; }
      .header-top__search-form-boundary button[type="submit"] svg,
      .header-contact__search-form-boundary button[type="submit"] svg {
        fill: #001E44;
        height: 32px;
        width: 32px; }
      .header-top__search-form-boundary button[type="submit"]:focus,
      .header-contact__search-form-boundary button[type="submit"]:focus {
        outline: 1px dotted #96BEE6;
        outline-offset: 2px; }
      .header-top__search-form-boundary button[type="submit"]:hover,
      .header-contact__search-form-boundary button[type="submit"]:hover {
        background-color: #001E44; }
        .header-top__search-form-boundary button[type="submit"]:hover svg,
        .header-contact__search-form-boundary button[type="submit"]:hover svg {
          fill: white; }
    .header-top__search-form-boundary input[type="text"],
    .header-contact__search-form-boundary input[type="text"] {
      min-height: 65px;
      border-bottom-right-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      outline: none;
      color: #001E44;
      font-size: 16px;
      z-index: 0;
      margin: 0; }
      .header-top__search-form-boundary input[type="text"]:focus,
      .header-contact__search-form-boundary input[type="text"]:focus {
        outline: 1px dotted #96BEE6;
        outline-offset: 2px; }
      .header-top__search-form-boundary input[type="text"]::-webkit-input-placeholder,
      .header-contact__search-form-boundary input[type="text"]::-webkit-input-placeholder {
        color: #001E44;
        font-style: italic; }
      .header-top__search-form-boundary input[type="text"]::-moz-placeholder,
      .header-contact__search-form-boundary input[type="text"]::-moz-placeholder {
        color: #001E44;
        font-style: italic; }
      .header-top__search-form-boundary input[type="text"]::-ms-input-placeholder,
      .header-contact__search-form-boundary input[type="text"]::-ms-input-placeholder {
        color: #001E44;
        font-style: italic; }
      .header-top__search-form-boundary input[type="text"]::placeholder,
      .header-contact__search-form-boundary input[type="text"]::placeholder {
        color: #001E44;
        font-style: italic; }
    .header-top__search-form-boundary .form-item-staff,
    .header-contact__search-form-boundary .form-item-staff {
      position: relative;
      z-index: 0; }
      .header-top__search-form-boundary .form-item-staff::before,
      .header-contact__search-form-boundary .form-item-staff::before {
        content: "";
        position: absolute;
        left: -5px;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: white; }
    .header-top__search-form-boundary .search-form--page__boundary--controls .webform-submission-form__row,
    .header-top__search-form-boundary .search-form__boundary--controls .webform-submission-form__row,
    .header-contact__search-form-boundary .search-form--page__boundary--controls .webform-submission-form__row,
    .header-contact__search-form-boundary .search-form__boundary--controls .webform-submission-form__row {
      margin: 0;
      padding: 0; }
    .header-top__search-form-boundary.label,
    .header-top__search-form-boundary label,
    .header-contact__search-form-boundary.label,
    .header-contact__search-form-boundary label {
      color: #ffffff;
      font-size: 20px; }
    .header-top__search-form-boundary .selectboxit-container,
    .header-contact__search-form-boundary .selectboxit-container {
      display: block; }
      .header-top__search-form-boundary .selectboxit-container .selectboxit,
      .header-contact__search-form-boundary .selectboxit-container .selectboxit {
        width: 100% !important; }
      .header-top__search-form-boundary .selectboxit-container .selectboxit-options,
      .header-contact__search-form-boundary .selectboxit-container .selectboxit-options {
        width: 100% !important; }

.header__stage {
  padding-top: 9px;
  padding-left: 16px;
  padding-right: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s; }
  .header__stage.shadow {
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.17);
            box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.17);
    position: relative;
    z-index: 2; }
  @media (min-width: 1060px) {
    .header__stage {
      padding-top: 20px;
      padding-bottom: 20px; } }
  body.menu-active .header__stage {
    border-bottom: 1px solid #D8D8D8; }

.header__boundary {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 1060px) {
    .header__boundary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__buttons__priority {
    display: none; }
    @media (min-width: 900px) {
      .header__buttons__priority {
        color: #1E407C;
        background-color: #ffffff;
        border-color: #fcd154;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #fcd154;
        border-radius: 0;
        -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
        transition: color 0.2s, background-color 0.2s, border-color 0.2s;
        cursor: pointer;
        text-decoration: none;
        font-display: swap;
        font-size: 1rem;
        font-weight: 700;
        border-width: 2px;
        padding: 18px;
        padding: 10px 18px;
        display: block;
        margin-right: 20px; }
        .header__buttons__priority:hover, .header__buttons__priority:focus {
          color: #1E407C;
          background-color: #fcd154;
          border-color: #1E407C; }
        .header__buttons__priority:focus-visible {
          outline: 2px solid var(--focus-visible-outline-color);
          outline-offset: var(--focus-visible-outline-offset); } }

.header__logo-stage {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto; }
  @media (max-width: 1059px) {
    .header__logo-stage {
      width: auto; } }
  @media (min-width: 1080px) {
    .header__logo-stage {
      max-width: 100%; } }

.header__logo-main__link {
  display: block; }

.header__logo-main__image {
  max-width: 100%;
  width: 160px; }
  @media (min-width: 400px) {
    .header__logo-main__image {
      width: 200px;
      max-width: 200px; } }
  @media (min-width: 1080px) {
    .header__logo-main__image {
      width: 259px;
      max-width: 259px; } }

.header__logo-main--home {
  margin: 0; }

.header__logo-dept__link {
  display: block;
  text-decoration: none;
  text-wrap: pretty;
  line-height: 1;
  margin-top: 17px;
  width: 100%;
  margin-left: 42px;
  max-width: 200px;
  margin-right: calc(100% - 300px); }
  @media (min-width: 400px) {
    .header__logo-dept__link {
      margin-left: 52px;
      max-width: 256px;
      margin-top: 20px; } }
  @media (min-width: 600px) {
    .header__logo-dept__link {
      max-width: 100%;
      margin-top: auto;
      margin-left: 52px; } }
  @media (min-width: 1080px) {
    .header__logo-dept__link {
      margin-left: 50px; } }
  .header__logo-dept__link.human-development-and-family-studies---hdfs {
    max-width: 162px; }
    @media (min-width: 400px) {
      .header__logo-dept__link.human-development-and-family-studies---hdfs {
        max-width: 215px; } }
    @media (min-width: 1080px) {
      .header__logo-dept__link.human-development-and-family-studies---hdfs {
        width: 100%;
        max-width: 100%; } }
  .header__logo-dept__link.communication-sciences-and-disorders---csd {
    width: 185px; }
    @media (min-width: 400px) {
      .header__logo-dept__link.communication-sciences-and-disorders---csd {
        width: 300px; } }
  .header__logo-dept__link--desktop {
    display: none; }
    @media (min-width: 800px) {
      .header__logo-dept__link--desktop {
        display: initial; } }
  .header__logo-dept__link--mobile {
    margin-top: 8px; }
    @media (min-width: 800px) {
      .header__logo-dept__link--mobile {
        display: none; } }

.header__logo-dept__image {
  min-height: 15px;
  min-width: 200px; }
  @media (min-width: 900px) {
    .header__logo-dept__image {
      height: 15px;
      width: auto;
      min-width: 0; } }
  @media (min-width: 1080px) {
    .header__logo-dept__image {
      height: 25px; } }

.header__logo {
  height: 51px; }
  @media (min-width: 1060px) {
    .header__logo {
      height: 71px; } }

.header__button-menu {
  color: #1E407C;
  font-family: "Roboto Slab", sans-serif;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 900px) {
    .header__button-menu {
      font-size: 1.4375rem; } }

.department--name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block; }
  .department--name.sm {
    width: 152px; }
  .department--name.md, .department--name.lg {
    width: 182px; }
  .department--name.department--name--lg {
    width: 182px; }
  @media (min-width: 400px) {
    .department--name {
      font-size: 19px; }
      .department--name.sm {
        width: 186px; }
      .department--name.md {
        width: 194px; }
      .department--name.lg {
        width: 220px; }
      .department--name.department--name--lg {
        width: 280px; } }
  @media (min-width: 700px) {
    .department--name {
      font-size: 19px; } }
  @media (min-width: 1080px) {
    .department--name {
      font-size: 25px; }
      .department--name.sm {
        width: 236px; }
      .department--name.md {
        width: 252px; }
      .department--name.lg {
        width: 282px; }
      .department--name.department--name--lg {
        width: 362px; } }

.header__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 1059px) {
    .header__blocks {
      padding: 2rem 1rem;
      background-color: #E4E4E4;
      margin-left: -16px;
      margin-right: -13px;
      margin-top: 1rem;
      width: calc(100% + 29px); } }
  .header__blocks .block-title {
    font-size: 0.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.5rem; }
    @media (min-width: 1060px) {
      .header__blocks .block-title {
        width: 225px;
        text-align: right;
        padding: 0.5rem 1rem;
        font-size: 1rem; } }
  .header__blocks .block-content {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: #1E407C;
    padding: 0 1rem 0.5rem; }
    @media (min-width: 1060px) {
      .header__blocks .block-content {
        padding: 0.5rem 1rem;
        border-left: 1px solid black;
        font-size: 1.2rem;
        width: 400px; } }
    .header__blocks .block-content p {
      margin: 0; }
    @media (min-width: 1060px) {
      .header__blocks .block-content {
        padding-right: 0; } }
  .header__blocks__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
    @media (max-width: 1059px) {
      .header__blocks__inner {
        border-left: 1px solid black; } }
    @media (min-width: 1060px) {
      .header__blocks__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.header__blocks__inner--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1060px) {
    .header__blocks__inner--top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.header__stage--maintenance {
  padding-left: 0; }

.view-department {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 900px) {
    .view-department {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .view-department {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .view-department {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .view-department {
      padding-right: 105px; } }
  .view-department__header {
    font-family: "Roboto Slab", sans-serif;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    font-weight: 700;
    font-size: 1.125rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .view-department__header {
        font-size: 1.4375rem; } }
    @media (min-width: 900px) {
      .view-department__header {
        font-size: 1.25rem; } }
  .view-department__exposed-filters {
    margin-bottom: 50px; }
  .view-department .accordion__stage {
    padding: 0; }
  @media (min-width: 600px) {
    .view-department .views-exposed-form .form-checkboxes {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto;
          grid-template-rows: auto; } }
  .view-department .views-exposed-form .form-checkboxes > div input[type='checkbox'] + label {
    display: block; }
  @media (min-width: 600px) {
    .view-department .views-exposed-form .form-checkboxes > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px; }
      .view-department .views-exposed-form .form-checkboxes > div:nth-child(3n) {
        margin-right: 0; } }
  .view-department .views-exposed-form .form-checkboxes > div input[type='checkbox'] + label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.user-login-form {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 900px) {
    .user-login-form {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    .user-login-form {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    .user-login-form {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    .user-login-form {
      padding-right: 105px; } }

.main__stage {
  position: relative; }
  .main__stage.menu-active .main__boundary {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  .main__stage.menu-active .main__menu-overlay {
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 0.3s, z-index 0s;
    transition: opacity 0.3s, z-index 0s; }

.main__boundary {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  position: relative; }

.main__menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, z-index 0s 0.3s;
  transition: opacity 0.3s, z-index 0s 0.3s;
  background-color: rgba(255, 255, 255, 0.75); }

.search-results__stage {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 900px) {
    .search-results__stage {
      padding-left: 30px;
      padding-right: 30px; } }
  .search-results__stage a {
    color: #ffffff;
    background-color: #1E407C;
    border-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ffffff;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    font-display: swap;
    font-size: 0.875rem;
    padding: 18px 60px; }
    .search-results__stage a:hover, .search-results__stage a:focus {
      color: #1E407C;
      background-color: #ffffff;
      border-color: #1E407C; }
    .search-results__stage a:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }

.search-results__boundary {
  max-width: 1060px;
  margin: 0 auto; }

/*
 * Specific css for ada fixes to avoid any issues with
 * broken styling elsewhere
 * folder titled 'z_ada' in order to get these fixes compiled last
 * to overrwrite without using !important
*/
.callout-main__boundary--gray .callout-main__text a {
  color: #ffffff; }

.header-top__search-form-boundary legend.visually-hidden.focusable {
  color: #ffffff; }

#block-psuhhd-local-tasks, .tabs-admin {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    #block-psuhhd-local-tasks, .tabs-admin {
      padding-left: 55px; } }
  @media (min-width: 1100px) {
    #block-psuhhd-local-tasks, .tabs-admin {
      padding-left: 105px; } }
  @media (min-width: 900px) {
    #block-psuhhd-local-tasks, .tabs-admin {
      padding-right: 55px; } }
  @media (min-width: 1100px) {
    #block-psuhhd-local-tasks, .tabs-admin {
      padding-right: 105px; } }
  #block-psuhhd-local-tasks ol, #block-psuhhd-local-tasks ul, #block-psuhhd-local-tasks li, .tabs-admin ol, .tabs-admin ul, .tabs-admin li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #block-psuhhd-local-tasks li, .tabs-admin li {
    display: inline-block; }
  #block-psuhhd-local-tasks a, .tabs-admin a {
    color: #1E407C;
    background-color: #ffffff;
    border-color: #1E407C;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #1E407C;
    border-radius: 0;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
    padding: 18px; }
    #block-psuhhd-local-tasks a:hover, #block-psuhhd-local-tasks a:focus, .tabs-admin a:hover, .tabs-admin a:focus {
      color: #ffffff;
      background-color: #1E407C;
      border-color: #ffffff; }
    #block-psuhhd-local-tasks a:focus-visible, .tabs-admin a:focus-visible {
      outline: 2px solid var(--focus-visible-outline-color);
      outline-offset: var(--focus-visible-outline-offset); }

.cke_panel.cke_combopanel {
  width: 250px;
  height: 300px; }

.status-message {
  padding: 1rem;
  margin: 0 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border: 0.25rem solid transparent; }
  .status-message[aria-label="Warning message"] {
    background-color: #f6f891;
    border-color: #dee20e; }
  .status-message[aria-label="Error message"] {
    background-color: #f19797;
    border-color: #d31c1c; }
  .status-message[aria-label="Success message"] {
    background-color: #b8f8b2;
    border-color: #37eb26; }

/*# sourceMappingURL=styles.css.map */
