@charset "UTF-8";
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
FONT WEIGHTS (ALL W/ ITALIC VARIANTS)

400 - REGULAR
500 - MEDIUM
600 - SEMIBOLD
700 - BOLD
800 - EXTRABOLD
900 - BLACK
*/
/**
 * Mixins
 * Contains global SCSS mixins
 */
/**
 * Animations
 * Contains all keyframe animations in use on the site.
 */
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
   scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * @file
 * Typography
 * Base typography for the theme
 */
h1 {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
  word-break: break-word;
}
@media (min-width: 700px) {
  h1 {
    font-size: 6.2rem;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 8.33vw;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 10rem;
  }
}

h2 {
  margin: 35px 0 11px;
  font-size: 3rem;
  line-height: 0.88;
  font-weight: 900;
  text-transform: uppercase;
  word-break: break-word;
  color: #004c97;
}
@media (min-width: 700px) {
  h2 {
    margin: 40px 0 21px;
    font-size: 4.5rem;
  }
}
@media (min-width: 1025px) {
  h2 {
    margin: 60px 0 22px;
    font-size: 5.84vw;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 7rem;
  }
}

h3, .areas-of-interest__other h2 {
  margin: 35px 0 11px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
@media (min-width: 700px) {
  h3, .areas-of-interest__other h2 {
    margin: 40px 0 15px;
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  h3, .areas-of-interest__other h2 {
    margin: 60px 0 17px;
    font-size: 3.4rem;
  }
}

h4, .blog3up-item__title, .news-embed-item__title, .adj-col-item__title {
  margin: 35px 0 11px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.21;
  word-break: break-word;
}
@media (min-width: 700px) {
  h4, .blog3up-item__title, .news-embed-item__title, .adj-col-item__title {
    margin: 40px 0 17px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  h4, .blog3up-item__title, .news-embed-item__title, .adj-col-item__title {
    margin: 60px 0 15px;
    font-size: 2.6rem;
  }
}

h5, .events3up h3, .events3up .areas-of-interest__other h2, .areas-of-interest__other .events3up h2 {
  margin: 35px 0 6px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
@media (min-width: 700px) {
  h5, .events3up h3, .events3up .areas-of-interest__other h2, .areas-of-interest__other .events3up h2 {
    margin: 40px 0 18px;
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  h5, .events3up h3, .events3up .areas-of-interest__other h2, .areas-of-interest__other .events3up h2 {
    margin: 60px 0 15px;
    font-size: 2.4rem;
  }
}

h6, .program-accordion .label-mobile, .program-accordion .table-head th:nth-child(1),
.program-accordion .table-head td:nth-child(1),
.program-accordion .table-body th:nth-child(1),
.program-accordion .table-body td:nth-child(1), .adj-col-item__subtitle {
  margin: 35px 0 7px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  word-break: break-word;
}
@media (min-width: 700px) {
  h6, .program-accordion .label-mobile, .program-accordion .table-head th:nth-child(1),
.program-accordion .table-head td:nth-child(1),
.program-accordion .table-body th:nth-child(1),
.program-accordion .table-body td:nth-child(1), .adj-col-item__subtitle {
    margin: 40px 0 13px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  h6, .program-accordion .label-mobile, .program-accordion .table-head th:nth-child(1),
.program-accordion .table-head td:nth-child(1),
.program-accordion .table-body th:nth-child(1),
.program-accordion .table-body td:nth-child(1), .adj-col-item__subtitle {
    margin: 60px 0 15px;
  }
}

p {
  margin: 0 0 1em;
}
p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

/**
 * Base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
html {
  font-size: 10px;
  overflow-x: clip;
}

html.main-nav-opened, html.js-fixed,
body.main-nav-opened,
body.js-fixed {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #002142;
}
body.js-fixed {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    overflow-x: clip;
  }
}

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

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

.visually-hidden,
.slick-sr-only {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}
a.skip-link:focus {
  outline: solid 1px #000000;
  outline-offset: -4px;
}
a.skip-link.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
a.skip-link.visually-hidden:active, a.skip-link.visually-hidden:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}
a.skip-link.visually-hidden:focus {
  background-color: #ffffff;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: rgba(0, 33, 66, 0);
     -moz-text-decoration-color: rgba(0, 33, 66, 0);
          text-decoration-color: rgba(0, 33, 66, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
     -moz-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  color: #0048b5;
}
a:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
a:hover {
  color: #002142;
  -webkit-text-decoration-color: #002142;
     -moz-text-decoration-color: #002142;
          text-decoration-color: #002142;
  text-underline-offset: 1.5px;
}
a:hover {
  -webkit-text-decoration-color: #002142;
     -moz-text-decoration-color: #002142;
          text-decoration-color: #002142;
}

button:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}

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

figure {
  margin: 0;
}

figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 699px) {
  .img-inline {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .img-inline {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
}
.img-inline img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
@media screen and (min-width: 700px) {
  .img-inline img {
    border-radius: unset;
  }
}
.img-inline figcaption {
  padding: 16px 20px;
  background-color: #002142;
  color: #ffffff;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 700px) {
  .img-inline figcaption {
    position: absolute;
    background-color: rgba(0, 33, 66, 0.7);
  }
}
.img-inline figcaption a {
  color: #ffffff;
}
.img-inline figcaption a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.img-inline--full {
  margin: 26px 0;
}
@media screen and (min-width: 700px) {
  .img-inline--full {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .img-inline--full figcaption {
    padding: 13px 16px;
    max-width: calc(100% - 36px);
    bottom: 18px;
    left: 18px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .img-inline--full figcaption {
    padding: 16px 20px;
    bottom: 19px;
    left: 20px;
  }
}
.img-inline--float {
  margin: 20px 0;
}
@media screen and (min-width: 700px) {
  .img-inline--float {
    max-width: 350px;
  }
}
@media (min-width: 700px) {
  .img-inline--float.float-right {
    margin: 0 0 27px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .img-inline--float.float-right {
    margin: 0 0 27px 40px;
  }
}
@media (min-width: 700px) {
  .img-inline--float.float-left {
    margin: 0 30px 27px 0;
  }
}
@media screen and (min-width: 1025px) {
  .img-inline--float.float-left {
    margin: 0 40px 27px 0;
  }
}
@media screen and (min-width: 700px) {
  .img-inline--float figcaption {
    width: 100%;
    bottom: 0;
  }
}

table {
  clear: both;
  max-width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}
table th {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 700px) {
  table th {
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
}
table td,
table th {
  text-align: left;
  min-width: 17.5rem;
  padding: 0 2rem;
  vertical-align: top;
}
@media (min-width: 700px) {
  table td,
table th {
    min-width: 21rem;
  }
}
@media (min-width: 1025px) {
  table td,
table th {
    min-width: 20rem;
  }
}
table tbody td,
table tbody th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #8393a7;
}
@media (min-width: 700px) {
  table tbody td,
table tbody th {
    padding-top: 2.1rem;
  }
}
table tbody td:first-child,
table tbody th:first-child {
  padding-left: 0;
}
table .table-scroller {
  overflow: auto;
  display: block;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
table .table-scroller:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
table .table-scroller::-webkit-scrollbar {
  display: none;
}
table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-color: #ffffff;
  z-index: 99;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
table thead::-webkit-scrollbar {
  display: none;
}
table thead th {
  font-size: 1.6rem;
  line-height: 1.92rem;
  padding-top: 1.8rem;
  padding-bottom: 1.7rem;
  color: #ffffff;
}
@media (min-width: 700px) {
  table thead th {
    padding-bottom: 1.5rem;
  }
}

.table-block__wrapper {
  position: relative;
  padding: 0;
  margin: 2.4rem -2rem 2.7rem 0;
  overflow: clip;
}
@media (min-width: 700px) {
  .table-block__wrapper {
    margin: 2.4rem -4rem 3rem 0;
    clear: both;
  }
}
@media (min-width: 1025px) {
  .table-block__wrapper {
    margin: 2.4rem 0 3.6rem;
  }
}
.table-block__holder.js-scroll--right .table-block__next {
  display: block;
}
.table-block__holder.js-scroll--left .table-block__prev {
  display: block;
}
.table-block__prev, .table-block__next {
  padding: 0;
  display: none;
  width: 6.1rem;
  height: 6.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 0;
  line-height: 0;
  background-color: rgba(0, 33, 66, 0.7);
  overflow: hidden;
  border: solid 1px #8393a7;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .table-block__prev, .table-block__next {
    width: 12rem;
    height: 12rem;
  }
}
.table-block__prev:hover, .table-block__next:hover {
  background-color: #002142;
  border-color: #002142;
}
.table-block__prev span[aria-hidden], .table-block__next span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0 0 0 -25px;
}
@media screen and (min-width: 1025px) {
  .table-block__prev span[aria-hidden], .table-block__next span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.table-block__prev span[aria-hidden]:hover::before, .table-block__prev span[aria-hidden]:hover::after, .table-block__next span[aria-hidden]:hover::before, .table-block__next span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.table-block__prev span[aria-hidden]::before, .table-block__prev span[aria-hidden]::after, .table-block__next span[aria-hidden]::before, .table-block__next span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.table-block__prev span[aria-hidden]::before, .table-block__next span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .table-block__prev span[aria-hidden]::before, .table-block__next span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .table-block__prev span[aria-hidden]::before, .table-block__next span[aria-hidden]::before {
    width: 27px;
  }
}
.table-block__prev span[aria-hidden]::after, .table-block__next span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .table-block__prev span[aria-hidden]::after, .table-block__next span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .table-block__prev span[aria-hidden]::after, .table-block__next span[aria-hidden]::after {
    margin-left: -15.66px;
    width: 15.66px;
    height: 15.66px;
  }
}
@media screen and (min-width: 700px) {
  .table-block__prev span[aria-hidden], .table-block__next span[aria-hidden] {
    margin: 0 0 0 -60px;
  }
}
.table-block__next {
  right: -3rem;
  left: auto;
}
@media screen and (min-width: 700px) {
  .table-block__next {
    right: -6rem;
  }
}
.table-block__prev {
  left: -3rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 700px) {
  .table-block__prev {
    left: -6rem;
  }
}

.cta--button, .sticky-ctas__chat {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 39px;
  background: #ffc61e;
  color: #000000;
  border: 2px solid #ffc61e;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 700px) {
  .cta--button, .sticky-ctas__chat {
    margin: 0 0 0.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .cta--button, .sticky-ctas__chat {
    font-size: 1.8rem;
    padding: 10px 28px;
    margin: 0 0 1.1rem;
  }
}
.cta--button:hover, .sticky-ctas__chat:hover {
  text-decoration: none;
  background: #ffffff;
}
.cta--button--blue {
  color: #ffffff;
  background: #0048b5;
  border: 2px solid #0048b5;
}
.cta--button--blue:hover {
  color: #000000;
}
.cta--link {
  color: #0048b5;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cta--link:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .cta--link:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.cta--link:hover .last-word span::before, .cta--link:hover .last-word span::after {
  border-color: #002142;
}
.cta--link .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta--link .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .cta--link .last-word span {
    margin: 0 0 0 10px;
  }
}
.cta--link .last-word span::before, .cta--link .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cta--link .last-word span::before {
  border-top: solid 2px #004c97;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .cta--link .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link .last-word span::before {
    width: 22px;
  }
}
.cta--link .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #004c97;
  border-bottom: solid 2px #004c97;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .cta--link .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link {
    font-size: 1.8rem;
  }
}
.cta--link:hover {
  text-decoration: none;
  color: #000000;
}

.quote {
  margin: 20px 0;
  padding: 20px 23px 20px 24px;
  display: block;
  background-color: #aae3f9;
  border-radius: 12px;
}
@media screen and (min-width: 700px) {
  .quote {
    margin: 35px 0;
    padding: 40px 40px 39px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .quote {
    padding: 40px;
  }
}
.quote--full {
  width: 100%;
}
.quote__copy {
  margin: 0 0 10px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #004c97;
}
@media screen and (min-width: 700px) {
  .quote__copy {
    margin: 0 0 24px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .quote__copy {
    margin: 0 0 12px;
    font-size: 3rem;
  }
}
.quote__copy::before, .quote__copy::after {
  display: inline-block;
}
.quote__copy::before {
  content: "“";
  position: absolute;
  top: 0;
  left: -13px;
}
@media screen and (min-width: 700px) {
  .quote__copy::before {
    left: -18px;
  }
}
@media screen and (min-width: 1025px) {
  .quote__copy::before {
    left: -15px;
  }
}
.quote__copy::after {
  content: "”";
}
.quote__footer {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #002142;
}
@media screen and (min-width: 700px) {
  .quote__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
  }
}
.quote__attr {
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .quote__attr {
    white-space: nowrap;
  }
}
@media screen and (min-width: 700px) {
  .quote__attr + .quote__info {
    position: relative;
    padding-left: 7px;
  }
  .quote__attr + .quote__info::before {
    content: ", ";
    position: absolute;
    top: 0;
    left: 0;
  }
}

ul,
ol {
  margin: 10px 0 20px;
  list-style: none;
}
@media screen and (min-width: 700px) {
  ul,
ol {
    margin: 16px 0 35px;
  }
}
ul li,
ol li {
  margin: 0 0 10px;
  position: relative;
}
ul li::before,
ol li::before {
  position: absolute;
}

ul {
  padding: 0 0 0 32px;
}
ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  top: 10px;
  left: -12px;
  background-color: #002142;
  border: solid 1px #002142;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
ul li ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
ul li ul li::before {
  background-color: transparent;
}

ol {
  padding: 0 0 0 36px;
  counter-reset: ol-counter;
}
@media screen and (min-width: 700px) {
  ol {
    padding: 0 0 0 31px;
  }
}
ol > li {
  counter-increment: ol-counter;
}
ol > li::before {
  content: counter(ol-counter) ".";
  font-weight: 700;
  color: #004c97;
  top: 0;
  left: -26px;
}
@media screen and (min-width: 700px) {
  ol > li::before {
    left: -21px;
  }
}
ol > li ol {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 700px) {
  ol > li ol {
    padding: 0 0 0 19px;
  }
}
@media screen and (min-width: 1025px) {
  ol > li ol {
    padding: 0 0 0 21px;
  }
}
ol > li ol li::before {
  font-weight: 400;
  color: #002142;
  left: -18px;
}
@media screen and (min-width: 700px) {
  ol > li ol li::before {
    left: -19px;
  }
}
@media screen and (min-width: 1025px) {
  ol > li ol li::before {
    left: -23px;
  }
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
.footer {
    display: none;
  }
}
/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 700px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.wysiwyg {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

main {
  overflow-x: clip;
}

/**
 * @file
 * Columns
 *
 * Base styles for all column layouts.
 */
@media (min-width: 700px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4rem 0 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .column {
    margin: 4rem 0 9.1rem;
  }
}
.column__col {
  margin: 0 0 1.9rem;
}
@media (min-width: 700px) {
  .column__col {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.column__img {
  margin: 0 0 1.8rem;
}
@media screen and (min-width: 700px) {
  .column__img {
    margin: 0 0 2.1rem;
  }
}
@media (min-width: 1025px) {
  .column__img {
    margin: 0 0 2.2rem;
  }
}
.column__img a {
  display: block;
  border-radius: 6px;
}
.column__img a:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
.column__img img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.column__title {
  margin: 0 0 1.25rem;
}
.column__title h3, .column__title .areas-of-interest__other h2, .areas-of-interest__other .column__title h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  .column__title h3, .column__title .areas-of-interest__other h2, .areas-of-interest__other .column__title h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .column__title h3, .column__title .areas-of-interest__other h2, .areas-of-interest__other .column__title h2 {
    font-size: 2.6rem;
  }
}
.column__title a {
  text-decoration: none;
  color: #0048b5;
  font-weight: 800;
}
.column__title a:hover {
  color: #002142;
}
.column__subtitle {
  margin: 1.6rem 0 0.9rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .column__subtitle {
    font-size: 1.6rem;
  }
}

@media (min-width: 700px) {
  .column--two {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 700px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .column--three {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .column--three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .column--three .column__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.85rem;
  }
}
@media (min-width: 1025px) {
  .column--three .column__col {
    -webkit-flex-basis: calc(33.3333333333% - 13px);
        -ms-flex-preferred-size: calc(33.3333333333% - 13px);
            flex-basis: calc(33.3333333333% - 13px);
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .column--three .column__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.2%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48.2%;
            flex: 0 0 48.2%;
    margin-bottom: 0;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .column--three .column__right {
    padding-left: 21px;
  }
}
.column--three.slick-slider {
  display: block;
}

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section {
  margin: 2rem 0;
}
@media (min-width: 1025px) {
  .section {
    margin: 3rem 0;
  }
}
.section__header h2 {
  color: #004c97;
}
.section__intro {
  margin: 1rem 0 2.4rem;
}
@media screen and (min-width: 700px) {
  .section__intro {
    margin: 1rem 0 2.9rem;
  }
}
@media (min-width: 1025px) {
  .section__intro {
    margin: 2rem 0;
  }
}
.section__cta {
  margin: 1.5rem 0 0;
  text-align: center;
}
.section__cta a {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: #000000;
  color: #ffffff;
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for accordion content object.
 */
.page-intro {
  margin: 0 auto 34px;
  padding: 0 0 34px;
  max-width: 800px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 3px #ffc61e;
}
@media screen and (min-width: 700px) {
  .page-intro {
    margin: 0 auto 50px;
    padding: 0 0 50px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-intro {
    font-size: 3rem;
  }
}

.alert {
  padding: 20px 48px 19px 20px;
  position: relative;
  color: #002142;
}
@media screen and (min-width: 700px) {
  .alert {
    padding: 24px 160px 23px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .alert {
    padding: 30px 40px;
    text-align: center;
  }
}
.alert__content {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .alert__content {
    margin: auto;
    max-width: 800px;
  }
}
.alert__message {
  margin: 0 0 14px;
}
@media screen and (min-width: 1025px) {
  .alert__message {
    display: inline;
  }
}
.alert__cta {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #004c97;
  text-decoration: none;
}
.alert__cta:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .alert__cta:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.alert__cta:hover .last-word span::before, .alert__cta:hover .last-word span::after {
  border-color: #002142;
}
.alert__cta .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert__cta .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .alert__cta .last-word span {
    margin: 0 0 0 10px;
  }
}
.alert__cta .last-word span::before, .alert__cta .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.alert__cta .last-word span::before {
  border-top: solid 2px #004c97;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .alert__cta .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .alert__cta .last-word span::before {
    width: 22px;
  }
}
.alert__cta .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #004c97;
  border-bottom: solid 2px #004c97;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .alert__cta .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .alert__cta .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 1025px) {
  .alert__cta {
    margin: 0 0 0 14px;
  }
}
.alert__cta:hover {
  color: #002142;
}
.alert__cta .last-word span::before, .alert__cta .last-word span::after {
  border-width: 3px !important;
}
.alert__close {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 33, 66, 0.7);
  border: none;
  border-radius: 0 0 0 16px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 700px) {
  .alert__close {
    padding: 25px;
    border-radius: 0 0 0 20px;
  }
}
.alert__close:hover {
  background-color: #002142;
}
.alert__close::before, .alert__close::after {
  content: "";
  width: 20px;
  position: absolute;
  border-top: solid 2px #ffffff;
}
@media screen and (min-width: 700px) {
  .alert__close::before, .alert__close::after {
    width: 24px;
    border-width: 3px;
  }
}
.alert__close::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.alert__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert--minor {
  background-color: #aae3f9;
}
.alert--medium {
  background-color: #ffc61e;
}
.alert--major {
  color: #ffffff;
  background-color: #e21b00;
}
.alert--major .alert__cta {
  color: #ffffff;
}
.alert--major .alert__cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.alert--major .alert__cta:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .alert--major .alert__cta:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.alert--major .alert__cta:hover .last-word span::before, .alert--major .alert__cta:hover .last-word span::after {
  border-color: #ffc61e;
}
.alert--major .alert__cta .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert--major .alert__cta .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .alert--major .alert__cta .last-word span {
    margin: 0 0 0 10px;
  }
}
.alert--major .alert__cta .last-word span::before, .alert--major .alert__cta .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.alert--major .alert__cta .last-word span::before {
  border-top: solid 2px #ffffff;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .alert--major .alert__cta .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .alert--major .alert__cta .last-word span::before {
    width: 22px;
  }
}
.alert--major .alert__cta .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .alert--major .alert__cta .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .alert--major .alert__cta .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
.alert--major .alert__cta:hover {
  color: #ffc61e;
}
.alert--major .alert__close:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}

/* The page alert message box */
.page-alert {
  padding: 20px;
  background-color: #339900; 
  color: white;
  margin-bottom: 15px;
  border-radius: 15px;
  font-size: 2rem;
  font-weight: 500;
}

/* The page alert close button */
.page-alert-closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button page alert*/
.page-alert-closebtn:hover {
  color: black;
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero
 */
.hero {
  padding: 38.3% 0 25px;
  position: relative;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
}
@media screen and (min-width: 700px) {
  .hero {
    padding: 22.35% 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .hero {
    padding: 15.6% 0 42px;
  }
}
.hero__wrapper {
  margin: 0 0 30px;
}
@media screen and (min-width: 700px) {
  .hero__wrapper {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  .hero__wrapper {
    margin: 0 0 80px;
  }
}
.hero__content {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1800px;
}
@media screen and (min-width: 700px) {
  .hero__content {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .hero__content {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1900px) {
  .hero__content {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero__content .section-nav {
    display: none;
  }
}
.hero__title {
  position: relative;
  z-index: 3;
  margin: 20px 0 0;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 0.88;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
}

@media screen and (min-width: 700px) {
  .hero__title {
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero__title {
    font-size: 8.33333333vw;
    line-height: 0.9;
  }
}
@media screen and (min-width: 1201px) {
  .hero__title {
    font-size: 10rem;
  }
}

.hero--with-image {
  padding: 46.75% 0 26px;
  background-color: transparent;
  background: #002142;
}
@media screen and (min-width: 700px) {
  .hero--with-image {
    padding: 30.05% 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--with-image {
    padding: 20% 0 57px;
  }
}
.hero--with-image .hero__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  opacity: 0.5;
}
.hero--with-image .hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; 
  z-index: 2;
}

.hero--alt {
  margin: 0 0 40px;
  padding: 95px 20px 40px;
  color: #ffffff;
  background: #002142;
}


@media screen and (min-width: 700px) {
  .hero--alt {
    margin: 0;
    padding: 127px 40px 34px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt {
    padding: 157px 50px 81px;
  }
}
@media screen and (min-width: 1800px) {
  .hero--alt .hero__inner {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero--alt .hero__title {
  margin: 16px 0 23px;
}
@media screen and (min-width: 700px) {
  .hero--alt .hero__title {
    margin: 24px 0 39px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt .hero__title {
    padding: 0 50px 0 0;
  }
}
.hero--alt .hero__content {
  padding: 0;
}
@media screen and (min-width: 700px) {
  .hero--alt .hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt .hero__content {
    gap: 43px;
  }
}
.hero--alt .hero__video {
  margin: 0 -20px 19px;
}

@media screen and (min-width: 700px) {
  .hero--alt .hero__video {
	   margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55.45%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 55.45%;
            flex: 0 0 55.45%;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt .hero__video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.95%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.95%;
            flex: 0 0 66.95%;
  }
}
.hero--alt .hero__intro {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .hero--alt .hero__intro {
    padding: 8px 20px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt .hero__intro {
    padding: 16px 20px 0 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt .section-nav {
    display: none;
  }
}
.hero--alt .vid-inline {
	margin: 0;
	 border-radius: 0;
}
@media screen and (min-width: 700px) {
  .hero--alt .vid-inline {
    margin: 0 0 0 -40px;
	border-radius: 0 10px 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt .vid-inline {
    margin: 0 0 0 -50px;
  }
}
@media screen and (min-width: 1800px) {
 .hero--alt .vid-inline {
    margin: 0;
	 border-radius: 10px;
  }
}
.hero--alt .vid-inline__container {
 padding: 54.7% 0 0;
}
@media screen and (min-width: 700px) {
  .hero--alt .vid-inline__container {
    padding: 52.1% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero--alt .vid-inline__container {
   padding: 54.5% 0 0;
  }
}
.hero--alt .vid-inline__cover { 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;  
}
.hero--alt .vid-inline__cover.js-loading::before {
  opacity: 1;
}
.hero--alt .vid-inline__cover::before, .hero--alt .vid-inline__cover::after {  
  z-index: 2; 
}
.hero--alt .vid-inline__cover svg {
   z-index: 3;
}
.hero--alt .vid-inline__cover img {
	height: 100%;
}
.hero--alt .vid-inline__gradient {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #004c97;
background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #004c97;
	 opacity: 0.5;
	pointer-events: none;
	}
.hero--detail {
  padding: 39% 0 24px;
}
@media screen and (min-width: 700px) {
  .hero--detail {
    padding: 21.4% 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--detail {
    padding: 16.65% 0 53px;
  }
}
.hero--detail .hero__title {
  margin: 16px 0;
}
@media screen and (min-width: 700px) {
  .hero--detail .hero__title {
    margin: 21px 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .hero--detail .hero__title {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero--detail .hero__title {
    margin: 0 0 20px;
  }
}
.hero--detail .hero__badges {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .hero--detail .hero__badges {
    gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--detail .hero__badges {
    gap: 10px;
  }
}
.hero--detail .hero__badges .badge {
  padding: 6px 10px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
}
@media screen and (min-width: 700px) {
  .hero--detail .hero__badges .badge {
    padding: 10px 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero--detail .hero__badges .badge {
    padding: 10px 15px;
  }
}
.hero--detail .hero__badges .badge--gray-blue-light {
  color: #002142;
  background-color: #dfeaf4;
}
.hero--detail .hero__badges .badge--blue {
  color: #ffffff;
  background-color: #004c97;
}
.hero--detail .hero__badges .badge--blue-light {
  color: #002142;
  background-color: #aae3f9;
}

.hero--news-detail .hero__title,
.hero--blog-detail .hero__title {
  margin: 20px 0 5px;
  font-size: 3rem;
}
@media screen and (min-width: 700px) {
  .hero--news-detail .hero__title,
.hero--blog-detail .hero__title {
    margin: 25px 0 6px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero--news-detail .hero__title,
.hero--blog-detail .hero__title {
    margin: 0 0 16px;
    font-size: 5.8333333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .hero--news-detail .hero__title,
.hero--blog-detail .hero__title {
    font-size: 7rem;
  }
}
.hero--news-detail .hero__date, .hero--news-detail .hero__info,
.hero--blog-detail .hero__date,
.hero--blog-detail .hero__info {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .hero--news-detail .hero__date, .hero--news-detail .hero__info,
.hero--blog-detail .hero__date,
.hero--blog-detail .hero__info {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero--news-detail .hero__date, .hero--news-detail .hero__info,
.hero--blog-detail .hero__date,
.hero--blog-detail .hero__info {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 700px) {
  .hero--news-detail .hero__info > span:after,
.hero--blog-detail .hero__info > span:after {
    content: "|";
    position: relative;
    top: -2px;
    margin: 0 8px 0 13px;
  }
}
.hero--news-detail .hero__info > a,
.hero--blog-detail .hero__info > a {
  display: block;
  color: #ffc61e;
}
@media screen and (min-width: 700px) {
  .hero--news-detail .hero__info > a,
.hero--blog-detail .hero__info > a {
    display: inline-block;
  }
}
.hero--news-detail .hero__info > a:hover,
.hero--blog-detail .hero__info > a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: #ffc61e;
     -moz-text-decoration-color: #ffc61e;
          text-decoration-color: #ffc61e;
}

.hero--home {
  padding: 41.5% 0 25px;
  background: #002142;
}
@media screen and (min-width: 700px) {
  .hero--home {
    padding: 25.7% 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home {
    padding: 23.3% 0 56.5px;
  }
}
.hero--home.js-paused .hero__controller::before, .hero--home.js-paused .hero__controller::after {
  content: none;
}
.hero--home.js-paused .hero__controller svg {
  display: block;
}
.hero--home::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  opacity: 0.5;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.hero--home .hero__controller {
  padding: 0;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  color: #ffffff;
  background-color: rgba(0, 33, 66, 0.3);
  border: solid 1.5px #ffc61e;
  border-radius: 100%;
  -webkit-transition: color 0.3s, background-color 0.3s, outline-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, outline-color 0.3s;
  transition: color 0.3s, background-color 0.3s, outline-color 0.3s;
}
.hero--home .hero__controller:focus {
  outline: solid 1px #ffffff;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .hero--home .hero__controller {
    margin: 0 0 0 -1px;
    width: 51px;
    height: 51px;
    border-width: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home .hero__controller {
    width: 71px;
    height: 71px;
  }
}
.hero--home .hero__controller:hover {
  color: #000000;
  background-color: #ffc61e;
}
.hero--home .hero__controller:hover:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.hero--home .hero__controller:hover::before, .hero--home .hero__controller:hover::after {
  border-color: #000000;
}
.hero--home .hero__controller::before, .hero--home .hero__controller::after {
  content: "";
  height: 16px;
  border-left: solid 3px #ffffff;
  -webkit-transition: border-left-color 0.3s;
  -o-transition: border-left-color 0.3s;
  transition: border-left-color 0.3s;
}
@media screen and (min-width: 700px) {
  .hero--home .hero__controller::before, .hero--home .hero__controller::after {
    height: 18px;
    border-left-width: 3.5px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home .hero__controller::before, .hero--home .hero__controller::after {
    height: 25px;
    border-left-width: 5px;
  }
}
.hero--home .hero__controller::before {
  margin-right: 0.6rem;
}
@media screen and (min-width: 700px) {
  .hero--home .hero__controller::before {
    margin-right: 0.65rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home .hero__controller::before {
    margin-right: 0.9rem;
  }
}
.hero--home .hero__controller svg {
  margin: 0 0 0 4.5px;
  display: none;
  width: 16px;
  pointer-events: none;
}
@media screen and (min-width: 700px) {
  .hero--home .hero__controller svg {
    margin: 0 0 0 6.5px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home .hero__controller svg {
    width: 25px;
  }
}
.hero--home .hero__title {
  margin: 17px 0 0;
}
@media screen and (min-width: 700px) {
  .hero--home .hero__title {
    margin: 26px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home .hero__title {
    margin: 40px 0 0;
  }
}
.hero--home .hero__video, .hero--home .hero__img {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero--home .hero__img {
  z-index: 0;
}
.hero--home + .hero__announcement {
  padding: 20px 20px 18px;
  text-align: center;
  color: #ffffff;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
}
@media screen and (min-width: 700px) {
  .hero--home + .hero__announcement {
    padding: 30px 30px 28px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement {
    padding: 35px;
  }
}
.hero--home + .hero__announcement div {
  margin: 0 0 9px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement div {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement div {
    margin: auto;
    display: inline-block;
    max-width: 1800px;
  }
}
@media screen and (max-width: 1024px) {
  .hero--home + .hero__announcement div > a {
    display: none;
  }
}
.hero--home + .hero__announcement a {
  line-height: 1.3;
  color: #ffc61e;
  text-decoration: none;
}
.hero--home + .hero__announcement a:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement a:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.hero--home + .hero__announcement a:hover .last-word span::before, .hero--home + .hero__announcement a:hover .last-word span::after {
  border-color: #ffffff;
}
.hero--home + .hero__announcement a .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--home + .hero__announcement a .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement a .last-word span {
    margin: 0 0 0 10px;
  }
}
.hero--home + .hero__announcement a .last-word span::before, .hero--home + .hero__announcement a .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.hero--home + .hero__announcement a .last-word span::before {
  border-top: solid 2px #ffc61e;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .hero--home + .hero__announcement a .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement a .last-word span::before {
    width: 22px;
  }
}
.hero--home + .hero__announcement a .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #ffc61e;
  border-bottom: solid 2px #ffc61e;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .hero--home + .hero__announcement a .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement a .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
.hero--home + .hero__announcement a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement a {
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 1.8rem;
  }
}
.hero--home + .hero__announcement a:hover {
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .hero--home + .hero__announcement > a {
    display: none;
  }
}

.hero--directory {
  padding: 33.8% 0 25px;
}
@media (min-width: 700px) {
  .hero--directory {
    padding: 22.4% 0 29px;
  }
}
@media (min-width: 1025px) {
  .hero--directory {
    padding: 15.4% 0 29px;
  }
}
.hero--directory__position {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 700px) {
  .hero--directory__position {
    margin: 0.7rem 0 0;
  }
}
@media (min-width: 1025px) {
  .hero--directory__position {
    margin: 1.7rem 0 0;
    font-size: 2.6rem;
    line-height: 3.12rem;
  }
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs, .hero--alt + .breadcrumbs {
    background-color: #002142;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.hero--directory + .breadcrumbs .breadcrumbs__item:not(.current):hover a, .hero--alt + .breadcrumbs .breadcrumbs__item:not(.current):hover a {
  color: #ffc61e;
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs .breadcrumbs__list-wrapper, .hero--alt + .breadcrumbs .breadcrumbs__list-wrapper {
    background-color: #002142;
  }
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs .breadcrumbs__item-link, .hero--alt + .breadcrumbs .breadcrumbs__item-link {
    color: #ffffff;
    background-color: transparent;
  }
  .hero--directory + .breadcrumbs .breadcrumbs__item-link:focus, .hero--alt + .breadcrumbs .breadcrumbs__item-link:focus {
    outline: solid 1px #ffffff;
    outline-offset: 4px;
  }
}
.hero--directory + .breadcrumbs .breadcrumbs__item::after, .hero--alt + .breadcrumbs .breadcrumbs__item::after {
  color: #8393a7;
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link, .hero--alt + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link {
    color: #ffffff;
  }
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link:hover, .hero--alt + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link:hover {
    color: #002142;
  }
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link:hover .icon, .hero--alt + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link:hover .icon {
    border-color: #002142;
  }
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link .icon, .hero--alt + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link .icon {
    border-color: #ffffff;
  }
}
@media (min-width: 1025px) {
  .hero--directory + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link:focus, .hero--alt + .breadcrumbs .breadcrumbs__item.current .breadcrumbs__item-link:focus {
    outline-color: #ffffff;
  }
}

/**
 * @file
 * Section Nav
 *
 * Contains styles for section nav
 */
.breadcrumbs {
  position: relative;
  font-family: "Montserrat", sans-serif;
  z-index: 3;
}
@media (min-width: 1025px) {
  .breadcrumbs {
    border-top: none;
    padding: 2rem 5rem;
    border-top: 1px solid #8393a7;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumbs.nav-expandded {
    z-index: 101;
  }
}
.breadcrumbs.nav-expandded::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
}
.breadcrumbs__box {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #dfeaf4;
  z-index: 2;
  --nav-offset: 0px;
  -webkit-transition: right 0.3s ease, visibility 0s linear 0.3s;
  -o-transition: right 0.3s ease, visibility 0s linear 0.3s;
  transition: right 0.3s ease, visibility 0s linear 0.3s;
}
@media screen and (min-width: 700px) {
  .breadcrumbs__box {
    width: 488px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__box {
    overflow-y: auto;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__box {
    position: static;
    visibility: visible !important;
    background: none;
    width: auto;
    max-width: 1800px;
    margin: 0 auto;
  }
}
.breadcrumbs__list-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.7rem 1.8rem 1.2rem 2rem;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 700px) {
  .breadcrumbs__list-wrapper {
    padding: 1.2rem 3.8rem 1.1rem 2rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__list-wrapper {
    opacity: 1;
    padding: 0;
    border-bottom: none;
  }
}
.nav-expandded .breadcrumbs__list-wrapper {
  opacity: 1;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  padding: 0;
  margin: 0;
}
.breadcrumbs__item {
  position: relative;
  font-size: 1.4rem;
  margin: 0 2.1rem 0 0;
}
@media (min-width: 700px) {
  .breadcrumbs__item {
    margin: 0 2.1rem 0 0;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__item {
    margin: 0 3.1rem 0 0;
  }
}
.breadcrumbs__item:before {
  display: none;
}
.breadcrumbs__item:after {
  content: "/";
  position: absolute;
  right: -2rem;
  top: 0;
  width: 1.2rem;
  height: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item:after {
    right: -2.4rem;
  }
}
.breadcrumbs__item-link {
  display: inline-block;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 700px) {
  .breadcrumbs__item-link {
    line-height: 2.3rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__item-link {
    font-weight: 400;
  }
}
.breadcrumbs__item:not(.current) .breadcrumbs__item-link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.breadcrumbs__item:not(.current) .breadcrumbs__item-link:hover {
  color: #0048b5;
}
@media (max-width: 1024px) {
  .breadcrumbs__item button.breadcrumbs__item-link {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item button.breadcrumbs__item-link:focus {
    outline: solid 1px #000000;
    outline-offset: 4px;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__item span.breadcrumbs__item-link {
    display: none;
  }
}
.breadcrumbs__item.current {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 3rem 2rem;
}
@media (min-width: 700px) {
  .breadcrumbs__item.current {
    padding: 4.4rem 3.9rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__item.current {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.breadcrumbs__item.current:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item.current button.breadcrumbs__item-link {
    position: relative;
    display: inline-block;
    margin-top: -0.4rem;
    color: #000000;
  }
  .breadcrumbs__item.current button.breadcrumbs__item-link:focus {
    outline: solid 1px #000000;
    outline-offset: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item.current button.breadcrumbs__item-link .icon {
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
        -ms-transform: translateY(-50%) rotate(45deg) scale(1);
            transform: translateY(-50%) rotate(45deg) scale(1);
  }
}
.nav-expandded .breadcrumbs__item.current button.breadcrumbs__item-link .icon {
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%) rotate(45deg) scale(-1);
      -ms-transform: translateY(-50%) rotate(45deg) scale(-1);
          transform: translateY(-50%) rotate(45deg) scale(-1);
}
.breadcrumbs__item.current > span.breadcrumbs__item-link {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  .breadcrumbs__item.current > span.breadcrumbs__item-link {
    font-size: 2.4rem;
    margin-bottom: 1.3rem;
  }
}
.breadcrumbs__item.current > a {
  font-weight: 600;
}
.breadcrumbs__opener[aria-expanded=true] + .breadcrumbs__box[aria-hidden=false] {
  right: 0;
  visibility: visible;
  -webkit-transition: right 0.3s ease, visibility 0s linear 0s;
  -o-transition: right 0.3s ease, visibility 0s linear 0s;
  transition: right 0.3s ease, visibility 0s linear 0s;
}
.breadcrumbs__opener,
.breadcrumbs button.breadcrumbs__item-link {
  position: relative;
  padding: 0.5rem 2.7rem 0.5rem 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2142857143;
  color: #ffffff;
  background: rgba(0, 33, 66, 0.3);
  border: solid 2px #ffc61e;
  border-radius: 30px;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.breadcrumbs__opener:focus,
.breadcrumbs button.breadcrumbs__item-link:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media (min-width: 1025px) {
  .breadcrumbs__opener,
.breadcrumbs button.breadcrumbs__item-link {
    display: none;
    background: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__opener[aria-expanded=true] .breadcrumbs__opener-icon:after,
.breadcrumbs button.breadcrumbs__item-link[aria-expanded=true] .breadcrumbs__opener-icon:after {
    display: none;
  }
}
.breadcrumbs__opener:hover,
.breadcrumbs button.breadcrumbs__item-link:hover {
  background: #ffc61e;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__opener:hover,
.breadcrumbs button.breadcrumbs__item-link:hover {
    color: #000000;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__opener:hover .breadcrumbs__opener-icon:before,
.breadcrumbs__opener:hover .breadcrumbs__opener-icon:after,
.breadcrumbs button.breadcrumbs__item-link:hover .breadcrumbs__opener-icon:before,
.breadcrumbs button.breadcrumbs__item-link:hover .breadcrumbs__opener-icon:after {
    border-color: #000000;
  }
}
.breadcrumbs__opener-icon,
.breadcrumbs button.breadcrumbs__item-link-icon {
  position: absolute;
  top: 5px;
  right: 0.9rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
}
.breadcrumbs__opener-icon:before, .breadcrumbs__opener-icon:after,
.breadcrumbs button.breadcrumbs__item-link-icon:before,
.breadcrumbs button.breadcrumbs__item-link-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.breadcrumbs__opener-icon:before,
.breadcrumbs button.breadcrumbs__item-link-icon:before {
  width: 1rem;
  height: 0.15rem;
  border-top: solid 0.15rem #ffffff;
}
.breadcrumbs__opener-icon::after,
.breadcrumbs button.breadcrumbs__item-link-icon::after {
  width: 0.15rem;
  height: 1rem;
  border-left: solid 0.15rem #ffffff;
}
.breadcrumbs__sub-list {
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .breadcrumbs__sub-list {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__sub-list {
    display: none;
    position: absolute;
    top: 3.7rem;
    left: -0.7rem;
    min-width: 243px;
    padding: 1.9rem 1.8rem 1rem 1.8rem;
    border-radius: 14px;
    background: #dfeaf4;
    z-index: 2;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .nav-expandded .breadcrumbs__sub-list {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.breadcrumbs__sub-item {
  padding: 0;
  margin: 0 0 1.2rem;
}
@media (min-width: 1025px) {
  .breadcrumbs__sub-item {
    margin: 0 0 1.19rem;
  }
}
.breadcrumbs__sub-item:before {
  display: none;
}
.breadcrumbs__sub-link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 700px) {
  .breadcrumbs__sub-link {
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__sub-link {
    display: inline-block;
    line-height: 1.5;
  }
}
.breadcrumbs__sub-link:hover {
  color: #0048b5;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs__close {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 0 0 0 1.5rem;
  padding: 0;
  margin: 0;
  border: none;
  background: #4d647b;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 700px) {
  .breadcrumbs__close {
    top: 0;
    right: 0;
    width: 3.7rem;
    height: 3.7rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__close {
    display: none;
  }
}
.nav-expandded .breadcrumbs__close {
  opacity: 1;
}
.breadcrumbs__close:hover {
  opacity: 0.5;
}
.breadcrumbs__close:before, .breadcrumbs__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  border-top: solid 2px #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.breadcrumbs__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .hero__content > .breadcrumbs,
.hero__inner > .breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hero + .breadcrumbs {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hero--alt + .breadcrumbs {
    background: #002142;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__list-wrapper {
    background: transparent;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item:after {
    color: #ffffff;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item-link {
    color: #ffffff;
    background-color: transparent;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item-link:focus {
    outline: solid 1px #ffffff;
    outline-offset: 4px;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item button.breadcrumbs__item-link {
    color: #ffffff;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item button.breadcrumbs__item-link:focus {
    outline: solid 1px #ffffff;
    outline-offset: 4px;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item button.breadcrumbs__item-link .icon {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item button.breadcrumbs__item-link:hover {
    color: #000000;
  }
  .hero--alt + .breadcrumbs .breadcrumbs__item button.breadcrumbs__item-link:hover .icon {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.1rem 2rem;
  background-color: transparent;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s linear 0.3s;
  transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s linear 0.3s;
  transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease;
  z-index: 101;
}
body:not(.content-loaded) .main-header {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0;
}
.main-header.header-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.main-nav-opened .main-header.header-hidden {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.main-header.sticky-header {
  background-color: #004c97;
}
@media (min-width: 700px) {
  .main-header {
    padding: 1.8rem 4rem;
  }
}
@media (min-width: 1025px) {
  .main-header {
    padding: 4.1rem 5rem;
  }
}
.main-header_content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .main-nav__box {
  padding-left: 1.4rem;
  width: 11.75rem;
  -webkit-transition: width 0.3s ease 0.3s, padding-left 0.3s ease 0.3s;
  -o-transition: width 0.3s ease 0.3s, padding-left 0.3s ease 0.3s;
  transition: width 0.3s ease 0.3s, padding-left 0.3s ease 0.3s;
}
@media (min-width: 700px) {
  .main-header .main-nav__box {
    width: auto;
    padding-left: 2.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media (min-width: 1025px) {
  .main-header .main-nav__box {
    padding-left: 2.5rem;
  }
}
.main-search-opened .main-header .main-nav__box {
  overflow: hidden;
  width: 0rem;
  padding-left: 0rem;
  -webkit-transition: width 0.3s ease, padding-left 0.3s ease;
  -o-transition: width 0.3s ease, padding-left 0.3s ease;
  transition: width 0.3s ease, padding-left 0.3s ease;
}
@media (min-width: 700px) {
  .main-search-opened .main-header .main-nav__box {
    width: auto;
    padding-left: 2.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media (min-width: 1025px) {
  .main-search-opened .main-header .main-nav__box {
    padding-left: 2.5rem;
  }
}
.main-header .main-nav-opener {
  position: relative;
  padding: 1.1rem 4.4rem 1rem 1.5rem;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #002142;
  border-radius: 3.9rem;
  background-color: #ffc61e;
  border: 1.5px solid #ffc61e;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
  transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
}
@media (min-width: 700px) {
  .main-header .main-nav-opener {
    min-width: 12.85rem;
    padding: 1.5rem 5.8rem 1.5rem 2rem;
    font-size: 1.6rem;
    line-height: 2.08rem;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
}
@media (min-width: 1025px) {
  .main-header .main-nav-opener {
    min-width: 15.54rem;
    padding: 1.8rem 7.1rem 1.8rem 2.8rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.main-header .main-nav-opener:focus-visible {
  outline: 1px #000000 solid;
  outline-offset: -5px;
}
.main-nav-opened .main-header .main-nav-opener {
  background-color: #ffc61e;
  border-color: #002142;
}
.main-search-opened .main-header .main-nav-opener {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 700px) {
  .main-search-opened .main-header .main-nav-opener {
    opacity: 1;
    visibility: visible;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
    transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
  }
}
.main-header .main-nav-opener:hover {
  background-color: #ffffff;
}
.main-header .main-nav-opener__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1.65rem;
  height: 1.55rem;
  position: absolute;
  top: 1.2rem;
  right: 1.9rem;
}
@media (min-width: 700px) {
  .main-header .main-nav-opener__icon {
    width: 2rem;
    height: 1.7rem;
    top: 1.7rem;
    right: 2.6rem;
  }
}
@media (min-width: 1025px) {
  .main-header .main-nav-opener__icon {
    top: 2.2rem;
    right: 3.4rem;
  }
}
.main-nav-opened .main-header .main-nav-opener__icon {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .main-nav-opener__icon span {
  margin: 0 0 4px;
  display: inline-block;
  width: 1.65rem;
  opacity: 1;
  border-top: solid 0.25rem #002142;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 700px) {
  .main-header .main-nav-opener__icon span {
    width: 2rem;
    border-width: 0.3rem;
  }
}
.main-nav-opened .main-header .main-nav-opener__icon span {
  margin: 0;
  position: absolute;
  top: 0.65rem;
}
@media screen and (min-width: 700px) {
  .main-nav-opened .main-header .main-nav-opener__icon span {
    top: 0.7rem;
  }
}
.main-header .main-nav-opener__icon span:last-of-type {
  margin: 0;
}
.main-nav-opened .main-header .main-nav-opener__icon span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-nav-opened .main-header .main-nav-opener__icon span:nth-of-type(2) {
  opacity: 0;
}
.main-nav-opened .main-header .main-nav-opener__icon span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-header .logo-holder {
  max-width: 11.2rem;
  margin-right: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
}
@media (min-width: 700px) {
  .main-header .logo-holder {
    max-width: 18.4rem;
  }
}
@media (min-width: 1025px) {
  .main-header .logo-holder {
    max-width: 22.4rem;
  }
}
.main-search-opened .main-header .logo-holder {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1025px) {
  .main-search-opened .main-header .logo-holder {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.main-header .logo-holder a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.main-header .logo-holder a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.main-header .logo-holder a svg {
  display: inline-block;
  width: 100%;
}
.main-header .search__box {
  position: relative;
}
.main-header .search__box .search__opener,
.main-header .search__box .search__close {
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  border-radius: 50%;
}
@media (min-width: 700px) {
  .main-header .search__box .search__opener,
.main-header .search__box .search__close {
    width: 5rem;
    height: 5rem;
  }
}
.main-header .search__box .search__opener {
  position: absolute;
  top: 0;
  right: 0;
  color: #002142;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  z-index: 2;
  padding: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, right 0.3s ease 0.3s;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, right 0.3s ease 0.3s;
  transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, right 0.3s ease 0.3s;
}
.main-header .search__box .search__opener:hover {
  background-color: #ffc61e;
}
@media (min-width: 700px) {
  .main-header .search__box .search__opener {
    width: 5rem;
    height: 5rem;
  }
}
.main-search-opened .main-header .search__box .search__opener {
  right: 2.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease 0.6s, visibility 0.3s ease 0.6s, right 0.3s ease 0.3s;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease 0.6s, visibility 0.3s ease 0.6s, right 0.3s ease 0.3s;
  transition: background-color 0.3s ease, opacity 0.3s ease 0.6s, visibility 0.3s ease 0.6s, right 0.3s ease 0.3s;
}
@media (min-width: 700px) {
  .main-search-opened .main-header .search__box .search__opener {
    right: 4.7rem;
  }
}
@media (min-width: 1025px) {
  .main-search-opened .main-header .search__box .search__opener {
    right: 4.5rem;
  }
}
.main-header .search__box .search__opener:focus-visible {
  outline: 1px #000000 solid;
  outline-offset: -5px;
}
.main-header .search__box .search__opener svg {
  width: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 700px) {
  .main-header .search__box .search__opener svg {
    width: 1.8rem;
  }
}
.main-header .search__box .search__submit {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background-color: #ffffff;
}
@media (min-width: 700px) {
  .main-header .search__box .search__submit {
    width: 5rem;
    height: 5rem;
  }
}
.main-header .search__box .search__submit:focus-visible {
  outline: 1px #000000 solid;
  outline-offset: -5px;
}
.main-header .search__box .search__submit-wrapper {
  position: relative;
  color: #002142;
}
.main-header .search__box .search__submit-wrapper svg {
  width: 1.3rem;
  position: absolute;
  top: 8.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 700px) {
  .main-header .search__box .search__submit-wrapper svg {
    width: 1.8rem;
    top: 16px;
  }
}
.main-header .search__box .search__close {
  background-color: transparent;
  position: relative;
  margin-right: -0.8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0.3s, visibility 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s, visibility 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s, visibility 0.3s ease 0.3s;
}
.main-header .search__box .search__close:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media (min-width: 700px) {
  .main-header .search__box .search__close {
    margin-right: 0rem;
  }
}
.main-header .search__box .search__close:hover:before, .main-header .search__box .search__close:hover:after {
  background-color: #ffc61e;
}
.main-search-opened .main-header .search__box .search__close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s ease, visibility 0s;
  -o-transition: opacity 0s ease, visibility 0s;
  transition: opacity 0s ease, visibility 0s;
}
.main-header .search__box .search__close:before, .main-header .search__box .search__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  height: 1.7rem;
  border-left: solid 2.5px #ffffff;
}
@media (min-width: 700px) {
  .main-header .search__box .search__close:before, .main-header .search__box .search__close:after {
    border-width: 3px;
    height: 2.1rem;
  }
}
.main-header .search__box .search__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.main-header .search__box .search__form {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 6.7rem);
  opacity: 0;
  visibility: hidden;
  margin-right: 2.7rem;
  -webkit-transition: opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s, visibility 0.3s ease 0.1s;
}
@media (min-width: 700px) {
  .main-header .search__box .search__form {
    width: calc(100vw - 27.8rem);
    margin-right: 4.7rem;
  }
}
@media (min-width: 1025px) {
  .main-header .search__box .search__form {
    width: 42.4rem;
    margin-right: 4.5rem;
  }
}
.main-search-opened .main-header .search__box .search__form {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s, visibility 0.3s ease 0.5s;
}
.main-header .search__box .search__input {
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0.9rem 1px 0;
  -webkit-appearance: none;
}
.main-header .search__box .search__input:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media (min-width: 700px) {
  .main-header .search__box .search__input {
    padding-top: 0.8rem;
    margin: 0 0.4rem 0.4rem 0;
    border-width: 2px;
  }
}
@media (min-width: 1025px) {
  .main-header .search__box .search__input {
    padding-top: 0.6rem;
    margin: 0 0.6rem 0.3rem 0;
  }
}
.main-header .search__box .search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.main-header .search__box .search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.main-header .search__box .search__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.main-header .search__box .search__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.main-header .search__box .search__input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.main-header .nav__holder {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  right: 0;
  top: 0;
  padding: 8.8rem 0 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  background-color: #ffc61e;
  z-index: 1;
  -webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, visibility 0s linear 0.4s;
  transition: transform 0.4s ease, visibility 0s linear 0.4s;
  transition: transform 0.4s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s ease;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 33, 66, 0.3);
          box-shadow: 0px 4px 8px rgba(0, 33, 66, 0.3);
}
@media (min-width: 700px) {
  .main-header .nav__holder {
    max-width: 48.8rem;
    padding: 8.9rem 0 0;
  }
}
@media (min-width: 1025px) {
  .main-header .nav__holder {
    padding: 14.3rem 0 0;
  }
}
.main-nav-opened .main-header .nav__holder {
  visibility: visible;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0s, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0s linear 0s;
  transition: transform 0.3s ease, visibility 0s linear 0s;
  transition: transform 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
}
.main-header .nav__holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.8rem;
  width: 100%;
  border-top: 1px solid #002142;
}
@media (min-width: 700px) {
  .main-header .nav__holder:before {
    top: 8.9rem;
  }
}
@media (min-width: 1025px) {
  .main-header .nav__holder:before {
    top: 14.3rem;
  }
}
.main-header .nav__holder a {
  color: #002142;
}
.main-header .nav__holder ul {
  padding: 0;
  margin: 0;
}
.main-header .nav__holder ul li::before {
  display: none;
  padding: 20px 0;
}
.main-header .nav__wrapper {
  overflow-y: scroll;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.4s;
  -o-transition: opacity 0.3s ease 0.4s;
  transition: opacity 0.3s ease 0.4s;
}
.main-nav-opened .main-header .nav__wrapper {
  opacity: 1;
}
.main-header .main-menu {
  padding: 0 2rem;
}
@media (min-width: 700px) {
  .main-header .main-menu {
    padding: 0 4rem;
  }
}
@media (min-width: 1025px) {
  .main-header .main-menu {
    padding: 0 5rem;
  }
}
.main-header .main-menu__link {
  padding: 0.2rem 0 0;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
}
.main-header .main-menu__link:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: #0048b5;
}
@media (min-width: 700px) {
  .main-header .main-menu__link {
    padding: 0.7rem 0 0;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1025px) {
  .main-header .main-menu__link {
    padding: 0.4rem 0 0;
    font-size: 3.4rem;
    line-height: 4.08rem;
  }
}
.main-header .main-menu .main-submenu__opener {
  overflow: hidden;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media (min-width: 700px) {
  .main-header .main-menu .main-submenu__opener {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.main-header .main-menu .main-submenu__opener.is-opened, .main-header .main-menu .main-submenu__opener:hover {
  background-color: transparent;
  border-color: #002142;
}
.main-header .main-menu .main-submenu__opener.is-opened svg {
  -webkit-transform: translateX(-50%) scaleY(-1);
      -ms-transform: translateX(-50%) scaleY(-1);
          transform: translateX(-50%) scaleY(-1);
}
.main-header .main-menu .main-submenu__opener:focus-visible {
  outline: 1px #000000 solid;
  outline-offset: -5px;
}
.main-header .main-menu .main-submenu__opener svg {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(1);
      -ms-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 700px) {
  .main-header .main-menu .main-submenu__opener svg {
    width: 1.7rem;
    height: 1.1rem;
    top: 15.5px;
  }
}
.main-header .main-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6rem 0 2.5rem;
  margin: 0;
  border-bottom: 1px solid #002142;
}
@media (min-width: 700px) {
  .main-header .main-menu__item {
    padding: 2.9rem 0 3rem;
  }
}
@media (min-width: 1025px) {
  .main-header .main-menu__item {
    padding: 3.6rem 0 3.5rem;
  }
}
.main-header .main-menu .submenu {
  display: none;
  width: 100%;
  padding: 1.7rem 0 0;
}
.main-header .main-menu .submenu__link {
  font-size: 1.6rem;
  font-weight: 600;
}
.main-header .main-menu .submenu__link:hover {
  color: #0048b5;
  -webkit-text-decoration-color: #0048b5;
     -moz-text-decoration-color: #0048b5;
          text-decoration-color: #0048b5;
}
.main-header .main-menu .submenu__item {
  margin: 0 0 1.2rem;
}
.main-header .main-menu .submenu__item:last-child {
  margin: 0 0 -1px;
}
.main-header .secondary-menu {
  padding: 2.4rem 2rem 2rem;
}
@media (min-width: 700px) {
  .main-header .secondary-menu {
    padding: 2.8rem 4rem 4rem;
  }
}
@media (min-width: 1025px) {
  .main-header .secondary-menu {
    padding: 3.4rem 4.9rem 4rem;
  }
}
.main-header .secondary-menu__list:nth-child(1) {
  border-bottom: 1px solid #002142;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .main-header .secondary-menu__list:nth-child(1) {
    margin-bottom: 3.4rem;
  }
}
.main-header .secondary-menu__list:nth-child(1) .secondary-menu__item:last-of-type {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .main-header .secondary-menu__list:nth-child(1) .secondary-menu__item:last-of-type {
    margin-bottom: 3.4rem;
  }
}
.main-header .secondary-menu .submenu {
  display: none;
}
.main-header .secondary-menu .submenu__list {
  padding: 1rem 1.4rem;
}
@media (min-width: 700px) {
  .main-header .secondary-menu .submenu__list {
    padding: 1.4rem 1.4rem 1.1rem;
  }
}
.main-header .secondary-menu .submenu__item {
  margin: 0 0 0.9rem;
}
.main-header .secondary-menu .submenu__item:last-child {
  margin: 0;
}
.main-header .secondary-menu .submenu__link {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
}
.main-header .secondary-menu .submenu__link:hover {
  color: #0048b5;
  -webkit-text-decoration-color: #0048b5;
     -moz-text-decoration-color: #0048b5;
          text-decoration-color: #0048b5;
}
.main-header .secondary-menu__link .last-word span:before {
  border-top: solid 2px #002142;
}
.main-header .secondary-menu__link .last-word span:after {
  border-right: solid 2px #002142;
  border-bottom: solid 2px #002142;
}
.main-header .secondary-menu__item {
  margin: 0 0 1.5rem;
}
@media (min-width: 700px) {
  .main-header .secondary-menu__item {
    margin: 0 0 2.1rem;
  }
}
.main-header .secondary-menu__link {
  font-weight: 600;
}
.main-header .secondary-menu .secondary-submenu__opener {
  position: relative;
  padding: 0.9rem 3.2rem 0.8rem 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  border: 2px solid #ffc61e;
  border-radius: 3rem;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.main-header .secondary-menu .secondary-submenu__opener.is-opened, .main-header .secondary-menu .secondary-submenu__opener:hover {
  background-color: transparent;
  border-color: #002142;
}
.main-header .secondary-menu .secondary-submenu__opener.is-opened svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.main-header .secondary-menu .secondary-submenu__opener:focus-visible {
  outline: 1px #000000 solid;
  outline-offset: -5px;
}
.main-header .secondary-menu .secondary-submenu__opener svg {
  position: absolute;
  top: 15px;
  right: 14px;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

header.js-alert-positioned {
  position: relative;
}
header.js-alert-positioned .main-header {
  position: absolute;
}

/**
 * @file
 * Pager
 *
 * Contains styles for the pager on listing pages.
 */
.pager {
  margin: 30px -10px 0;
}
@media (min-width: 700px) {
  .pager {
    margin: 30px 0 0;
  }
}
@media (min-width: 700px) {
  .pager {
    margin: 34px -8px 0;
  }
}
.pager__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
}
@media (min-width: 700px) {
  .pager__items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .pager__items {
    gap: 6px;
  }
}
.pager__items--main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
}
@media screen and (min-width: 700px) {
  .pager__items--main {
    gap: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .pager__items--main {
    gap: 8px;
  }
}
.pager__items--main > *:first-child {
  padding-left: 0;
}
.pager__items--main > *:last-child {
  padding-right: 0;
}
.pager a.pager__item:hover {
  color: #002142;
}
.pager__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  font-weight: 700;
  text-align: center;
  color: #0048b5;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
@media (min-width: 700px) {
  .pager__item {
    min-width: 28px;
  }
}
.pager__item--previous, .pager__item--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  min-width: 31px;
  height: 31px;
  min-height: 31px;
  position: relative;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
}
.pager__item--previous:hover, .pager__item--next:hover {
  cursor: pointer;
}
.pager__item--previous:hover::before, .pager__item--next:hover::before {
  border-top: 2px solid #002142;
  border-right: 2px solid #002142;
}
.pager__item--previous::before, .pager__item--next::before {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  margin-right: -20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #0048b5;
  border-right: 2px solid #0048b5;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.pager__item--previous--next, .pager__item--next--next {
  margin-right: 0.5rem;
}
.pager__item--previous--previous, .pager__item--next--previous {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 0.5rem;
}
.pager__item--previous .paginate_button_icon, .pager__item--next .paginate_button_icon {
  z-index: 2;
}
.pager__item--previous {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pager__item--active {
  position: relative;
  font-weight: 400;
  color: #002142;
  pointer-events: none;
}
.pager__item--active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #dfeaf4;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.pager__item--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pager__item-icon {
  z-index: 2;
}
.pager__item--dots {
  font-weight: 700;
  padding: 0 2px;
  letter-spacing: 0px;
  color: #002142;
}
@media screen and (max-width: 699px) {
  .pager__item--dots--prev, .pager__item--dots--next {
    display: none;
  }
}

.dataTables_paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px 26px;
}
@media (min-width: 700px) {
  .dataTables_paginate {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 19px;
  }
}
@media (min-width: 1025px) {
  .dataTables_paginate {
    margin: 0 -11px 0;
  }
}
.dataTables_paginate > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 700px) {
  .dataTables_paginate > span {
    padding: 0 8px;
  }
}
.dataTables_paginate > span > a {
  color: #0048b5;
  min-width: 28px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dataTables_paginate > span > a.current {
  position: relative;
  font-weight: 400;
  color: #002142;
  pointer-events: none;
}
.dataTables_paginate > span > a.current:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #dfeaf4;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.dataTables_paginate > span > a:hover {
  color: #002142;
  text-decoration: none;
}
.dataTables_paginate .previous,
.dataTables_paginate .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  min-width: 31px;
  height: 31px;
  min-height: 31px;
  position: relative;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
}
.dataTables_paginate .previous:hover,
.dataTables_paginate .next:hover {
  cursor: pointer;
}
.dataTables_paginate .previous:hover::before,
.dataTables_paginate .next:hover::before {
  border-top: 2px solid #002142;
  border-right: 2px solid #002142;
}
.dataTables_paginate .previous::before,
.dataTables_paginate .next::before {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  margin-right: -20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #0048b5;
  border-right: 2px solid #0048b5;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.dataTables_paginate .previous.next,
.dataTables_paginate .next.next {
  margin-right: 0.5rem;
}
.dataTables_paginate .previous.previous,
.dataTables_paginate .next.previous {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 0.5rem;
}
.dataTables_paginate .previous .paginate_button_icon,
.dataTables_paginate .next .paginate_button_icon {
  z-index: 2;
}
.dataTables_paginate .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.main-footer {
  padding: 4rem 0 0;
  border-top: 3px solid #ffc61e;
}
@media (min-width: 700px) {
  .main-footer {
    padding: 3.2rem 0 0;
  }
}
@media (min-width: 1025px) {
  .main-footer {
    padding: 5.3rem 0 0;
  }
}
.main-footer__logo {
  margin: 0 0 2.4rem;
  max-width: 21.4rem;
  color: #004c97;
}
@media (min-width: 700px) {
  .main-footer__logo {
    margin: 0 0 2.2rem;
  }
}
@media (min-width: 1025px) {
  .main-footer__logo {
    max-width: 27.5rem;
    margin: 0 0 1.8rem;
  }
}
.main-footer__logo svg {
  display: block;
  width: 100%;
}
.main-footer .social-media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9rem;
  margin: 0 0 1.8rem;
}
@media (min-width: 700px) {
  .main-footer .social-media__list {
    gap: 1.8rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1025px) {
  .main-footer .social-media__list {
    gap: 1.95rem;
    margin: 0 0 2.1rem;
  }
}
@media (min-width: 700px) {
  .main-footer .social-media__list .social-media__item {
    max-width: 2.6rem;
  }
}
@media (min-width: 1025px) {
  .main-footer .social-media__list .social-media__item {
    max-width: 3.1rem;
  }
}
@media (min-width: 700px) {
  .main-footer .social-media__list .social-media__item:last-child {
    max-width: 2.2rem;
  }
}
@media (min-width: 1025px) {
  .main-footer .social-media__list .social-media__item:last-child {
    max-width: 2.7rem;
  }
}
.main-footer .social-media__list a {
  display: block;
}
.main-footer .general-links {
  margin: 0 0 2.4rem;
}
@media (min-width: 700px) {
  .main-footer .general-links {
    margin: 0;
  }
}
.main-footer .general-links__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.3rem;
}
.main-footer .general-links__icon {
  width: 2rem;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8393a7;
}
@media (min-width: 1025px) {
  .main-footer .general-links__icon {
    width: 2.2rem;
  }
}
.main-footer .general-links__icon .icon-phone {
  max-width: 2rem;
}
.main-footer .general-links__icon .icon-lamp {
  max-width: 1.4rem;
}
.main-footer .general-links__icon .icon-monitor {
  max-width: 1.7rem;
}
.main-footer .general-links a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.main-footer .locations-list {
  margin: 0 0 2.4rem;
}
@media (min-width: 700px) {
  .main-footer .locations-list {
    margin: 0;
  }
}
.main-footer .locations-list a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.main-footer .locations-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.1rem 0 0;
  margin: 0 0 1.2rem;
}
.main-footer .locations-list__icon {
  margin: 0 0.4rem 0 0;
  color: #8393a7;
}
@media (min-width: 700px) {
  .main-footer .locations-list__icon {
    margin: 0 0.6rem 0 0;
  }
}
.main-footer .links-list__item {
  margin: 0 0 1.3rem;
}
@media (min-width: 700px) {
  .main-footer .links-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-footer .links-list a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.main-footer__columns {
  padding: 0 0 0.3rem;
}
@media (min-width: 700px) {
  .main-footer__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 2.7rem;
  }
}
@media (min-width: 1025px) {
  .main-footer__columns {
    padding: 0 0 3.6rem;
  }
}
@media (min-width: 700px) {
  .main-footer__col {
    width: 31%;
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .main-footer__col {
    width: 100%;
    max-width: 24.5rem;
  }
}
@media (min-width: 700px) {
  .main-footer__col:first-child {
    width: 100%;
    max-width: 23.8rem;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .main-footer__col:first-child {
    max-width: 29.8rem;
  }
}
@media (min-width: 700px) {
  .main-footer__col--wide {
    padding-right: 0;
    padding-left: 1.1rem;
  }
}
@media (min-width: 1025px) {
  .main-footer__col--wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 49.2rem;
  }
}
@media (min-width: 1025px) {
  .main-footer__col--wide .main-footer__sub-col {
    width: 50%;
  }
}
.main-footer__col a {
  font-weight: 600;
}
@media (min-width: 700px) {
  .main-footer__col a {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.main-footer .links-dropdown {
  margin-bottom: 1.3rem;
  margin-top: -0.5rem;
}
@media (min-width: 700px) {
  .main-footer .links-dropdown {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .main-footer .links-dropdown {
    margin-top: 0;
  }
}
.main-footer .links-dropdown__opener {
  padding: 0 2.1rem 0.3rem 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #0048b5;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #8393a7;
}
@media (min-width: 700px) {
  .main-footer .links-dropdown__opener {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.main-footer .links-dropdown__opener:after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #0048b5;
  border-bottom: 2px solid #0048b5;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 700px) {
  .main-footer .links-dropdown__opener:after {
    top: 0.2rem;
    right: 0.2rem;
  }
}
.main-footer .links-dropdown.is-opened .links-dropdown__opener:after {
  top: 1rem;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 700px) {
  .main-footer .links-dropdown.is-opened .links-dropdown__opener:after {
    top: 0.6rem;
  }
}
.main-footer .links-dropdown__list {
  display: none;
  padding-top: 1.3rem;
}
.main-footer .links-dropdown__item {
  margin: 0 0 1.3rem;
}
@media (min-width: 700px) {
  .main-footer .links-dropdown__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-footer .links-dropdown a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.main-footer .copyright {
  padding: 1.5rem 0;
  background-color: #dfeaf4;
}
@media (min-width: 700px) {
  .main-footer .copyright {
    padding: 1rem 0;
  }
}
.main-footer .copyright .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media (min-width: 700px) {
  .main-footer .copyright .content-box {
    display: block;
  }
}
.main-footer .copyright a {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
}
@media (min-width: 700px) {
  .main-footer .copyright a {
    margin-top: 0;
    margin-left: 0.7rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.main-footer .copyright a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

/**
 * @file
 * Stikcy CTAs
 *
 * Contains styles for sticky CTAs
 */
.sticky-ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
@media screen and (min-width: 700px) {
  .sticky-ctas {
    right: 19px;
    bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas {
    right: 28px;
    bottom: 28px;
  }
}
.sticky-ctas.js-collapsed {
  pointer-events: none;
}
.sticky-ctas.js-collapsed .sticky-ctas__buttons {
  -webkit-transform: translateY(calc(100% - 36px));
      -ms-transform: translateY(calc(100% - 36px));
          transform: translateY(calc(100% - 36px));
  -webkit-transition: 0.3s -webkit-transform 0.3s;
  transition: 0.3s -webkit-transform 0.3s;
  -o-transition: 0.3s transform 0.3s;
  transition: 0.3s transform 0.3s;
  transition: 0.3s transform 0.3s, 0.3s -webkit-transform 0.3s;
}
@media screen and (min-width: 700px) {
  .sticky-ctas.js-collapsed .sticky-ctas__buttons {
    -webkit-transform: translateY(calc(100% - 50px));
        -ms-transform: translateY(calc(100% - 50px));
            transform: translateY(calc(100% - 50px));
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas.js-collapsed .sticky-ctas__buttons {
    -webkit-transform: translateY(calc(100% - 56px));
        -ms-transform: translateY(calc(100% - 56px));
            transform: translateY(calc(100% - 56px));
  }
}
.sticky-ctas.js-collapsed .sticky-ctas__chat {
  margin: 0 0 4px auto;
  padding: 0;
  gap: 0;
  width: 32px;
  height: 32px;
  pointer-events: auto;
  -webkit-transition: 0.3s padding 0.3s, 0.3s width 0.3s, 0.6s gap 0s, background-color 0.3s;
  -o-transition: 0.3s padding 0.3s, 0.3s width 0.3s, 0.6s gap 0s, background-color 0.3s;
  transition: 0.3s padding 0.3s, 0.3s width 0.3s, 0.6s gap 0s, background-color 0.3s;
}
@media screen and (min-width: 700px) {
  .sticky-ctas.js-collapsed .sticky-ctas__chat {
    margin: 0 0 7px auto;
    width: 43px;
    height: 43px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas.js-collapsed .sticky-ctas__chat {
    margin: 0 0 9px auto;
    width: 47px;
    height: 47px;
  }
}
.sticky-ctas.js-collapsed .sticky-ctas__chat span {
  max-width: 0;
  opacity: 0;
  -webkit-transition: 0.3s max-width 0.3s, 0.3s opacity 0.3s;
  -o-transition: 0.3s max-width 0.3s, 0.3s opacity 0.3s;
  transition: 0.3s max-width 0.3s, 0.3s opacity 0.3s;
}
.sticky-ctas.js-collapsed .sticky-ctas__chat svg {
  max-width: 19px;
  max-height: 16px;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: 0.6s -webkit-transform 0.3s;
  transition: 0.6s -webkit-transform 0.3s;
  -o-transition: 0.6s transform 0.3s;
  transition: 0.6s transform 0.3s;
  transition: 0.6s transform 0.3s, 0.6s -webkit-transform 0.3s;
}
@media screen and (min-width: 700px) {
  .sticky-ctas.js-collapsed .sticky-ctas__chat svg {
    max-width: 25px;
    max-height: 21px;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas.js-collapsed .sticky-ctas__chat svg {
    -webkit-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
            transform: translateX(-9px);
  }
}
.sticky-ctas.js-collapsed .sticky-ctas__wrapper {
  margin: 0 0 -62px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: margin 0.3s, opacity 0.3s, visibility 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s, visibility 0.3s;
  transition: margin 0.3s, opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 700px) {
  .sticky-ctas.js-collapsed .sticky-ctas__wrapper {
    margin: 0 0 -51px;
  }
}
.sticky-ctas.js-collapsed .sticky-ctas__toggle {
  z-index: 1;
  background-color: #ffc61e;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: auto;
  -webkit-transition: background-color 0.3s, outline-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, outline-color 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, transform 0.3s, outline-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, outline-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, outline-color 0.3s, -webkit-transform 0.3s;
}
.sticky-ctas.js-collapsed .sticky-ctas__toggle:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.sticky-ctas.js-collapsed .sticky-ctas__toggle:hover {
  background-color: #ffffff;
}
.sticky-ctas.js-collapsed .sticky-ctas__toggle::before, .sticky-ctas.js-collapsed .sticky-ctas__toggle::after {
  border-color: #002142;
}
.sticky-ctas.js-collapsed .sticky-ctas__toggle::after {
  width: 13px;
}
@media screen and (min-width: 700px) {
  .sticky-ctas.js-collapsed .sticky-ctas__toggle::after {
    width: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas.js-collapsed .sticky-ctas__toggle::after {
    width: 19px;
  }
}
.sticky-ctas__buttons {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sticky-ctas__chat {
  margin: 0 0 8px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #002142;
  background-color: #ffffff;
  border: solid 2px #ffc61e;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -o-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
.sticky-ctas__chat:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .sticky-ctas__chat {
    margin: 0 0 10px auto;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas__chat {
    font-size: 1.6rem;
  }
}
.sticky-ctas__chat:hover {
  background: #ffc61e;
}
.sticky-ctas__chat span {
  max-width: 35px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.3s max-width 0s, opacity 0.3s;
  -o-transition: 0.3s max-width 0s, opacity 0.3s;
  transition: 0.3s max-width 0s, opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .sticky-ctas__chat span {
    max-width: 40px;
  }
}
.sticky-ctas__chat svg {
  max-width: 19px;
  max-height: 16px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 700px) {
  .sticky-ctas__chat svg {
    max-width: 25px;
    max-height: 21px;
  }
}
.sticky-ctas__wrapper {
  margin: 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: auto;
  overflow: hidden;
  -webkit-transition: margin 0s, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
  -o-transition: margin 0s, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
  transition: margin 0s, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
}
@media screen and (min-width: 700px) {
  .sticky-ctas__wrapper {
    margin: 0 0 19px;
  }
}
.sticky-ctas__wrapper .cta {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #002142;
}
.sticky-ctas__wrapper .cta:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .sticky-ctas__wrapper .cta {
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas__wrapper .cta {
    font-size: 1.6rem;
  }
}
.sticky-ctas__wrapper .cta:last-child {
  margin: 0;
}
.sticky-ctas__toggle {
  margin: 0 0 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 1.5px #ffc61e;
  border-radius: 100%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: background-color 0.3s, outline-color 0.3s;
  -o-transition: background-color 0.3s, outline-color 0.3s;
  transition: background-color 0.3s, outline-color 0.3s;
}
.sticky-ctas__toggle:focus {
  outline: solid 1px #ffffff;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .sticky-ctas__toggle {
    width: 43px;
    height: 43px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas__toggle {
    width: 47px;
    height: 47px;
  }
}
.sticky-ctas__toggle:hover {
  background-color: #ffc61e;
}
.sticky-ctas__toggle:hover:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.sticky-ctas__toggle:hover::before, .sticky-ctas__toggle:hover::after {
  border-color: #002142;
}
.sticky-ctas__toggle::before, .sticky-ctas__toggle::after {
  content: "";
  width: 13px;
  position: absolute;
  border-bottom: solid 1.5px #ffffff;
  -webkit-transition: width 0.3s, border-color 0.3s;
  -o-transition: width 0.3s, border-color 0.3s;
  transition: width 0.3s, border-color 0.3s;
}
@media screen and (min-width: 700px) {
  .sticky-ctas__toggle::before, .sticky-ctas__toggle::after {
    width: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-ctas__toggle::before, .sticky-ctas__toggle::after {
    width: 19px;
  }
}
.sticky-ctas__toggle::after {
  width: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.table {
  position: relative;
  margin: 2em 0;
  clear: both;
}
.table--scroll {
  overflow-x: auto;
  margin-right: -15px;
  margin-bottom: 4.8em;
}
@media screen and (min-width: 700px) {
  .table--scroll {
    margin: 2em 0 4.2em;
  }
}
@media screen and (min-width: 1025px) {
  .table--scroll {
    margin: 1.2em 0 3.6em;
  }
}
.table--scroll__btn {
  position: absolute;
  -webkit-appearance: none;
  background: none;
  border: 0;
  bottom: -33px;
  z-index: 1;
}
.table--scroll__btn > span {
  color: #cc6600;
  font-weight: 700;
}
.table--scroll__btn > span:after {
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.75px;
  border-color: transparent transparent transparent #000000;
  content: "";
}
.table--scroll__btn.right {
  right: 0;
}
.table--scroll__btn.left {
  left: 0;
  display: none;
}
.table--scroll__btn.left > span:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 5px;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #000000 transparent transparent;
  content: "";
}
.table--scroll__btn.left > span:after {
  content: none;
}
.table--scroll__btn:hover {
  cursor: pointer;
}
@media (min-width: 700px) {
  .table--scroll__btn {
    display: none;
  }
}
.table--scroll.js-scroll-left {
  margin-right: -2rem;
}
@media (min-width: 700px) {
  .table--scroll.js-scroll-left {
    margin-right: -4rem;
  }
}
.table--scroll.js-scroll-left .left {
  display: none;
}
.table--scroll.js-scroll-left .right {
  display: block;
}
.table--scroll.js-scroll-right {
  margin-left: -2rem;
}
@media (min-width: 700px) {
  .table--scroll.js-scroll-right {
    margin-left: -4rem;
  }
}
.table--scroll.js-scroll-right .right {
  display: none;
}
.table--scroll.js-scroll-right .left {
  display: block;
}
@media (min-width: 700px) {
  .table--scroll.js-scroll-right .right,
.table--scroll.js-scroll-right .left, .table--scroll.js-scroll-left .right,
.table--scroll.js-scroll-left .left {
    display: none;
  }
}
.table table tr, .table table th {
  min-width: 200px;
}
.table table th {
  text-align: left;
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
.accordion {
  padding: 40px 0;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .accordion {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .accordion {
    padding: 100px 0;
  }
}
.accordion::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.accordion__inner {
  max-width: 800px;
  margin: 0 auto;
}
.accordion__header {
  margin: 0 0 12px;
}
@media screen and (min-width: 700px) {
  .accordion__header {
    margin: 0 0 19px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__header {
    margin: 0 0 21px;
  }
}
.accordion__header h2 {
  margin: 0;
  color: #ffffff;
}
.accordion__intro {
  margin: 0 0 23px;
}
@media screen and (min-width: 700px) {
  .accordion__intro {
    margin: 0 0 38px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__intro {
    margin: 0 0 40px;
  }
}
.accordion__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.accordion__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.accordion__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.accordion__all, .program-accordion .program-accordion__all {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  .accordion__all, .program-accordion .program-accordion__all {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__all, .program-accordion .program-accordion__all {
    margin: 0 0 24px;
  }
}
.accordion__all-icon, .program-accordion .program-accordion__all-icon {
  width: 17px;
  height: 17px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 3px;
  left: 6px;
}
.accordion__all-icon::before, .program-accordion .program-accordion__all-icon::before, .accordion__all-icon::after, .program-accordion .program-accordion__all-icon::after {
  width: 17px;
  position: absolute;
  border-top: solid 2px #ffc61e;
}
.accordion__all button, .program-accordion .program-accordion__all button {
  padding: 0 10px 0 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  color: #ffc61e;
  background-color: transparent;
  border: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.accordion__all button:focus, .program-accordion .program-accordion__all button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 1025px) {
  .accordion__all button, .program-accordion .program-accordion__all button {
    font-size: 1.8rem;
  }
}
.accordion__all button.js-disabled, .program-accordion .program-accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.accordion__expand-all, .program-accordion .program-accordion__expand-all {
  margin: 0 21px 0 0;
}
.accordion__expand-all-icon::before, .program-accordion .program-accordion__expand-all-icon::before, .accordion__expand-all-icon::after, .program-accordion .program-accordion__expand-all-icon::after {
  content: "";
}
.accordion__expand-all-icon::after, .program-accordion .program-accordion__expand-all-icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__collapse-all-icon::before, .program-accordion .program-accordion__collapse-all-icon::before {
  content: "";
}
.accordion__items {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .accordion__items {
    border-radius: 15px;
  }
}
.accordion__item {
  margin: 0;
  border-bottom: solid 1px #8393a7;
}
.accordion__toggle {
  padding: 20px 20px 19px 59px;
  display: block;
  width: 100%;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #002142;
  background-color: #ffffff;
  border: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.accordion__toggle:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .accordion__toggle {
    padding: 28px 20px 25px 78px;
    font-size: 2.4rem;
    -webkit-transition: background-color 0.3s, padding 0.3s;
    -o-transition: background-color 0.3s, padding 0.3s;
    transition: background-color 0.3s, padding 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__toggle {
    padding: 27px 20px 24px 89px;
    font-size: 2.6rem;
  }
}
.accordion__toggle.js-expanded {
  background-color: #dfeaf4;
}
@media screen and (min-width: 700px) {
  .accordion__toggle.js-expanded {
    padding: 27px 20px 23px 75px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__toggle.js-expanded {
    padding: 26px 20px 22px 86px;
  }
}
.accordion__toggle.js-expanded .accordion__icon, .accordion__toggle.js-expanded .program-accordion__bttn {
  background-color: rgba(0, 33, 66, 0.6);
}
@media screen and (min-width: 700px) {
  .accordion__toggle.js-expanded .accordion__icon, .accordion__toggle.js-expanded .program-accordion__bttn {
    width: 30px;
    height: 30px;
    top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__toggle.js-expanded .accordion__icon, .accordion__toggle.js-expanded .program-accordion__bttn {
    top: 41px;
  }
}
.accordion__toggle.js-expanded .accordion__icon::before, .accordion__toggle.js-expanded .program-accordion__bttn::before, .accordion__toggle.js-expanded .accordion__icon::after, .accordion__toggle.js-expanded .program-accordion__bttn::after {
  border-color: #ffffff;
}
@media screen and (min-width: 700px) {
  .accordion__toggle.js-expanded .accordion__icon::before, .accordion__toggle.js-expanded .program-accordion__bttn::before {
    width: 14px;
  }
}
.accordion__toggle.js-expanded .accordion__icon::after, .accordion__toggle.js-expanded .program-accordion__bttn::after {
  width: 0;
}
.accordion__icon, .program-accordion__bttn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32px;
  left: 20px;
  background-color: #ffc61e;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s, height 0.3s, top 0.3s;
  -o-transition: width 0.3s, height 0.3s, top 0.3s;
  transition: width 0.3s, height 0.3s, top 0.3s;
}
@media screen and (min-width: 700px) {
  .accordion__icon, .program-accordion__bttn {
    width: 33px;
    height: 33px;
    top: 42px;
    left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__icon, .program-accordion__bttn {
    top: 42px;
    left: 40px;
  }
}
.accordion__icon::before, .program-accordion__bttn::before, .accordion__icon::after, .program-accordion__bttn::after {
  content: "";
  width: 11px;
  position: absolute;
  border-top: solid 2px #000000;
  -webkit-transition: width 0.3s, border-color 0.3s;
  -o-transition: width 0.3s, border-color 0.3s;
  transition: width 0.3s, border-color 0.3s;
}
@media screen and (min-width: 700px) {
  .accordion__icon::before, .program-accordion__bttn::before, .accordion__icon::after, .program-accordion__bttn::after {
    width: 17px;
  }
}
.accordion__icon::after, .program-accordion__bttn::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__content {
  padding: 22px 20px 28px;
  display: none;
  position: relative;
  color: #002142;
  background-color: #dfeaf4;
}
@media screen and (min-width: 700px) {
  .accordion__content {
    padding: 25px 30px 41px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__content {
    padding: 26px 40px 41px;
  }
}
.accordion__content::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 20px;
  border-top: solid 1px #8393a7;
}
@media screen and (min-width: 700px) {
  .accordion__content::before {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1025px) {
  .accordion__content::before {
    width: calc(100% - 60px);
  }
}
.accordion__content .views-element-container {
  width: 100%;
}
.accordion__copy {
  width: 100%;
}
.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}
@media (max-width: 699px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}
.accordion__top {
  margin: 4px 0 0;
  padding: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #0048b5;
  background: transparent;
  border: 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background-image: -webkit-gradient(linear, left top, right top, from(#002142), to(#002142));
  background-image: -o-linear-gradient(left, #002142 0%, #002142 100%);
  background-image: linear-gradient(to right, #002142 0%, #002142 100%);
  background-repeat: no-repeat;
  background-size: 100% 0px;
  background-position: 0 105%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.accordion__top:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .accordion__top:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.accordion__top:hover .last-word span::before, .accordion__top:hover .last-word span::after {
  border-color: #002142;
}
.accordion__top .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion__top .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .accordion__top .last-word span {
    margin: 0 0 0 10px;
  }
}
.accordion__top .last-word span::before, .accordion__top .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.accordion__top .last-word span::before {
  border-top: solid 2px #0048b5;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .accordion__top .last-word span::before {
    width: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__top .last-word span::before {
    width: 13px;
  }
}
.accordion__top .last-word span::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #0048b5;
  border-bottom: solid 2px #0048b5;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .accordion__top .last-word span::after {
    margin-left: -9.1px;
    width: 8.45px;
    height: 8.45px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__top .last-word span::after {
    margin-left: -7.54px;
    width: 7.54px;
    height: 7.54px;
  }
}
.accordion__top:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
.accordion__top:hover {
  color: #002142;
  background-position: 0 98%;
  background-size: 100% 2px;
}
.accordion__top:hover .last-word span {
  margin: 0 0 0 8px;
}
@media screen and (min-width: 1025px) {
  .accordion__top:hover .last-word span {
    margin: 0 0 0 10px;
  }
}
.accordion__top .last-word span {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/**
 * @file
 * Award
 *
 * Contains styles for Awards in WYSIWYG region.
 */
.award {
  clear: both;
}
.award__item {
  margin: 0 0 1em;
}
.award__title {
  font-weight: 700;
  margin: 0;
}

/**
 * @file
 * Form
 *
 * Contains styles for forms in main content region.
 */
.main .form {
  margin: 2rem 0 3.7rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 700px) {
  .main .form {
    margin: 2rem 0 4.8rem;
  }
}
.main .form * {
  font-family: inherit;
}
.main .form__requirements {
  margin: 0 0 2.4rem;
}
.main .form__item {
  margin: 0 0 2.7rem;
  padding: 0;
}
.main .form--fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.9rem;
}
.main .form label,
.main .form legend {
  display: block;
  margin: 0 0 0.8rem;
  font-weight: 600;
}
.main .form label {
  cursor: pointer;
}
.main .form legend {
  margin: 0 0 1.3rem;
  font-weight: 700;
}
.main .form__checkbox {
  color: #ffffff;
}
.main .form__checkbox label {
  color: #002142;
}
.main .form__checkbox, .main .form__radio {
  position: relative;
  margin: 0 0 0.9rem;
}
.main .form__checkbox:last-child, .main .form__radio:last-child {
  margin: 0;
}
.main .form__checkbox label, .main .form__radio label {
  padding-left: 2.4rem;
  font-weight: 400;
  margin: 0;
}
.main .form textarea:focus-visible,
.main .form input:not([type=radio], [type=checkbox], [type=button], [type=submit]):focus-visible {
  outline: 1px solid #002142;
  outline-offset: 2px;
}
.main .form input,
.main .form textarea {
  display: block;
  width: 100%;
  max-width: 28rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid #8393a7;
  color: #002142;
}
.main .form input[type=checkbox], .main .form input[type=radio],
.main .form textarea[type=checkbox],
.main .form textarea[type=radio] {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}
.main .form input[type=checkbox]:focus-visible, .main .form input[type=radio]:focus-visible,
.main .form textarea[type=checkbox]:focus-visible,
.main .form textarea[type=radio]:focus-visible {
  outline: 1px solid #002142;
  outline-offset: 2px;
}
.main .form input[type=checkbox],
.main .form textarea[type=checkbox] {
  background-color: transparent;
}
.main .form input[type=checkbox]:checked,
.main .form textarea[type=checkbox]:checked {
  background-color: #004c97;
  border-color: #004c97;
}
.main .form input[type=checkbox]:checked + svg,
.main .form textarea[type=checkbox]:checked + svg {
  opacity: 1;
}
.main .form input[type=checkbox] + svg,
.main .form textarea[type=checkbox] + svg {
  position: absolute;
  top: 7px;
  left: 2.5px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.main .form input[type=radio],
.main .form textarea[type=radio] {
  border-radius: 50%;
}
.main .form input[type=radio]:checked,
.main .form textarea[type=radio]:checked {
  background: #ffffff;
  border-color: #004c97;
  border-width: 0.4rem;
}
.main .form--textarea {
  margin: 0 0 2.9rem;
}
.main .form textarea {
  min-height: 11.8rem;
}
.main .form--select {
  margin: 2.6rem 0 2.7rem;
}
.main .form--select__wrapper {
  display: inline;
  position: relative;
}
.main .form--select__wrapper::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  right: 7px;
  border-bottom: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.main .form--select label {
  font-weight: 700;
}
.main .form select {
  width: 100%;
  max-width: 28rem;
  padding: 1rem 2rem 1.4rem 0.3rem;
  color: #002142;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8393a7;
}
.main .form select:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
.main .form input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 1.1rem 2rem 1rem;
  border-radius: 3.9rem;
  background: #ffc61e;
  color: #000000;
  border: 2px solid #ffc61e;
  font-weight: 700;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.main .form input[type=submit]:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
@media screen and (min-width: 1025px) {
  .main .form input[type=submit] {
    font-size: 1.8rem;
    padding: 1.5rem 2.7rem 1.3rem;
  }
}
.main .form input[type=submit]:hover {
  text-decoration: none;
  background: #ffffff;
}

button:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist {
  margin: 40px 0;
}
@media screen and (min-width: 700px) {
  .genimglist {
    margin: 60px 0;
  }
}
@media screen and (min-width: 700px) {
  .genimglist {
    margin: 100px 0;
  }
}
.genimglist.js-active .genimglist__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.genimglist.js-active .genimglist__item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.genimglist__header {
  margin: 0 0 12px;
}
@media screen and (min-width: 700px) {
  .genimglist__header {
    margin: 0 0 18px;
  }
}
@media screen and (min-width: 700px) {
  .genimglist__header {
    margin: 0 0 21px;
  }
}
.genimglist__header h2 {
  margin: 0;
}
.genimglist__intro {
  margin: 0 0 25px;
}
@media screen and (min-width: 700px) {
  .genimglist__intro {
    margin: 0 0 18px;
  }
}
.genimglist__item {
  margin: 0 0 25px;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 700px) {
  .genimglist__item {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .genimglist__item {
    margin: 0 0 19px;
  }
}
.genimglist__item:last-child {
  margin: 0;
}
.genimglist__img {
  margin: 0 0 15px;
}
@media (min-width: 700px) {
  .genimglist__img {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 48.4%;
        -ms-flex-preferred-size: 48.4%;
            flex-basis: 48.4%;
  }
}
@media screen and (min-width: 1025px) {
  .genimglist__img {
    -webkit-flex-basis: 49.15%;
        -ms-flex-preferred-size: 49.15%;
            flex-basis: 49.15%;
  }
}
.genimglist__img img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 700px) {
  .genimglist__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1025px) {
  .genimglist__content {
    padding: 17px 0 0;
  }
}
.genimglist__title {
  margin: 0 0 14px;
}
@media screen and (min-width: 700px) {
  .genimglist__title {
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1025px) {
  .genimglist__title {
    margin: 0 0 17px;
  }
}
.genimglist__title h3, .genimglist__title .areas-of-interest__other h2, .areas-of-interest__other .genimglist__title h2,
.genimglist__title h3 a,
.genimglist__title .areas-of-interest__other h2 a,
.areas-of-interest__other .genimglist__title h2 a {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .genimglist__title h3, .genimglist__title .areas-of-interest__other h2, .areas-of-interest__other .genimglist__title h2,
.genimglist__title h3 a,
.genimglist__title .areas-of-interest__other h2 a,
.areas-of-interest__other .genimglist__title h2 a {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .genimglist__title h3, .genimglist__title .areas-of-interest__other h2, .areas-of-interest__other .genimglist__title h2,
.genimglist__title h3 a,
.genimglist__title .areas-of-interest__other h2 a,
.areas-of-interest__other .genimglist__title h2 a {
    font-size: 2.6rem;
  }
}
.genimglist__title h3, .genimglist__title .areas-of-interest__other h2, .areas-of-interest__other .genimglist__title h2 {
  margin: 0;
  font-weight: 700;
  color: #000000;
}
.genimglist__title a {
  font-weight: 800;
  color: #0048b5;
  text-decoration: none;
}
.genimglist__title a:hover {
  color: #002142;
  text-decoration: none;
}
.genimglist__subtitle {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 700px) {
  .genimglist__subtitle {
    margin: 0 0 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .genimglist__subtitle {
    margin: 0 0 18px;
  }
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
.instagram {
  margin: 40px 0;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  .instagram {
    margin: 60px 0 30px;
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .instagram {
    margin: 100px 0 65px;
    padding: 44px 0 0;
  }
}
.instagram.js-active .instagram__tile {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.instagram.js-active .instagram__tile:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.instagram.js-active .instagram__tile:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.instagram::before {
  content: "";
  width: 100vw;
  height: 84.5%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
}
@media screen and (min-width: 700px) {
  .instagram::before {
    height: 82.5%;
  }
}
@media screen and (min-width: 1025px) {
  .instagram::before {
    height: 96%;
  }
}
.instagram__top {
  margin: 0 0 28px;
}
@media screen and (min-width: 700px) {
  .instagram__top {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__top {
    margin: 0 0 -28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__header {
    margin: 50px 0;
  }
}
.instagram__header h2 {
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .instagram__header + .instagram__cta {
    display: block;
  }
}
.instagram__feed {
  margin: 0 0 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 700px) {
  .instagram__feed {
    margin: 0 0 -19px;
    gap: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .instagram__feed + .instagram__cta {
    display: block;
  }
}
.instagram__tile {
  padding: 31% 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 6.6666666667px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 6.6666666667px);
          flex: 0 0 calc(33.3333333333% - 6.6666666667px);
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 700px) {
  .instagram__tile {
    padding: 30.75% 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 9.3333333333px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 9.3333333333px);
            flex: 0 0 calc(33.3333333333% - 9.3333333333px);
  }
}
@media screen and (min-width: 1025px) {
  .instagram__tile {
    padding: 32.45% 0 0;
  }
}
.instagram__tile:nth-of-type(3) ~ .instagram__tile {
  display: none;
}
.instagram__link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 6px;
}
.instagram__link:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .instagram__link {
    border-radius: 10px;
  }
}
.instagram__cta {
  position: relative;
  display: none;
}
.instagram__cta .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.instagram__cta .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.instagram__cta .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .instagram__cta .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.instagram__cta .cta:only-child:hover .last-word span::before, .instagram__cta .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.instagram__cta .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instagram__cta .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .instagram__cta .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.instagram__cta .cta:only-child .last-word span::before, .instagram__cta .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.instagram__cta .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .instagram__cta .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__cta .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.instagram__cta .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .instagram__cta .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__cta .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .instagram__cta .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__cta .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .instagram__cta .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .instagram__cta .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .instagram__cta .cta:only-child {
      min-height: 192px;
    }
  }
}
.instagram__cta .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.instagram__cta .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.instagram__cta .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (min-width: 700px) {
  .instagram__cta {
    text-align: right;
  }
}
.instagram__cta .cta:only-child {
  position: relative;
}
@media screen and (min-width: 700px) {
  .instagram__cta .cta:only-child {
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__cta .cta:only-child {
    top: 5px;
  }
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list__item {
  padding: 0.5rem;
  border-bottom: 1px solid #000000;
}
@media (min-width: 700px) {
  .program-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.program-list__program {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistic: 3 up feature object.
 */
@media screen and (min-width: 700px) {
  .stat3up {
    margin: 2rem 0 4.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .stat3up {
    margin: 2rem 0 9.5rem;
  }
}
.stat3up.js-active .stat3up__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.stat3up.js-active .stat3up__item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.stat3up.js-active .stat3up__item:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.stat3up__intro {
  margin: 1rem 0 2.9rem;
}
@media screen and (min-width: 1025px) {
  .stat3up__intro {
    margin: 1rem 0 3.1rem;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 700px) {
  .stat3up__header h2 {
    margin: 0 0 1.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .stat3up__header h2 {
    margin: 0 0 2.1rem;
  }
}
@media screen and (min-width: 700px) {
  .stat3up .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    margin: 0;
  }
}
@media screen and (min-width: 700px) {
  .stat3up .column__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: calc(33.3333333333% - 2rem);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .stat3up .column__col {
    max-width: calc(33.3333333333% - 4.6666666667rem);
  }
}
.stat3up__item {
  margin: 0 0 2.8rem;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 700px) {
  .stat3up__item {
    margin: 0;
  }
}
.stat3up__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  margin: 0 0 1rem;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
  background-color: #aae3f9;
  border-radius: 1.2rem;
}
@media screen and (min-width: 700px) {
  .stat3up__number {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .stat3up__number {
    margin: 0 0 2.1rem;
    font-size: 4rem;
    line-height: 4.9rem;
  }
}
.stat3up__caption {
  padding: 0 1rem;
  margin: 0 0 0.9rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 700px) {
  .stat3up__caption {
    padding: 0 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .stat3up__caption {
    padding: 0 1rem;
    margin: 0 0 1.1rem;
    font-size: 2.4rem;
  }
}
.stat3up__cta {
  padding: 0 1rem;
  margin: 0 0 0.9rem;
}
@media screen and (min-width: 700px) {
  .stat3up__cta {
    padding: 0 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .stat3up__cta {
    padding: 0 1rem;
  }
}

/**
 * @file
 * Events 3 Up Feature
 *
 * Contains styles for Events 3 Up content object.
 */
.events3up {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  background: #004c97;
}
@media screen and (min-width: 700px) {
  .events3up {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .events3up {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 700px) {
  .events3up {
    margin-left: -4rem;
    margin-right: -4rem;
    padding-top: 6rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .events3up {
    padding-top: 10rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.events3up.js-active .events3up__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.events3up.js-active .events3up__item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.events3up.js-active .events3up__item:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.events3up__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin: 0 0 3rem;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 700px) {
  .events3up__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.events3up__right {
  margin-top: -0.3rem;
}
.events3up__date {
  width: 6.535rem;
  height: 6.925rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.535rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 6.535rem;
          flex: 0 0 6.535rem;
  background: #aae3f9;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 700px) {
  .events3up__date {
    width: 74px;
    height: 77px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.4rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 7.4rem;
            flex: 0 0 7.4rem;
    border-radius: 15px;
  }
}
@media (min-width: 1025px) {
  .events3up__date {
    width: 8rem;
    height: 8.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.2rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.2rem;
            flex: 0 0 8.2rem;
  }
}
.events3up__month {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .events3up__month {
    font-size: 1.4rem;
  }
}
.events3up__day {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .events3up__day {
    font-size: 4rem;
  }
}
@media screen and (min-width: 700px) {
  .events3up__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.7rem;
  }
}
.events3up__header .cta {
  display: none;
  margin-bottom: 0;
}
.events3up__header .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .events3up__header .cta {
    display: block;
  }
}
.events3up__header h2 {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .events3up__header h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .events3up__intro {
    font-size: 2.4rem;
  }
}
.events3up__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.events3up__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.events3up__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.events3up__header h2, .events3up__intro, .events3up__data {
  color: #ffffff;
}
.events3up__location, .events3up__time {
  display: inline-block;
}
@media screen and (min-width: 700px) {
  .events3up__bottom {
    display: none;
  }
}
.events3up__bottom .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.events3up .column {
  margin-top: 3.9rem;
}
@media screen and (min-width: 1025px) {
  .events3up .column {
    margin-top: 4.9rem;
    margin-bottom: 6.6rem;
  }
}
.events3up h3, .events3up .areas-of-interest__other h2, .areas-of-interest__other .events3up h2 {
  margin: 0.5rem 0 1.3rem;
  color: #ffffff;
}
.events3up h3 a, .events3up .areas-of-interest__other h2 a, .areas-of-interest__other .events3up h2 a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
  font-weight: 600;
}
.events3up h3 a:focus, .events3up .areas-of-interest__other h2 a:focus, .areas-of-interest__other .events3up h2 a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.events3up h3 a:hover, .events3up .areas-of-interest__other h2 a:hover, .areas-of-interest__other .events3up h2 a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display {
  margin: 40px 0;
}
@media screen and (min-width: 700px) {
  .story-display {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .story-display {
    margin: 100px 0;
  }
}
.story-display__header {
  margin: 0 0 1.8rem;
}
@media (min-width: 1025px) {
  .story-display__header {
    margin: 0 0 2rem;
  }
}
.story-display__header h2 {
  margin: 0;
}
.story-display__intro {
  margin: 0 0 3.1rem;
}
@media (min-width: 1025px) {
  .story-display__intro {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
  }
}
.story-display__wrap {
  padding: 3rem 2rem 2.8rem;
  background-color: #aae3f9;
  border-radius: 1.2rem;
}
@media (min-width: 700px) {
  .story-display__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3.1rem 3.5rem 3rem;
    border-radius: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .story-display__wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 4rem;
    padding: 5rem 3.5rem 5rem 0;
  }
}
.story-display__img {
  overflow: hidden;
  margin: 0 0 1.7rem -2rem;
  border-radius: 0 1rem 1rem 0;
}
@media (min-width: 700px) {
  .story-display__img {
    width: 43.6%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 3.5rem 1.7rem -3.5rem;
  }
}
@media (min-width: 1025px) {
  .story-display__img {
    margin: 0;
    width: 34.2%;
  }
}
.story-display__img img {
  width: 100%;
}
@media (min-width: 700px) {
  .story-display__quote-holder {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 54.6%;
    padding-top: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .story-display__quote-holder {
    width: 34.4%;
  }
}
.story-display__quote {
  position: relative;
  margin: 0 0 1.1rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #004c97;
}
@media (min-width: 700px) {
  .story-display__quote {
    margin: 0 0 1.5rem;
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1025px) {
  .story-display__quote {
    margin: 0 0 3.6rem;
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
.story-display__quote:before {
  content: "“";
  position: absolute;
  top: 0px;
  left: -1.3rem;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.story-display__title {
  margin: 0 0 0.7rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 700;
}
@media (min-width: 700px) {
  .story-display__title {
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 1025px) {
  .story-display__title {
    margin: 0 0 0.6rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.story-display__title a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.story-display__subtitle {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}
@media (min-width: 700px) {
  .story-display__subtitle {
    font-weight: 500;
  }
}
@media (min-width: 1025px) {
  .story-display__subtitle {
    line-height: 2.08rem;
  }
}
@media (min-width: 700px) {
  .story-display__caption {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 1.9rem 0 0;
    color: #000000;
  }
}
@media (min-width: 1025px) {
  .story-display__caption {
    width: 24%;
    margin: 0.9rem 0 0;
  }
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
.twitter {
  position: relative;
  padding: 0 0 14.5rem;
}
@media (min-width: 700px) {
  .twitter {
    padding: 0;
    margin: 0 0 6rem;
  }
}
@media (min-width: 1025px) {
  .twitter {
    margin: 11.9rem 0 8rem;
  }
}
.twitter.js-active .twitter__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.twitter.js-active .twitter__item:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.twitter.js-active .twitter__item:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.twitter__title {
  margin: 0 0 2.4rem;
}
@media (min-width: 700px) {
  .twitter__title {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1025px) {
  .twitter__title {
    margin: 0 0 5rem;
  }
}
.twitter__title h2 {
  margin: 0;
  color: #004c97;
}
.twitter__cta {
  position: relative;
}
.twitter__cta .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.twitter__cta .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.twitter__cta .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .twitter__cta .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.twitter__cta .cta:only-child:hover .last-word span::before, .twitter__cta .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.twitter__cta .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twitter__cta .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .twitter__cta .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.twitter__cta .cta:only-child .last-word span::before, .twitter__cta .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.twitter__cta .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .twitter__cta .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .twitter__cta .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.twitter__cta .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .twitter__cta .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .twitter__cta .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .twitter__cta .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .twitter__cta .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .twitter__cta .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .twitter__cta .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .twitter__cta .cta:only-child {
      min-height: 192px;
    }
  }
}
.twitter__cta .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.twitter__cta .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.twitter__cta .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media (min-width: 700px) {
  .twitter__cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .twitter__cta {
    width: auto;
    height: auto;
    left: auto;
    right: 9.7rem;
    top: 3.6rem;
  }
}
.twitter__cta-holder {
  position: absolute;
  bottom: 13.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 700px) {
  .twitter__cta-holder {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: calc(50% - 0.7rem);
    min-height: 17rem;
  }
}
@media (min-width: 1025px) {
  .twitter__cta-holder {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 0;
    width: auto;
  }
}
@media (min-width: 700px) {
  .twitter__cta-holder .cta--button.cta--button, .twitter__cta-holder .sticky-ctas__chat {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 700px) {
  .twitter__feed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem 1.4rem;
  }
}
.twitter__item {
  overflow: hidden;
  padding: 2.2rem 2rem 2rem;
  margin: 0 0 1.5rem;
  background-color: #aae3f9;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border-radius: 1rem;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 700px) {
  .twitter__item {
    padding: 2.5rem 2.4rem 3.1rem;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .twitter__item {
    padding: 3.1rem 3rem 3.7rem;
  }
}
.twitter__item:last-child, .twitter__item:nth-child(5) {
  display: none;
}
.twitter__item:nth-child(2), .twitter__item:nth-child(3), .twitter__item:nth-child(4) {
  display: block;
}
@media (min-width: 700px) {
  .twitter__item:nth-child(2), .twitter__item:nth-child(3), .twitter__item:nth-child(4) {
    width: calc(50% - 0.7rem);
  }
}
@media (min-width: 1025px) {
  .twitter__item:nth-child(2), .twitter__item:nth-child(3), .twitter__item:nth-child(4) {
    width: calc(33.3333333333% - 0.9333333333rem);
  }
}
.twitter__item:nth-child(2) {
  background-color: #aae3f9;
}
.twitter__item:nth-child(2) a {
  color: #0048b5;
}
.twitter__item:nth-child(3) {
  background-color: #002142;
  color: #ffffff;
}
.twitter__item:nth-child(3) a {
  color: #ffc61e;
}
.twitter__item:nth-child(3) a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.twitter__item:nth-child(4) {
  background-color: #004c97;
  color: #ffffff;
}
.twitter__item:nth-child(4) a {
  color: #ffc61e;
}
.twitter__item:nth-child(4) a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.twitter__item a {
  font-weight: 600;
  word-break: break-all;
}
.twitter__item a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 700px) {
  .vid-inline {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .vid-inline {
    margin-bottom: 10.2rem;
  }
}
.vid-inline__container {
  position: relative;
}
.vid-inline__container.js-playing + .vid-inline__caption {
  display: none;
}
.vid-inline__cover {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  color: #002142;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.vid-inline__cover:focus {
  outline: solid 1px #ffffff;
  outline-offset: -5px;
}
.vid-inline__cover:hover {
  color: #ffffff;
}
.vid-inline__cover:hover:after {
  background: rgba(0, 33, 66, 0.7);
}
.vid-inline__cover:before, .vid-inline__cover:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.vid-inline__cover::before {
  margin: 0;
  height: 60px;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='60px' height='60px' viewBox='0 0 128 128' xml:space='preserve'%3e%3cg%3e%3cpath d='M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z' fill='%23000000' fill-opacity='1'/%3e%3canimateTransform attributeName='transform' type='rotate' from='0 64 64' to='-90 64 64' dur='800ms' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-size: contain;
  border: 0;
  opacity: 0;
}
.vid-inline__cover:after {
  width: 64px;
  height: 64px;
  border: 1px solid #ffc61e;
  border-radius: 100%;
  background: #ffc61e;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 700px) {
  .vid-inline__cover:after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .vid-inline__cover:after {
    width: 126px;
    height: 126px;
  }
}
.vid-inline__cover.js-loading:hover:before {
  opacity: 1;
}
.vid-inline__cover.js-loading:after {
  display: none;
}
.vid-inline__cover.js-loading svg {
  display: none;
}
.vid-inline__cover.js-hide {
  display: block;
  z-index: 1;
  opacity: 0;
}
.vid-inline__cover img {
  width: 100%;
  opacity: 0.7;
  z-index: -1;
  position: relative;
}
.vid-inline__cover svg {
  margin: 0 0 0 4px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 700px) {
  .vid-inline__cover svg {
    width: 23px;
  }
}
@media screen and (min-width: 1025px) {
  .vid-inline__cover svg {
    margin: 0 0 0 6px;
    width: auto;
  }
}
.vid-inline__embed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.vid-inline__embed.js-show {
  z-index: 2;
  opacity: 1;
}
.vid-inline__embed.js-show iframe {
  visibility: visible;
}
.vid-inline iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  visibility: hidden;
}
.vid-inline__caption {
  font-size: 1.4rem;
  padding: 16px 20px;
  background-color: #002142;
  color: #ffffff;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 700px) {
  .vid-inline__caption {
    position: absolute;
    padding: 13px 16px;
    max-width: calc(100% - 36px);
    bottom: 18px;
    left: 18px;
    border-radius: 10px;
    background-color: rgba(0, 33, 66, 0.7);
    z-index: 3;
  }
}
@media screen and (min-width: 1025px) {
  .vid-inline__caption {
    padding: 15px 21px;
    bottom: 19px;
  }
}
.vid-inline__caption a {
  color: #ffffff;
}
.vid-inline__caption a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}

/**
 * @file
 * Pager
 *
 * Contains styles for the pager on listing pages.
 */
.pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.pager__list .pager__item {
  margin: 0 5px;
}
.pager__list .icon-arrow-left,
.pager__list .icon-arrow-right {
  display: block;
  position: relative;
  width: 40px;
  top: 50%;
}
.pager__list .icon-arrow-left:after,
.pager__list .icon-arrow-right:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * @file
 * Carousel
 *
 * Contains styles for carousel object.
 */
.carousel {
  position: relative;
  margin: 40px 0;
  padding: 4.5rem 0 3rem;
}
@media (min-width: 700px) {
  .carousel {
    margin: 60px 0;
    padding: 6.4rem 0 5rem;
  }
}
@media (min-width: 1025px) {
  .carousel {
    margin: 100px 0;
    padding: 8.3rem 0 8.5rem;
  }
}
.carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: -o-radial-gradient(-13.96% 46.09%, 39.14% 345.77%, #b79784 0%, #004c97 100%), #004c97;
  background: radial-gradient(39.14% 345.77% at -13.96% 46.09%, #b79784 0%, #004c97 100%), #004c97;
  z-index: -1;
}
.carousel__header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 700px) {
  .carousel__header {
    margin: 0 auto 1.8rem;
  }
}
@media (min-width: 1025px) {
  .carousel__header {
    margin: 0 auto 2rem;
  }
}
.carousel__header h2 {
  margin: 0;
  color: #ffffff;
}
.carousel__intro {
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin: 1rem 0 1.5rem;
}
@media (min-width: 700px) {
  .carousel__intro {
    margin: 1rem auto 2.9rem;
  }
}
@media (min-width: 1025px) {
  .carousel__intro {
    margin: 1rem auto 2.1rem;
  }
}
.carousel__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.carousel__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.carousel__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
@media (min-width: 1025px) {
  .carousel__wrapper {
    margin: 0 calc((100vw - 100%) / 2 * -1);
  }
}
.carousel .slick-list {
  width: 100vw;
  margin: 0 -2rem;
  padding: 1rem 2.5rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 700px) {
  .carousel .slick-list {
    margin: 0 -4rem;
    padding: 0 3.5rem;
  }
}
@media (min-width: 1025px) {
  .carousel .slick-list {
    margin: 0;
    padding: 0;
  }
}
.carousel .slick-slide {
  overflow: hidden;
  margin: 0 5px;
  border-radius: 1.2rem;
  max-width: calc(100vw - 4rem);
  -webkit-box-shadow: 0px -3px 8px rgba(0, 33, 66, 0.3);
          box-shadow: 0px -3px 8px rgba(0, 33, 66, 0.3);
}
@media (min-width: 700px) {
  .carousel .slick-slide {
    max-width: calc(100vw - 8rem);
    width: 100%;
    -webkit-box-shadow: 0px 0px 5.66494px rgba(0, 33, 66, 0.3);
            box-shadow: 0px 0px 5.66494px rgba(0, 33, 66, 0.3);
    border-radius: 1rem;
  }
}
@media (min-width: 1200px) {
  .carousel .slick-slide {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 33, 66, 0.3);
            box-shadow: 0px 0px 8px rgba(0, 33, 66, 0.3);
    max-width: 872px;
  }
}
.carousel .slick-arrow {
  padding: 0;
  width: 6.1rem;
  height: 6.1rem;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background-color: rgba(0, 33, 66, 0.7);
  border: 1px solid #8393a7;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-radius: 100%;
  position: absolute;
  right: -5rem;
  top: calc(var(--controls-top) + 0.7rem);
}
.carousel .slick-arrow:focus {
  outline: solid 1px #ffffff;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .carousel .slick-arrow {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1025px) {
  .carousel .slick-arrow {
    width: 20rem;
    height: 20rem;
  }
}
.carousel .slick-arrow:hover {
  background-color: #002142;
  border-color: #002142;
}
.carousel .slick-arrow::after {
  content: none;
}
.carousel .slick-arrow span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .carousel .slick-arrow span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.carousel .slick-arrow span[aria-hidden]:hover::before, .carousel .slick-arrow span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.carousel .slick-arrow span[aria-hidden]::before, .carousel .slick-arrow span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.carousel .slick-arrow span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .carousel .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel .slick-arrow span[aria-hidden]::before {
    width: 45px;
  }
}
.carousel .slick-arrow span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -26.1px;
    width: 26.1px;
    height: 26.1px;
  }
}
@media (min-width: 700px) {
  .carousel .slick-arrow {
    right: -10rem;
    top: calc(var(--controls-top) + 1rem);
  }
}
.carousel .slick-arrow.slick-prev {
  right: auto;
  left: -5rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media (min-width: 700px) {
  .carousel .slick-arrow.slick-prev {
    left: -10rem;
  }
}
.carousel .slick-arrow span[aria-hidden] {
  margin: 0 0 0 -85px;
}
@media screen and (min-width: 700px) {
  .carousel .slick-arrow span[aria-hidden] {
    margin: 0 0 0 -175px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel .slick-arrow span[aria-hidden] {
    margin: 0 0 0 -300px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -29px;
  }
}
.carousel__dots {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel__dots li {
  margin: 0 6.5px;
}
.carousel__dots li::before {
  content: none;
}
.carousel__dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #aae3f9;
  border: solid 2px #aae3f9;
  border-radius: 10px;
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
}
.carousel__dots li button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.carousel__dots li button[aria-current=true] {
  width: 14px;
  height: 14px;
  background-color: #ffc61e;
  border-color: #ffc61e;
}
.carousel__item {
  position: relative;
  width: 100%;
  display: block !important;
}
.carousel__caption {
  position: relative;
  padding: 1.8rem 2rem 1.5rem;
  background-color: #0d2e5c;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: none;
}
@media (min-width: 700px) {
  .carousel__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 33, 66, 0.7);
  }
}
@media (min-width: 1025px) {
  .carousel__caption {
    padding: 3.5rem 4rem 3.9rem;
  }
}
.carousel__caption a {
  color: #ffc61e;
  font-weight: 600;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
}
.carousel__caption a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.carousel__caption a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.carousel__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 1.2rem 1.2rem;
  -webkit-transition: border-radius 0.3s ease;
  -o-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
@media (min-width: 700px) {
  .carousel__img {
    position: relative;
    padding-top: 44.9%;
    border-radius: 0 0 1rem 1rem;
    -webkit-transition: border-radius 0.3s ease, padding 0.3s ease;
    -o-transition: border-radius 0.3s ease, padding 0.3s ease;
    transition: border-radius 0.3s ease, padding 0.3s ease;
  }
}
.is-visible .carousel__img {
  border-radius: 0;
}
@media (min-width: 700px) {
  .is-visible .carousel__img {
    padding-top: 66.5%;
    -webkit-transition: border-radius 0.3s ease, padding 0.3s ease 0.3s;
    -o-transition: border-radius 0.3s ease, padding 0.3s ease 0.3s;
    transition: border-radius 0.3s ease, padding 0.3s ease 0.3s;
  }
}
.carousel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 260/196;
}
@media (min-width: 700px) {
  .carousel__img img {
    aspect-ratio: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/**
 * @file
 * featured-background
 *
 * Contains styles for featured-background component.
 */
.featured-background {
  margin: 4rem 0;
  padding: 4rem 0;
  position: relative;
  background: #002142;
  margin-bottom: 8rem !important;
}
@media screen and (min-width: 700px) {
  .featured-background {
    padding: 6.2rem 0 5.9rem;
    margin: 6rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featured-background {
    padding: 10.2rem 0 10.2rem;
    margin: 10rem 0;
  }
}
.featured-background.single-cta {
 padding: 4rem 0 7rem;
  margin: 4rem 0;
}
@media screen and (min-width: 700px) {
  .featured-background.single-cta {
    padding: 8.2rem 0 0.7rem;
    margin: 6rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featured-background.single-cta {
    padding: 10rem 0 5.25rem;
    margin: 10rem 0;
  }
}
.featured-background__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.featured-background__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  opacity: 0.8;
}
.featured-background__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-background__header {
  position: relative;
  z-index: 2;
  margin: 0 0 1.1rem;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .featured-background__header {
    margin: 0 0 1.8rem;
  }
}
@media screen and (min-width: 700px) {
  .single-cta .featured-background__header {
    margin: 0 0 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .single-cta .featured-background__header {
    margin: 0 0 3.3rem;
  }
}
.featured-background__header h2 {
  margin: 0;
  color: #ffffff !important;
}
.featured-background__content-box {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .single-cta .featured-background__content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  .single-cta .featured-background__content-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.featured-background__intro {
  margin: 0 0 3rem;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.5 !important;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .featured-background__intro {
    max-width: 83rem;
    margin: 0 0 7.5rem;
    padding: 0 3rem 0 0;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 700px) {
  .single-cta .featured-background__intro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .single-cta .featured-background__intro {
    margin: 0;
  }
}
.featured-background__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.featured-background__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.featured-background__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.featured-background__cta-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featured-background__cta-list .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.featured-background__cta-list .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.featured-background__cta-list .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .featured-background__cta-list .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.featured-background__cta-list .cta:only-child:hover .last-word span::before, .featured-background__cta-list .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.featured-background__cta-list .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-background__cta-list .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .featured-background__cta-list .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.featured-background__cta-list .cta:only-child .last-word span::before, .featured-background__cta-list .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.featured-background__cta-list .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .featured-background__cta-list .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .featured-background__cta-list .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.featured-background__cta-list .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .featured-background__cta-list .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .featured-background__cta-list .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .featured-background__cta-list .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .featured-background__cta-list .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .featured-background__cta-list .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .featured-background__cta-list .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .featured-background__cta-list .cta:only-child {
      min-height: 192px;
    }
  }
}
.featured-background__cta-list .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.featured-background__cta-list .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured-background__cta-list .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (min-width: 700px) {
  .featured-background__cta-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.featured-background__cta-list .cta {
  margin: 0 0 1.4rem;
}
.featured-background__cta-list .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .featured-background__cta-list .cta {
    margin: 0;
  }
}
.featured-background__cta-list .cta:last-child:not(:only-child) {
  margin: 0;
}
.featured-background__cta-list .cta:only-child {
  top: -11px;
}
.featured-background__cta-list .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .featured-background__cta-list .cta:only-child {
    top: 30px;
    left: 48px;
	margin-left: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .featured-background__cta-list .cta:only-child {
    left: 75px;
	top: -1px;
	margin-left: 1rem;
  }
}
@media screen and (min-width: 1201px) {
  .featured-background__cta-list .cta:only-child {
    left: -95px;
	top: -1px;
	margin-left: 1rem;
  }
}

/**
 * @file
 * Tabs
 *
 * Contains styles for tabs content object.
 */
.tabs {
  padding: 40px 0;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .tabs {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .tabs {
    padding: 100px 0 112px;
  }
}
.tabs::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tabs__inner {
  margin: auto;
  max-width: 800px;
}
.tabs__header {
  margin: 0 0 12px;
}
@media screen and (min-width: 700px) {
  .tabs__header {
    margin: 0 0 11px;
  }
}
.tabs__header h2 {
  margin: 0;
  color: #ffffff;
}
.tabs__intro {
  margin: 0 0 24px;
}
@media screen and (min-width: 700px) {
  .tabs__intro {
    margin: 0 0 39px;
  }
}
.tabs__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.tabs__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.tabs__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.tabs__intro ul > li::before {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.tabs__intro ul > li ul > li::before {
  background-color: transparent;
}
.tabs__intro ol > li::before {
  color: #ffffff;
}
@media screen and (min-width: 880px) {
  .tabs__accordion {
    display: none;
  }
}
.tabs__accordion .accordion {
  padding: 0;
}
.tabs__accordion .accordion::before {
  content: none;
}
.tabs__accordion .accordion__toggle {
  background-color: #aae3f9;
}
.tabs__accordion .accordion__toggle.js-expanded {
  background-color: #ffffff;
}
.tabs__accordion .accordion__content {
  background-color: #ffffff;
}
.tabs__accordion .accordion__icon, .tabs__accordion .program-accordion__bttn {
  border: 1px solid #002142;
}
@media screen and (max-width: 880px) {
  .tabs__wrapper {
    display: none;
  }
}
.tabs__list {
  max-width: calc(100% - 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.tabs .tab__button {
  padding: 10px 20px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #0048b5;
  background-color: #aae3f9;
  border: none;
  border-radius: 10px 10px 0 0;
  -webkit-transition: font-weight 0.3s, background-color 0.3s;
  -o-transition: font-weight 0.3s, background-color 0.3s;
  transition: font-weight 0.3s, background-color 0.3s;
}
.tabs .tab__button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.tabs .tab__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border: solid 4px #ffffff;
  border-radius: 10px 10px 0 0;
  -webkit-transform: opacity 0.3s;
      -ms-transform: opacity 0.3s;
          transform: opacity 0.3s;
}
.tabs .tab__button[aria-selected=true] {
  background-color: #ffffff;
}
.tabs .tab__button[aria-selected=true]::before {
  opacity: 1;
}
.tabs .tab__panel {
  padding: 40px 24px;
  display: none;
  background-color: #ffffff;
  color: #002142;
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 1025px) {
  .tabs .tab__panel {
    padding: 49px 40px;
  }
}
.tabs .tab__panel.js-selected {
  display: block;
}
.tabs .tab__panel .wysiwyg *:first-child {
  margin-top: 0;
}
.tabs .highlight {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 3px #ffc61e;
}
@media screen and (min-width: 700px) {
  .tabs .highlight {
    margin: 50px 0 0;
    padding: 50px 0 0;
  }
}
.tabs .highlight__title {
  margin: 0 0 20px;
}
@media screen and (min-width: 700px) {
  .tabs .highlight__title {
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1025px) {
  .tabs .highlight__title {
    margin: 0 0 10px;
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .tabs .highlight__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
  }
}
.tabs .highlight__content .cta {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .tabs .highlight__content .cta {
    white-space: nowrap;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .tabs .highlight__content .cta {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
.tabs .highlight__body {
  margin: 0 0 19px;
}
@media screen and (min-width: 700px) {
  .tabs .highlight__body {
    margin: 0;
  }
}
.tabs .highlight__body .highlight__title {
  display: none;
}
@media screen and (min-width: 1025px) {
  .tabs .highlight__body .highlight__title {
    display: block;
  }
}

/**
 * @file
 * Spotlight
 *
 * Contains styles for Spotlight object.
 */
.spotlight {
  margin: 40px 0;
  padding: 40px 0;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .spotlight {
    margin: 60px 0;
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight {
    margin: 100px 0;
    padding: 49px 0;
  }
}
.spotlight::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background-color: #002142;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spotlight--single-cta {
  margin: 40px 0 92px;
  padding: 40px 0 68px;
}
@media screen and (min-width: 700px) {
  .spotlight--single-cta {
    margin: 60px 0 133px;
    padding: 30px 0 32px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight--single-cta {
    margin: 100px 0;
    padding: 49px 0;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight--single-cta .spotlight__content {
    padding: 30px 0 84px;
  }
}
@media screen and (min-width: 700px) {
  .spotlight__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__inner {
    gap: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__inner + .spotlight__ctas {
    display: none;
  }
}
.spotlight__image {
  margin: 0 0 30px;
  padding: 123.5% 0 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  .spotlight__image {
    margin: 0 0 30px -40px;
    padding: 38.6% 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.55%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.55%;
            flex: 0 0 33.55%;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__image {
    margin: 0 0 0 -50px;
    padding: 47.2% 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40.75%;
            flex: 0 0 40.75%;
  }
}
@media screen and (min-width: 1800px) {
  .spotlight__image {
    margin: 0;
  }
}
.spotlight__image img {
  width: calc(100% + 20px);
  max-width: unset;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}
@media screen and (min-width: 700px) {
  .spotlight__image img {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .spotlight__image img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 700px) {
  .spotlight__content {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__content {
    padding: 30px 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .spotlight__content .spotlight__ctas {
    display: none;
  }
}
.spotlight__header {
  margin: 0 0 11px;
}
@media screen and (min-width: 700px) {
  .spotlight__header {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__header {
    margin: 0 0 26px;
  }
}
.spotlight__header h2 {
  margin: 0;
  color: #ffffff !important;
}
.spotlight__subtitle {
  margin: 0 0 12px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .spotlight__subtitle {
    margin: 0 0 24px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__subtitle {
    font-size: 3.4rem;
  }
}
.spotlight__intro {
  margin: 0 0 29px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .spotlight__intro {
    margin: 0 0 48px;
    font-size: 2.4rem;
  }
}
.spotlight__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.spotlight__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.spotlight__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.spotlight__intro ul > li::before {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
@media screen and (min-width: 700px) {
  .spotlight__intro ul > li::before {
    top: 11px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__intro ul > li::before {
    top: 15px;
  }
}
.spotlight__intro ul > li ul > li::before {
  background-color: transparent;
}
.spotlight__intro ol > li::before {
  color: #ffffff;
}
.spotlight__intro > ol > li::before {
  left: -22px;
}
@media screen and (min-width: 700px) {
  .spotlight__intro > ol > li::before {
    left: -26px;
  }
}
.spotlight__ctas {
  position: relative;
}
.spotlight__ctas .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.spotlight__ctas .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.spotlight__ctas .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .spotlight__ctas .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.spotlight__ctas .cta:only-child:hover .last-word span::before, .spotlight__ctas .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.spotlight__ctas .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spotlight__ctas .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .spotlight__ctas .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.spotlight__ctas .cta:only-child .last-word span::before, .spotlight__ctas .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.spotlight__ctas .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .spotlight__ctas .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__ctas .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.spotlight__ctas .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .spotlight__ctas .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__ctas .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .spotlight__ctas .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__ctas .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .spotlight__ctas .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .spotlight__ctas .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .spotlight__ctas .cta:only-child {
      min-height: 192px;
    }
  }
}
.spotlight__ctas .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.spotlight__ctas .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spotlight__ctas .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
.spotlight__ctas .cta {
  margin: 0 0 14px;
}
.spotlight__ctas .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .spotlight__ctas .cta {
    margin: 0 12px 14px 0;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__ctas .cta {
    margin: 0 11px 14px 0;
  }
}
.spotlight__ctas .cta:last-child:not(:first-child) {
  margin: 0;
}
.spotlight__ctas .cta:only-child {
  top: -10px;
}
@media screen and (min-width: 700px) {
  .spotlight__ctas .cta:only-child {
    top: -20px;
    right: 0;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media screen and (min-width: 1025px) {
  .spotlight__ctas .cta:only-child {
    top: -25px;
    right: unset;
    left: 0;
  }
}

/**
 * @file
 * Tabs
 *
 * Contains styles for tabs content object.
 */
.location-embed {
  margin: 40px 0;
  padding: 40px 0;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .location-embed {
    margin: 60px 0;
    padding: 40px 0 52px;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed {
    margin: 100px 0;
    padding: 50px 0;
  }
}
.location-embed::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background-color: #002142;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.location-embed__inner {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 700px) {
  .location-embed__inner {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__inner {
    margin: 0;
    gap: 40px;
  }
}
.location-embed__image {
  margin: 0 0 30px -20px;
  padding: 111.8% 0 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  .location-embed__image {
    margin: 0 0 0 -40px;
    padding: 53.65% 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.85%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 54.85%;
            flex: 0 0 54.85%;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__image {
    margin: 0 0 0 -50px;
    padding: 53.4% 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.35%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 54.35%;
            flex: 0 0 54.35%;
  }
}
@media screen and (min-width: 1800px) {
  .location-embed__image {
    margin: 0;
  }
}
.location-embed__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .location-embed__image img {
    border-radius: 0 16px 16px 0;
  }
}
@media screen and (min-width: 1800px) {
  .location-embed__image img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 700px) {
  .location-embed__content {
    padding: 11px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__content {
    padding: 50px 0 0;
  }
}
.location-embed__content .location-embed__bottom {
  display: none;
}
@media screen and (min-width: 1025px) {
  .location-embed__content .location-embed__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.location-embed__header {
  margin: 0 0 20px;
}
@media screen and (min-width: 700px) {
  .location-embed__header {
    margin: 0 0 31px;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__header {
    margin: 0 0 11px;
  }
}
.location-embed__header h2 {
  margin: 0;
  color: #ffffff;
}
.location-embed__intro {
  margin: 0 0 20px;
}
@media screen and (min-width: 700px) {
  .location-embed__intro {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__intro {
    margin: 0 0 31px;
  }
}
.location-embed__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.location-embed__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.location-embed__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.location-embed__intro ul > li::before {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.location-embed__intro ul > li ul > li::before {
  background-color: transparent;
}
.location-embed__intro ol > li::before {
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .location-embed__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__bottom {
    display: none;
    gap: 19px;
  }
}
.location-embed__contact {
  margin: 0 0 18px;
}
@media screen and (min-width: 700px) {
  .location-embed__contact {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.location-embed__contact-item, .location-embed__contact-item a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.location-embed__contact-item {
  margin: 0 0 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.location-embed__contact-item.phone a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: rgba(255, 198, 30, 0);
     -moz-text-decoration-color: rgba(255, 198, 30, 0);
          text-decoration-color: rgba(255, 198, 30, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  text-decoration-thickness: 1px;
}
.location-embed__contact-item.phone a:hover {
  color: #ffc61e;
  -webkit-text-decoration-color: #ffc61e;
     -moz-text-decoration-color: #ffc61e;
          text-decoration-color: #ffc61e;
  text-underline-offset: 1.5px;
}
.location-embed__contact-item.email a {
  word-break: break-all;
  font-weight: 600;
  color: #ffc61e;
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  text-decoration-thickness: 1px;
}
.location-embed__contact-item.email a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.location-embed__contact-item a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.location-embed__contact-icon {
  width: 18px;
  color: #aae3f9;
  text-align: center;
}
.location-embed__contact-icon svg {
  position: relative;
  top: 1px;
}
.location-embed__contact h3, .location-embed__contact .areas-of-interest__other h2, .areas-of-interest__other .location-embed__contact h2 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  .location-embed__contact h3, .location-embed__contact .areas-of-interest__other h2, .areas-of-interest__other .location-embed__contact h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__contact h3, .location-embed__contact .areas-of-interest__other h2, .areas-of-interest__other .location-embed__contact h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 700px) {
  .location-embed__map {
    padding: 0 103px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__map {
    padding: 0 49px 0 0;
  }
}
.location-embed__map-wrapper {
  padding: 62.9% 0 0;
  position: relative;
}
.location-embed__map-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.location-embed__cta {
  margin: 0 0 10px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ffc61e;
}
.location-embed__cta:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .location-embed__cta:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.location-embed__cta:hover .last-word span::before, .location-embed__cta:hover .last-word span::after {
  border-color: #ffffff;
}
.location-embed__cta .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location-embed__cta .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .location-embed__cta .last-word span {
    margin: 0 0 0 10px;
  }
}
.location-embed__cta .last-word span::before, .location-embed__cta .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.location-embed__cta .last-word span::before {
  border-top: solid 2px #ffc61e;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .location-embed__cta .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__cta .last-word span::before {
    width: 22px;
  }
}
.location-embed__cta .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #ffc61e;
  border-bottom: solid 2px #ffc61e;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .location-embed__cta .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .location-embed__cta .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
.location-embed__cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .location-embed__cta {
    margin: 0 0 9px;
  }
}
.location-embed__cta:hover {
  color: #ffffff;
}

.contact-embed {
  margin: 40px 0;
}
@media screen and (min-width: 700px) {
  .contact-embed {
    margin: 60px 0;
  }
}
@media (min-width: 1025px) {
  .contact-embed {
    margin: 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact-embed.js-active .contact-card {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.contact-embed.js-active .contact-card:nth-of-type(2) {
  -webkit-transition-delay: calc(0.3s * (2 - 1));
       -o-transition-delay: calc(0.3s * (2 - 1));
          transition-delay: calc(0.3s * (2 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(3) {
  -webkit-transition-delay: calc(0.3s * (3 - 1));
       -o-transition-delay: calc(0.3s * (3 - 1));
          transition-delay: calc(0.3s * (3 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(4) {
  -webkit-transition-delay: calc(0.3s * (4 - 1));
       -o-transition-delay: calc(0.3s * (4 - 1));
          transition-delay: calc(0.3s * (4 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(5) {
  -webkit-transition-delay: calc(0.3s * (5 - 1));
       -o-transition-delay: calc(0.3s * (5 - 1));
          transition-delay: calc(0.3s * (5 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(6) {
  -webkit-transition-delay: calc(0.3s * (6 - 1));
       -o-transition-delay: calc(0.3s * (6 - 1));
          transition-delay: calc(0.3s * (6 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(7) {
  -webkit-transition-delay: calc(0.3s * (7 - 1));
       -o-transition-delay: calc(0.3s * (7 - 1));
          transition-delay: calc(0.3s * (7 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(8) {
  -webkit-transition-delay: calc(0.3s * (8 - 1));
       -o-transition-delay: calc(0.3s * (8 - 1));
          transition-delay: calc(0.3s * (8 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(9) {
  -webkit-transition-delay: calc(0.3s * (9 - 1));
       -o-transition-delay: calc(0.3s * (9 - 1));
          transition-delay: calc(0.3s * (9 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(10) {
  -webkit-transition-delay: calc(0.3s * (10 - 1));
       -o-transition-delay: calc(0.3s * (10 - 1));
          transition-delay: calc(0.3s * (10 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(11) {
  -webkit-transition-delay: calc(0.3s * (11 - 1));
       -o-transition-delay: calc(0.3s * (11 - 1));
          transition-delay: calc(0.3s * (11 - 1));
}
.contact-embed.js-active .contact-card:nth-of-type(12) {
  -webkit-transition-delay: calc(0.3s * (12 - 1));
       -o-transition-delay: calc(0.3s * (12 - 1));
          transition-delay: calc(0.3s * (12 - 1));
}
.contact-embed__header {
  margin: 0 0 2.9rem;
}
@media (min-width: 1025px) {
  .contact-embed__header {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 48%;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .contact-embed__header {
    width: 40.8%;
  }
}
.contact-embed__header h2,
.contact-embed__header h3 {
  color: #004c97;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .contact-embed__header h2 {
    font-size: 6.4rem;
    line-height: 5.6rem;
  }
}
@media (min-width: 1025px) {
  .contact-embed__intro {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
  }
}
@media (min-width: 1025px) {
  .contact-embed__list {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 52%;
  }
}
@media (min-width: 1200px) {
  .contact-embed__list {
    width: 59.2%;
  }
}
.contact-embed .contact-card {
  padding: 2.5rem 2.4rem 2.3rem;
  margin: 0 0 1.4rem;
  border-radius: 1.5rem;
  background-color: #aae3f9;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 700px) {
  .contact-embed .contact-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .contact-embed .contact-card {
    padding: 3.1rem 4rem 2.9rem;
  }
}
.contact-embed .contact-card:last-child {
  margin: 0;
}
.contact-embed .contact-card__header {
  margin: 0 0 1.1rem;
}
@media (min-width: 700px) {
  .contact-embed .contact-card__header {
    width: 46.8%;
    padding-right: 3rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.contact-embed .contact-card__title {
  margin: 0 0 0.7rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #002142;
}
@media (min-width: 700px) {
  .contact-embed .contact-card__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}
@media (min-width: 1025px) {
  .contact-embed .contact-card__title {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}
.contact-embed .contact-card__title a {
  font-weight: 800;
  text-decoration: none;
}
.contact-embed .contact-card__title a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.contact-embed .contact-card__subtitle {
  text-transform: uppercase;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 700px) {
  .contact-embed .contact-card__subtitle {
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
}
.contact-embed .contact-card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0.8rem;
}
.contact-embed .contact-card__item:last-child {
  margin: 0;
}
.contact-embed .contact-card__icon {
  width: 2.1rem;
  margin-top: 0.5rem;
  margin-right: 1.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004c97;
}
.contact-embed .contact-card__info a {
  font-weight: 600;
  word-break: break-all;
}
.contact-embed .contact-card__info a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.contact-embed .contact-card address {
  font-style: normal;
}

.adjustable-columns {
  margin: 40px 0;
}
@media screen and (min-width: 700px) {
  .adjustable-columns {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .adjustable-columns {
    margin: 100px 0;
  }
}
.adjustable-columns.js-active .adj-col-item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(2) {
  -webkit-transition-delay: calc(0.3s * (2 - 1));
       -o-transition-delay: calc(0.3s * (2 - 1));
          transition-delay: calc(0.3s * (2 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(3) {
  -webkit-transition-delay: calc(0.3s * (3 - 1));
       -o-transition-delay: calc(0.3s * (3 - 1));
          transition-delay: calc(0.3s * (3 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(4) {
  -webkit-transition-delay: calc(0.3s * (4 - 1));
       -o-transition-delay: calc(0.3s * (4 - 1));
          transition-delay: calc(0.3s * (4 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(5) {
  -webkit-transition-delay: calc(0.3s * (5 - 1));
       -o-transition-delay: calc(0.3s * (5 - 1));
          transition-delay: calc(0.3s * (5 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(6) {
  -webkit-transition-delay: calc(0.3s * (6 - 1));
       -o-transition-delay: calc(0.3s * (6 - 1));
          transition-delay: calc(0.3s * (6 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(7) {
  -webkit-transition-delay: calc(0.3s * (7 - 1));
       -o-transition-delay: calc(0.3s * (7 - 1));
          transition-delay: calc(0.3s * (7 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(8) {
  -webkit-transition-delay: calc(0.3s * (8 - 1));
       -o-transition-delay: calc(0.3s * (8 - 1));
          transition-delay: calc(0.3s * (8 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(9) {
  -webkit-transition-delay: calc(0.3s * (9 - 1));
       -o-transition-delay: calc(0.3s * (9 - 1));
          transition-delay: calc(0.3s * (9 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(10) {
  -webkit-transition-delay: calc(0.3s * (10 - 1));
       -o-transition-delay: calc(0.3s * (10 - 1));
          transition-delay: calc(0.3s * (10 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(11) {
  -webkit-transition-delay: calc(0.3s * (11 - 1));
       -o-transition-delay: calc(0.3s * (11 - 1));
          transition-delay: calc(0.3s * (11 - 1));
}
.adjustable-columns.js-active .adj-col-item:nth-of-type(12) {
  -webkit-transition-delay: calc(0.3s * (12 - 1));
       -o-transition-delay: calc(0.3s * (12 - 1));
          transition-delay: calc(0.3s * (12 - 1));
}
.adjustable-columns__intro {
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 1025px) {
  .adjustable-columns__intro {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .adjustable-columns__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
       -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 22.5px;
  }
}
.adjustable-columns .adj-col-item {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1025px) {
  .adjustable-columns .adj-col-item {
       width: calc(33.333% - 15px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 15px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 15px);
            flex: 0 0 calc(33.333% - 15px);
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .adjustable-columns--odd .adj-col-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .adjustable-columns--odd .adj-col-item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .adjustable-columns--odd .adj-col-item__img + .adj-col-item__content .adj-col-item__title {
    margin-top: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .adjustable-columns--odd .adj-col-item__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.adjustable-columns--odd .adj-col-item__text-w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.adjustable-columns--odd .adj-col-item__icon {
  color: #004c97;
}
@media screen and (min-width: 700px) {
  .adjustable-columns--even .adjustable-columns__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
       -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .adjustable-columns--even .adjustable-columns__items {
    gap: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .adjustable-columns--even .adj-col-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 10px);
       -moz-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }
}

.adj-col-item {
  margin-bottom: 4rem;
}
@media screen and (min-width: 700px) {
  .adj-col-item {
    margin-bottom: 3rem;
  }
}
.adj-col-item__img {
  border-radius: 10px;
  overflow: hidden;
}
.adj-col-item__img img {
  width: 100%;
  max-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
	
}
.adj-col-item__title {
  margin: 1.85rem 0 0.7rem;
}
@media screen and (min-width: 700px) {
  .adj-col-item__title {
    margin: 2.1rem 0 1.7rem;
  }
}
.adj-col-item__title a {
  text-decoration: none;
  font-weight: 800;
}
.adj-col-item__title a:hover {
  color: #002142;
}
.adj-col-item__subtitle {
  margin: 0 0 1.2rem;
}
.adj-col-item__body {
  margin-top: 1.2rem;
}
.adj-col-item--bg-blue {
  background: #aae3f9;
  padding: 0.55rem 2.4rem 2.4rem;
  margin-bottom: 2rem;
  border-radius: 15px;
}
@media screen and (min-width: 1025px) {
  .adj-col-item--bg-blue {
    padding: 0.55rem 3rem 3rem;
  }
}
.adj-col-item--bg-blue .adj-col-item {
  display: block;
}

@media screen and (min-width: 1025px) {
  .program-accordion__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .program-accordion .program-accordion__all {
    padding: 0 20px;
  }
}
.program-accordion .program-accordion__all button {
  color: #002142;
}
.program-accordion .program-accordion__all-icon:before, .program-accordion .program-accordion__all-icon:after {
  border-top: solid 2px #002142;
}
@media screen and (max-width: 699px) {
  .program-accordion__content {
    margin: 0 -20px;
  }
}
.program-accordion__checker {
  display: block;
  position: relative;
  width: 16px;
  height: 0;
  margin-top: -6px;
  border-bottom: 3px solid #8393a7;
  border-radius: 2px;
}
@media screen and (min-width: 700px) {
  .program-accordion__checker {
    width: 20px;
    border-radius: 3px;
  }
}
.program-accordion__checker.checked {
  background-image: url("/_resources/icons/accordion-check.svg");
  background-position: center;
  background-size: 100%;
  width: 16px;
  height: 13px;
  border-bottom: none;
  border: none;
  border-radius: none;
}
@media screen and (min-width: 700px) {
  .program-accordion__checker.checked {
    width: 22px;
    height: 17px;
  }
}
.program-accordion__body {
  display: none;
  border-top: 1px solid #8393a7;
  padding: 2rem 0 1.9rem;
  margin: 1.5rem -10px 0;
}
@media screen and (min-width: 700px) {
  .program-accordion__body {
    padding: 2rem 0 3.1rem;
    margin: 0 -26px;
  }
}
@media screen and (min-width: 1025px) {
  .program-accordion__body {
    padding: 2.2rem 0 2.9rem;
    margin: 0 -36px;
  }
}
.program-accordion .table-head,
.program-accordion .table-body {
  display: block;
  width: 100%;
}
.program-accordion .table-head th,
.program-accordion .table-head td,
.program-accordion .table-body th,
.program-accordion .table-body td {
  text-align: left;
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 700px) {
  .program-accordion .table-head th,
.program-accordion .table-head td,
.program-accordion .table-body th,
.program-accordion .table-body td {
    padding: 1.6rem;
  }
}
.program-accordion .table-head th:nth-child(1),
.program-accordion .table-head td:nth-child(1),
.program-accordion .table-body th:nth-child(1),
.program-accordion .table-body td:nth-child(1) {
  margin: 0 0 1.6rem;
  padding-left: 5rem;
}
@media screen and (min-width: 700px) {
  .program-accordion .table-head th:nth-child(1),
.program-accordion .table-head td:nth-child(1),
.program-accordion .table-body th:nth-child(1),
.program-accordion .table-body td:nth-child(1) {
    margin: 0;
    padding-left: 3rem;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
@media screen and (min-width: 1025px) {
  .program-accordion .table-head th:nth-child(1),
.program-accordion .table-head td:nth-child(1),
.program-accordion .table-body th:nth-child(1),
.program-accordion .table-body td:nth-child(1) {
    padding-left: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 55%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
  }
}
.program-accordion .table-head th:nth-child(1) .label-mobile,
.program-accordion .table-head td:nth-child(1) .label-mobile,
.program-accordion .table-body th:nth-child(1) .label-mobile,
.program-accordion .table-body td:nth-child(1) .label-mobile {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 700px) {
  .program-accordion .table-head th:not(:first-of-type, :last-of-type),
.program-accordion .table-head td:not(:first-of-type, :last-of-type),
.program-accordion .table-body th:not(:first-of-type, :last-of-type),
.program-accordion .table-body td:not(:first-of-type, :last-of-type) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .program-accordion .table-head th:not(:first-of-type, :last-of-type),
.program-accordion .table-head td:not(:first-of-type, :last-of-type),
.program-accordion .table-body th:not(:first-of-type, :last-of-type),
.program-accordion .table-body td:not(:first-of-type, :last-of-type) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}
@media screen and (min-width: 700px) {
  .program-accordion .table-head th:last-of-type(1),
.program-accordion .table-head td:last-of-type(1),
.program-accordion .table-body th:last-of-type(1),
.program-accordion .table-body td:last-of-type(1) {
    padding-right: 0;
  }
}
.program-accordion .table-head th:last-of-type,
.program-accordion .table-head td:last-of-type,
.program-accordion .table-body th:last-of-type,
.program-accordion .table-body td:last-of-type {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 700px) {
  .program-accordion .table-head th:last-of-type,
.program-accordion .table-head td:last-of-type,
.program-accordion .table-body th:last-of-type,
.program-accordion .table-body td:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.program-accordion .table-head th:last-of-type .label-mobile,
.program-accordion .table-head td:last-of-type .label-mobile,
.program-accordion .table-body th:last-of-type .label-mobile,
.program-accordion .table-body td:last-of-type .label-mobile {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 700px) {
  .program-accordion .table-head td,
.program-accordion .table-body td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 699px) {
  .program-accordion .table-head {
    display: none;
  }
}
.program-accordion .table-head tr,
.program-accordion .table-head tr:first-of-type {
  border: none;
}
.program-accordion tr {
  border-bottom: 1px solid #8393a7;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 700px) {
  .program-accordion tr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .program-accordion tr {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 700px) {
  .program-accordion tr {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.program-accordion tr.content-expanded {
  background: #dfeaf4;
}
.program-accordion tr:first-of-type {
  border-top: 1px solid #8393a7;
}
@media screen and (min-width: 700px) {
  .program-accordion tr:first-child {
    border-top: none;
  }
}
.program-accordion td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.15rem 1rem;
  border-bottom: none;
}
.program-accordion .label-mobile {
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 700px) {
  .program-accordion .label-mobile {
    display: none;
  }
}
.program-accordion .last-col {
  display: block;
  width: 100%;
}
.program-accordion__bttn {
  position: absolute;
  top: 3rem;
  left: 2rem;
  border: none;
  width: 3rem;
  height: 3rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .program-accordion__bttn {
    top: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-accordion__bttn {
    top: 3.35rem;
  }
}
.program-accordion__bttn:hover, .program-accordion__bttn[aria-expanded=true] {
  background-color: rgba(0, 33, 66, 0.6);
}
.program-accordion__bttn:hover:before, .program-accordion__bttn:hover:after, .program-accordion__bttn[aria-expanded=true]:before, .program-accordion__bttn[aria-expanded=true]:after {
  border-color: #ffffff;
}
.program-accordion__bttn span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  pointer-events: none;
}
.program-accordion__bttn[aria-expanded=true]:after {
  display: none;
}

/**
 * @file
 * Ribbon Carousel
 *
 * Contains styles for ribbon carousel object.
 */
.ribbon-carousel {
  margin: 40px 0;
  padding: 40px 0;
  position: relative;
  color: #ffffff;
}

.ribbon-carousel__body a {
	color: #ffc61e;
}

.ribbon-carousel__body a:hover {
	color: #ffffff;
}


@media screen and (min-width: 700px) {
  .ribbon-carousel {
    margin: 60px 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel {
    margin: 100px 0;
    padding: 100px 0;
  }
}
.ribbon-carousel::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ribbon-carousel__header {
  margin: 0 0 19px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__header {
    margin: 0 auto 20px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__header {
    margin: 0 auto 22px;
  }
}
.ribbon-carousel__header h2 {
  margin: 0;
  color: #ffffff;
}
.ribbon-carousel__intro {
  margin: 0 0 19px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__intro {
    margin: 0 auto 40px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__intro {
    margin: 0 auto 39px;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.ribbon-carousel__intro a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: #ffc61e;
}
.ribbon-carousel__intro a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.ribbon-carousel__intro a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.ribbon-carousel__intro ul > li::before {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__intro ul > li::before {
    top: 16px;
  }
}
.ribbon-carousel__intro ul > li ul > li::before {
  background-color: transparent;
}
.ribbon-carousel__intro ol > li::before {
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__intro ol > li::before {
    left: -26px;
  }
}
@media screen and (min-width: 1201px) {
  .ribbon-carousel__wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ribbon-carousel__wrapper .slick-list {
  padding: 0 10px;
  overflow: visible;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-list {
    margin: 0 auto 29px;
    padding: 0 150px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-list {
    padding: 0;
  }
}
.ribbon-carousel__wrapper .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ribbon-carousel__wrapper .slick-slide {
  height: auto;
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-slide {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-slide.slick-active {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-slide.slick-active .ribbon-carousel__content {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-slide:not(.slick-active) .ribbon-carousel__content {
    opacity: 0;
  }
}
.ribbon-carousel__wrapper .slick-slide > div {
  padding: 0 10px;
  height: 100%;
}
.ribbon-carousel__wrapper .slick-arrow {
  width: 61px;
  height: 61px;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 0.5px #8393a7;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.ribbon-carousel__wrapper .slick-arrow:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow {
    width: 199px;
    height: 199px;
  }
}
.ribbon-carousel__wrapper .slick-arrow:hover {
  background-color: #002142;
  border-color: #002142;
}
.ribbon-carousel__wrapper .slick-arrow.slick-prev {
  left: -50px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-prev {
    left: -100px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-prev {
    left: -150px;
  }
}
@media screen and (min-width: 1201px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-prev {
    left: -100px;
  }
}
.ribbon-carousel__wrapper .slick-arrow.slick-prev span[aria-hidden] {
  left: -19px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-prev span[aria-hidden] {
    left: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-prev span[aria-hidden] {
    left: -70px;
  }
}
.ribbon-carousel__wrapper .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-next {
    right: -100px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-next {
    right: -150px;
  }
}
@media screen and (min-width: 1201px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-next {
    right: -100px;
  }
}
.ribbon-carousel__wrapper .slick-arrow.slick-next span[aria-hidden] {
  right: 49px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-next span[aria-hidden] {
    right: 99px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow.slick-next span[aria-hidden] {
    right: 178px;
  }
}
.ribbon-carousel__wrapper .slick-arrow::after {
  content: none;
}
.ribbon-carousel__wrapper .slick-arrow span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.ribbon-carousel__wrapper .slick-arrow span[aria-hidden]:hover::before, .ribbon-carousel__wrapper .slick-arrow span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::before, .ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::before {
    width: 45px;
  }
}
.ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::after {
    margin-left: -26.1px;
    width: 26.1px;
    height: 26.1px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__wrapper .slick-arrow span[aria-hidden]::after {
    margin-left: -29px;
  }
}
.ribbon-carousel__wrapper .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ribbon-carousel__wrapper .slick-dots li {
  margin: 0 6.5px;
}
.ribbon-carousel__wrapper .slick-dots li::before {
  content: none;
}
.ribbon-carousel__wrapper .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #aae3f9;
  border: solid 2px #aae3f9;
  border-radius: 10px;
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
}
.ribbon-carousel__wrapper .slick-dots li button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.ribbon-carousel__wrapper .slick-dots li button[aria-current=true] {
  width: 14px;
  height: 14px;
  background-color: #ffc61e;
  border-color: #ffc61e;
}
.ribbon-carousel__wrapper .slick-dots li button::after {
  content: none;
}
.ribbon-carousel__item {
  height: 100%;
  position: relative;
  background-color: #002142;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ribbon-carousel__item.js-hover .ribbon-carousel__image img {
  -webkit-transform: scale(1.03) !important;
      -ms-transform: scale(1.03) !important;
          transform: scale(1.03) !important;
}
.ribbon-carousel__image {
  padding: 84.69% 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__image {
    padding: 67.8% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__image {
    padding: 68% 0 0;
  }
}
.ribbon-carousel__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ribbon-carousel__content {
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__content {
    padding: 24px 40px 18px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__content {
    padding: 25px 28px 29px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.ribbon-carousel__title {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ribbon-carousel__title {
    margin: 0 0 13px;
    font-size: 2.6rem;
  }
}
.ribbon-carousel__link {
  font-weight: 800;
  color: #ffc61e;
}
.ribbon-carousel__link:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.ribbon-carousel__link:hover {
  color: #ffffff;
}
.ribbon-carousel__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ribbon-carousel__subtitle {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 700px) {
  .ribbon-carousel__subtitle {
    font-size: 1.6rem;
  }
}

.announcement {
  padding: 2rem 0;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 700px) {
  .announcement {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1025px) {
  .announcement {
    padding: 3.5rem 0;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.announcement .cta {
  white-space: nowrap;
  margin: 1rem 0 0;
  color: #ffc61e;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 700;
}
.announcement .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media (min-width: 700px) {
  .announcement .cta {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.announcement .cta .last-word span:before, .announcement .cta .last-word span:after {
  border-color: currentColor;
}
@media (min-width: 700px) {
  .announcement .cta .last-word span:before, .announcement .cta .last-word span:after {
    border-width: 2.5px;
  }
}

.footer-sock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 320/190;
  padding: 1.5rem 0;
  color: #ffffff;
  background: #002142;
}
@media (min-width: 700px) {
  .footer-sock {
    padding: 3.7rem 0;
    aspect-ratio: 700/239;
  }
}
@media (min-width: 1025px) {
  .footer-sock {
    padding: 5.7rem 0;
    aspect-ratio: 1200/329;
  }
}
.footer-sock__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer-sock__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-sock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #004c97;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #004c97;
  z-index: 2;
  opacity: 0.5;
}
.footer-sock .container {
  width: 100%;
}
.footer-sock__content {
  position: relative;
  z-index: 3;
}
@media (min-width: 700px) {
  .footer-sock__content {
    max-width: 83%;
  }
}
@media (min-width: 1025px) {
  .footer-sock__content {
    max-width: 75%;
  }
}
.footer-sock__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
}
@media (min-width: 700px) {
  .footer-sock__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1025px) {
  .footer-sock__eyebrow {
    margin: 0 0 0.8rem;
  }
}
.footer-sock__title {
  margin: 0;
  color: #ffffff;
}
@media (min-width: 700px) {
  .footer-sock__title {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}
@media (min-width: 1025px) {
  .footer-sock__title {
    font-size: 7rem;
    line-height: 6.2rem;
  }
}

.numbered-block.js-active .numbered-block__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.numbered-block.js-active .numbered-block__item:nth-of-type(2) {
  -webkit-transition-delay: calc(0.3s * (2 - 1));
       -o-transition-delay: calc(0.3s * (2 - 1));
          transition-delay: calc(0.3s * (2 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(3) {
  -webkit-transition-delay: calc(0.3s * (3 - 1));
       -o-transition-delay: calc(0.3s * (3 - 1));
          transition-delay: calc(0.3s * (3 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(4) {
  -webkit-transition-delay: calc(0.3s * (4 - 1));
       -o-transition-delay: calc(0.3s * (4 - 1));
          transition-delay: calc(0.3s * (4 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(5) {
  -webkit-transition-delay: calc(0.3s * (5 - 1));
       -o-transition-delay: calc(0.3s * (5 - 1));
          transition-delay: calc(0.3s * (5 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(6) {
  -webkit-transition-delay: calc(0.3s * (6 - 1));
       -o-transition-delay: calc(0.3s * (6 - 1));
          transition-delay: calc(0.3s * (6 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(7) {
  -webkit-transition-delay: calc(0.3s * (7 - 1));
       -o-transition-delay: calc(0.3s * (7 - 1));
          transition-delay: calc(0.3s * (7 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(8) {
  -webkit-transition-delay: calc(0.3s * (8 - 1));
       -o-transition-delay: calc(0.3s * (8 - 1));
          transition-delay: calc(0.3s * (8 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(9) {
  -webkit-transition-delay: calc(0.3s * (9 - 1));
       -o-transition-delay: calc(0.3s * (9 - 1));
          transition-delay: calc(0.3s * (9 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(10) {
  -webkit-transition-delay: calc(0.3s * (10 - 1));
       -o-transition-delay: calc(0.3s * (10 - 1));
          transition-delay: calc(0.3s * (10 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(11) {
  -webkit-transition-delay: calc(0.3s * (11 - 1));
       -o-transition-delay: calc(0.3s * (11 - 1));
          transition-delay: calc(0.3s * (11 - 1));
}
.numbered-block.js-active .numbered-block__item:nth-of-type(12) {
  -webkit-transition-delay: calc(0.3s * (12 - 1));
       -o-transition-delay: calc(0.3s * (12 - 1));
          transition-delay: calc(0.3s * (12 - 1));
}
.numbered-block__inner {
  max-width: 800px;
  margin: 0 auto;
}
.numbered-block__list {
  padding: 0;
  margin: 0;
}
.numbered-block__item {
  padding: 4rem 2rem 1.5rem;
  border-radius: 15px;
  background: #aae3f9;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 699px) {
  .numbered-block__item {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 700px) {
  .numbered-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
    padding: 3rem 3rem 2.5rem 7rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .numbered-block__item {
    padding: 4.1rem 4rem 3.6rem 8rem;
  }
}
.numbered-block__item:before {
  content: counter(ol-counter);
  position: absolute;
  top: -2.7rem;
  left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 3.42857rem;
  font-weight: 400;
  color: #ffffff;
  background: #002142;
  border-radius: 100%;
}
@media screen and (min-width: 700px) {
  .numbered-block__item:before {
    top: 50%;
    left: -2.5rem;
    width: 70px;
    height: 70px;
    font-size: 4rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .numbered-block__item:before {
    width: 94px;
    height: 94px;
    left: -3.6rem;
    font-size: 5.37143rem;
  }
}
.numbered-block__heading {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .numbered-block__heading {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 699px) {
  .numbered-block__left {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 700px) {
  .numbered-block__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60.5%;
            flex: 0 0 60.5%;
  }
}
@media screen and (min-width: 700px) {
  .numbered-block .cta--button, .numbered-block .sticky-ctas__chat {
    margin-bottom: 0;
  }
}

.video-carousel {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 700px) {
  .video-carousel {
    margin-bottom: 0;
  }
}
.video-carousel__content {
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 700px) {
  .video-carousel__content {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel__content {
    padding-bottom: 10rem;
  }
}
.video-carousel__content:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 75%;
  background: #aae3f9;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.video-carousel .carousel-top {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.video-carousel .carousel-bottom {
  position: relative;
  overflow: hidden;
  margin: -0.3rem 0 -5px;
}
.video-carousel .carousel-bottom__inner:before, .video-carousel .carousel-bottom__inner:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 11px;
  background: transparent url("/_resources/images/fake-border-radius-light-blue.svg") no-repeat center;
  background-size: 10px 11px;
  z-index: 6;
}
.video-carousel .carousel-bottom__inner:after {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.video-carousel .carousel-bottom-item {
  position: static;
}
.video-carousel .carousel-bottom-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 22vw;
  height: 15.84vw;
}
@media screen and (min-width: 700px) {
  .video-carousel .carousel-bottom-item img {
    width: 17.4vw;
    height: 9.84vw;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .carousel-bottom-item img {
    width: 12.8vw;
    height: 7.44vw;
  }
}
@media screen and (min-width: 1200px) {
  .video-carousel .carousel-bottom-item img {
    width: 154px;
    height: 90px;
  }
}
.video-carousel .carousel-bottom-controller {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 15.84vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 700px) {
  .video-carousel .carousel-bottom-controller {
    height: 9.84vw;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .carousel-bottom-controller {
    height: 7.44vw;
    max-height: 9rem;
  }
}
.video-carousel .carousel-bottom-controller button {
  pointer-events: all;
}
.video-carousel .carousel-bottom .slick-list {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.video-carousel .carousel-bottom .slick-slide {
  cursor: pointer;
  margin-right: 0.1rem;
}
.video-carousel .carousel-bottom .slick-slide:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.video-carousel .carousel-bottom .slick-slide:focus {
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .video-carousel .carousel-bottom .slick-slide {
    margin-right: 0.255rem;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .carousel-bottom .slick-slide {
    margin-right: 0.2rem;
  }
}
.video-carousel .carousel-bottom .slick-current {
  position: relative;
}
.video-carousel .carousel-bottom .slick-current > div {
  border-radius: 4px;
  overflow: hidden;
  z-index: 4;
}
.video-carousel .carousel-bottom .slick-current:after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 6px #ffc61e;
  border-radius: 6px;
  z-index: 3;
}
.video-carousel .slick-slide > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.video-carousel .slick-arrow {
  height: 20vw;
  width: 19vw;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 0.5px #8393a7;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.video-carousel .slick-arrow:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .video-carousel .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
.video-carousel .slick-arrow:hover {
  background-color: #002142;
  border-color: #002142;
}
.video-carousel .slick-arrow.slick-prev {
  left: -10vw;
}
@media screen and (min-width: 700px) {
  .video-carousel .slick-arrow.slick-prev {
    left: -63px;
  }
}
.video-carousel .slick-arrow.slick-prev span[aria-hidden] {
  left: -5.5vw;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .video-carousel .slick-arrow.slick-prev span[aria-hidden] {
    left: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .slick-arrow.slick-prev span[aria-hidden] {
    left: -54px;
  }
}
.video-carousel .slick-arrow.slick-next {
  right: -10vw;
}
@media screen and (min-width: 700px) {
  .video-carousel .slick-arrow.slick-next {
    right: -63px;
  }
}
.video-carousel .slick-arrow.slick-next span[aria-hidden] {
  right: 16vw;
}
@media screen and (min-width: 700px) {
  .video-carousel .slick-arrow.slick-next span[aria-hidden] {
    right: 99px;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .slick-arrow.slick-next span[aria-hidden] {
    left: -112px;
  }
}
.video-carousel .slick-arrow::after {
  content: none;
}
.video-carousel .slick-arrow span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .video-carousel .slick-arrow span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.video-carousel .slick-arrow span[aria-hidden]:hover::before, .video-carousel .slick-arrow span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.video-carousel .slick-arrow span[aria-hidden]::before, .video-carousel .slick-arrow span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.video-carousel .slick-arrow span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 4vw;
}
@media screen and (min-width: 700px) {
  .video-carousel .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
.video-carousel .slick-arrow span[aria-hidden]::after {
  margin-left: -2.8vw;
  width: 2.6vw;
  height: 2.6vw;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .video-carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .video-carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -15.66px;
    width: 15.66px;
    height: 15.66px;
  }
}
.video-carousel .vid-inline {
  margin-bottom: 0;
  border-radius: 0;
}
.video-carousel .vid-inline__cover {
  padding: 56.25% 0 0;
  position: relative;
}
.video-carousel .vid-inline__cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 699px) {
  .video-carousel .vid-inline__caption {
    border-radius: 0;
  }
}
@media screen and (max-width: 699px) {
  .video-carousel .vid-inline__container.js-playing + .vid-inline__caption {
    display: block;
  }
}
.program-types {
  position: relative;
  padding: 4.2rem 0 4rem;
}
@media (min-width: 700px) {
  .program-types {
    padding: 6rem 0;
  }
}
@media (min-width: 1025px) {
  .program-types {
    padding: 10rem 0;
  }
}
.program-types::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.program-types h2 {
  margin: 0 0 2rem;
  color: #ffffff;
}
@media (min-width: 700px) {
  .program-types h2 {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1025px) {
  .program-types h2 {
    margin: 0 0 4rem;
  }
}
.program-types__filter {
  padding: 2rem;
  margin: 0 0 1.9rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
}
@media (min-width: 700px) {
  .program-types__filter {
    padding: 3.2rem 3rem 2.8rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1025px) {
  .program-types__filter {
    padding: 4.1rem 4rem 4rem;
    margin: 0 0 4rem;
  }
}
.program-types__filter-title {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
}
@media (min-width: 700px) {
  .program-types__filter-title {
    margin: 0 0 3.3rem;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1025px) {
  .program-types__filter-title {
    margin: 0 0 3.5rem;
    font-size: 3.4rem;
    line-height: 4.1rem;
  }
}
@media (min-width: 700px) {
  .program-types__filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.5rem 2rem;
  }
}
@media (min-width: 1025px) {
  .program-types__filter-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 2rem;
  }
}
.program-types__filter-item {
  margin: 0 0 2rem;
}
@media (min-width: 700px) {
  .program-types__filter-item {
    width: calc(50% - 1rem);
    margin: 0;
  }
}
.program-types__filter-item:last-child {
  margin: 0;
}
.program-types__filter-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.8rem 1.4rem;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5rem;
  cursor: pointer;
}
@media (min-width: 700px) {
  .program-types__filter-label {
    padding: 0.9rem 1.6rem 0.8rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1025px) {
  .program-types__filter-label {
    padding: 1rem 4rem 1rem 2rem;
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.program-types__filter-label svg {
  position: absolute;
  top: 12px;
  right: 16.5px;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .program-types__filter-label svg {
    top: 13px;
    right: 18.5px;
  }
}
@media screen and (min-width: 1025px) {
  .program-types__filter-label svg {
    top: 18px;
    right: 22.5px;
  }
}
.program-types__filter-label .type {
  display: block;
  color: #002142;
}
@supports (-webkit-touch-callout: none) {
  .program-types__filter-label .type {
    margin-left: -16px;
  }
}
.program-types__filter-label .type::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #002142;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #002142;
}
@media (min-width: 700px) {
  .program-types__filter-label .type::before {
    top: 1rem;
    right: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .program-types__filter-label .type::before {
    top: 1.5rem;
    right: 2rem;
  }
}
.program-types__filter-label.js-focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
.program-types__filter-input {
  display: block;
}
.program-types__filter-input:checked + svg {
  opacity: 1;
}
.program-types__filter-input:checked + .type::before {
  background-image: url("/_resources/icons/checkmark.svg");
}
.program-types__filter-description {
  padding: 0 1rem;
}
@media (min-width: 700px) {
  .program-types .program-cards-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
  }
}
.program-types .program-cards-list.js-active .program-card {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.program-types .program-cards-list .program-card {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 280/172;
  margin: 0 0 1rem;
  padding: 2rem;
  border-radius: 1rem;
  opacity: 0;
  -webkit-transform: translateY(3rem);
      -ms-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 700px) {
  .program-types .program-cards-list .program-card {
    width: calc(50% - 1rem);
    aspect-ratio: 300/200;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .program-types .program-cards-list .program-card {
    width: calc(33.3333333333% - 1.3333333333rem);
    aspect-ratio: 353/200;
  }
}
.program-types .program-cards-list .program-card:last-child {
  margin: 0;
}


.program-types .program-cards-list .program-card:hover .program-card__image {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  }

.program-types .program-cards-list .program-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002142;
  z-index: -3;
}
.program-types .program-cards-list .program-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #002142;
  opacity: 0.35;
}
.program-types .program-cards-list .program-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.program-types .program-cards-list .program-card__title {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 800;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.program-types .program-cards-list .program-card__title:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media (min-width: 700px) {
  .program-types .program-cards-list .program-card__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}
@media (min-width: 1025px) {
  .program-types .program-cards-list .program-card__title {
    font-size: 2.6rem;
    line-height: 3.1rem;
    font-weight: 700;
  }
}
.program-types .program-cards-list .program-card__title:hover {
  text-decoration: none;
}
.program-types .program-cards-list .program-card__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.program-types .program-cards-list .program-card__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1025px) {
  .program-types .program-cards-list .program-card__labels {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
  }
}
.program-types .program-cards-list .program-card__labels .program-card__label {
  margin: 1rem 0 0;
  padding: 0.8rem 1rem 0.7rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 500;
  border-radius: 3rem;
}
@media (min-width: 700px) {
  .program-types .program-cards-list .program-card__labels .program-card__label {
    padding: 0.6rem 1.4rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .program-types .program-cards-list .program-card__labels .program-card__label {
    padding: 0.6rem 1.4rem;
  }
}
.program-types .program-cards-list .program-card__labels .program-card__label.type--technical {
  color: #ffffff;
}
.program-types .type--technical {
  color: #002142;
  background-color: #004c97;
}
.program-types .type--technical .type {
  color: #ffffff;
}
.program-types .type--technical .type::before {
  background-color: #ffffff;
  border-color: #ffffff;
}
.program-types .type--technical .program-types__filter-input:checked + .type::before {
  background-image: url("/_resources/icons/checkmark-dark.svg");
}
.program-types .type--transfer {
  background-color: #ffc61e;
}
.program-types .type--certificate {
  background-color: #aae3f9;
}
.program-types .type--continuing {
  background-color: #dfeaf4;
}

/**
 * @file
 * Areas of Interest
 *
 * Contains styles for areas of interest object.
 */
.aoi {
  margin: 40px 0;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .aoi {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .aoi {
    margin: 100px 0 83px;
  }
}
.aoi__inner {
  padding: 53px 0 56px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .aoi__inner {
    margin: auto;
    padding: 52px 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__inner {
    padding: 103px 0 119px;
  }
}
.aoi__inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -3;
  background-color: #002142;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 700px) {
  .aoi__top {
    margin: 0 auto 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 872px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__top {
    margin: 0 auto 82px;
  }
}
.aoi__top::before, .aoi__top::after {
  content: "";
  width: 100vw;
  height: 54.75%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 700px) {
  .aoi__top::before, .aoi__top::after {
    height: 421px;
  }
}
@media screen and (min-width: 700px) {
  .aoi__top::before, .aoi__top::after {
    height: 592px;
  }
}
.aoi__top::before {
  z-index: -2;
  background-image: url("/_resources/images/sjc-science-building.jpg");
  background-size: cover;
}
.aoi__top::after {
  z-index: -1;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  opacity: 0.7;
}
@media screen and (max-width: 699px) {
  .aoi__top .aoi__cta {
    display: none;
  }
}
@media screen and (min-width: 699px) {
  .aoi__bottom .aoi__cta {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .aoi__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aoi__eyebrow {
  margin: 0 0 6px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .aoi__eyebrow {
    margin: 0 0 13px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__eyebrow {
    font-size: 3.4rem;
  }
}
.aoi__header {
  margin: 0 0 29px;
}
@media screen and (min-width: 1025px) {
  .aoi__header {
    margin: 0;
  }
}
.aoi__header h2 {
  margin: 0;
  color: #ffffff;
}
.aoi__carousel .slick-list {
  overflow: visible;
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-list {
    margin: 0 -7px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-list {
    margin: auto;
    max-width: 886px;
  }
}
.aoi__carousel .slick-arrow {
  width: 61px;
  height: 61px;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 0.5px #8393a7;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.aoi__carousel .slick-arrow:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-arrow {
    width: 120px;
    height: 120px;
    top: 35%;
  }
  .aoi__carousel .slick-arrow:focus {
    outline: solid 1px #ffffff;
    outline-offset: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow {
    width: 199px;
    height: 199px;
  }
}
.aoi__carousel .slick-arrow:hover {
  background-color: #002142;
  border-color: #002142;
}
.aoi__carousel .slick-arrow.slick-prev {
  left: -50px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-arrow.slick-prev {
    left: -100px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow.slick-prev {
    left: -150px;
  }
}
.aoi__carousel .slick-arrow.slick-prev span[aria-hidden] {
  left: -19px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-arrow.slick-prev span[aria-hidden] {
    left: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow.slick-prev span[aria-hidden] {
    left: -70px;
  }
}
.aoi__carousel .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-arrow.slick-next {
    right: -100px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow.slick-next {
    right: -150px;
  }
}
.aoi__carousel .slick-arrow.slick-next span[aria-hidden] {
  right: 49px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-arrow.slick-next span[aria-hidden] {
    right: 99px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow.slick-next span[aria-hidden] {
    right: 178px;
  }
}
.aoi__carousel .slick-arrow::after {
  content: none;
}
.aoi__carousel .slick-arrow span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.aoi__carousel .slick-arrow span[aria-hidden]:hover::before, .aoi__carousel .slick-arrow span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.aoi__carousel .slick-arrow span[aria-hidden]::before, .aoi__carousel .slick-arrow span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.aoi__carousel .slick-arrow span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow span[aria-hidden]::before {
    width: 45px;
  }
}
.aoi__carousel .slick-arrow span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -26.1px;
    width: 26.1px;
    height: 26.1px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel .slick-arrow span[aria-hidden]::after {
    margin-left: -29px;
  }
}
.aoi__carousel .slick-slide:not(.slick-active) .slide__top {
  height: 0 !important;
}
.aoi__carousel .slick-slide > div {
  padding: 0 5px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel .slick-slide > div {
    padding: 0 7px;
    height: 100%;
  }
}
.aoi__carousel .slick-dots {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aoi__carousel .slick-dots li {
  margin: 0 6.5px;
}
.aoi__carousel .slick-dots li::before {
  content: none;
}
.aoi__carousel .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #aae3f9;
  border: solid 2px #aae3f9;
  border-radius: 10px;
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
}
.aoi__carousel .slick-dots li button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.aoi__carousel .slick-dots li button[aria-current=true] {
  width: 14px;
  height: 14px;
  background-color: #ffc61e;
  border-color: #ffc61e;
}
.aoi__carousel .slick-dots li button::after {
  content: none;
}
.aoi__carousel--mobile {
  margin: 0 0 50px;
  padding: 0 5px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel--mobile {
    display: none;
  }
}
.aoi__carousel--mobile .aoi__item {
  padding: 47.4% 0 0;
  position: relative;
  border-radius: 12px;
  overflow: clip;
}
.aoi__carousel--mobile .aoi__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #002142;
  opacity: 0.4;
}
.aoi__carousel--mobile .aoi__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.aoi__carousel--mobile .aoi__title {
  margin: 0;
  padding: 16px 13px 0;
  position: absolute;
  top: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.aoi__carousel--mobile .aoi__button {
  margin: 0 auto 35px;
  display: block;
  width: 38px;
  height: 38px;
  background-color: #ffc61e;
  border: none;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.aoi__carousel--mobile .aoi__button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.aoi__carousel--mobile .aoi__button:hover {
  background-color: #ffffff;
}
.aoi__carousel--mobile .aoi__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aoi__carousel--mobile .aoi__button__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aoi__carousel--mobile .aoi__button__icon::before, .aoi__carousel--mobile .aoi__button__icon::after {
  content: "";
  width: 18px;
  border-top: solid 2px #002142;
  position: absolute;
}
.aoi__carousel--mobile .aoi__button__icon::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.aoi__carousel--desktop-wrapper {
  display: none;
}
@media screen and (min-width: 700px) {
  .aoi__carousel--desktop-wrapper {
    display: block;
  }
}
.aoi__carousel--desktop-wrapper .aoi__dots {
  margin: 10px 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aoi__carousel--desktop-wrapper .aoi__dots li {
  margin: 0 6.5px;
}
.aoi__carousel--desktop-wrapper .aoi__dots li::before {
  content: none;
}
.aoi__carousel--desktop-wrapper .aoi__dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #aae3f9;
  border: solid 2px #aae3f9;
  border-radius: 10px;
  -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
  transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s;
}
.aoi__carousel--desktop-wrapper .aoi__dots li button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.aoi__carousel--desktop-wrapper .aoi__dots li button[aria-current=true] {
  width: 14px;
  height: 14px;
  background-color: #ffc61e;
  border-color: #ffc61e;
}
.aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__cover {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__title {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__top {
  padding: 0 31px 0 28px;
  height: 0 !important;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__top {
    padding: 0 40px;
  }
}
.aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__cta {
  opacity: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__main--left, .aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__main--middle, .aoi__carousel--desktop.js-transition .slick-slide.slick-active .slide__main--right {
  opacity: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.aoi__carousel--desktop .slick-slide.slick-active .slide__cover {
  opacity: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.aoi__carousel--desktop .slick-slide.slick-active .slide__title {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.aoi__carousel--desktop .slick-slide.slick-active .slide__top {
  padding: 30px 31px 49px 28px;
  height: 100%;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slick-slide.slick-active .slide__top {
    padding: 54px 40px 57px;
  }
}
.aoi__carousel--desktop .slick-slide.slick-active .slide__cta {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.aoi__carousel--desktop .slick-slide.slick-active .slide__main--left, .aoi__carousel--desktop .slick-slide.slick-active .slide__main--middle, .aoi__carousel--desktop .slick-slide.slick-active .slide__main--right {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.aoi__carousel--desktop .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: clip;
}
.aoi__carousel--desktop .slide__button {
  padding: 0;
  width: 61px;
  height: 61px;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 0.5px #8393a7;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 700px) {
  .aoi__carousel--desktop .slide__button {
    width: 120px;
    height: 120px;
    top: 24.7%;
  }
  .aoi__carousel--desktop .slide__button:focus {
    outline: solid 1px #ffffff;
    outline-offset: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button {
    width: 199px;
    height: 199px;
    top: 20.4%;
  }
}
.aoi__carousel--desktop .slide__button:hover {
  background-color: #002142;
  border-color: #002142;
}
.aoi__carousel--desktop .slide__button.slide__button--prev {
  left: -50px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel--desktop .slide__button.slide__button--prev {
    left: -100px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button.slide__button--prev {
    left: -150px;
  }
}
.aoi__carousel--desktop .slide__button.slide__button--prev span[aria-hidden] {
  margin: 0;
  left: 27px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button.slide__button--prev span[aria-hidden] {
    left: 59px;
  }
}
@media screen and (min-width: 2000px) {
  .aoi__carousel--desktop .slide__button.slide__button--prev span[aria-hidden] {
    left: unset;
  }
}
.aoi__carousel--desktop .slide__button.slide__button--next {
  right: -50px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel--desktop .slide__button.slide__button--next {
    right: -100px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button.slide__button--next {
    right: -150px;
  }
}
.aoi__carousel--desktop .slide__button.slide__button--next span[aria-hidden] {
  margin: 0;
  right: 27px;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button.slide__button--next span[aria-hidden] {
    right: 45px;
  }
}
@media screen and (min-width: 2000px) {
  .aoi__carousel--desktop .slide__button.slide__button--next span[aria-hidden] {
    right: unset;
  }
}
.aoi__carousel--desktop .slide__button::after {
  content: none;
}
.aoi__carousel--desktop .slide__button span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.aoi__carousel--desktop .slide__button span[aria-hidden]:hover::before, .aoi__carousel--desktop .slide__button span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.aoi__carousel--desktop .slide__button span[aria-hidden]::before, .aoi__carousel--desktop .slide__button span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.aoi__carousel--desktop .slide__button span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .aoi__carousel--desktop .slide__button span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button span[aria-hidden]::before {
    width: 45px;
  }
}
.aoi__carousel--desktop .slide__button span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .aoi__carousel--desktop .slide__button span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button span[aria-hidden]::after {
    margin-left: -26.1px;
    width: 26.1px;
    height: 26.1px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__button span[aria-hidden]::after {
    margin-left: -29px;
  }
}
.aoi__carousel--desktop .slide__cover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.aoi__carousel--desktop .slide__cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.aoi__carousel--desktop .slide__top {
  padding: 0;
  padding: 0 31px 0 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  overflow: clip;
  -webkit-transition: padding 0.3s, height 0.3s;
  -o-transition: padding 0.3s, height 0.3s;
  transition: padding 0.3s, height 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__top {
    padding: 0 40px;
  }
}
.aoi__carousel--desktop .slide__title {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    font-size: 2.6rem;
  }
}
.aoi__carousel--desktop .slide__cta {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.aoi__carousel--desktop .slide__cta .cta {
  margin: 0;
  position: relative;
  z-index: 1;
}
.aoi__carousel--desktop .slide__cta .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.aoi__carousel--desktop .slide__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #002142;
  background-color: #aae3f9;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__main {
    padding: 0 0 32px;
  }
}
.aoi__carousel--desktop .slide__main--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27.35%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 27.35%;
          flex: 0 0 27.35%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__main--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.95%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 21.95%;
            flex: 0 0 21.95%;
  }
}
.aoi__carousel--desktop .slide__main--middle {
  padding: 30px 28px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__main--middle {
    padding: 41px 60px 0 44px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__main--middle .slide__programs-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .aoi__carousel--desktop .slide__main--right {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__main--right {
    padding: 32px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 28.5%;
            flex: 0 0 28.5%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.aoi__carousel--desktop .slide__image {
  margin: -22px 0 10px;
  padding: 131.5% 0 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__image {
    margin: -37px 0 27px;
    padding: 136% 0 0;
  }
}
.aoi__carousel--desktop .slide__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 15px 15px 0;
}
.aoi__carousel--desktop .slide__attribution {
  padding: 0 0 0 20px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__attribution {
    padding: 0 0 0 30px;
  }
}
.aoi__carousel--desktop .slide__attribution--name {
  margin: 0 0 9px;
  display: block;
  line-height: 1.5;
  font-weight: 700;
}
.aoi__carousel--desktop .slide__attribution--info {
  display: block;
  line-height: 1.3;
  font-weight: 500;
}
.aoi__carousel--desktop .slide__quote {
  margin: 0 0 26px;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #004c97;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__quote {
    margin: 0;
    font-size: 3rem;
    line-height: 1.3;
  }
}
.aoi__carousel--desktop .slide__quote::before {
  content: "“";
  position: absolute;
  left: -13px;
}
.aoi__carousel--desktop .slide__quote::after {
  content: "”";
}
.aoi__carousel--desktop .slide__programs-wrapper {
  padding: 24px 22px 14px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__programs-wrapper {
    padding: 28px 12px 19px 24px;
  }
}
.aoi__carousel--desktop .slide__programs-wrapper::before {
  content: "";
  width: calc(100% + 28px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 15px 0px 0px 15px;
}
.aoi__carousel--desktop .slide__programs-wrapper h4, .aoi__carousel--desktop .slide__programs-wrapper .blog3up-item__title, .aoi__carousel--desktop .slide__programs-wrapper .news-embed-item__title, .aoi__carousel--desktop .slide__programs-wrapper .adj-col-item__title {
  margin: 0 0 21px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__programs-wrapper h4, .aoi__carousel--desktop .slide__programs-wrapper .blog3up-item__title, .aoi__carousel--desktop .slide__programs-wrapper .news-embed-item__title, .aoi__carousel--desktop .slide__programs-wrapper .adj-col-item__title {
    margin: 0 0 22px;
  }
}
.aoi__carousel--desktop .slide__programs {
  margin: 0 0 18px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__programs {
    margin: 0 0 19px;
  }
}
.aoi__carousel--desktop .slide__programs .program {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .aoi__carousel--desktop .slide__programs .program {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.aoi__carousel--desktop .slide__programs .program:last-of-type {
  margin: 0;
}
.aoi__carousel--desktop .slide__programs .program::before {
  content: none;
}
.aoi__carousel--desktop .slide__programs .program__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.aoi__carousel--desktop .slide__programs .program__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}
.aoi__carousel--desktop .slide__programs .program__badges span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 3px 7px;
  border-radius: 100px;
}
.aoi__carousel--desktop .slide__programs .program__badges span.degree {
  color: #ffffff;
  background-color: #004c97;
}
.aoi__carousel--desktop .slide__programs .program__badges span.transfer {
  background-color: #ffc61e;
}
.aoi__carousel--desktop .slide__caption {
  position: relative;
}
@media screen and (min-width: 700px) {
  .aoi__carousel + .aoi__cta {
    display: none;
  }
}
.aoi__cta {
  position: relative;
}
.aoi__cta .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.aoi__cta .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.aoi__cta .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .aoi__cta .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.aoi__cta .cta:only-child:hover .last-word span::before, .aoi__cta .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.aoi__cta .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aoi__cta .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__cta .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.aoi__cta .cta:only-child .last-word span::before, .aoi__cta .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.aoi__cta .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .aoi__cta .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__cta .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.aoi__cta .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .aoi__cta .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__cta .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .aoi__cta .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__cta .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .aoi__cta .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .aoi__cta .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .aoi__cta .cta:only-child {
      min-height: 192px;
    }
  }
}
.aoi__cta .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.aoi__cta .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aoi__cta .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (min-width: 700px) {
  .aoi__cta {
    margin: -12px 0 0;
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__cta {
    margin: 0;
  }
}
@media screen and (min-width: 1225px) {
  .aoi__cta {
    right: -113px;
  }
}
.aoi__cta .cta:only-child {
  min-width: 152px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .aoi__cta .cta:only-child {
    min-width: 192px;
  }
}
@media screen and (min-width: 700px) {
  .aoi__cta--mobile {
    display: none;
  }
}
.aoi__dialogs .dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  overflow-y: scroll;
  -webkit-transition: 0.3s z-index 0.3s, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
  -o-transition: 0.3s z-index 0.3s, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
  transition: 0.3s z-index 0.3s, 0.3s opacity 0.3s, 0.3s visibility 0.3s;
}
.aoi__dialogs .dialog.js-active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: z-index 0s, opacity 0.3s, visibility 0.3s;
  -o-transition: z-index 0s, opacity 0.3s, visibility 0.3s;
  transition: z-index 0s, opacity 0.3s, visibility 0.3s;
}
.aoi__dialogs .dialog.js-active .dialog__fade-wrap {
  opacity: 1;
  -webkit-transition: 0.3s opacity 0.3s;
  -o-transition: 0.3s opacity 0.3s;
  transition: 0.3s opacity 0.3s;
}
.aoi__dialogs .dialog__fade-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.aoi__dialogs .dialog__top {
  padding: 30px 18px 45px;
  position: relative;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
}
.aoi__dialogs .dialog__close {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 37px;
  background-color: rgba(0, 33, 66, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0 0 0 15px;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
}
.aoi__dialogs .dialog__close:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.aoi__dialogs .dialog__close::before, .aoi__dialogs .dialog__close::after {
  content: "";
  width: 18px;
  position: absolute;
  border-top: solid 2px #ffffff;
}
.aoi__dialogs .dialog__close::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.aoi__dialogs .dialog__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.aoi__dialogs .dialog__title {
  margin: 0 0 17px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.aoi__dialogs .dialog__cta .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.aoi__dialogs .dialog__middle {
  padding: 0 20px 50px;
  background-color: #aae3f9;
}
.aoi__dialogs .dialog__image {
  margin: -24px 0 22px -20px;
  padding: 59% 0 0;
  width: 45.65%;
  position: relative;
}
.aoi__dialogs .dialog__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 12px 12px 0;
}
.aoi__dialogs .dialog__quote {
  margin: 0 0 15px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #004c97;
}
.aoi__dialogs .dialog__attribution {
  color: #002142;
  font-size: 1.6rem;
  line-height: 1.3;
}
.aoi__dialogs .dialog__attribution--name {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
}
.aoi__dialogs .dialog__attribution--info {
  font-weight: 500;
}
.aoi__dialogs .dialog__bottom {
  padding: 25px 21px 61px;
}
.aoi__dialogs .dialog__bottom h4, .aoi__dialogs .dialog__bottom .blog3up-item__title, .aoi__dialogs .dialog__bottom .news-embed-item__title, .aoi__dialogs .dialog__bottom .adj-col-item__title {
  margin: 0 0 22px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #002142;
}
.aoi__dialogs .dialog__programs {
  margin: 0 0 20px;
  padding: 0;
}
.aoi__dialogs .dialog__programs .program {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.aoi__dialogs .dialog__programs .program::before {
  content: none;
}
.aoi__dialogs .dialog__programs .program__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.aoi__dialogs .dialog__programs .program__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.aoi__dialogs .dialog__programs .program__badges span {
  padding: 3px 7px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
}
.aoi__dialogs .dialog__programs .program__badges span.degree {
  color: #ffffff;
  background-color: #004c97;
}
.aoi__dialogs .dialog__programs .program__badges span.transfer {
  background-color: #ffc61e;
}
.aoi__dialogs .dialog__caption {
  color: #002142;
}
.aoi__dialogs .dialog__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 36px;
  position: fixed;
  width: 100vw;
  bottom: 0;
  z-index: 1001;
  background-color: #002142;
  overflow: hidden;
}
.aoi__dialogs .dialog__control {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 61px;
  height: 61px;
  position: relative;
  top: -12px;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 0.5px #8393a7;
  border-radius: 100%;
}
.aoi__dialogs .dialog__control:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.aoi__dialogs .dialog__control::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aoi__dialogs .dialog__control span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .aoi__dialogs .dialog__control span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.aoi__dialogs .dialog__control span[aria-hidden]:hover::before, .aoi__dialogs .dialog__control span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.aoi__dialogs .dialog__control span[aria-hidden]::before, .aoi__dialogs .dialog__control span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.aoi__dialogs .dialog__control span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .aoi__dialogs .dialog__control span[aria-hidden]::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__dialogs .dialog__control span[aria-hidden]::before {
    width: 22px;
  }
}
.aoi__dialogs .dialog__control span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .aoi__dialogs .dialog__control span[aria-hidden]::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .aoi__dialogs .dialog__control span[aria-hidden]::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
.aoi__dialogs .dialog__control--left {
  left: -21px;
}
.aoi__dialogs .dialog__control--left span[aria-hidden] {
  margin: 0 0 0 16px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.aoi__dialogs .dialog__control--right {
  right: -21px;
}
.aoi__dialogs .dialog__control--right span[aria-hidden] {
  margin: 0 0 0 -16px;
}

.news-events-section {
  margin-top: 6.9rem;
  padding: 6.1rem 0 5.5rem;
  position: relative;
}
@media (min-width: 700px) {
  .news-events-section {
    margin-top: 6.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    padding: 6.1rem 0 6.7rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section {
    margin-top: 9.4rem;
    padding: 10.1rem 0 10.2rem;
    gap: 10rem;
  }
}
.news-events-section:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news-events-section h2 {
  color: #ffffff;
}
.news-events-section .news {
  margin: 0 0 5.5rem;
}
@media (min-width: 700px) {
  .news-events-section .news {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: calc(50% - 1.5rem);
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .news-events-section .news {
    width: calc(48.2% - 5rem);
  }
}
.news-events-section .news__title {
  margin: 0 0 1.9rem;
}
@media (min-width: 700px) {
  .news-events-section .news__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .news__title {
    margin: 0 0 4.3rem;
  }
}
.news-events-section .news-box {
  overflow: hidden;
  position: relative;
  margin: 0 0 3rem;
  border-radius: 1rem;
  background-color: #aae3f9;
}
@media (min-width: 700px) {
  .news-events-section .news-box {
    border-radius: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .news-box {
    margin: 0 0 2.4rem;
  }
}
.news-events-section .news-box:hover .news-box__image img {
  width: 103%;
  height: 103%;
}
.news-events-section .news-box__image {
  padding: 60.4% 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .news-events-section .news-box__image {
    padding: 54.6% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .news-events-section .news-box__image {
    padding: 49.6% 0 0;
  }
}
.news-events-section .news-box__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: width 0.3s, height 0.3s;
  -o-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}
.news-events-section .news-box__content {
  padding: 1.5rem 2rem 1.9rem;
}
@media (min-width: 700px) {
  .news-events-section .news-box__content {
    padding: 2.5rem 2.4rem 2.3rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .news-box__content {
    padding: 3.2rem 4rem 2.8rem;
  }
}
.news-events-section .news-box__title {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #002142;
}
@media (min-width: 700px) {
  .news-events-section .news-box__title {
    margin: 0 0 1.9rem;
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .news-box__title {
    margin: 0 0 1.2rem;
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}
.news-events-section .news-box__title a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-events-section .news-box__title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-events-section .news-box__title a:hover {
  color: #0048b5;
  text-decoration: none;
}
.news-events-section .news__cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media (min-width: 700px) {
  .news-events-section .events {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 1025px) {
  .news-events-section .events {
    width: calc(51.8% - 5rem);
  }
}
.news-events-section .events__title {
  margin: 0 0 1.8rem;
}
@media (min-width: 700px) {
  .news-events-section .events__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .events__title {
    margin: 0 0 4.4rem;
  }
}
.news-events-section .events__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2.8rem;
}
@media (min-width: 1025px) {
  .news-events-section .events__item {
    margin: 0 0 3rem;
  }
}
.news-events-section .events__date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 6.5rem;
  padding: 1rem;
  text-align: center;
  color: #002142;
  border-radius: 1rem;
  background-color: #aae3f9;
  margin-right: 1.5rem;
}
@media (min-width: 700px) {
  .news-events-section .events__date {
    width: 11rem;
    padding: 1.1rem 1.1rem 0.8rem;
    border-radius: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .events__date {
    width: 8rem;
  }
}
.news-events-section .events__month {
  font-size: 1.3rem;
  line-height: 1.69rem;
  font-weight: 700;
}
@media (min-width: 700px) {
  .news-events-section .events__month {
    margin: 0 0 -0.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.news-events-section .events__day {
  font-size: 3.2rem;
  line-height: 1;
}
@media (min-width: 700px) {
  .news-events-section .events__day {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .events__day {
    font-size: 4rem;
    line-height: 4.9rem;
  }
}
.news-events-section .events__details {
  padding: 0.1rem 0 0;
}
.news-events-section .events__name {
  margin: 0 0 1.5rem;
  color: #ffc61e;
  font-size: 1.8rem;
  line-height: 2.16rem;
  font-weight: 600;
}
@media (min-width: 700px) {
  .news-events-section .events__name {
    margin: 0 0 1.4rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .news-events-section .events__name {
    margin: 0 0 1.2rem;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}
.news-events-section .events__name a {
  -webkit-text-decoration-style: solid;
     -moz-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
     -moz-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  text-underline-offset: 3.5px;
  -webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
  -o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
  color: inherit;
  font-weight: inherit;
}
.news-events-section .events__name a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.news-events-section .events__name a:hover {
  color: #ffffff;
  -webkit-text-decoration-color: white;
     -moz-text-decoration-color: white;
          text-decoration-color: white;
  text-underline-offset: 1.5px;
}
.news-events-section .events__name a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.news-events-section .events__data {
  color: #ffffff;
}
@media (min-width: 700px) {
  .news-events-section .events__data {
    padding-right: 1rem;
  }
}
.news-events-section .events__location, .news-events-section .events__time {
  display: inline-block;
}
.news-events-section .events__location {
  position: relative;
  padding: 0 1.2rem 0 0;
  margin: 0 0.6rem 0 0;
}
.news-events-section .events__location::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  height: calc(100% - 0.9rem);
  width: 0.1rem;
  background-color: #ffffff;
}
.news-events-section .events__cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}

.text-highlights {
  margin: 4rem 0 0;
}
@media (min-width: 700px) {
  .text-highlights {
    margin: 6rem 0 0;
  }
}
@media (min-width: 1025px) {
  .text-highlights {
    margin: 10rem 0 0;
  }
}
.text-highlights__header {
  margin: 0 0 3rem;
}
@media (min-width: 1025px) {
  .text-highlights__header {
    margin: 0 0 5rem;
  }
}
.text-highlights__title {
  margin: 0 0 2rem;
  color: #004c97;
}
@media (min-width: 700px) {
  .text-highlights__title {
    margin: 0 0 2.2rem;
  }
}
@media (min-width: 1025px) {
  .text-highlights__intro {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
  }
}
.text-highlights__box {
  position: relative;
  margin: 0 -2rem;
}
@media (min-width: 700px) {
  .text-highlights__box {
    margin: 0 -4rem;
  }
}
@media (min-width: 1025px) {
  .text-highlights__box {
    margin: 0 -5rem;
  }
}
.text-highlights__box::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(#004c97), color-stop(50%, #004c97), color-stop(50%, #002142), to(#002142));
  background-image: -o-linear-gradient(left, #004c97 0%, #004c97 50%, #002142 50%, #002142 100%);
  background-image: linear-gradient(to right, #004c97 0%, #004c97 50%, #002142 50%, #002142 100%);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 700px) {
  .text-highlights__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 700px) {
  .text-highlights__row--two-col .text-highlights__item:first-child {
    width: 33.3333333333%;
  }
}
@media (min-width: 700px) {
  .text-highlights__row--two-col .text-highlights__item:nth-child(2) {
    width: 66.6666666667%;
  }
}
@media (min-width: 700px) {
  .text-highlights__row--three-col .text-highlights__item {
    width: 33.3333333333%;
  }
}
.text-highlights__item {
  padding: 3rem 2rem;
}
@media (min-width: 700px) {
  .text-highlights__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 3rem;
  }
}
.text-highlights__item a {
  text-decoration: none;
}
.text-highlights__item--light-blue {
  background-color: #aae3f9;
  color: #002142;
}
.text-highlights__item--medium-blue {
  background-color: #004c97;
  color: #ffffff;
}
.text-highlights__item--medium-blue a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.text-highlights__item--navy {
  background-color: #002142;
  color: #ffffff;
}
.text-highlights__item--navy a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.text-highlights__item--yellow {
  background-color: #ffc61e;
  color: #002142;
}
.text-highlights__item--gray {
  background-color: #dfeaf4;
  color: #002142;
}
.text-highlights__item--medium-blue a, .text-highlights__item--navy a {
  color: #ffc61e;
  text-decoration: none;
}
.text-highlights__item--medium-blue a:hover, .text-highlights__item--navy a:hover {
  color: #ffffff;
}
.text-highlights__item-title {
  margin: 0 0 1rem;
}
.text-highlights__item-body {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .text-highlights__item-body {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
  }
}

.program-deg-cert__top {
  margin: 0 0 2.7rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__top {
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__top {
    margin: 0 0 5.8rem;
  }
}
.program-deg-cert__header {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.program-deg-cert__item {
  padding-top: 2rem;
  border-top: 1px solid #000000;
  margin: 0 0 3rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item {
    padding-top: 4.1rem;
    margin: 0 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__item {
    padding-top: 5.1rem;
  }
}
.program-deg-cert__item__title {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.program-deg-cert__item__deg {
  background: #dfeaf4;
  border-radius: 15px;
  padding: 2rem 2rem 1.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__deg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
    padding: 2.2rem 2.4rem 0.8rem;
    margin-bottom: 2.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__item__deg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 64.5%;
            flex: 0 0 64.5%;
    margin-bottom: 0;
    padding: 3.1rem 3rem 3.1rem;
  }
}
@media screen and (max-width: 699px) {
  .program-deg-cert__item__deg__col:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__deg__col:not(:last-of-type) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__deg__col:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.4%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 42.4%;
            flex: 0 0 42.4%;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__item__deg__col:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.4%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 43.4%;
            flex: 0 0 43.4%;
  }
}
.program-deg-cert__item__deg__col-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__deg__col-top {
    margin: 0 0 1.3rem;
  }
}
.program-deg-cert__item__length {
  position: relative;
  font-weight: 700;
  margin: 0 0 0.6rem;
  padding-left: 3rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__length {
    font-size: 2rem;
    padding-left: 3.3rem;
    margin-left: -3.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__item__length {
    font-size: 2.4rem;
  }
}
.program-deg-cert__item__icon {
  color: #004c97;
}
.program-deg-cert__item__icon svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__icon svg {
    width: 24px;
    height: 24px;
  }
}
.program-deg-cert__item__cert {
  display: inline-block;
  margin: 0 auto 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.7rem 1rem 0.65rem;
  border-radius: 3rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__cert {
    font-size: 1.6rem;
    border-radius: 3rem;
    padding: 0.5rem 1.3rem 0.3rem;
  }
}
.program-deg-cert__item__cert.program-type--navy-yellow, .program-deg-cert__item__cert.program-type--navy-gray, .program-deg-cert__item__cert.program-type--navy-blue {
  outline: 1px solid #002142;
}
.program-deg-cert__item__body p {
  margin: 0 0 0.6rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__item__body p {
    margin: 0 0 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__item__body p {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.8%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32.8%;
            flex: 0 0 32.8%;
  }
}
.program-deg-cert__links__title {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__links__title {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
.program-deg-cert__links ul {
  padding: 0;
  margin: 0 0 1.5rem;
}
.program-deg-cert__links li {
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 700px) {
  .program-deg-cert__links li {
    display: inline-block;
    margin-right: 3.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-deg-cert__links li {
    display: block;
  }
}
.program-deg-cert__links li:before {
  content: none;
}
.program-deg-cert__links li a {
  color: #0048b5;
  font-weight: 700;
  font-size: 1.8rem;
}

/**
 * @file
 * Home Highlights
 *
 * Contains styles for home highlights content object.
 */
.home-highlights {
  margin: 0 0 69px;
  padding: 60px 0 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  .home-highlights {
    margin: 0 0 65px;
    padding: 33px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights {
    margin: 0 0 98px;
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 700px) {
  .home-highlights--3-items .home-highlights__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.home-highlights.js-active .highlight {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.home-highlights.js-active .highlight--2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.home-highlights.js-active .highlight--3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.home-highlights.js-active .highlight--4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.home-highlights::before {
  content: "";
  width: 100vw;
  height: 73.5%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
}
@media screen and (min-width: 700px) {
  .home-highlights::before {
    height: 65.7%;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights::before {
    height: 68.6%;
  }
}
.home-highlights__header {
  margin: 0 0 28px;
}
@media screen and (min-width: 700px) {
  .home-highlights__header {
    margin: 0 0 34px;
    padding: 13px 40px 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights__header {
    margin: 0 0 65px;
    padding: 30px 50px 0;
  }
}
.home-highlights__header h2 {
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .home-highlights__wrapper {
    display: none;
  }
}
.home-highlights__wrapper .highlight:nth-of-type(odd) {
  margin-left: -20px;
  border-radius: 0 6px 6px 0;
}
.home-highlights__wrapper .highlight:nth-of-type(even) {
  margin-right: -20px;
  border-radius: 6px 0 0 6px;
}
.home-highlights__columns {
  display: none;
}
@media screen and (min-width: 700px) {
  .home-highlights__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
}
.home-highlights__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55.5%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 55.5%;
          flex: 0 0 55.5%;
}
@media screen and (min-width: 1025px) {
  .home-highlights__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% + 44px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 44px);
            flex: 0 0 calc(50% + 44px);
  }
}
@media screen and (min-width: 1800px) {
  .home-highlights__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 6px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 6px);
            flex: 0 0 calc(50% - 6px);
  }
}
.home-highlights__column--left {
  margin: 0 0 0 -40px;
}
@media screen and (min-width: 1025px) {
  .home-highlights__column--left {
    margin: 0 0 0 -50px;
  }
}
@media screen and (min-width: 1800px) {
  .home-highlights__column--left {
    margin: 0;
  }
}
.home-highlights__column--left .highlight {
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 1800px) {
  .home-highlights__column--left .highlight {
    border-radius: 10px;
  }
}
.home-highlights__column--right {
  margin: 0 -40px 0 0;
}
@media screen and (min-width: 1025px) {
  .home-highlights__column--right {
    margin: 0 -50px 0 0;
  }
}
@media screen and (min-width: 1800px) {
  .home-highlights__column--right {
    margin: 0;
  }
}
.home-highlights__column--right .highlight {
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1800px) {
  .home-highlights__column--right .highlight {
    border-radius: 10px;
  }
}
.home-highlights .highlight {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight {
    margin-bottom: 12px;
    padding: 65.1% 0 0;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight {
    padding: 66% 0 0;
  }
}
.home-highlights .highlight--2 .highlight__link {
  background-color: #004c97;
}
@media screen and (max-width: 699px) {
  .home-highlights .highlight--2 .highlight__link {
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-bottom-right-radius: 6px;
  }
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight--2 .highlight__link {
    background-color: rgba(0, 76, 151, 0.85);
  }
}
.home-highlights .highlight--2 .highlight__link:hover {
  background-color: #004c97;
}
.home-highlights .highlight--3 .highlight__link {
  color: #002142;
  background-color: #aae3f9;
}
.home-highlights .highlight--3 .highlight__link:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight--3 .highlight__link {
    background-color: rgba(170, 227, 249, 0.9);
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight--3 .highlight__link {
    right: 20px;
    left: unset;
  }
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight--3 .highlight__link:hover {
    background-color: #aae3f9;
  }
}
.home-highlights .highlight--3 .highlight__link span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight--3 .highlight__link span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.home-highlights .highlight--3 .highlight__link span[aria-hidden]:hover::before, .home-highlights .highlight--3 .highlight__link span[aria-hidden]:hover::after {
  border-color: #004c97;
}
.home-highlights .highlight--3 .highlight__link span[aria-hidden]::before, .home-highlights .highlight--3 .highlight__link span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.home-highlights .highlight--3 .highlight__link span[aria-hidden]::before {
  border-top: solid 2px #004c97;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight--3 .highlight__link span[aria-hidden]::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight--3 .highlight__link span[aria-hidden]::before {
    width: 22px;
  }
}
.home-highlights .highlight--3 .highlight__link span[aria-hidden]::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #004c97;
  border-bottom: solid 2px #004c97;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight--3 .highlight__link span[aria-hidden]::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight--3 .highlight__link span[aria-hidden]::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight--3 + .home-highlights__cta {
    text-align: left;
  }
}
.home-highlights .highlight__link {
  padding: 14px 15px 14px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  background-color: #002142;
}
.home-highlights .highlight__link:focus {
  outline: solid 1px #ffffff;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight__link {
    gap: 10px;
    position: absolute;
    right: 17px;
    bottom: 13px;
    left: 14px;
    z-index: 1;
    background-color: rgba(0, 33, 66, 0.7);
    border-radius: 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight__link {
    padding: 20px 21px 21px 20px;
    max-width: 320px;
    right: unset;
    bottom: 20px;
    left: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight__link:hover {
    background-color: #002142;
  }
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight__link:hover + .highlight__image img {
    -webkit-transform: scale(103%);
        -ms-transform: scale(103%);
            transform: scale(103%);
  }
  @supports (background: -webkit-named-image(i)) {
    .home-highlights .highlight__link:hover + .highlight__image img {
      width: 103%;
      height: 103%;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset;
    }
  }
}
.home-highlights .highlight__link span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight__link span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.home-highlights .highlight__link span[aria-hidden]:hover::before, .home-highlights .highlight__link span[aria-hidden]:hover::after {
  border-color: #ffc61e;
}
.home-highlights .highlight__link span[aria-hidden]::before, .home-highlights .highlight__link span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.home-highlights .highlight__link span[aria-hidden]::before {
  border-top: solid 2px #ffc61e;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight__link span[aria-hidden]::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight__link span[aria-hidden]::before {
    width: 22px;
  }
}
.home-highlights .highlight__link span[aria-hidden]::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #ffc61e;
  border-bottom: solid 2px #ffc61e;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .home-highlights .highlight__link span[aria-hidden]::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights .highlight__link span[aria-hidden]::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (max-width: 699px) {
  .home-highlights .highlight__image {
    padding: 65.1% 0 0;
    position: relative;
  }
}
.home-highlights .highlight__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@supports (background: -webkit-named-image(i)) {
  .home-highlights .highlight__image img {
    -webkit-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
  }
}
.home-highlights__cta {
  position: relative;
  margin: 36px 0 0;
}
.home-highlights__cta .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.home-highlights__cta .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.home-highlights__cta .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .home-highlights__cta .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.home-highlights__cta .cta:only-child:hover .last-word span::before, .home-highlights__cta .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.home-highlights__cta .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-highlights__cta .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .home-highlights__cta .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.home-highlights__cta .cta:only-child .last-word span::before, .home-highlights__cta .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.home-highlights__cta .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .home-highlights__cta .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights__cta .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.home-highlights__cta .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .home-highlights__cta .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights__cta .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .home-highlights__cta .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .home-highlights__cta .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .home-highlights__cta .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .home-highlights__cta .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .home-highlights__cta .cta:only-child {
      min-height: 192px;
    }
  }
}
.home-highlights__cta .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.home-highlights__cta .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-highlights__cta .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (min-width: 1025px) {
  .home-highlights__cta {
    margin: -67px 42px 0;
    text-align: right;
  }
}
.home-highlights__cta .cta:only-child {
  min-width: 152px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .home-highlights__cta .cta:only-child {
    min-width: 192px;
    right: unset;
    left: unset;
    font-size: 2.1rem;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

.news-embed.js-active .news-embed-item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.news-embed.js-active .news-embed-item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.news-embed.js-active .news-embed-item:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  .news-embed__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.news-embed__top__right {
  position: relative;
}
.news-embed__top__right .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.news-embed__top__right .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.news-embed__top__right .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .news-embed__top__right .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.news-embed__top__right .cta:only-child:hover .last-word span::before, .news-embed__top__right .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.news-embed__top__right .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-embed__top__right .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .news-embed__top__right .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.news-embed__top__right .cta:only-child .last-word span::before, .news-embed__top__right .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.news-embed__top__right .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .news-embed__top__right .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__top__right .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.news-embed__top__right .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .news-embed__top__right .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__top__right .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .news-embed__top__right .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__top__right .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .news-embed__top__right .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .news-embed__top__right .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .news-embed__top__right .cta:only-child {
      min-height: 192px;
    }
  }
}
.news-embed__top__right .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.news-embed__top__right .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-embed__top__right .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (max-width: 1024px) {
  .news-embed__top__right {
    display: none;
  }
}
.news-embed__top__right .cta {
  margin: 0 0 14px;
  position: static;
}
.news-embed__top__right .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .news-embed__top__right .cta {
    margin: 0 12px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__top__right .cta {
    margin: 0 11px 0 0;
  }
}
.news-embed__top__right .cta:last-child:not(:first-child) {
  margin: 0;
}
.news-embed__top__right .cta:only-child {
  position: static;
}
@media screen and (min-width: 700px) {
  .news-embed__top__right .cta:only-child {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.news-embed__bottom {
  position: relative;
  margin-top: 1.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-embed__bottom .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.news-embed__bottom .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.news-embed__bottom .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .news-embed__bottom .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.news-embed__bottom .cta:only-child:hover .last-word span::before, .news-embed__bottom .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.news-embed__bottom .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-embed__bottom .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .news-embed__bottom .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.news-embed__bottom .cta:only-child .last-word span::before, .news-embed__bottom .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.news-embed__bottom .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .news-embed__bottom .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__bottom .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.news-embed__bottom .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .news-embed__bottom .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__bottom .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .news-embed__bottom .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__bottom .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .news-embed__bottom .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .news-embed__bottom .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .news-embed__bottom .cta:only-child {
      min-height: 192px;
    }
  }
}
.news-embed__bottom .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.news-embed__bottom .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-embed__bottom .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (min-width: 1025px) {
  .news-embed__bottom {
    display: none;
  }
}
.news-embed__bottom .cta {
  margin: 0 0 14px;
  position: static;
}
.news-embed__bottom .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .news-embed__bottom .cta {
    margin: 0 12px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__bottom .cta {
    margin: 0 11px 0 0;
  }
}
.news-embed__bottom .cta:last-child:not(:first-child) {
  margin: 0;
}
.news-embed__bottom .cta:only-child {
  position: static;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
@media screen and (min-width: 700px) {
  .news-embed__intro {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__intro {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
}
.news-embed__content {
  margin: 0 -2rem;
}
@media screen and (min-width: 700px) {
  .news-embed__content {
    margin: 0 -4rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__content {
    margin: 0;
  }
}
.news-embed__items {
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .news-embed__items {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 22.5px;
  }
}
@media screen and (max-width: 699px) {
  .news-embed__items .slick-list {
    overflow: visible;
    padding: 0 0 0 1rem;
  }
}
.news-embed-item {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #aae3f9;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1025px) {
  .news-embed-item {
    width: calc(25% - 15px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(25% - 15px);
       -moz-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 15px);
            flex: 1 0 calc(25% - 15px);
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news-embed-item:hover .news-embed-item__img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.news-embed-item__img {
  overflow: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.news-embed-item__img img {
  width: 100%;
  max-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-embed-item__content {
  padding: 2rem;
}
@media screen and (min-width: 1025px) {
  .news-embed-item__content {
    padding: 2.4rem 3rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news-embed-item__title {
  color: #002142;
  margin: 0 0 2rem;
}
@media screen and (min-width: 700px) {
  .news-embed-item__title {
    margin: 2.1rem 0 1.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed-item__title {
    margin: 0 0 1.2rem;
  }
}
.news-embed-item__title a {
  text-decoration: none;
}
.news-embed-item__title a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-embed-item__date {
  margin-top: 1.2rem;
}
.news-embed .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-embed .slick-slide {
  height: auto;
  width: calc(100vw - 6rem);
  margin: 0 0.5rem;
}
@media screen and (min-width: 700px) {
  .news-embed .slick-slide {
    width: calc(50vw - 5.5rem);
    margin: 0 1rem;
  }
}
.news-embed .slick-slide > div {
  height: 100%;
}
.news-embed .slick-arrow {
  width: 61px;
  height: 61px;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 0.5px #8393a7;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.news-embed .slick-arrow:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .news-embed .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
.news-embed .slick-arrow:hover {
  background-color: #002142;
  border-color: #002142;
}
.news-embed .slick-arrow.slick-prev {
  left: -34px;
}
@media screen and (min-width: 700px) {
  .news-embed .slick-arrow.slick-prev {
    left: -63px;
  }
}
.news-embed .slick-arrow.slick-prev span[aria-hidden] {
  left: -19px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .news-embed .slick-arrow.slick-prev span[aria-hidden] {
    left: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed .slick-arrow.slick-prev span[aria-hidden] {
    left: -54px;
  }
}
.news-embed .slick-arrow.slick-next {
  right: -34px;
}
@media screen and (min-width: 700px) {
  .news-embed .slick-arrow.slick-next {
    right: -63px;
  }
}
.news-embed .slick-arrow.slick-next span[aria-hidden] {
  right: 49px;
}
@media screen and (min-width: 700px) {
  .news-embed .slick-arrow.slick-next span[aria-hidden] {
    right: 99px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed .slick-arrow.slick-next span[aria-hidden] {
    left: -112px;
  }
}
.news-embed .slick-arrow::after {
  content: none;
}
.news-embed .slick-arrow span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news-embed .slick-arrow span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.news-embed .slick-arrow span[aria-hidden]:hover::before, .news-embed .slick-arrow span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.news-embed .slick-arrow span[aria-hidden]::before, .news-embed .slick-arrow span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.news-embed .slick-arrow span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .news-embed .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
.news-embed .slick-arrow span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .news-embed .slick-arrow span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .news-embed .slick-arrow span[aria-hidden]::after {
    margin-left: -15.66px;
    width: 15.66px;
    height: 15.66px;
  }
}
.news-embed .slick-disabled {
  display: none !important;
}

.stackable-credentials {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.stackable-credentials__expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  background: rgba(0, 33, 66, 0.5);
}
@media screen and (min-width: 700px) {
  .stackable-credentials__expand {
    display: none;
  }
}
.stackable-credentials__expand .cta {
  z-index: 1;
}
.stackable-credentials__expand .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.stackable-credentials__expand .cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stackable-credentials__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
  gap: 4.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -3;
}
@media screen and (min-width: 700px) {
  .stackable-credentials__lines {
    padding: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials__lines {
    padding: 3rem 0;
    left: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.stackable-credentials__line {
  position: relative;
  width: 23.848rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.848rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 23.848rem;
          flex: 0 0 23.848rem;
}
@media screen and (min-width: 700px) {
  .stackable-credentials__line {
    width: 24.948rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24.948rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 24.948rem;
            flex: 0 0 24.948rem;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials__line {
    width: 32.648rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.648rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32.648rem;
            flex: 0 0 32.648rem;
  }
}
.stackable-credentials__line:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.6rem;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
.stackable-credentials__line span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .stackable-credentials__line span {
    font-size: 1.6rem;
  }
}
.stackable-credentials__inner {
  background: -o-radial-gradient(-12.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  background: radial-gradient(47.18% 344.46% at -12.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  padding: 4rem 2rem;
}
@media screen and (min-width: 700px) {
  .stackable-credentials__inner {
    padding: 6.3rem 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials__inner {
    padding: 10.3rem 5rem;
    background: -o-radial-gradient(-15.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
    background: radial-gradient(47.18% 344.46% at -15.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
  }
}
.stackable-credentials__top {
  margin: 0 0 4.5rem;
}
@media screen and (min-width: 700px) {
  .stackable-credentials__top {
    margin: 0 0 4.1rem;
  }
}
.stackable-credentials__header {
  font-size: 4.5rem;
  color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .stackable-credentials__header {
    font-size: 7rem;
  }
}
.stackable-credentials__wrapper {
  position: relative;
  isolation: isolate;
}
.stackable-credentials__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004c97;
  z-index: -10;
}
@media screen and (min-width: 1025px) {
  .stackable-credentials__wrapper:after {
    background: transparent;
  }
}
.stackable-credentials__wrapper-inner {
  position: relative;
  display: block;
  width: calc(100vw - 4rem);
  height: 412px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 700px) {
  .stackable-credentials__wrapper-inner {
    overflow: auto;
    width: calc(100vw - 10rem);
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials__wrapper-inner {
    height: 600px;
  }
}
.stackable-credentials-controller {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 1.5rem;
  right: 0;
  width: auto;
  height: auto;
  padding: 1rem;
  pointer-events: none;
  z-index: 4;
}
@media screen and (min-width: 700px) {
  .stackable-credentials-controller {
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.stackable-credentials-controller button {
  width: 26px;
  height: 26px;
  background: #ffffff;
  border: none;
}
.stackable-credentials-controller button.disabled {
  background: #666666;
}
.stackable-credentials-controller__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.stackable-credentials-controller__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.stackable-credentials-controller__modal-bttn {
  position: relative;
  border-radius: 2px;
  pointer-events: all;
}
.stackable-credentials-controller__modal-bttn:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .stackable-credentials-controller__modal-bttn {
    display: none;
  }
}
.stackable-credentials-controller__modal-bttn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/_resources/icons/expand.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stackable-credentials-controller__modal-bttn.open {
  position: relative;
  top: -1rem;
  right: -1rem;
  width: 50px;
  height: 50px;
  border-radius: 0 0 0 2rem;
  border: 1px solid #ffffff;
  background: rgba(0, 33, 66, 0.5);
}
@media screen and (min-width: 700px) {
  .stackable-credentials-controller__modal-bttn.open {
    top: -2rem;
    right: -2rem;
  }
}
.stackable-credentials-controller__modal-bttn.open:before, .stackable-credentials-controller__modal-bttn.open:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.stackable-credentials-controller__modal-bttn.open:after {
  background-image: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.stackable-credentials-controller__zoom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stackable-credentials-controller__zoom-bttn {
  position: relative;
}
.stackable-credentials-controller__zoom-bttn:before, .stackable-credentials-controller__zoom-bttn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #0048b5;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.stackable-credentials-controller__zoom-bttn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.stackable-credentials-controller__zoom-bttn--in {
  border-radius: 2px 2px 0 0;
}
.stackable-credentials-controller__zoom-bttn--out {
  border-radius: 0 0 2px 2px;
}
.stackable-credentials-controller__zoom-bttn--out:after {
  content: none;
}
.stackable-credentials-controller__scroll {
  position: relative;
  width: 58px;
  height: 58px;
  pointer-events: all;
}
.stackable-credentials-controller__scroll:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50%;
  height: 50%;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.stackable-credentials-controller__scroll-bttn {
  z-index: 1;
  border-radius: 2px;
}
.stackable-credentials-controller__scroll-bttn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 13px;
  background: url("/_resources/icons/stackable-creds-arrow-right.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stackable-credentials-controller__scroll-bttn:focus {
  z-index: 2;
}
.stackable-credentials-controller__scroll-bttn--up {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stackable-credentials-controller__scroll-bttn--up:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.stackable-credentials-controller__scroll-bttn--right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stackable-credentials-controller__scroll-bttn--down {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stackable-credentials-controller__scroll-bttn--down:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.stackable-credentials-controller__scroll-bttn--left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stackable-credentials-controller__scroll-bttn--left:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.stackable-credentials__bottom {
  margin-top: 4rem;
  color: #ffffff;
}
.stackable-credentials__bottom__header {
  margin: 0 0 2rem;
  font-weight: 700;
}
.stackable-credentials__bottom__body {
  font-size: 1.8rem;
  font-weight: 500;
}
.stackable-credentials__bottom__body a {
  color: #ffc61e;
}
.stackable-credentials__bottom__body a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.stackable-credentials__bottom__body a:hover {
  -webkit-text-decoration-color: #ffc61e;
     -moz-text-decoration-color: #ffc61e;
          text-decoration-color: #ffc61e;
}
.stackable-credentials .degree-trail {
  position: relative;
  margin: 0;
  padding: 0;
}
.stackable-credentials .degree-trail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.2rem;
  margin-bottom: 1.46rem;
}
@media screen and (min-width: 1025px) {
  .stackable-credentials .degree-trail li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.stackable-credentials .degree-trail li.bracket {
  display: none;
}
.stackable-credentials .degree-trail li:before {
  content: none;
}
.stackable-credentials .degree-trail li:last-of-type {
  margin: 0;
}
.stackable-credentials .degree-trail--level-1 {
  padding: 4.8rem 2rem 2rem;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media screen and (min-width: 700px) {
  .stackable-credentials .degree-trail--level-1 {
    padding: 6.6rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials .degree-trail--level-1 {
    padding: 7.3rem 3rem;
  }
}
.stackable-credentials .degree-trail--level-1 > li > .card,
.stackable-credentials .degree-trail--level-1 > li > .degree-wrapper > .card, .stackable-credentials .degree-trail--level-2 > li > .card,
.stackable-credentials .degree-trail--level-2 > li > .degree-wrapper > .card {
  position: relative;
}
.stackable-credentials .degree-trail--level-1 > li > .card:before,
.stackable-credentials .degree-trail--level-1 > li > .degree-wrapper > .card:before, .stackable-credentials .degree-trail--level-2 > li > .card:before,
.stackable-credentials .degree-trail--level-2 > li > .degree-wrapper > .card:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% - 5px);
  width: calc(4.2rem + 4px);
  height: 0;
  border-bottom: 4px solid #ffc61e;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.stackable-credentials .degree-trail--level-1 > li > .card:after,
.stackable-credentials .degree-trail--level-1 > li > .degree-wrapper > .card:after, .stackable-credentials .degree-trail--level-2 > li > .card:after,
.stackable-credentials .degree-trail--level-2 > li > .degree-wrapper > .card:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% - 5px);
  width: 1.55rem;
  height: 1.55rem;
  border-right: 4px solid #ffc61e;
  border-bottom: 4px solid #ffc61e;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
.stackable-credentials .degree-trail--level-1 > li > .degree-wrapper > .card + .card, .stackable-credentials .degree-trail--level-2 > li > .degree-wrapper > .card + .card {
  margin-top: 1.46rem;
}
.stackable-credentials .degree-trail--level-1 > li > .degree-wrapper > .card + .card:before, .stackable-credentials .degree-trail--level-2 > li > .degree-wrapper > .card + .card:before {
  top: -1rem;
  right: calc(50% + 1px);
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 1.46rem;
}
.stackable-credentials .degree-trail--level-1 > li > .degree-wrapper > .card + .card:after, .stackable-credentials .degree-trail--level-2 > li > .degree-wrapper > .card + .card:after {
  top: -1.4rem;
  right: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.stackable-credentials .degree-trail--level-2, .stackable-credentials .degree-trail--level-3 {
  position: relative;
}
.stackable-credentials .degree-trail--level-2:not(.single) > .bracket, .stackable-credentials .degree-trail--level-3:not(.single) > .bracket {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 28px;
  height: 100%;
  background: #004c97;
}
.stackable-credentials .degree-trail--level-2:not(.single) > .bracket:after, .stackable-credentials .degree-trail--level-3:not(.single) > .bracket:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 4px solid #ffc61e;
  border-right: 4px solid #ffc61e;
  border-bottom: 4px solid #ffc61e;
  border-radius: 0 16px 16px 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.stackable-credentials .degree-trail--level-2:not(.single) > .bracket:before, .stackable-credentials .degree-trail--level-3:not(.single) > .bracket:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #004c97;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% + 10px);
  border-radius: 0;
  border: 0;
  width: 100%;
  z-index: 1;
}
.stackable-credentials .degree-trail--level-2.single:after, .stackable-credentials .degree-trail--level-3.single:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -28px;
  width: 28px;
  height: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #004c97;
  z-index: -3;
}
.stackable-credentials .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem;
  color: #ffffff;
  background: rgba(0, 33, 66, 0.5);
  border-radius: 10px;
  width: 23.848rem;
}
@media screen and (min-width: 700px) {
  .stackable-credentials .card {
    width: 24.948rem;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials .card {
    width: 32.648rem;
    padding: 1.6rem 2rem;
  }
}
.stackable-credentials .card__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  width: 100%;
}
.stackable-credentials .card__title {
  font-size: 1.898rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  .stackable-credentials .card__title {
    font-size: 1.99153rem;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials .card__title {
    font-size: 2.66rem;
    margin-bottom: 1.7rem;
  }
}
.stackable-credentials .card__creds-item {
  display: block;
  margin: 0 auto 0 0;
  font-size: 1.02205rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 3rem;
}
.stackable-credentials .card__creds-item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 700px) {
  .stackable-credentials .card__creds-item {
    border-radius: 3rem;
    padding: 0.4rem 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials .card__creds-item {
    font-size: 1.4rem;
    border-radius: 24rem;
    padding: 0.4rem 1.6rem;
  }
}
.stackable-credentials .card__creds-item.technical-degree {
  color: #ffffff;
  background-color: #004c97;
}
.stackable-credentials .card__creds-item.certificate {
  color: #002142;
  background-color: #aae3f9;
}
.stackable-credentials .card__creds-item.transfer {
  color: #002142;
  background-color: #ffc61e;
}
.stackable-credentials .card__duration {
  font-size: 1.02205rem;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .stackable-credentials .card__duration {
    font-size: 1.4rem;
  }
}
.stackable-credentials .card.degree {
  background: #002142;
}
.stackable-credentials .card.additionalDegree {
  display: block;
}
.stackable-credentials--modal-open {
  z-index: 1000;
}
.stackable-credentials--modal-open .stackable-credentials__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stackable-credentials--modal-open .stackable-credentials__wrapper-inner {
  width: 100%;
  height: 100vh;
  border: none;
  overflow: auto;
}
.stackable-credentials--modal-open .stackable-credentials__expand {
  display: none;
}
.stackable-credentials--modal-open .stackable-credentials-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .stackable-credentials:not(.stackable-credentials--modal-open):not(.stackable-credentials--controller-visible-large) .stackable-credentials__wrapper-inner {
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  .stackable-credentials:not(.stackable-credentials--modal-open):not(.stackable-credentials--controller-visible-large) .stackable-credentials-controller {
    display: none;
  }
}

.faq {
  margin: 4.8rem 0 0;
}
@media (min-width: 700px) {
  .faq {
    margin: 6.7rem 0 20px;
  }
}
@media (min-width: 1025px) {
  .faq {
    margin: 8.3rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .faq.js-active .questions--desktop .questions__item {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .faq.js-active .questions--desktop .questions__item--2 {
    -webkit-transition-delay: calc(0.3s * (2 - 1));
         -o-transition-delay: calc(0.3s * (2 - 1));
            transition-delay: calc(0.3s * (2 - 1));
  }
}
@media screen and (min-width: 1025px) {
  .faq.js-active .questions--desktop .questions__item--3 {
    -webkit-transition-delay: calc(0.3s * (3 - 1));
         -o-transition-delay: calc(0.3s * (3 - 1));
            transition-delay: calc(0.3s * (3 - 1));
  }
}
@media screen and (min-width: 1025px) {
  .faq.js-active .questions--desktop .questions__item--4 {
    -webkit-transition-delay: calc(0.3s * (4 - 1));
         -o-transition-delay: calc(0.3s * (4 - 1));
            transition-delay: calc(0.3s * (4 - 1));
  }
}
@media screen and (min-width: 1025px) {
  .faq.js-active .questions--desktop .questions__item--5 {
    -webkit-transition-delay: calc(0.3s * (5 - 1));
         -o-transition-delay: calc(0.3s * (5 - 1));
            transition-delay: calc(0.3s * (5 - 1));
  }
}
@media screen and (min-width: 1025px) {
  .faq.js-active .questions--desktop .questions__item--6 {
    -webkit-transition-delay: calc(0.3s * (6 - 1));
         -o-transition-delay: calc(0.3s * (6 - 1));
            transition-delay: calc(0.3s * (6 - 1));
  }
}
.faq__header {
  text-align: center;
}
@media (min-width: 700px) {
  .faq__header {
    margin-top: 8.7rem;
  }
}
@media (min-width: 1025px) {
  .faq__header {
    margin-top: 8rem;
  }
}
.faq__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 2.4rem;
  line-height: 2.88rem;
  font-weight: 600;
}
@media (min-width: 700px) {
  .faq__eyebrow {
    margin: 0 0 1.5rem;
    font-size: 3rem;
    line-height: 3.6rem;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .faq__eyebrow {
    font-size: 3.4rem;
    line-height: 4.08rem;
    text-align: center;
  }
}
.faq__title {
  margin: 0;
  color: #004c97;
}
@media (min-width: 700px) {
  .faq__title {
    margin: 0 0 5.3rem;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .faq__title {
    margin: 0 0 4.8rem;
    text-align: center;
    word-break: break-all;
  }
}
@media (min-width: 700px) {
  .faq__content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 700px) {
  .faq__col {
    width: calc(50% - 3rem);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1), .faq__col:nth-child(3) {
    width: 29%;
    padding: 7rem 0 0;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item.questions__item {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item:first-child .questions__question {
    margin-right: 0;
    margin-left: 4rem;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item:nth-child(2) .questions__question {
    margin-right: 2rem;
    margin-left: 0rem;
  }
}
.faq__col:nth-child(1) .questions__item:nth-child(2) .questions__item-content {
  -webkit-transform: translateX(-2rem);
      -ms-transform: translateX(-2rem);
          transform: translateX(-2rem);
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item:nth-child(2) .questions__item-content.is-opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item:nth-child(3) .questions__question {
    margin-right: 2.3rem;
  }
}
.faq__col:nth-child(1) .questions__item:nth-child(3) .questions__item-content {
  -webkit-transform: translateX(0.8rem);
      -ms-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item:nth-child(3) .questions__item-content.is-opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item:nth-child(3) .questions__item-content.is-opened .questions__question {
    margin-right: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item .questions__item-content {
    margin-bottom: 12.9rem;
    -webkit-transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: margin-bottom 0.3s ease, transform 0.3s ease;
    transition: margin-bottom 0.3s ease, transform 0.3s ease;
    transition: margin-bottom 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(1) .questions__item .questions__item-content.is-opened {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(2) {
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(2) .questions--desktop .questions__item-content {
    position: relative;
  }
}
.faq__col:nth-child(2) .questions--desktop .questions__item-content.is-opened .questions__question.questions__question {
  left: 0%;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  margin: 0 !important;
}
@media (min-width: 700px) {
  .faq__col:nth-child(2) .questions--desktop .questions__question {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(2) .questions--desktop .questions__question.questions__question {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 !important;
    -webkit-transition: left 0.3s ease, -webkit-transform 0.3s ease;
    transition: left 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: left 0.3s ease, transform 0.3s ease;
    transition: left 0.3s ease, transform 0.3s ease;
    transition: left 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(3) .questions__item:first-child .questions__question {
    margin-right: 1.4rem;
    margin-left: 0.6rem;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(3) .questions__item:nth-child(2) .questions__question {
    margin-right: 2rem;
    margin-left: 0rem;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(3) .questions__item:nth-child(2) .questions__item-content {
    -webkit-transform: translateX(3.8rem);
        -ms-transform: translateX(3.8rem);
            transform: translateX(3.8rem);
    margin-bottom: 8.3rem;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(3) .questions__item:nth-child(2) .questions__item-content.is-opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(3) .questions__item .questions__item-content {
    margin-bottom: 9.9rem;
    -webkit-transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: margin-bottom 0.3s ease, transform 0.3s ease;
    transition: margin-bottom 0.3s ease, transform 0.3s ease;
    transition: margin-bottom 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (min-width: 1025px) {
  .faq__col:nth-child(3) .questions__item .questions__item-content.is-opened {
    margin-bottom: 2rem;
  }
}
.faq__col--desktop {
  display: none;
}
@media (min-width: 1025px) {
  .faq__col--desktop {
    display: block;
  }
}
.faq__col:last-child {
  position: relative;
}
@media (min-width: 700px) {
  .faq__col:last-child {
    padding: 1.3rem 0 0;
  }
}
@media (min-width: 1025px) {
  .faq__col:last-child {
    padding: 7rem 0 0;
  }
}
.faq__col:last-child::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: #002142;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 700px) {
  .faq__col:last-child::before {
    display: none;
  }
}
@media (min-width: 1025px) {
  .faq__col:last-child .questions--tablet {
    display: none;
  }
}
.faq__col:last-child .questions--tablet .questions__item {
  margin: 0 0 3.4rem;
}
@media (min-width: 1025px) {
  .faq__col:last-child .questions--tablet .questions__item {
    display: none;
  }
}
.faq__col:last-child .questions--tablet .questions__item:first-child .questions__item-content {
  margin-left: -2.2rem;
  -webkit-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.faq__col:last-child .questions--tablet .questions__item:nth-child(2n) .questions__question {
  margin-left: 3rem;
}
.faq__col:last-child .questions--tablet .questions__item:nth-child(2n-1) .questions__question {
  margin-right: 3rem;
}
.faq__col:last-child .questions--tablet .questions__item .questions__item-content.is-opened {
  margin-left: 0;
}
.faq__col:last-child .questions--tablet .questions__item .questions__item-content.is-opened .questions__question {
  margin-right: 3rem;
  margin-left: 0;
}
.faq .questions--tablet .questions__answer,
.faq .questions--desktop .questions__answer {
  margin-top: 1rem;
}
.faq .questions--tablet .questions__question.questions__question,
.faq .questions--desktop .questions__question.questions__question {
  -webkit-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
@media (min-width: 1025px) {
  .faq .questions--tablet .questions__question.questions__question,
.faq .questions--desktop .questions__question.questions__question {
    width: auto;
    font-size: 2.4rem;
    line-height: 3.12rem;
  }
}
.faq .questions--tablet .questions__item-content.is-opened .questions__question,
.faq .questions--desktop .questions__item-content.is-opened .questions__question {
  margin-right: 3rem;
  margin-left: 0;
}
.faq .questions--tablet .questions__item-content.is-opened .questions__question:before,
.faq .questions--desktop .questions__item-content.is-opened .questions__question:before {
  opacity: 0;
}
@media (min-width: 1025px) {
  .faq .questions--tablet .questions__item,
.faq .questions--desktop .questions__item {
    margin: 0 0 3.4rem;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
}
.faq .questions--mobile {
  margin: 0 -2rem;
}
@media (min-width: 700px) {
  .faq .questions--mobile {
    display: none;
  }
}
.faq .questions--mobile .slick-list {
  padding: 4.5rem 4.4rem 2rem 3.6rem;
  margin: 0 0 -2rem;
}
.faq .questions--mobile .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq .questions--mobile .questions__item {
  padding: 0 0.8rem;
}
.faq .questions--mobile .questions__item-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.faq .questions--mobile .questions__item-content.faq-modal-visible {
  opacity: 0;
  visibility: hidden;
}
.faq .questions--mobile .questions__item-content-inner {
  padding: 2rem;
}
.faq .questions--mobile .questions__question {
  display: block;
  width: 100%;
  padding: 1.4rem 2rem;
  border-radius: 2rem 2rem 2rem 0;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #002142;
  background-color: #aae3f9;
  border: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.faq .questions--mobile .questions__question b {
  font-weight: 800;
}
.faq .questions--tablet {
  display: none;
}
@media (min-width: 700px) {
  .faq .questions--tablet {
    display: block;
  }
}
.faq .questions--tablet .questions__question {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 1.4rem 2rem;
  border-radius: 2rem 2rem 2rem 0;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
  background-color: #aae3f9;
  border: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.faq .questions--tablet .questions__question:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.faq .questions--tablet .questions__question:hover span[aria-hidden] {
  opacity: 1;
}
.faq .questions--tablet .questions__question b {
  font-weight: 800;
}
.faq .questions--tablet .questions__question span[aria-hidden] {
  position: absolute;
  top: 50%;
  right: -1.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ffc61e;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq .questions--tablet .questions__question span[aria-hidden] svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.faq .questions--desktop {
  display: none;
}
@media (min-width: 700px) {
  .faq .questions--desktop.questions--tablet {
    display: block;
  }
}
@media (min-width: 1025px) {
  .faq .questions--desktop {
    display: block;
  }
}
.faq .questions--desktop .questions__question {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.4rem 2rem;
  border-radius: 2rem 2rem 2rem 0;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 600;
  background-color: #aae3f9;
  border: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.faq .questions--desktop .questions__question:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.faq .questions--desktop .questions__question:hover span[aria-hidden] {
  opacity: 1;
}
.faq .questions--desktop .questions__question b {
  font-weight: 800;
}
.faq .questions--desktop .questions__question span[aria-hidden] {
  position: absolute;
  top: 50%;
  right: -1.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ffc61e;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq .questions--desktop .questions__question span[aria-hidden] svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.faq .questions__answer {
  display: none;
}
.faq .slick-arrow.slick-arrow {
  padding: 0;
  width: 6.1rem;
  height: 6.1rem;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background-color: rgba(0, 33, 66, 0.7);
  border: 1px solid #8393a7;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-radius: 100%;
}
.faq .slick-arrow.slick-arrow:focus {
  outline: solid 1px #ffffff;
  outline-offset: -5px;
}
@media screen and (min-width: 700px) {
  .faq .slick-arrow.slick-arrow {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1025px) {
  .faq .slick-arrow.slick-arrow {
    width: 20rem;
    height: 20rem;
  }
}
.faq .slick-arrow.slick-arrow:hover {
  background-color: #002142;
  border-color: #002142;
}
.faq .slick-arrow.slick-arrow::after {
  content: none;
}
.faq .slick-arrow.slick-arrow span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .faq .slick-arrow.slick-arrow span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.faq .slick-arrow.slick-arrow span[aria-hidden]:hover::before, .faq .slick-arrow.slick-arrow span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.faq .slick-arrow.slick-arrow span[aria-hidden]::before, .faq .slick-arrow.slick-arrow span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.faq .slick-arrow.slick-arrow span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .faq .slick-arrow.slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .faq .slick-arrow.slick-arrow span[aria-hidden]::before {
    width: 45px;
  }
}
.faq .slick-arrow.slick-arrow span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .faq .slick-arrow.slick-arrow span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .faq .slick-arrow.slick-arrow span[aria-hidden]::after {
    margin-left: -26.1px;
    width: 26.1px;
    height: 26.1px;
  }
}
.faq .slick-arrow.slick-arrow span[aria-hidden] {
  margin: 0 0 0 -85px;
}
.faq .questions-bottom .slick-prev {
  margin-left: -3rem;
  right: auto;
  -webkit-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.faq .questions-bottom .slick-next {
  margin-right: -3rem;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .questions-bottom .slick-list {
  padding: 2.3rem 3.8rem 2rem 2.2rem;
  margin: 0 0 2rem;
}
.faq .questions__answer {
  overflow: hidden;
  position: relative;
  display: none;
  width: 100%;
  padding: 1.9rem 4.2rem 1.6rem 1.8rem;
  border: 0.2rem solid #004c97;
  border-radius: 2rem 2rem 0 2rem;
  background-color: #ffffff;
}
.faq .questions__answer .cta--link {
  display: block;
  margin: 0.8rem 0;
}
.faq .questions__answer .cta--link:last-child {
  margin-bottom: 0;
}
.faq .questions__answer *:last-child {
  margin-bottom: 0;
}
.faq .close-faq-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.7rem;
  height: 3.7rem;
  border: none;
  background-color: rgba(0, 33, 66, 0.7);
  border-radius: 0 0 0 1.5rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.faq .close-faq-modal:hover {
  background-color: #002142;
}
.faq .close-faq-modal:before, .faq .close-faq-modal:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 1px), calc(-50% - 1px)) rotate(45deg);
      -ms-transform: translate(calc(-50% + 1px), calc(-50% - 1px)) rotate(45deg);
          transform: translate(calc(-50% + 1px), calc(-50% - 1px)) rotate(45deg);
  height: 1.8rem;
  border-left: solid 0.2rem #ffffff;
}
.faq .close-faq-modal:after {
  -webkit-transform: translate(calc(-50% + 1px), calc(-50% - 1px)) rotate(-45deg);
      -ms-transform: translate(calc(-50% + 1px), calc(-50% - 1px)) rotate(-45deg);
          transform: translate(calc(-50% + 1px), calc(-50% - 1px)) rotate(-45deg);
}
.faq .answer-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 66, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.faq-modal-visible .faq .answer-modal {
  opacity: 1;
  visibility: visible;
}
.faq .answer-modal .questions__answer {
  display: block;
}
.faq .answer-modal .questions__question {
  display: inline-block;
  width: auto;
  padding: 1.4rem 2.4rem;
  margin: 0 0 1.5rem;
}
.faq .answer-modal .questions__item-content {
  overflow-y: auto;
  max-height: 100%;
  padding: 2rem;
}
.faq .author-carousel {
  max-width: 23.2rem;
  margin: 0 auto;
  opacity: 1;
  border-radius: 1rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: clip;
  isolation: isolate;
}
@media (min-width: 700px) {
  .faq .author-carousel {
    max-width: 23.5rem;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .faq .author-carousel {
    margin: 0 auto;
    border-radius: 1.5rem;
  }
}
.faq-modal-visible .faq .author-carousel {
  opacity: 0;
}
.faq .author-carousel-holder {
  position: relative;
}
@media (min-width: 700px) {
  .faq .author-carousel-holder {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
       -moz-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1025px) {
  .faq .author-carousel-holder {
    padding-bottom: 2.6rem;
  }
}
.faq .author-carousel-holder::before {
  content: "";
  display: block;
  width: 100vw;
  height: 58.5%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background: #002142;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 700px) {
  .faq .author-carousel-holder::before {
    height: calc(100% - 16.3rem);
    left: calc(100% + 3rem);
  }
}
@media (min-width: 1025px) {
  .faq .author-carousel-holder::before {
    height: calc(100% - 14rem);
    left: 50%;
  }
}
.faq .author-carousel-holder .author-carousel__cta {
  max-width: 23.2rem;
  margin: 0 auto;
  padding: 0 0 4.8rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 700px) {
  .faq .author-carousel-holder .author-carousel__cta {
    max-width: 23.5rem;
    margin: 0.2rem 0 0;
  }
}
@media (min-width: 1025px) {
  .faq .author-carousel-holder .author-carousel__cta {
    margin: 1.2rem auto 0;
  }
}
.faq .author-carousel-holder .author-carousel__cta .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.faq .author-carousel__image {
  overflow: hidden;
  margin: 0 0 1.4rem;
  aspect-ratio: 232/255;
}
@media (min-width: 700px) {
  .faq .author-carousel__image {
    margin: 0 0 1.1rem;
  }
}
.faq .author-carousel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 232/255;
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) {
  .faq .author-carousel__image img {
    border-radius: 1.5rem;
  }
}
.faq .author-carousel__caption {
  margin: 0 0 1.3rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: center;
}
.faq .author-carousel__cta {
  text-align: center;
}
.faq .author-carousel__cta .cta {
  color: #ffc61e;
}
.faq .author-carousel__cta .last-word span::after, .faq .author-carousel__cta .last-word span::before {
  border-color: currentColor;
}
.faq .author-carousel .slick-autoplay-toggle-button {
  position: absolute;
  top: 21.1rem;
  right: 1.5rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #ffc61e;
  background-color: rgba(0, 33, 66, 0.5);
  border-radius: 50%;
  padding: 0;
}
.faq .author-carousel .slick-autoplay-toggle-button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media (min-width: 700px) {
  .faq .author-carousel .slick-autoplay-toggle-button {
    top: 21.4rem;
    right: 1.4rem;
  }
}
.faq .author-carousel .slick-autoplay-toggle-button:before, .faq .author-carousel .slick-autoplay-toggle-button:after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.8rem;
  width: 0;
  height: 0;
  border: 0.12rem solid #ffffff;
  border-top-width: 0.6rem;
  border-bottom-width: 0.6rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
  -o-transition: opacity 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
}
.faq .author-carousel .slick-autoplay-toggle-button:after {
  left: 1.5rem;
}
.faq .author-carousel .slick-autoplay-toggle-button.is-paused::before {
  border-color: transparent;
  border-left-color: #ffffff;
  border-left-width: 1rem;
}
.faq .author-carousel .slick-autoplay-toggle-button.is-paused:after {
  opacity: 0;
}
.faq .author-carousel .slick-dots {
  position: absolute;
  top: 20.9rem;
  left: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .faq .author-carousel .slick-dots {
    top: 21.2rem;
  }
}
.faq .author-carousel .slick-dots li {
  margin: 0 0.7rem;
}
.faq .author-carousel .slick-dots li::before {
  display: none;
}
.faq .author-carousel .slick-dots .slick-active button {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #ffc61e;
  border-color: #ffc61e;
}
.faq .author-carousel .slick-dots .slick-dot-icon {
  display: none;
}
.faq .author-carousel .slick-dots button {
  width: 1rem;
  height: 1rem;
  border: solid 2px #aae3f9;
  border-radius: 100%;
  background-color: #aae3f9;
  padding: 0;
  -webkit-transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.faq .author-carousel .slick-dots button:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
.faq .author-carousel .slick-dots button::after {
  display: none;
}
.faq__cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 6rem;
}
.faq__cta .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.faq__cta .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.faq__cta .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .faq__cta .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.faq__cta .cta:only-child:hover .last-word span::before, .faq__cta .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.faq__cta .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__cta .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .faq__cta .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.faq__cta .cta:only-child .last-word span::before, .faq__cta .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.faq__cta .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .faq__cta .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__cta .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.faq__cta .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .faq__cta .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__cta .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .faq__cta .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .faq__cta .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .faq__cta .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .faq__cta .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .faq__cta .cta:only-child {
      min-height: 192px;
    }
  }
}
.faq__cta .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.faq__cta .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__cta .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media (min-width: 700px) {
  .faq__cta {
    padding: 0.5rem 3rem 6.2rem 0;
  }
}
.faq__cta .cta.cta {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 1.8rem;
  line-height: 2.194rem;
  width: 15.3rem;
  height: 15.3rem;
}
@media (min-width: 1025px) {
  .faq__cta .cta.cta {
    min-width: 19.2rem;
    min-height: 19.2rem;
    margin-left: -8.4rem;
    font-size: 2.1rem;
    line-height: 2.56rem;
  }
}

.blog3up.js-active .blog3up-item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.blog3up.js-active .blog3up-item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.blog3up.js-active .blog3up-item:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 1025px) {
  .blog3up__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.blog3up__top__right {
  position: relative;
}
.blog3up__top__right .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.blog3up__top__right .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.blog3up__top__right .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .blog3up__top__right .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.blog3up__top__right .cta:only-child:hover .last-word span::before, .blog3up__top__right .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.blog3up__top__right .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog3up__top__right .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .blog3up__top__right .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.blog3up__top__right .cta:only-child .last-word span::before, .blog3up__top__right .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.blog3up__top__right .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .blog3up__top__right .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__top__right .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.blog3up__top__right .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .blog3up__top__right .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__top__right .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .blog3up__top__right .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__top__right .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .blog3up__top__right .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .blog3up__top__right .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .blog3up__top__right .cta:only-child {
      min-height: 192px;
    }
  }
}
.blog3up__top__right .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.blog3up__top__right .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog3up__top__right .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (max-width: 1024px) {
  .blog3up__top__right {
    display: none;
  }
}
.blog3up__top__right .cta {
  margin: 0 0 14px;
  position: static;
}
.blog3up__top__right .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .blog3up__top__right .cta {
    margin: 0 12px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__top__right .cta {
    margin: 0 11px 0 0;
  }
}
.blog3up__top__right .cta:last-child:not(:first-child) {
  margin: 0;
}
.blog3up__top__right .cta:only-child {
  position: static;
}
@media screen and (min-width: 700px) {
  .blog3up__top__right .cta:only-child {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.blog3up__bottom {
  position: relative;
  margin-top: 1.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog3up__bottom .cta:only-child {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  line-height: 1.25;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.blog3up__bottom .cta:only-child:focus {
  outline: solid 1px #000000;
  outline-offset: -5px;
}
.blog3up__bottom .cta:only-child:hover .last-word span {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1025px) {
  .blog3up__bottom .cta:only-child:hover .last-word span {
    margin: 0 0 0 20px;
  }
}
.blog3up__bottom .cta:only-child:hover .last-word span::before, .blog3up__bottom .cta:only-child:hover .last-word span::after {
  border-color: #002142;
}
.blog3up__bottom .cta:only-child .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog3up__bottom .cta:only-child .last-word span {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (min-width: 1025px) {
  .blog3up__bottom .cta:only-child .last-word span {
    margin: 0 0 0 10px;
  }
}
.blog3up__bottom .cta:only-child .last-word span::before, .blog3up__bottom .cta:only-child .last-word span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.blog3up__bottom .cta:only-child .last-word span::before {
  border-top: solid 2px #000000;
  width: 20px;
}
@media screen and (min-width: 700px) {
  .blog3up__bottom .cta:only-child .last-word span::before {
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__bottom .cta:only-child .last-word span::before {
    width: 22px;
  }
}
.blog3up__bottom .cta:only-child .last-word span::after {
  margin-left: -14px;
  width: 13px;
  height: 13px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .blog3up__bottom .cta:only-child .last-word span::after {
    margin-left: -14px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__bottom .cta:only-child .last-word span::after {
    margin-left: -12.76px;
    width: 12.76px;
    height: 12.76px;
  }
}
@media screen and (min-width: 700px) {
  .blog3up__bottom .cta:only-child {
    min-width: 152px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__bottom .cta:only-child {
    min-width: 192px;
    font-size: 2.1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .blog3up__bottom .cta:only-child {
    min-height: 130px;
  }
  @media screen and (min-width: 700px) {
    .blog3up__bottom .cta:only-child {
      min-height: 152px;
    }
  }
  @media screen and (min-width: 1025px) {
    .blog3up__bottom .cta:only-child {
      min-height: 192px;
    }
  }
}
.blog3up__bottom .cta:only-child:hover .last-word span {
  margin: 10px 0 -10px;
}
.blog3up__bottom .cta:only-child .last-word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog3up__bottom .cta:only-child .last-word span {
  margin: 10px 0 -10px;
}
@media screen and (min-width: 1025px) {
  .blog3up__bottom {
    display: none;
  }
}
.blog3up__bottom .cta {
  margin: 0 0 14px;
  position: static;
}
.blog3up__bottom .cta:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .blog3up__bottom .cta {
    margin: 0 12px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__bottom .cta {
    margin: 0 11px 0 0;
  }
}
.blog3up__bottom .cta:last-child:not(:first-child) {
  margin: 0;
}
.blog3up__bottom .cta:only-child {
  position: static;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
@media screen and (min-width: 700px) {
  .blog3up__intro {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__intro {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
}
.blog3up__content {
  margin: 0 -2rem;
}
@media screen and (min-width: 700px) {
  .blog3up__content {
    margin: 0 -4rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__content {
    margin: 0;
  }
}
.blog3up__items {
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .blog3up__items {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 22.5px;
  }
}
@media screen and (max-width: 699px) {
  .blog3up__items .slick-list {
    overflow: visible;
    padding: 0 0 0 1rem;
  }
}
.blog3up-item {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #aae3f9;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1025px) {
  .blog3up-item {
    width: calc(25% - 15px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(25% - 15px);
       -moz-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 15px);
            flex: 1 0 calc(25% - 15px);
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog3up-item:hover {
  text-decoration: none;
}
.blog3up-item:hover .blog3up-item__title {
  color: #0048b5;
}
.blog3up-item:hover .blog3up-item__img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.blog3up-item__img {
  overflow: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.blog3up-item__img img {
  width: 100%;
  max-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog3up-item__content {
  padding: 1.5rem 2rem 0.6rem;
}
@media screen and (min-width: 700px) {
  .blog3up-item__content {
    padding: 2.3rem 2.4rem 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up-item__content {
    padding: 3.1rem 3rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog3up-item__body p {
  color: #002142;
  font-weight: 400;
}
.blog3up-item__title {
  color: #002142;
  margin: 0 0 1.5rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 700px) {
  .blog3up-item__title {
    font-size: 2rem;
    margin: 0 0 1.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up-item__title {
    font-size: 2.6rem;
    margin: 0 0 1.2rem;
  }
}
.blog3up-item__title a {
  text-decoration: none;
}
.blog3up-item__title a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog3up-item__info {
  margin: 0 0 1.3rem;
}
.blog3up-item__info span {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog3up-item__info span:nth-child(1) {
  color: #002142;
  font-weight: 400;
}
.blog3up-item__info span:nth-child(1):after {
  content: "|";
  margin: 0 4px 0 8px;
}
.blog3up-item__date {
  margin-top: 1.2rem;
}
.blog3up .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.blog3up .slick-slide {
  height: auto;
  width: calc(100vw - 6rem);
  margin: 0 0.5rem;
}
@media screen and (min-width: 700px) {
  .blog3up .slick-slide {
    width: calc(50vw - 5rem);
    margin: 0 1rem;
  }
}
.blog3up .slick-slide > div {
  height: 100%;
}
.blog3up .slick-arrow {
  width: 61px;
  height: 61px;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 0.5px #8393a7;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.blog3up .slick-arrow:focus {
  outline: solid 1px #ffffff;
  outline-offset: 4px;
}
@media screen and (min-width: 700px) {
  .blog3up .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up .slick-arrow {
    width: 120px;
    height: 120px;
  }
}
.blog3up .slick-arrow:hover {
  background-color: #002142;
  border-color: #002142;
}
.blog3up .slick-arrow.slick-prev {
  left: -34px;
}
@media screen and (min-width: 700px) {
  .blog3up .slick-arrow.slick-prev {
    left: -63px;
  }
}
.blog3up .slick-arrow.slick-prev span[aria-hidden] {
  left: -19px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .blog3up .slick-arrow.slick-prev span[aria-hidden] {
    left: -40px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up .slick-arrow.slick-prev span[aria-hidden] {
    left: -54px;
  }
}
.blog3up .slick-arrow.slick-next {
  right: -34px;
}
@media screen and (min-width: 700px) {
  .blog3up .slick-arrow.slick-next {
    right: -63px;
  }
}
.blog3up .slick-arrow.slick-next span[aria-hidden] {
  right: 49px;
}
@media screen and (min-width: 700px) {
  .blog3up .slick-arrow.slick-next span[aria-hidden] {
    right: 99px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up .slick-arrow.slick-next span[aria-hidden] {
    left: -112px;
  }
}
.blog3up .slick-arrow::after {
  content: none;
}
.blog3up .slick-arrow span[aria-hidden] {
  margin: 0 0 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .blog3up .slick-arrow span[aria-hidden] {
    margin: 0 0 0 10px;
  }
}
.blog3up .slick-arrow span[aria-hidden]:hover::before, .blog3up .slick-arrow span[aria-hidden]:hover::after {
  border-color: #ffffff;
}
.blog3up .slick-arrow span[aria-hidden]::before, .blog3up .slick-arrow span[aria-hidden]::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.blog3up .slick-arrow span[aria-hidden]::before {
  border-top: solid 2px #ffffff;
  width: 13px;
}
@media screen and (min-width: 700px) {
  .blog3up .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up .slick-arrow span[aria-hidden]::before {
    width: 27px;
  }
}
.blog3up .slick-arrow span[aria-hidden]::after {
  margin-left: -9.1px;
  width: 8.45px;
  height: 8.45px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .blog3up .slick-arrow span[aria-hidden]::after {
    margin-left: -18.9px;
    width: 17.55px;
    height: 17.55px;
  }
}
@media screen and (min-width: 1025px) {
  .blog3up .slick-arrow span[aria-hidden]::after {
    margin-left: -15.66px;
    width: 15.66px;
    height: 15.66px;
  }
}
.blog3up .slick-disabled {
  display: none !important;
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
.faculty--full {
  margin-top: -3rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .faculty--full {
    margin-top: -5rem;
  }
}
@media (min-width: 1025px) {
  .faculty--full {
    margin-top: -8rem;
  }
}
.faculty--full .faculty__info {
  position: relative;
  padding: 3rem 0 4rem;
}
@media (min-width: 700px) {
  .faculty--full .faculty__info {
    padding: 5.4rem 0 4rem;
  }
}
@media (min-width: 1025px) {
  .faculty--full .faculty__info {
    padding: 7.8rem 0 10rem;
  }
}
.faculty--full .faculty__info::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: #002142;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.faculty--full .faculty__info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 700px) {
  .faculty--full .faculty__info-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0;
    overflow: visible;
  }
}
.faculty--full .faculty__info .cta--button, .faculty--full .faculty__info .sticky-ctas__chat {
  margin: 0;
}
@media (min-width: 700px) {
  .faculty--full .faculty__image {
    width: 50%;
    margin-right: -10%;
    border-radius: 1rem;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .faculty--full .faculty__image {
    width: 66.4%;
    margin-right: -27%;
    border-radius: 1.5rem;
  }
}
.faculty--full .faculty__image img {
  width: 100%;
}
@media (min-width: 700px) {
  .faculty--full .faculty__image img {
    aspect-ratio: 310/316;
  }
}
.faculty--full .faculty__contact {
  padding: 2rem;
  background-color: #aae3f9;
}
@media (min-width: 700px) {
  .faculty--full .faculty__contact {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 55%;
    min-width: 34.4rem;
    padding: 3.6rem 3rem;
    margin: 3.2% 0 -7.2rem 2.8rem;
    border-radius: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .faculty--full .faculty__contact {
    width: 46%;
    padding: 3.2rem 4rem;
    margin: 6.3% 0 0 11.8rem;
  }
}
.faculty--full .faculty__contact-info {
  word-break: break-word;
}
.faculty--full .faculty__contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.2rem;
}
.faculty--full .faculty__contact-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 0.3rem;
  margin-right: 1rem;
  color: #004c97;
}
.faculty--full .faculty__contact-title {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media (min-width: 700px) {
  .faculty--full .faculty__contact-title {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
}
.faculty--full .faculty__contact-detail a {
  font-weight: 600;
}
.faculty--full .faculty__contact-detail address {
  font-style: normal;
}
.faculty--full .faculty__content {
  padding: 4.1rem 0 3.9rem;
}
@media (min-width: 700px) {
  .faculty--full .faculty__content {
    padding: 7.1rem 0 5.9rem;
  }
}
@media (min-width: 1025px) {
  .faculty--full .faculty__content {
    padding: 10.1rem 0 9.9rem;
  }
}
.faculty--full .faculty__content > :first-child {
  margin-top: 0;
}
.faculty--full .faculty__content h2 {
  color: #004c97;
  margin-bottom: 2rem;
}
.faculty--full .faculty__content .img-inline--full {
  margin: 1.9rem 0;
}
@media (min-width: 1025px) {
  .faculty--full .faculty__content .img-inline--full {
    margin: 4.7rem 0 3.6rem;
  }
}
.faculty.faculty--listing .faculty__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2em;
}
.faculty.faculty--listing .faculty__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2em;
}
.faculty.faculty--directory .faculty__list {
  padding: 0 0 3rem;
}
@media (min-width: 700px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 0 6.2rem;
  }
}
@media (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 0 12.6rem;
  }
}
.faculty.faculty--directory .faculty__list .filter-btn-drop {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #efefef;
  padding: 24px 21px;
  margin: 0 0 15px;
  border: none;
  width: 100%;
  max-width: 290px;
  text-align: left;
  color: #000000;
}
@media (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list .filter-btn-drop {
    display: none;
  }
}
.faculty.faculty--directory .faculty__list .filter-btn-drop.expanded span:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faculty.faculty--directory .faculty__list .filter-btn-drop span {
  position: relative;
  display: block;
  font-weight: 700;
}
.faculty.faculty--directory .faculty__list .filter-btn-drop span:after {
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  right: 0;
  width: 3px;
  height: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
}
.faculty .dataTables_wrapper {
  margin-top: -1.1rem;
}
@media (min-width: 700px) {
  .faculty .dataTables_wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .faculty .dataTables_wrapper {
    margin-top: -2.6rem;
  }
}
.faculty .heading-table {
  margin: 0 0 3.1rem;
}
@media (min-width: 700px) {
  .faculty .heading-table {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1025px) {
  .faculty .heading-table {
    margin: 0 0 3.5rem;
  }
}
.faculty .heading-table .toolbar {
  position: relative;
  padding: 3.5rem 2rem 3rem;
}
@media (min-width: 700px) {
  .faculty .heading-table .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    padding: 4.5rem 5rem 4rem;
  }
}
@media (min-width: 1025px) {
  .faculty .heading-table .toolbar {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 4.5rem 5rem 3.5rem;
  }
}
.faculty .heading-table .clear-table {
  display: none;
}
.faculty .heading-table .filter-box {
  line-height: 1;
  position: relative;
  margin: 0 0 2.5rem;
}
@media (min-width: 700px) {
  .faculty .heading-table .filter-box {
    margin: 0 0 0.5rem;
    width: calc(33.3333333333% - 1.3333333333rem);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .faculty .heading-table .filter-box {
    width: calc(23% - 1.5rem);
  }
}
.faculty .heading-table .filter-box:nth-child(3), .faculty .heading-table .filter-box:nth-child(4) {
  display: none;
}
.faculty .heading-table .form__label {
  position: relative;
  display: block;
  margin: 0 0 1.4rem;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.faculty .heading-table select {
  width: 100%;
  padding: 0.8rem 4rem 0.6rem 0.6rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #8393a7;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", sans-serif;
  color: #002142;
}
.faculty .heading-table select:focus-visible {
  outline: 1px solid #002142;
  outline-offset: 2px;
}
@media (min-width: 1025px) {
  .faculty .heading-table select {
    padding: 0.5rem 4rem 1.1rem 0.4rem;
  }
}
.faculty .heading-table .dataTables_filter {
  position: relative;
  border-bottom: 1px solid #8393a7;
}
@media (max-width: 1024px) {
  .faculty .heading-table .dataTables_filter {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter {
    width: 32%;
  }
}
.faculty .heading-table .dataTables_filter .search-title {
  display: block;
  margin: 0 0 1.4rem;
}
.faculty .heading-table .dataTables_filter label {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.faculty .heading-table .dataTables_filter label span[aria-hidden] {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  right: 1.8rem;
  bottom: 0.7rem;
  background-color: #ffffff;
  border-radius: 100%;
}
@media (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter label span[aria-hidden] {
    right: 0.4rem;
  }
}
.faculty .heading-table .dataTables_filter label span[aria-hidden] svg {
  width: 1.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.faculty .heading-table input[type=search] {
  width: 100%;
  padding: 0.8rem 5.5rem 0.8rem 0.5rem;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Montserrat", sans-serif;
  color: #002142;
}
.faculty .heading-table input[type=search]:focus-visible {
  outline: 1px solid #002142;
  outline-offset: 2px;
}
.faculty .heading-table input[type=search]::-webkit-input-placeholder {
  color: #002142;
}
.faculty .heading-table input[type=search]::-moz-placeholder {
  color: #002142;
}
.faculty .heading-table input[type=search]:-ms-input-placeholder {
  color: #002142;
}
.faculty .heading-table input[type=search]::-ms-input-placeholder {
  color: #002142;
}
.faculty .heading-table input[type=search]::placeholder {
  color: #002142;
}
.faculty .wrapper-table {
  line-height: 1.2;
  margin: 0 0 1.8rem;
}
@media (min-width: 700px) {
  .faculty .wrapper-table {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table {
    margin: 0 0 6.1rem;
  }
}
.faculty .wrapper-table a:hover {
  -webkit-text-decoration-color: currentColor;
     -moz-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.faculty .wrapper-table .table-holder {
  padding: 1.9rem 0 0;
  border-top: 1px solid #8393a7;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .table-holder {
    padding: 0;
    border: none;
  }
}
.faculty .wrapper-table table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
@media (min-width: 1025px) {
  .faculty .wrapper-table table {
    display: table;
    min-width: 0;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table th {
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.5px;
    vertical-align: top;
    padding-left: 1rem;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table th {
    padding-top: 2rem;
    padding-bottom: 1.8rem;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table th:first-child {
    padding: 1.7rem 3rem 1.6rem 1rem;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table th:first-child {
    padding: 2rem 3rem 1.8rem 5.1rem;
  }
}
.faculty .wrapper-table td {
  padding: 0;
  display: block;
  margin: 0 0 2rem;
}
@media (min-width: 700px) {
  .faculty .wrapper-table td {
    padding-left: 10px;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table td {
    display: table-cell;
    margin: 0;
  }
}
.faculty .wrapper-table td:last-child {
  margin: 0;
}
.faculty .wrapper-table th,
.faculty .wrapper-table td {
  min-width: 0px;
}
@media (min-width: 1025px) {
  .faculty .wrapper-table th,
.faculty .wrapper-table td {
    width: 25%;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table th:first-child,
.faculty .wrapper-table td:first-child {
    width: 25% !important;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table th:first-child,
.faculty .wrapper-table td:first-child {
    width: 31.4% !important;
  }
}
.faculty .wrapper-table tbody {
  display: block;
}
@media (min-width: 700px) {
  .faculty .wrapper-table tbody {
    display: table-row-group;
  }
}
.faculty .wrapper-table tbody th,
.faculty .wrapper-table tbody td {
  border: none;
}
.faculty .wrapper-table tbody tr {
  border-bottom: 1px solid #8393a7;
}
@media (min-width: 1025px) {
  .faculty .wrapper-table tbody tr:first-child td {
    padding: 5.1rem 0.4rem 3.9rem 1rem;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table tbody tr td {
    padding: 3.1rem 0.4rem 2.9rem 1rem;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table tbody tr td {
    padding: 4.1rem 0.4rem 4rem 1rem;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table tbody tr td:first-child {
    padding-left: 0;
  }
}
.faculty .wrapper-table tbody tr td:last-child {
  display: none;
}
.faculty .wrapper-table thead {
  display: none;
}
@media (min-width: 700px) {
  .faculty .wrapper-table thead {
    display: table-header-group;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table thead tr {
    border-bottom: 1px solid #666666;
  }
}
.faculty .wrapper-table thead th:last-child {
  display: none;
}
@supports (background: -webkit-named-image(i)) {
  .faculty .wrapper-table thead th:not(:first-child) {
    background-color: #004c97;
  }
}
.faculty .wrapper-table tr {
  border-bottom: 1px solid #666666;
  display: block;
  margin: 0 0 1.9rem;
}
.faculty .wrapper-table tr:last-child {
  margin: 0 0 5.2rem;
  border-bottom: none;
}
@media (min-width: 700px) {
  .faculty .wrapper-table tr:last-child {
    margin: 0;
    border-bottom: 1px solid #666666;
  }
}
@media (min-width: 700px) {
  .faculty .wrapper-table tr {
    display: table-row;
    padding: 0;
    margin: 0;
  }
}
.faculty .wrapper-table .row-section {
  display: block;
}
.faculty .wrapper-table .row-label {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .row-label {
    display: none;
  }
}
.faculty .wrapper-table .email {
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .email {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.faculty .wrapper-table .email,
.faculty .wrapper-table .link-name {
  font-weight: 700;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.faculty .wrapper-table .link-name {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .link-name {
    margin: 0 0 0.9rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 1025px) {
  .faculty .wrapper-table .link-name {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}
.faculty .wrapper-table .type {
  display: none;
}
.faculty .wrapper-table .title {
  display: block;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .title {
    line-height: 1.7rem;
  }
}
.faculty .wrapper-table .department {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .department {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.faculty .wrapper-table .tel {
  font-size: 1.4rem;
  line-height: 2.1rem;
  white-space: nowrap;
}
@media (min-width: 700px) {
  .faculty .wrapper-table .tel {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .faculty .footer-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faculty .footer-table .table-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1025px) {
  .faculty .footer-table .table-info {
    padding-top: 0.4rem;
  }
}
.faculty .footer-table .dataTables_paginate {
  margin: 0 -1rem 2rem;
}
@media (min-width: 700px) {
  .faculty .footer-table .dataTables_paginate {
    margin: 0 0 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .faculty .footer-table .dataTables_paginate {
    margin: 0 0 0 -1rem;
  }
}
.faculty .footer-table .table-length-wrap {
  position: relative;
  padding: 0 1.1rem 0 0;
  margin: 0 1rem 0 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #0048b5;
}
@media (min-width: 700px) {
  .faculty .footer-table .table-length-wrap {
    padding: 0 1.7rem 0 0;
    margin: 0 0.6rem 0 0;
  }
}
.faculty .footer-table .table-length-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.8rem;
  height: 1.4rem;
  width: 0.1rem;
  background-color: #8393a7;
}
.faculty .footer-table .table-length-wrap .form--select__wrapper::after {
  top: 3px;
  right: 14px;
  border-color: #004c97;
}
@media screen and (min-width: 1025px) {
  .faculty .footer-table .table-length-wrap .form--select__wrapper::after {
    top: 2px;
  }
}
.faculty .footer-table .table-length-wrap select {
  margin-right: 0.4rem;
  color: #0048b5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding: 0.3rem 2.3rem 0.3rem 0rem;
  border: none;
  border-bottom: 1px solid #8393a7;
}
@media (min-width: 1025px) {
  .faculty .footer-table .table-length-wrap select {
    padding: 0.3rem 2.3rem 0.1rem 0rem;
  }
}
.faculty .footer-table .table-length-wrap select:focus-visible {
  outline: 1px solid #002142;
  outline-offset: 2px;
}
.faculty .footer-table .dataTables_info {
  color: #0048b5;
}
@media (min-width: 700px) {
  .faculty .footer-table .dataTables_info {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.faculty .footer-table .dataTables_info strong {
  font-weight: 600;
}
.faculty .footer-table .dataTables_length {
  position: relative;
}
@media (min-width: 700px) {
  .faculty .footer-table .dataTables_length {
    padding: 0 1rem;
  }
}
.faculty .heading-table-filter {
  border-radius: 1.5rem;
  background-color: #aae3f9;
}

/**
 * @file
 * News
 *
 * Contains styles for news and news view modes.
 */
.news--listing .news__list {
  margin: 0 0 30px;
}
@media screen and (min-width: 700px) {
  .news--listing .news__list {
    margin: 0 0 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news--listing .news__list {
    margin: 0 0 59px;
  }
}
.news--listing .news__list.js-active .news__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.news--listing .news__list.js-active .news__item:nth-of-type(2) {
  -webkit-transition-delay: calc(0.3s * (2 - 1));
       -o-transition-delay: calc(0.3s * (2 - 1));
          transition-delay: calc(0.3s * (2 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(3) {
  -webkit-transition-delay: calc(0.3s * (3 - 1));
       -o-transition-delay: calc(0.3s * (3 - 1));
          transition-delay: calc(0.3s * (3 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(4) {
  -webkit-transition-delay: calc(0.3s * (4 - 1));
       -o-transition-delay: calc(0.3s * (4 - 1));
          transition-delay: calc(0.3s * (4 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(5) {
  -webkit-transition-delay: calc(0.3s * (5 - 1));
       -o-transition-delay: calc(0.3s * (5 - 1));
          transition-delay: calc(0.3s * (5 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(6) {
  -webkit-transition-delay: calc(0.3s * (6 - 1));
       -o-transition-delay: calc(0.3s * (6 - 1));
          transition-delay: calc(0.3s * (6 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(7) {
  -webkit-transition-delay: calc(0.3s * (7 - 1));
       -o-transition-delay: calc(0.3s * (7 - 1));
          transition-delay: calc(0.3s * (7 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(8) {
  -webkit-transition-delay: calc(0.3s * (8 - 1));
       -o-transition-delay: calc(0.3s * (8 - 1));
          transition-delay: calc(0.3s * (8 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(9) {
  -webkit-transition-delay: calc(0.3s * (9 - 1));
       -o-transition-delay: calc(0.3s * (9 - 1));
          transition-delay: calc(0.3s * (9 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(10) {
  -webkit-transition-delay: calc(0.3s * (10 - 1));
       -o-transition-delay: calc(0.3s * (10 - 1));
          transition-delay: calc(0.3s * (10 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(11) {
  -webkit-transition-delay: calc(0.3s * (11 - 1));
       -o-transition-delay: calc(0.3s * (11 - 1));
          transition-delay: calc(0.3s * (11 - 1));
}
.news--listing .news__list.js-active .news__item:nth-of-type(12) {
  -webkit-transition-delay: calc(0.3s * (12 - 1));
       -o-transition-delay: calc(0.3s * (12 - 1));
          transition-delay: calc(0.3s * (12 - 1));
}
.news--listing .news__item {
  margin: 0 0 20px;
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 700px) {
  .news--listing .news__item {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .news--listing .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
}
.news--listing .news__item:last-child {
  margin: 0;
}
.news--listing .news__item:nth-child(odd):hover .news__link {
  color: #0048b5;
}
.news--listing .news__item:nth-child(odd) .news__link {
  color: #002142;
}
.news--listing .news__item:nth-child(odd) .news__body {
  background-color: #aae3f9;
}
.news--listing .news__item:nth-child(even):hover .news__link {
  color: #ffc61e;
}
.news--listing .news__item:nth-child(even) .news__link {
  color: #ffffff;
}
.news--listing .news__item:nth-child(even) .news__body {
  background-color: #004c97;
  color: #ffffff;
}
.news--listing .news__link {
  z-index: 1;
  border-radius: 10px;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .news--listing .news__link {
    border-radius: 15px;
  }
}
.news--listing .news__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news--listing .news__link:after:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
.news--listing .news__link:hover + .news__image img {
  -webkit-transform: scale(103%);
      -ms-transform: scale(103%);
          transform: scale(103%);
}
@supports (background: -webkit-named-image(i)) {
  .news--listing .news__link:hover + .news__image img {
    width: 103%;
    height: 103%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.news--listing .news__image {
  padding: 59.7% 0 0;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .news--listing .news__image {
    padding: 79.3% 0 0;
    border-radius: 15px 15px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .news--listing .news__image {
    padding: 67.3% 0 0;
  }
}
.news--listing .news__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@supports (background: -webkit-named-image(i)) {
  .news--listing .news__image img {
    -webkit-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
  }
}
.news--listing .news__body {
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 700px) {
  .news--listing .news__body {
    padding: 24px;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .news--listing .news__body {
    padding: 30px;
  }
}
.news--listing .news__title {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1025px) {
  .news--listing .news__title {
    font-size: 2.6rem;
  }
}
.news--listing .news__date {
  margin: 0 0 14px;
  text-transform: uppercase;
}
.news--listing + .pager {
  margin: 0 0 30px;
}
@media screen and (min-width: 700px) {
  .news--listing + .pager {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .news--listing + .pager {
    margin: 0 0 100px;
  }
}
.news--full {
  margin: 0 0 30px;
}
@media screen and (min-width: 700px) {
  .news--full {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .news--full {
    margin: 0 0 100px;
  }
}
.news--full .news__image {
  margin: 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .news--full .news__image {
    margin: 0 0 35px;
  }
}

.blog__tags {
  margin: 1.5rem 0 2.3rem;
}
@media screen and (min-width: 700px) {
  .blog__tags {
    margin: 1.8rem 0 5.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog__tags {
    max-width: 800px;
    margin: 3.1rem auto 9.7rem;
  }
}
.blog__tag-label {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 700px) {
  .blog__tag-label {
    font-size: 1.6rem;
  }
}
.blog__tag-list {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}
.blog__tag-list a {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  border-radius: 14px;
  background: #dfeaf4;
  margin: 0 0.9rem 0.5rem 0;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .blog--listing {
    margin-top: -4rem;
  }
}
.blog--listing .blog__filters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 1025px) {
  .blog--listing .blog__filters {
    margin-bottom: 3.2rem;
  }
}
.blog--listing .blog__filter__bttn {
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 0.8rem 2.9rem 0.8rem 1.2rem;
  border: 2px solid #ffc61e;
  background: #ffffff;
  border-radius: 18px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.blog--listing .blog__filter__bttn:after {
  content: "";
  position: absolute;
  right: 1.4rem;
  width: 8px;
  height: 8px;
  top: calc(50% - 0.6rem);
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.blog--listing .blog__filter__bttn[aria-expanded=true] {
  background: #ffc61e;
}
.blog--listing .blog__filter__bttn[aria-expanded=true]:after {
  top: calc(50% - 0.3rem);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog--listing .blog__filter__bttn span {
  font-size: 1.6rem;
  color: #002142;
  font-weight: 700;
  pointer-events: none;
}
.blog--listing .blog__filter__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #dfeaf4;
  border-radius: 10px;
  padding: 2rem;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__filter__dropdown {
    width: 247px;
	z-index: 4;
  }
}
.blog--listing .blog__filter__dropdown ul {
  padding: 0;
  margin: 0;
}
.blog--listing .blog__filter__dropdown li {
  margin: 0 0 1.2rem;
}
.blog--listing .blog__filter__dropdown li:last-of-type {
  margin: 0;
}
.blog--listing .blog__filter__dropdown li:before {
  content: none;
}
.blog--listing .blog__filter__dropdown li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__archive {
    position: relative;
  }
}
.blog--listing .blog__categories {
  margin-right: 1.5rem;
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__categories {
    position: relative;
  }
}
.blog--listing .blog__list {
  margin: 0 0 30px;
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__list {
    margin: 0 0 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .blog--listing .blog__list {
    margin: 0 0 59px;
  }
}
.blog--listing .blog__list.js-active .blog__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(2) {
  -webkit-transition-delay: calc(0.3s * (2 - 1));
       -o-transition-delay: calc(0.3s * (2 - 1));
          transition-delay: calc(0.3s * (2 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(3) {
  -webkit-transition-delay: calc(0.3s * (3 - 1));
       -o-transition-delay: calc(0.3s * (3 - 1));
          transition-delay: calc(0.3s * (3 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(4) {
  -webkit-transition-delay: calc(0.3s * (4 - 1));
       -o-transition-delay: calc(0.3s * (4 - 1));
          transition-delay: calc(0.3s * (4 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(5) {
  -webkit-transition-delay: calc(0.3s * (5 - 1));
       -o-transition-delay: calc(0.3s * (5 - 1));
          transition-delay: calc(0.3s * (5 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(6) {
  -webkit-transition-delay: calc(0.3s * (6 - 1));
       -o-transition-delay: calc(0.3s * (6 - 1));
          transition-delay: calc(0.3s * (6 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(7) {
  -webkit-transition-delay: calc(0.3s * (7 - 1));
       -o-transition-delay: calc(0.3s * (7 - 1));
          transition-delay: calc(0.3s * (7 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(8) {
  -webkit-transition-delay: calc(0.3s * (8 - 1));
       -o-transition-delay: calc(0.3s * (8 - 1));
          transition-delay: calc(0.3s * (8 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(9) {
  -webkit-transition-delay: calc(0.3s * (9 - 1));
       -o-transition-delay: calc(0.3s * (9 - 1));
          transition-delay: calc(0.3s * (9 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(10) {
  -webkit-transition-delay: calc(0.3s * (10 - 1));
       -o-transition-delay: calc(0.3s * (10 - 1));
          transition-delay: calc(0.3s * (10 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(11) {
  -webkit-transition-delay: calc(0.3s * (11 - 1));
       -o-transition-delay: calc(0.3s * (11 - 1));
          transition-delay: calc(0.3s * (11 - 1));
}
.blog--listing .blog__list.js-active .blog__item:nth-of-type(12) {
  -webkit-transition-delay: calc(0.3s * (12 - 1));
       -o-transition-delay: calc(0.3s * (12 - 1));
          transition-delay: calc(0.3s * (12 - 1));
}
.blog--listing .blog__item {
  margin: 0 0 20px;
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.blog--listing .blog__item:hover .blog__image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__item {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .blog--listing .blog__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
}
.blog--listing .blog__item:last-child {
  margin: 0;
}
.blog--listing .blog__item:nth-child(odd):hover .blog__link {
  color: #0048b5;
}
.blog--listing .blog__item:nth-child(odd) .blog__link {
  color: #002142;
}
.blog--listing .blog__item:nth-child(odd) .blog__body {
  background-color: #aae3f9;
}
.blog--listing .blog__item:nth-child(odd) .blog__info > span:nth-child(2) {
  color: #004c97;
}
.blog--listing .blog__item:nth-child(even):hover .blog__link {
  color: #ffc61e;
}
.blog--listing .blog__item:nth-child(even) .blog__link {
  color: #ffffff;
}
.blog--listing .blog__item:nth-child(even) .blog__body {
  background-color: #004c97;
  color: #ffffff;
}
.blog--listing .blog__link {
  z-index: 1;
  border-radius: 10px;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__link {
    border-radius: 15px;
  }
}
.blog--listing .blog__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog--listing .blog__link:after:focus {
  outline: solid 1px #000000;
  outline-offset: 4px;
}
.blog--listing .blog__link:hover + .blog__image img {
  -webkit-transform: scale(103%);
      -ms-transform: scale(103%);
          transform: scale(103%);
}
@supports (background: -webkit-named-image(i)) {
  .blog--listing .blog__link:hover + .blog__image img {
    width: 103%;
    height: 103%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.blog--listing .blog__image {
  padding: 59.7% 0 0;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__image {
    padding: 79.3% 0 0;
    border-radius: 15px 15px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .blog--listing .blog__image {
    padding: 67.3% 0 0;
  }
}
.blog--listing .blog__image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@supports (background: -webkit-named-image(i)) {
  .blog--listing .blog__image img {
    -webkit-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
  }
}
.blog--listing .blog__body {
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 700px) {
  .blog--listing .blog__body {
    padding: 24px;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .blog--listing .blog__body {
    padding: 30px;
  }
}
.blog--listing .blog__title {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1025px) {
  .blog--listing .blog__title {
    font-size: 2.6rem;
  }
}
.blog--listing .blog__info {
  margin: 0 0 14px;
}
.blog--listing .blog__info span:nth-child(1) {
  text-transform: uppercase;
}
.blog--listing .blog__info span:nth-child(1):after {
  content: "|";
  position: relative;
  top: -1px;
  margin: 0 4px 0 9px;
}
.blog--listing .blog__info span:nth-child(2) {
  color: #ffc61e;
  font-weight: 600;
}
.blog--listing + .pager {
  margin: 0 0 30px;
}
@media screen and (min-width: 700px) {
  .blog--listing + .pager {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .blog--listing + .pager {
    margin: 0 0 100px;
  }
}
.blog--listing + .pager {
  margin: 0 -1rem 2rem;
}
@media screen and (min-width: 1025px) {
  .blog--listing + .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 12.8rem -1rem;
  }
}
.blog--listing + .pager .pager__items {
  gap: 0;
}
@media screen and (max-width: 699px) {
  .blog--listing + .pager .pager__item--dots-next, .blog--listing + .pager .pager__item--dots-prev {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .blog--listing + .pager .pager__footer {
    margin: 2.1rem 0 3rem;
  }
}
@media (min-width: 1025px) {
  .blog--listing + .pager .pager__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog--listing + .pager .pager__footer .table-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (min-width: 700px) {
  .blog--listing + .pager .pager__footer .table-info {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .blog--listing + .pager .pager__footer .table-info {
    padding-top: 0.4rem;
  }
}
.blog--listing + .pager .pager__footer .pager__paginate {
  margin: 0 -1rem 2rem;
}
@media (min-width: 700px) {
  .blog--listing + .pager .pager__footer .pager__paginate {
    margin: 0 0 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .blog--listing + .pager .pager__footer .pager__paginate {
    margin: 0 0 0 -1rem;
  }
}
.blog--listing + .pager .pager__footer .table-length-wrap {
  position: relative;
  padding: 0 1.1rem 0 0;
  margin: 0 1rem 0 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #0048b5;
}
@media (min-width: 700px) {
  .blog--listing + .pager .pager__footer .table-length-wrap {
    padding: 0 1.7rem 0 0;
    margin: 0 0.6rem 0 0;
  }
}
.blog--listing + .pager .pager__footer .table-length-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.8rem;
  height: 1.4rem;
  width: 0.1rem;
  background-color: #8393a7;
}
.blog--listing + .pager .pager__footer .table-length-wrap .form--select__wrapper::after {
  top: 3px;
  right: 14px;
  border-color: #004c97;
}
@media screen and (min-width: 1025px) {
  .blog--listing + .pager .pager__footer .table-length-wrap .form--select__wrapper::after {
    top: 2px;
  }
}
.blog--listing + .pager .pager__footer .table-length-wrap select {
  background: #ffffff;
  margin-right: 0.4rem;
  color: #0048b5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding: 0.3rem 2.3rem 0.3rem 0rem;
  border: none;
  border-bottom: 1px solid #8393a7;
}
@media (min-width: 1025px) {
  .blog--listing + .pager .pager__footer .table-length-wrap select {
    padding: 0.3rem 2.3rem 0.1rem 0rem;
  }
}
.blog--listing + .pager .pager__footer .table-length-wrap select:focus-visible {
  outline: 1px solid #002142;
  outline-offset: 2px;
}
.blog--listing + .pager .pager__footer .pager__info {
  color: #0048b5;
}
@media (min-width: 700px) {
  .blog--listing + .pager .pager__footer .pager__info {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.blog--listing + .pager .pager__footer .pager__info strong {
  font-weight: 600;
}
.blog--listing + .pager .pager__footer .pager__length {
  position: relative;
}
@media (min-width: 700px) {
  .blog--listing + .pager .pager__footer .pager__length {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog--detail {
    margin-top: -4rem;
  }
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
@media screen and (min-width: 1025px) {
  .program-finder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
  }
}
.program-finder__filter {
  margin: -30px 0 31px;
  padding: 13px 0 14px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .program-finder__filter {
    margin: 0 0 50px;
    padding: 30px 30px 33px;
  }
}
@media screen and (min-width: 1025px) {
  .program-finder__filter {
    margin: 0;
    padding: 35px 40px 37px 30px;
  }
}
.program-finder__filter::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #dfeaf4;
  border-bottom: solid 1px #8393a7;
}
@media screen and (min-width: 700px) {
  .program-finder__filter::before {
    width: 100%;
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    border-bottom: none;
    border-radius: 15px;
  }
}
.program-finder .program__filters {
  margin: 13px 0 0;
  padding: 20px 0;
  display: none;
  position: relative;
}
@media (min-width: 700px) {
  .program-finder .program__filters {
    margin: 0;
    padding: 0;
    display: block !important;
  }
}
.program-finder .program__filters::before {
  content: "";
  display: block;
  width: 100vw;
  border-top: solid 1.5px #8393a7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 700px) {
  .program-finder .program__filters::before {
    content: none;
  }
}
.program-finder .program__filters__open {
  padding: 5px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 33, 66, 0.7);
  border: solid 2px #ffc61e;
  border-radius: 30px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 700px) {
  .program-finder .program__filters__open {
    display: none;
  }
}
.program-finder .program__filters__open:hover {
  color: #002142;
  background-color: #ffc61e;
}
.program-finder .program__filters__open:hover .filter-icon::before, .program-finder .program__filters__open:hover .filter-icon::after {
  border-color: #002142;
}
.program-finder .program__filters__open[aria-expanded=true] .filter-icon::after {
  width: 0;
}
.program-finder .program__filters__open .filter-title {
  margin-right: 0.5rem;
}
.program-finder .program__filters__open .filter-icon {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.program-finder .program__filters__open .filter-icon::before, .program-finder .program__filters__open .filter-icon::after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  border-top: solid 1.5px #ffffff;
  -webkit-transition: width 0.3s, border-color 0.3s;
  -o-transition: width 0.3s, border-color 0.3s;
  transition: width 0.3s, border-color 0.3s;
}
.program-finder .program__filters__open .filter-icon::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 700px) {
  .program-finder .program__filters__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__wrapper {
    display: block;
  }
}
.program-finder .program__filters__fieldset {
  margin: 0 0 23px;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 700px) {
  .program-finder .program__filters__fieldset {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
            flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__fieldset {
    margin: 0 0 34px;
    padding: 0 0 38px;
    position: relative;
  }
}
.program-finder .program__filters__fieldset:last-of-type {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__fieldset:last-of-type {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__fieldset:last-of-type::after {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__fieldset::after {
    content: "";
    display: block;
    width: calc(100% + 70px);
    position: absolute;
    bottom: 0;
    left: -30px;
    border-bottom: solid 1px #8393a7;
  }
}
.program-finder .program__filters__fieldset legend {
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  .program-finder .program__filters__fieldset legend {
    margin: 0 0 19px;
  }
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__fieldset legend {
    margin: 0 0 24px;
  }
}
.program-finder .program__filters__field {
  margin: 0 0 14px;
  padding: 0 0 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__field {
    margin: 0 0 21px;
  }
}
.program-finder .program__filters__field:last-of-type {
  margin: 0;
}
.program-finder .program__filters__field input[type=radio]:not(:checked) {
  background-color: #ffffff;
  border-color: #767676;
}
.program-finder .program__filters__field label {
  margin: 0;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .program-finder .program__filters__field label {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .program-finder .program__filters__field label {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .program--list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: auto;
    max-width: 69rem;
  }
}
.program--list .form {
  margin: 0 0 50px;
}
@media screen and (min-width: 700px) {
  .program--list .form {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .program--list .form {
    margin: 0 0 51px;
  }
}
.program--list .form--select {
  margin: 0;
}
.program--list .form--select select {
  max-width: 198px;
}
.program--list__block {
  margin: 0 0 50px;
}
.program--list__block h2 {
  margin: 0 0 18px;
  padding: 0 0 18px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
  border-bottom: solid 1px #8393a7;
}
@media screen and (min-width: 700px) {
  .program--list__block h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .program--list__block h2 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 3.4rem;
  }
}
.program--list__items {
  margin: 0;
  padding: 0;
}
.program--list__item {
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: solid 1px #8393a7;
}
@media screen and (min-width: 700px) {
  .program--list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .program--list__item {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.program--list__item::before {
  content: none;
}
.program--list__title {
  margin: 0 0 8px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .program--list__title {
    margin: 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .program--list__title {
    font-size: 2.4rem;
  }
}
.program--list__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 700px) {
  .program--list__badges {
    padding: 0 0 0 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.program--list__badge {
  padding: 3px 7px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  color: #002142;
  border-radius: 100px;
}
.program--list__badge.technical {
  color: #ffffff;
  background-color: #004c97;
}
.program--list__badge.certificate {
  background-color: #aae3f9;
}
.program--list__badge.transfer {
  background-color: #ffc61e;
}
.program--list__badge.non-credit {
  background-color: #dfeaf4;
}

.program__intro {
  margin: 0 0 40px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .program__intro {
    margin: 0 0 60px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .program__intro {
    margin: 0 0 100px;
  }
}
.program-type--white-navy {
  color: #ffffff;
  background-color: #004c97;
}
.program-type--navy-yellow {
  color: #002142;
  background-color: #ffc61e;
}
.program-type--navy-blue {
  color: #002142;
  background: #aae3f9;
}
.program-type--navy-gray {
  color: #002142;
  background: #dfeaf4;
  outline: 1px solid #002142;
}

/**
 * @file
 * Areas of Interest
 *
 * Contains styles for Areas of Interest view modes.
 */
.areas-of-interest__intro {
  margin: 0 0 40px;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__intro {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .areas-of-interest__intro {
    margin: 0 0 100px;
  }
}
.areas-of-interest__intro h2 {
  margin: 0 0 12px;
  color: #004c97;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__intro h2 {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  .areas-of-interest__intro h2 {
    margin: 0 0 26px;
  }
}
.areas-of-interest__intro div {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__intro div {
    font-size: 2.6rem;
  }
}
.areas-of-interest__intro div p {
  margin: 0 0 10px;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__intro div p {
    margin: 0 0 14px;
  }
}
.areas-of-interest__intro div p:last-child {
  margin: 0;
}
.areas-of-interest__content {
  margin: 40px 0;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__content {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .areas-of-interest__content {
    margin: 100px 0;
  }
}
.areas-of-interest__content h2 {
  color: #004c97;
}
.areas-of-interest__other {
  margin: 40px 0;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__other {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .areas-of-interest__other {
    margin: 100px 0;
  }
}
.areas-of-interest__other h2 {
  margin: 0 0 10px;
  text-transform: none;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__other h2 {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .areas-of-interest__other h2 {
    margin: 0 0 29.5px;
  }
}
.areas-of-interest__items {
  margin: 0;
  padding: 20px 50px 20px 20px;
  background-color: #aae3f9;
  border-radius: 15px;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__items {
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .areas-of-interest__items {
    padding: 40px 40px 39px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
  }
}
.areas-of-interest__item {
  margin: 0 0 12.5px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 700px) {
  .areas-of-interest__item {
    margin: 0 0 12.25px;
  }
}
@media screen and (min-width: 1025px) {
  .areas-of-interest__item {
    margin: 0 0 11.75px;
  }
}
.areas-of-interest__item:last-child {
  margin: 0;
}
.areas-of-interest__item::before {
  content: none;
}
.areas-of-interest__item .cta {
  margin: 0;
}

/**
 * @file
 * Slick
 *
 * Slick carousel styles.
 */
.slick {
  position: relative;
}

.slick-slide {
  position: relative;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
}
.slick-dots button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  background: #000000;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
li:not(.slick-active) button:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 5;
}
.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-arrow.slick-disabled:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 0;
}

/*# sourceMappingURL=maps/main.css.map */
