/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
.minimodal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.minimodal__overlay {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 100%;
  height: calc(100% + 16rem);
  background: rgba(0, 0, 0, 0.9); }

.minimodal__viewport {
  position: relative;
  height: 100%;
  pointer-events: none; }

.minimodal__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.minimodal__status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center; }

.minimodal__content {
  height: 100%; }

.minimodal__element {
  display: block;
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateY(-50%);
  pointer-events: auto; }

.minimodal__element--map {
  background: white; }

.minimodal__element--video {
  max-width: calc(100vh * (16/9)); }

.minimodal__element--video::before {
  display: block;
  padding-bottom: 56.25%;
  background: black;
  content: ''; }

.minimodal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.minimodal__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  pointer-events: auto; }

.minimodal__close {
  position: absolute;
  top: 0;
  right: 0; }

.minimodal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.minimodal__nav--previous {
  left: 0; }

.minimodal__nav--next {
  right: 0; }
/* Dependencies */
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Utils */
/* // fonts */
/* // transitions */
/* // mobile/desktop */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animate-fadeUpIn {
  opacity: 0; }

.animated-fadeUpIn {
  animation: fadeUpIn ease 700ms forwards; }

.animate-fadeIn {
  opacity: 0; }

.animated-fadeIn {
  animation: fadeIn ease-in-out 500ms forwards; }

.icon {
  color: #00467F;
  width: 5rem;
  margin: 0 auto;
  margin-bottom: 1rem; }

*,
::before,
::after {
  box-sizing: inherit;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

html {
  box-sizing: border-box;
  word-wrap: break-word; }

iframe {
  border: 0; }

img,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

svg {
  fill: currentColor; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button,
select,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer; }

figure {
  margin: 0; }

html:not([data-whatintent='keyboard']) :focus {
  outline: 0; }

/*
Remove iOS low power mode media control
*/
video::-webkit-media-controls-overlay-play-button {
  display: none; }

.svgstore {
  display: block;
  position: relative; }
  .svgstore::before {
    content: '';
    display: block; }
  .svgstore svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

[class*='svgstore--']::before {
  padding-top: 100%; }

body {
  color: #000;
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1rem;
  line-height: 1.6875; }

h1, .h1 {
  font-weight: 700;
  font-size: 44px;
  color: #202020;
  line-height: 1.142;
  margin: 0.5rem 0; }
  @media screen and (min-width: 320px) {
    h1, .h1 {
      font-size: calc(44px + 12 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    h1, .h1 {
      font-size: 56px; } }

h2, .h2 {
  font-weight: 400;
  font-size: 44px;
  color: #202020;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 320px) {
    h2, .h2 {
      font-size: calc(44px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    h2, .h2 {
      font-size: 48px; } }
  .block-spacing h2, .quote-slider h2, .block-spacing .h2, .quote-slider .h2 {
    margin-top: 0; }

h3, .h3 {
  font-weight: 700;
  font-size: 38px;
  color: #202020;
  line-height: 1.145;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  @media screen and (min-width: 320px) {
    h3, .h3 {
      font-size: calc(38px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    h3, .h3 {
      font-size: 42px; } }

h4, .h4 {
  font-size: 2.375rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.236;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.281;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.333;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.home__headline {
  font-weight: 700;
  font-size: 42px;
  color: #202020;
  letter-spacing: -0.7px;
  text-align: center;
  line-height: 1.065;
  text-transform: uppercase;
  margin: 0.5rem 0; }
  @media screen and (min-width: 320px) {
    .home__headline {
      font-size: calc(42px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .home__headline {
      font-size: 46px; } }

.headline-underline {
  padding-bottom: 2rem;
  border-bottom: 5px solid #00467F;
  margin-bottom: 3rem; }

a {
  text-decoration: none; }

a:not([class]) {
  color: #202020;
  font-weight: 700;
  border-bottom: 2px solid #47AA42;
  transition: border 300ms ease; }
  a:not([class]):hover, a:not([class]):focus {
    border-color: transparent; }

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25rem; }

.sm-headline {
  font-size: 1.375rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.272; }

.p-intro, .finder__filter, .finder__filter__label, .faculty__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.636; }
  @media screen and (min-width: 320px) {
    .p-intro, .finder__filter, .finder__filter__label, .faculty__title {
      font-size: calc(18px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .p-intro, .finder__filter, .finder__filter__label, .faculty__title {
      font-size: 22px; } }

.p-small, .filter__label, .filter__interest {
  font-size: 0.875rem;
  line-height: 1.785;
  color: #202020; }

.sm-caps-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.08px;
  line-height: 1.470; }

p,
.p {
  margin: 0 0 1rem; }

strong {
  font-weight: 700; }

.text-columns {
  margin: 1rem 0; }
  @media (min-width: 48em) {
    .text-columns {
      column-count: 2;
      column-gap: 2rem; } }
  .text-columns > :first-child {
    margin-top: 0; }

.cta-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.444;
  padding-bottom: 1rem; }
  .cta-text a:not([class]) {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    transition: border 300ms ease; }
    .cta-text a:not([class]):hover, .cta-text a:not([class]):focus {
      border-color: transparent; }

.v2-design body {
  color: #000;
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1rem;
  line-height: 1.6875; }

.v2-design h1, .v2-design .h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #00467F;
  line-height: 1.079;
  margin: 0.5rem 0; }
  @media screen and (min-width: 320px) {
    .v2-design h1, .v2-design .h1 {
      font-size: calc(42px + 21 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .v2-design h1, .v2-design .h1 {
      font-size: 63px; } }

.v2-design h2, .v2-design .h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #00467F;
  line-height: 1.138;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 320px) {
    .v2-design h2, .v2-design .h2 {
      font-size: calc(30px + 6 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .v2-design h2, .v2-design .h2 {
      font-size: 36px; } }
  .block-spacing .v2-design h2, .quote-slider .v2-design h2, .block-spacing .v2-design .h2, .quote-slider .v2-design .h2 {
    margin-top: 0; }

.v2-design h3, .v2-design .h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #00467F;
  line-height: 1.08;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  @media screen and (min-width: 320px) {
    .v2-design h3, .v2-design .h3 {
      font-size: calc(24px + 0 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .v2-design h3, .v2-design .h3 {
      font-size: 24px; } }

.v2-design h4, .v2-design .h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00467F;
  line-height: 1.3;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.v2-design h5, .v2-design .h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00467F;
  line-height: 1.44;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.v2-design h6, .v2-design .h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  color: #00467F;
  line-height: 1.36;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.v2-design .home__headline {
  font-weight: 700;
  font-size: 42px;
  color: #202020;
  letter-spacing: -0.7px;
  text-align: center;
  line-height: 1.065;
  text-transform: uppercase;
  margin: 0.5rem 0; }
  @media screen and (min-width: 320px) {
    .v2-design .home__headline {
      font-size: calc(42px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .v2-design .home__headline {
      font-size: 46px; } }

.v2-design .headline-underline {
  padding-bottom: 2rem;
  border-bottom: 5px solid #00467F;
  margin-bottom: 3rem; }

.v2-design a {
  text-decoration: none; }

.v2-design a:not([class]) {
  color: #202020;
  font-weight: 700;
  border-bottom: 2px solid #47AA42;
  transition: border 300ms ease; }
  .v2-design a:not([class]):hover, .v2-design a:not([class]):focus {
    border-color: transparent; }

.v2-design ul:not([class]),
.v2-design ol:not([class]) {
  padding-left: 1.25rem; }

.v2-design .sm-headline {
  font-size: 1.375rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.272; }

.v2-design .p-intro, .v2-design .finder__filter, .v2-design .finder__filter__label, .v2-design .faculty__title {
  font-family: "miller-text", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33; }
  @media screen and (min-width: 320px) {
    .v2-design .p-intro, .v2-design .finder__filter, .v2-design .finder__filter__label, .v2-design .faculty__title {
      font-size: calc(18px + 6 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .v2-design .p-intro, .v2-design .finder__filter, .v2-design .finder__filter__label, .v2-design .faculty__title {
      font-size: 24px; } }

.v2-design .p-small, .v2-design .filter__label, .v2-design .filter__interest {
  font-size: 0.875rem;
  line-height: 1.785;
  color: #202020; }

.v2-design .sm-caps-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.08px;
  line-height: 1.470; }

.v2-design p:not([class]),
.v2-design .p {
  font-weight: normal;
  font-family: "miller-text", serif;
  font-size: 1.125rem;
  line-height: 1.44;
  margin: 0 0 1rem; }

.v2-design strong {
  font-weight: 700; }

.v2-design .text-columns {
  margin: 1rem 0; }
  @media (min-width: 48em) {
    .v2-design .text-columns {
      column-count: 2;
      column-gap: 2rem; } }
  .v2-design .text-columns > :first-child {
    margin-top: 0; }

.v2-design .cta-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.444;
  padding-bottom: 1rem; }
  .v2-design .cta-text a:not([class]) {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    transition: border 300ms ease; }
    .v2-design .cta-text a:not([class]):hover, .v2-design .cta-text a:not([class]):focus {
      border-color: transparent; }

.v2-design .hr--blue {
  border: 3px solid #00467F; }

.mb-sm {
  margin-bottom: 1.5rem; }

/* Modules */
.align-right {
  margin-bottom: 1rem; }
  @media (min-width: 48em) {
    .align-right {
      margin-left: 1.25rem;
      float: right;
      max-width: 40%; } }

.align-left {
  margin-bottom: 1rem; }
  @media (min-width: 48em) {
    .align-left {
      margin-right: 1.25rem;
      float: left;
      max-width: 40%; } }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-white {
  color: #ffffff; }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

.text-uppercase {
  text-transform: uppercase; }

.block-center {
  margin-left: auto;
  margin-right: auto; }

.skip-link {
  position: absolute;
  left: -10000rem;
  top: -2rem;
  width: .1rem;
  height: .1rem;
  overflow: hidden;
  z-index: 100;
  color: #ffffff;
  outline: 0;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-bottom-right-radius: .3rem;
  transition: top 1s ease-out;
  font-family: "miller-text", serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .skip-link:focus, .skip-link:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: #000;
    transition: top .1s ease-in;
    color: #ffffff; }

.sr-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

/* minimodal */
.minimodal {
  transition: all 600ms ease;
  opacity: 0;
  z-index: 10; }

.minimodal--active {
  opacity: 1; }

/* status */
.minimodal__status {
  transition: all 600ms ease;
  opacity: 0; }

.minimodal__item--loading .minimodal__status {
  opacity: 1; }

/* content */
.minimodal__content {
  transform: scale(0.5);
  transition: all 600ms ease;
  opacity: 0;
  max-width: 64rem;
  margin: 0 auto; }

.minimodal__item--loaded .minimodal__content {
  transform: none;
  opacity: 1; }

.minimodal__item--removed--previous .minimodal__content,
.minimodal__item--removed--next .minimodal__content {
  transform: scale(0.5); }

/* item */
.minimodal__item {
  transition: all 600ms ease; }

/* item added, removed */
.minimodal__item--added,
.minimodal__item--removed {
  opacity: 0; }

/* item added previous, removed next */
.minimodal__item--added--previous,
.minimodal__item--removed--next {
  transform: translateX(-100%); }

/* item added next, removed previous */
.minimodal__item--added--next,
.minimodal__item--removed--previous {
  transform: translateX(100%); }

/* hidden */
.hidden {
  display: none; }

/* iframe - styled for video */
.minimodal__element--iframe {
  max-width: calc(100vh * (16/9)); }

.minimodal__element--iframe::before {
  display: block;
  padding-bottom: 56.25%;
  background: black;
  content: ''; }

.minimodal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.minimodal__close {
  background-color: transparent;
  border: 0;
  top: 1rem;
  right: 1rem; }

.minimodal__overlay {
  background-color: rgba(0, 0, 0, 0.9); }

.minimodal__viewport {
  overflow: hidden; }

.cross {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff; }
  .cross::before, .cross::after {
    position: absolute;
    left: 50%;
    height: 100%;
    margin-left: -0.0625rem;
    border-left: 0.25rem solid;
    content: ''; }
  .cross::before {
    transform: rotate(-45deg); }
  .cross::after {
    transform: rotate(45deg); }

.canvas {
  position: relative;
  padding-top: 8.2rem;
  /* // overflow: hidden; */ }
  .canvas.header--collapsed {
    padding-top: 74px; }
    @media (min-width: 80em) {
      .canvas.header--collapsed {
        padding-top: 8.2rem; } }
  .entity .canvas {
    padding-top: 0; }

.container, .numbers, .feature {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 48em) {
    .container, .numbers, .feature {
      padding-right: 2rem;
      padding-left: 2rem; } }

.container--wide {
  max-width: 90em; }

.container--narrow {
  max-width: 64em; }

.container--slim {
  max-width: 53em; }

.container--relative {
  position: relative; }

.container--clear::before, .container--clear::after {
  content: '';
  display: table; }

.container--clear::after {
  clear: both; }

.main {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .main::before, .main::after {
    content: '';
    display: table; }
  .main::after {
    clear: both; }
  @media (min-width: 48em) {
    .main {
      padding-right: 2rem;
      padding-left: 2rem; } }

.main__sidebar {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 64em) {
    .main__sidebar {
      width: 30%;
      max-width: 20rem;
      float: left;
      clear: left; } }

@media (min-width: 64em) {
  .main__sidebar--pull {
    margin-top: -6rem; } }

.main__content {
  margin-top: 3rem; }
  @media (min-width: 64em) {
    .main__content {
      width: 65%;
      float: right;
      clear: right;
      margin-bottom: 0; } }

.main__content + .main__sidebar {
  margin-top: 0; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .grid--gap {
    gap: 3rem;
    margin: 0; }

.grid--outline {
  border: 1rem solid #ffffff; }
  .grid--outline .grid__item--2 {
    display: -ms-flexbox;
    display: flex; }
    .grid--outline .grid__item--2:first-child {
      padding-right: 0.5rem; }
    .grid--outline .grid__item--2:last-child {
      padding-left: 0.5rem; }
  .grid--outline .block--gray-light {
    width: 100%; }
  .grid--outline + .grid--outline {
    border-top: 0; }

.grid--center {
  -ms-flex-pack: center;
      justify-content: center; }

.grid--narrow {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .grid--narrow .grid__item {
    padding: 0.25rem; }
  @media (min-width: 48em) {
    .grid--narrow .grid__item--3 {
      width: 33%; } }
  @media (min-width: 48em) {
    .grid--narrow .grid__item--2 {
      width: 49.9%; } }

.grid__container {
  padding-top: 2rem; }

.grid__item {
  padding: 1rem; }
  @media (min-width: 64em) {
    .grid__item {
      padding: 0 1rem; } }

.grid__item--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.grid__item--2 {
  width: 100%; }
  @media (min-width: 48em) {
    .grid__item--2 {
      float: left;
      width: 50%; } }

.grid__item--3 {
  width: 100%; }
  @media (min-width: 48em) {
    .grid__item--3 {
      float: left;
      width: 33%; } }

.grid__item--3--alt {
  width: 100%;
  -ms-flex-order: -1;
      order: -1; }
  @media (min-width: 48em) {
    .grid__item--3--alt {
      width: 50%;
      -ms-flex-order: 1;
          order: 1; } }
  @media (min-width: 64em) {
    .grid__item--3--alt {
      float: left;
      width: 33%; } }

.grid__item--3-2 {
  width: 100%; }
  @media (min-width: 48em) {
    .grid__item--3-2 {
      float: left;
      width: 66%; } }

.grid__item--3-2--alt {
  width: 100%; }
  @media (min-width: 48em) {
    .grid__item--3-2--alt {
      float: left;
      width: 50%; } }
  @media (min-width: 64em) {
    .grid__item--3-2--alt {
      width: 66%; } }

@media (min-width: 32em) {
  .grid__item--4 {
    float: left;
    width: 49.9%; } }

@media (min-width: 64em) {
  .grid__item--4 {
    width: 24.9%; } }

.grid__container--scroll {
  /* // padding-bottom: 1rem; */ }
  .grid__container--scroll:after {
    display: none;
    content: 'flickity'; }
    @media (min-width: 48em) {
      .grid__container--scroll:after {
        content: ''; } }
  .grid__container--scroll.flickity-enabled {
    display: block; }
  .grid__container--scroll .flickity-slider > * {
    width: 90%; }
  .grid__container--scroll .flickity-prev-next-button {
    display: block; }

.flickity-button {
  border-radius: 0;
  width: 60px;
  height: 60px;
  opacity: 1;
  background-color: #47AA42; }
  .entity .flickity-button {
    background-color: #00467F; }
  .flickity-button:active {
    opacity: 1; }
  .flickity-button:hover {
    background: #202020; }
    .flickity-button:hover .flickity-button-icon {
      fill: #ffffff; }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

.flickity-prev-next-button:disabled {
  opacity: 0; }

.flickity-button-icon {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 20px !important;
  height: 20px !important;
  fill: #202020; }
  .entity .flickity-button-icon {
    fill: #ffffff; }

.flickity-page-dots .dot {
  width: 13px;
  height: 13px;
  background-color: #000;
  opacity: 1; }
  .flickity-page-dots .dot.is-selected {
    background-color: transparent;
    border: 1px solid #000; }

.button, .juicer-button {
  display: block;
  padding: 1rem 1.5rem;
  margin-right: 4px;
  margin-bottom: 8px;
  background-color: #47AA42;
  font-weight: 700;
  font-size: 0.875rem;
  color: #202020;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  transition: background 300ms ease, box-shadow 300ms ease;
  box-shadow: 4px 4px 0px 0px #EBEBEB; }
  .entity .button, .entity .juicer-button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    background-color: #00467F; }
  @media (min-width: 48em) {
    .button, .juicer-button {
      display: inline-block; } }
  .button:hover, .juicer-button:hover, .button:focus, .juicer-button:focus {
    background-color: #359631; }
    .entity .button:hover, .entity .juicer-button:hover, .entity .button:focus, .entity .juicer-button:focus {
      background-color: #00355F; }
  .button:active, .juicer-button:active {
    box-shadow: none; }

.button__icon {
  position: relative;
  width: .625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  margin-left: 1rem;
  transform: rotate(-90deg); }

.button__blue {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.75rem;
  margin-right: 4px;
  margin-bottom: 8px;
  background-color: #00467F;
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
  letter-spacing: .0163rem;
  text-transform: uppercase;
  border: 0;
  transition: background 300ms ease; }
  @media (min-width: 48em) {
    .button__blue {
      min-width: 22.5rem; } }
  .button__blue:hover, .button__blue:focus {
    background-color: #455560; }
    .block--blue .button__blue:hover, .block--blue .button__blue:focus {
      color: #00467F;
      background-color: #ffffff; }
      .block--blue .button__blue:hover .button__icon, .block--blue .button__blue:focus .button__icon {
        color: #00467F; }

.button__link {
  display: inline;
  color: #202020;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid #47AA42;
  transition: border 300ms ease; }
  .button__link:hover, .button__link:focus {
    border-color: transparent; }
  .entity .button__link {
    font-weight: 700;
    border-bottom: 2px solid #00467F;
    transition: border 300ms ease; }
    .entity .button__link:hover, .entity .button__link:focus {
      border-color: transparent; }
  .block--yellow .button__link {
    font-weight: 700;
    border-bottom: 2px solid #000;
    transition: border 300ms ease; }
    .block--yellow .button__link:hover, .block--yellow .button__link:focus {
      border-color: transparent; }

.button__link--white {
  display: inline;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  transition: border 300ms ease; }
  .button__link--white:hover, .button__link--white:focus {
    border-color: transparent; }

@media (min-width: 48em) {
  .button__image__grid {
    display: -ms-flexbox;
    display: flex; } }

.button__image__grid > * {
  padding: 0.25rem; }
  @media (min-width: 48em) {
    .button__image__grid > * {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%; } }

.button__image {
  display: block;
  position: relative; }
  .button__image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(32, 32, 32, 0.45);
    transition: top 300ms ease, left 300ms ease, right 300ms ease, bottom 300ms ease; }
  .button__image:hover::before, .button__image:focus::before {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem; }
  .button__image img {
    width: 100%; }

.button__image__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.333; }

.button__group__stretch {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 48em) {
    .button__group__stretch {
      display: -ms-flexbox;
      display: flex; } }
  .button__group__stretch li {
    padding: 0 0.25rem; }
    @media (min-width: 48em) {
      .button__group__stretch li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; } }
  .button__group__stretch .button, .button__group__stretch .juicer-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-pack: center;
        justify-content: center; }

.button__link__group {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 64em) {
    .button__link__group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .button__link__group li {
    margin-bottom: 1rem; }
    @media (min-width: 64em) {
      .button__link__group li {
        margin-right: 1.5rem; } }
    .button__link__group li:last-child {
      margin-bottom: 0; }

.button__cta {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
  color: #000; }
  .button__cta::before {
    content: " ";
    position: relative;
    height: .125rem;
    width: 3rem;
    margin-right: .75rem;
    background-color: #47AA42;
    transition: width 300ms ease; }
  .button__cta--white {
    color: #ffffff; }
  .button__cta--blue::before {
    background-color: #00467F; }
  .button__cta--blue-light::before {
    background-color: #99EDFA; }
  .button__cta:hover::before {
    width: 3.625rem; }

.button__highlighted {
  color: #00467F;
  display: inline;
  max-width: 30rem;
  line-height: 1.5;
  padding: .25rem 0;
  background: rgba(0, 70, 127, 0.13);
  box-shadow: 0.25rem 0 0 rgba(0, 70, 127, 0.13), -0.25rem 0 0 rgba(0, 70, 127, 0.13);
  transition: color 300ms ease, background 300ms ease, box-shadow 300ms ease; }
  .button__highlighted:hover {
    color: #ffffff;
    background: #00467f;
    box-shadow: 0.25rem 0 0 #00467f, -0.25rem 0 0 #00467f; }

.button__multiline {
  display: inline;
  color: #00467F;
  position: relative;
  background: linear-gradient(to right, #00467F, #00467F), linear-gradient(to right, #47AA42, #47AA42);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% calc(100% - 0.1em), 0 calc(100% - 0.1em);
  background-repeat: no-repeat;
  transition: background-size 450ms;
  text-decoration: none;
  line-height: 1.5;
  padding-bottom: 0.25em; }
  .button__multiline:hover {
    background-size: 0 0.1em, 100% 0.1em; }

.v2-design .button__link {
  position: relative;
  background-image: linear-gradient(to right, #47AA42, #47AA42);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px;
  color: #00467F;
  font-weight: 700; }
  .v2-design .button__link:hover, .v2-design .button__link:focus {
    background-size: 100% 2px; }
  .entity .v2-design .button__link {
    position: relative;
    background-image: linear-gradient(to right, #00467F, #00467F);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 450ms;
    text-decoration: none;
    padding-bottom: 3px;
    color: #00467F;
    font-weight: 700; }
    .entity .v2-design .button__link:hover, .entity .v2-design .button__link:focus {
      background-size: 100% 2px; }
  .block--yellow .v2-design .button__link {
    position: relative;
    background-image: linear-gradient(to right, #000, #000);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 450ms;
    text-decoration: none;
    padding-bottom: 3px;
    color: #00467F;
    font-weight: 700; }
    .block--yellow .v2-design .button__link:hover, .block--yellow .v2-design .button__link:focus {
      background-size: 100% 2px; }

.v2-design .button__link--white {
  position: relative;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px;
  color: #00467F;
  font-weight: 700; }
  .v2-design .button__link--white:hover, .v2-design .button__link--white:focus {
    background-size: 100% 2px; }

.hero {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 2rem; }
  @media (min-width: 48em) {
    .hero {
      padding-top: 40rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1025px) {
    .hero {
      padding-bottom: 0; } }

@media (min-width: 64em) {
  .hero--home {
    min-height: calc(100vh - 112px); } }

.hero--program {
  margin-top: 3rem; }

.hero__video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .hero__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%); }
    @media (min-width: 64em) {
      .hero__video video {
        min-width: 100%;
        height: auto;
        min-height: 100%; } }
  .hero__video::-webkit-media-controls {
    display: none; }

.hero__content {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 1; }
  .entity .hero__content {
    text-align: left; }
  @media (min-width: 48em) {
    .hero__content {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 50%;
      transform: translateX(-50%); }
      .hero__content .container, .hero__content .numbers, .hero__content .feature {
        padding-bottom: 2rem; }
      .hero--home .hero__content {
        bottom: 0; }
        .hero--home .hero__content .container, .hero--home .hero__content .numbers, .hero--home .hero__content .feature {
          padding-bottom: 0; }
      .hero--program .hero__content {
        width: auto;
        transform: none;
        bottom: auto;
        top: 2rem;
        right: 0;
        left: auto; } }
  @media (min-width: 100em) {
    .hero__content {
      bottom: 0; }
      .hero__content .container, .hero__content .numbers, .hero__content .feature {
        padding-bottom: 0; } }

.hero__headline {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem; }
  @media screen and (min-width: 320px) {
    .hero__headline {
      font-size: calc(44px + 16 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .hero__headline {
      font-size: 60px; } }
  .home--hero .hero__headline,
  .entity .hero__headline {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .entity .hero__headline {
      width: 50%; } }

.hero__text {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.42;
  margin-top: 2rem; }
  @media screen and (min-width: 320px) {
    .hero__text {
      font-size: calc(21px + 2 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .hero__text {
      font-size: 23px; } }
  .entity .hero__text {
    margin-top: 0; }
  @media (min-width: 48em) {
    .hero__text {
      margin-top: 1rem;
      margin-bottom: 3rem; }
      .entity .hero__text {
        margin: 0; } }

[class^='hero__button__group--'] {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center; }
  .entity [class^='hero__button__group--'] {
    text-align: left; }
    @media (min-width: 48em) {
      .entity [class^='hero__button__group--'] {
        margin-left: 0; } }
  @media (min-width: 48em) {
    [class^='hero__button__group--'] li {
      display: inline-block; } }
  @media (min-width: 48em) {
    [class^='hero__button__group--'] .button, [class^='hero__button__group--'] .juicer-button {
      box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5); } }
  [class^='hero__button__group--'] .button:active, [class^='hero__button__group--'] .juicer-button:active {
    box-shadow: none; }

.hero__button__group--desktop {
  display: none; }
  @media (min-width: 48em) {
    .hero__button__group--desktop {
      display: block; } }

.hero__button__group--mobile {
  display: block;
  margin-top: 1.5rem; }
  @media (min-width: 48em) {
    .hero__button__group--mobile {
      display: none; } }

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .hero__image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1; }
    .hero--program .hero__image::before {
      content: none; }
  .hero__image img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%; }

.hero-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .hero-columns__left {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #000;
    padding: 2.5rem;
    background-size: cover;
    background-position: center;
    height: 80vh;
    max-height: 38.5rem; }
    .hero-columns__left::before {
      position: absolute;
      inset: 0;
      content: " ";
      background-color: rgba(0, 0, 0, 0.4); }
    @media (min-width: 64em) {
      .hero-columns__left {
        width: 50%;
        padding: 3.875rem 6rem;
        height: auto;
        max-height: unset; } }
  .hero-columns__right {
    background-image: linear-gradient(0deg, #00467F 0%, #00355F 100%);
    color: #ffffff;
    padding: 2.5rem; }
    .hero-columns__right > div {
      max-width: 20.375rem;
      margin: 0 auto; }
      @media (min-width: 64em) {
        .hero-columns__right > div {
          max-width: 33.125rem; } }
    .hero-columns__right img {
      aspect-ratio: 3/4;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 1.5rem; }
    @media (min-width: 40em) {
      .hero-columns__right {
        padding: 4.5rem; } }
    @media (min-width: 64em) {
      .hero-columns__right {
        width: 50%;
        padding: 6rem; } }
  .hero-columns__logo {
    max-width: 20.375rem; }
    .hero-columns__logo::before {
      padding-top: 37%; }
    @media (min-width: 64em) {
      .hero-columns__logo {
        max-width: 33.125rem; } }
  .hero-columns__tagline {
    position: relative;
    color: #ffffff;
    white-space: nowrap;
    font-size: 2.625rem;
    line-height: 1.08;
    font-weight: 800; }
    @media (min-width: 64em) {
      .hero-columns__tagline {
        font-size: 16px; } }
  @media screen and (min-width: 64em) and (min-width: 320px) {
    .hero-columns__tagline {
      font-size: calc(16px + 58 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 64em) and (min-width: 1440px) {
    .hero-columns__tagline {
      font-size: 74px; } }
  @media (min-width: 64em) {
    .hero-columns {
      -ms-flex-direction: row;
          flex-direction: row; } }

.block, .program__block {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (min-width: 64em) {
    .block, .program__block {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .home .block, .home .program__block {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 64em) {
      .home .block, .home .program__block {
        margin-top: 6rem;
        margin-bottom: 6rem; } }

@media (min-width: 64em) {
  .block-top {
    margin-top: 120px; } }

.block-top-alt {
  margin-top: 40px; }
  @media (min-width: 64em) {
    .block-top-alt {
      margin-top: 80px; } }

.block-small {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.block-spacing, .quote-slider {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 64em) {
    .block-spacing, .quote-slider {
      padding-top: 120px;
      padding-bottom: 120px; } }

.block-spacing-sm {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 64em) {
    .block-spacing-sm {
      padding-top: 80px;
      padding-bottom: 80px; } }

.block--gray-light {
  background-color: #F3F3F3; }

.block--blue {
  background-color: #00467F; }

.block--green {
  background-color: #47AA42; }

.block--green-light {
  background-color: #8DC63F; }

.block--purple {
  background-color: #6D276A; }

.block--yellow {
  background-color: #fdb825; }

.block--maroon {
  background-color: #820024; }

.block--border {
  border-top: 1px solid #00467F;
  border-bottom: 1px solid #00467F; }

.block__icon__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

@media (min-width: 64em) {
  .block__icon__group--right {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 3rem; } }

.block__icon {
  padding: 1rem; }

.block--blue .block__header h1, .block--blue .block__header h2, .block--blue .block__header h3, .block--blue .block__header h4, .block--blue .block__header h5, .block--blue .block__header h6 {
  color: #ffffff; }

.v2-design .block--blue {
  background-image: linear-gradient(0deg, #00467F 0%, #00355F 100%); }

.breadcrumb {
  display: block;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .breadcrumb {
      padding-right: 2rem;
      padding-left: 2rem; } }

.breadcrumb__link,
.breadcrumb__current,
.breadcrumb__separator {
  font-size: 0.6875rem;
  font-weight: 400;
  text-transform: uppercase; }

.breadcrumb__separator {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.breadcrumb__link {
  color: #00467F;
  font-weight: 700;
  border-bottom: 2px solid #00467F;
  transition: border 300ms ease;
  font-weight: 700; }
  .breadcrumb__link:hover, .breadcrumb__link:focus {
    border-color: transparent; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background-color: #ffffff; }
  .header--collapsed .header {
    position: fixed; }
    @media (min-width: 80em) {
      .header--collapsed .header {
        animation: slideDown 500ms; } }

.header__condensed {
  display: none;
  border-bottom: 1px solid #EBEBEB;
  background-color: #00467F; }
  .header--collapsed .header__condensed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.header__menu {
  overflow-y: visible;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15); }
  .home .header__menu {
    box-shadow: none; }
  .menu-active .header__menu {
    position: relative;
    background-color: #00467F;
    border-bottom: none; }
  .header__menu .cta__nav {
    display: none; }
  .header--collapsed .header__menu {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15); }
    .header--collapsed .header__menu .cta__nav {
      display: -ms-flexbox;
      display: flex; }

.header__wrap--collapsed {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 48em) {
    .header__wrap--collapsed {
      padding-right: 2rem;
      padding-left: 2rem; } }
  @media (min-width: 48em) {
    .header__wrap--collapsed {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.header__menu--collapsed {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  transform: translateY(-100%);
  visibility: hidden;
  padding: 4rem 0 2rem;
  transition: transform 300ms ease, visibility 300ms ease; }
  @media (min-width: 48em) {
    .header__menu--collapsed {
      height: calc(100vh - 73px); } }
  .menu-active .header--collapsed .header__menu--collapsed {
    height: calc(100vh - 57px);
    min-height: 470px;
    padding: 2rem 0;
    overflow-x: auto;
    visibility: visible;
    background-color: #00467F;
    transform: translateY(0); }

.header__search {
  position: absolute;
  right: 0;
  width: 100%;
  padding: 1.25rem;
  z-index: -1;
  background-color: #00467F;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 300ms ease, visibility 300ms ease; }
  .header--collapsed .header__search {
    background-color: #00467F; }
  .search-active .header__search {
    /* // transform: translateY(0); */
    transform: translateY(6rem);
    visibility: visible; }
    @media (min-width: 80em) {
      .search-active .header__search {
        transform: translateY(8.75rem); } }
  @media (min-width: 64em) {
    .header__search {
      width: 50%;
      padding: 2.5rem; } }

.header__logo {
  display: none; }
  @media (min-width: 80em) {
    .header__logo {
      display: inline-block;
      /* // background-color: $blue; */
      padding: .9375rem 2.5rem; } }

.header__logo__icon {
  width: .875rem; }
  .header__logo__icon::before {
    padding-top: 302%; }

.header__logo--condensed {
  width: 3rem;
  margin-top: auto;
  margin-bottom: auto; }
  @media (min-width: 48em) {
    .header__logo--condensed {
      width: 3.5rem;
      margin-right: 4rem; } }

.header__mobile__btn {
  background-color: #47AA42;
  border: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #ffffff;
  letter-spacing: 1.63px;
  padding: 1.5rem 0.75rem;
  margin-left: auto;
  transition: background 300ms ease; }
  @media (min-width: 26em) {
    .header__mobile__btn {
      padding: 1.5rem; } }
  @media (min-width: 80em) {
    .header__mobile__btn {
      display: none; } }

.header__mobile__btn.toggle-menu {
  /* // @include mq(48em) {
  //   min-width: 154px;
  // } */ }
  .menu-active .header__mobile__btn.toggle-menu {
    /* // background-color: $blue;
    // color: $white; */ }
  .menu-active .header--collapsed .header__mobile__btn.toggle-menu {
    /* // background-color: $white;
    // color: $blue; */ }

.search-active .header__mobile__btn.toggle-search {
  background-color: #00467F;
  color: #ffffff; }

.search-active .header--collapsed .header__mobile__btn.toggle-search {
  background-color: #ffffff;
  color: #00467F; }

.header__mobile__btn__icon {
  display: inline-block;
  vertical-align: sub;
  width: 1.25rem; }
  @media (min-width: 80em) {
    .header__mobile__btn__icon {
      margin-right: 0.5rem; }
      .header--collapsed .header__mobile__btn__icon {
        margin-right: 0; } }

.header__mobile__btn__text {
  display: none; }
  @media (min-width: 48em) {
    .header__mobile__btn__text {
      display: inline; } }

.header__mobile__btn__menu--open {
  display: inline-block; }
  .menu-active .header__mobile__btn__menu--open {
    display: none; }

.header__mobile__btn__menu--close {
  display: none; }
  .menu-active .header__mobile__btn__menu--close {
    display: inline-block; }

.header__mobile__btn__search--open {
  display: block; }
  .search-active .header__mobile__btn__search--open {
    display: none; }

.header__mobile__btn__search--close {
  display: none; }
  .search-active .header__mobile__btn__search--close {
    display: block; }

.header__btn__group {
  display: block;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 2rem 0 0;
  padding-left: 0;
  list-style: none; }
  @media (min-width: 48em) {
    .header__btn__group {
      margin-top: 8rem;
      text-align: center; } }
  .header__btn__group li {
    display: block;
    margin: 1rem 0; }
    @media (min-width: 48em) {
      .header__btn__group li {
        display: inline-block; } }

.header__pre {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background-color: #F3F3F3; }
  .header--collapsed .header__pre {
    display: none; }

.top__nav {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }
  .top__nav > * + * {
    margin-left: 1.25rem; }
  .top__nav + .top__nav {
    border-left: 1px solid #C9CACC;
    margin-left: 1rem;
    padding-left: 1rem; }

.top__nav__link {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #00467F;
  line-height: 1.36;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  background-image: linear-gradient(to right, #47AA42, #47AA42);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px; }
  .top__nav__link:hover, .top__nav__link:focus {
    background-size: 100% 2px; }

.cta__nav {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0 0.75rem; }
  .cta__nav > * + * {
    padding-left: calc(0.75rem + 1rem); }
    .cta__nav > * + *::before {
      content: " ";
      position: absolute;
      height: .125rem;
      width: 0.75rem;
      left: 0.5rem;
      background-color: #47AA42; }
  @media (min-width: 26em) {
    .cta__nav {
      padding: 0 1.5rem; }
      .cta__nav > * + * {
        padding-left: calc(1.3125rem + 1rem); }
        .cta__nav > * + *::before {
          width: 1.3125rem; } }
  @media (min-width: 80em) {
    .cta__nav {
      margin-left: auto; } }

.cta__nav__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.cta__nav__link {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.14;
  /* // position: relative;
  // background-image: linear-gradient(to right, $green, $green);
  // background-repeat: no-repeat;
  // background-size: 0% 2px;
  // background-position: 0 100%; */
  transition: color 300ms ease;
  /* // text-decoration: none;
  // line-height: 1.3;
  // padding-bottom: 3px; */ }
  .cta__nav__link:hover, .cta__nav__link:focus {
    /* // background-size: 100% 2px; */
    color: #47AA42; }
  .menu-active .cta__nav__link {
    color: #ffffff; }
  @media (min-width: 32em) {
    .cta__nav__link {
      font-size: 0.875rem; } }

.secondary__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.primary__nav--collapsed,
.secondary__nav--collapsed {
  list-style: none;
  margin: 0;
  padding: 0; }

.primary__nav {
  display: none; }
  @media (min-width: 80em) {
    .primary__nav {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 62%;
      /* // padding-left: 1rem;
    // padding-right: 2rem; */ }
      .primary__nav > * + * {
        margin-left: 2rem; } }

.primary__nav__toggle__icon {
  width: 1rem;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  transition: transform 300ms ease; }
  [aria-expanded='true'] .primary__nav__toggle__icon {
    transform: rotate(180deg); }
  @media (min-width: 80em) {
    .primary__nav__toggle__icon {
      color: #00467F;
      width: 0.5rem; } }

.primary__nav--collapsed {
  width: 100%; }
  .primary__nav--collapsed > * + * {
    border-top: 1px solid rgba(151, 151, 151, 0.34); }
  @media (min-width: 80em) {
    .primary__nav--collapsed {
      width: 63%;
      padding-right: 1rem; }
      .primary__nav--collapsed > * + * {
        border-top: none; } }

.secondary__nav {
  /* // position: relative; */
  background-color: #ffffff;
  /* // &::before {
  //   position: absolute;
  //   left: 0;
  //   top: 0;
  //   content: '';
  //   height: 74px;
  //   border-left: 1px solid $blue;
  // } */ }
  @media (min-width: 80em) {
    .secondary__nav {
      margin-left: auto; } }

.secondary__nav--collapsed {
  padding-top: 2rem; }
  @media (min-width: 32em) {
    .secondary__nav--collapsed {
      width: 50%; } }
  @media (min-width: 48em) {
    .secondary__nav--collapsed {
      padding-top: 0; } }
  @media (min-width: 48em) {
    .secondary__nav--collapsed {
      width: calc(100% - 63%); } }

.secondary__nav__text--info {
  font-size: 0.9375rem;
  color: #000;
  border-bottom: 1px solid #9B9B9B;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem; }

.secondary__nav__item {
  /* // margin: 0; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media (min-width: 80em) {
  .primary__nav__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.primary__nav__item--collapsed {
  margin: 1rem 0; }
  @media (min-width: 48em) {
    .primary__nav__item--collapsed:first-child {
      margin-top: 0; } }
  @media (min-width: 48em) {
    .primary__nav__item--collapsed {
      margin: 2rem 0; } }

.primary__nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  border: none;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1.2;
  padding: 1rem 0;
  color: #ffffff; }
  @media (min-width: 80em) {
    .primary__nav__link {
      font-size: 1.125rem;
      color: #00467F;
      position: relative;
      -ms-flex-pack: center;
          justify-content: center;
      text-decoration: none;
      line-height: 1.3; }
      .primary__nav__link::after {
        position: absolute;
        bottom: 1px;
        content: " ";
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center;
        background-image: linear-gradient(to right, #47AA42, #47AA42);
        background-repeat: no-repeat;
        background-size: 0% 2px;
        background-position: 0% 100%;
        transition: all 450ms;
        text-decoration: none;
        line-height: 1.3;
        padding: 0 0 3px; }
      .primary__nav__link:hover::after, .primary__nav__link:focus::after {
        background-size: 100% 2px; }
      .primary__nav__link[aria-expanded='true']::after {
        bottom: -8px;
        padding: 0 0 8px;
        background-size: 100% 8px; } }

.primary__nav--sub {
  list-style-type: none;
  visibility: hidden;
  display: none;
  padding: 0;
  transition: transform 300ms ease, visibility 300ms ease; }
  [aria-expanded='true'] + .primary__nav--sub {
    display: block;
    visibility: visible;
    margin-bottom: 1rem; }
  @media (min-width: 80em) {
    .primary__nav--sub {
      display: unset;
      padding: 2.5rem 3.75rem;
      width: 37.5rem;
      position: absolute;
      z-index: -1;
      top: 100%;
      left: 0;
      background-color: #00467F;
      transform: translateY(-100%);
      visibility: hidden;
      transition: transform 300ms ease, visibility 300ms ease; }
      [aria-expanded='true'] + .primary__nav--sub {
        transform: translateY(0);
        visibility: visible;
        /* // display: block; */ } }

.primary__nav--sub-overview {
  list-style-type: none;
  padding: 0 0 0.5rem;
  /* // margin: 0 0 1rem; */ }

.primary__nav__link--overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px rgba(151, 151, 151, 0.34) solid;
  position: relative;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px;
  color: #00467F;
  font-weight: 700;
  padding-bottom: .75rem;
  color: #ffffff; }
  .primary__nav__link--overview:hover, .primary__nav__link--overview:focus {
    background-size: 100% 2px; }
  .primary__nav__link--overview > span {
    width: .6875rem;
    margin-left: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    transform: rotate(-90deg);
    color: #ffffff; }

.primary__nav__link--sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px;
  color: #00467F;
  font-weight: 700;
  color: #ffffff; }
  .primary__nav__link--sub:hover, .primary__nav__link--sub:focus {
    background-size: 100% 2px; }

.primary__nav--sub-columns {
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 4rem; }

.primary__nav__link--collapsed {
  font-size: 1.5rem;
  color: #202020;
  font-weight: 700;
  letter-spacing: 2.25px;
  line-height: 1.416;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border 300ms ease; }
  @media (min-width: 48em) {
    .primary__nav__link--collapsed {
      padding: 0;
      font-size: 2rem;
      letter-spacing: 1.63px; } }
  .primary__nav__link--collapsed:hover, .primary__nav__link--collapsed:focus {
    color: #000;
    border-color: #47AA42; }

.secondary__nav__item {
  /* // padding-left: 2rem;
  // padding-right: 2rem;
  
  // transition: background $transition; */ }
  .secondary__nav__item:hover {
    /* // background-color: $blue-gray;
    // .secondary__nav__btn--info,
    // .secondary__nav__btn--search {
    //   color: $white;
    //   @include font-smooth;
    // } */ }

.primary__nav__item--sub,
.secondary__nav__item--sub {
  display: block;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem; }
  @media (min-width: 80em) {
    .primary__nav__item--sub,
    .secondary__nav__item--sub {
      display: inline-block;
      margin-top: 1rem;
      margin-bottom: unset; } }

.secondary__nav__item--sub--collapsed {
  margin: 1rem 0; }

.secondary__nav__btn--info {
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 0.9375rem;
  color: #00467F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.63px; }
  .secondary__nav__btn--info::after {
    content: '+';
    width: 10px;
    display: inline-block; }
    .info-active .secondary__nav__btn--info::after {
      content: '-'; }

.secondary__nav__btn--info,
.secondary__nav__btn--search {
  height: 100%; }
  .secondary__nav__item--active .secondary__nav__btn--info, .secondary__nav__item--active
  .secondary__nav__btn--search {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.secondary__nav__btn--search {
  display: inline;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 0.9375rem;
  background-color: #00467F;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.63px;
  padding: 1.5rem 0.75rem;
  /* // height: 3.75rem; */
  transition: all 300ms ease; }
  .secondary__nav__btn--search:hover {
    background: #455560;
    color: #ffffff; }
  @media (min-width: 26em) {
    .secondary__nav__btn--search {
      padding: 1.5rem; } }
  @media (min-width: 80em) {
    .secondary__nav__btn--search {
      width: 4.5rem; } }

.secondary__nav__item--active {
  /* // background-color: $blue; */ }
  .secondary__nav__item--active .secondary__nav__btn--search {
    background-color: #00467F; }
    .secondary__nav__item--active .secondary__nav__btn--search:hover {
      background-color: #455560; }

.secondary__nav__btn__icon {
  width: 1.25rem;
  display: inline-block;
  vertical-align: sub; }

.secondary__nav__btn__search--open {
  display: inline-block;
  vertical-align: middle; }
  .search-active .secondary__nav__btn__search--open {
    display: none; }

.secondary__nav__btn__search--close {
  display: none; }
  .search-active .secondary__nav__btn__search--close {
    display: inline-block; }

.secondary__nav--sub {
  padding: 2rem 12%;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #00467F;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 300ms ease, visibility 300ms ease; }
  .secondary__nav__item--active .secondary__nav--sub {
    transform: translateY(0);
    visibility: visible;
    /* // display: block; */ }

.secondary__nav--sub--collapsed {
  margin: 0;
  padding-left: 0.5rem;
  list-style: none; }
  @media (min-width: 48em) {
    .secondary__nav--sub--collapsed {
      padding-left: 1rem; } }

.secondary__nav__link--sub {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 1.63px;
  text-transform: uppercase; }
  .secondary__nav__link--sub:hover, .secondary__nav__link--sub:focus {
    text-decoration: underline; }
  .header--collapsed .secondary__nav__link--sub {
    font-size: 1.125rem;
    color: #202020;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
    background-image: linear-gradient(to right, #47AA42, #47AA42);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 450ms;
    text-decoration: none;
    padding-bottom: 3px;
    color: #00467F;
    font-weight: 700; }
    .header--collapsed .secondary__nav__link--sub:hover, .header--collapsed .secondary__nav__link--sub:focus {
      background-size: 100% 2px; }
    .header--collapsed .secondary__nav__link--sub:hover, .header--collapsed .secondary__nav__link--sub:focus {
      text-decoration: none; }

.search {
  color: #ffffff; }

.search__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem;
  background-color: #ffffff; }
  .search__group__icon {
    position: relative;
    width: 1.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #00467F;
    margin-right: 1rem; }
  @media (min-width: 80em) {
    .search__group {
      padding: 2rem; } }

.search__label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  color: #00467F;
  line-height: 1.36;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  letter-spacing: .0625rem;
  color: #ffffff;
  margin-bottom: 0.5rem; }

.search__input {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-weight: 400;
  font-family: "miller-text", serif;
  font-size: 18px;
  color: #00467F;
  letter-spacing: 0;
  line-height: 1; }
  @media screen and (min-width: 320px) {
    .search__input {
      font-size: calc(18px + 8 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .search__input {
      font-size: 26px; } }
  .search__input::-webkit-input-placeholder {
    color: #00467F; }
  .search__input:-ms-input-placeholder {
    color: #00467F; }
  .search__input::placeholder {
    color: #00467F; }
  .header--collapsed .search__input {
    /* // @include font-smooth; */ }
  @media (min-width: 64em) {
    .header__search--entity .search__input {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #EBEBEB; }
      .header__search--entity .search__input::-webkit-input-placeholder {
        color: #EBEBEB; }
      .header__search--entity .search__input:-ms-input-placeholder {
        color: #EBEBEB; }
      .header__search--entity .search__input::placeholder {
        color: #EBEBEB; } }

.search__submit {
  position: relative;
  width: 2.625rem;
  height: auto;
  padding: 0;
  color: #00467F;
  border: none;
  background: none;
  position: relative;
  background-image: linear-gradient(to right, #47AA42, #47AA42);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px;
  color: #00467F;
  font-weight: 700; }
  .search__submit:hover, .search__submit:focus {
    background-size: 100% 2px; }
  .search__submit > span {
    display: none; }
    @media (min-width: 80em) {
      .search__submit > span {
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .search__submit__icon {
    position: relative;
    display: block !important;
    width: 0.75rem;
    margin-left: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #00467F;
    transform: rotate(-90deg); }
  @media (min-width: 80em) {
    .search__submit {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      width: auto; } }

.card__headline {
  font-size: 1.375rem;
  font-weight: 500;
  color: #202020;
  text-align: center;
  line-height: 1.272; }

.card__group {
  position: relative;
  margin-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-left: 1px solid #00467F;
  margin-bottom: 1rem; }
  .card__group::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 1rem;
    left: 1rem;
    background-color: #F3F3F3;
    z-index: -1; }
  .card__group::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00467F; }

.card__item {
  position: relative;
  display: block;
  border-top: 1px solid #00467F;
  border-right: 1px solid #00467F;
  width: 100%; }
  @media (min-width: 48em) {
    .card__item {
      width: 50%; } }
  @media (min-width: 64em) {
    .card__item {
      width: calc(100% / 3); } }
  .card__item:hover .card__content, .card__item:focus .card__content {
    max-height: 300px; }
    .card__item:hover .card__content p, .card__item:focus .card__content p {
      /* // visibility: visible; */
      opacity: 1;
      /* // display: block; */ }

.card__image {
  margin-bottom: 100px; }
  .card__image img {
    width: 100%; }

.card__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #202020;
  background-color: #ffffff;
  padding: 1.5rem 1rem;
  /* // height: 100px; */
  max-height: 100px;
  transition: max-height 800ms; }
  .card__content p {
    font-size: 0.9375rem;
    /* // visibility: hidden; */
    opacity: 0;
    font-family: "miller-text", serif;
    transition: opacity 800ms; }

.card__content__title {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.380;
  color: #202020; }

.card__title {
  margin: 1rem 0;
  display: block; }
  .card__title .button__link {
    font-size: 1.3125rem;
    line-height: 1.380; }

@media (min-width: 48em) {
  .quote-slider {
    white-space: nowrap;
    word-wrap: normal; } }

.quote-slide__item {
  width: 100%;
  overflow: hidden; }
  .quote-slide__item::before, .quote-slide__item::after {
    content: '';
    display: table; }
  .quote-slide__item::after {
    clear: both; }
  @media (min-width: 48em) {
    .quote-slide__item {
      display: -ms-flexbox;
      display: flex;
      white-space: normal;
      vertical-align: bottom;
      word-wrap: break-word; } }

.quote-slide__image__container {
  width: 100%;
  padding-right: 1rem; }
  @media (min-width: 48em) {
    .quote-slide__image__container {
      width: 40%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      float: left;
      padding-right: 2rem; } }

.quote-slide__image {
  width: 90%;
  margin-right: 1rem; }
  @media (min-width: 48em) {
    .quote-slide__image {
      width: 80%; } }

.quote-slide__content__container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  margin-top: 2rem; }
  @media (min-width: 48em) {
    .quote-slide__content__container {
      width: 60%;
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-top: 4rem;
      padding-right: 5rem;
      margin-top: 0; } }
  .quote-slide__content__container .flickity-page-dots {
    bottom: auto;
    top: 0;
    width: 100%; }
    @media (min-width: 48em) {
      .quote-slide__content__container .flickity-page-dots {
        width: auto;
        margin-left: -8px; } }
  @media (max-width: 48em) {
    .quote-slide__content__container .flickity-prev-next-button {
      top: -40%;
      transform: translateY(-40%); } }
  .quote-slide__content__container .flickity-prev-next-button.previous {
    margin-left: calc(100% - 100vw); }
  .quote-slide__content__container .flickity-slider {
    transform: none !important; }

.quote-slide__content {
  color: #202020;
  width: 100%;
  left: 0 !important;
  opacity: 0;
  transition: opacity 800ms ease-in-out;
  z-index: -1; }
  .quote-slide__content.is-selected {
    opacity: 1;
    z-index: 0; }

.quote-slide__text {
  position: relative;
  font-family: "miller-text", serif;
  padding-left: 1rem;
  display: block;
  font-size: 26px;
  line-height: 1.466;
  max-width: 600px; }
  @media screen and (min-width: 320px) {
    .quote-slide__text {
      font-size: calc(26px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .quote-slide__text {
      font-size: 30px; } }
  .quote-slide__text::before {
    position: absolute;
    left: 0; }

.quote-slide__author {
  font-weight: 700;
  font-size: 1.3125rem;
  letter-spacing: 0;
  line-height: 1.380;
  margin-top: 2rem;
  padding-left: 1rem; }

.quote-slide__title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6875;
  padding-left: 1rem; }

.quote-slide__link__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 0 0;
  padding-left: 0;
  list-style: none;
  padding-left: 1rem; }
  .quote-slide__link__group a {
    margin-top: 1rem;
    margin-right: 1rem; }

.feed--news {
  /* // padding-top: 3rem;
  // padding-bottom: 3rem; */
  padding-left: 1rem; }
  .feed--news::before, .feed--news::after {
    content: '';
    display: table; }
  .feed--news::after {
    clear: both; }
  .main__content .feed--news {
    padding-left: 0; }
  @media (min-width: 48em) {
    .feed--news {
      padding-left: 2rem; } }
  @media (min-width: 64em) {
    .feed--news {
      width: auto;
      max-width: unset;
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 64em) {
  .feed--events {
    display: -ms-flexbox;
    display: flex; }
    .main__content .feed--events {
      display: block; } }

@media (min-width: 32em) {
  .feed__sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

.feed--news .feed__sidebar {
  padding-right: 1rem; }
  @media (min-width: 48em) {
    .feed--news .feed__sidebar {
      padding-right: 2rem; } }

.main__content .feed__sidebar {
  padding-right: 0; }

@media (min-width: 64em) {
  .feed__sidebar {
    display: block;
    float: left;
    width: 20%;
    margin-left: 7.5%; }
    .feed--events .feed__sidebar {
      padding-right: 0;
      padding-left: 2rem;
      margin-left: 0;
      width: 30%;
      -ms-flex-order: 1;
          order: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .main__content .feed__sidebar {
      display: -ms-flexbox;
      display: flex;
      float: none;
      margin-left: 0;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.feed__sidebar .home__headline {
  text-align: left; }

.entity .feed__sidebar .button__link {
  color: #00467F; }

@media (min-width: 48em) {
  .feed__sidebar__inline {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

@media (min-width: 64em) {
  .feed__sidebar__inline {
    width: auto;
    display: inline-block; } }

@media (min-width: 48em) {
  .feed__sidebar__inline-align {
    text-align: right; } }

@media (min-width: 64em) {
  .feed__main {
    width: 70%;
    float: right; }
    .main__content .feed__main {
      float: none;
      width: 100%; } }

@media (min-width: 48em) {
  .feed--events .feed__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.feed__main--scroll .flickity-prev-next-button {
  display: none; }
  @media (min-width: 64em) {
    .feed__main--scroll .flickity-prev-next-button {
      display: block; } }
  .feed__main--scroll .flickity-prev-next-button.previous {
    left: -3.75rem; }

.feed__card {
  display: block;
  border: 1px solid #00467F;
  background-color: #ffffff;
  margin: 1rem 1rem 3rem;
  box-shadow: 1rem 1rem 0px 0px #EBEBEB; }
  @media (min-width: 64em) {
    .feed__card {
      margin-top: 0; } }
  .sidebar__panel .feed__card {
    margin-left: 0;
    margin-bottom: 4rem; }
  .feed__main .feed__card {
    width: 80%; }
    @media (min-width: 48em) {
      .feed__main .feed__card {
        width: 40%; } }
  .feed__card:hover .feed__image img, .feed__card:focus .feed__image img {
    transform: scale(1.2); }

.feed__card--no-img {
  display: table; }

.flickity-resize .feed__card {
  min-height: 90%; }

.feed__image {
  overflow: hidden; }
  .feed__image img {
    width: 100%;
    transition: transform 300ms ease; }

.feed__content {
  padding: 1rem;
  display: table-cell;
  vertical-align: middle; }
  .feed__content .card__content__title {
    margin-bottom: 1rem; }

.feed__item {
  padding-top: 2rem;
  padding-right: 1rem; }
  @media (min-width: 64em) {
    .feed__item {
      padding-top: 0; } }

.feed__title {
  font-family: "miller-text", serif;
  font-weight: 700;
  font-size: 4.375rem;
  color: #44A140;
  line-height: 1.142;
  margin-bottom: 1rem; }
  .entity .feed__title {
    color: #00467F; }

.feed__item__link {
  margin-bottom: 1rem; }

.feed__group {
  display: -ms-flexbox;
  display: flex; }

.dropdown {
  position: relative;
  display: inline-block;
  background-color: #47AA42; }

.dropdown__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  background-color: #47AA42;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 0;
  text-align: left; }
  @media (min-width: 64em) {
    .dropdown--subnav .dropdown__toggle {
      display: none; } }

.dropdown__toggle__text {
  font-weight: 700;
  font-size: 1.125rem;
  color: #202020;
  line-height: 1.444;
  margin-right: 3rem; }

.dropdown__toggle__icon {
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  transition: transform 300ms ease; }
  .dropdown--active .dropdown__toggle__icon {
    transform: rotate(180deg); }

.dropdown__list {
  margin: 0;
  padding: 0 1.5rem 1rem;
  text-align: left;
  list-style: none;
  background-color: #47AA42;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 300ms ease; }
  .dropdown--active .dropdown__list {
    display: block;
    opacity: 1; }
  @media (min-width: 64em) {
    .dropdown--subnav .dropdown__list {
      background-color: #00467F;
      position: static;
      display: block;
      opacity: 1;
      padding: 1rem 2rem; } }

.dropdown__item, .subnav__item {
  padding-top: 1rem; }
  .dropdown__item:first-child, .subnav__item:first-child {
    border-top: 1px solid #000; }

.dropdown__link, .subnav__link {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.333; }
  .dropdown__link:hover, .subnav__link:hover, .dropdown__link:focus, .subnav__link:focus {
    text-decoration: underline; }

.v2-design .dropdown {
  position: relative;
  display: inline-block;
  background-color: #47AA42;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.v2-design .dropdown__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  background-color: #00467F;
  border: none;
  padding: 1.75rem;
  border-radius: 0;
  text-align: left;
  transition: background-color 300ms ease; }
  @media (min-width: 64em) {
    .dropdown--subnav .v2-design .dropdown__toggle {
      display: none; } }
  .v2-design .dropdown__toggle:hover {
    background-color: #455560; }

.v2-design .dropdown__toggle__text {
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  color: #ffffff;
  line-height: 1.444;
  margin-right: 3rem; }

.v2-design .dropdown__toggle__icon {
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  transition: transform 300ms ease; }

.v2-design .dropdown__list {
  margin: 0;
  padding: 0 1.5rem 1rem;
  text-align: left;
  list-style: none;
  background-color: #00355F;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 300ms ease; }
  @media (min-width: 64em) {
    .dropdown--subnav .v2-design .dropdown__list {
      background-color: #00467F;
      position: static;
      display: block;
      opacity: 1;
      padding: 1rem 2rem; } }

.v2-design .dropdown__item, .v2-design .subnav__item {
  padding-top: 1rem; }
  .v2-design .dropdown__item:first-child, .v2-design .subnav__item:first-child {
    border-top: none; }

.v2-design .dropdown__link, .v2-design .subnav__link {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.333;
  letter-spacing: 0.26px;
  position: relative;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px;
  color: #00467F;
  font-weight: 700;
  color: #ffffff; }
  .v2-design .dropdown__link:hover, .v2-design .subnav__link:hover, .v2-design .dropdown__link:focus, .v2-design .subnav__link:focus {
    background-size: 100% 2px; }

.v2-design .dropdown--active .dropdown__toggle__icon {
  transform: rotate(180deg); }

.v2-design .dropdown--active .dropdown__list {
  display: block;
  opacity: 1; }

.experience__container {
  position: relative; }

.experience__container__dropdown {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  margin-left: 2rem;
  text-align: center; }
  @media (min-width: 64em) {
    .experience__container__dropdown {
      text-align: left; } }

.experience__component {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1.5rem; }
  @media (min-width: 48em) {
    .experience__component {
      margin-left: 0;
      margin-right: 0; } }

.exp__comp--1 {
  overflow: hidden; }

.exp__comp--1::before, .exp__comp--1::after {
  content: '';
  display: table; }

.exp__comp--1::after {
  clear: both; }

.exp__comp--2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .exp__comp--2::before, .exp__comp--2::after {
    content: '';
    display: table; }
  .exp__comp--2::after {
    clear: both; }
  @media (min-width: 64em) {
    .exp__comp--2 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

@media (min-width: 64em) {
  .exp__one {
    float: left;
    width: 50%;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff; } }

@media (min-width: 32em) {
  .exp__two {
    float: left;
    width: 50%; } }

@media (min-width: 64em) {
  .exp__two {
    width: 25%;
    border-right: 1.5px solid #ffffff; } }

@media (min-width: 32em) {
  .exp__three {
    float: left;
    width: 50%; } }

@media (min-width: 64em) {
  .exp__three {
    width: 25%;
    border-left: 1.5px solid #ffffff; } }

.exp__four {
  width: 100%; }
  @media (min-width: 32em) {
    .exp__four {
      float: left;
      width: 49.9%; } }
  @media (min-width: 64em) {
    .exp__four {
      width: 25%;
      border-right: 3px solid #ffffff; } }

.exp__five {
  width: 100%; }
  @media (min-width: 32em) {
    .exp__five {
      float: left;
      width: 49.9%; } }
  @media (min-width: 64em) {
    .exp__five {
      width: 25%;
      border-right: 3px solid #ffffff; } }

.exp__six {
  -ms-flex-order: -1;
      order: -1;
  width: 100%; }
  @media (min-width: 64em) {
    .exp__six {
      -ms-flex-order: 3;
          order: 3;
      float: right;
      margin-top: -25%;
      width: 50%;
      border-top: 3px solid #ffffff; } }

.exp--image {
  position: relative; }

.exp__image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.exp__image img {
  width: 100%; }

.exp__content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem); }
  @media (min-width: 64em) {
    .exp__content {
      bottom: 2rem;
      left: 2rem;
      width: calc(100% - 4rem); } }
  .exp__content p {
    font-weight: 700;
    font-size: 1.875rem;
    color: #ffffff;
    line-height: 1.3; }
  .exp__content .button__link {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.exp--text {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.exp__content--text {
  padding: 0.5rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .main__sidebar .exp__content--text {
    position: static;
    transform: none;
    text-align: center; }

.exp__figure {
  font-family: "miller-text", serif;
  font-weight: 700;
  font-size: 60px;
  color: #ffffff;
  letter-spacing: -0.6px; }
  @media screen and (min-width: 320px) {
    .exp__figure {
      font-size: calc(60px + 10 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .exp__figure {
      font-size: 70px; } }
  .block--gray-light .exp__figure,
  .block--green-light .exp__figure {
    color: #000; }
  .exp__figure span {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      .exp__figure span {
        font-size: calc(40px + 10 * (100vw - 320px) / 1120); } }
    @media screen and (min-width: 1440px) {
      .exp__figure span {
        font-size: 50px; } }

.exp__title {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -0.09px;
  text-align: center;
  line-height: 1.190;
  text-transform: uppercase; }
  @media screen and (min-width: 320px) {
    .exp__title {
      font-size: calc(18px + 3 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .exp__title {
      font-size: 21px; } }
  .block--green-light .exp__title,
  .block--gray-light .exp__title {
    color: #000; }

.exp__title--small {
  display: block;
  font-weight: 400;
  color: #202020;
  text-align: center;
  line-height: 1.68;
  margin-bottom: 1rem; }

.exp__title--large {
  font-weight: 700;
  font-size: 21px;
  color: #202020;
  letter-spacing: 0.01px;
  text-align: center;
  line-height: 1.172;
  text-transform: uppercase; }
  @media screen and (min-width: 320px) {
    .exp__title--large {
      font-size: calc(21px + 8 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .exp__title--large {
      font-size: 29px; } }

.exp__opt {
  visibility: hidden;
  position: absolute;
  left: -999rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 500ms; }
  .exp__opt.active {
    left: auto;
    position: static;
    visibility: visible;
    opacity: 1; }

.exp__block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 15rem;
  padding: 1rem;
  text-align: center; }
  .grid__item--2 .exp__block {
    min-height: 20rem; }

.media__image {
  position: relative; }
  .media__image img {
    width: 100%; }

.media__link {
  position: absolute;
  width: 20%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8); }
  .media__link:hover, .media__link:focus {
    color: #ffffff; }

.slider__container {
  position: relative;
  padding-bottom: 10rem; }
  @media (min-width: 28em) {
    .slider__container {
      padding-bottom: 6rem; } }
  @media (min-width: 32em) {
    .slider__container {
      padding-bottom: 0; } }
  @media (max-width: 32em) {
    .slider__container .flickity-prev-next-button.next, .slider__container .flickity-prev-next-button.previous {
      transform: none;
      top: auto;
      bottom: 6rem; }
    .slider__container .flickity-prev-next-button.previous {
      left: auto;
      right: 4rem; } }
  @media (max-width: 28em) {
    .slider__container .flickity-prev-next-button.next, .slider__container .flickity-prev-next-button.previous {
      bottom: 10rem; } }

.slider {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 700px; }
  @media (min-width: 48em) {
    .slider {
      padding-bottom: 56%; } }

.slider__content {
  border-left: 7px solid #00467F;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #ffffff;
  width: calc(100% - 2rem); }
  @media (min-width: 32em) {
    .slider__content {
      top: 2rem;
      left: 2rem;
      width: 370px; } }
  @media (min-width: 64em) {
    .slider__content {
      border-left: 10px solid #00467F; } }

.slider__content__top {
  padding: 0.65rem 2rem 0.65rem; }

.slider__content__bottom {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 300ms ease, visibility 300ms ease; }
  @media (min-width: 32em) {
    .slider__content__bottom {
      max-height: none;
      overflow: visible;
      visibility: visible;
      height: auto; } }
  .active .slider__content__bottom {
    visibility: visible;
    max-height: 600px; }

.slider__content__bottom__interior {
  padding: 2rem; }
  @media (min-width: 32em) {
    .slider__content__bottom__interior {
      padding-top: 1rem; } }
  .slider__content__bottom__interior p {
    margin: 0; }

.slider__headline {
  font-weight: 700;
  font-size: 1.3125rem;
  color: #202020;
  line-height: 1.380; }
  @media (min-width: 32em) {
    .slider__headline {
      padding-top: 0.5rem; } }

.slider__btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #47AA42;
  color: #000;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  padding: 0.75rem; }
  @media (min-width: 32em) {
    .slider__btn {
      display: none; } }

.slider__btn--open {
  display: block; }
  .active .slider__btn--open {
    display: none; }

.slider__btn--close {
  display: none; }
  .active .slider__btn--close {
    display: block; }

.slider__cta {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 1rem;
  bottom: 0;
  z-index: 1; }
  @media (min-width: 32em) {
    .slider__cta {
      width: auto;
      left: auto;
      transform: none;
      bottom: 1rem;
      right: 2rem; } }
  .slider__cta li {
    margin-bottom: 0.5rem;
    display: inline-block; }
  .slider__cta .button, .slider__cta .juicer-button {
    box-shadow: 4px 4px 0px 0px #EBEBEB; }
    @media (min-width: 32em) {
      .slider__cta .button, .slider__cta .juicer-button {
        box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5); }
        .slider__cta .button:active, .slider__cta .juicer-button:active {
          box-shadow: none; } }

.slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }

.j-poster {
  display: none; }

h1.referral {
  display: none !important; }

.juicer-feed {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 400; }
  .juicer-feed .feed-item {
    border-color: #00467F !important;
    border-width: 1px !important; }
  .juicer-feed .j-meta a:hover {
    color: #00467F !important; }
  .juicer-feed .j-message {
    color: #000 !important; }
    .juicer-feed .j-message p {
      font-size: 0.875rem;
      font-weight: normal; }
  .juicer-feed a:hover {
    color: #00467F !important; }

.juicer-button {
  border: 0 !important;
  font-size: 14px !important;
  background-color: #47AA42 !important;
  color: #000 !important;
  padding: 1rem 1.5rem !important; }
  .entity .juicer-button {
    color: #ffffff !important;
    background-color: #00467F !important; }
  .juicer-button:hover, .juicer-button:focus {
    background-color: #359631 !important; }
    .entity .juicer-button:hover, .entity .juicer-button:focus {
      background-color: #00355F !important; }

.j-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .j-image img {
    position: relative;
    transition: transform 300ms ease; }
  .j-image:hover img, .j-image:focus img {
    transform: scale(1.2); }

.footer {
  background-color: #00467F;
  padding: 3.25rem 2.5rem;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .footer p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }
  @media (min-width: 80em) {
    .footer {
      padding: 4rem 3rem 1rem; } }

.footer__top,
.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.footer__bottom {
  padding-top: 3rem; }

@media (min-width: 64em) {
  .footer__left {
    width: 50%; } }

.footer__right {
  padding-top: 2rem; }
  @media (min-width: 64em) {
    .footer__right {
      padding-top: 4rem;
      width: calc(50% - 8rem); } }

@media (min-width: 48em) {
  .footer__left__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.footer__left__bottom,
.footer__right__bottom {
  padding-top: 4rem; }
  .footer__left__bottom .grid,
  .footer__right__bottom .grid {
    display: block; }
    @media (min-width: 48em) {
      .footer__left__bottom .grid,
      .footer__right__bottom .grid {
        display: -ms-flexbox;
        display: flex; } }

.footer__left__bottom .grid__item,
.footer__right__bottom .grid__item {
  padding: 0 1rem; }
  @media (min-width: 48em) {
    .footer__left__bottom .grid__item,
    .footer__right__bottom .grid__item {
      padding: 1rem; } }

.footer__right__bottom {
  padding-top: 3rem; }
  @media (min-width: 48em) {
    .footer__right__bottom {
      padding-top: 4rem; } }

.footer__group {
  line-height: 1.5;
  margin-bottom: 1.5rem; }
  .footer__group a:not([class]) {
    color: #ffffff;
    text-decoration: underline; }
    .footer__group a:not([class]):hover, .footer__group a:not([class]):focus {
      text-decoration: none; }

.footer__link {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1rem;
  transition: border 300ms ease; }
  .footer__link:hover, .footer__link:focus {
    border-bottom: 1px solid transparent; }

.footer__link--alt {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1.52px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  margin-bottom: 1rem;
  transition: border 300ms ease; }
  .footer__link--alt:hover, .footer__link--alt:focus {
    border-bottom: 1px solid #ffffff; }

.footer__logo {
  max-width: 19.25rem;
  width: 100%;
  display: block; }
  .footer__logo span::before {
    padding-top: 50%; }
  @media (min-width: 48em) {
    .footer__logo {
      margin-right: 2rem; } }

.footer__tag {
  font-family: "miller-text", serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 1rem; }
  @media (min-width: 48em) {
    .footer__tag {
      margin-top: 0;
      margin-left: 1rem; } }

.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }

.footer__social__item {
  display: inline-block;
  margin-left: 0.5rem; }
  .footer__social__item:first-child {
    margin-left: -0.5rem; }

.footer__social__link {
  display: block;
  width: 2rem;
  padding: 0.25rem;
  color: #ffffff; }
  .footer__social__link:hover, .footer__social__link:focus {
    background-color: #ffffff;
    color: #00467F; }

@media (min-width: 64em) {
  .footer__bottom__left {
    width: 50%; } }

@media (min-width: 64em) {
  .footer__bottom__right {
    width: calc(50% - 8rem); } }

.footer__right-nav {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.dropdown--subnav {
  min-width: 288px; }
  @media (min-width: 64em) {
    .dropdown--subnav {
      min-width: auto;
      width: 100%; } }

@media (min-width: 64em) {
  .subnav__item:first-child {
    border-top: 0; } }

@media (min-width: 64em) {
  .subnav__item {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.75rem;
    padding-top: 1.5rem; }
    .subnav__item:last-child {
      border-bottom: 0; } }

@media (min-width: 64em) {
  .subnav__link {
    display: inline-block;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 300ms ease; }
    .subnav__link:hover, .subnav__link:focus {
      transform: translateX(20px); } }

.subnav__item--current > .subnav__link {
  font-weight: 700; }

.subnav__list--sub {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 1rem; }
  @media (min-width: 64em) {
    .subnav__list--sub {
      margin: 1rem 0; } }

.subnav__item--sub {
  padding-bottom: 0.5rem; }
  .subnav__item--sub:last-child {
    padding-bottom: 0; }

.sidebar__button__group .button, .sidebar__button__group .juicer-button {
  display: block; }

.sidebar__panel {
  margin-top: 3rem; }
  .sidebar__panel:first-child {
    margin-top: 0; }

.sidebar__block {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 15em;
  padding: 1rem; }

.social__headline {
  font-weight: 700;
  font-size: 1.125rem;
  color: #202020;
  line-height: 1.444; }

.social__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 6px solid #EBEBEB; }

.social__item {
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.social__link {
  display: block;
  border-radius: 50%;
  width: 2.25rem;
  padding: 0.65rem;
  background-color: #47AA42;
  color: #202020; }
  .social__link:hover, .social__link:focus {
    background-color: #202020;
    color: #ffffff; }

.sidebar__contact {
  padding-bottom: 2rem;
  border-bottom: 6px solid #EBEBEB; }
  .sidebar__contact a {
    font-weight: 400; }

.split-panel .container, .split-panel .numbers, .split-panel .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 48em) {
    .split-panel .container, .split-panel .numbers, .split-panel .feature {
      -ms-flex-direction: row;
          flex-direction: row; } }

.split-container {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px; }
  @media (min-width: 48em) {
    .split-container {
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }

@media (min-width: 48em) {
  .split__half {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    overflow: hidden; } }

@media (min-width: 48em) {
  .split__half--left {
    border-right: 2.5px solid #ffffff; } }

.split__half--right {
  border-top: 5px solid #ffffff; }
  @media (min-width: 48em) {
    .split__half--right {
      border-top: 0;
      border-left: 2.5px solid #ffffff; } }

.split__content {
  position: relative;
  width: 100%;
  padding: 3rem 1rem; }
  .split__content .grid__item {
    padding: 0 1rem; }
  @media (min-width: 48em) {
    .split__content {
      max-width: 40rem;
      padding: 6rem 3rem; } }
  .block--maroon .split__content p a:not([class]),
  .block--blue .split__content p a:not([class]) {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    transition: border 300ms ease;
    font-weight: normal; }
    .block--maroon .split__content p a:not([class]):hover, .block--maroon .split__content p a:not([class]):focus,
    .block--blue .split__content p a:not([class]):hover,
    .block--blue .split__content p a:not([class]):focus {
      border-color: transparent; }

@media (min-width: 48em) {
  .split__content--left {
    margin-left: auto;
    padding-left: 1.5rem; } }

@media (min-width: 48em) {
  .split__content--right {
    margin-right: auto;
    padding-right: 1.5rem; } }

.split-panel--yellow-blue {
  background-image: linear-gradient(to bottom, #fdb825 50%, #00467f 50%); }
  @media (min-width: 48em) {
    .split-panel--yellow-blue {
      background-image: linear-gradient(to right, #fdb825 50%, #00467f 50%); } }

.split-panel__item {
  min-height: 20rem;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (min-width: 48em) {
    .split-panel__item {
      width: 50%;
      margin-top: 120px;
      margin-bottom: 120px; }
      .split-panel__item:first-child {
        margin-right: 3rem; }
      .split-panel__item:last-child {
        margin-left: 3rem; } }

.split-panel__headline {
  margin-top: 0;
  margin-bottom: 1rem; }
  .block--blue .split-panel__headline {
    color: #ffffff; }

.block--blue .split-panel__text {
  color: #ffffff; }

.split-panel__btn {
  margin-bottom: 1rem; }
  .block--blue .split-panel__btn .button__link {
    color: #ffffff; }

.split__content__title {
  margin-bottom: 2rem; }

.image--slider {
  margin: 2rem 0; }

.image__container {
  margin: 2rem 0; }

.image--slider .image__item {
  width: 100%; }

.image__item img {
  width: 100%; }

.image__wrap {
  margin-bottom: 45px; }
  @media (min-width: 64em) {
    .image__wrap {
      margin-bottom: 60px; } }

.image__caption {
  background-color: #EBEBEB;
  font-size: 0.75rem;
  padding: 1rem; }

blockquote {
  margin: 3rem 0;
  padding: 2rem 4rem;
  background-color: #7DD1E1;
  text-align: center; }
  @media (min-width: 48em) {
    blockquote {
      padding: 4rem 6rem; } }
  blockquote q {
    font-family: "miller-text", serif;
    font-weight: 700;
    font-size: 2.25rem;
    color: #202020;
    letter-spacing: 0.26px;
    line-height: 1.388; }
  blockquote cite {
    display: block;
    margin-top: 2rem;
    font-weight: 700;
    font-style: normal;
    font-size: 0.875rem;
    color: #202020;
    letter-spacing: 1px;
    text-transform: uppercase; }
    blockquote cite::before {
      content: '- '; }

.table {
  overflow: auto;
  /* // @include mq(48em) {
  //   overflow: visible;
  // } */ }
  .table table {
    width: calc(100% + 0.25rem);
    margin-right: -0.125rem;
    margin-left: -0.125rem;
    border-collapse: separate;
    border-spacing: 0.125rem 0;
    table-layout: fixed;
    min-width: 48rem; }
    @media (min-width: 48em) {
      .table table {
        min-width: auto; } }
  .table tr:nth-of-type(even) {
    background: #F3F3F3; }
  .table th,
  .table td {
    padding: 0.625rem 1.25rem;
    text-align: left;
    vertical-align: top;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }
  .table th {
    background: #00467F;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .table td {
    font-size: 0.875rem;
    color: #202020; }

.scrollbox {
  overflow: auto; }

.accordion {
  margin: 2rem 0;
  border-bottom: 0.0625rem solid #9B9B9B; }

.accordion__toggle {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #202020;
  letter-spacing: -0.08px;
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 3.5rem 1rem 1.5rem;
  border: 0;
  border-top: 0.0625rem solid #9B9B9B;
  transition: background-color 300ms ease;
  background-color: transparent;
  text-align: left;
  text-transform: uppercase; }
  .accordion__toggle::before, .accordion__toggle::after {
    position: absolute;
    top: 50%;
    background-color: #00467F;
    transform: translateY(-50%);
    content: ''; }
  .accordion__toggle::before {
    right: 1.5rem;
    width: 1rem;
    height: 0.125rem; }
  .accordion__toggle::after {
    right: 1.9375rem;
    width: 0.125rem;
    height: 1rem; }

.accordion__toggle--active {
  background-color: #F3F3F3; }
  .accordion__toggle--active::after {
    display: none; }

.accordion__content {
  transition: height 300ms ease, background-color 300ms ease, visibility 300ms ease;
  visibility: hidden;
  overflow: hidden; }

.accordion__content:not(.accordion__content--active) {
  height: 0 !important; }

.accordion__content--active {
  background-color: #F3F3F3;
  visibility: visible; }

.accordion__interior {
  padding: 0 1.5rem 2rem; }

.tabbed {
  margin: 3rem 0; }

.tabbed__nav {
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 64em) {
    .tabbed__nav {
      display: block; } }

.tabbed__nav__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 0.25rem solid #00467F; }

.tabbed__nav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2px; }
  .tabbed__nav__item:first-child {
    margin-left: 1rem; }
  .tabbed__nav__item:last-child {
    padding-right: 1.5rem; }

.tabbed__nav__button {
  padding: 0.75rem 1.5rem 0.25rem;
  border: 0;
  font-weight: 700;
  background-color: #47AA42;
  color: #202020;
  font-size: 1.0625rem;
  letter-spacing: -0.08px; }

.tabbed__nav__button--active {
  color: #ffffff;
  background-color: #00467F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tabbed__main {
  border-bottom: 0.0625rem solid #F3F3F3; }
  @media (min-width: 64em) {
    .tabbed__main {
      border: 0; } }

@media (min-width: 64em) {
  .tabbed__toggle {
    display: none; } }

.tabbed__content {
  border-bottom: 1px solid #00467F; }

.tabbed__content__item {
  transition: height 300ms ease, background-color 300ms ease, visibility 300ms ease;
  visibility: hidden;
  overflow: hidden; }
  @media (min-width: 64em) {
    .tabbed__content__item {
      display: none;
      height: auto !important;
      transition: none;
      visibility: visible; } }
  .tabbed__content__item.accordion__content--active {
    visibility: visible;
    background-color: #F3F3F3; }
    @media (min-width: 64em) {
      .tabbed__content__item.accordion__content--active {
        background-color: transparent; } }
  @media (min-width: 64em) {
    .tabbed__content__item.tabbed__content__item--active {
      display: block; } }

.tabbed__content__item:not(.accordion__content--active) {
  height: 0 !important; }
  @media (min-width: 64em) {
    .tabbed__content__item:not(.accordion__content--active) {
      height: auto !important; } }

.tabbed__content__interior {
  padding: 1rem 1.5rem 3rem; }
  @media (min-width: 64em) {
    .tabbed__content__interior {
      padding: 3rem 1.5rem; } }
  .tabbed__content__interior h6 {
    margin-bottom: 1.5rem; }

.listing {
  margin-bottom: 5rem; }

.listing__item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #EBEBEB; }
  .listing__item:first-child {
    padding-top: 0; }
  @media (min-width: 48em) {
    .listing__item {
      display: -ms-flexbox;
      display: flex; }
      .listing__item > * {
        width: 50%; } }

.listing__content {
  font-size: 0.875rem;
  padding-top: 2rem; }
  @media (min-width: 48em) {
    .listing__content {
      padding-top: 0;
      padding-left: 3rem;
      padding-right: 2rem; }
      .listing__item-no-img .listing__content {
        padding-left: 6rem; } }

.listing__headline {
  font-weight: 700;
  font-size: 1.3125rem;
  color: #202020;
  line-height: 1.380;
  margin: 1rem 0; }

.listing__author {
  font-weight: 700; }

.listing__break {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.pagination {
  margin: 4rem 0;
  text-align: center; }

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pagination__item {
  margin: 0 1px; }
  .pagination__item:first-child {
    margin-right: 0.75rem; }
  .pagination__item:last-child {
    margin-left: 0.75rem; }

.pagination__link {
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
  padding: 0;
  border: 0;
  background-color: #EBEBEB; }
  .pagination__link:hover, .pagination__link:focus {
    background-color: #00467F;
    color: #ffffff; }

.pagination__link--active {
  background-color: #00467F;
  color: #ffffff; }

.pagination__prev,
.pagination__next {
  padding: 0.65rem;
  background-color: #47AA42; }

.pagination__prev .pagination__icon {
  transform: rotate(180deg); }

.program__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem -0.5rem;
  padding-left: 0;
  list-style: none; }

.program__group__item {
  width: 100%;
  padding: 0.5rem; }
  @media (min-width: 32em) {
    .program__group__item {
      width: calc(100% / 2); } }
  @media (min-width: 48em) {
    .program__group__item {
      width: calc(100% / 3); } }
  @media (min-width: 64em) {
    .program__group__item {
      width: calc(100% / 4); } }

.program__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }
  .program__card:hover .program__image img, .program__card:focus .program__image img {
    transform: scale(1.2); }

.program__image {
  display: none; }
  @media (min-width: 32em) {
    .program__image {
      display: block;
      overflow: hidden; }
      .program__image img {
        width: 100%;
        transition: transform 300ms ease; } }

.program__content {
  padding: 1rem;
  border: 1px solid #EBEBEB;
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-top: 6px solid #00467F; }
  @media (min-width: 32em) {
    .program__content {
      border-top: 0; } }

.program__title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #202020;
  line-height: 1.444;
  margin-bottom: 1rem; }
  .entity .program__title {
    color: #00467F; }

.program__major,
.program__location {
  font-size: 0.875rem;
  color: #202020; }

.curr__sidebar {
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .curr__sidebar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; } }

.curr__headline {
  padding-right: 2rem; }

@media (min-width: 48em) {
  .curr__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.curr__grid .button__link {
  font-size: 1rem; }

.curr__grid__list {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #979797; }
  @media (min-width: 48em) {
    .curr__grid__list {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      border-bottom: 0; } }
  @media (min-width: 48em) {
    .curr__grid__list:first-child {
      padding-right: 3rem; } }
  @media (min-width: 48em) {
    .curr__grid__list:nth-child(2), .curr__grid__list:last-child {
      border-left: 1px solid #979797;
      border-bottom: 0;
      padding-left: 3rem;
      padding-right: 3rem; } }
  .curr__grid__list:last-child {
    padding-right: 0;
    border-bottom: 0; }

.curr__grid__item {
  padding-bottom: 1rem;
  margin-right: auto; }
  @media (min-width: 48em) {
    .curr__grid__item:last-child {
      padding-bottom: 0; } }

@media (min-width: 64em) {
  .program__block:nth-child(even) .program__block__content {
    -ms-flex-order: -1;
        order: -1;
    padding-left: 0;
    padding-right: 3rem; } }

@media (min-width: 64em) {
  .program__block {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64em) {
  .program__block__image {
    width: 52%; }
    .program__block__image img {
      width: 100%; } }

@media (min-width: 64em) {
  .program__block__content {
    width: calc(100% - 52%);
    padding-left: 3rem;
    -ms-flex-item-align: end;
        align-self: flex-end; } }

.program__block__content .sm-headline {
  margin-bottom: 1rem; }

.program__block__content p {
  margin-top: 1rem;
  margin-bottom: 2rem; }

.program__block__title {
  margin-bottom: 1rem; }

.finder__block-spacing {
  padding: 1rem 0; }

.filter__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin: 2rem 0;
  list-style: none; }
  .filter__list .dropdown {
    min-width: 267px;
    margin-top: 2rem;
    width: 100%; }
    @media (min-width: 64em) {
      .filter__list .dropdown {
        width: auto; } }
  .filter__list .dropdown__list {
    max-height: 25rem;
    overflow-x: auto; }
  @media (min-width: 80em) {
    .filter__list {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      gap: 3rem; }
      .filter__list .dropdown {
        margin-top: 0;
        margin-bottom: 0.25rem; } }

.filter__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.3125rem solid #00467F; }

.filter__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin: 2rem 0;
  margin-left: auto; }

.filter__clear {
  border-left: 1px solid #979797;
  margin-left: 1rem;
  padding: 0.25rem 0 0.25rem 1rem;
  display: none; }
  .filter--active .filter__clear {
    display: block; }

.filter__result {
  font-weight: 700;
  font-size: 0.875rem;
  color: #202020;
  letter-spacing: 1px;
  text-transform: uppercase; }

.clear-filters {
  padding: 0;
  border: 0;
  background-color: transparent; }
  .clear-filters .button__link {
    font-size: 0.875rem; }

.finder__filter {
  font-weight: normal;
  margin: 2rem 2rem 1rem 0;
  display: none; }
  .filter--active .finder__filter {
    display: block; }

.finder__filter__label {
  padding-right: 1rem; }

.finder__cards {
  margin-bottom: 120px; }

.filter__label {
  display: block;
  position: relative;
  padding: 1rem;
  font-weight: 700;
  cursor: pointer; }
  .filter__label:focus-within {
    outline: 0.0625rem solid #00467F; }
  .filter__label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
    opacity: 0; }
  @media (min-width: 80em) {
    .filter__label {
      padding: 0 0 0 1rem; } }

.filter__radio {
  display: block;
  background-color: inherit;
  color: #00467F;
  padding-left: 2.5rem; }
  .filter__radio::before, .filter__radio::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .filter__radio::before {
    left: 1rem;
    width: calc(2rem - 8px);
    height: calc(2rem - 8px);
    background-color: transparent;
    border-radius: 100%; }
    .active .filter__radio::before {
      background-color: #00467F; }
  .filter__radio::after {
    left: 0.75rem;
    border: 0.0625rem solid #979797;
    width: 2rem;
    height: 2rem;
    border-radius: 100%; }
  .filter__radio:hover::after, .filter__radio:focus::after {
    border-color: #00467F; }

.filter__interest {
  display: block;
  position: relative;
  /* // padding: 1rem; */
  padding: 0;
  font-weight: 700;
  cursor: pointer;
  background-position: 1.5rem 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* // &:hover,
  // &:focus {
  //   &::before {
  //     margin-left: 2rem;
  //   }
  // } */ }
  .filter__interest input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
    opacity: 0; }

.filter__checkbox {
  display: block;
  background-color: inherit;
  color: #ffffff;
  padding-left: 1.5rem; }
  .filter__checkbox::before, .filter__checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .filter__checkbox::before {
    left: 0.25rem;
    width: calc(1rem - 8px);
    height: calc(1rem - 8px);
    background-color: transparent; }
    .active .filter__checkbox::before {
      background-color: #ffffff; }
  .filter__checkbox::after {
    left: 0;
    border: 0.0625rem solid #ffffff;
    width: 1rem;
    height: 1rem; }
  .filter__checkbox:hover::after, .filter__checkbox:focus::after {
    border-color: #ffffff; }

.results__remove {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  border: none;
  background: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.875rem;
  text-align: left;
  padding: 0;
  margin-right: 2rem;
  position: relative;
  background-image: linear-gradient(to right, #47AA42, #47AA42);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 450ms;
  text-decoration: none;
  padding-bottom: 3px;
  color: #00467F;
  font-weight: 700; }
  .results__remove:hover, .results__remove:focus {
    background-size: 100% 2px; }
  .results__remove::after {
    display: block;
    position: relative;
    content: "X";
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    color: #00467F;
    margin-left: 0.5rem;
    font-size: 11px; }

.header-entity {
  position: fixed;
  width: 100%;
  z-index: 1; }
  @media (min-width: 64em) {
    .header-entity {
      position: static; } }

.header__small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #00467F;
  border-bottom: 1px solid #EBEBEB; }
  @media (min-width: 64em) {
    .header__small {
      display: none; } }

.header__logo--entity {
  display: block;
  width: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.menu-toggle--entity,
.search-toggle--entity {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  padding: 0;
  padding: 1rem;
  transition: color 300ms ease, background-color 300ms ease; }

.menu-active-entity .menu-toggle--entity {
  color: #00467F;
  background-color: #ffffff; }

.search-active-entity .search-toggle--entity {
  color: #00467F;
  background-color: #ffffff; }

.header__small__menu--open {
  display: block; }
  .menu-active-entity .header__small__menu--open {
    display: none; }

.header__small__menu--close {
  display: none; }
  .menu-active-entity .header__small__menu--close {
    display: block; }

.header__small__search--open {
  display: block; }
  .search-active-entity .header__small__search--open {
    display: none; }

.header__small__search--close {
  display: none; }
  .search-active-entity .header__small__search--close {
    display: block; }

.header__small__btn__icon {
  width: 1.25rem; }

.header__top {
  display: none; }
  @media (min-width: 64em) {
    .header__top {
      display: block;
      position: relative;
      background-color: #00467F;
      padding: 1rem 2rem; } }

.header__top__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.header__top__logo__icon {
  width: 5rem; }

.header__top__text {
  margin: 0 1rem;
  font-weight: 700;
  font-size: 28px;
  color: #fdb825;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .header__top__text {
      font-size: calc(28px + 12 * (100vw - 768px) / 672); } }
  @media screen and (min-width: 1440px) {
    .header__top__text {
      font-size: 40px; } }
  .header__top__text span {
    display: block;
    font-weight: 400;
    font-size: 1rem; }

.header__top__link {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -ms-flexbox;
  display: flex;
  background-color: #00355F;
  padding: 0.5rem 1rem; }

.header__top__link__icon {
  display: block;
  width: 2.25rem; }

.header__top__link__text {
  margin-left: 0.5rem;
  margin-top: 0.15rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.65px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header__menu--entity {
  position: absolute;
  width: 100%;
  z-index: -1;
  transform: translateY(-100%);
  visibility: hidden;
  background-color: #ffffff;
  padding: 3rem 1rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: transform 300ms ease, visibility 300ms ease; }
  @media (min-width: 64em) {
    .header__menu--entity {
      padding: 1rem 2rem;
      position: static;
      transform: none;
      transition: none;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: auto;
      visibility: visible; } }
  .menu-active-entity .header__menu--entity {
    height: calc(100vh - 52px);
    visibility: visible;
    transform: translateY(0); }

.header__search--entity {
  display: none;
  background-color: #ffffff; }
  .search-active-entity .header__search--entity {
    display: block; }
  @media (min-width: 64em) {
    .header__search--entity {
      background-color: #00467F; } }

.primary__nav--entity,
.secondary__nav--entity {
  margin: 0;
  padding: 0;
  list-style: none; }

.primary__nav__item--entity,
.secondary__nav__item--entity {
  margin: 0.5rem 0; }
  @media (min-width: 64em) {
    .primary__nav__item--entity,
    .secondary__nav__item--entity {
      margin: 0;
      display: inline-block; } }
  @media (min-width: 64em) and (min-width: 64em) {
    .primary__nav__item--entity + .primary__nav__item--entity,
    .secondary__nav__item--entity + .primary__nav__item--entity, .primary__nav__item--entity +
    .secondary__nav__item--entity,
    .secondary__nav__item--entity +
    .secondary__nav__item--entity {
      margin-left: 1rem; } }
  @media (min-width: 64em) and (min-width: 80em) {
    .primary__nav__item--entity + .primary__nav__item--entity,
    .secondary__nav__item--entity + .primary__nav__item--entity, .primary__nav__item--entity +
    .secondary__nav__item--entity,
    .secondary__nav__item--entity +
    .secondary__nav__item--entity {
      margin-left: 2rem; } }

.primary__nav__link--entity,
.secondary__nav__link--entity {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #00467F;
  text-transform: uppercase;
  letter-spacing: 1.63px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: border 300ms ease; }
  .primary__nav__link--entity:hover, .primary__nav__link--entity:focus,
  .secondary__nav__link--entity:hover,
  .secondary__nav__link--entity:focus {
    border-color: #00467F; }

.secondary__nav__btn--entity {
  display: none; }
  @media (min-width: 64em) {
    .secondary__nav__btn--entity {
      background-color: transparent;
      border: 0;
      padding: 0;
      display: block;
      -ms-flex-align: center;
          align-items: center; } }

.secondary__nav__btn--entity--open,
.secondary__nav__btn--entity--close {
  margin-left: 0.25rem; }

.secondary__nav__btn--entity--open {
  display: inline-block;
  vertical-align: middle; }
  .search-active-entity .secondary__nav__btn--entity--open {
    display: none; }

.secondary__nav__btn--entity--close {
  display: none; }
  .search-active-entity .secondary__nav__btn--entity--close {
    display: inline-block;
    vertical-align: middle; }

.secondary__nav__icon--entity {
  width: 1.15rem;
  color: #00467F; }

.entity__slider {
  padding-top: 6rem;
  padding-left: 1rem; }
  @media (min-width: 48em) {
    .entity__slider {
      padding-left: 2rem;
      margin-left: auto; } }
  @media (min-width: 64em) {
    .entity__slider {
      padding-left: 6rem;
      padding-right: 6rem; } }
  .entity__slider .flickity-viewport {
    overflow: visible; }
  .entity__slider .flickity-page-dots {
    bottom: auto;
    top: 1rem;
    left: 0; }

.entity__slider__item {
  margin-right: 1rem;
  text-align: center;
  width: 90%; }
  @media (min-width: 48em) {
    .entity__slider__item {
      width: 50%; } }
  @media (min-width: 64em) {
    .entity__slider__item {
      width: 25%; } }

.entity__slider__image {
  margin-bottom: 2rem; }
  .entity__slider__image img {
    margin: 0 auto; }

.entity__slider__content {
  padding-left: 60px;
  padding-right: 60px; }
  .entity__slider__content .cta-text {
    padding-bottom: 0.5rem; }
  @media (min-width: 48em) {
    .entity__slider__content {
      padding-left: 0;
      padding-right: 0; } }

.entity-prefooter {
  background-image: linear-gradient(to bottom, #00355F 50%, #EBEBEB 50%); }
  @media (min-width: 48em) {
    .entity-prefooter {
      background-image: linear-gradient(to right, #00355F 49.999%, #EBEBEB 50%); } }
  @media (min-width: 48em) {
    .entity-prefooter .container, .entity-prefooter .numbers, .entity-prefooter .feature {
      display: -ms-flexbox;
      display: flex; } }

.entity-prefooter__left,
.entity-prefooter__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 2rem;
  min-height: 15rem;
  text-align: center;
  width: 100%; }
  @media (min-width: 48em) {
    .entity-prefooter__left,
    .entity-prefooter__right {
      min-height: auto;
      -ms-flex-direction: row;
          flex-direction: row;
      width: 50%; } }

.IE11 .entity-prefooter__left {
  height: 15rem; }
  @media (min-width: 48em) {
    .IE11 .entity-prefooter__left {
      height: auto; } }

@media (min-width: 48em) {
  .entity-prefooter__right {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 64em) {
  .entity-prefooter__right {
    -ms-flex-direction: row;
        flex-direction: row; } }

.entity-prefooter__link {
  font-weight: 700;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  transition: border 300ms ease; }
  .entity-prefooter__link:hover, .entity-prefooter__link:focus {
    border-color: transparent; }

.entity-prefooter__label {
  margin-right: 0.5rem;
  margin-bottom: 1rem; }
  @media (min-width: 64em) {
    .entity-prefooter__label {
      margin-bottom: 0; } }

.entity-prefooter__search {
  border: 0;
  height: 56px;
  padding: 1rem;
  border: 1px solid #00467F;
  border-radius: 0; }

@media (min-width: 48em) {
  .entity-prefooter__form__wrap {
    display: -ms-flexbox;
    display: flex; } }

.entity-prefooter__form__wrap .button, .entity-prefooter__form__wrap .juicer-button {
  margin: 1rem auto 0; }
  @media (min-width: 48em) {
    .entity-prefooter__form__wrap .button, .entity-prefooter__form__wrap .juicer-button {
      margin-top: 0; } }

@media (min-width: 64em) {
  .footer__right--entity {
    padding-top: 3rem; } }

.alert {
  padding: 1rem;
  background-color: #c01111; }

.alert--green {
  background-color: #378433; }

.alert__text {
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 0.75rem; }

.faculty__slider {
  padding-left: 1rem; }
  @media (min-width: 48em) {
    .faculty__slider {
      padding-left: 0; } }
  .faculty__slider .flickity-viewport {
    overflow: visible; }
  .faculty__slider:after {
    display: none;
    content: 'flickity'; }
    @media (min-width: 48em) {
      .faculty__slider:after {
        content: ''; } }
  .faculty__slider .flickity-prev-next-button.previous {
    left: -1rem; }
  .faculty__slider .flickity-prev-next-button.next {
    right: -1rem; }

.faculty__group {
  margin: 2rem 0; }

.faculty__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem; }

.faculty__item {
  margin-right: 2rem;
  width: 90%; }
  .faculty__group--vertical .faculty__item {
    width: auto;
    margin-bottom: 4rem; }
    @media (min-width: 48em) {
      .faculty__group--vertical .faculty__item {
        margin-bottom: 0; }
        .faculty__group--vertical .faculty__item:nth-child(odd) {
          background-color: #EBEBEB; } }
  @media (min-width: 48em) {
    .faculty__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-right: 0; }
      .faculty__group--vertical .faculty__item {
        -ms-flex-direction: row;
            flex-direction: row; } }
  @media (min-width: 48em) {
    .faculty__item:nth-child(odd) .faculty__top {
      padding-bottom: 1.5rem; }
      .faculty__group--vertical .faculty__item:nth-child(odd) .faculty__top {
        padding-bottom: 0; }
    .faculty__item:nth-child(even) .faculty__top {
      -ms-flex-order: 2;
          order: 2; }
      .faculty__group--vertical .faculty__item:nth-child(even) .faculty__top {
        -ms-flex-order: unset;
            order: unset; }
    .faculty__item:nth-child(even) .faculty__bottom {
      padding-bottom: 1.5rem; }
      .faculty__group--vertical .faculty__item:nth-child(even) .faculty__bottom {
        padding-bottom: 0; } }

@media (min-width: 48em) {
  .faculty__item--3 {
    width: 33%;
    float: left;
    padding: 1rem 2rem; } }

@media (min-width: 64em) {
  .faculty__item--3 {
    padding: 0 2rem; } }

.faculty__top {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 48em) {
    .faculty__group--vertical .faculty__top {
      width: 30%; } }

.faculty__bottom {
  padding-top: 1.5rem; }
  @media (min-width: 48em) {
    .faculty__bottom {
      padding-top: 0; } }
  @media (min-width: 48em) {
    .faculty__group--vertical .faculty__bottom {
      padding: 3rem 1.5rem 0 1.5rem; } }

.faculty__name {
  font-weight: 700;
  font-size: 1.375rem;
  color: #202020;
  line-height: 1.272; }

.article__group {
  border-top: 5px solid #00467F;
  border-bottom: 5px solid #00467F;
  padding: 3rem 0; }

.article__item {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .article__item {
      margin-bottom: 0; } }
  .article__item h2, .article__item h3, .article__item p {
    margin: 1.5rem 0; }
    .article__item h2:last-child, .article__item h3:last-child, .article__item p:last-child {
      margin-bottom: 0; }
  .article__item p {
    font-family: "miller-text", serif; }
  .article__item hr {
    display: none; }
    @media (min-width: 48em) {
      .article__item hr {
        display: block;
        margin: 2rem 0;
        border: 0;
        border-top: 0.0625rem solid #C9CACC;
        clear: both; } }

.article__image {
  overflow: hidden;
  display: block;
  transition: 1.6s transform; }
  .article__image img {
    width: 100%;
    transition: transform 300ms ease; }
  .article__image:hover img, .article__image:focus img {
    transform: scale(1.2); }

.article__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 48em) {
    .article__flex {
      -ms-flex-direction: row;
          flex-direction: row;
      gap: 2rem; } }
  .article__flex + .article__flex {
    margin-top: 2rem; }

.article__author {
  font-size: 0.875rem;
  line-height: 1.785;
  color: #202020;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: bold; }

.news__headline {
  text-align: center; }

.news__menu {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  text-align: center;
  border-top: 5px solid #00467F;
  border-bottom: 1px solid #00467F; }
  .news__menu li {
    display: inline-block;
    padding: 0;
    margin: 1rem; }
  .news__menu a {
    color: #00467F !important;
    border-color: #00467F !important;
    font-size: 0.875rem; }
    .news__menu a:hover {
      border-color: transparent !important; }

.news__grid {
  margin: 4rem 0; }
  .news__grid > div:first-child {
    margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .news__grid {
      display: -ms-flexbox;
      display: flex; }
      .news__grid > div:first-child,
      .news__grid > div:last-child {
        width: calc(50% - 1rem); }
      .news__grid > div:last-child {
        margin-left: 2rem; } }

.magazine {
  position: relative;
  background-size: cover; }
  .magazine::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .magazine .button__blue {
    background-color: #47AA42;
    margin: 2rem 0; }
    .magazine .button__blue:hover {
      background-color: #359631; }

.magazine__content {
  position: relative;
  padding: 2rem 0; }
  .magazine__content .h1 {
    color: #ffffff; }

.magazine-sm-img {
  margin: 2rem 0; }

@media (min-width: 48em) {
  .magazine__split {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; } }

.magazine__split__img {
  width: 40%; }
  .magazine__split__img a {
    display: inline-block;
    border-bottom: 0 !important; }

.magazine__split__content {
  color: #ffffff; }
  @media (min-width: 48em) {
    .magazine__split__content {
      margin-left: 2rem;
      width: 60%;
      padding-bottom: 3rem; } }
  .magazine__split__content h2, .magazine__split__content .article__author, .magazine__split__content a {
    color: #ffffff !important; }

.student-success {
  margin: 4rem 0; }

.story-shift {
  counter-reset: carousel; }
  .story-shift .flickity-button {
    top: unset;
    transform: unset;
    bottom: 1rem; }
    @media (min-width: 64em) {
      .story-shift .flickity-button {
        top: 50%;
        transform: translateY(-50%); } }
  .story-shift .flickity-prev-next-button:disabled {
    opacity: 0.5; }
  .story-shift .flickity-prev-next-button.previous {
    left: unset;
    right: 61px; }
    @media (min-width: 64em) {
      .story-shift .flickity-prev-next-button.previous {
        left: auto;
        right: 3.8rem; } }
  @media (min-width: 64em) {
    .story-shift .flickity-prev-next-button.next {
      left: auto;
      right: 0; } }
  @media (min-width: 64em) {
    .story-shift .flickity-prev-next-button {
      top: auto;
      transform: none;
      bottom: 1rem; } }
  .story-shift .flickity-button {
    background-color: #455560; }
  .story-shift .flickity-button-icon {
    fill: #ffffff; }

.story-shift__item {
  margin: 1rem; }

@media (min-width: 48em) {
  .story {
    display: -ms-flexbox;
    display: flex; } }

.story__media {
  display: block; }
  @media (min-width: 64em) {
    .story__media {
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.story-shift__item {
  width: 100%; }
  @media (min-width: 64em) {
    .story-shift__item {
      width: 51.25rem; } }

.story__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (min-width: 64em) {
    .story__image {
      width: 25.625rem; } }

.story__text {
  position: relative;
  background-color: #EBEBEB;
  padding: 3.5rem; }
  @media (min-width: 64em) {
    .story__text {
      width: 25.625rem; } }

.story__content {
  opacity: 0;
  transition: opacity 1.6s 300ms ease; }
  .is-selected .story__content {
    opacity: 1; }

.story__counter {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #00467F;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 1rem 1.25rem;
  counter-increment: carousel; }
  .story__counter::before {
    content: counter(carousel); }

.program-flyout {
  visibility: hidden;
  position: fixed;
  top: 66px;
  right: 0;
  background: #00467F;
  width: 100%;
  height: 100vh;
  max-width: 760px;
  z-index: 5;
  transform: translateX(100%);
  overflow-y: scroll;
  transition: transform 300ms ease; }
  .program-flyout__container {
    padding-bottom: 5rem; }
  .program-flyout__title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    color: #00467F;
    line-height: 1.36;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: .0625rem;
    color: #ffffff;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 1rem 1.5rem;
    padding-right: 0.5rem;
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5; }
    @media (min-width: 64em) {
      .program-flyout__title {
        padding: 1.5rem 3.75rem;
        padding-right: 1.25rem; } }
  .program-flyout__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 2.625rem;
    height: 2.625rem;
    border: none;
    background: transparent; }
  .program-flyout__icon {
    width: 1rem; }
  .program-flyout__nav {
    list-style-type: none;
    padding: 2rem 1.5rem;
    margin: 0; }
    .program-flyout__nav li {
      margin-bottom: 0.75rem; }
      .program-flyout__nav li a {
        font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
        font-weight: 700;
        line-height: 1.138;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        color: #ffffff !important;
        font-size: 1.5rem; }
        .block-spacing .program-flyout__nav li a, .quote-slider .program-flyout__nav li a {
          margin-top: 0; }
    @media (min-width: 64em) {
      .program-flyout__nav {
        padding: 2.625rem 3.75rem; }
        .program-flyout__nav li {
          margin-bottom: 1.25rem; }
          .program-flyout__nav li a {
            font-size: 2rem; } }
  .program-flyout-active .program-flyout {
    visibility: visible;
    transform: translateX(0); }
  @media (min-width: 64em) {
    .program-flyout {
      top: 72px; } }

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 64em) {
    .flex-grid {
      gap: 5rem;
      margin-bottom: 5rem; } }

.flex-grid__item:last-child .flex-card {
  margin-bottom: 0; }

.flex-grid__item--2 {
  width: 100%; }
  @media (min-width: 64em) {
    .flex-grid__item--2 {
      width: calc(50% - 5rem); } }

.flex-grid__item--3 {
  width: 100%; }
  @media (min-width: 48em) {
    .flex-grid__item--3 {
      width: calc(33.333333% - 3.3333333rem); } }

.flex-card {
  margin: 0 auto;
  margin-bottom: 2.625rem;
  max-width: 32rem; }
  .flex-card > img {
    margin-bottom: 2rem; }
  .flex-card__category {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    color: #00467F;
    line-height: 1.36;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-bottom: 0.75rem; }

.block-header {
  margin-bottom: 1.5rem; }
  .block-header > div {
    max-width: 47.875rem;
    margin-right: 2rem; }
  @media (min-width: 48em) {
    .block-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: end;
          align-items: flex-end;
      margin-bottom: 4.75rem; } }

.program-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem; }
  .program-grid__card {
    border: none;
    background: none;
    padding: 0;
    width: calc(50% - 1.5rem);
    border-bottom: 0.0625rem solid #EBEBEB;
    position: relative;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 450ms; }
    .program-grid__card--blue {
      background-image: linear-gradient(to right, #1E2854, #1E2854); }
    .program-grid__card--green {
      background-image: linear-gradient(to right, #47AA42, #47AA42); }
    .program-grid__card--purple {
      background-image: linear-gradient(to right, #5E2194, #5E2194); }
    .program-grid__card--orange {
      background-image: linear-gradient(to right, #E55721, #E55721); }
    .program-grid__card:hover, .program-grid__card:focus {
      background-size: 100% 2px; }
      .program-grid__card:hover .program-grid__image img, .program-grid__card:focus .program-grid__image img {
        transform: scale(1.15);
        transition: transform 450ms; }
    @media (min-width: 80em) {
      .program-grid__card {
        width: calc(25% - 2.25rem); } }
  .program-grid__image {
    overflow: hidden; }
    .program-grid__image img {
      transform: scale(1.05);
      transition: transform 450ms; }
  .program-grid__title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    color: #00467F;
    line-height: 1.36;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 1.125rem 0;
    margin: 0; }
    .program-grid__title__icon {
      position: relative;
      width: .6875rem;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #000;
      margin-left: 1rem;
      transform: rotate(-90deg); }
      .program-grid__title__icon--filter {
        width: 1.25rem;
        transform: unset; }
    .program-grid__card--blue .program-grid__title {
      border-top: 0.5rem solid #1E2854; }
    .program-grid__card--green .program-grid__title {
      border-top: 0.5rem solid #47AA42; }
    .program-grid__card--purple .program-grid__title {
      border-top: 0.5rem solid #5E2194; }
    .program-grid__card--orange .program-grid__title {
      border-top: 0.5rem solid #E55721; }
  @media (min-width: 40em) {
    .program-grid {
      gap: 3rem; } }

.video-cta {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1.5rem;
  background: #455560;
  color: #ffffff !important;
  height: 80vh;
  max-height: 38.5rem;
  overflow: hidden; }
  .video-cta .container, .video-cta .numbers, .video-cta .feature {
    position: relative;
    z-index: 1; }
  .video-cta video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%); }
    @media (min-width: 64em) {
      .video-cta video {
        aspect-ratio: 16/9; } }
  .video-cta__control {
    display: block;
    position: absolute;
    right: 2rem;
    top: 6rem;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    transition: all var(--transition);
    z-index: 3; }
    .video-cta__control-play {
      display: none; }
    .video-cta__control-pause {
      display: none; }
    .video-cta__control[data-playing] > .video-cta__control-pause {
      display: block; }
    .video-cta__control:not([data-playing]) > .video-cta__control-pause {
      display: none; }
    .video-cta__control:not([data-playing]) > .video-cta__control-play {
      display: block; }
    @media (min-width: 80em) {
      .video-cta__control {
        top: unset;
        bottom: 2rem; } }
  .video-cta::before {
    content: " ";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 31%, #000000 100%); }
  .video-cta__title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #00467F;
    line-height: 1.079;
    margin: 0.5rem 0;
    font-size: clamp(2rem, 4.5vw, 4.625rem) !important;
    color: #ffffff !important;
    max-width: 37.5rem; }
    @media screen and (min-width: 320px) {
      .video-cta__title {
        font-size: calc(42px + 21 * (100vw - 320px) / 1120); } }
    @media screen and (min-width: 1440px) {
      .video-cta__title {
        font-size: 63px; } }
  .video-cta p {
    max-width: 45rem; }
  @media (min-width: 80em) {
    .video-cta {
      aspect-ratio: 16/9;
      padding: 4.375rem;
      height: auto;
      max-height: unset; } }

.events-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.75rem; }
  .events-grid__card {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .events-grid__card:hover .events-grid__title, .events-grid__card:focus .events-grid__title {
      background-size: 100% 2px; }
    .events-grid__card:hover .events-grid__image img, .events-grid__card:focus .events-grid__image img {
      transform: scale(1.15); }
    @media (min-width: 64em) {
      .events-grid__card {
        width: calc(33.333333333% - 3.16666666rem); } }
  .events-grid__image {
    overflow: hidden;
    min-height: 18.75rem; }
    .events-grid__image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: transform 450ms; }
  .events-grid__date {
    color: #000;
    text-align: right;
    margin-right: 1rem; }
    .events-grid__date > div {
      line-height: 1; }
      .events-grid__date > div span:first-child {
        font-family: "miller-text", serif;
        font-weight: 700;
        font-size: 40px;
        letter-spacing: -0.0081rem;
        line-height: 1; }
      .events-grid__date > div span:last-child {
        font-weight: 700;
        font-size: 11px;
        line-height: 1.36;
        text-transform: uppercase;
        letter-spacing: .1169rem; }
      .events-grid__date > div:nth-child(2) {
        position: relative; }
        .events-grid__date > div:nth-child(2)::before {
          content: " ";
          position: relative;
          display: -ms-flexbox;
          display: flex;
          margin: 0.5rem auto 0.25rem auto;
          left: 1rem;
          width: .0625rem;
          height: 2.5rem;
          background-color: #C9CACC; }
  .events-grid__content {
    display: -ms-flexbox;
    display: flex;
    /* new */
    -ms-flex-direction: column;
        flex-direction: column;
    /* new */ }
  .events-grid__title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #00467F;
    line-height: 1.08;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    color: #00467F;
    line-height: 1.25;
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    padding: 1.5rem 0;
    border-top: 0.5rem solid #47AA42;
    border-bottom: 0.0625rem solid #EBEBEB;
    background-image: linear-gradient(to right, #47AA42, #47AA42);
    position: relative;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 450ms; }
    @media screen and (min-width: 320px) {
      .events-grid__title {
        font-size: calc(24px + 0 * (100vw - 320px) / 1120); } }
    @media screen and (min-width: 1440px) {
      .events-grid__title {
        font-size: 24px; } }
  .events-grid__details {
    color: #000;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.36;
    text-transform: uppercase;
    letter-spacing: .1169rem;
    padding: 0.75rem 0; }

.numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
  color: #ffffff;
  padding: 2rem 0; }
  .numbers__header {
    margin-bottom: 2rem; }
    @media (min-width: 80em) {
      .numbers__header {
        position: -webkit-sticky;
        position: sticky;
        top: 6rem;
        width: 50%;
        padding-right: 6rem; } }
  .numbers__title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #00467F;
    line-height: 1.138;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 320px) {
      .numbers__title {
        font-size: calc(30px + 6 * (100vw - 320px) / 1120); } }
    @media screen and (min-width: 1440px) {
      .numbers__title {
        font-size: 36px; } }
    .block-spacing .numbers__title, .quote-slider .numbers__title {
      margin-top: 0; }
  .numbers .p-intro, .numbers .finder__filter, .numbers .finder__filter__label, .numbers .faculty__title {
    margin-bottom: 1.5rem; }
  @media (min-width: 64em) {
    .numbers__stats {
      width: 50%;
      max-width: 26.5625rem; } }
  .numbers__card {
    max-width: 26.625rem;
    margin-bottom: 4.5rem; }
    .numbers__card:nth-child(3n + 1) .numbers__stat {
      color: #99EDFA; }
    .numbers__card:nth-child(3n + 2) .numbers__stat {
      color: #C8F07E; }
    .numbers__card:nth-child(3n + 3) .numbers__stat {
      color: #F7ED38; }
  .numbers__stat {
    font-family: "miller-text", serif;
    font-size: 4.625rem;
    letter-spacing: -0.0156rem;
    line-height: 1;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 0.1875rem solid rgba(255, 255, 255, 0.19); }
  .numbers__stat-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #00467F;
    line-height: 1.3;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    margin-bottom: 1rem; }
  @media (min-width: 64em) {
    .numbers {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start;
      padding: 9.0625rem 0; } }

.feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 2.875rem 0; }
  .feature__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 0.5rem;
    padding: 2rem;
    background-color: #ffffff;
    text-align: center; }
    .feature__content img {
      max-width: 16.5rem;
      width: 100%;
      margin-bottom: 1rem; }
    @media (min-width: 64em) {
      .feature__content {
        width: 50%;
        padding: 4.125rem; } }
  .feature__background {
    background-color: #000; }
    .feature__background img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    @media (min-width: 64em) {
      .feature__background {
        width: 50%; } }
  @media (min-width: 64em) {
    .feature {
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 6rem 0; } }
