/*! normalize.css v8.0.0 | 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; }

/**
 * 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; }
/*! 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; }

@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; }

.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, .finder__filter__label {
  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, .faculty__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.636; }
  @media screen and (min-width: 320px) {
    .p-intro, .faculty__title {
      font-size: calc(18px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .p-intro, .faculty__title {
      font-size: 22px; } }

.p-small {
  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; }

.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.8); }

.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: 112px;
  overflow: hidden; }
  .canvas.header--collapsed {
    padding-top: 57px; }
    @media (min-width: 80em) {
      .canvas.header--collapsed {
        padding-top: 112px; } }
  .entity .canvas {
    padding-top: 0; }

.container {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 48em) {
    .container {
      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--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: 40em) {
    .grid__item--3 {
      float: left;
      width: 33%; } }

.grid__item--3--alt {
  width: 100%;
  -ms-flex-order: -1;
      order: -1; }
  @media (min-width: 40em) {
    .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: 40em) {
    .grid__item--3-2 {
      float: left;
      width: 66%; } }

.grid__item--3-2--alt {
  width: 100%; }
  @media (min-width: 40em) {
    .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: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__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; }

.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 {
        padding-bottom: 2rem; }
      .hero--home .hero__content {
        bottom: 0; }
        .hero--home .hero__content .container {
          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 {
        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%; }

.block, .program__block {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (min-width: 64em) {
    .block, .program__block {
      margin-top: 120px;
      margin-bottom: 120px; } }

@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; }

.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: 2;
  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;
  border-bottom: 1px solid #00467F; }
  .search-active .header__menu {
    position: relative; }
  .header--collapsed .header__menu {
    display: none; }

.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: 40em) {
    .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: 40em) {
    .header__menu--collapsed {
      height: calc(100vh - 73px); } }
  .menu-active .header--collapsed .header__menu--collapsed {
    height: calc(100vh - 57px);
    min-height: 470px;
    overflow-x: auto;
    visibility: visible;
    transform: translateY(0); }

.header__search {
  position: absolute;
  width: 100%;
  z-index: -1;
  background-color: #00467F;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 300ms ease, visibility 300ms ease; }
  .header--collapsed .header__search {
    background-color: #ffffff; }
  .search-active .header__search {
    transform: translateY(0);
    visibility: visible; }

.header__logo {
  display: inline-block;
  background-color: #00467F;
  padding: 1rem 2rem 1.25rem; }

.header__logo__icon {
  width: 9.5rem; }
  .header__logo__icon::before {
    padding-top: 50%; }

.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__condensed__btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #ffffff;
  letter-spacing: 1.63px;
  padding: 1rem;
  transition: background 300ms ease; }
  @media (min-width: 48em) {
    .header__condensed__btn {
      padding: 1.5rem 2rem; } }

@media (min-width: 48em) {
  .header__condensed__btn.toggle-menu {
    min-width: 154px; } }

.menu-active .header__condensed__btn.toggle-menu {
  background-color: #00467F;
  color: #ffffff; }

.menu-active .header--collapsed .header__condensed__btn.toggle-menu {
  background-color: #ffffff;
  color: #00467F; }

.search-active .header__condensed__btn.toggle-search {
  background-color: #00467F;
  color: #ffffff; }

.search-active .header--collapsed .header__condensed__btn.toggle-search {
  background-color: #ffffff;
  color: #00467F; }

.header__condensed__btn__icon {
  display: inline-block;
  vertical-align: sub;
  width: 1.25rem; }
  @media (min-width: 80em) {
    .header__condensed__btn__icon {
      margin-right: 0.5rem; }
      .header--collapsed .header__condensed__btn__icon {
        margin-right: 0; } }

.header__condensed__btn__text {
  display: none; }
  @media (min-width: 48em) {
    .header__condensed__btn__text {
      display: inline; } }

.header__condensed__btn__menu--open {
  display: inline-block; }
  .menu-active .header__condensed__btn__menu--open {
    display: none; }

.header__condensed__btn__menu--close {
  display: none; }
  .menu-active .header__condensed__btn__menu--close {
    display: inline-block; }

.header__condensed__btn__search--open {
  display: block; }
  .search-active .header__condensed__btn__search--open {
    display: none; }

.header__condensed__btn__search--close {
  display: none; }
  .search-active .header__condensed__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; } }

.primary__nav,
.secondary__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.primary__nav--collapsed,
.secondary__nav--collapsed {
  list-style: none;
  margin: 0;
  padding: 0; }

.primary__nav {
  width: 62%;
  padding-left: 1rem;
  padding-right: 2rem; }

.primary__nav--collapsed {
  padding-right: 1rem; }
  @media (min-width: 40em) {
    .primary__nav--collapsed {
      width: 50%; } }
  @media (min-width: 48em) {
    .primary__nav--collapsed {
      width: 63%; } }

.secondary__nav {
  position: relative;
  margin-left: auto;
  background-color: #ffffff; }
  .secondary__nav::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 112px;
    border-left: 1px solid #00467F; }

.secondary__nav--collapsed {
  padding-top: 2rem; }
  @media (min-width: 32em) {
    .secondary__nav--collapsed {
      width: 50%; } }
  @media (min-width: 40em) {
    .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; }

.primary__nav__item,
.secondary__nav__item {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.primary__nav__item--collapsed {
  margin: 1rem 0; }
  @media (min-width: 40em) {
    .primary__nav__item--collapsed:first-child {
      margin-top: 0; } }
  @media (min-width: 48em) {
    .primary__nav__item--collapsed {
      margin: 2rem 0; } }

.primary__nav__link {
  font-weight: 700;
  letter-spacing: 1.63px;
  white-space: nowrap;
  font-size: 0.9375rem;
  color: #00467F;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border 300ms ease; }
  .primary__nav__link:hover, .primary__nav__link:focus {
    color: #000;
    border-color: #47AA42; }

.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 300ms ease; }
  .secondary__nav__item:hover {
    background-color: #00467F; }
    .secondary__nav__item:hover .secondary__nav__btn--info,
    .secondary__nav__item:hover .secondary__nav__btn--search {
      color: #ffffff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.secondary__nav__item--sub {
  list-style: none;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.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;
  color: #00467F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.63px; }

.secondary__nav__item--active {
  background-color: #00467F; }

.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; }

.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;
    font-weight: 700;
    border-bottom: 2px solid #47AA42;
    transition: border 300ms ease; }
    .header--collapsed .secondary__nav__link--sub:hover, .header--collapsed .secondary__nav__link--sub:focus {
      border-color: transparent; }
    .header--collapsed .secondary__nav__link--sub:hover, .header--collapsed .secondary__nav__link--sub:focus {
      text-decoration: none; }

.search {
  padding: 2rem;
  border-bottom: 1px solid #00467F; }

.search__input {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-weight: 400;
  font-size: 22px;
  color: #EBEBEB;
  letter-spacing: 0;
  line-height: 1; }
  @media screen and (min-width: 320px) {
    .search__input {
      font-size: calc(22px + 4 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .search__input {
      font-size: 26px; } }
  .search__input::-webkit-input-placeholder {
    color: #EBEBEB; }
  .search__input:-ms-input-placeholder {
    color: #EBEBEB; }
  .search__input::placeholder {
    color: #EBEBEB; }
  .header--collapsed .search__input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #202020; }
    .header--collapsed .search__input::-webkit-input-placeholder {
      color: #202020; }
    .header--collapsed .search__input:-ms-input-placeholder {
      color: #202020; }
    .header--collapsed .search__input::placeholder {
      color: #202020; }
  @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; } }

.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 {
      opacity: 1; }

.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;
  max-height: 100px;
  transition: max-height 800ms; }
  .card__content p {
    font-size: 0.9375rem;
    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-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: 30em) {
  .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; }

.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: 28em) {
  .exp__two {
    float: left;
    width: 50%; } }

@media (min-width: 64em) {
  .exp__two {
    width: 25%;
    border-right: 1.5px solid #ffffff; } }

@media (min-width: 28em) {
  .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: 28em) {
    .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: 28em) {
    .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: 4rem 1rem 1rem;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 48em) {
    .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: end;
        align-items: flex-end; } }

.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;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  transition: border 300ms ease;
  border-width: 1px; }
  .footer__link:hover, .footer__link:focus {
    border-color: 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 {
  width: 12rem;
  display: block; }
  .footer__logo span::before {
    padding-top: 50%; }

.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); } }

.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__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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 48em) {
    .split-panel .container {
      -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; }
  .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: 40em) {
    .listing__item {
      display: -ms-flexbox;
      display: flex; }
      .listing__item > * {
        width: 50%; } }

.listing__content {
  font-size: 0.875rem;
  padding-top: 2rem; }
  @media (min-width: 40em) {
    .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: 72em) {
    .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 {
  padding-left: 0;
  margin: 2rem 0;
  list-style: none; }
  .filter__list .dropdown {
    min-width: 267px;
    margin-bottom: 0.25rem;
    width: 100%; }
    @media (min-width: 72em) {
      .filter__list .dropdown {
        width: auto; } }
  .filter__list .dropdown__list {
    max-height: 25rem;
    overflow-x: auto; }

.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; }

.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-size: 1.3125rem;
  color: #202020;
  line-height: 1.333;
  margin: 2rem 0 1rem;
  display: none; }
  @media (min-width: 48em) {
    .finder__filter {
      font-size: 1.5rem; } }
  .filter--active .finder__filter {
    display: block; }

.finder__filter__label {
  padding-right: 1rem; }

.finder__cards {
  margin-bottom: 120px; }

.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 {
      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; }
