@charset "UTF-8";
@import url(../css/drupal_modules/addtoany.css);
.align-none,
.align-left,
.inline--left {
  display: block;
  width: 100%; }
  @media (min-width: 40em) {
    .align-none,
    .align-left,
    .inline--left {
      float: left;
      margin: 1rem 2.8rem 1rem 0;
      width: auto;
      max-width: 50%; } }

.align-right,
.inline--right {
  display: block;
  width: 100%; }
  @media (min-width: 40em) {
    .align-right,
    .inline--right {
      float: right;
      margin: 1rem 0 1rem 2.8rem;
      width: auto;
      max-width: 50%; } }

.align-center,
.inline--center {
  display: block;
  margin: 2rem auto; }

audio {
  display: block;
  width: 100%;
  margin: 2rem 0; }

.file {
  display: inline-block;
  padding: 1rem;
  background-color: #f7f7f7;
  margin: 1rem 0; }
  .file a {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .file a::before {
      content: '';
      display: block;
      background: url("../images/file-text.svg");
      background-size: 1.25rem 1.25rem;
      background-position: center;
      background-repeat: no-repeat;
      height: 1.25rem;
      width: 1.25rem;
      margin-right: .5rem; }

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NunitoSans-Light.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NunitoSans-Regular.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/NunitoSans-Italic.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/NunitoSans-SemiBold.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/NunitoSans-SemiBoldItalic.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NunitoSans-Bold.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/NunitoSans-BoldItalic.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/NunitoSans-ExtraBold.ttf") format("ttf"); }

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/NunitoSans-ExtraBoldItalic.ttf") format("ttf"); }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif;
  font-size: 1em; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button::-moz-focusring,
[type='button']::-moz-focusring,
[type='reset']::-moz-focusring,
[type='submit']::-moz-focusring {
  outline: 1px dotted ButtonText; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

template,
[hidden] {
  display: none; }

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

[tabindex='-1']:focus {
  outline: none !important; }

/* stylelint-disable-next-line selector-no-vendor-prefix */
::-moz-selection {
  background: #00274C;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #00274C;
  color: #ffffff;
  text-shadow: none; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@media print {
  * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  @page {
    margin: 2cm; } }

html {
  box-sizing: border-box;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }
  @media (min-width: 40em) {
    html {
      font-size: 118.75%; } }
  @media (min-width: 64em) {
    html {
      font-size: 125%; } }

body {
  background-color: #ffffff;
  color: #222222;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }
  body.has-open-mobile-menu {
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }

@media print {
  nav {
    display: none; } }

summary {
  display: list-item; }

iframe {
  border: 0; }
  @media print {
    iframe {
      display: none; } }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 700;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.25;
  margin: 0 0 0.8rem;
  text-rendering: optimizeLegibility; }
  @media print {
    h1, h2, h3, h4, h5, h6 {
      orphans: 3;
      page-break-after: avoid;
      widows: 3; }
      h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
        display: inline-block; } }
  * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 1em; }

h1 {
  color: #222222;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.1; }

h2 {
  color: #222222;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.25; }

h3 {
  color: #222222;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25; }

h4 {
  color: #222222;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25; }

h5 {
  color: #222222;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25; }

h6 {
  color: #222222;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.25;
  text-transform: uppercase; }

h1 + h1,
h2 + h1,
h3 + h1,
h4 + h1,
h5 + h1,
h6 + h1, h1 +
h2,
h2 +
h2,
h3 +
h2,
h4 +
h2,
h5 +
h2,
h6 +
h2, h1 +
h3,
h2 +
h3,
h3 +
h3,
h4 +
h3,
h5 +
h3,
h6 +
h3, h1 +
h4,
h2 +
h4,
h3 +
h4,
h4 +
h4,
h5 +
h4,
h6 +
h4, h1 +
h5,
h2 +
h5,
h3 +
h5,
h4 +
h5,
h5 +
h5,
h6 +
h5, h1 +
h6,
h2 +
h6,
h3 +
h6,
h4 +
h6,
h5 +
h6,
h6 +
h6 {
  margin-top: 0; }

@media (min-width: 55em) {
  .hero--course .hero__title, .event-header__title, .hero__title, .hero--list .hero__title, .news-header__title, .hero--profile .hero__title, .hero--room .hero__title {
    font-size: 3rem; } }

p {
  margin: 0 0 1.6rem;
  line-height: 1.8; }
  @media print {
    p {
      orphans: 3;
      widows: 3; } }

a {
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: transparent;
  color: #1663F2;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
  a:focus {
    outline-color: #00274C; }
  a:active, a:hover, a:focus {
    color: #00274C;
    text-decoration: underline; }
  @media print {
    a, a:visited {
      text-decoration: none; }
    a[href]::after {
      content: " <" attr(href) ">";
      font-family: "Nunito Sans", Arial, sans-serif;
      font-size: 10pt;
      font-weight: normal;
      text-transform: lowercase; }
    a[href^='javascript:']::after, a[href^='mailto:']::after, a[href^='tel:']::after, a[href^='#']::after, a[href*='?']::after {
      content: ''; } }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

abbr:hover {
  cursor: help; }

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")"; } }

cite {
  color: #5A5A5A;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.25; }

dfn {
  font-style: italic; }

mark {
  background: #FFCB05;
  color: #131516; }

small {
  font-size: 75%; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

pre {
  margin: 0 0 0.8rem;
  overflow: auto; }
  @media print {
    pre {
      page-break-inside: avoid; } }

hr {
  border: 1px solid #d6d7d9;
  box-sizing: content-box;
  height: 0;
  margin: 1.2rem 0;
  padding-bottom: -1px; }

h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
p + ul {
  margin-top: 1em; }

ul {
  list-style-type: disc;
  margin: 2rem 0;
  padding: 0 0 0 1.2rem; }
  [dir='rtl'] ul {
    padding: 0 1.2rem 0 0; }
  ul ol,
  ul ul {
    margin-top: 0.4rem; }

h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol,
p + ol {
  margin-top: 1em; }

ol {
  margin: 2em 0;
  padding: 0 0 0 1.2rem; }
  [dir='rtl'] ol {
    padding: 0 1.2rem 0 0; }
  ol ol,
  ol ul {
    margin-top: 0.4rem; }

li {
  margin-bottom: 0.4rem; }
  li:last-child {
    margin-bottom: 0; }
  @media print {
    li {
      page-break-inside: avoid; } }

dd {
  margin-bottom: 0.8rem;
  padding-left: 1.2rem; }
  dt + dd {
    margin-top: 0; }

dl {
  margin-bottom: 0.8rem; }

caption {
  margin-bottom: 0.2rem; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.8rem;
  min-width: 100%; }

td {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 0.8rem; }

tfoot td,
tfoot th {
  background-color: #222222;
  color: #ffffff; }

th {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 0.8rem;
  text-align: left; }

thead td,
thead th {
  background-color: #00274C;
  color: #ffffff; }

@media print {
  thead {
    display: table-header-group; } }

@media print {
  tr {
    page-break-inside: avoid; } }

button {
  overflow: visible; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input {
  line-height: normal; }

legend {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  display: table;
  margin: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

optgroup {
  font-weight: 700; }

textarea {
  overflow: auto; }

audio:not([controls]) {
  display: none;
  height: 0; }

canvas {
  display: inline-block; }

figure {
  margin: 0 0 0.8rem; }

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }
  @media print {
    img {
      max-width: 100% !important;
      page-break-inside: avoid; } }

svg:not(:root) {
  overflow: hidden; }

.breadcrumb__title, .video-group__tabs-text, .partners-nav__link span, .social-nav__link span, .readmore-link__accessibility-description, .share .a2a_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.current .video-group__tabs-text {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto; }

.featured-content-3up::after, .video-banner::after, .newsletter__form::after {
  clear: both;
  content: "";
  display: table; }

blockquote {
  color: #2F65A7;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 1.6rem;
  position: relative; }
  blockquote::before {
    content: '“';
    display: block;
    color: #d6d7d9;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin-top: -25px;
    margin-bottom: -.4em; }
  @media (min-width: 55em) {
    blockquote {
      margin: 0 0 2.4rem; }
      blockquote::before {
        font-size: 115px; } }
  * + blockquote {
    margin-top: 2rem; }
  blockquote span {
    font-size: 15px;
    margin-top: 0.8rem;
    text-align: left;
    color: #222222;
    position: relative;
    border-left: 2px solid #2F65A7;
    border-right: 2px solid #2F65A7;
    padding: .2em .5em; }
    @media (min-width: 55em) {
      blockquote span {
        font-size: 20px; } }
  blockquote p,
  blockquote :last-child {
    margin-bottom: 0; }
  @media print {
    blockquote {
      page-break-inside: avoid; } }

.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem; }
  .l-constrain .l-constrain {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--large {
  max-width: 80rem; }

.l-constrain--small {
  max-width: 40rem; }

.l-constrain--no-padding {
  padding-left: 0;
  padding-right: 0; }

.l-footer {
  padding: 1.2rem 0; }

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.75rem;
  margin-right: -1.75rem; }
  .l-grid > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 3.5rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    width: calc(100% - 3.5rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 3.5rem;
      display: grid; }
      .l-grid > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }

.l-grid--2col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.75rem;
  margin-right: -1.75rem; }
  .l-grid--2col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 3.5rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    width: calc(100% - 3.5rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid--2col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 3.5rem;
      display: grid; }
      .l-grid--2col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) {
    .l-grid--2col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 3.5rem;
      margin-left: 1.75rem;
      margin-right: 1.75rem;
      width: calc(50% - 3.5rem);
      min-width: 13.75rem; }
    @supports (display: grid) {
      .l-grid--2col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3.5rem; }
        .l-grid--2col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--3col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.75rem;
  margin-right: -1.75rem; }
  .l-grid--3col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 3.5rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    width: calc(100% - 3.5rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid--3col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 3.5rem;
      display: grid; }
      .l-grid--3col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 55em) {
    .l-grid--3col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 3.5rem;
      margin-left: 1.75rem;
      margin-right: 1.75rem;
      width: calc(33.3333333333% - 3.5rem);
      min-width: 13.75rem; }
    @supports (display: grid) {
      .l-grid--3col {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3.5rem; }
        .l-grid--3col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--4col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.75rem;
  margin-right: -1.75rem; }
  .l-grid--4col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 3.5rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    width: calc(100% - 3.5rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid--4col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 3.5rem;
      display: grid; }
      .l-grid--4col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 50em) {
    .l-grid--4col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 3.5rem;
      margin-left: 1.75rem;
      margin-right: 1.75rem;
      width: calc(50% - 3.5rem);
      min-width: 13.75rem; }
    @supports (display: grid) {
      .l-grid--4col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3.5rem; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 50.0625em) {
    .l-grid--4col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 3.5rem;
      margin-left: 1.75rem;
      margin-right: 1.75rem;
      width: calc(25% - 3.5rem);
      min-width: 0rem; }
    @supports (display: grid) {
      .l-grid--4col {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 3.5rem; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--6col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.75rem;
  margin-right: -1.75rem; }
  .l-grid--6col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 3.5rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    width: calc(100% - 3.5rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid--6col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 3.5rem;
      display: grid; }
      .l-grid--6col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 62.4375em) {
    .l-grid--6col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 3.5rem;
      margin-left: 1.75rem;
      margin-right: 1.75rem;
      width: calc(33.3333333333% - 3.5rem);
      min-width: 0rem; }
    @supports (display: grid) {
      .l-grid--6col {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 3.5rem; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 62.5em) {
    .l-grid--6col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 3.5rem;
      margin-left: 1.75rem;
      margin-right: 1.75rem;
      width: calc(16.6666666667% - 3.5rem);
      min-width: 0rem; }
    @supports (display: grid) {
      .l-grid--6col {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 3.5rem; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--offset-right {
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap; }
  .l-grid--offset-right > * {
    margin-bottom: 70px;
    width: 100%; }
  @media (min-width: 55em) {
    .l-grid--offset-right {
      flex-wrap: nowrap; }
      .l-grid--offset-right > * {
        margin-bottom: 0; }
      .l-grid--offset-right > *:nth-of-type(odd) {
        width: 40%;
        flex: 0 1 40%;
        padding-right: 70px; }
      .l-grid--offset-right > *:nth-of-type(even) {
        width: 60%;
        flex: 0 1 60%;
        padding-left: 70px; } }

.l-grid--slight-offset-right {
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap; }
  .l-grid--slight-offset-right > * {
    margin-bottom: 70px;
    width: 100%; }
  @media (min-width: 55em) {
    .l-grid--slight-offset-right {
      flex-wrap: nowrap; }
      .l-grid--slight-offset-right > * {
        margin-bottom: 0; }
      .l-grid--slight-offset-right > *:nth-of-type(odd) {
        width: 50%;
        padding-right: 35px;
        margin-bottom: 0;
        flex: 0 1 50%; }
      .l-grid--slight-offset-right > *:nth-of-type(even) {
        width: 50%;
        padding-left: 35px;
        flex: 0 1 50%; } }
  @media (min-width: 75em) {
    .l-grid--slight-offset-right > *:nth-of-type(odd) {
      width: 40%;
      flex: 0 1 40%;
      padding-right: 70px; }
    .l-grid--slight-offset-right > *:nth-of-type(even) {
      width: 60%;
      flex: 0 1 60%;
      padding-left: 70px; } }

.l-header {
  background-color: #00274C;
  position: relative; }
  @media (min-width: 0) and (max-width: 55em) {
    .l-header {
      position: relative; } }

.header__utility-wrapper {
  background-color: #021C35; }

.header__utility-grid {
  flex-wrap: nowrap;
  display: flex;
  height: 1.5em;
  position: relative; }
  @media screen and (min-width: 55em) {
    .header__utility-grid {
      height: 2em; } }

.header__main-grid {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 55em) {
    .header__main-grid {
      position: relative; } }

.header__utility-link {
  color: #fff;
  display: flex;
  font-size: 0.6rem;
  transition: 200ms ease-out;
  margin-top: auto;
  margin-bottom: auto; }
  .header__utility-link:visited {
    color: #fff; }
  .header__utility-link:hover, .header__utility-link:focus, .header__utility-link:active {
    color: #fff;
    box-shadow: 0 -1px 0 0 #fff inset;
    text-decoration: none; }

.header__utility-menu {
  display: none;
  margin-left: auto;
  align-items: center; }
  @media (min-width: 55em) {
    .header__utility-menu {
      display: flex; } }
  .header__utility-menu .primary-nav__menu-item--link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 0.6rem;
    padding: 1em;
    transition: 200ms ease-out; }
    @media (min-width: 55em) {
      .header__utility-menu .primary-nav__menu-item--link {
        padding: 0;
        margin: 0 1.25em; } }
  .header__utility-menu .primary-nav__menu-item--level-1:last-child,
  .header__utility-menu .primary-nav__menu-link--level-1 {
    color: #FFCB05; }
    .header__utility-menu .primary-nav__menu-item--level-1:last-child:hover, .header__utility-menu .primary-nav__menu-item--level-1:last-child:active, .header__utility-menu .primary-nav__menu-item--level-1:last-child:focus, .header__utility-menu .primary-nav__menu-item--level-1:last-child:visited,
    .header__utility-menu .primary-nav__menu-link--level-1:hover,
    .header__utility-menu .primary-nav__menu-link--level-1:active,
    .header__utility-menu .primary-nav__menu-link--level-1:focus,
    .header__utility-menu .primary-nav__menu-link--level-1:visited {
      color: #FFCB05;
      box-shadow: 0 -1px 0 0 #FFCB05 inset; }

.menu--utility li:last-child a {
  color: #FFCB05; }

.header__utility-search {
  display: none; }
  @media (min-width: 55em) {
    .header__utility-search {
      display: block; } }

.mobile-buttons {
  display: flex;
  margin-left: auto; }
  @media (min-width: 55em) {
    .mobile-buttons {
      display: none; } }

@media (min-width: 55em) {
  .mobile-utility {
    visibility: hidden;
    display: none; } }

.header-nav {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #021C35;
  top: 100%;
  z-index: 1; }
  .header-nav.is-active {
    visibility: visible;
    display: block; }
  @media (min-width: 55em) {
    .header-nav {
      visibility: visible;
      display: block;
      position: static;
      background: transparent; } }

.mobile-nav-button[aria-expanded="false"] .toggle--close {
  visibility: hidden;
  display: none; }

.mobile-nav-button[aria-expanded="false"] .toggle--open {
  visibility: visible;
  display: inline; }

.mobile-nav-button {
  background-color: transparent;
  border: 1px solid transparent;
  color: #FFCB05;
  line-height: 0.5em;
  outline: none; }
  .mobile-nav-button:hover, .mobile-nav-button:active, .mobile-nav-button:focus {
    border: 1px solid #FFCB05; }
  .mobile-nav-button[aria-expanded="true"] .toggle--close {
    visibility: visible;
    display: inline; }
  .mobile-nav-button[aria-expanded="true"] .toggle--open {
    visibility: hidden;
    display: none; }

.l-media {
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .l-media {
      flex-direction: row; } }

.l-media__object {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0.8rem 0 0; }

.l-media__content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1; }

.l-media--column {
  flex-direction: column; }

.l-media--reversed > .l-media__object {
  margin: 0 0 0 0.8rem;
  order: 1; }

.offset-header {
  max-width: 100%;
  margin-right: 1em; }
  @media (min-width: 55em) {
    .offset-header {
      width: 25em; } }

@supports (display: grid) {
  .l-page-grid {
    display: grid;
    grid-column-gap: 35px;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
    grid-auto-rows: auto 1fr; } }

@media (min-width: 55em) {
  .l-page-grid::after {
    clear: both;
    content: "";
    display: table; }
  @supports (display: grid) {
    .l-page-grid {
      grid-template-columns: 25% 1fr 25%; } } }

@media (min-width: 75em) {
  @supports (display: grid) {
    .l-page-grid {
      grid-template-columns: 20% 2fr 20%;
      grid-column-gap: 135px; } } }

@media (min-width: 55em) {
  .l-page-grid--centered {
    width: 75%;
    margin: 0 auto; } }

@media (min-width: 75em) {
  .l-page-grid--centered {
    width: 65%;
    margin: 0 auto; } }

.l-page-grid--left,
.l-page-grid--right {
  margin-bottom: 6rem; }

@media (min-width: 55em) {
  .l-page-grid__left {
    width: 25%;
    float: left;
    clear: left; }
    @supports (display: grid) {
      .l-page-grid__left {
        grid-column: 1 / span 1;
        float: none;
        width: auto;
        clear: none; } } }

@media (min-width: 75em) {
  .l-page-grid__left {
    width: 20%; }
    @supports (display: grid) {
      .l-page-grid__left {
        width: auto; } } }

@media (min-width: 55em) {
  .l-page-grid__right {
    width: 25%;
    float: right;
    clear: right; }
    @supports (display: grid) {
      .l-page-grid__right {
        grid-column: 3 / span 1;
        float: none;
        width: auto;
        clear: none; } } }

@media (min-width: 75em) {
  .l-page-grid__right {
    width: 20%; }
    @supports (display: grid) {
      .l-page-grid__right {
        grid-column: 3 / span 1;
        width: auto; } } }

@media (min-width: 55em) {
  .l-page-grid__main {
    width: 69%;
    float: left;
    margin-right: 6%; }
    @supports (display: grid) {
      .l-page-grid__main {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
        float: none;
        width: auto;
        margin: 0; } }
    .l-page-grid--left .l-page-grid__main {
      margin-left: 6%;
      margin-right: 0;
      float: right; }
      @supports (display: grid) {
        .l-page-grid--left .l-page-grid__main {
          grid-column: 2 / span 2;
          float: none;
          margin: 0; } }
    .l-page-grid--centered .l-page-grid__main {
      width: 100%;
      float: none;
      margin-right: 0; } }

@media (min-width: 75em) {
  .l-page-grid__main {
    width: 74%; }
    @supports (display: grid) {
      .l-page-grid__main {
        width: auto; } } }

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(3em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(3em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    transform: translateY(-2em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes SlideDown {
  0% {
    opacity: 0;
    transform: translateY(-2em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.page-wrapper--course .hero--course,
.page-wrapper--course .news-header,
.page-wrapper--course .l-page-grid__main,
.page-wrapper--course .l-page-grid__right,
.page-wrapper--news .hero--course,
.page-wrapper--news .news-header,
.page-wrapper--news .l-page-grid__main,
.page-wrapper--news .l-page-grid__right,
.page-wrapper--room .hero--course,
.page-wrapper--room .news-header,
.page-wrapper--room .l-page-grid__main,
.page-wrapper--room .l-page-grid__right {
  opacity: 0; }

.page-wrapper--course .hero--course,
.page-wrapper--course .news-header,
.page-wrapper--news .hero--course,
.page-wrapper--news .news-header,
.page-wrapper--room .hero--course,
.page-wrapper--room .news-header {
  -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.page-wrapper--course .l-page-grid__main,
.page-wrapper--news .l-page-grid__main,
.page-wrapper--room .l-page-grid__main {
  -webkit-animation: SlideUp 0.75s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.page-wrapper--course .l-page-grid__right,
.page-wrapper--news .l-page-grid__right,
.page-wrapper--room .l-page-grid__right {
  -webkit-animation: SlideUp 0.75s 0.75s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.75s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.page-wrapper--listing .hero--list,
.page-wrapper--listing .l-page-grid__left,
.page-wrapper--listing .l-page-grid__main {
  opacity: 0; }

.page-wrapper--listing .hero--list {
  -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.page-wrapper--listing .l-page-grid__left {
  -webkit-animation: SlideUp 0.75s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.page-wrapper--listing .l-page-grid__main {
  -webkit-animation: SlideUp 0.75s 0.75s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.75s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.page-wrapper--home .home-hero__image,
.page-wrapper--home .home-hero__content {
  opacity: 0; }

.page-wrapper--home .home-hero__content {
  -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.page-wrapper--home .home-hero__image {
  -webkit-animation: SlideDown 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideDown 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards; }

.l-header {
  z-index: 1; }

@media (prefers-reduced-motion) {
  .hero--course,
  .news-header,
  .l-page-grid__main,
  .l-page-grid__right .hero--list,
  .l-page-grid__left,
  .home-hero__image,
  .home-hero__content {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    transform: translatY(0); } }

.l-section {
  margin-bottom: 2rem; }

@media (min-width: 56.25em) {
  .l-sidebar {
    display: flex;
    flex-wrap: wrap; }
    .l-sidebar > * {
      flex-basis: calc(100% - 300px - 1.6rem);
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 0.8rem; }
      .l-sidebar > *:last-child {
        margin-right: 0; }
    .l-sidebar .l-sidebar__full {
      flex-basis: 100%;
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 0; }
    .l-sidebar .l-sidebar__sidebar {
      flex-basis: 300px;
      flex-grow: 1;
      flex-shrink: 0; }
    @supports (display: grid) {
      .l-sidebar {
        display: grid;
        grid-gap: 0.8rem;
        grid-template-columns: 300px 1fr; }
        .l-sidebar .l-sidebar__full {
          grid-column: span 2; } } }

@media (min-width: 56.25em) {
  .l-sidebar--multi-2 > * {
    flex-basis: calc( 100% - 600px - 2.4rem);
    flex-grow: 1;
    flex-shrink: 1; }
  @supports (display: grid) {
    .l-sidebar--multi-2 {
      grid-template-columns: 300px 1fr 300px; }
      .l-sidebar--multi-2 .l-sidebar__full {
        grid-column: span 3; } } }

.l-site-container {
  margin: 0 auto;
  max-width: 1800px;
  min-width: 0; }

ul.toolbar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.toolbar-menu li {
    padding-left: 0; }
    ul.toolbar-menu li::before {
      display: none; }
  ul.toolbar-menu li {
    margin-bottom: 0;
    padding-left: 0; }

.article__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0.8rem; }

.block--provider-layout-builder {
  margin-bottom: 0; }

.accordion-group {
  margin: 1em 0;
  border-top: 1px solid #aeb0b5; }

.body-stats-row {
  margin: 6em 0; }
  @media (min-width: 30em) {
    .body-stats-row .l-grid--3col {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 64em) {
    .body-stats-row .l-grid--3col {
      grid-template-columns: repeat(3, 1fr); } }
  .body-stats-row .statistic {
    margin-bottom: .25em;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #aeb0b5;
    flex-direction: column;
    align-items: flex-start; }
  .body-stats-row .statistic .statistic__label {
    font-size: 12px;
    margin-bottom: 1.5em;
    font-weight: 400; }
  .body-stats-row .statistic .statistic-visual {
    padding: 1.5em;
    align-items: flex-start; }
  .body-stats-row .statistic .statistic__description {
    margin-bottom: 0; }
  .body-stats-row .statistic .statistic__title {
    font-size: 4em;
    text-align: left; }

.image-teaser {
  display: flex;
  flex-direction: column;
  margin: 6em 0; }
  @media (min-width: 64em) {
    .image-teaser {
      flex-direction: row;
      align-items: flex-start; } }
  .image-teaser .image-teaser__image {
    align-self: center; }
    @media (min-width: 64em) {
      .image-teaser .image-teaser__image {
        max-width: 50%;
        align-self: flex-start; } }
  .image-teaser .image-teaser__text {
    margin-bottom: 1em; }
  .image-teaser .image-teaser__title {
    color: #222222;
    background-image: linear-gradient(transparent 95%, #1663F2 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
    .image-teaser .image-teaser__title:active, .image-teaser .image-teaser__title:hover, .image-teaser .image-teaser__title:focus {
      background-size: 100% 100%;
      color: #1663F2;
      text-decoration: none;
      outline: none; }
  .image-teaser .image-teaser__desc {
    width: 100%; }
    @media (min-width: 64em) {
      .image-teaser .image-teaser__desc {
        width: 50%;
        margin-left: 2.5em; } }
  .image-teaser .image-teaser__img-link {
    text-align: center; }
    @media (min-width: 64em) {
      .image-teaser .image-teaser__img-link {
        max-width: 50%;
        text-align: left; } }
    .image-teaser .image-teaser__img-link .image-teaser__image {
      max-width: 100%; }
  .image-teaser .image-teaser__label {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5A5A5A;
    letter-spacing: 2px;
    margin: 2em 0 .5em; }
    @media (min-width: 64em) {
      .image-teaser .image-teaser__label {
        margin: 0 0 .5em; } }
  .image-teaser .link--animated {
    margin-bottom: 1em; }

.page-tabs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem; }
  @media (min-width: 64em) {
    .page-tabs__list {
      margin-top: 0; } }

.cv-download {
  display: flex;
  margin-bottom: 3rem;
  align-items: center; }
  .cv-download svg {
    margin-right: .5rem; }

.rich-text-component {
  margin: 6rem 0; }

.full-components .rich-text-component {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 80rem; }
  .full-components .rich-text-component .full-components .rich-text-component {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 55em) {
  .full-components .rich-text-component__container {
    width: 75%;
    margin: 6rem auto; } }

@media (min-width: 75em) {
  .full-components .rich-text-component__container {
    width: 65%;
    margin: 6rem auto; } }

.transcript {
  background-color: #f7f7f7;
  padding: 2rem 0; }

.transcript__label {
  font-size: 1rem;
  padding: 0 2rem; }

.transcript__container {
  max-height: 800px;
  overflow-y: scroll;
  padding: 0 2rem; }

.breadcrumb {
  background-color: #F5F6F8;
  color: #00274C;
  font-size: .75em;
  margin: 0 0 1.6rem;
  min-height: 2rem;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem; }
  .breadcrumb::after {
    clear: both;
    content: "";
    display: table; }

.breadcrumb__list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0; }
  .breadcrumb__list li {
    padding-left: 0; }
  .breadcrumb__list > li {
    display: inline; }

.breadcrumb__item {
  margin-right: 0.5em; }
  .breadcrumb__item::after {
    color: #00274C;
    content: '/';
    margin-left: 0.5em; }
  .breadcrumb__item:last-child::after {
    content: '';
    margin-left: 0; }
  .breadcrumb__item span {
    font-weight: 800; }

@media (max-width: 40em) {
  .breadcrumb__list .breadcrumb__item {
    display: none; }
    .breadcrumb__list .breadcrumb__item:nth-last-child(2) {
      display: block; }
      .breadcrumb__list .breadcrumb__item:nth-last-child(2)::after {
        display: none; }
      .breadcrumb__list .breadcrumb__item:nth-last-child(2)::before {
        color: #00274C;
        content: '<';
        margin-right: 0.75em; } }

.breadcrumb__link {
  color: #00274C;
  text-decoration: none;
  outline: none; }
  .breadcrumb__link:active, .breadcrumb__link:hover, .breadcrumb__link:focus {
    color: #1663F2; }
  .breadcrumb__link:focus {
    outline: none; }

.breadcrumb.landing-page-breadcrumbs {
  position: absolute;
  width: 100%;
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  padding: .8rem 1.6rem; }
  @media (min-width: 64em) {
    .breadcrumb.landing-page-breadcrumbs {
      padding: .8rem 0; } }
  .breadcrumb.landing-page-breadcrumbs .breadcrumb__list .breadcrumb__item:nth-last-child(2)::before {
    color: #ffffff; }
  .breadcrumb.landing-page-breadcrumbs .breadcrumb__item::after {
    color: #ffffff; }
  .breadcrumb.landing-page-breadcrumbs .breadcrumb__link {
    color: #ffffff; }

.button {
  background-color: #FFCB05;
  border: 2px solid #FFCB05;
  border-radius: 0;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  font-size: 18px;
  padding: .75em 1em;
  position: relative;
  margin-bottom: 0.4rem; }
  .button span {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
    height: 100%;
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }
  .button span svg {
    height: 20px;
    width: 30px;
    stroke: #222222;
    vertical-align: middle;
    overflow: visible; }
  .button polyline,
  .button line {
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1);
    width: 1.2em; }
  .button:active, .button:hover, .button:focus {
    background-color: #00274C;
    border-color: #00274C;
    color: #ffffff;
    text-decoration: none; }
    .button:active span polyline, .button:hover span polyline, .button:focus span polyline {
      transform: translateX(30px); }
    .button:active span line, .button:hover span line, .button:focus span line {
      transform: scaleX(1.8); }
    .button:active span svg, .button:hover span svg, .button:focus span svg {
      stroke: #ffffff; }
  .button[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #5A5A5A;
    cursor: default;
    pointer-events: none; }
  @media (min-width: 55em) {
    .button + .button {
      margin-left: 0.4rem; } }
  [dir='rtl'] .button + .button {
    margin-left: 0;
    margin-right: 0.4rem; }

.button-link a {
  background-color: #FFCB05;
  border: 2px solid #FFCB05;
  border-radius: 0;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  font-size: 18px;
  padding: .75em 1em;
  position: relative;
  margin-bottom: 0.4rem; }
  .button-link a span {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
    height: 100%;
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }
  .button-link a span svg {
    height: 20px;
    width: 30px;
    stroke: #222222;
    vertical-align: middle;
    overflow: visible; }
  .button-link a polyline,
  .button-link a line {
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1);
    width: 1.2em; }
  .button-link a:active, .button-link a:hover, .button-link a:focus {
    background-color: #00274C;
    border-color: #00274C;
    color: #ffffff;
    text-decoration: none; }
    .button-link a:active span polyline, .button-link a:hover span polyline, .button-link a:focus span polyline {
      transform: translateX(30px); }
    .button-link a:active span line, .button-link a:hover span line, .button-link a:focus span line {
      transform: scaleX(1.8); }
    .button-link a:active span svg, .button-link a:hover span svg, .button-link a:focus span svg {
      stroke: #ffffff; }
  .button-link a[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #5A5A5A;
    cursor: default;
    pointer-events: none; }

.button--danger,
.button--danger a {
  background-color: #9A3324;
  border-color: #e59393;
  color: #ffffff; }
  .button--danger:active, .button--danger:hover, .button--danger:focus,
  .button--danger a:active,
  .button--danger a:hover,
  .button--danger a:focus {
    background-color: #9A3324;
    border-color: #9A3324;
    color: #ffffff; }

.button--secondary,
.button--secondary a {
  background-color: #00274C;
  border: 2px solid #00274C;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal; }
  .button--secondary span,
  .button--secondary a span {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
    height: 100%;
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }
  .button--secondary span svg,
  .button--secondary a span svg {
    height: 20px;
    width: 30px;
    stroke: #ffffff;
    vertical-align: middle;
    overflow: visible; }
  .button--secondary polyline,
  .button--secondary line,
  .button--secondary a polyline,
  .button--secondary a line {
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1);
    width: 1.2em; }
  .button--secondary:active, .button--secondary:hover, .button--secondary:focus,
  .button--secondary a:active,
  .button--secondary a:hover,
  .button--secondary a:focus {
    background-color: #FFCB05;
    border-color: #FFCB05;
    color: #00274C;
    text-decoration: none; }
    .button--secondary:active span polyline, .button--secondary:hover span polyline, .button--secondary:focus span polyline,
    .button--secondary a:active span polyline,
    .button--secondary a:hover span polyline,
    .button--secondary a:focus span polyline {
      transform: translateX(30px); }
    .button--secondary:active span line, .button--secondary:hover span line, .button--secondary:focus span line,
    .button--secondary a:active span line,
    .button--secondary a:hover span line,
    .button--secondary a:focus span line {
      transform: scaleX(1.8); }
    .button--secondary:active span svg, .button--secondary:hover span svg, .button--secondary:focus span svg,
    .button--secondary a:active span svg,
    .button--secondary a:hover span svg,
    .button--secondary a:focus span svg {
      stroke: #00274C; }
  .button--secondary[disabled],
  .button--secondary a[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #5A5A5A;
    cursor: default;
    pointer-events: none; }

.button--tertiary,
.button--tertiary a {
  background-color: #ffffff;
  border: 2px solid #1663F2;
  border-radius: 0;
  color: #1663F2;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal; }
  .button--tertiary span,
  .button--tertiary a span {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
    height: 100%;
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }
  .button--tertiary span svg,
  .button--tertiary a span svg {
    height: 20px;
    width: 30px;
    stroke: #1663F2;
    vertical-align: middle;
    overflow: visible; }
  .button--tertiary polyline,
  .button--tertiary line,
  .button--tertiary a polyline,
  .button--tertiary a line {
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1);
    width: 1.2em; }
  .button--tertiary:active, .button--tertiary:hover, .button--tertiary:focus,
  .button--tertiary a:active,
  .button--tertiary a:hover,
  .button--tertiary a:focus {
    background-color: #1663F2;
    border-color: #1663F2;
    color: #ffffff;
    text-decoration: none; }
    .button--tertiary:active span polyline, .button--tertiary:hover span polyline, .button--tertiary:focus span polyline,
    .button--tertiary a:active span polyline,
    .button--tertiary a:hover span polyline,
    .button--tertiary a:focus span polyline {
      transform: translateX(30px); }
    .button--tertiary:active span line, .button--tertiary:hover span line, .button--tertiary:focus span line,
    .button--tertiary a:active span line,
    .button--tertiary a:hover span line,
    .button--tertiary a:focus span line {
      transform: scaleX(1.8); }
    .button--tertiary:active span svg, .button--tertiary:hover span svg, .button--tertiary:focus span svg,
    .button--tertiary a:active span svg,
    .button--tertiary a:hover span svg,
    .button--tertiary a:focus span svg {
      stroke: #ffffff; }
  .button--tertiary[disabled],
  .button--tertiary a[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #5A5A5A;
    cursor: default;
    pointer-events: none; }

.button--outline,
.button--outline a {
  background-color: transparent;
  border: 2px solid #222222;
  border-radius: 0;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  font-size: 18px;
  padding: .75em; }
  .button--outline span,
  .button--outline a span {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
    height: 100%;
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }
  .button--outline span svg,
  .button--outline a span svg {
    height: 20px;
    width: 30px;
    stroke: #222222;
    vertical-align: middle;
    overflow: visible; }
  .button--outline polyline,
  .button--outline line,
  .button--outline a polyline,
  .button--outline a line {
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1);
    width: 1.2em; }
  .button--outline:active, .button--outline:hover, .button--outline:focus,
  .button--outline a:active,
  .button--outline a:hover,
  .button--outline a:focus {
    background-color: #00274C;
    border-color: #00274C;
    color: #ffffff;
    text-decoration: none; }
    .button--outline:active span polyline, .button--outline:hover span polyline, .button--outline:focus span polyline,
    .button--outline a:active span polyline,
    .button--outline a:hover span polyline,
    .button--outline a:focus span polyline {
      transform: translateX(30px); }
    .button--outline:active span line, .button--outline:hover span line, .button--outline:focus span line,
    .button--outline a:active span line,
    .button--outline a:hover span line,
    .button--outline a:focus span line {
      transform: scaleX(1.8); }
    .button--outline:active span svg, .button--outline:hover span svg, .button--outline:focus span svg,
    .button--outline a:active span svg,
    .button--outline a:hover span svg,
    .button--outline a:focus span svg {
      stroke: #ffffff; }
  .button--outline[disabled],
  .button--outline a[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #5A5A5A;
    cursor: default;
    pointer-events: none; }

.button--reverse-outline,
.button--reverse-outline a {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal; }
  .button--reverse-outline span,
  .button--reverse-outline a span {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
    height: 100%;
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }
  .button--reverse-outline span svg,
  .button--reverse-outline a span svg {
    height: 20px;
    width: 30px;
    stroke: #ffffff;
    vertical-align: middle;
    overflow: visible; }
  .button--reverse-outline polyline,
  .button--reverse-outline line,
  .button--reverse-outline a polyline,
  .button--reverse-outline a line {
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1);
    width: 1.2em; }
  .button--reverse-outline:active, .button--reverse-outline:hover, .button--reverse-outline:focus,
  .button--reverse-outline a:active,
  .button--reverse-outline a:hover,
  .button--reverse-outline a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none; }
    .button--reverse-outline:active span polyline, .button--reverse-outline:hover span polyline, .button--reverse-outline:focus span polyline,
    .button--reverse-outline a:active span polyline,
    .button--reverse-outline a:hover span polyline,
    .button--reverse-outline a:focus span polyline {
      transform: translateX(30px); }
    .button--reverse-outline:active span line, .button--reverse-outline:hover span line, .button--reverse-outline:focus span line,
    .button--reverse-outline a:active span line,
    .button--reverse-outline a:hover span line,
    .button--reverse-outline a:focus span line {
      transform: scaleX(1.8); }
    .button--reverse-outline:active span svg, .button--reverse-outline:hover span svg, .button--reverse-outline:focus span svg,
    .button--reverse-outline a:active span svg,
    .button--reverse-outline a:hover span svg,
    .button--reverse-outline a:focus span svg {
      stroke: #ffffff; }
  .button--reverse-outline[disabled],
  .button--reverse-outline a[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #5A5A5A;
    cursor: default;
    pointer-events: none; }

.button--full {
  display: block;
  width: 100%;
  margin-bottom: 2rem; }

.button--space {
  margin: 2rem 0; }

.button--large {
  font-size: 1rem;
  padding: 0.8rem 2rem; }

.button--small {
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem; }

.captioned-image {
  display: table;
  margin-bottom: 2rem;
  margin-top: 2rem; }

.captioned-image__caption {
  caption-side: bottom;
  display: table-caption;
  font-size: 18px;
  margin-top: 0.5em;
  color: #5A5A5A; }

.copyright {
  font-size: 12px; }

details.details {
  margin: 0 0 1.2rem; }
  .js details.details:not([open]) > .details__content {
    display: none; }

.details__summary {
  background-image: url("../images/plus.svg");
  background-color: #ffffff;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 0.65rem;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 0.75rem 0;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  [dir='rtl'] .details__summary {
    background-position: left 0 center;
    padding-left: 2.75rem;
    padding-right: 0; }
  [open] > .details__summary {
    background-image: url("../images/minus.svg"); }
  .details__summary:hover {
    background-color: #ffffff;
    color: #1663F2; }
  .details__summary:focus {
    background-color: #ffffff;
    color: #1663F2; }
  .details__summary::-webkit-details-marker {
    display: none; }
  .details__summary::before {
    display: none; }

.details__fallback-link {
  color: inherit !important;
  display: block;
  outline: 0;
  text-decoration: none; }

.details__content {
  background: #ffffff;
  padding: 1.2rem 0; }
  .details__content > :last-child {
    margin-bottom: 0; }

.details__description {
  color: #222222;
  font-size: 0.9rem;
  margin-bottom: 0.8rem; }

.dropbutton {
  display: inline-block;
  margin-bottom: 0.4rem;
  position: relative;
  vertical-align: top; }
  .dropbutton.has-multiple {
    padding-right: 2em; }
    [dir='rtl'] .dropbutton.has-multiple {
      padding-left: 2em;
      padding-right: 0; }
  .dropbutton.is-open .dropbutton__item {
    display: block; }
    .dropbutton.is-open .dropbutton__item:first-child .dropbutton__button {
      border-bottom-left-radius: 0; }
  .dropbutton.is-open .dropbutton__toggle-button {
    background-image: url("../images/dropbutton-arrow-up.svg"); }
  .dropbutton + .dropbutton,
  .dropbutton + .button,
  .button + .dropbutton {
    margin-left: 0.5em; }
    [dir='rtl'] .dropbutton + .dropbutton, [dir='rtl']
    .dropbutton + .button, [dir='rtl']
    .button + .dropbutton {
      margin-left: 0;
      margin-right: 0.5em; }

.dropbutton__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .dropbutton__list li {
    margin: 0; }

.dropbutton__toggle {
  bottom: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2em; }

.dropbutton__toggle-button {
  background-color: #FFCB05;
  border: 2px solid #FFCB05;
  border-radius: 0;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.25;
  outline: none;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  background-image: url("../images/dropbutton-arrow-down.svg");
  background-position: 50% 0.58rem;
  background-repeat: no-repeat;
  background-size: 0.6rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 100%;
  padding: 0;
  white-space: nowrap;
  width: 100%; }
  .dropbutton__toggle-button span {
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em;
    height: 100%;
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }
  .dropbutton__toggle-button span svg {
    height: 20px;
    width: 30px;
    stroke: #222222;
    vertical-align: middle;
    overflow: visible; }
  .dropbutton__toggle-button polyline,
  .dropbutton__toggle-button line {
    transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1);
    width: 1.2em; }
  .dropbutton__toggle-button:active, .dropbutton__toggle-button:hover, .dropbutton__toggle-button:focus {
    background-color: #00274C;
    border-color: #00274C;
    color: #ffffff;
    text-decoration: none; }
    .dropbutton__toggle-button:active span polyline, .dropbutton__toggle-button:hover span polyline, .dropbutton__toggle-button:focus span polyline {
      transform: translateX(30px); }
    .dropbutton__toggle-button:active span line, .dropbutton__toggle-button:hover span line, .dropbutton__toggle-button:focus span line {
      transform: scaleX(1.8); }
    .dropbutton__toggle-button:active span svg, .dropbutton__toggle-button:hover span svg, .dropbutton__toggle-button:focus span svg {
      stroke: #ffffff; }
  .dropbutton__toggle-button[disabled] {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #5A5A5A;
    cursor: default;
    pointer-events: none; }

.dropbutton__item {
  margin: 0;
  padding: 0; }
  .dropbutton__item.is-secondary-action {
    display: none; }
    .dropbutton__item.is-secondary-action:not(:last-child) .dropbutton__button {
      border-bottom-left-radius: 0; }
  .dropbutton__item:not(:first-child) .dropbutton__button {
    border-top-left-radius: 0; }

.dropbutton .dropbutton__button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: block;
  margin: 0;
  text-align: left;
  width: 100%; }

.filter-wrap {
  margin: 0 0 4.5em; }

.filter-mobile-trigger .filter-trigger__close {
  display: none;
  visibility: hidden;
  transform: none; }

.filter-mobile-trigger .filter-trigger__open {
  transform: none; }

.filter-mobile-trigger:active .filter-trigger__close,
.filter-mobile-trigger:active .filter-trigger__open, .filter-mobile-trigger:hover .filter-trigger__close,
.filter-mobile-trigger:hover .filter-trigger__open, .filter-mobile-trigger:focus .filter-trigger__close,
.filter-mobile-trigger:focus .filter-trigger__open {
  transform: none; }

.filter-wrap.is-active .filter-mobile-trigger .filter-trigger__close {
  display: inline-block;
  visibility: visible; }

.filter-wrap.is-active .filter-mobile-trigger .filter-trigger__open {
  display: none;
  visibility: hidden; }

@media (min-width: 55em) {
  .filter-mobile-trigger {
    display: none;
    visibility: hidden; } }

.filter {
  display: none;
  visibility: hidden;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .filter-wrap.is-active .filter {
    display: block;
    visibility: visible; }
  @media (min-width: 55em) {
    .filter {
      display: block;
      visibility: visible; } }
  .filter .form-item--radio .form-item__radio + .form-item__label {
    font-weight: 400;
    font-size: 0.9rem; }
  .filter .form-item--radio {
    margin-bottom: 0; }
  .filter .block {
    margin-bottom: 0; }
  .filter .block__title {
    margin-top: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.7px;
    margin-bottom: 1.25em; }
  .filter .button {
    margin-bottom: 0; }

.form-actions {
  display: flex;
  flex-direction: column;
  margin-top: 2em; }
  .form-actions .button + .button {
    margin-top: 1em;
    margin-left: 0; }

.list-sort.form-item--select {
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  .list-sort.form-item--select .form-item__label {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 2px;
    font-weight: 400;
    margin-right: .5em; }
  .list-sort.form-item--select .form-item__select {
    width: auto;
    min-width: 80px;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 2.5em;
    margin: 0;
    border: 0; }
    .list-sort.form-item--select .form-item__select:active, .list-sort.form-item--select .form-item__select:focus {
      border: 0;
      border-bottom: 1px solid #5A5A5A; }

.form-item {
  margin: 0 0 1.2rem; }

.form-item__label,
label {
  display: block;
  font-size: 18px;
  font-weight: 600; }
  .is-disabled > .form-item__label, .is-disabled >
  label {
    opacity: 0.35; }

.form-item__fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.form-item__description {
  color: #5A5A5A;
  font-size: 0.9rem; }
  .form-item__description > :last-child {
    margin-bottom: 0; }

.form-item__required-marker::before {
  content: '*'; }

.newsletter__form input[type="email"],
.newsletter__form input[type="text"],
.form-item__color,
.form-item__date,
.form-item__email,
.form-item__month,
.form-item__number,
.form-item__password,
.form-item__search,
.form-item__select,
.form-item__tel,
.form-item__text,
.form-item__textarea,
.form-item__time,
.form-item__url,
.form-item__week {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #aeb0b5;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 1.1;
  margin: 0.2rem 0;
  max-width: 100%;
  padding: .75em;
  height: 48px;
  width: 100%; }
  .newsletter__form input:focus[type="email"],
  .newsletter__form input:focus[type="text"],
  .form-item__color:focus,
  .form-item__date:focus,
  .form-item__email:focus,
  .form-item__month:focus,
  .form-item__number:focus,
  .form-item__password:focus,
  .form-item__search:focus,
  .form-item__select:focus,
  .form-item__tel:focus,
  .form-item__text:focus,
  .form-item__textarea:focus,
  .form-item__time:focus,
  .form-item__url:focus,
  .form-item__week:focus {
    border-color: #1663F2;
    outline: none; }
  .newsletter__form input:hover[type="email"],
  .newsletter__form input:hover[type="text"],
  .form-item__color:hover,
  .form-item__date:hover,
  .form-item__email:hover,
  .form-item__month:hover,
  .form-item__number:hover,
  .form-item__password:hover,
  .form-item__search:hover,
  .form-item__select:hover,
  .form-item__tel:hover,
  .form-item__text:hover,
  .form-item__textarea:hover,
  .form-item__time:hover,
  .form-item__url:hover,
  .form-item__week:hover {
    background-color: #ffffff;
    border-color: #222222; }
  .newsletter__form input:hover:focus[type="email"],
  .newsletter__form input:hover:focus[type="text"],
  .form-item__color:hover:focus,
  .form-item__date:hover:focus,
  .form-item__email:hover:focus,
  .form-item__month:hover:focus,
  .form-item__number:hover:focus,
  .form-item__password:hover:focus,
  .form-item__search:hover:focus,
  .form-item__select:hover:focus,
  .form-item__tel:hover:focus,
  .form-item__text:hover:focus,
  .form-item__textarea:hover:focus,
  .form-item__time:hover:focus,
  .form-item__url:hover:focus,
  .form-item__week:hover:focus {
    border-color: #1663F2; }
  .newsletter__form input:disabled[type="email"],
  .newsletter__form input:disabled[type="text"],
  .form-item__color:disabled,
  .form-item__date:disabled,
  .form-item__email:disabled,
  .form-item__month:disabled,
  .form-item__number:disabled,
  .form-item__password:disabled,
  .form-item__search:disabled,
  .form-item__select:disabled,
  .form-item__tel:disabled,
  .form-item__text:disabled,
  .form-item__textarea:disabled,
  .form-item__time:disabled,
  .form-item__url:disabled,
  .form-item__week:disabled {
    cursor: default;
    opacity: 0.35; }
    .newsletter__form input:disabled:hover[type="email"],
    .newsletter__form input:disabled:hover[type="text"], .newsletter__form input:disabled:focus[type="email"],
    .newsletter__form input:disabled:focus[type="text"],
    .form-item__color:disabled:hover,
    .form-item__color:disabled:focus,
    .form-item__date:disabled:hover,
    .form-item__date:disabled:focus,
    .form-item__email:disabled:hover,
    .form-item__email:disabled:focus,
    .form-item__month:disabled:hover,
    .form-item__month:disabled:focus,
    .form-item__number:disabled:hover,
    .form-item__number:disabled:focus,
    .form-item__password:disabled:hover,
    .form-item__password:disabled:focus,
    .form-item__search:disabled:hover,
    .form-item__search:disabled:focus,
    .form-item__select:disabled:hover,
    .form-item__select:disabled:focus,
    .form-item__tel:disabled:hover,
    .form-item__tel:disabled:focus,
    .form-item__text:disabled:hover,
    .form-item__text:disabled:focus,
    .form-item__textarea:disabled:hover,
    .form-item__textarea:disabled:focus,
    .form-item__time:disabled:hover,
    .form-item__time:disabled:focus,
    .form-item__url:disabled:hover,
    .form-item__url:disabled:focus,
    .form-item__week:disabled:hover,
    .form-item__week:disabled:focus {
      background-color: #ffffff;
      border: 1px solid #d6d7d9; }
  .newsletter__form .is-full-width > input[type="email"],
  .newsletter__form .is-full-width > input[type="text"], .is-full-width >
  .form-item__color, .is-full-width >
  .form-item__date, .is-full-width >
  .form-item__email, .is-full-width >
  .form-item__month, .is-full-width >
  .form-item__number, .is-full-width >
  .form-item__password, .is-full-width >
  .form-item__search, .is-full-width >
  .form-item__select, .is-full-width >
  .form-item__tel, .is-full-width >
  .form-item__text, .is-full-width >
  .form-item__textarea, .is-full-width >
  .form-item__time, .is-full-width >
  .form-item__url, .is-full-width >
  .form-item__week {
    width: 100%; }

.form-item__textarea {
  height: auto; }

/* stylelint-disable */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 48px; }

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

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

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

.chosen-container a {
  cursor: pointer; }

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

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

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: .75em;
  border: 1px solid #aeb0b5;
  background-color: #ffffff;
  background-clip: padding-box;
  height: 48px;
  color: #222222;
  text-decoration: none;
  white-space: nowrap;
  line-height: 19px; }
  .chosen-container-single .chosen-single:hover {
    border-color: #222222; }

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

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

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

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

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

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

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

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

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

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: 2rem;
  outline: 0;
  border: 1px solid #d6d7d9;
  background: url("/images/chosen-sprite.png") no-repeat 100% -31px;
  font-size: 0.9rem;
  border-radius: 0; }
  .chosen-container-single .chosen-search input[type="text"]:focus {
    border: 1px solid #00274C; }

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

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

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

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

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

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

.chosen-container .chosen-results li.highlighted {
  background-color: #FFCB05; }

.chosen-container .chosen-results li.no-results {
  color: #5A5A5A;
  display: list-item;
  background: #f7f7f7; }

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

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

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

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0.2rem 0 0;
  padding: 0.5em 0.75em;
  width: 100%;
  min-height: 48px;
  border: 1px solid #aeb0b5;
  background-color: #ffffff;
  cursor: text;
  color: #222222;
  line-height: 18px; }
  .chosen-container-multi .chosen-choices:hover {
    border-color: #222222; }

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

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

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #222222;
  font-size: 100%;
  border-radius: 0;
  width: 100%; }
  .chosen-container-multi .chosen-choices li.search-field input[type="text"]:focus {
    border-bottom: 1px solid #00274C !important; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 5px 27px 5px 7px;
  max-width: 100%;
  background-color: #f1f1f1;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #222222;
  line-height: 20px;
  cursor: default; }

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

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/images/chosen-sprite.png") -64px -14px no-repeat;
  font-size: 1px; }

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

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #aeb0b5;
  background-color: #f7f7f7;
  color: #5A5A5A; }

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

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

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

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

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #00274C; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #00274C;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-drop {
  border-color: #00274C; }

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

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

.chosen-container-active .chosen-choices {
  border: 1px solid #00274C; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }
  .chosen-container-active .chosen-choices li.search-field input[type="text"]:focus {
    border-bottom: 1px solid #00274C; }

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

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

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

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

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

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

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

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

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

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

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }
  .chosen-rtl .chosen-choices li.search-field input[type="text"]:focus {
    border-bottom: 1px solid #00274C; }

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

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

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

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

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

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }
  .chosen-rtl .chosen-search input[type="text"]:focus {
    border: 1px solid #00274C; }

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

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

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

/* @end */
/* stylelint-enable */
.field {
  margin-bottom: 0.8rem; }

.field__label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.4rem; }
  .field__label.is-inline {
    display: inline-block;
    margin-right: 0.1em; }
    .field__label.is-inline + .field__item {
      display: inline; }
    .field__label.is-inline + .field__items {
      display: inline; }
      .field__label.is-inline + .field__items .field__item {
        display: inline; }

.fieldset--checkboxes {
  margin-bottom: 1.2rem; }

.fieldset--radios {
  margin-bottom: 1.2rem; }

.fieldset {
  margin-bottom: 2.45rem;
  padding: 0;
  position: relative;
  top: 1.25rem; }

.fieldset__legend {
  box-sizing: content-box;
  display: block;
  font-size: 18px;
  left: -1px;
  position: absolute;
  text-indent: 0;
  top: -1.25rem;
  width: 100%; }
  [dir='rtl'] .fieldset__legend {
    left: auto;
    right: -1px; }

.fieldset__legend-text {
  display: block; }

.fieldset__legend-link {
  display: block; }

.fieldset__description {
  color: #5A5A5A;
  font-size: 0.9rem; }
  .fieldset__description > :last-child {
    margin-bottom: 0; }

.fieldset--default {
  background: #fff;
  border: 1px solid #d6d7d9;
  margin: 0.8rem 0 1.4rem;
  padding: 0 0.8rem; }
  .fieldset--default .fieldset__legend {
    background: #ffffff;
    border: 1px solid #d6d7d9;
    color: #222222;
    height: 2em;
    line-height: 2;
    padding: 0; }
  .fieldset--default .fieldset__legend-text {
    padding-left: 0.8rem; }
    [dir='rtl'] .fieldset--default .fieldset__legend-text {
      padding-left: 0;
      padding-right: 0.8rem; }
  .fieldset--default .fieldset__content {
    padding: 1.2rem 0 0.8rem; }
  .fieldset--default .fieldset__description {
    font-style: italic;
    margin: 0.8rem 0 0; }

.file__icon {
  display: inline-block;
  margin-right: 0.25em; }

.file__size {
  font-size: 12px; }

.form-item--checkbox {
  margin-bottom: 8px; }

.form-item--checkbox.has-visible-label-after .form-item__checkbox {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox + .form-item__label {
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 400; }
    .form-item--checkbox.has-visible-label-after .form-item__checkbox + .form-item__label::before {
      outline: 2px solid transparent;
      outline-offset: 2px;
      background: #ffffff;
      border: 1px solid #5A5A5A;
      content: '\a0';
      display: inline-block;
      height: 1rem;
      line-height: 1rem;
      margin-right: 0.6em;
      text-indent: 0.15em;
      transition-duration: 200ms;
      transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      vertical-align: middle;
      width: 1rem; }
      .form-item--checkbox.has-visible-label-after .form-item__checkbox + .form-item__label::before:focus {
        outline-color: #00274C; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox:checked + .form-item__label::before {
    background-image: url("../images/correct.svg");
    background-color: #00274C;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox:focus + .form-item__label::before {
    outline-color: #00274C; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox:disabled + .form-item__label {
    cursor: default;
    opacity: 0.35; }
    .form-item--checkbox.has-visible-label-after .form-item__checkbox:disabled + .form-item__label::before {
      cursor: not-allowed; }

.form-item--checkboxes {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem; }

.form-item--radio {
  margin-bottom: 8px; }
  .form-item--radio .form-item__radio {
    outline: 2px solid transparent;
    outline-offset: 2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #ffffff;
    border: 1px solid #5A5A5A;
    border-radius: 50%;
    box-shadow: 0 0 0 2px transparent;
    cursor: pointer;
    height: 18px;
    margin-right: 3px;
    outline: none;
    position: relative;
    top: 2px;
    transition-duration: 200ms;
    transition-property: background-color, border-color, border-radius;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 18px; }
    .form-item--radio .form-item__radio:focus {
      outline-color: #00274C; }
    .form-item--radio .form-item__radio:checked {
      background-color: #00274C;
      border: 2px solid #ffffff;
      box-shadow: 0 0 0 2px #00274C; }
    .form-item--radio .form-item__radio:disabled {
      cursor: default;
      opacity: 0.35; }
    .form-item--radio .form-item__radio + .form-item__label {
      cursor: pointer;
      display: inline;
      font-size: 20px; }
    .form-item--radio .form-item__radio:disabled + .form-item__label {
      cursor: default;
      opacity: 0.35; }

.form-item--radios {
  margin-bottom: 0;
  margin-top: 0.2rem; }

.form-item--range .form-item__range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  height: 1.5rem;
  margin: 0.2em 0;
  padding: 0; }
  .form-item--range .form-item__range::-moz-focus-outer {
    border: 0; }
  .form-item--range .form-item__range:focus {
    box-shadow: none;
    outline: 0; }
    .form-item--range .form-item__range:focus::-moz-range-thumb {
      outline-color: #00274C; }
    .form-item--range .form-item__range:focus::-ms-thumb {
      outline-color: #00274C; }
    .form-item--range .form-item__range:focus::-webkit-slider-thumb {
      outline-color: #00274C; }
  .form-item--range .form-item__range:disabled {
    cursor: default;
    opacity: 0.35; }
  .form-item--range .form-item__range::-moz-range-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: #00274C;
    border: 1px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
    height: 1.5rem;
    outline: 0;
    -moz-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 1.5rem; }
    .form-item--range .form-item__range::-moz-range-thumb:focus {
      outline-color: #00274C; }
  .form-item--range .form-item__range::-moz-range-track {
    background: #00274C;
    border: 1px solid #5A5A5A;
    cursor: pointer;
    display: block;
    height: 0.1rem;
    margin: 0;
    outline: 0;
    width: 100%; }
  .form-item--range .form-item__range::-ms-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: #00274C;
    border: 1px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
    height: 1.5rem;
    outline: 0;
    -ms-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 1.5rem;
    margin-top: 0 !important; }
    .form-item--range .form-item__range::-ms-thumb:focus {
      outline-color: #00274C; }
  .form-item--range .form-item__range::-ms-track {
    background: #00274C;
    border: 1px solid #5A5A5A;
    cursor: pointer;
    display: block;
    height: 0.1rem;
    margin: 0;
    outline: 0;
    width: 100%;
    background: transparent;
    border: 0;
    color: transparent; }
  .form-item--range .form-item__range::-ms-fill-lower, .form-item--range .form-item__range::-ms-fill-upper {
    background: #aeb0b5;
    border: 1px solid #5A5A5A; }
  .form-item--range .form-item__range::-webkit-slider-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: #00274C;
    border: 1px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
    height: 1.5rem;
    outline: 0;
    -webkit-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 1.5rem;
    -webkit-appearance: none;
    margin-top: -0.75rem; }
    .form-item--range .form-item__range::-webkit-slider-thumb:focus {
      outline-color: #00274C; }
  .form-item--range .form-item__range::-webkit-slider-runnable-track {
    background: #00274C;
    border: 1px solid #5A5A5A;
    cursor: pointer;
    display: block;
    height: 0.1rem;
    margin: 0;
    outline: 0;
    width: 100%; }

.form-item--range.is-full-width > .form-item__range {
  width: 100%; }

.form-item--select .form-item__select {
  background-image: url("../images/select-arrows.svg");
  border: 1px solid #aeb0b5;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 2rem;
  width: 100%;
  height: 48px; }
  .form-item--select .form-item__select:hover {
    border-color: #222222; }
  .form-item--select .form-item__select:focus {
    border-color: #1663F2;
    outline: none; }
  [dir='rtl'] .form-item--select .form-item__select {
    background-position: left 0.5rem center;
    padding-left: 2rem;
    padding-right: 0; }
  .form-item--select .form-item__select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .form-item--select .form-item__select::-ms-expand {
    display: none; }

.progress {
  position: relative; }

.progress__track {
  background-color: #f7f7f7;
  border: 1px solid #d6d7d9;
  border-radius: 0.15rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 1rem;
  margin: 0.2rem 0;
  max-width: 100%;
  min-width: 6em;
  overflow: hidden; }

.progress__bar {
  background-color: #00274C;
  border-radius: 0.15rem;
  height: 1rem;
  transition-duration: 0.5s;
  transition-property: width;
  transition-timing-function: ease-out;
  width: 3%; }

.progress__description,
.progress__percentage {
  color: #222222;
  font-size: 0.6rem;
  overflow: hidden; }

.progress__description {
  float: left; }
  [dir='rtl'] .progress__description {
    float: right; }

.progress__percentage {
  float: right; }
  [dir='rtl'] .progress__percentage {
    float: left; }

.room-request-form {
  padding: 2em;
  margin-top: 2em;
  background-color: #f7f7f7; }
  .room-request-form .fieldset,
  .room-request-form .fieldset--default {
    margin: 0 0 2rem;
    padding: 0;
    border: 0; }
  .room-request-form .fieldset--default .fieldset__legend,
  .room-request-form .fieldset__legend {
    border: 0;
    border-bottom: 1px solid #5A5A5A;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    background-color: #f7f7f7; }
  .room-request-form .fieldset--default .fieldset__legend-text,
  .room-request-form .fieldset__legend-text {
    font-size: 1.2rem;
    padding: 0;
    font-weight: 600; }
  .room-request-form .fieldset--default .fieldset__content,
  .room-request-form .fieldset__content {
    padding-top: 4rem;
    background-color: #f7f7f7; }
  @media (min-width: 75em) {
    .room-request-form .form-item__tel,
    .room-request-form .form-item__number {
      width: 40%; }
    .room-request-form .form-item__text,
    .room-request-form .form-item__email {
      width: 80%; }
    .room-request-form .form-item__time,
    .room-request-form .form-item__date,
    .room-request-form .form-item__select {
      width: auto; } }

.auto-content-3up {
  margin: 3rem 0;
  padding: 1.5em; }

.auto-content-3up__header {
  margin-bottom: 1rem; }
  @media (min-width: 30em) {
    .auto-content-3up__header {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; } }

.auto-content-3up__title {
  font-size: 1.3rem;
  margin: 0; }

.auto-content-3up--simple {
  background-color: #f7f7f7; }
  .auto-content-3up--simple .card {
    opacity: 0;
    -webkit-animation: SlideUp 0.4s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards;
            animation: SlideUp 0.4s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards; }
    .auto-content-3up--simple .card:nth-of-type(2) {
      -webkit-animation: SlideUp 0.4s 0.55s cubic-bezier(0.5, 0, 0.2, 1) forwards;
              animation: SlideUp 0.4s 0.55s cubic-bezier(0.5, 0, 0.2, 1) forwards; }
    .auto-content-3up--simple .card:nth-of-type(3) {
      -webkit-animation: SlideUp 0.4s 0.6s cubic-bezier(0.5, 0, 0.2, 1) forwards;
              animation: SlideUp 0.4s 0.6s cubic-bezier(0.5, 0, 0.2, 1) forwards; }
  .auto-content-3up--simple .card__header {
    margin: 0; }
  .auto-content-3up--simple .auto-content-3up__title {
    font-size: 1rem; }
  .auto-content-3up--simple .card__title {
    font-size: 1rem; }

/* stylelint-disable */
:not(.l-constrain--large) + .full-components > .l-content > .block > .block__content > .auto-content-3up--simple:first-child {
  margin: -4rem 0 3rem; }

/* stylelint-enable */
.banner-story {
  margin: 4em 0; }
  .banner-story .l-constrain {
    width: 100%; }
  @media (min-width: 0) and (max-width: 64em) {
    .banner-story {
      margin: 4em 0 15rem; }
      .banner-story .l-constrain {
        position: relative;
        top: 6rem;
        margin-bottom: -6rem;
        margin-top: 4rem; } }
  @media (min-width: 64em) {
    .banner-story {
      margin-bottom: 9rem; } }

.banner-story__image {
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center; }
  @media (min-width: 64em) {
    .banner-story__image {
      min-height: 70vh;
      align-items: flex-end; } }

.banner-story__content {
  background-color: #FFCB05;
  padding: 2rem;
  z-index: 1;
  width: 100%;
  margin-bottom: 5em;
  position: relative; }
  @media (min-width: 64em) {
    .banner-story__content {
      bottom: -6rem;
      width: 70%;
      margin-top: 0;
      margin-bottom: 0; } }

.banner-story__label {
  color: #222222;
  font-size: .7em;
  line-height: 1.45;
  letter-spacing: 2px;
  padding: .3em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  display: inline-flex;
  position: relative; }
  .banner-story__label::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 5rem;
    background-color: #131516;
    left: -5.25rem;
    top: .5rem; }

.banner-story__title {
  max-width: 45em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -.7px;
  margin-bottom: .5em; }
  @media (min-width: 64em) {
    .banner-story__title {
      font-size: 42px; } }
  .banner-story__title a,
  .banner-story__title a:link,
  .banner-story__title a:visited {
    color: #222222;
    background-image: linear-gradient(transparent 95%, #222222 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
    cursor: pointer;
    outline: none; }
  .banner-story__title a:active,
  .banner-story__title a:hover,
  .banner-story__title a:focus {
    background-size: 100% 100%;
    text-decoration: none;
    color: #222222;
    outline: none; }

.banner-story__desc {
  color: #222222; }
  .banner-story__desc .link--animated,
  .banner-story__desc .link--animated:hover,
  .banner-story__desc .link--animated:visited,
  .banner-story__desc .link--animated:focus {
    font-weight: 700;
    color: #222222; }
  .banner-story__desc .banner-story__cta {
    margin-top: .75em; }

.contact-row {
  position: relative;
  margin: 10em 0 6em; }
  .contact-row .vertical-label-container {
    right: 0;
    left: auto;
    top: 5rem; }
  .contact-row .vertical-label::before {
    background-color: #222222;
    left: 115%;
    right: -17em; }
  .contact-row .vertical-label {
    transform: rotate(-90deg); }

.contact-row__group {
  background-color: #F7F8F9;
  padding: 3.5em;
  position: relative; }

.contact-row__title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.5em; }

@media (min-width: 87.5em) {
  .contact-row__wrap {
    display: flex;
    justify-content: space-between; }
  .contact-row__title-wrap {
    flex: 1 0 20%; }
  .contact-row__contacts {
    flex: 1 0 70%;
    padding-right: 3em; } }

.featured-content-3up {
  margin: 3rem 0 4rem; }
  .featured-content + .featured-content-3up {
    margin-top: 2rem;
    margin-bottom: 4rem; }

.view--all {
  display: inline-block;
  margin: 2rem auto; }
  @media (min-width: 55em) {
    .view--all {
      float: right; } }

.card-group {
  clear: right; }
  @media (min-width: 55em) {
    .card-group .card {
      margin-top: 3.5em; }
      .card-group .card:nth-of-type(2) {
        margin-top: 7em; }
      .card-group .card:nth-of-type(3) {
        margin-top: 0; } }

.featured-content {
  margin-top: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative; }
  .featured-content .vertical-label-container {
    right: 1em; }
    @media (min-width: 55em) {
      .featured-content .vertical-label-container {
        left: 50%;
        right: auto;
        top: -3em; } }
    @media (min-width: 75em) {
      .featured-content .vertical-label-container {
        left: 40%; } }

.featured-content__bracket-image {
  position: relative; }

.featured-content__bracket-image:hover::before {
  transform: scaleY(4) translateX(-50%) translateY(-12.5%);
  transition: 300ms cubic-bezier(0.64, 0.62, 0, 1.28); }

.featured-content__bracket-image:hover::after {
  transform: scaleX(4) translatey(-50%) translateX(-12.5%);
  transition: 300ms cubic-bezier(0.64, 0.62, 0, 1.28); }

.featured-content__bracket-image::before,
.featured-content__bracket-image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2em;
  height: 2.2em;
  background-color: #FFCB05;
  transition: 175ms ease-out;
  transform-origin: top left; }

.featured-content__wrapper {
  position: relative;
  flex-direction: column-reverse; }
  @media (min-width: 55em) {
    .featured-content__wrapper {
      flex-direction: row; } }

.featured-content__title {
  font-size: 1.9rem; }
  .featured-content__title a,
  .featured-content__title a:link,
  .featured-content__title a:visited {
    background-image: linear-gradient(transparent 95%, #1663F2 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
    color: #131516;
    outline: none; }
  .featured-content__title a:active,
  .featured-content__title a:hover,
  .featured-content__title a:focus {
    color: #1663F2;
    background-size: 100% 100%;
    text-decoration: none;
    outline: none; }

.featured-content__desc {
  font-size: 1.2rem;
  margin-top: 2em;
  margin-bottom: 1.5em; }

.featured-content__meta {
  font-size: 15px;
  text-transform: uppercase;
  color: #5A5A5A;
  letter-spacing: 2px;
  margin: .5em 0; }
  .featured-content__meta span {
    display: inline-block;
    margin: 0 .75rem; }

.featured-content__image {
  margin-bottom: 1.25rem; }
  .featured-content--video .featured-content__image {
    /* stylelint-disable */
    /* stylelint-enable */ }
    .featured-content--video .featured-content__image a {
      display: block;
      position: relative; }
    .featured-content--video .featured-content__image svg {
      height: 3em;
      width: 3em;
      position: absolute;
      top: calc(50% - 1.5em);
      left: calc(50% - 1.5em);
      stroke: #ffffff;
      fill: rgba(0, 39, 76, 0.4);
      transition: all .25s ease; }
    .featured-content--video .featured-content__image a:active svg,
    .featured-content--video .featured-content__image a:hover svg,
    .featured-content--video .featured-content__image a:focus svg {
      transform: scale(1.25);
      transition: all .25s ease; }
  @media (min-width: 55em) {
    .featured-content__image {
      margin-bottom: 0; } }
  .featured-content__image img {
    width: 100%; }

.featured-person {
  margin: 4rem 0 3rem; }
  @media (min-width: 55em) {
    .featured-person .l-constrain {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; } }
  .featured-person .link--arrow {
    margin-top: 2rem;
    display: inline-block;
    font-weight: 700; }
  .featured-person .link--arrow:hover polyline,
  .featured-person .link--arrow:focus polyline {
    transform: translateX(30px); }
  .featured-person .link--arrow:hover line,
  .featured-person .link--arrow:focus line {
    transform: scaleX(1.8); }

.featured-person__image {
  position: relative;
  z-index: 2;
  text-align: center; }
  .featured-person__image img {
    max-width: 70%; }
  @media (min-width: 30em) {
    .featured-person__image img {
      max-width: 80%; } }
  @media (min-width: 55em) {
    .featured-person__image {
      flex: 1 0 20%;
      margin-right: -3em; }
      .featured-person__image img {
        max-width: 100%; } }

.featured-person__content {
  position: relative;
  background-color: #FFCB05;
  z-index: 1;
  width: 100%;
  padding: 3rem 1rem; }
  .featured-person__image + .featured-person__content {
    padding: 6rem 1rem 3rem;
    margin-top: -5rem; }
  @media (min-width: 30em) {
    .featured-person__content {
      padding: 3rem; }
      .featured-person__image + .featured-person__content {
        padding: 6rem 3rem 3rem; } }
  @media (min-width: 55em) {
    .featured-person__content {
      padding: 3rem; }
      .featured-person__image + .featured-person__content {
        padding: 3rem 3rem 3rem 6rem;
        margin-top: 0; }
      .featured-person__content .vertical-label-container {
        left: auto;
        right: 1.5rem;
        top: 2rem; }
      .featured-person__content .vertical-label {
        right: 0;
        left: auto; }
        .featured-person__content .vertical-label::before {
          background-color: #222222;
          left: 115%;
          right: -10em; } }
  @media (min-width: 64em) {
    .featured-person__content {
      padding: 5rem 3rem; }
      .featured-person__image + .featured-person__content {
        padding: 5rem 3rem 5rem 6rem; } }

.featured-person__name {
  font-size: 2.1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .5rem; }
  .featured-person__name a:link,
  .featured-person__name a:visited {
    color: #131516;
    background-image: linear-gradient(transparent 95%, #00274C 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
    outline: none; }
  .featured-person__name a:active,
  .featured-person__name a:focus,
  .featured-person__name a:hover {
    color: #00274C;
    background-size: 100% 100%;
    text-decoration: none;
    outline: none; }

.featured-person__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.featured-quote {
  margin: 3rem 0;
  padding: 4rem 0;
  background-color: #00274C; }
  @media (min-width: 64em) {
    .featured-quote .l-constrain {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; } }

.featured-quote__quote {
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: 1.6rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2rem;
  font-weight: 300; }
  .featured-quote__quote::before {
    color: #FFCB05; }
  @media (min-width: 64em) {
    .featured-quote__quote {
      flex: 1 0 65%;
      margin-bottom: 0;
      padding-right: 3rem;
      border-right: 1px solid #ffffff;
      border-bottom: 0;
      padding-bottom: 0; } }

.featured-quote__attribution {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; }
  .featured-quote__attribution img {
    margin-right: 1rem;
    flex: 1 0 50%;
    max-width: 50%; }
  @media (min-width: 30em) {
    .featured-quote__attribution img {
      flex: 0 1 auto;
      max-width: 100%; } }
  @media (min-width: 64em) {
    .featured-quote__attribution {
      flex: 1 0 28%;
      padding-left: 3rem;
      flex-direction: column; }
      .featured-quote__attribution img {
        margin-right: 0;
        margin-bottom: 1.5rem; } }

.featured-quote__content {
  flex: 1 0 50%;
  max-width: 50%; }
  @media (min-width: 30em) {
    .featured-quote__content {
      flex: 0 1 auto;
      max-width: 100%; } }
  .featured-quote__content .link--arrow {
    font-size: 0.75rem; }
    .featured-quote__content .link--arrow:link, .featured-quote__content .link--arrow:visited {
      color: #ffffff; }
      .featured-quote__content .link--arrow:link svg, .featured-quote__content .link--arrow:visited svg {
        stroke: #ffffff; }
    .featured-quote__content .link--arrow:active, .featured-quote__content .link--arrow:hover, .featured-quote__content .link--arrow:focus {
      color: #FFCB05; }
      .featured-quote__content .link--arrow:active svg, .featured-quote__content .link--arrow:hover svg, .featured-quote__content .link--arrow:focus svg {
        stroke: #FFCB05; }
      .featured-quote__content .link--arrow:active polyline, .featured-quote__content .link--arrow:hover polyline, .featured-quote__content .link--arrow:focus polyline {
        transform: translateX(30px); }
      .featured-quote__content .link--arrow:active line, .featured-quote__content .link--arrow:hover line, .featured-quote__content .link--arrow:focus line {
        transform: scaleX(1.8); }

.featured-quote__name {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: .25rem; }

.featured-quote__title {
  font-size: 0.75rem;
  color: #ffffff; }

.video-banner {
  background-color: #131516;
  margin: 1rem 0 3rem; }

.video-banner__container {
  max-width: 1800px;
  margin: 0 auto; }
  .video-banner__container .field {
    margin-bottom: 0; }
  .video-banner__container .video {
    margin: 0; }

.video-banner__links {
  font-size: 0.75rem;
  margin-top: -2rem;
  color: #5A5A5A;
  margin-bottom: 8rem;
  display: flex;
  align-items: center; }
  .video-banner__links svg {
    margin-top: -.2rem;
    margin-right: .5rem; }

.image-banner {
  padding: 4em 0; }
  @media (min-width: 55em) {
    .image-banner {
      margin-top: 4em;
      padding: 6em 0; } }
  .image-banner .l-constrain {
    position: relative; }
  .image-banner .image-banner__content {
    padding: 0;
    align-items: center;
    background-color: #FFCB05; }
    @media (min-width: 55em) {
      .image-banner .image-banner__content {
        padding: 2.5em 0;
        position: relative;
        background-color: transparent; }
        .image-banner .image-banner__content::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          right: 40%;
          bottom: 0;
          background-color: #FFCB05;
          z-index: -1; } }
  .image-banner .image-banner__image {
    order: -1;
    padding-left: 0;
    margin-bottom: 0; }
    .image-banner .image-banner__image img {
      width: 100%; }
    @media (min-width: 55em) {
      .image-banner .image-banner__image {
        order: 1; } }
  .image-banner .vertical-label-container {
    left: 3.5em;
    top: 15%; }
    .image-banner .vertical-label-container .vertical-label {
      transform: rotate(-90deg);
      color: #222222; }
    .image-banner .vertical-label-container .vertical-label::before {
      background-color: #222222;
      left: 115%;
      right: -17em; }
  .image-banner .image-banner__wrap {
    padding: 2em; }
    @media (min-width: 55em) {
      .image-banner .image-banner__wrap {
        padding: 0 1em 0 6em; } }
  .image-banner .image-banner__title {
    margin-bottom: .75em;
    font-weight: 800; }
    .image-banner .image-banner__title a,
    .image-banner .image-banner__title a:link,
    .image-banner .image-banner__title a:visited {
      color: #222222;
      background-image: linear-gradient(transparent 95%, #222222 0%);
      background-size: 0 100%;
      background-repeat: no-repeat;
      transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
      cursor: pointer;
      outline: none; }
    .image-banner .image-banner__title a:active,
    .image-banner .image-banner__title a:hover,
    .image-banner .image-banner__title a:focus {
      background-size: 100% 100%;
      text-decoration: none;
      color: #222222;
      outline: none; }
    @media (min-width: 87.5em) {
      .image-banner .image-banner__title {
        font-size: 2.1rem; } }
  .image-banner .image-banner__description {
    margin-bottom: 1.5em; }

.impact-highlight-row {
  margin: 3rem 0; }
  @media (min-width: 55em) {
    .impact-highlight-row {
      margin-bottom: 4em; } }
  @media (min-width: 55em) and (max-width: 74.9375em) {
    .impact-highlight-row .vertical-label::before {
      right: 107%; }
    .impact-highlight-row .vertical-label-container {
      top: 95%; } }
  @media (min-width: 75em) and (max-width: 87.4375em) {
    .impact-highlight-row .vertical-label::before {
      right: 107%; }
    .impact-highlight-row .vertical-label-container {
      top: 70%;
      left: 42%; } }
  @media (min-width: 87.5em) {
    .impact-highlight-row .vertical-label::before {
      right: 107%; }
    .impact-highlight-row .vertical-label-container {
      top: 1.5em; } }

.impact-highlight-row__header {
  background: #00274C;
  padding: 4rem 0 11rem;
  margin-bottom: -11rem; }
  @media (min-width: 75em) {
    .impact-highlight-row__header {
      padding: 4rem 0 8rem;
      margin-bottom: -8rem; } }

.impact-highlight-title-wrap {
  display: flex;
  margin-bottom: 3em;
  position: relative; }

.impact-highlight__title {
  font-size: 2.1rem;
  margin-bottom: .75em;
  color: #ffffff; }

.impact-highlight__description {
  color: #ffffff;
  margin-bottom: .75em; }

.impact-highlight__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .impact-highlight__group .card--impact {
    margin-bottom: 70px; }
    @media (min-width: 30em) and (max-width: 55em) {
      .impact-highlight__group .card--impact:nth-child(1) {
        flex-direction: column; }
        .impact-highlight__group .card--impact:nth-child(1) .card__body {
          width: 100%;
          flex: none; }
        .impact-highlight__group .card--impact:nth-child(1) .card__media {
          width: 100%;
          flex: none; } }
    @media (min-width: 55em) {
      .impact-highlight__group .card--impact:nth-child(1), .impact-highlight__group .card--impact:nth-child(5) {
        width: 40%;
        padding-right: 35px; }
      .impact-highlight__group .card--impact:nth-child(4) {
        width: 40%;
        padding-left: 35px; }
      .impact-highlight__group .card--impact:nth-child(2), .impact-highlight__group .card--impact:nth-child(6) {
        width: 60%;
        padding-left: 35px; }
      .impact-highlight__group .card--impact:nth-child(3) {
        width: 60%;
        padding-right: 35px; } }
    @media (min-width: 75em) {
      .impact-highlight__group .card--impact:nth-child(1), .impact-highlight__group .card--impact:nth-child(3), .impact-highlight__group .card--impact:nth-child(5) {
        padding-right: 70px; }
      .impact-highlight__group .card--impact:nth-child(2), .impact-highlight__group .card--impact:nth-child(4), .impact-highlight__group .card--impact:nth-child(6) {
        padding-left: 70px; } }
  @media (min-width: 55em) {
    .impact-highlight-row__header + .l-constrain .impact-highlight__group .card--impact:nth-child(2) {
      margin-top: -3rem; } }
  @media (min-width: 75em) {
    .impact-highlight-row__header + .l-constrain .impact-highlight__group .card--impact:nth-child(2) {
      margin-top: 0; }
      .impact-highlight-row__header + .l-constrain .impact-highlight__group .card--impact:nth-child(2) .card__media {
        margin-top: -23%; } }

.policy-topics-list {
  padding: 3em 0; }
  @media (min-width: 55em) {
    .policy-topics-list .l-constrain {
      display: flex;
      align-items: center; } }

.policy-topics-list__header {
  margin-bottom: 2em; }
  @media (min-width: 55em) {
    .policy-topics-list__header {
      flex: 0 1 30%;
      min-width: 30%;
      padding-right: 70px;
      margin-bottom: .75em;
      align-self: flex-start; } }
  .policy-topics-list__header h2 {
    font-size: 26px;
    line-height: 1.6; }
  .policy-topics-list__header .link--animated {
    font-weight: 600;
    font-size: 18px; }

.policy-topics-list__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%; }
  .policy-topics-list__list .button {
    margin-left: 0;
    margin-bottom: .75em; }
  @media (min-width: 30em) {
    .policy-topics-list__list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .policy-topics-list__list .button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 1 48%;
        max-width: 48%; } }
  @media (min-width: 64em) {
    .policy-topics-list__list {
      justify-content: flex-start; }
      .policy-topics-list__list .button {
        flex: 0 1 31%;
        max-width: 31%;
        margin-right: 2%; } }

.profile-link-list {
  padding: 3em 0 5em; }
  .profile-link-list .l-offset-section-header {
    position: relative; }

.profile-link-list__title {
  margin-top: 0;
  transition: 0.25s transform cubic-bezier(0.5, 0, 0.2, 1); }

@media (min-width: 81.25em) {
  .profile-link-list__profile {
    margin-top: -6rem; } }

.profile-link-list__image-link {
  display: block; }
  .profile-link-list__image-link img {
    width: 100%; }

.profile-link-list__featured-text {
  position: relative;
  padding: 2.5rem 3.5rem;
  background-color: #FFCB05;
  font-size: 1.3rem;
  font-weight: 300;
  font-style: italic;
  margin-left: -1rem; }
  .profile-link-list__featured-text .profile-link-list__image-quote {
    font-size: 200px;
    font-weight: 800;
    display: inline-block;
    position: absolute;
    top: -0.35em;
    right: 2rem;
    line-height: 1; }
  @media (min-width: 55em) {
    .profile-link-list__featured-text {
      margin-left: -3.5rem;
      font-size: 36px; } }

.profile-link-list__name {
  font-size: 20px;
  position: relative;
  padding-left: 2em;
  margin-top: 1em; }
  .profile-link-list__name::before {
    content: '';
    width: 1.5em;
    border-top: 1px solid #222222;
    display: inline-flex;
    margin-right: 1em;
    position: absolute;
    top: 50%;
    left: 0; }

.profile-link-list__text {
  margin-top: 2rem; }
  .profile-link-list__text h3 {
    font-size: 24px; }
  .profile-link-list__text .link--animated {
    display: inline-block;
    margin-top: 1em; }
  .profile-link-list__text .profile-link-list__name {
    padding-left: 0; }
    .profile-link-list__text .profile-link-list__name::before {
      display: none;
      visibility: hidden; }

.related-3up {
  margin: 10em 0; }

.related-3up__header {
  margin-bottom: 2rem; }
  @media (min-width: 30em) {
    .related-3up__header {
      display: flex;
      flex-wrap: nowrap;
      align-items: middle; }
      .related-3up__header .button {
        margin-left: auto; } }

.related-3up__title {
  font-size: 1.6rem;
  margin-top: 0; }
  @media (min-width: 30em) {
    .related-3up__title {
      margin-bottom: 0; } }

.simple-card-group {
  padding: 5em 0; }
  .simple-card-group .simple-card {
    margin-bottom: 1.5rem; }
  @media (min-width: 40em) {
    .simple-card-group .l-simple-cards {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; } }
  @media (min-width: 40em) and (max-width: 54.9375em) {
    .simple-card-group .simple-card {
      flex: 0 1 47%;
      max-width: 47%; }
      .simple-card-group .simple-card:nth-of-type(2n+1) {
        margin-right: 3%; }
      .simple-card-group .simple-card:nth-of-type(2n+2) {
        margin-left: 3%; }
      .simple-card-group .simple-card:nth-child(1):nth-last-child(1) {
        flex: 0 1 100%;
        margin: 0; } }
  @media (min-width: 55em) {
    .simple-card-group .simple-card {
      flex: 0 1 30%;
      max-width: 30%; }
      .simple-card-group .simple-card:nth-of-type(3n+1) {
        margin-right: 3%; }
      .simple-card-group .simple-card:nth-of-type(3n+2) {
        margin-right: 1.5%;
        margin-left: 1.5%; }
      .simple-card-group .simple-card:nth-of-type(3n+3) {
        margin-left: 3%; }
      .simple-card-group .simple-card:nth-child(1):nth-last-child(1) {
        flex: 0 1 100%;
        margin: 0; }
      .simple-card-group .simple-card:nth-child(1):nth-last-child(2), .simple-card-group .simple-card:nth-child(2):nth-last-child(1) {
        flex: 0 1 47%;
        max-width: 47%; }
      .simple-card-group .simple-card:nth-child(2):nth-last-child(1) {
        margin-right: 0;
        margin-left: 3%; } }

.simple-card-group__desc {
  max-width: 40em;
  margin-bottom: 3em; }

.statistics-row {
  padding: 4em 0; }

@media (min-width: 55em) {
  .statistics-row__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .statistics-row__group .statistic {
      width: 31%;
      flex: 0 1 31%; }
      .statistics-row__group .statistic:nth-child(1):nth-last-child(2), .statistics-row__group .statistic:nth-child(2):nth-last-child(1), .statistics-row__group .statistic:nth-child(1):nth-last-child(4), .statistics-row__group .statistic:nth-child(2):nth-last-child(3), .statistics-row__group .statistic:nth-child(3):nth-last-child(2), .statistics-row__group .statistic:nth-child(4):nth-last-child(1) {
        width: 48%;
        flex: 0 1 48%; } }

.tabbed-video {
  margin: 6rem 0; }
  .tabbed-video .button--tertiary {
    margin-top: 1rem; }
  @media (min-width: 55em) {
    .tabbed-video .l-offset-section-header {
      position: relative; }
    .tabbed-video .button--tertiary {
      position: absolute;
      bottom: 0;
      right: 0; } }

.video-group {
  position: relative;
  padding: 2em 0; }

.video-group__wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .video-group__wrapper {
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between; } }

@media (min-width: 40em) {
  .video-group .js-tab-panel {
    flex: 0 1 50%;
    max-width: 50%; } }

@media (min-width: 55em) {
  .video-group .js-tab-panel {
    flex: 0 1 60%;
    flex-shrink: 0;
    max-width: 60%; } }

.video-group .js-tab-panel .inline-video {
  margin: 0; }

.video-group__tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  order: 1;
  list-style: none;
  padding: 7rem 0 1rem;
  margin: 0; }
  @media (min-width: 40em) {
    .video-group__tabs {
      flex-direction: column;
      border-left: 4px solid #f1f1f1;
      padding: 0 0 0 2.5rem;
      flex: 0 1 45%;
      order: unset;
      margin-top: 0;
      max-width: 45%; } }
  @media (min-width: 55em) {
    .video-group__tabs {
      flex: 0 1 36%;
      flex-shrink: 0;
      max-width: 36%; } }

.video-group__tabs-item {
  font-size: 0.9rem;
  display: block;
  padding: 0 0.5rem; }
  @media (min-width: 40em) {
    .video-group__tabs-item {
      position: relative;
      border-bottom: 1px solid #f7f7f7;
      margin: 0;
      padding: 0;
      max-width: 100%; }
      .video-group__tabs-item:last-of-type {
        border-bottom: 0; } }

.video-group__tabs-link {
  display: block;
  border: 2px solid #222222;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0; }
  .video-group__tabs-link:link, .video-group__tabs-link:visited {
    color: #131516; }
  .video-group__tabs-link:active, .video-group__tabs-link:hover {
    text-decoration: none; }
  .video-group__tabs-link:focus {
    outline: none; }
  .video-group__tabs-link.current {
    background-color: #00274C; }
  @media (min-width: 40em) {
    .video-group__tabs-link {
      background-color: transparent;
      position: relative;
      border-radius: 0;
      border: 0;
      width: auto;
      height: auto;
      padding: 1rem 0; }
      .video-group__tabs-link::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(-2.5rem - 4px);
        content: "";
        border-left: 4px solid transparent;
        transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
      .video-group__tabs-link:hover .video-group__tabs-text,
      .video-group__tabs-link:focus .video-group__tabs-text {
        transform: translateX(-0.75em);
        text-decoration: none; }
      .video-group__tabs-link:hover::before, .video-group__tabs-link:focus::before {
        box-shadow: -4px 0 0 0 #f1f1f1; }
      .video-group__tabs-link:active, .video-group__tabs-link:hover, .video-group__tabs-link:focus {
        color: #1663F2;
        text-decoration: none; }
      .video-group__tabs-link.current {
        background-color: transparent;
        font-weight: 800; }
        .video-group__tabs-link.current::before, .video-group__tabs-link.current:hover::before {
          border-color: #FFCB05;
          box-shadow: -4px 0 0 0 #FFCB05; }
        .video-group__tabs-link.current .video-group__tabs-text {
          transform: translateX(-0.75em); } }

.current .video-group__tabs-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-weight: 600; }

.video-group__tabs-text span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.6rem;
  margin-top: .5rem;
  font-weight: 400; }
  .video-group__tabs-text span svg {
    height: .75rem;
    width: .75rem;
    margin-right: .25rem; }

@media (min-width: 40em) {
  .video-group__tabs-text {
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
    position: relative !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto; } }

.text-and-image-teaser {
  padding: 4em 0; }
  .text-and-image-teaser .card-group {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
  .text-and-image-teaser .card-impact__title {
    font-size: 1.3rem; }
  .text-and-image-teaser .card-group .card {
    margin: 0 0 3rem;
    flex: 1 0 100%; }
    @media (min-width: 55em) {
      .text-and-image-teaser .card-group .card {
        flex: 0 1 48%; } }
    @media (min-width: 75em) {
      .text-and-image-teaser .card-group .card {
        flex: 1 0 31%; } }
  @media (min-width: 55em) {
    .text-and-image-teaser .card + .card {
      margin-left: 2%; }
      .text-and-image-teaser .card + .card:nth-of-type(3) {
        margin-left: 0; } }
  @media (min-width: 75em) {
    .text-and-image-teaser .card + .card {
      margin-left: 2%; }
      .text-and-image-teaser .card + .card:nth-of-type(3) {
        margin-left: 2%; } }

.list--border {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .list--border li {
    padding-left: 0; }
  .list--border > li {
    border-bottom: 1px solid #d6d7d9;
    padding: 0.25rem; }

.list--clean {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list--clean li {
    padding-left: 0; }
    .list--clean li::before {
      display: none; }

.list--column {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .list--column li {
    padding-left: 0; }
  .list--column > li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    display: table;
    margin-bottom: 0;
    padding-bottom: 0.25em; }
  @media (min-width: 31.25em) {
    .list--column {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 2em;
           column-gap: 2em; } }

.list--inline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .list--inline li {
    padding-left: 0; }
  .list--inline > li {
    display: inline; }

.list--pipeline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .list--pipeline::after {
    clear: both;
    content: "";
    display: table; }
  .list--pipeline > li {
    border-right: 1px solid #d6d7d9;
    display: block;
    float: left;
    margin-right: 0.75em;
    padding-left: 0;
    padding-right: 0.75em; }
    [dir='rtl'] .list--pipeline > li {
      border-left: 1px solid #d6d7d9;
      border-right: 0;
      float: right;
      margin-left: 0.75em;
      margin-right: 0;
      padding-left: 0.75em;
      padding-right: 0; }
    .list--pipeline > li.is-active {
      font-weight: 700; }
    .list--pipeline > li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
      [dir='rtl'] .list--pipeline > li:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .menu li {
    padding-left: 0; }
    .menu li::before {
      display: none; }
  @media print {
    .menu {
      display: none; } }

.menu__item {
  margin-bottom: 0; }

.menu--account {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .menu--account::after {
    clear: both;
    content: "";
    display: table; }
  .menu--account > li {
    border-right: 1px solid #d6d7d9;
    display: block;
    float: left;
    margin-right: 0.75em;
    padding-left: 0;
    padding-right: 0.75em; }
    [dir='rtl'] .menu--account > li {
      border-left: 1px solid #d6d7d9;
      border-right: 0;
      float: right;
      margin-left: 0.75em;
      margin-right: 0;
      padding-left: 0.75em;
      padding-right: 0; }
    .menu--account > li.is-active {
      font-weight: 700; }
    .menu--account > li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
      [dir='rtl'] .menu--account > li:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
  .menu--account .menu__link {
    font-size: 0.6rem; }

.menu--footer-util {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin: 1rem 0;
  text-align: center;
  font-size: 0.6rem; }
  .menu--footer-util li {
    padding-left: 0; }
  .menu--footer-util > li {
    display: inline; }
  @media (min-width: 55em) {
    .menu--footer-util {
      text-align: left; } }

.footer-util-nav__item:not(:last-child)::after {
  content: '|';
  display: inline-block;
  margin: 0 .5rem;
  color: #ffffff; }

.footer-util-nav__link:link, .footer-util-nav__link:visited {
  color: #ffffff; }

.footer-util-nav__link:active, .footer-util-nav__link:hover, .footer-util-nav__link:focus {
  color: #FFCB05;
  text-decoration: underline; }

.menu--footer {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .menu--footer li {
    padding-left: 0; }
    .menu--footer li::before {
      display: none; }
  .menu--footer .menu__link {
    font-size: 0.75rem;
    display: inline-block;
    margin: .25rem 0;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
    background-image: linear-gradient(transparent 95%, #FFCB05 0%); }
    .menu--footer .menu__link:link, .menu--footer .menu__link:visited {
      color: #ffffff; }
    .menu--footer .menu__link:active, .menu--footer .menu__link:hover, .menu--footer .menu__link:focus {
      color: #FFCB05;
      text-decoration: none; }
  .menu--footer .menu__subnav--1 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 1rem; }
    @media (min-width: 30em) {
      .menu--footer .menu__subnav--1 {
        -moz-column-count: 1;
             column-count: 1; } }
  @media (min-width: 30em) {
    .menu--footer {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap; } }

.footer-nav__item:last-child {
  margin-bottom: 2rem; }

.footer-nav__item .menu__link {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: .5rem; }

.footer-nav__item .menu .menu__link {
  font-weight: 400;
  margin-bottom: 0; }

@media (min-width: 30em) {
  .footer-nav__item {
    flex: 0 1 48%;
    text-align: center; } }

@media (min-width: 55em) {
  .footer-nav__item {
    text-align: left; } }

@media (min-width: 75em) {
  .footer-nav__item {
    flex: 0 1 23%; } }

@-webkit-keyframes openNav {
  0% {
    visibility: hidden;
    display: none; }
  1% {
    visibility: visible;
    display: block; }
  100% { } }

@keyframes openNav {
  0% {
    visibility: hidden;
    display: none; }
  1% {
    visibility: visible;
    display: block; }
  100% { } }

@-webkit-keyframes closeNav {
  0% { }
  99% {
    visibility: visible;
    display: block; }
  100% {
    visibility: hidden;
    display: none; } }

@keyframes closeNav {
  0% { }
  99% {
    visibility: visible;
    display: block; }
  100% {
    visibility: hidden;
    display: none; } }

.primary-nav {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .primary-nav li {
    padding-left: 0; }
  .primary-nav > li {
    display: inline; }
  @media (min-width: 55em) {
    .primary-nav {
      display: flex;
      flex-wrap: nowrap; } }

@media (min-width: 0) and (max-width: 54.9375em) {
  .primary-nav__item.has-subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .primary-nav__item.is-active .primary-nav__drawer {
    display: block;
    visibility: visible; }
  .primary-nav__item .menu__subnav--1 .menu__item.has-subnav,
  .primary-nav__item .menu__subnav--2 .menu__item.has-subnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .primary-nav__item .menu__subnav--1 .menu__link.has-subnav,
  .primary-nav__item .menu__subnav--2 .menu__link.has-subnav {
    flex: 0 1 80%; } }

@media (min-width: 55em) {
  .primary-nav__item:active .primary-nav__drawer, .primary-nav__item:hover .primary-nav__drawer, .primary-nav__item:focus .primary-nav__drawer {
    -webkit-animation: openNav 0.6s cubic-bezier(0.5, 0, 0.2, 1) forwards;
            animation: openNav 0.6s cubic-bezier(0.5, 0, 0.2, 1) forwards;
    max-height: 1000px;
    transition: max-height 0.6s cubic-bezier(0.5, 0, 0.2, 1) 0.15s; } }

.primary-nav__item .menu__child-trigger {
  padding: .5em;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 1rem;
  flex: 0 1 20%; }
  .primary-nav__item .menu__child-trigger:active, .primary-nav__item .menu__child-trigger:hover, .primary-nav__item .menu__child-trigger:focus {
    background-color: #FFCB05;
    color: #021C35; }
  @media (min-width: 55em) {
    .primary-nav__item .menu__child-trigger {
      display: none;
      visibility: hidden; } }

.primary-nav__link {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
  padding: .75em;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #00274C; }
  .primary-nav__link:link, .primary-nav__link:visited {
    color: #ffffff; }
  .primary-nav__link:hover, .primary-nav__link:focus, .primary-nav__link:active {
    background-color: #FFCB05;
    color: #021C35;
    text-decoration: none;
    outline: none; }
  @media (min-width: 0) and (max-width: 54.9375em) {
    .has-subnav .primary-nav__link {
      flex: 0 1 80%; } }
  @media (min-width: 55em) {
    .primary-nav__link {
      font-size: 0.9rem;
      text-align: center;
      height: 5.45em;
      min-height: 6em;
      border-bottom: 0; }
      .primary-nav__link:hover, .primary-nav__link:focus, .primary-nav__link:active {
        background-color: #021C35;
        color: #ffffff;
        text-decoration: none;
        outline: none; }
      .primary-nav__link:focus {
        color: #FFCB05;
        text-decoration: underline; } }

.primary-nav__drawer {
  background-color: #ffffff;
  width: 100%;
  display: none;
  visibility: hidden;
  z-index: 99; }
  @media (min-width: 55em) {
    .primary-nav__drawer {
      background: linear-gradient(to right, #ffffff 70%, #FFCB05 70%);
      left: -1.75rem;
      position: absolute;
      right: -1.75rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.12);
      width: auto;
      display: block;
      visibility: visible;
      max-height: 0;
      overflow: hidden;
      -webkit-animation: closeNav 0.3s cubic-bezier(0.5, 0, 0.2, 1) forwards;
              animation: closeNav 0.3s cubic-bezier(0.5, 0, 0.2, 1) forwards;
      transition: max-height 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
      .primary-nav__drawer .l-constrain--large {
        display: flex; }
      .primary-nav__drawer .menu__subnav--1 {
        -moz-column-count: 2;
             column-count: 2;
        -moz-column-gap: 2em;
             column-gap: 2em;
        flex: 0 1 70%;
        padding: 2.5em; }
      .primary-nav__drawer .menu__link::after {
        content: '';
        background: url("../images/arrow-right.svg");
        display: block;
        background-size: 1em 1em;
        height: 1em;
        width: 1em;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        left: 103%;
        top: .1em;
        opacity: 0;
        transition: 150ms ease-out;
        transform: translateX(-5px); }
      .primary-nav__drawer .menu__link:hover::after,
      .primary-nav__drawer .menu__link:focus::after {
        transform: translateX(0);
        opacity: 1; } }
  @media (min-width: 0) and (max-width: 54.9375em) {
    .primary-nav__drawer .menu-cta {
      display: none;
      visibility: hidden; } }
  .primary-nav__drawer .menu__subnav--1 > .menu__item {
    font-weight: 700;
    margin-bottom: 0;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border-bottom: 1px solid #d6d7d9;
    /* stylelint-disable */
    /* stylelint-enable */ }
    .primary-nav__drawer .menu__subnav--1 > .menu__item.is-active .menu__subnav--2 {
      display: block;
      visibility: visible; }
    @media (min-width: 55em) {
      .primary-nav__drawer .menu__subnav--1 > .menu__item {
        padding-bottom: 1.5em;
        border-bottom: 0; } }
  .primary-nav__drawer .menu__subnav--1 .menu__child-trigger {
    color: #222222; }
  .primary-nav__drawer .menu__subnav--1 .menu__link {
    color: #222222;
    display: inline-block;
    position: relative;
    line-height: 1.1;
    padding: .8em 1em;
    text-decoration: none;
    transition: 125ms ease-out; }
    .primary-nav__drawer .menu__subnav--1 .menu__link:link, .primary-nav__drawer .menu__subnav--1 .menu__link:visited {
      color: #222222;
      outline: none; }
    .primary-nav__drawer .menu__subnav--1 .menu__link:active, .primary-nav__drawer .menu__subnav--1 .menu__link:hover, .primary-nav__drawer .menu__subnav--1 .menu__link:focus {
      color: #1663F2;
      outline: none; }
    .primary-nav__drawer .menu__subnav--1 .menu__link:focus {
      text-decoration: underline; }
    @media (min-width: 55em) {
      .primary-nav__drawer .menu__subnav--1 .menu__link {
        padding: 0;
        margin: .25em 0 .75em; } }
  .primary-nav__drawer .menu__subnav--2 .menu__item {
    font-weight: 400; }
  .primary-nav__drawer .menu__subnav--2 .menu__link {
    font-size: 0.9rem; }
  @media (min-width: 0) and (max-width: 54.9375em) {
    .primary-nav__drawer .menu__subnav--2 {
      display: none;
      visibility: hidden;
      width: 100%; }
      .primary-nav__drawer .menu__subnav--2 .menu__link {
        width: 100%;
        padding: .8em 1rem; } }
  .primary-nav__drawer .menu-cta {
    flex: 0 1 40%; }

@media (min-width: 55em) {
  [data-visually-hidden="true"] {
    -webkit-animation: closeNav 0.3s cubic-bezier(0.5, 0, 0.2, 1) forwards;
            animation: closeNav 0.3s cubic-bezier(0.5, 0, 0.2, 1) forwards;
    transition: max-height 0.3s cubic-bezier(0.5, 0, 0.2, 1); } }

@media (min-width: 55em) {
  [data-visually-hidden="false"] {
    -webkit-animation: openNav 0.6s cubic-bezier(0.5, 0, 0.2, 1) forwards;
            animation: openNav 0.6s cubic-bezier(0.5, 0, 0.2, 1) forwards;
    max-height: 1000px;
    transition: max-height 0.6s cubic-bezier(0.5, 0, 0.2, 1) 0.2s; } }

@media (min-width: 40em) {
  .menu-nav--partners {
    display: inline-block; } }

.menu--partners {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin: 1rem 0;
  text-align: center; }
  .menu--partners li {
    padding-left: 0; }
  .menu--partners > li {
    display: inline; }
  @media (min-width: 55em) {
    .menu--partners {
      text-align: left; } }

.partners-nav__link {
  display: inline-block;
  padding: .25rem; }
  .partners-nav__link img {
    width: 75px;
    opacity: 0.75;
    transition: all .5s ease; }
  .partners-nav__link:active img, .partners-nav__link:hover img, .partners-nav__link:focus img {
    opacity: 1;
    transform: scale(1.1);
    transition: all .5s ease; }
  .partners-nav__link:focus img {
    border: 1px solid #ffffff; }

.mobile-section-menu__trigger {
  margin-bottom: 5em; }
  .mobile-section-menu__trigger:hover span svg,
  .mobile-section-menu__trigger:hover span polyline,
  .mobile-section-menu__trigger:hover span line,
  .mobile-section-menu__trigger:focus span svg,
  .mobile-section-menu__trigger:focus span polyline,
  .mobile-section-menu__trigger:focus span line {
    transform: none; }
  @media (min-width: 55em) {
    .mobile-section-menu__trigger {
      display: none;
      visibility: hidden; } }

.section-menu__drawer {
  display: none;
  visibility: hidden; }
  .section-menu__drawer.is-active {
    display: block;
    visibility: visible; }
  @media (min-width: 55em) {
    .section-menu__drawer {
      display: block;
      visibility: visible; } }

.menu-nav--section {
  margin-bottom: 8rem; }

.section-nav .menu__item {
  /* stylelint-disable */
  /* stylelint-enable */ }
  .section-nav .menu__item:not(.is-active-trail) {
    display: none; }
  .section-nav .menu__item.is-active-trail > .menu__child-trigger .toggle--open, .section-nav .menu__item.is-active > .menu__child-trigger .toggle--open {
    display: none;
    visibility: hidden; }
  .section-nav .menu__item.is-active-trail > .menu__child-trigger .toggle--close, .section-nav .menu__item.is-active > .menu__child-trigger .toggle--close {
    display: block;
    visibility: visible; }
  .section-nav .menu__item.is-active-trail > .menu, .section-nav .menu__item.is-active > .menu {
    display: block;
    visibility: visible; }

.section-nav .menu__child-trigger {
  background: transparent;
  outline: none;
  border: 0; }

.section-nav .section-nav__item {
  width: 100%; }
  .section-nav .section-nav__item > .menu__child-trigger {
    display: none;
    visibility: hidden; }
  .section-nav .section-nav__item .section-nav__link {
    display: block;
    margin-bottom: .5rem; }
    .section-nav .section-nav__item .section-nav__link:link, .section-nav .section-nav__item .section-nav__link:visited {
      font-size: 12px;
      text-transform: uppercase;
      color: #5A5A5A;
      letter-spacing: 2px;
      background-image: none; }
    .section-nav .section-nav__item .section-nav__link:hover, .section-nav .section-nav__item .section-nav__link:focus, .section-nav .section-nav__item .section-nav__link:active {
      padding-left: 0;
      color: #1663F2; }
  .section-nav .section-nav__item .menu__item {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .section-nav .section-nav__item .menu {
    width: 100%; }
  .section-nav .section-nav__item .menu__child-trigger {
    background-image: linear-gradient(#FFCB05 98%, #FFCB05 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
    color: #222222; }
    .section-nav .section-nav__item .menu__child-trigger:active, .section-nav .section-nav__item .menu__child-trigger:hover, .section-nav .section-nav__item .menu__child-trigger:focus {
      background-size: 100% 100%;
      text-decoration: none;
      color: #222222; }
  .section-nav .section-nav__item .menu__link {
    flex: 1 0 78%;
    background-image: linear-gradient(#FFCB05 98%, #FFCB05 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.25s cubic-bezier(0.5, 0, 0.2, 1); }
    .section-nav .section-nav__item .menu__link.active {
      font-weight: 600; }
    .section-nav .section-nav__item .menu__link:link, .section-nav .section-nav__item .menu__link:visited {
      padding: 1rem 0;
      color: #222222;
      outline: none; }
    .section-nav .section-nav__item .menu__link:active:not(.section-nav__link), .section-nav .section-nav__item .menu__link:hover:not(.section-nav__link), .section-nav .section-nav__item .menu__link:focus:not(.section-nav__link) {
      background-size: 100% 100%;
      text-decoration: none;
      padding-left: 5px;
      outline: none; }
    .section-nav .section-nav__item .menu__link:focus:not(.section-nav__link) {
      text-decoration: underline; }
  .section-nav .section-nav__item .menu__child-trigger {
    flex: 0 1 15%;
    font-size: 1.2rem;
    font-weight: 600; }
    .section-nav .section-nav__item .menu__child-trigger:active, .section-nav .section-nav__item .menu__child-trigger:hover, .section-nav .section-nav__item .menu__child-trigger:focus {
      cursor: pointer; }

.section-nav .menu__subnav--1 .menu {
  margin-left: .5rem;
  margin-bottom: 1rem; }

.section-nav .menu__subnav--1 > .menu__item {
  border-bottom: 1px solid #d6d7d9; }
  .section-nav .menu__subnav--1 > .menu__item:last-child {
    border-bottom: 0; }

.section-nav .menu__subnav--2 {
  display: none;
  visibility: hidden; }
  .section-nav .menu__subnav--2 .menu__child-trigger {
    background-image: none; }
    .section-nav .menu__subnav--2 .menu__child-trigger:active, .section-nav .menu__subnav--2 .menu__child-trigger:hover, .section-nav .menu__subnav--2 .menu__child-trigger:focus {
      color: #1663F2; }
    .section-nav .menu__subnav--2 .menu__child-trigger:focus {
      border: 1px solid #1663F2; }
  .section-nav .menu__subnav--2 .menu__link {
    font-size: 15px;
    background-image: none; }
    .section-nav .menu__subnav--2 .menu__link:link, .section-nav .menu__subnav--2 .menu__link:visited {
      padding: .5rem 0;
      color: #222222; }
    .section-nav .menu__subnav--2 .menu__link:active, .section-nav .menu__subnav--2 .menu__link:hover, .section-nav .menu__subnav--2 .menu__link:focus {
      color: #1663F2;
      text-decoration: none;
      padding-left: 0; }
    .section-nav .menu__subnav--2 .menu__link:focus {
      text-decoration: underline; }

.section-nav .menu__subnav--3 {
  display: none;
  visibility: hidden; }
  .section-nav .menu__subnav--3 .menu__child-trigger {
    background-image: none; }
    .section-nav .menu__subnav--3 .menu__child-trigger:active, .section-nav .menu__subnav--3 .menu__child-trigger:hover, .section-nav .menu__subnav--3 .menu__child-trigger:focus {
      color: #1663F2; }

.section-nav .menu__subnav--4 {
  display: none;
  visibility: hidden; }

.section-nav .menu__subnav--5 {
  display: none;
  visibility: hidden; }

@media (min-width: 40em) {
  .menu-nav--social {
    display: inline-block; } }

.menu--social {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin: 1rem 0;
  text-align: center; }
  .menu--social li {
    padding-left: 0; }
  .menu--social > li {
    display: inline; }
  @media (min-width: 55em) {
    .menu--social {
      text-align: left; } }

.social-nav__link {
  padding: .25rem; }
  .social-nav__link svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: #FFCB05;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
  .social-nav__link:active svg, .social-nav__link:hover svg, .social-nav__link:focus svg {
    fill: #ffffff;
    transform: scale(1.1);
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
  .social-nav__link:focus svg {
    border: 1px solid #ffffff; }

.menu--utility {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  border-bottom: 1px solid #00274C; }
  @media (min-width: 55em) {
    .menu--utility {
      top: -2em;
      right: 3em;
      height: 2em;
      border-bottom: 0;
      flex-wrap: nowrap; } }
  .menu--utility .menu__link {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 0.6rem;
    padding: 1em;
    transition: 200ms ease-out; }
    .menu--utility .menu__link:hover, .menu--utility .menu__link:focus, .menu--utility .menu__link:active {
      text-decoration: none;
      color: #FFCB05;
      background-image: linear-gradient(transparent 95%, #FFCB05 0%); }
    @media (min-width: 55em) {
      .menu--utility .menu__link {
        padding: 0;
        margin: 0 1.25em; } }
    .menu--utility .menu__link.link--maize {
      color: #FFCB05; }
      .menu--utility .menu__link.link--maize:hover, .menu--utility .menu__link.link--maize:focus, .menu--utility .menu__link.link--maize:active {
        box-shadow: 0 -1px 0 0 #FFCB05 inset; }

.site-search {
  margin-left: auto; }

.site-search__trigger {
  display: flex;
  justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
  background: none;
  outline: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 10px;
  align-items: center;
  height: 100%;
  z-index: 1; }
  .site-search__trigger svg {
    fill: transparent;
    stroke: #ffffff;
    height: 25px;
    width: 25px; }
  .site-search__trigger:active svg, .site-search__trigger:hover svg, .site-search__trigger:focus svg {
    stroke: #FFCB05; }
  .site-search__trigger:focus {
    border: 1px solid #FFCB05; }
  @media (min-width: 64em) {
    .site-search__trigger {
      top: -2em;
      right: 0; } }

.site-search__wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-animation: closeNav .5s ease forwards;
          animation: closeNav .5s ease forwards;
  transition: max-height .5s ease;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.12);
  z-index: 1; }
  @media (min-width: 55em) {
    .site-search__wrapper {
      top: 2em;
      left: -1.75rem;
      right: -1.75rem;
      z-index: 99; } }
  .site-search.is-active .site-search__wrapper {
    -webkit-animation: openNav 1s ease forwards;
            animation: openNav 1s ease forwards;
    max-height: 300px;
    transition: max-height .75s ease .15s; }

.site-search__form-wrap {
  padding: 2em; }

.site-search__form {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative; }
  .site-search__form .form-item__label {
    font-size: .7em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
  .site-search__form .form-item {
    width: 100%;
    margin-bottom: 0; }
    .site-search__form .form-item .form-item__text {
      width: 100%;
      font-size: 20px;
      height: 2.5em;
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent;
      border-bottom: 1px solid #5A5A5A;
      padding-right: 80px;
      transition: box-shadow 150ms ease-out; }
      @media (min-width: 55em) {
        .site-search__form .form-item .form-item__text {
          font-size: 26px;
          height: 2.5em;
          padding-right: 100px; } }
      .site-search__form .form-item .form-item__text:focus {
        outline: none;
        box-shadow: 0 2px 0; }
  .site-search__form .button {
    background: url("../images/arrow-right-dark.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFCB05;
    right: 0;
    top: 31%;
    height: 57px;
    width: 57px;
    bottom: -2px;
    font-size: 0;
    line-height: 0; }
    @media (min-width: 55em) {
      .site-search__form .button {
        width: 80px;
        height: 80px; } }
    .site-search__form .button:hover, .site-search__form .button:focus {
      background-color: #FFD948; }

.message {
  background-color: #f1f1f1;
  border: 1px solid #d6d7d9;
  color: #222222;
  margin-bottom: 0.8rem;
  overflow: hidden;
  padding: 0.8rem;
  position: relative;
  word-wrap: break-word; }
  .message a {
    color: #5A5A5A;
    font-weight: 600;
    text-decoration: underline; }

.message__content > *:last-child {
  margin-bottom: 0; }

.message--status {
  background-color: #e7f4e4;
  border-color: #94bfa2; }
  .message--status::before {
    background-image: url("../images/messages-status.svg"); }

.message--error {
  background-color: #F4D2D2;
  border-color: #e59393; }
  .message--error::before {
    background-image: url("../images/messages-error.svg"); }
  .message--error .message__item em:first-child {
    font-style: normal;
    font-weight: 700; }

.message--warning {
  background-color: #fff1d2;
  border-color: #fad980; }
  .message--warning::before {
    background-image: url("../images/messages-warning.svg"); }

.hero--course {
  margin-bottom: 5rem;
  padding-top: 2rem; }
  .hero--course .hero__title {
    font-weight: 600;
    color: #00274C;
    margin-top: 0;
    margin-bottom: 2rem; }
  .hero--course .hero__meta {
    font-size: 0.75rem;
    color: #5A5A5A;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: .5rem; }

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(5em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.event-header {
  padding: 2rem 0;
  margin-bottom: 2rem;
  -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  opacity: 0; }

.event-header__top-meta {
  font-size: 0.75rem;
  color: #5A5A5A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5rem; }
  .event-header__top-meta a,
  .event-header__top-meta a:link,
  .event-header__top-meta a:visited {
    color: #5A5A5A;
    outline: none; }
  .event-header__top-meta a:active,
  .event-header__top-meta a:hover,
  .event-header__top-meta a:focus {
    color: #1663F2;
    outline: none; }

.event-header__title {
  margin-bottom: 2rem;
  font-weight: 600;
  margin-top: .25em;
  line-height: 1.25; }

.event-header__subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 3rem; }
  @media (min-width: 64em) {
    .event-header__subtitle {
      max-width: 60vw; } }

.event-header__notification {
  background-color: rgba(0, 178, 169, 0.13);
  padding: .75rem .75rem .75rem 5rem;
  margin-bottom: .75rem;
  position: relative; }
  @media (min-width: 64em) {
    .event-header__notification {
      max-width: 60vw; } }
  .event-header__notification svg {
    position: absolute;
    padding: 1rem;
    left: 0;
    top: 0;
    height: 100%;
    width: 4rem;
    background-color: #00B2A9; }
  .event-header__notification svg path {
    fill: #ffffff; }
  .event-header__notification p:last-child {
    margin-bottom: 0; }

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(3em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.hero--general {
  padding-bottom: 3em;
  margin-bottom: 4em;
  background-color: #00274C;
  border-top: 1px solid #021C35; }
  .hero--general .hero__lede {
    max-width: 40em; }
    .hero--general .hero__lede .button {
      margin-top: 2rem;
      display: inline-block; }
    .hero--general .hero__lede h2, .hero--general .hero__lede h3, .hero--general .hero__lede h4, .hero--general .hero__lede h5, .hero--general .hero__lede h6 {
      color: #ffffff; }
    .hero--general .hero__lede a:not(.button) {
      color: #FFCB05; }
  .hero--general .breadcrumb {
    background-color: #00274C; }
    .hero--general .breadcrumb span {
      color: #ffffff; }
    .hero--general .breadcrumb .breadcrumb__item::after {
      color: #ffffff; }
    .hero--general .breadcrumb .breadcrumb__link {
      color: #ffffff; }
  .hero--general .hero__content {
    padding: 1em 0;
    -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
            animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
    opacity: 0;
    background-color: #00274C;
    color: #ffffff; }
    .hero--general .hero__content .hero__title {
      color: #ffffff; }

.hero--general + .l-constrain--large {
  -webkit-animation: SlideUp 0.75s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  opacity: 0; }

.hero__title {
  font-weight: 600;
  color: #00274C; }

.hero--general.hero--large.hero--image {
  border-top: 0;
  padding-bottom: 0; }
  .hero--general.hero--large.hero--image .hero__content {
    background-color: #f7f7f7;
    color: #222222; }
    .hero--general.hero--large.hero--image .hero__content .hero__title {
      color: #00274C; }
  .hero--general.hero--large.hero--image .breadcrumb {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    border: 0; }
    .hero--general.hero--large.hero--image .breadcrumb span,
    .hero--general.hero--large.hero--image .breadcrumb .breadcrumb__item::after,
    .hero--general.hero--large.hero--image .breadcrumb .breadcrumb__link {
      color: #ffffff; }

.hero--general.hero--large {
  border-top: 0;
  background-color: #FFD948; }
  .hero--general.hero--large .hero__content {
    background-color: #FFD948;
    color: #222222; }
  .hero--general.hero--large .hero__title {
    color: #222222; }
  .hero--general.hero--large .breadcrumb {
    background-color: #FFD948;
    border-bottom: 1px solid #FFCB05; }
    .hero--general.hero--large .breadcrumb span,
    .hero--general.hero--large .breadcrumb .breadcrumb__item::after,
    .hero--general.hero--large .breadcrumb .breadcrumb__link {
      color: #222222; }

.hero--image {
  border-top: 0;
  margin-bottom: 3em; }
  .hero--image .home-hero__image {
    height: 45vh; }
  .hero--image.hero--large .home-hero__image {
    height: 70vh; }
  .hero--image.hero--general {
    background-color: transparent; }
  @media (min-width: 0) and (max-width: 63.9375em) {
    .hero--image .l-constrain {
      padding: 0; } }
  @media (min-width: 64em) {
    .hero--image {
      margin-bottom: 3em; } }
  .hero--image .hero__title {
    margin: 0;
    font-size: 2.1rem;
    font-weight: 700;
    color: #00274C;
    padding-top: 0; }
    @media (min-width: 64em) {
      .hero--image .hero__title {
        font-size: 3.4rem; } }
  .hero--image .breadcrumb {
    position: absolute;
    width: 100%;
    color: #ffffff;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    padding: .8rem 1.6rem;
    border: 0; }
    @media (min-width: 64em) {
      .hero--image .breadcrumb {
        padding: .8rem 0; } }
    .hero--image .breadcrumb .breadcrumb__item::after {
      color: #ffffff; }
    .hero--image .breadcrumb .breadcrumb__link {
      color: #ffffff; }
  .hero--image .breadcrumb__list .breadcrumb__item:nth-last-child(2)::before {
    color: #ffffff; }
  .hero--image .hero__content {
    flex-direction: column;
    padding: 2em;
    display: flex;
    position: relative; }
    @media (min-width: 64em) {
      .hero--image .hero__content {
        margin-top: -2.5em;
        align-items: center;
        flex-direction: row; } }
  .hero--image .hero__lede {
    margin-top: 2em; }
    @media (min-width: 64em) {
      .hero--image .hero__lede {
        max-width: 25em;
        margin-top: 0;
        margin-left: 4em; } }

@-webkit-keyframes drawline {
  0% {
    bottom: 150%; }
  100% {
    bottom: -30%; } }

@keyframes drawline {
  0% {
    bottom: 150%; }
  100% {
    bottom: -30%; } }

.home-hero {
  margin-bottom: 3em; }
  @media (min-width: 0) and (max-width: 63.9375em) {
    .home-hero .l-constrain {
      padding: 0; } }
  @media (min-width: 64em) {
    .home-hero {
      margin-bottom: 6em; } }

.home-hero__image {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
  height: 0; }
  @media (min-width: 64em) {
    .home-hero__image {
      height: 70vh;
      padding-bottom: 0; } }

.home-hero__content {
  display: flex;
  flex-direction: column;
  padding: 2em;
  background-color: #fafafa;
  position: relative; }
  @media (min-width: 64em) {
    .home-hero__content {
      flex-direction: row;
      align-items: center;
      padding: 2em 2em 2em 4em;
      margin-top: -2.5em; }
      .home-hero__content::before {
        content: '';
        border-left: 1px solid #FFCB05;
        position: absolute;
        left: 2em;
        top: -50%;
        -webkit-animation: drawline 1s ease-in-out forwards;
                animation: drawline 1s ease-in-out forwards; }
      .home-hero__content::after {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1.75rem;
        width: 1.75rem;
        background-color: #fafafa; } }
  @media (min-width: 100em) {
    .home-hero__content::after {
      width: calc(((100vw - 80rem) / 2) + 1.375rem);
      right: calc(((100vw - 80rem) / -2) - 1.375rem); } }

.home-hero__label {
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: 2px; }

.home-hero__title {
  color: #00274C;
  font-size: 2.1rem;
  margin-top: .5rem; }
  @media (min-width: 64em) {
    .home-hero__title {
      font-size: 3.4rem; } }

.home-hero__first {
  margin-bottom: 1.5em; }
  @media (min-width: 64em) {
    .home-hero__first {
      margin: 0 4em 0 0;
      max-width: 40em; } }

.home-hero__last {
  flex: 0 1 100%; }
  @media (min-width: 64em) {
    .home-hero__last {
      max-width: 25em; } }
  .home-hero__last .button {
    width: 100%;
    margin-top: 1em; }
    @media (min-width: 64em) {
      .home-hero__last .button {
        width: auto; } }

.hero--list {
  margin-bottom: 2rem; }
  @media (min-width: 55em) {
    .hero--list {
      margin-bottom: 5rem; } }
  .hero--list .hero__title {
    font-weight: 600;
    color: #00274C; }
  .hero--list .hero__content {
    width: 30rem;
    max-width: 100%;
    padding: 1.5em 0; }
  .hero--list .link--arrow {
    display: inline-block;
    font-weight: 600;
    margin-top: 1rem; }

.news-header {
  padding: 2rem 0;
  margin-bottom: 2rem;
  -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  opacity: 0; }

.news-header__meta {
  font-size: 0.75rem;
  color: #5A5A5A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5rem; }
  .news-header__meta a,
  .news-header__meta a:link,
  .news-header__meta a:visited {
    color: #5A5A5A;
    outline: none; }
  .news-header__meta a:active,
  .news-header__meta a:hover,
  .news-header__meta a:focus {
    color: #1663F2;
    outline: none; }

.news-header__title {
  margin-bottom: 2rem;
  font-weight: 600;
  color: #00274C;
  margin-top: .25em;
  line-height: 1.25; }

.news-header__date {
  margin-top: 1rem;
  display: flex;
  align-items: center; }
  .news-header__date svg {
    margin-top: -.2rem;
    margin-right: .5rem; }

.page-title {
  margin-bottom: 2rem; }

.page-wrapper--profile .breadcrumb {
  margin-bottom: 0; }

.hero--profile {
  padding-bottom: 7rem;
  padding-top: 4rem;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d7d9; }
  @media (min-width: 55em) {
    .hero--profile .l-constrain {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; } }
  .hero--profile .hero__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
    align-self: flex-start; }
    .hero--profile .hero__image .field {
      margin-bottom: 0; }
    .hero--profile .hero__image img {
      max-width: 200px;
      margin-bottom: 0; }
      @media (min-width: 55em) {
        .hero--profile .hero__image img {
          max-width: 300px; } }
    @media (min-width: 55em) {
      .hero--profile .hero__image {
        align-items: flex-start;
        margin-right: 2rem;
        align-self: flex-start;
        min-width: 300px;
        margin-bottom: 0; } }
  .hero--profile .hero__image-link {
    display: inline-block;
    margin-top: .5rem;
    font-size: 0.75rem; }
  .hero--profile .hero-content {
    flex: 1 0 auto; }
  .hero--profile .hero__title {
    font-weight: 600;
    color: #00274C;
    margin-top: 1rem;
    margin-bottom: .5rem;
    letter-spacing: -1px; }
  .hero--profile .hero__meta {
    margin-bottom: .5rem; }
    .hero--profile .hero__meta span {
      display: inline-block;
      margin-right: .5rem; }
  .hero--profile .hero__meta-degree {
    margin-bottom: 1.5rem; }
  .hero--profile .button {
    margin-right: 4em;
    margin-bottom: 2em; }
    @media (min-width: 75em) {
      .hero--profile .button {
        margin-bottom: 0; } }
  .hero--profile .hero__meta-action-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem; }

.hero__label {
  display: block;
  color: #5A5A5A;
  font-size: .7em;
  letter-spacing: 2px;
  text-transform: uppercase; }

.hero__icon-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .hero__icon-meta span {
    display: flex;
    align-items: center;
    padding-right: 2rem; }
  .hero__icon-meta svg {
    margin-right: .5rem; }

.hero--room {
  padding: 2rem 0;
  margin-bottom: 2rem;
  -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  opacity: 0; }
  .hero--room .hero__title {
    font-weight: 600;
    color: #00274C;
    margin-top: 0;
    margin-bottom: 2rem; }
  .hero--room .hero__meta {
    font-size: 0.75rem;
    color: #5A5A5A;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: .5rem; }

.hero--video {
  padding: 2rem 0;
  margin-bottom: 2rem;
  -webkit-animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.75s 0.25s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  opacity: 0; }
  .hero--video .hero__meta-top {
    font-size: 0.75rem;
    color: #5A5A5A;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: .5rem; }
    .hero--video .hero__meta-top a,
    .hero--video .hero__meta-top a:link,
    .hero--video .hero__meta-top a:visited {
      color: #5A5A5A;
      outline: none; }
    .hero--video .hero__meta-top a:active,
    .hero--video .hero__meta-top a:hover,
    .hero--video .hero__meta-top a:focus {
      color: #1663F2;
      outline: none; }
  .hero--video .hero__meta {
    margin-top: 1rem;
    display: flex; }
    .hero--video .hero__meta span {
      display: flex;
      align-items: center;
      margin-right: 1rem; }
    .hero--video .hero__meta svg {
      margin-top: -.2rem;
      margin-right: .5rem; }

.pager__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  margin: 1.2rem 0;
  padding: 0;
  text-align: center; }
  .pager__items li {
    padding-left: 0; }
    .pager__items li::before {
      display: none; }

.pager__item {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top; }
  .pager__item:not([class*='pager__item--']) {
    display: none; }
    @media (min-width: 37.5em) {
      .pager__item:not([class*='pager__item--']) {
        display: inline-block; } }

.pager__item--ellipsis, .pager__item--current.pager__item, .pager__link {
  background-color: transparent;
  color: #222222;
  min-width: 2rem;
  padding: 0.4em; }
  .pager__item--ellipsis:focus, .pager__item--current.pager__item:focus, .pager__link:focus {
    outline: 1px dotted #222222; }

.pager__item--ellipsis {
  display: none; }
  @media (min-width: 50em) {
    .pager__item--ellipsis {
      display: inline-block; } }

.pager__item--current.pager__item {
  background-color: #00274C;
  color: #ffffff; }

.pager__link {
  display: inline-block;
  text-decoration: none; }
  .pager__link:hover, .pager__link:focus, .pager__link:active {
    background-color: #00274C;
    color: #ffffff;
    text-decoration: none; }

.pager__link--previous,
.pager__link--next {
  background-color: transparent;
  color: #222222;
  position: relative; }
  .pager__link--previous:hover, .pager__link--previous:focus,
  .pager__link--next:hover,
  .pager__link--next:focus {
    background-color: transparent;
    color: #222222;
    text-decoration: underline; }
    .pager__link--previous:hover .pager__link-icon, .pager__link--previous:focus .pager__link-icon,
    .pager__link--next:hover .pager__link-icon,
    .pager__link--next:focus .pager__link-icon {
      fill: #1663F2; }
  .pager__link--previous:visited,
  .pager__link--next:visited {
    color: #222222; }

.pager__item--previous {
  margin-right: 2rem; }
  .pager__item--previous .pager__link {
    padding-left: 32px; }

.pager__item--next {
  margin-left: 2rem; }
  .pager__item--next .pager__link {
    padding-right: 32px; }

.pager__link-icon {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-48%) rotate(180deg);
  width: 24px; }
  .pager__link-icon g {
    fill: #222222; }
  .pager__item--next .pager__link-icon {
    left: auto;
    right: 0;
    transform: translateY(-48%); }

.readmore-link {
  text-decoration: none; }
  .readmore-link:hover path, .readmore-link:focus path {
    fill: #00274C; }

.readmore-link__icon {
  display: inline-block;
  position: relative;
  top: 8px; }
  .readmore-link__icon path {
    fill: #1663F2; }

.page-wrapper--landing .l-page-grid,
.page-wrapper--landing .l-page-grid--centered {
  padding-top: 1.5em; }

.course-sidebar-details {
  border: 1px solid #5A5A5A;
  margin-bottom: 5rem;
  padding: 1.5em;
  font-size: 18px; }
  .course-sidebar-details__label {
    font-weight: 700; }
  .course-sidebar-details .course-sidebar-details__item {
    margin-bottom: 1.5em;
    word-break: break-word; }

.course-sidebar-details__meta {
  font-size: 12px;
  font-style: italic; }

.newsletter-sign-up {
  margin: 3em 0; }
  @media (min-width: 55em) {
    .newsletter-sign-up {
      margin: 0 0 1.5em; }
      .page-wrapper--news .newsletter-sign-up {
        margin-bottom: 3rem; } }

.newsletter-input-wrap {
  position: relative; }

.newsletter__title {
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.7px; }

.newsletter__desc {
  font-size: 18px;
  display: none;
  visibility: hidden; }
  @media (min-width: 55em) {
    .newsletter__desc {
      display: block;
      visibility: visible;
      margin-bottom: 2em; } }

.newsletter__form {
  margin-top: 1rem; }
  .newsletter__form label {
    font-size: 0;
    font-weight: 700; }
  .newsletter__form input[type="email"],
  .newsletter__form input[type="text"] {
    width: 100%;
    height: 2.5em;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #5A5A5A;
    padding: 0 65px 0 0;
    transition: box-shadow 150ms ease-out; }
    .newsletter__form input[type="email"]:hover,
    .newsletter__form input[type="text"]:hover {
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent; }
    .newsletter__form input[type="email"]:focus,
    .newsletter__form input[type="text"]:focus {
      outline: none;
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent;
      box-shadow: 0 2px 0; }
  .newsletter__form input[type="submit"] {
    margin-top: 2px;
    padding: 0.5rem 0.8rem;
    background: url("../images/arrow-right-dark.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFCB05;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    bottom: -2px;
    font-size: 0;
    line-height: 0; }

.related-sidebar {
  border-top: 1px solid #131516;
  margin: 3rem 0;
  padding: 1rem 0; }
  @media (min-width: 55em) {
    .related-sidebar {
      margin-top: 0; } }

.related-sidebar__title {
  color: #5A5A5A;
  font-size: .7em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 400; }

.sidebar--room {
  border: 1px solid #5A5A5A;
  margin-bottom: 5rem;
  padding: 1.5em;
  font-size: 18px; }
  .sidebar--room .sidebar__label {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .3rem; }
  .sidebar--room .sidebar__item {
    margin-bottom: 2.5em; }
  .sidebar--room .link--small {
    display: inline-block;
    font-size: 0.75rem;
    margin-top: .5rem; }
  .sidebar--room p {
    margin-bottom: .5rem; }
  .sidebar--room .button--space {
    margin-top: 0; }

.site-footer {
  padding: 2rem 0;
  background-color: #00274C; }
  .site-footer .site-logo {
    display: block;
    max-width: 400px;
    margin: 0 auto 3em; }
    @media (min-width: 55em) {
      .site-footer .site-logo {
        margin: 0 0 3em; } }

.site-footer__address {
  font-size: 0.9rem;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 55em) {
    .site-footer__address {
      text-align: left; } }

.site-footer__first {
  margin-bottom: 1rem; }

@media (min-width: 55em) {
  .l-grid--slight-offset-right .site-footer__second {
    padding-left: 0; } }

@media (min-width: 40em) {
  .site-footer__second-sub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; } }

.partners-nav,
.social-nav {
  text-align: center; }
  @media (min-width: 55em) {
    .partners-nav,
    .social-nav {
      text-align: left; } }

.site-header__logo {
  display: block;
  width: 60%;
  max-width: 300px;
  padding: 1em 1em 1em 0; }
  .site-header__logo img {
    max-height: 40px; }
  @media (min-width: 55em) {
    .site-header__logo {
      max-width: 400px;
      width: auto; } }

.toggle-trigger .toggle--open {
  display: inline;
  visibility: visible; }

.toggle-trigger .toggle--close {
  display: none;
  visibility: hidden; }

.toggle-trigger.is-active .toggle--open,
.menu__item.is-active > .toggle-trigger .toggle--open {
  display: none;
  visibility: hidden; }

.toggle-trigger.is-active .toggle--close,
.menu__item.is-active > .toggle-trigger .toggle--close {
  display: inline;
  visibility: visible; }

.mobile-menu__trigger {
  display: flex;
  justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 10px; }
  .mobile-menu__trigger svg {
    fill: transparent;
    stroke: #ffffff;
    height: 25px;
    width: 25px; }
  .mobile-menu__trigger:active svg, .mobile-menu__trigger:hover svg, .mobile-menu__trigger:focus svg {
    stroke: #FFCB05; }
  .mobile-menu__trigger:focus {
    border: 1px solid #FFCB05; }
  @media (min-width: 55em) {
    .mobile-menu__trigger {
      display: none;
      visibility: hidden; } }

.mobile-menu__drawer {
  display: none;
  visibility: hidden;
  z-index: 10; }
  .mobile-menu__drawer.is-active {
    display: block;
    visibility: visible; }
  @media (min-width: 0) and (max-width: 54.9375em) {
    .mobile-menu__drawer {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background-color: #021C35; } }
  @media (min-width: 55em) {
    .mobile-menu__drawer {
      display: block;
      visibility: visible; } }
  @media (min-width: 55em) {
    .mobile-menu__drawer .menu--utility {
      display: none;
      visibility: hidden; } }

.accom-block {
  background-color: #00274C;
  padding: 2rem;
  margin: 2rem 0; }
  .accom-block .button {
    margin-top: 1rem; }
  @media (min-width: 40em) {
    .accom-block {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center; }
      .accom-block .button {
        margin-left: auto; }
      .accom-block .accom-block__content {
        flex: 1 0 60%;
        padding-right: 2rem;
        margin-top: 0; } }

.accom-block__title {
  font-size: 20px;
  color: #ffffff; }

.accom-block__desc {
  font-size: 18px;
  color: #ffffff; }

.accordion {
  border-bottom: 1px solid #aeb0b5; }

.accordion__title {
  font-size: 1.3rem;
  margin: 0; }

.accordion__button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: .75em 1em;
  width: 100%;
  cursor: pointer;
  transition: padding 0.3s cubic-bezier(0.5, 0, 0.2, 1);
  outline: none;
  background-color: #ffffff;
  border: 0;
  text-align: left; }
  .accordion__button::after {
    font-size: 1.6rem;
    content: "+";
    line-height: .85; }
  .accordion__button[aria-expanded="true"]::after {
    content: "–"; }
  .accordion__button:active, .accordion__button:hover, .accordion__button:focus {
    background-color: #FFD948; }
    .accordion__button:active::after, .accordion__button:hover::after, .accordion__button:focus::after {
      color: #00274C; }

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
  margin: 0 1.5em; }
  .accordion__content.expanded {
    margin: .75em 1.5em; }

.addtocal-form {
  display: inline-block; }

.addtocal-container {
  position: relative;
  display: inline-block;
  margin: 0 0 0 .5rem;
  /* stylelint-disable */
  /* stylelint-disable */
  /* stylelint-enable */ }
  .addtocal-container .addtocal.form-wrapper {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    padding: .25rem;
    color: transparent;
    font-size: 0;
    border: 1px solid #1663F2;
    overflow: hidden;
    background: url("../images/add-to-cal.svg");
    background-size: 1rem 1rem;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s ease; }
    .addtocal-container .addtocal.form-wrapper:active, .addtocal-container .addtocal.form-wrapper:hover, .addtocal-container .addtocal.form-wrapper:focus {
      background: url("../images/add-to-cal-white.svg") #1663F2;
      background-size: 1rem 1rem;
      background-position: center;
      background-repeat: no-repeat;
      transition: all .5s ease; }
    .addtocal-container .addtocal.form-wrapper:focus {
      outline: 1px solid #FFCB05; }
  .addtocal-container .addtocal + div,
  .addtocal-container .form-item--radios {
    background-color: #ffffff;
    border: 1px solid #222222; }
  .addtocal-container .addtocal + div .js-form-type-radio,
  .addtocal-container .form-item--radio {
    margin: 0;
    /* stylelint-enable */ }
    .addtocal-container .addtocal + div .js-form-type-radio:active, .addtocal-container .addtocal + div .js-form-type-radio:hover, .addtocal-container .addtocal + div .js-form-type-radio:focus,
    .addtocal-container .form-item--radio:active,
    .addtocal-container .form-item--radio:hover,
    .addtocal-container .form-item--radio:focus {
      color: #1663F2;
      background-color: #f7f7f7; }
  .addtocal-container .form-item--radio .form-item__radio + .form-item__label {
    font-size: 0.75rem;
    font-weight: 400; }

.contact-item {
  display: flex;
  padding-bottom: 3em;
  margin-bottom: 3em;
  position: relative; }
  .contact-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #222222;
    height: 1px;
    transition: 0.4s cubic-bezier(0.5, 0, 0.2, 1); }

.contact-item__image {
  display: none;
  margin-right: 3em; }
  .contact-item__image img {
    max-width: 142px; }
  @media (min-width: 75em) {
    .contact-item__image {
      display: block; }
      .contact-item--dept .contact-item__image {
        width: 200px;
        height: 150px;
        position: relative;
        overflow: hidden; }
        .contact-item--dept .contact-item__image img {
          position: absolute;
          display: block;
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          left: 0;
          right: 0;
          top: 0;
          margin: auto; } }

.contact-item__title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: .3em; }
  .contact-item__title a,
  .contact-item__title a:link,
  .contact-item__title a:visited {
    color: #131516;
    outline: none; }
  .contact-item__title a:focus {
    outline: none;
    color: #1663F2;
    text-decoration: underline; }

.contact-item__meta {
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 35em; }

.contact-item__description {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5em;
  flex-direction: column; }
  @media (min-width: 64em) {
    .contact-item__description {
      flex-direction: row;
      flex-wrap: wrap; } }

.contact-item__location {
  display: flex;
  align-items: flex-start; }
  .contact-item__location svg {
    margin-top: .1em;
    margin-right: .5em; }
  .contact-item__location div {
    margin-bottom: .2em; }
  @media (min-width: 64em) {
    .contact-item__location {
      margin-right: 2.5em; } }

.contact-item__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1em; }
  .contact-item__contact .contact-item__wrap {
    display: flex;
    align-items: center;
    margin-bottom: .2em; }
  @media (min-width: 64em) {
    .contact-item__contact {
      margin-top: 0;
      margin-right: 2.5em;
      margin-bottom: 1em; } }

.contact-item__wrap svg {
  margin-right: .5em; }

.contact-item__appointment {
  margin-top: 1em; }

.cta-buttons-row {
  margin-bottom: 2rem; }
  .cta-buttons-row .button {
    width: 100%;
    margin-left: 0; }
    @media (min-width: 64em) {
      .cta-buttons-row .button {
        width: auto; } }
    @media (min-width: 64em) {
      .cta-buttons-row .button + .button {
        margin-left: 2em; } }

.date {
  color: #5A5A5A;
  font-size: 0.9rem; }

.meta__divider {
  display: inline-block;
  margin: 0 0.3rem; }

@-webkit-keyframes drawHline {
  0% {
    right: 100%; }
  100% {
    right: 0; } }

@keyframes drawHline {
  0% {
    right: 100%; }
  100% {
    right: 0; } }

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(3em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.event-details {
  position: relative;
  padding: 2rem 0; }
  .event-details::after {
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #5A5A5A;
    -webkit-animation: drawHline 1s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards;
            animation: drawHline 1s 0.5s cubic-bezier(0.5, 0, 0.2, 1) forwards; }
  .event-details .event-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }

.event-details__label {
  font-size: 20px;
  margin-bottom: .5rem; }

.event-details__content {
  -webkit-animation: SlideUp 0.5s 1s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.5s 1s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  opacity: 0; }
  @media (min-width: 55em) {
    .event-details__content {
      margin-bottom: 3rem; } }
  .event-details__content:last-of-type {
    margin-bottom: 3rem; }
  .event-details__content:nth-child(1) {
    -webkit-animation-delay: .7s;
            animation-delay: .7s; }
  .event-details__content:nth-child(2) {
    -webkit-animation-delay: .9s;
            animation-delay: .9s; }
  .event-details__content:nth-child(3) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  .event-details__content .meta__divider {
    display: none;
    visibility: hidden; }

.event-details__address {
  outline: none; }
  .event-details__address svg {
    margin-left: .5rem;
    height: .75rem;
    width: .75rem; }
  .event-details__address:focus {
    outline: none; }

.add-to-cal {
  font-size: 0.9rem;
  background: none;
  border: 0;
  color: #1663F2;
  display: inline-block;
  margin-top: .25rem;
  padding: 0; }
  .add-to-cal svg {
    vertical-align: middle;
    height: .75rem;
    width: .75rem; }

.page-wrapper--event .l-page-grid__right aside {
  -webkit-animation: SlideUp 0.5s 1.2s cubic-bezier(0.5, 0, 0.2, 1) forwards;
          animation: SlideUp 0.5s 1.2s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  opacity: 0; }

.profile-media__item {
  margin-bottom: 3rem; }
  .profile-media__item .teaser-list__item .teaser__image,
  .profile-media__item .teaser-list__item .teaser__label {
    display: none;
    visibility: hidden; }
  .profile-media__item .teaser-list__item .teaser__title {
    letter-spacing: -.7px; }
  .profile-media__item .teaser {
    padding: 2em 0; }

.profile-media__header {
  padding-bottom: .25rem;
  border-bottom: 1px solid #131516; }
  @media (min-width: 40em) {
    .profile-media__header {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .profile-media__header .link--animated {
    font-size: 0.75rem; }

.profile-media__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #5A5A5A;
  font-weight: 400;
  font-size: .7em;
  letter-spacing: 2px;
  text-transform: uppercase; }

.profile-media {
  grid-gap: 7rem;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 55em) {
    .profile-media {
      grid-template-columns: repeat(2, 1fr); } }

.featured-image {
  margin-top: 0;
  width: 100%; }
  .featured-image img {
    width: 100%; }
  .page-wrapper--event .featured-image {
    width: 100%; }
    @media (min-width: 40em) {
      .page-wrapper--event .featured-image {
        float: right;
        margin: 1rem 0 1rem 2.8rem;
        width: auto;
        max-width: 50%; } }

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -2px;
  transition: none;
  vertical-align: middle;
  width: 1em; }
  .icon * {
    transition: none; }
  .icon.is-spaced-before {
    margin-left: 0.25em; }
  .icon.is-spaced-after {
    margin-right: 0.25em; }

.link--arrow svg {
  height: 1em;
  width: 1.2em;
  vertical-align: middle;
  overflow: visible; }

.link--arrow polyline,
.link--arrow line {
  transition: 0.3s transform cubic-bezier(0.5, 0, 0.2, 1); }

.link--arrow:link, .link--arrow:visited {
  color: #222222;
  outline: none; }

.link--arrow:active, .link--arrow:hover, .link--arrow:focus {
  text-decoration: none;
  color: #1663F2; }
  .link--arrow:active polyline, .link--arrow:hover polyline, .link--arrow:focus polyline {
    transform: translateX(30px); }
  .link--arrow:active line, .link--arrow:hover line, .link--arrow:focus line {
    transform: scaleX(1.8); }

.link--arrow:focus {
  outline: none;
  text-decoration: underline; }

.link-arrow {
  margin-left: .25rem;
  transition: margin 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
  .link-arrow svg {
    stroke: #1663F2;
    height: 1em;
    width: 2em;
    vertical-align: middle; }

.link--animated {
  position: relative;
  background-image: linear-gradient(transparent 95%, #1663F2 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  outline: none; }
  .link--animated:active, .link--animated:hover, .link--animated:focus {
    text-decoration: none;
    color: #1663F2;
    outline: none; }

.link--animated:hover,
.link--animated:focus {
  background-size: 100% 100%;
  color: #1663F2;
  text-decoration: none; }

.link-teaser {
  margin: 2rem 0 3rem; }

.link-teaser__link {
  display: block; }
  .link-teaser__link:link, .link-teaser__link:visited {
    color: #222222; }
  .link-teaser__link:active, .link-teaser__link:hover, .link-teaser__link:focus {
    color: #222222;
    text-decoration: none; }
    .link-teaser__link:active .link-teaser__label, .link-teaser__link:hover .link-teaser__label, .link-teaser__link:focus .link-teaser__label {
      text-decoration: underline; }

.link-teaser__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: .5em; }

.link-teaser__desc {
  font-size: 20px; }

.link-teaser__label {
  font-size: 20px;
  display: block;
  margin-top: .5em;
  color: #1663F2; }

.menu-cta.menu-cta-image-wrap {
  padding: 0; }
  .menu-cta.menu-cta-image-wrap .menu-cta__title {
    padding: 20px 60px 0; }
  .menu-cta.menu-cta-image-wrap .menu-cta__description {
    padding: 0 60px 20px; }
  .menu-cta.menu-cta-image-wrap .button {
    margin: 0 60px 60px; }

.menu-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFCB05;
  padding: 3em; }

.menu-cta__title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3; }

.menu-cta__description {
  margin-bottom: 3em; }

.profile-contact__section {
  margin-bottom: 2rem; }
  @media (min-width: 30em) {
    .profile-contact__section {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; } }

.profile-contact__item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 30em) {
    .profile-contact__item {
      flex: 1 0 50%; }
      .profile-contact__section--right .profile-contact__item {
        flex: 1 0 100%; } }

.profile-contact__label {
  display: block;
  color: #222222;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: .25rem; }

.profile-contact__social {
  display: flex;
  flex-direction: row;
  margin-top: .5rem; }
  .profile-contact__social svg {
    height: 2rem;
    width: 2rem;
    margin-right: .25rem;
    fill: #00274C; }
  .profile-contact__social a:active svg,
  .profile-contact__social a:hover svg,
  .profile-contact__social a:focus svg {
    fill: #FFCB05; }
  .profile-contact__social a:focus {
    outline: 2px solid #1663F2; }

.related-profiles {
  margin: 4.5rem 0; }

.share {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin: 2rem 0;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .share .block {
    margin-bottom: 0;
    margin-left: .5rem; }
  .share .addtoany_list {
    margin-left: 4px; }
  .share .a2a_kit a {
    display: inline-block;
    transition: 0.2s transform cubic-bezier(0.5, 0, 0.2, 1);
    padding: 0;
    margin-left: 4px;
    border: 2px solid #222222;
    outline: none; }
    .share .a2a_kit a:active, .share .a2a_kit a:hover, .share .a2a_kit a:focus {
      transform: scale(1.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.12);
      outline: none; }
      .share .a2a_kit a:active.a2a_button_facebook, .share .a2a_kit a:hover.a2a_button_facebook, .share .a2a_kit a:focus.a2a_button_facebook {
        border-color: #1A77F2; }
        .share .a2a_kit a:active.a2a_button_facebook svg path, .share .a2a_kit a:hover.a2a_button_facebook svg path, .share .a2a_kit a:focus.a2a_button_facebook svg path {
          fill: #1A77F2 !important; }
      .share .a2a_kit a:active.a2a_button_twitter, .share .a2a_kit a:hover.a2a_button_twitter, .share .a2a_kit a:focus.a2a_button_twitter {
        border-color: #56ACEE; }
        .share .a2a_kit a:active.a2a_button_twitter svg path, .share .a2a_kit a:hover.a2a_button_twitter svg path, .share .a2a_kit a:focus.a2a_button_twitter svg path {
          fill: #56ACEE !important; }
      .share .a2a_kit a:active.a2a_button_linkedin, .share .a2a_kit a:hover.a2a_button_linkedin, .share .a2a_kit a:focus.a2a_button_linkedin {
        border-color: #037CB5; }
        .share .a2a_kit a:active.a2a_button_linkedin svg path, .share .a2a_kit a:hover.a2a_button_linkedin svg path, .share .a2a_kit a:focus.a2a_button_linkedin svg path {
          fill: #037CB5 !important; }
      .share .a2a_kit a:active, .share .a2a_kit a:hover, .share .a2a_kit a:focus {
        border-color: #00274C; }
        .share .a2a_kit a:active svg path, .share .a2a_kit a:hover svg path, .share .a2a_kit a:focus svg path {
          fill: #00274C !important; }
    .share .a2a_kit a > span {
      background-color: #ffffff !important;
      border-radius: 0;
      padding: 4px;
      opacity: 1; }
      .share .a2a_kit a > span svg path {
        fill: #222222 !important; }
  .share .a2a_svg {
    display: flex;
    align-items: center;
    justify-content: center; }
    .share .a2a_svg svg {
      height: 1.25rem;
      width: 1.25rem;
      fill: #ffffff; }

.simple-card {
  padding: 2em 1.5em;
  border: 1px solid #aeb0b5;
  position: relative; }
  .simple-card .simple-card__label {
    font-size: .7em;
    color: #5A5A5A; }
  .simple-card .simple-card__title {
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    letter-spacing: -1.2px;
    max-width: 95%; }
    @media (min-width: 55em) {
      .simple-card .simple-card__title {
        font-size: 26px; } }
    @media (min-width: 64em) {
      .simple-card .simple-card__title {
        font-size: 32px; } }
  .simple-card .simple-card__link:hover {
    text-decoration: none; }
  .simple-card .simple-card__link:hover polyline,
  .simple-card .simple-card__link:focus polyline,
  .simple-card .simple-card__link:active polyline {
    transform: translateX(1em); }
  .simple-card .simple-card__link:hover line,
  .simple-card .simple-card__link:focus line,
  .simple-card .simple-card__link:active line {
    transform: scaleX(1.8); }
  .simple-card .link-arrow {
    display: inline; }
    .simple-card .link-arrow svg {
      stroke: #1663F2;
      height: 1em;
      width: 1.2em;
      vertical-align: middle;
      overflow: visible; }
    .simple-card .link-arrow polyline,
    .simple-card .link-arrow line {
      transition: 0.3s transform cubic-bezier(0.5, 0, 0.2, 1); }
    .simple-card .link-arrow::before {
      content: '';
      position: absolute; }

.site-logo:focus {
  outline: 1px solid #FFCB05; }

.site-name__text {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0.8rem; }

.skiplinks {
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 9999; }

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #ffffff;
  border: 1px solid #1663F2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  color: #1663F2;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  outline: 0;
  padding: 0.4rem;
  text-align: center;
  text-decoration: none; }

/* stylelint-disable-next-line selector-max-id */
#main:focus {
  outline: 0; }

.spotlight-feature__block {
  margin-bottom: 2rem; }
  @media (min-width: 32.8125em) and (max-width: 54.9375em) {
    .spotlight-feature__block {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; } }
  @media (min-width: 55em) {
    .spotlight-feature__block {
      float: right;
      margin-left: 2rem;
      width: 50%; } }
  @media (min-width: 64em) {
    .spotlight-feature__block {
      width: 40%; } }

.spotlight__image {
  text-align: center;
  margin-bottom: -3rem;
  z-index: 3; }
  .spotlight__image img {
    max-width: 200px; }
  @media (min-width: 32.8125em) and (max-width: 54.9375em) {
    .spotlight__image {
      margin-bottom: 0;
      margin-right: -3rem; } }

.spotlight__content {
  z-index: 1;
  padding: 5rem 2rem 2rem;
  background-color: #FFCB05; }
  .spotlight__content .link--arrow {
    font-size: 0.9rem; }
  @media (min-width: 32.8125em) and (max-width: 54.9375em) {
    .spotlight__content {
      padding: 2rem 2rem 2rem 5rem; } }

.spotlight__name {
  font-size: 1.6rem;
  margin-bottom: .25rem; }

.spotlight__title {
  font-size: 0.9rem;
  margin-bottom: .5rem;
  margin-top: 1.25rem; }

.spotlight__meta {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

.spotlight__info {
  font-size: 0.9rem;
  border-top: 1px solid #222222;
  padding-top: 1.5rem;
  margin-top: 1.5rem; }
  .spotlight__award + .spotlight__info,
  .spotlight__info + .spotlight__info {
    border-top: 0;
    padding-top: 0;
    margin-top: 0; }
  .spotlight__info p {
    margin-bottom: 0; }

.spotlight__award {
  font-size: 0.9rem;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 1.5rem 0;
  margin: 1.5rem 0;
  display: flex;
  align-items: flex-start; }
  .spotlight__award svg {
    width: 2rem;
    margin-right: .5rem; }

.spotlight__sectors {
  margin-top: 2rem;
  font-size: 0.6rem; }

.spotlight__sectors-link {
  padding: .25rem;
  border: 1px solid #222222;
  color: #222222;
  outline: none; }
  .spotlight__sectors-link:active, .spotlight__sectors-link:hover, .spotlight__sectors-link:focus {
    text-decoration: none;
    background-color: #222222;
    color: #ffffff;
    outline: none; }

.statistic {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.5em; }
  .statistic--color-taubman-teal .statistic__title {
    color: #00857E; }
  .statistic--color-taubman-teal .statistic__description {
    background-color: #00857E; }
  .statistic--color-rackham-green .statistic__title {
    color: #5B7B73; }
  .statistic--color-rackham-green .statistic__description {
    background-color: #5B7B73; }
  .statistic--color-orange .statistic__title {
    color: #C15415; }
  .statistic--color-orange .statistic__description {
    background-color: #C15415; }
  .statistic--color-amethyst .statistic__title {
    color: #575294; }
  .statistic--color-amethyst .statistic__description {
    background-color: #575294; }
  .statistic--color-red .statistic__title {
    color: #9A3324; }
  .statistic--color-red .statistic__description {
    background-color: #9A3324; }
  .statistic--color-arboretum-blue .statistic__title {
    color: #2F65A7; }
  .statistic--color-arboretum-blue .statistic__description {
    background-color: #2F65A7; }
  @media (min-width: 75em) {
    .statistic {
      flex-direction: row; } }
  .in-view .statistic .statistic__number {
    transform: translateY(100%);
    transition: transform 0.5s 0.5s cubic-bezier(0.5, 0, 0.2, 1); }
  .in-view .statistic .statistic__title::after {
    transform: translateY(0);
    transition: transform 0.5s 0.5s cubic-bezier(0.5, 0, 0.2, 1); }
  .statistic .statistic-visual {
    display: flex;
    flex-direction: column;
    padding: 2em 1.5em;
    align-items: center; }
    @media (min-width: 40em) {
      .statistic .statistic-visual {
        padding: 3em 1.5em; } }
  .statistic .statistic__number {
    transition: transform 0.5s 0.5s cubic-bezier(0.5, 0, 0.2, 1); }
  .statistic .statistic__label {
    color: #5A5A5A;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    word-break: break-word; }
    @media (min-width: 40em) {
      .statistic .statistic__label {
        font-size: 15px; } }
  .statistic .statistic__title {
    font-size: 2.5em;
    line-height: 1;
    margin: 0;
    text-align: center;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s 0.5s cubic-bezier(0.5, 0, 0.2, 1); }
    @media (min-width: 40em) {
      .statistic .statistic__title {
        text-align: left;
        word-break: break-word;
        font-size: 3.5em; } }
    .statistic .statistic__title::after {
      content: attr(data-hover);
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-100%);
      transition: transform 0.5s cubic-bezier(0.5, 0, 0.2, 1); }
  .statistic .statistic__description {
    font-size: 0.75rem;
    align-self: stretch;
    font-weight: 700;
    margin-bottom: -1em;
    padding: 2em 2em 3em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
    flex: 1 0 45%;
    z-index: -1;
    transition: 0.5s cubic-bezier(0.5, 0, 0.2, 1); }
    .statistic .statistic__description div {
      max-width: 100%; }
    .statistic .statistic__description span {
      font-size: 0.6rem;
      margin-top: .75rem;
      font-style: italic;
      font-weight: 400;
      display: block; }
    @media (min-width: 40em) {
      .statistic .statistic__description {
        font-size: 0.9rem; } }

.page-tabs__panel {
  padding: 4rem 0; }
  .page-tabs__panel:focus {
    outline: none; }

@media (min-width: 64em) {
  .page-tabs {
    margin-top: -90px; } }

.page-tabs__tab {
  border: 0;
  color: #131516;
  background-color: #f1f1f1;
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  cursor: pointer;
  transition: .2s ease-out; }
  @media (min-width: 64em) {
    .page-tabs__tab {
      width: auto; } }
  .page-tabs__tab:hover {
    transform: translateY(7px);
    background-color: #ffffff; }
  .page-tabs__tab:active, .page-tabs__tab:focus {
    background-color: #ffffff;
    border-color: #FFCB05;
    color: #131516;
    outline: none; }
  .page-tabs__tab[aria-selected="true"] {
    background-color: #ffffff;
    border-top: 4px solid #FFCB05;
    border-left: 1px solid #ffffff;
    border-bottom: 0;
    border-right: 1px solid #ffffff;
    color: #131516;
    transform: translateY(14px); }

.vertical-label-container {
  display: none;
  visibility: hidden; }
  @media (min-width: 55em) {
    .vertical-label-container {
      display: inline-block;
      visibility: visible;
      position: absolute;
      overflow: visible;
      left: 40%;
      right: auto;
      top: 100%;
      width: auto; } }
  @media (min-width: 87.5em) {
    .vertical-label-container {
      top: -0.5em; } }

.vertical-label {
  display: inline-block;
  color: #5A5A5A;
  font-size: .7em;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  transform-origin: right;
  text-transform: uppercase; }
  .vertical-label--reversed {
    color: #ffffff; }
  @media (min-width: 55em) {
    .vertical-label {
      position: relative;
      left: -100%; } }
  .vertical-label::before {
    content: '';
    height: 1px;
    background-color: #d6d7d9;
    position: absolute;
    right: 115%;
    left: -17em;
    top: 46%; }
    .vertical-label::before--reversed {
      background-color: #ffffff; }

.video {
  position: relative;
  margin: 2rem 0; }

.video__content {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 56.25%;
  margin-bottom: 0.8rem; }
  .video--kaltura .video__content {
    padding-bottom: 60%; }
  .video__content iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.video__caption {
  font-size: 0.9rem;
  color: #5A5A5A;
  margin-bottom: 0.8rem; }
  .video__caption a {
    text-decoration: underline; }

.tabs::after {
  clear: both;
  content: "";
  display: table; }

.tabs__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .tabs__items li {
    padding-left: 0; }
    .tabs__items li::before {
      display: none; }
  @media (min-width: 40em) {
    .tabs__items {
      flex-direction: row; } }
  @media print {
    .tabs__items {
      display: none; } }

.tabs__item:first-child .tabs__link {
  border-bottom-left-radius: 4px;
  border-left: 0;
  border-top-left-radius: 4px; }

.tabs__item:last-child .tabs__link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.tabs__link {
  border: 1px solid #f1f1f1;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 0.9rem;
  line-height: 0.9444444444;
  margin: 0;
  padding: 0.4rem 0.8rem; }
  .tabs__link:hover, .tabs__link:focus, .tabs__link:active {
    background-color: #00274C;
    border-color: #00274C;
    color: #ffffff;
    text-decoration: none; }
  .tabs__link.is-active {
    background-color: #00274C;
    border-color: #00274C;
    color: #ffffff; }
    .tabs__link.is-active:hover, .tabs__link.is-active:focus {
      color: #ffffff; }

.tag-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 3rem 0; }
  .tag-list li {
    padding-left: 0; }
    .tag-list li::before {
      display: none; }

.tag-list__item {
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: 0; }

.tag {
  border: 1px solid #1663F2;
  display: inline-block;
  font-size: 0.6rem;
  margin: 0 0 0.4rem;
  padding: 0.35em 0.65em 0.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 1, 1); }
  .tag:hover, .tag:focus, .tag:active {
    background-color: #1663F2;
    color: #ffffff;
    outline: 0;
    text-decoration: none; }

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

.teaser-list__item {
  margin-bottom: 0; }

.teaser-list-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -.7em;
  border-bottom: 1px solid #aeb0b5; }
  @media (min-width: 30em) {
    .teaser-list-header {
      display: flex;
      align-items: center; } }

.teaser-list-results {
  margin-right: .5rem;
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: 2px;
  font-weight: 400; }

.card--event .card__header {
  margin-bottom: .5rem; }

.card__event-date {
  align-self: flex-start;
  background-color: #FFCB05;
  padding: .5rem;
  text-align: center;
  margin-right: 1rem;
  min-width: 75px;
  width: 75px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: .9rem; }
  .card__event-date span {
    display: block; }
  .card__event-date span:nth-child(2) {
    font-size: 32px;
    line-height: 1.75rem; }
  .card__event-date span:last-child {
    font-size: 15px;
    font-weight: 400; }

.card--impact .card__body {
  flex-direction: column; }

.card--impact .card__title {
  font-size: 1.6rem;
  margin: .5em 0 0; }
  @media (min-width: 30em) and (max-width: 55em) {
    .card--impact .card__title {
      margin-top: 0; } }

.card--video .card__media {
  position: relative;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .card--video .card__media svg {
    height: 3em;
    width: 3em;
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em);
    stroke: #ffffff;
    fill: rgba(0, 39, 76, 0.4);
    transition: all .25s ease; }
  .card--video .card__media a:active svg,
  .card--video .card__media a:hover svg,
  .card--video .card__media a:focus svg {
    transform: scale(1.25);
    transition: all .25s ease; }

.card--video .card__content {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: .5em;
  margin-top: -0.4rem; }
  .card--video .card__content span {
    display: flex;
    align-items: center;
    margin-right: 1.5em;
    padding: .1em 0;
    flex-wrap: wrap; }
  .card--video .card__content svg {
    height: 1rem;
    width: 1rem;
    margin-right: .4em; }

@media (min-width: 30em) and (max-width: 55em) {
  .card {
    display: flex;
    flex-direction: row; } }

.card__title {
  font-size: 1.3rem;
  margin: 0; }
  .card__title a {
    background-image: linear-gradient(transparent 95%, #1663F2 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1);
    color: #131516; }
    .card__title a:link, .card__title a:visited {
      color: #131516;
      outline: none; }
    .card__title a:active, .card__title a:hover, .card__title a:focus {
      color: #1663F2;
      background-size: 100% 100%;
      text-decoration: none;
      outline: none; }

.card__body {
  display: flex;
  flex-direction: row;
  flex-grow: 1; }
  .card__body .link--animated {
    font-size: 0.9rem; }
  @media (min-width: 30em) and (max-width: 55em) {
    .card__body {
      width: 65%;
      flex: 1 0 65%; } }

.card__header {
  margin-bottom: 0.8rem; }

.card__label {
  color: #5A5A5A;
  display: block;
  font-size: .7em;
  letter-spacing: 2px;
  margin-bottom: .5em;
  text-transform: uppercase; }

.card__content {
  margin-bottom: 1.2rem; }

.card__media {
  margin-bottom: 1.25em; }
  .card__media a {
    display: block;
    height: 100%;
    width: 100%; }
  .card__media img {
    width: 100%; }
  @media (min-width: 30em) and (max-width: 55em) {
    .card__media {
      width: 35%;
      flex: 1 0 35%;
      padding-right: 1rem; } }

.card-image-container {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -moz-clip-path: inset(0);
  transition: -webkit-clip-path 300ms ease-out;
  transition: clip-path 300ms ease-out;
  transition: clip-path 300ms ease-out, -webkit-clip-path 300ms ease-out;
  overflow: hidden; }
  .card-image-container img {
    transition: transform 300ms ease-out; }

.card-image-container:hover,
.card-image-container:active,
.card-image-container:focus {
  -webkit-clip-path: inset(2%);
          clip-path: inset(2%); }
  .card-image-container:hover img,
  .card-image-container:active img,
  .card-image-container:focus img {
    transform: scale(1.1); }

.card__meta {
  color: #5A5A5A;
  display: block;
  font-size: .7em;
  letter-spacing: 2px;
  margin-bottom: 1.5em;
  text-transform: uppercase; }

.teaser--related-profile:first-child {
  border-top: 1px solid #aeb0b5; }

@media (min-width: 30em) {
  .teaser--related-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center; } }

.teaser--related-profile .teaser__label {
  font-weight: 400; }

@media (min-width: 30em) {
  .teaser--related-profile .teaser__content {
    flex: 1 1 70%; } }

@media (min-width: 64em) {
  .teaser--related-profile .teaser__content {
    flex: 1 1 80%; } }

.teaser--related-profile .teaser__image {
  display: block;
  margin-top: 0;
  margin-bottom: 3rem; }
  .teaser--related-profile .teaser__image img {
    display: block;
    max-width: 150px;
    width: 80%; }
  @media (min-width: 30em) {
    .teaser--related-profile .teaser__image {
      flex: 0 1 30%;
      min-width: 30%;
      margin: 0;
      padding-right: 2rem;
      padding-left: 0;
      align-self: flex-start; }
      .teaser--related-profile .teaser__image img {
        width: auto;
        max-width: 100%;
        margin: 0; } }
  @media (min-width: 64em) {
    .teaser--related-profile .teaser__image {
      flex: 1 1 20%;
      min-width: 20%;
      padding-left: 0; } }

.teaser--sidebar {
  margin-bottom: 2rem; }
  @media (min-width: 40em) and (max-width: 55em) {
    .teaser--sidebar {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center; } }
  .teaser--sidebar .teaser__image {
    display: block;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    @media (min-width: 40em) and (max-width: 55em) {
      .teaser--sidebar .teaser__image {
        flex: 0 1 40%;
        min-width: 40%;
        padding-left: 0;
        padding-right: 2rem;
        margin-bottom: 0; } }
    @media (min-width: 55em) {
      .teaser--sidebar .teaser__image {
        flex: none;
        width: 100%;
        padding: 0; } }
    @media (min-width: 64em) {
      .teaser--sidebar .teaser__image {
        flex: none; } }
  .teaser--sidebar .teaser__label {
    font-size: 12px; }
  .teaser--sidebar .teaser__title {
    font-size: 24px;
    margin-bottom: .5rem; }
  .teaser--sidebar .teaser__desc {
    font-size: 18px;
    margin-top: 0; }
  .teaser--sidebar .teaser__meta {
    font-size: 0.9rem;
    margin-top: 0; }
    .teaser--sidebar .teaser__meta svg {
      height: 1rem;
      width: 1rem; }

.teaser--video .teaser__meta {
  align-items: center; }

@media (min-width: 30em) {
  .teaser--profile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center; } }

@media (min-width: 30em) {
  .teaser--profile .teaser__content {
    flex: 1 1 60%; } }

@media (min-width: 40em) {
  .teaser--profile .teaser__content {
    flex: 1 1 65%; } }

@media (min-width: 64em) {
  .teaser--profile .teaser__content {
    flex: 1 1 75%; } }

.teaser--profile .teaser__image img {
  display: block;
  max-width: 200px;
  width: 80%;
  margin: 0 auto; }

@media (min-width: 30em) {
  .teaser--profile .teaser__image {
    flex: 0 1 40%;
    min-width: 40%;
    padding-left: 2rem; }
    .teaser--profile .teaser__image img {
      width: auto;
      max-width: 100%;
      margin: 0; } }

@media (min-width: 40em) {
  .teaser--profile .teaser__image {
    flex: 1 1 35%;
    min-width: 35%; } }

@media (min-width: 64em) {
  .teaser--profile .teaser__image {
    flex: 1 1 25%;
    min-width: 25%; } }

.teaser.teaser--room {
  padding: 1.25rem 0 1rem; }
  .teaser.teaser--room .teaser__title {
    margin-bottom: .4rem; }

.teaser {
  border-bottom: 1px solid #aeb0b5;
  padding: 2.5em 0; }
  @media (min-width: 40em) {
    .teaser {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center; } }

.page-wrapper--event-list .teaser--featured {
  background-color: #FFCB05;
  padding: 4em 2em;
  position: relative; }
  .page-wrapper--event-list .teaser--featured .teaser__title {
    font-weight: 700;
    font-size: 38px; }
  .page-wrapper--event-list .teaser--featured a::before {
    content: '';
    background-color: #FFCB05;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
  .page-wrapper--event-list .teaser--featured a:hover::before {
    transform: scaleX(1.05); }
  .page-wrapper--event-list .teaser--featured .teaser__stream {
    border: 1px solid #222222;
    background-color: transparent;
    margin-top: 1rem; }

@media (min-width: 40em) {
  .teaser__content {
    flex: 1 1 50%;
    align-self: center; } }

@media (min-width: 64em) {
  .teaser__content {
    flex: 1 1 60%; } }

.teaser__image {
  margin-top: 2.5em; }
  @media (min-width: 40em) {
    .teaser__image {
      flex: 0 1 50%;
      min-width: 50%;
      padding-left: 2rem;
      align-self: flex-start;
      margin-top: 0; } }
  @media (min-width: 64em) {
    .teaser__image {
      flex: 0 1 40%;
      min-width: 40%; } }

.teaser__title {
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1em;
  text-decoration: none; }
  .teaser__title a {
    background-image: linear-gradient(transparent 95%, #1663F2 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1); }
  .teaser__title a:hover {
    background-size: 100% 100%;
    text-decoration: none; }
  .teaser__title a:link,
  .teaser__title a:visited {
    color: #222222;
    outline: none; }
  .teaser__title a:active,
  .teaser__title a:hover,
  .teaser__title a:focus {
    color: #1663F2;
    background-size: 100% 100%;
    text-decoration: none;
    outline: none; }
  .teaser__title svg {
    width: .6em;
    height: .6em;
    stroke: #1663F2; }

.teaser__desc {
  font-size: 18px;
  margin-top: 1em; }
  @media (min-width: 64em) {
    .teaser__desc {
      max-width: 45em; } }
  .teaser__desc p {
    margin: 0; }

.teaser__label {
  display: flex;
  width: 100%;
  align-items: center;
  color: #5A5A5A;
  font-size: .7em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5em; }
  .teaser__label a,
  .teaser__label a:link,
  .teaser__label a:visited {
    color: #5A5A5A; }
  .teaser__label a:active,
  .teaser__label a:hover,
  .teaser__label a:focus {
    color: #1663F2; }
  .teaser--event .teaser__label {
    display: block;
    font-size: .6em; }
    .teaser--event .teaser__label::after {
      display: none; }

.teaser__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-bottom: .5em;
  margin-top: -0.4rem; }
  .teaser__meta .link--animated,
  .teaser__meta .link--animated:link,
  .teaser__meta .link--animated:visited {
    color: #131516; }
  .teaser__meta .link--animated:active,
  .teaser__meta .link--animated:hover,
  .teaser__meta .link--animated:focus {
    color: #1663F2; }
  .teaser__meta .event-date {
    display: inline; }
  .teaser__meta + .teaser__meta {
    margin-top: .5em; }
  .teaser__desc + .teaser__meta {
    margin-top: 1rem; }
  .teaser__meta svg {
    margin-right: .4em; }
  .teaser__meta span {
    margin-right: 1.5em;
    padding: .1em 0; }
    .teaser__meta span svg {
      position: relative;
      top: 3px; }
    .teaser__meta span:last-of-type {
      margin-right: 0; }

.teaser__stream {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  background-color: #f7f7f7;
  padding: .5em .75em;
  margin-top: .5em; }
  .teaser__stream svg {
    height: 1.25em;
    width: 1.25em;
    margin-right: .75em; }

.teaser__row {
  font-size: 18px;
  margin-bottom: 1rem;
  margin-top: -0.4rem; }
  @media (min-width: 30em) {
    .teaser__row {
      display: flex; }
      .teaser__row div + div {
        padding-left: 2.5em; } }

.teaser__title + .teaser__profile-title {
  margin-top: -1.5em; }

.teaser__profile-title {
  color: #5A5A5A;
  margin-bottom: 2em; }

.teaser__content-label {
  font-weight: 700; }

.teaser__image a {
  display: block;
  position: relative; }
  .teaser__image a:active svg,
  .teaser__image a:hover svg,
  .teaser__image a:focus svg {
    transform: scale(1.25);
    transition: all .25s ease; }

.teaser__image img {
  width: 100%; }

.teaser--video .teaser__image {
  position: relative; }
  .teaser--video .teaser__image svg {
    height: 3em;
    width: 3em;
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em);
    stroke: #ffffff;
    fill: rgba(0, 39, 76, 0.4);
    transition: all .25s ease; }

.teaser__date {
  margin-bottom: .5em; }
  .teaser__date + .teaser__desc {
    margin-top: 0; }

.teaser__row-item {
  display: flex;
  align-items: center; }
  .teaser__row-item svg {
    margin-right: .5em; }

.view__filters {
  margin-bottom: 0.8rem; }

.view__empty {
  margin: 2rem 0;
  padding: 2rem;
  background-color: #f7f7f7;
  text-align: center; }
  .view__empty br {
    display: none;
    visibility: hidden; }

.view .article {
  border-bottom: 1px solid #d6d7d9;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .view .article .page-title {
    font-size: 26px;
    margin-bottom: 0.5em; }
  .view .article .article__footer {
    font-size: 18px; }
  .view .article .field--name-body {
    display: none;
    visibility: hidden; }
  .view .article .inline {
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0; }

.clearfix::after {
  clear: both !important;
  content: "" !important;
  display: table !important; }

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }
  .visually-hidden.focusable:focus, .visually-hidden.focusable:active {
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

/*# sourceMappingURL=styles.css.map */
