@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*! formstone v1.4.22 [background.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-background {
  overflow: hidden;
  position: relative;
}

.fs-background, .fs-background-container, .fs-background-media {
  transition: none;
}

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.fs-background-media.fs-background-animated {
  transition: opacity 0.5s linear;
}

.fs-background-media iframe, .fs-background-media img, .fs-background-media video {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}

.fs-background-media.fs-background-fixed, .fs-background-media.fs-background-native {
  width: 100%;
  height: 100%;
}

.fs-background-media.fs-background-fixed img, .fs-background-media.fs-background-native img {
  display: none;
}

.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}

.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}

.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}

/*! formstone v1.4.22 [carousel.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
}

.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: "";
  display: table;
}

.fs-carousel, .fs-carousel *, .fs-carousel :after, .fs-carousel :before, .fs-carousel:after, .fs-carousel:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.fs-carousel-enabled.fs-carousel-contained, .fs-carousel-enabled.fs-carousel-contained .fs-carousel-container, .fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport, .fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper {
  overflow: hidden;
}

.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: "";
  display: table;
}

.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.fs-carousel-enabled .fs-carousel-container {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  backface-visibility: hidden;
  display: flex;
  margin: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
  transform: translate3d(0, 0, 0);
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  align-items: flex-start;
  transition: height 0.5s ease, transform 0.5s ease;
}

.fs-carousel-enabled .fs-carousel-item {
  min-height: 1px;
  min-height: 0.0625rem;
  display: block;
}

.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fs-carousel-single .fs-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
  position: relative;
  z-index: 2;
}

.fs-carousel-controls {
  display: none;
}

.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-carousel-controls_custom.fs-carousel-visible, .fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-control {
  border: none;
  cursor: pointer;
  padding: 0;
}

.fs-carousel-pagination {
  display: none;
}

.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
}

.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-page {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.fs-carousel-enabled.fs-carousel-rtl {
  direction: rtl;
}

/*! formstone v1.4.22 [checkpoint.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-checkpoint[data-checkpoint-animation=fade-down], .fs-checkpoint[data-checkpoint-animation=fade-in], .fs-checkpoint[data-checkpoint-animation=fade-left], .fs-checkpoint[data-checkpoint-animation=fade-right], .fs-checkpoint[data-checkpoint-animation=fade-up] {
  opacity: 0;
  transition: opacity 0.5s linear, transform 0.5s ease;
}

.fs-checkpoint[data-checkpoint-animation=fade-down].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=fade-in].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=fade-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=fade-right].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=fade-up].fs-checkpoint-active {
  opacity: 1;
}

.fs-checkpoint[data-checkpoint-animation=fade-up] {
  transform: translateY(50px);
}

.fs-checkpoint[data-checkpoint-animation=fade-down] {
  transform: translateY(-50px);
}

.fs-checkpoint[data-checkpoint-animation=fade-down].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=fade-up].fs-checkpoint-active {
  transform: translateY(0);
}

.fs-checkpoint[data-checkpoint-animation=fade-left] {
  transform: translateX(-50px);
}

.fs-checkpoint[data-checkpoint-animation=fade-right] {
  transform: translateX(50px);
}

.fs-checkpoint[data-checkpoint-animation=fade-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=fade-right].fs-checkpoint-active {
  transform: translateX(0);
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down], .fs-checkpoint[data-checkpoint-animation=zoom-in-left], .fs-checkpoint[data-checkpoint-animation=zoom-in-right], .fs-checkpoint[data-checkpoint-animation=zoom-in-up], .fs-checkpoint[data-checkpoint-animation=zoom-in] {
  opacity: 0;
  transition: opacity 0.5s linear, transform 0.5s ease;
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-in-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-in-right].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-in-up].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-in].fs-checkpoint-active {
  opacity: 1;
}

.fs-checkpoint[data-checkpoint-animation=zoom-in] {
  transform: translateY(0) scale(0.5);
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-up] {
  transform: translateY(50px) scale(0.5);
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down] {
  transform: translateY(-50px) scale(0.5);
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-in-up].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-in].fs-checkpoint-active {
  transform: translateY(0) scale(1);
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-left] {
  transform: translateX(-50px) scale(0.5);
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-right] {
  transform: translateX(50px) scale(0.5);
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-in-right].fs-checkpoint-active {
  transform: translateX(0) scale(1);
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down], .fs-checkpoint[data-checkpoint-animation=zoom-out-left], .fs-checkpoint[data-checkpoint-animation=zoom-out-right], .fs-checkpoint[data-checkpoint-animation=zoom-out-up], .fs-checkpoint[data-checkpoint-animation=zoom-out] {
  opacity: 0;
  transition: opacity 0.5s linear, transform 0.5s ease;
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-out-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-out-right].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-out-up].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-out].fs-checkpoint-active {
  opacity: 1;
}

.fs-checkpoint[data-checkpoint-animation=zoom-out] {
  transform: translateY(0) scale(1.25);
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-up] {
  transform: translateY(50px) scale(1.25);
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down] {
  transform: translateY(-50px) scale(1.25);
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-out-up].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-out].fs-checkpoint-active {
  transform: translateY(0) scale(1);
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-left] {
  transform: translateX(-50px) scale(1.25);
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-right] {
  transform: translateX(50px) scale(1.25);
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=zoom-out-right].fs-checkpoint-active {
  transform: translateX(0) scale(1);
}

.fs-checkpoint[data-checkpoint-animation=flip-down], .fs-checkpoint[data-checkpoint-animation=flip-left], .fs-checkpoint[data-checkpoint-animation=flip-right], .fs-checkpoint[data-checkpoint-animation=flip-up] {
  backface-visibility: hidden;
  transition: opacity 0.5s linear, transform 0.5s ease;
}

.fs-checkpoint[data-checkpoint-animation=flip-up] {
  transform: perspective(3000px) rotateX(-91deg);
}

.fs-checkpoint[data-checkpoint-animation=flip-down] {
  transform: perspective(3000px) rotateX(91deg);
}

.fs-checkpoint[data-checkpoint-animation=flip-down].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=flip-up].fs-checkpoint-active {
  transform: perspective(3000px) rotateX(0);
}

.fs-checkpoint[data-checkpoint-animation=flip-left] {
  transform: perspective(3000px) rotateY(91deg);
}

.fs-checkpoint[data-checkpoint-animation=flip-right] {
  transform: perspective(3000px) rotateY(-91deg);
}

.fs-checkpoint[data-checkpoint-animation=flip-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=flip-right].fs-checkpoint-active {
  transform: perspective(3000px) rotateY(0);
}

/*! formstone v1.4.22 [lightbox.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-lightbox {
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  opacity: 0;
  margin: 0 auto;
  transform: translateZ(0);
}

.fs-lightbox, .fs-lightbox :not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-lightbox-animating {
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

.fs-lightbox-animating .fs-lightbox-content, .fs-lightbox-animating .fs-lightbox-control, .fs-lightbox-animating .fs-lightbox-meta, .fs-lightbox-animating .fs-lightbox-thumbnails, .fs-lightbox-animating .fs-lightbox-tools {
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.fs-lightbox-open {
  opacity: 1;
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}

.fs-lightbox-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}

.fs-lightbox-container:after {
  clear: both;
  content: "";
  display: table;
}

.fs-lightbox-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}

.fs-lightbox-content:after {
  clear: both;
  content: "";
  display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  margin: 0;
  transform: translate3D(0, 0, 0);
}

.fs-lightbox-image {
  display: block;
}

.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
}

.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto;
}

.fs-lightbox-meta {
  opacity: 1;
  clear: both;
  visibility: visible;
}

.fs-lightbox-control {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}

.fs-lightbox-control_previous {
  left: 0;
}

.fs-lightbox-control_next {
  right: 0;
}

.fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}

.fs-lightbox-caption:after {
  clear: both;
  content: "";
  display: table;
}

.fs-lightbox-toggle {
  border: none;
  padding: 0;
  display: none;
}

.fs-lightbox-thumbnails {
  height: 60px;
  height: 3.75rem;
  clear: both;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-thumbnail_container {
  height: 80px;
  height: 5rem;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
  text-align: center;
  white-space: nowrap;
}

.fs-lightbox-thumbnail_item {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  position: relative;
  background: 0 0;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  opacity: 0.25;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.25s linear;
}

.fs-lightbox-thumbnail_item:last-child {
  margin: 0;
}

.fs-lightbox-thumbnail_item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

.fs-lightbox-thumbnail_item.fs-lightbox-active, .no-touchevents .fs-lightbox-thumbnail_item:hover {
  opacity: 1;
}

.fs-lightbox-loading .fs-lightbox-content, .fs-lightbox-loading .fs-lightbox-control, .fs-lightbox-loading .fs-lightbox-meta, .fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-loading .fs-lightbox-tools {
  opacity: 0;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 1;
  visibility: visible;
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111;
}

.fs-lightbox-mobile .fs-lightbox-content {
  height: 100%;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-controls {
  text-align: center;
}

.fs-lightbox-mobile .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  cursor: default !important;
  opacity: 0;
  visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
}

.fs-lightbox-mobile .fs-lightbox-image {
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content, .fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: 0 0;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.3125rem;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  transform: translate(0, 100%);
  transition: transform 0.25s ease, opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
  width: 100%;
  height: 70px;
  height: 4.375rem;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #111;
  transform: translate(0, 100%);
  transition: transform 0.25s ease, opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
  height: 100px;
  height: 6.25rem;
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  transform: translate(0, 0);
}

.fs-lightbox-lock {
  overflow: hidden !important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-container, .fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  overflow: visible;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  position: relative;
}

.fs-lightbox .fs-viewer {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer, .fs-lightbox .fs-viewer .fs-viewer-wrapper {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  left: 0;
  background: #111;
}

.fs-lightbox .fs-viewer .fs-viewer-wrapper {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer .fs-viewer-loading_icon {
  display: none !important;
}

.fs-lightbox .fs-viewer .fs-viewer-viewport {
  top: 5px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.fs-lightbox .fs-viewer .fs-viewer-controls {
  position: absolute;
  bottom: 10px;
}

/*! formstone v1.4.22 [sticky.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-sticky-element {
  will-change: scroll-position;
}

.fs-sticky-element.fs-sticky-stuck {
  position: fixed;
}

.fs-sticky-element.fs-sticky-passed {
  position: absolute;
}

.fs-sticky-clone {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.fs-sticky-clone.fs-sticky-stuck {
  display: block;
}

.fs-sticky-container {
  position: relative;
}

/*! formstone v1.4.22 [viewer.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-viewer-source {
  display: none !important;
}

.fs-viewer-wrapper {
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: none;
  height: 300px;
  height: 18.75rem;
}

.fs-viewer-viewport {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.fs-viewer-container {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  margin: 0;
  opacity: 1;
  transform: translate3D(0, 0, 0);
  transition: opacity 0.25s ease;
}

.fs-viewer-loading .fs-viewer-container {
  opacity: 0;
}

.fs-viewer-image {
  position: absolute;
}

.fs-viewer-scaling .fs-viewer-container {
  transition: none !important;
}

.fs-viewer-scaling .fs-viewer-image {
  transition: none !important;
}

.fs-viewer-controls {
  background: #eee;
  margin: 0 auto;
}

.fs-viewer-control {
  border: none;
  padding: 0;
}

.fs-viewer-control_next, .fs-viewer-control_previous {
  display: none;
}

.fs-viewer-gallery .fs-viewer-control_next, .fs-viewer-gallery .fs-viewer-control_previous {
  display: inline;
}

/*! formstone v1.4.13 [grid.css] 2019-07-10 | GPL-3.0 License | formstone.it */
.fs-grid .fs-row, .fs_grid_row {
  min-width: 300px;
  min-width: 18.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 739px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 96%;
    width: calc(100% - 40px);
    width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 740px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 720px;
    width: 45rem;
  }
}
@media screen and (min-width: 980px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 960px;
    width: 60rem;
  }
}
@media screen and (min-width: 1220px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 1200px;
    width: 75rem;
  }
}
@media screen and (min-width: 1394px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 1374px;
    width: 85.875rem;
  }
}
.fs-grid-fluid .fs-row, .fs_grid_row_fluid {
  width: 96%;
  width: calc(100% - 40px);
  width: calc(100% - 2.5rem);
}

@media screen and (max-width: 499px) {
  .fs-grid-adaptive .fs-row, .fs_grid_row_adaptive {
    width: 300px;
    width: 18.75rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 739px) {
  .fs-grid-adaptive .fs-row, .fs_grid_row_adaptive {
    width: 480px;
    width: 30rem;
  }
}
.fs_grid_row_reverse {
  flex-direction: row-reverse;
}

.fs_grid_row_justify_around {
  justify-content: space-around;
}

.fs_grid_row_justify_between {
  justify-content: space-between;
}

.fs_grid_row_justify_start {
  justify-content: flex-start;
}

.fs_grid_row_justify_center {
  justify-content: center;
}

.fs_grid_row_justify_end {
  justify-content: flex-end;
}

.fs_grid_row_align_start {
  align-items: flex-start;
}

.fs_grid_row_align_center {
  align-items: center;
}

.fs_grid_row_align_end {
  align-items: flex-end;
}

.fs-grid .fs-row .fs-row, .fs_grid_row_row {
  min-width: auto;
  width: 104.09%;
  margin-left: -2.045%;
  margin-right: -2.045%;
}

.fs-grid .fs-row [class*=fs-cell][class*=-contained] .fs-row, .fs_grid_row_row_contained {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.fs_grid_row_destroy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.fs-grid .fs-row [class*=fs-cell], .fs_grid_cell {
  width: 95.91%;
  max-width: 95.91%;
  min-width: 0;
  flex: 0 0 95.91%;
  flex-basis: auto;
  margin-left: 2.045%;
  margin-right: 2.045%;
}

.fs-grid .fs-row [class*=fs-cell][class*=-padded], .fs_grid_cell_padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.045%;
  padding-right: 2.045%;
}

.fs-grid .fs-row [class*=fs-cell][class*=-contained], .fs_grid_cell_contained {
  width: 100%;
  flex: 0 0 100%;
  margin-left: 0;
  margin-right: 0;
}

.fs_grid_cell_justify_start {
  margin-right: auto;
}

.fs_grid_cell_centered, .fs_grid_cell_justify_center {
  margin-right: auto;
  margin-left: auto;
}

.fs_grid_cell_justify_end, .fs_grid_cell_right {
  margin-left: auto;
}

.fs_grid_cell_align_start {
  align-self: flex-start;
}

.fs_grid_cell_align_center {
  align-self: center;
}

.fs_grid_cell_align_end {
  align-self: flex-end;
}

.fs_grid_cell_first {
  order: -1;
}

.fs_grid_cell_last {
  order: 1;
}

.fs_grid_cell_destroy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

* {
  box-sizing: border-box;
}

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

.fs-grid .fs-row.fs-all-reverse {
  flex-direction: row-reverse;
}

.fs-grid .fs-row.fs-all-justify-around {
  justify-content: space-around;
}

.fs-grid .fs-row.fs-all-justify-between {
  justify-content: space-between;
}

.fs-grid .fs-row.fs-all-justify-start {
  justify-content: flex-start;
}

.fs-grid .fs-row.fs-all-justify-center {
  justify-content: center;
}

.fs-grid .fs-row.fs-all-justify-end {
  justify-content: flex-end;
}

.fs-grid .fs-row.fs-all-align-start {
  align-items: flex-start;
}

.fs-grid .fs-row.fs-all-align-center {
  align-items: center;
}

.fs-grid .fs-row.fs-all-align-end {
  align-items: flex-end;
}

.fs-grid .fs-row .fs-cell.fs-all-first, .fs-grid .fs-row [class*=-contained].fs-all-first {
  order: -1;
}

.fs-grid .fs-row .fs-cell.fs-all-last, .fs-grid .fs-row [class*=-contained].fs-all-last {
  order: 1;
}

.fs-grid .fs-row .fs-cell.fs-all-align-start, .fs-grid .fs-row [class*=-contained].fs-all-align-start {
  align-self: flex-start;
}

.fs-grid .fs-row .fs-cell.fs-all-align-center, .fs-grid .fs-row [class*=-contained].fs-all-align-center {
  align-self: center;
}

.fs-grid .fs-row .fs-cell.fs-all-align-end, .fs-grid .fs-row [class*=-contained].fs-all-align-end {
  align-self: flex-end;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-start, .fs-grid .fs-row [class*=-contained].fs-all-justify-start {
  margin-right: auto;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-center, .fs-grid .fs-row [class*=-contained].fs-all-justify-center {
  margin-right: auto;
  margin-left: auto;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-end, .fs-grid .fs-row [class*=-contained].fs-all-justify-end {
  margin-left: auto;
}

.fs-grid .fs-row .fs-all-fifth {
  width: 15.91%;
  max-width: 15.91%;
  min-width: 0;
  flex: 0 0 15.91%;
}

.fs-grid .fs-row .fs-all-fourth {
  width: 20.91%;
  max-width: 20.91%;
  min-width: 0;
  flex: 0 0 20.91%;
}

.fs-grid .fs-row .fs-all-third {
  width: 29.24333333%;
  max-width: 29.24333333%;
  min-width: 0;
  flex: 0 0 29.24333333%;
}

.fs-grid .fs-row .fs-all-half {
  width: 45.91%;
  max-width: 45.91%;
  min-width: 0;
  flex: 0 0 45.91%;
}

.fs-grid .fs-row .fs-all-full {
  width: 95.91%;
  max-width: 95.91%;
  min-width: 0;
  flex: 0 0 95.91%;
}

.fs-grid .fs-row .fs-all-push-fifth {
  margin-left: 22.045%;
}

.fs-grid .fs-row .fs-all-push-fourth {
  margin-left: 27.045%;
}

.fs-grid .fs-row .fs-all-push-third {
  margin-left: 35.37833333%;
}

.fs-grid .fs-row .fs-all-push-half {
  margin-left: 52.045%;
}

.fs-grid .fs-row [class*=-contained].fs-all-fifth {
  width: 20%;
  max-width: 20%;
  min-width: 0;
  flex: 0 0 20%;
}

.fs-grid .fs-row [class*=-contained].fs-all-fourth {
  width: 25%;
  max-width: 25%;
  min-width: 0;
  flex: 0 0 25%;
}

.fs-grid .fs-row [class*=-contained].fs-all-third {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 0;
  flex: 0 0 33.33333333%;
}

.fs-grid .fs-row [class*=-contained].fs-all-half {
  width: 50%;
  max-width: 50%;
  min-width: 0;
  flex: 0 0 50%;
}

.fs-grid .fs-row [class*=-contained].fs-all-full {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 0 0 100%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-fifth {
  margin-left: 20%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-fourth {
  margin-left: 25%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-third {
  margin-left: 33.33333333%;
}

.fs-grid .fs-row [class*=-contained].fs-all-push-half {
  margin-left: 50%;
}

.fs-grid .fs-row .fs-all-auto {
  width: auto;
  max-width: 95.91%;
  flex: 1;
  flex-grow: 1;
}

.fs-grid .fs-row .fs-all-hide {
  display: none;
}

.fs-grid .fs-row .fs-all-destroy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 739px) {
  .fs-grid .fs-row.fs-sm-reverse {
    flex-direction: row-reverse;
  }
  .fs-grid .fs-row.fs-sm-justify-around {
    justify-content: space-around;
  }
  .fs-grid .fs-row.fs-sm-justify-between {
    justify-content: space-between;
  }
  .fs-grid .fs-row.fs-sm-justify-start {
    justify-content: flex-start;
  }
  .fs-grid .fs-row.fs-sm-justify-center {
    justify-content: center;
  }
  .fs-grid .fs-row.fs-sm-justify-end {
    justify-content: flex-end;
  }
  .fs-grid .fs-row.fs-sm-align-start {
    align-items: flex-start;
  }
  .fs-grid .fs-row.fs-sm-align-center {
    align-items: center;
  }
  .fs-grid .fs-row.fs-sm-align-end {
    align-items: flex-end;
  }
  .fs-grid .fs-row .fs-sm-1 {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-sm-2 {
    width: 62.57666667%;
    max-width: 62.57666667%;
    min-width: 0;
    flex: 0 0 62.57666667%;
  }
  .fs-grid .fs-row .fs-sm-3 {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-sm-push-1 {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-sm-push-2 {
    margin-left: 68.71166667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-1 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-2 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    flex: 0 0 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-3 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-push-1 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-push-2 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-first, .fs-grid .fs-row [class*=-contained].fs-sm-first {
    order: -1;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-last, .fs-grid .fs-row [class*=-contained].fs-sm-last {
    order: 1;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-align-start, .fs-grid .fs-row [class*=-contained].fs-sm-align-start {
    align-self: flex-start;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-align-center, .fs-grid .fs-row [class*=-contained].fs-sm-align-center {
    align-self: center;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-align-end, .fs-grid .fs-row [class*=-contained].fs-sm-align-end {
    align-self: flex-end;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-justify-start, .fs-grid .fs-row [class*=-contained].fs-sm-justify-start {
    margin-right: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-justify-center, .fs-grid .fs-row [class*=-contained].fs-sm-justify-center {
    margin-right: auto;
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-sm-justify-end, .fs-grid .fs-row [class*=-contained].fs-sm-justify-end {
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-sm-fifth {
    width: 15.91%;
    max-width: 15.91%;
    min-width: 0;
    flex: 0 0 15.91%;
  }
  .fs-grid .fs-row .fs-sm-fourth {
    width: 20.91%;
    max-width: 20.91%;
    min-width: 0;
    flex: 0 0 20.91%;
  }
  .fs-grid .fs-row .fs-sm-third {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-sm-half {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-sm-full {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-sm-push-fifth {
    margin-left: 22.045%;
  }
  .fs-grid .fs-row .fs-sm-push-fourth {
    margin-left: 27.045%;
  }
  .fs-grid .fs-row .fs-sm-push-third {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-sm-push-half {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    flex: 0 0 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-sm-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-sm-auto {
    width: auto;
    max-width: 95.91%;
    flex: 1;
    flex-grow: 1;
  }
  .fs-grid .fs-row .fs-sm-hide {
    display: none;
  }
  .fs-grid .fs-row .fs-sm-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 499px) {
  .fs-grid .fs-row.fs-xs-reverse {
    flex-direction: row-reverse;
  }
  .fs-grid .fs-row.fs-xs-justify-around {
    justify-content: space-around;
  }
  .fs-grid .fs-row.fs-xs-justify-between {
    justify-content: space-between;
  }
  .fs-grid .fs-row.fs-xs-justify-start {
    justify-content: flex-start;
  }
  .fs-grid .fs-row.fs-xs-justify-center {
    justify-content: center;
  }
  .fs-grid .fs-row.fs-xs-justify-end {
    justify-content: flex-end;
  }
  .fs-grid .fs-row.fs-xs-align-start {
    align-items: flex-start;
  }
  .fs-grid .fs-row.fs-xs-align-center {
    align-items: center;
  }
  .fs-grid .fs-row.fs-xs-align-end {
    align-items: flex-end;
  }
  .fs-grid .fs-row .fs-xs-1 {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-xs-2 {
    width: 62.57666667%;
    max-width: 62.57666667%;
    min-width: 0;
    flex: 0 0 62.57666667%;
  }
  .fs-grid .fs-row .fs-xs-3 {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-xs-push-1 {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-xs-push-2 {
    margin-left: 68.71166667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-1 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-2 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    flex: 0 0 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-3 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-push-1 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-push-2 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-first, .fs-grid .fs-row [class*=-contained].fs-xs-first {
    order: -1;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-last, .fs-grid .fs-row [class*=-contained].fs-xs-last {
    order: 1;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-align-start, .fs-grid .fs-row [class*=-contained].fs-xs-align-start {
    align-self: flex-start;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-align-center, .fs-grid .fs-row [class*=-contained].fs-xs-align-center {
    align-self: center;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-align-end, .fs-grid .fs-row [class*=-contained].fs-xs-align-end {
    align-self: flex-end;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-justify-start, .fs-grid .fs-row [class*=-contained].fs-xs-justify-start {
    margin-right: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-justify-center, .fs-grid .fs-row [class*=-contained].fs-xs-justify-center {
    margin-right: auto;
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-xs-justify-end, .fs-grid .fs-row [class*=-contained].fs-xs-justify-end {
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-xs-fifth {
    width: 15.91%;
    max-width: 15.91%;
    min-width: 0;
    flex: 0 0 15.91%;
  }
  .fs-grid .fs-row .fs-xs-fourth {
    width: 20.91%;
    max-width: 20.91%;
    min-width: 0;
    flex: 0 0 20.91%;
  }
  .fs-grid .fs-row .fs-xs-third {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-xs-half {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-xs-full {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-xs-push-fifth {
    margin-left: 22.045%;
  }
  .fs-grid .fs-row .fs-xs-push-fourth {
    margin-left: 27.045%;
  }
  .fs-grid .fs-row .fs-xs-push-third {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-xs-push-half {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    flex: 0 0 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xs-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-xs-auto {
    width: auto;
    max-width: 95.91%;
    flex: 1;
    flex-grow: 1;
  }
  .fs-grid .fs-row .fs-xs-hide {
    display: none;
  }
  .fs-grid .fs-row .fs-xs-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .fs-grid .fs-row.fs-md-reverse {
    flex-direction: row-reverse;
  }
  .fs-grid .fs-row.fs-md-justify-around {
    justify-content: space-around;
  }
  .fs-grid .fs-row.fs-md-justify-between {
    justify-content: space-between;
  }
  .fs-grid .fs-row.fs-md-justify-start {
    justify-content: flex-start;
  }
  .fs-grid .fs-row.fs-md-justify-center {
    justify-content: center;
  }
  .fs-grid .fs-row.fs-md-justify-end {
    justify-content: flex-end;
  }
  .fs-grid .fs-row.fs-md-align-start {
    align-items: flex-start;
  }
  .fs-grid .fs-row.fs-md-align-center {
    align-items: center;
  }
  .fs-grid .fs-row.fs-md-align-end {
    align-items: flex-end;
  }
  .fs-grid .fs-row .fs-md-1 {
    width: 12.57666667%;
    max-width: 12.57666667%;
    min-width: 0;
    flex: 0 0 12.57666667%;
  }
  .fs-grid .fs-row .fs-md-2 {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-md-3 {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-md-4 {
    width: 62.57666667%;
    max-width: 62.57666667%;
    min-width: 0;
    flex: 0 0 62.57666667%;
  }
  .fs-grid .fs-row .fs-md-5 {
    width: 79.24333333%;
    max-width: 79.24333333%;
    min-width: 0;
    flex: 0 0 79.24333333%;
  }
  .fs-grid .fs-row .fs-md-6 {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-md-push-1 {
    margin-left: 18.71166667%;
  }
  .fs-grid .fs-row .fs-md-push-2 {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-md-push-3 {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row .fs-md-push-4 {
    margin-left: 68.71166667%;
  }
  .fs-grid .fs-row .fs-md-push-5 {
    margin-left: 85.37833333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-1 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    flex: 0 0 16.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-2 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-3 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-4 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    flex: 0 0 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-5 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    flex: 0 0 83.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-6 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-1 {
    margin-left: 16.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-2 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-3 {
    margin-left: 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-4 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-5 {
    margin-left: 83.33333333%;
  }
  .fs-grid .fs-row .fs-cell.fs-md-first, .fs-grid .fs-row [class*=-contained].fs-md-first {
    order: -1;
  }
  .fs-grid .fs-row .fs-cell.fs-md-last, .fs-grid .fs-row [class*=-contained].fs-md-last {
    order: 1;
  }
  .fs-grid .fs-row .fs-cell.fs-md-align-start, .fs-grid .fs-row [class*=-contained].fs-md-align-start {
    align-self: flex-start;
  }
  .fs-grid .fs-row .fs-cell.fs-md-align-center, .fs-grid .fs-row [class*=-contained].fs-md-align-center {
    align-self: center;
  }
  .fs-grid .fs-row .fs-cell.fs-md-align-end, .fs-grid .fs-row [class*=-contained].fs-md-align-end {
    align-self: flex-end;
  }
  .fs-grid .fs-row .fs-cell.fs-md-justify-start, .fs-grid .fs-row [class*=-contained].fs-md-justify-start {
    margin-right: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-md-justify-center, .fs-grid .fs-row [class*=-contained].fs-md-justify-center {
    margin-right: auto;
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-md-justify-end, .fs-grid .fs-row [class*=-contained].fs-md-justify-end {
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-md-fifth {
    width: 15.91%;
    max-width: 15.91%;
    min-width: 0;
    flex: 0 0 15.91%;
  }
  .fs-grid .fs-row .fs-md-fourth {
    width: 20.91%;
    max-width: 20.91%;
    min-width: 0;
    flex: 0 0 20.91%;
  }
  .fs-grid .fs-row .fs-md-third {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-md-half {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-md-full {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-md-push-fifth {
    margin-left: 22.045%;
  }
  .fs-grid .fs-row .fs-md-push-fourth {
    margin-left: 27.045%;
  }
  .fs-grid .fs-row .fs-md-push-third {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-md-push-half {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    flex: 0 0 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-md-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-md-auto {
    width: auto;
    max-width: 95.91%;
    flex: 1;
    flex-grow: 1;
  }
  .fs-grid .fs-row .fs-md-hide {
    display: none;
  }
  .fs-grid .fs-row .fs-md-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .fs-grid .fs-row.fs-lg-reverse {
    flex-direction: row-reverse;
  }
  .fs-grid .fs-row.fs-lg-justify-around {
    justify-content: space-around;
  }
  .fs-grid .fs-row.fs-lg-justify-between {
    justify-content: space-between;
  }
  .fs-grid .fs-row.fs-lg-justify-start {
    justify-content: flex-start;
  }
  .fs-grid .fs-row.fs-lg-justify-center {
    justify-content: center;
  }
  .fs-grid .fs-row.fs-lg-justify-end {
    justify-content: flex-end;
  }
  .fs-grid .fs-row.fs-lg-align-start {
    align-items: flex-start;
  }
  .fs-grid .fs-row.fs-lg-align-center {
    align-items: center;
  }
  .fs-grid .fs-row.fs-lg-align-end {
    align-items: flex-end;
  }
  .fs-grid .fs-row .fs-lg-1 {
    width: 4.24333333%;
    max-width: 4.24333333%;
    min-width: 0;
    flex: 0 0 4.24333333%;
  }
  .fs-grid .fs-row .fs-lg-2 {
    width: 12.57666667%;
    max-width: 12.57666667%;
    min-width: 0;
    flex: 0 0 12.57666667%;
  }
  .fs-grid .fs-row .fs-lg-3 {
    width: 20.91%;
    max-width: 20.91%;
    min-width: 0;
    flex: 0 0 20.91%;
  }
  .fs-grid .fs-row .fs-lg-4 {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-lg-5 {
    width: 37.57666667%;
    max-width: 37.57666667%;
    min-width: 0;
    flex: 0 0 37.57666667%;
  }
  .fs-grid .fs-row .fs-lg-6 {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-lg-7 {
    width: 54.24333333%;
    max-width: 54.24333333%;
    min-width: 0;
    flex: 0 0 54.24333333%;
  }
  .fs-grid .fs-row .fs-lg-8 {
    width: 62.57666667%;
    max-width: 62.57666667%;
    min-width: 0;
    flex: 0 0 62.57666667%;
  }
  .fs-grid .fs-row .fs-lg-9 {
    width: 70.91%;
    max-width: 70.91%;
    min-width: 0;
    flex: 0 0 70.91%;
  }
  .fs-grid .fs-row .fs-lg-10 {
    width: 79.24333333%;
    max-width: 79.24333333%;
    min-width: 0;
    flex: 0 0 79.24333333%;
  }
  .fs-grid .fs-row .fs-lg-11 {
    width: 87.57666667%;
    max-width: 87.57666667%;
    min-width: 0;
    flex: 0 0 87.57666667%;
  }
  .fs-grid .fs-row .fs-lg-12 {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-lg-push-1 {
    margin-left: 10.37833333%;
  }
  .fs-grid .fs-row .fs-lg-push-2 {
    margin-left: 18.71166667%;
  }
  .fs-grid .fs-row .fs-lg-push-3 {
    margin-left: 27.045%;
  }
  .fs-grid .fs-row .fs-lg-push-4 {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-lg-push-5 {
    margin-left: 43.71166667%;
  }
  .fs-grid .fs-row .fs-lg-push-6 {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row .fs-lg-push-7 {
    margin-left: 60.37833333%;
  }
  .fs-grid .fs-row .fs-lg-push-8 {
    margin-left: 68.71166667%;
  }
  .fs-grid .fs-row .fs-lg-push-9 {
    margin-left: 77.045%;
  }
  .fs-grid .fs-row .fs-lg-push-10 {
    margin-left: 85.37833333%;
  }
  .fs-grid .fs-row .fs-lg-push-11 {
    margin-left: 93.71166667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    min-width: 0;
    flex: 0 0 8.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    flex: 0 0 16.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-3 {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 0;
    flex: 0 0 41.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-6 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 0;
    flex: 0 0 58.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    flex: 0 0 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-9 {
    width: 75%;
    max-width: 75%;
    min-width: 0;
    flex: 0 0 75%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    flex: 0 0 83.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    min-width: 0;
    flex: 0 0 91.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-12 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-1 {
    margin-left: 8.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-2 {
    margin-left: 16.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-3 {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-4 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-5 {
    margin-left: 41.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-6 {
    margin-left: 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-7 {
    margin-left: 58.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-8 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-9 {
    margin-left: 75%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-10 {
    margin-left: 83.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-11 {
    margin-left: 91.66666667%;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-first, .fs-grid .fs-row [class*=-contained].fs-lg-first {
    order: -1;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-last, .fs-grid .fs-row [class*=-contained].fs-lg-last {
    order: 1;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-align-start, .fs-grid .fs-row [class*=-contained].fs-lg-align-start {
    align-self: flex-start;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-align-center, .fs-grid .fs-row [class*=-contained].fs-lg-align-center {
    align-self: center;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-align-end, .fs-grid .fs-row [class*=-contained].fs-lg-align-end {
    align-self: flex-end;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-justify-start, .fs-grid .fs-row [class*=-contained].fs-lg-justify-start {
    margin-right: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-justify-center, .fs-grid .fs-row [class*=-contained].fs-lg-justify-center {
    margin-right: auto;
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-lg-justify-end, .fs-grid .fs-row [class*=-contained].fs-lg-justify-end {
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-lg-fifth {
    width: 15.91%;
    max-width: 15.91%;
    min-width: 0;
    flex: 0 0 15.91%;
  }
  .fs-grid .fs-row .fs-lg-fourth {
    width: 20.91%;
    max-width: 20.91%;
    min-width: 0;
    flex: 0 0 20.91%;
  }
  .fs-grid .fs-row .fs-lg-third {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-lg-half {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-lg-full {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-lg-push-fifth {
    margin-left: 22.045%;
  }
  .fs-grid .fs-row .fs-lg-push-fourth {
    margin-left: 27.045%;
  }
  .fs-grid .fs-row .fs-lg-push-third {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-lg-push-half {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    flex: 0 0 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-lg-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-lg-auto {
    width: auto;
    max-width: 95.91%;
    flex: 1;
    flex-grow: 1;
  }
  .fs-grid .fs-row .fs-lg-hide {
    display: none;
  }
  .fs-grid .fs-row .fs-lg-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1220px) {
  .fs-grid .fs-row.fs-xl-reverse {
    flex-direction: row-reverse;
  }
  .fs-grid .fs-row.fs-xl-justify-around {
    justify-content: space-around;
  }
  .fs-grid .fs-row.fs-xl-justify-between {
    justify-content: space-between;
  }
  .fs-grid .fs-row.fs-xl-justify-start {
    justify-content: flex-start;
  }
  .fs-grid .fs-row.fs-xl-justify-center {
    justify-content: center;
  }
  .fs-grid .fs-row.fs-xl-justify-end {
    justify-content: flex-end;
  }
  .fs-grid .fs-row.fs-xl-align-start {
    align-items: flex-start;
  }
  .fs-grid .fs-row.fs-xl-align-center {
    align-items: center;
  }
  .fs-grid .fs-row.fs-xl-align-end {
    align-items: flex-end;
  }
  .fs-grid .fs-row .fs-xl-1 {
    width: 4.24333333%;
    max-width: 4.24333333%;
    min-width: 0;
    flex: 0 0 4.24333333%;
  }
  .fs-grid .fs-row .fs-xl-2 {
    width: 12.57666667%;
    max-width: 12.57666667%;
    min-width: 0;
    flex: 0 0 12.57666667%;
  }
  .fs-grid .fs-row .fs-xl-3 {
    width: 20.91%;
    max-width: 20.91%;
    min-width: 0;
    flex: 0 0 20.91%;
  }
  .fs-grid .fs-row .fs-xl-4 {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-xl-5 {
    width: 37.57666667%;
    max-width: 37.57666667%;
    min-width: 0;
    flex: 0 0 37.57666667%;
  }
  .fs-grid .fs-row .fs-xl-6 {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-xl-7 {
    width: 54.24333333%;
    max-width: 54.24333333%;
    min-width: 0;
    flex: 0 0 54.24333333%;
  }
  .fs-grid .fs-row .fs-xl-8 {
    width: 62.57666667%;
    max-width: 62.57666667%;
    min-width: 0;
    flex: 0 0 62.57666667%;
  }
  .fs-grid .fs-row .fs-xl-9 {
    width: 70.91%;
    max-width: 70.91%;
    min-width: 0;
    flex: 0 0 70.91%;
  }
  .fs-grid .fs-row .fs-xl-10 {
    width: 79.24333333%;
    max-width: 79.24333333%;
    min-width: 0;
    flex: 0 0 79.24333333%;
  }
  .fs-grid .fs-row .fs-xl-11 {
    width: 87.57666667%;
    max-width: 87.57666667%;
    min-width: 0;
    flex: 0 0 87.57666667%;
  }
  .fs-grid .fs-row .fs-xl-12 {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-xl-push-1 {
    margin-left: 10.37833333%;
  }
  .fs-grid .fs-row .fs-xl-push-2 {
    margin-left: 18.71166667%;
  }
  .fs-grid .fs-row .fs-xl-push-3 {
    margin-left: 27.045%;
  }
  .fs-grid .fs-row .fs-xl-push-4 {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-xl-push-5 {
    margin-left: 43.71166667%;
  }
  .fs-grid .fs-row .fs-xl-push-6 {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row .fs-xl-push-7 {
    margin-left: 60.37833333%;
  }
  .fs-grid .fs-row .fs-xl-push-8 {
    margin-left: 68.71166667%;
  }
  .fs-grid .fs-row .fs-xl-push-9 {
    margin-left: 77.045%;
  }
  .fs-grid .fs-row .fs-xl-push-10 {
    margin-left: 85.37833333%;
  }
  .fs-grid .fs-row .fs-xl-push-11 {
    margin-left: 93.71166667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    min-width: 0;
    flex: 0 0 8.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    flex: 0 0 16.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-3 {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 0;
    flex: 0 0 41.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-6 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 0;
    flex: 0 0 58.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    flex: 0 0 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-9 {
    width: 75%;
    max-width: 75%;
    min-width: 0;
    flex: 0 0 75%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    flex: 0 0 83.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    min-width: 0;
    flex: 0 0 91.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-12 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-1 {
    margin-left: 8.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-2 {
    margin-left: 16.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-3 {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-4 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-5 {
    margin-left: 41.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-6 {
    margin-left: 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-7 {
    margin-left: 58.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-8 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-9 {
    margin-left: 75%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-10 {
    margin-left: 83.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-11 {
    margin-left: 91.66666667%;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-first, .fs-grid .fs-row [class*=-contained].fs-xl-first {
    order: -1;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-last, .fs-grid .fs-row [class*=-contained].fs-xl-last {
    order: 1;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-align-start, .fs-grid .fs-row [class*=-contained].fs-xl-align-start {
    align-self: flex-start;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-align-center, .fs-grid .fs-row [class*=-contained].fs-xl-align-center {
    align-self: center;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-align-end, .fs-grid .fs-row [class*=-contained].fs-xl-align-end {
    align-self: flex-end;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-justify-start, .fs-grid .fs-row [class*=-contained].fs-xl-justify-start {
    margin-right: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-justify-center, .fs-grid .fs-row [class*=-contained].fs-xl-justify-center {
    margin-right: auto;
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-cell.fs-xl-justify-end, .fs-grid .fs-row [class*=-contained].fs-xl-justify-end {
    margin-left: auto;
  }
  .fs-grid .fs-row .fs-xl-fifth {
    width: 15.91%;
    max-width: 15.91%;
    min-width: 0;
    flex: 0 0 15.91%;
  }
  .fs-grid .fs-row .fs-xl-fourth {
    width: 20.91%;
    max-width: 20.91%;
    min-width: 0;
    flex: 0 0 20.91%;
  }
  .fs-grid .fs-row .fs-xl-third {
    width: 29.24333333%;
    max-width: 29.24333333%;
    min-width: 0;
    flex: 0 0 29.24333333%;
  }
  .fs-grid .fs-row .fs-xl-half {
    width: 45.91%;
    max-width: 45.91%;
    min-width: 0;
    flex: 0 0 45.91%;
  }
  .fs-grid .fs-row .fs-xl-full {
    width: 95.91%;
    max-width: 95.91%;
    min-width: 0;
    flex: 0 0 95.91%;
  }
  .fs-grid .fs-row .fs-xl-push-fifth {
    margin-left: 22.045%;
  }
  .fs-grid .fs-row .fs-xl-push-fourth {
    margin-left: 27.045%;
  }
  .fs-grid .fs-row .fs-xl-push-third {
    margin-left: 35.37833333%;
  }
  .fs-grid .fs-row .fs-xl-push-half {
    margin-left: 52.045%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    flex: 0 0 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*=-contained].fs-xl-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-xl-auto {
    width: auto;
    max-width: 95.91%;
    flex: 1;
    flex-grow: 1;
  }
  .fs-grid .fs-row .fs-xl-hide {
    display: none;
  }
  .fs-grid .fs-row .fs-xl-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.visually_hide {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.visually_hide.focusable:active, .visually_hide.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Not to be used with a form container */
/* Use -webkit-overflow-scrolling: auto instead */
[data-whatinput=mouse] a:focus,
[data-whatinput=mouse] button:focus,
[data-whatinput=touch] a:focus,
[data-whatinput=touch] button:focus {
  outline: 0;
}

[data-whatinput=keyboard] a:focus,
[data-whatinput=keyboard] button:focus {
  outline: 3px solid #f748e0;
  outline-offset: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/*  Gotham
=============================================================================
	Book: 400
	Medium: 500
	Black: 800
*/
/*  Chronicle Text
=============================================================================
	Normal: 400
	Normal Itaic: 400
*/
/*  Baskerville

	This font is used by "anniversary" components only, so it was
	ignored for the CCGA 2022 Rebrand effort.
=============================================================================
	Regular: 400
*/
/* ==========================================================================
	Base Elements
============================================================================= */
html {
  background: #fff;
}

body {
  --bg_color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  min-width: 300px;
  min-width: 18.75rem;
  background-color: var(--bg_color);
  overflow-x: hidden;
}
body.theme_dark {
  --bg_color: #012149;
}
body.theme_light, body.theme_default {
  --bg_color: #dfeff8;
}
body.theme_light.is_type_fractal, body.theme_default.is_type_fractal {
  --bg_color: transparent;
}
body.body_layout_home {
  --bg_color: #fff;
}
body.fs-page-lock {
  overflow-y: hidden;
}

::-moz-selection {
  background: #ddd;
  text-shadow: none;
}

::selection {
  background: #ddd;
  text-shadow: none;
}

iframe {
  border: none;
}

menu {
  margin: 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

hr {
  height: 1px;
  height: 0.0625rem;
  background: #ddd;
  border: none;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

strong {
  font-weight: 700;
}

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

/* ==========================================================================
	Shared Navigation
============================================================================= */
@media print {
  .nav {
    display: none;
  }
}

/* Site Navigation Links
============================================================================= */
.nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.has_children .nav_item_inner {
  position: relative;
  display: flex;
}

.nav_link {
  display: block;
  flex: 1;
}

.nav_toggle {
  display: none;
  flex-basis: 44px;
  transition: opacity 0.25s, transform 0.25s;
}
.nav_toggle.fs-swap-enabled {
  display: block;
}
@media (min-width:980px) {
  .nav_toggle.fs-swap-enabled {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.nav_toggle.fs-swap-enabled:focus {
  opacity: 1;
}

.nav_toggle_icon {
  display: inline-block;
}

/* Site Navigation Children
============================================================================= */
.nav_children {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:980px) {
  .nav_children {
    position: absolute;
    opacity: 0;
    transition: opacity 0.25s, visibility 0.25s;
    visibility: hidden;
  }
}
.nav_item.fs-swap-enabled .nav_children {
  display: none;
}
@media (min-width:980px) {
  .nav_item.fs-swap-enabled .nav_children {
    display: block;
  }
}
.nav_item.fs-swap-active .nav_children {
  display: block;
}
@media (min-width:980px) {
  .nav_item.fs-swap-active .nav_children, .nav_item:focus .nav_children, .nav_item:hover .nav_children {
    opacity: 1;
    visibility: visible;
  }
}

.nav_child_link {
  display: block;
}

/* ==========================================================================
   Video Appender
============================================================================= */
.video_item_figure {
  display: block;
  position: relative;
}
.video_item_figure picture {
  display: block;
}
.video_item_figure img {
  display: block;
  width: 100%;
}

.video_item_image_wrapper {
  padding-top: 56.25%;
}

.video_item_trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.video_gallery_item.fs-swap-active .video_item_trigger {
  pointer-events: auto;
}

.video_item_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_item_play_icon .symbol_play_large {
  width: 73px;
  width: 4.5625rem;
  height: 41px;
  height: 2.5625rem;
}
@media (min-width:980px) {
  .video_item_play_icon .symbol_play_large {
    width: 128px;
    width: 8rem;
    height: 72px;
    height: 4.5rem;
  }
}

.video_item_play_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.video_item_play_label.focusable:active, .video_item_play_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.video_item_iframe_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s;
}
.video_item_iframe_wrapper.loaded-media {
  opacity: 1;
}

.video_item_iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video_item_close {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.22);
  color: #000;
  text-indent: -99999px;
  transition: background-color 0.25s;
}
.video_item_close:before {
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.25s;
}
.video_item_close:after {
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: background-color 0.25s;
}
@media (min-width:740px) {
  .video_item_close:hover, .video_item_close:focus {
    background: #d40000;
  }
  .video_item_close:hover:before, .video_item_close:hover:after, .video_item_close:focus:before, .video_item_close:focus:after {
    background: #fff;
  }
}

/* ==========================================================================
	Icons
============================================================================= */
.icon {
  display: block;
  fill: currentColor;
  margin: auto;
  pointer-events: none;
  stroke: inherit;
  transition: fill 0.25s, stroke 0.25s;
}
.icon_android {
  width: 16px;
  width: 1rem;
  height: 19px;
  height: 1.1875rem;
}
.icon_apple {
  width: 14px;
  width: 0.875rem;
  height: 17px;
  height: 1.0625rem;
}
.icon_angle_down {
  width: 5px;
  width: 0.3125rem;
  height: 4px;
  height: 0.25rem;
}
.icon_angle_right {
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
}
.icon_arrow_back_breadcrumbs {
  width: 13px;
  width: 0.8125rem;
  height: 11px;
  height: 0.6875rem;
}
.icon_arrow_left {
  width: 15px;
  width: 0.9375rem;
  height: 13px;
  height: 0.8125rem;
}
.icon_arrow_right {
  width: 16px;
  width: 1rem;
  height: 13px;
  height: 0.8125rem;
}
.icon_button_arrow_right {
  width: 13px;
  width: 0.8125rem;
  height: 11px;
  height: 0.6875rem;
}
.icon_caret_down {
  width: 12px;
  width: 0.75rem;
  height: 8px;
  height: 0.5rem;
}
.icon_caret_right {
  width: 6px;
  width: 0.375rem;
  height: 9px;
  height: 0.5625rem;
}
.icon_caret_left {
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
}
.icon_charity {
  width: 143px;
  width: 8.9375rem;
  height: 37px;
  height: 2.3125rem;
}
.icon_circle_blue_plus {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.icon_circle_black_plus {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.icon_clock {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.icon_close {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.icon_download {
  width: 14px;
  width: 0.875rem;
  height: 19px;
  height: 1.1875rem;
}
.icon_drop_corner {
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
}
.icon_expand {
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
}
.icon_expand_more {
  width: 10px;
  width: 0.625rem;
  height: 6px;
  height: 0.375rem;
}
.icon_external {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.icon_facebook {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.icon_fax {
  width: 18px;
  width: 1.125rem;
  height: 16px;
  height: 1rem;
}
.icon_file {
  width: 16px;
  width: 1rem;
  height: 20px;
  height: 1.25rem;
}
.icon_filter {
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
}
.icon_flickr {
  width: 22px;
  width: 1.375rem;
  height: 10px;
  height: 0.625rem;
}
.icon_forward {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.icon_ft_logo {
  width: 126px;
  width: 7.875rem;
  height: 100px;
  height: 6.25rem;
}
.icon_ft_landscape {
  width: 223px;
  width: 13.9375rem;
  height: 64px;
  height: 4rem;
}
.icon_gmail {
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
}
.icon_google {
  width: 16px;
  width: 1rem;
  height: 17px;
  height: 1.0625rem;
}
.icon_google-play {
  width: 14px;
  width: 0.875rem;
  height: 15px;
  height: 0.9375rem;
}
.icon_home {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.icon_icalendar {
  width: 14px;
  width: 0.875rem;
  height: 17px;
  height: 1.0625rem;
}
.icon_instagram {
  width: 30px;
  width: 1.875rem;
  height: 35px;
  height: 2.1875rem;
}
.icon_label {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.icon_linkedin {
  width: 30px;
  width: 1.875rem;
  height: 35px;
  height: 2.1875rem;
}
.icon_logo {
  width: 140px;
  width: 8.75rem;
  height: 70px;
  height: 4.375rem;
}
.icon_logo_2022_one_color {
  width: 140px;
  width: 8.75rem;
  height: 70px;
  height: 4.375rem;
}
.icon_logo_footer {
  width: 220px;
  width: 13.75rem;
  height: 110px;
  height: 6.875rem;
}
.icon_logo_footer_100 {
  width: 220px;
  width: 13.75rem;
  height: 110px;
  height: 6.875rem;
}
.icon_logo_footer_mobile_100 {
  width: 95px;
  width: 5.9375rem;
  height: 185px;
  height: 11.5625rem;
}
.icon_logo_2022 {
  width: 220px;
  width: 13.75rem;
  height: 110px;
  height: 6.875rem;
}
.icon_logo_footer_mobile {
  width: 95px;
  width: 5.9375rem;
  height: 192px;
  height: 12rem;
}
.icon_logo_2022_vertical {
  width: 95px;
  width: 5.9375rem;
  height: 185px;
  height: 11.5625rem;
}
.icon_logo_navy {
  width: 130px;
  width: 8.125rem;
  height: 66px;
  height: 4.125rem;
}
.icon_logo_navy_100 {
  width: 130px;
  width: 8.125rem;
  height: 66px;
  height: 4.125rem;
}
.icon_mail {
  width: 22px;
  width: 1.375rem;
  height: 16px;
  height: 1rem;
}
.icon_menu {
  width: 22px;
  width: 1.375rem;
  height: 12px;
  height: 0.75rem;
}
.icon_minus {
  width: 14px;
  width: 0.875rem;
  height: 2px;
  height: 0.125rem;
}
.icon_outlook {
  width: 16px;
  width: 1rem;
  height: 17px;
  height: 1.0625rem;
}
.icon_pause {
  width: 20px;
  width: 1.25rem;
  height: 28px;
  height: 1.75rem;
}
.icon_phone {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.icon_place {
  width: 12px;
  width: 0.75rem;
  height: 16px;
  height: 1rem;
}
.icon_play {
  width: 21px;
  width: 1.3125rem;
  height: 24px;
  height: 1.5rem;
}
.icon_podcast_play {
  width: 21px;
  width: 1.3125rem;
  height: 24px;
  height: 1.5rem;
}
.icon_plus {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.icon_pritzker_logo {
  width: 194px;
  width: 12.125rem;
  height: 64px;
  height: 4rem;
}
.icon_quote {
  width: 13px;
  width: 0.8125rem;
  height: 9px;
  height: 0.5625rem;
}
.icon_reset {
  width: 9px;
  width: 0.5625rem;
  height: 10px;
  height: 0.625rem;
}
.icon_rewind {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.icon_rss {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.icon_search {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
.icon_share {
  width: 14px;
  width: 0.875rem;
  height: 16px;
  height: 1rem;
}
.icon_spotify {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.icon_trending {
  width: 10px;
  width: 0.625rem;
  height: 6px;
  height: 0.375rem;
}
.icon_tiktok {
  width: 30px;
  width: 1.875rem;
  height: 35px;
  height: 2.1875rem;
}
.icon_twitter {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.icon_twitter_contact {
  width: 20px;
  width: 1.25rem;
  height: 16px;
  height: 1rem;
}
.icon_video_pause {
  width: 31px;
  width: 1.9375rem;
  height: 31px;
  height: 1.9375rem;
}
.icon_video_play {
  width: 31px;
  width: 1.9375rem;
  height: 31px;
  height: 1.9375rem;
}
.icon_vimeo {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
.icon_yahoo {
  width: 17px;
  width: 1.0625rem;
  height: 15px;
  height: 0.9375rem;
}
.icon_youtube {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.icon .text-black {
  color: #000;
}

/* Framework
============================================================================= */
/* Destroy Roy + Destroy Cell
============================================================================= */
/* ==========================================================================
	Custom
============================================================================= */
.footnotes {
  clear: both;
  margin-top: 4em;
  margin-bottom: 2em;
}
.footnotes.footnotes {
  border-top: 1px solid #f3f3f3 !important;
  border-top: 0.0625rem solid #f3f3f3 !important;
}

.footnotes {
  font-size: 0.9em;
}

.see-footnote {
  vertical-align: top;
  position: relative;
  top: -0.25em;
  font-size: 0.9em;
}

ul.footnotes {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul.footnotes > li {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 2.5em;
  line-height: 1.5;
  list-style-type: none;
  background: none;
}
@media (min-width:740px) {
  ul.footnotes > li {
    margin: 12px 0 16px !important;
    margin: 0.75rem 0 1rem !important;
  }
}
ul.footnotes > li:last-child {
  margin-bottom: 0;
}
@media (min-width:740px) {
  ul.footnotes > li:last-child {
    margin: 12px 0 0 !important;
    margin: 0.75rem 0 0 !important;
  }
}
ul.footnotes > li a {
  text-decoration: none;
}

ul.footnotes {
  position: relative;
}

.footnotes .footnote-label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  position: absolute;
  left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  z-index: 2;
}

.see-footnote:target,
.footnotes .footnote:target {
  background-color: transparent !important;
}

.see-footnote:target {
  border: solid 1px transparent !important;
  border: solid 0.0625rem transparent !important;
}

.footnotes .footnote-multi {
  vertical-align: top;
  position: relative;
  top: -0.25em;
  font-size: 0.75em;
}

#fn1 {
  border-top: 1px solid #000;
  border-top: 0.0625rem solid #000;
  margin-top: 3em;
}

.footnote {
  font-size: 15px;
  font-size: 0.9375rem;
}

.typography ul.footnotes li p {
  margin: 0;
}

/* ==========================================================================
	Type Base
============================================================================= */
/* Typography
============================================================================= */
.typography {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
.typography a:not(.button) {
  color: #175bf1;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.25s;
}
.typography a:not(.button):hover, .typography a:not(.button):focus {
  color: #012149;
}
.typography p {
  margin: 30px 0;
  margin: 1.875rem 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #000;
}
.typography h1 + *,
.typography h2 + *,
.typography h3 + *,
.typography h4 + *,
.typography h5 + *,
.typography h6 + * {
  margin-top: 0;
}
.typography h1 {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  margin: 50px 0 10px;
  margin: 3.125rem 0 0.625rem;
}
@media (min-width:740px) {
  .typography h1 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.1875;
  }
}
.typography h2 {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 25px 0 10px;
  margin: 1.5625rem 0 0.625rem;
}
@media (min-width:740px) {
  .typography h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media (min-width:740px) {
  .typography h2 {
    margin: 50px 0 10px;
    margin: 3.125rem 0 0.625rem;
  }
}
.typography h3 {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 50px 0 10px;
  margin: 3.125rem 0 0.625rem;
}
@media (min-width:740px) {
  .typography h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
.typography h4 {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  margin: 50px 0 10px;
  margin: 3.125rem 0 0.625rem;
}
@media (min-width:740px) {
  .typography h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}
.typography h5 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin: 50px 0 10px;
  margin: 3.125rem 0 0.625rem;
}
@media (min-width:740px) {
  .typography h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.typography h6 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 50px 0 10px;
  margin: 3.125rem 0 0.625rem;
}
.typography .intro {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width:740px) {
  .typography .intro {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.typography .intro p {
  margin: 0;
}
.typography .copy {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.typography .small {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
}
@media (min-width:740px) {
  .typography .small {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.typography .label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
}
.typography .label.postField {
  text-transform: none;
}
.typography .caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.typography > *:first-child {
  margin-top: 0;
}
.typography > *:last-child {
  margin-bottom: 0;
}
.typography .media_intro > .page_title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* WYSIWYG Images
============================================================================= */
.typography img {
  height: auto;
  max-width: 100%;
}
.typography .block_left,
.typography .block_right,
.typography .block_center,
.typography .alignleft,
.typography .alignright,
.typography .aligncenter,
.typography .alignnone,
.typography .align-left,
.typography .align-right,
.typography .align-center {
  width: auto;
  display: table;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  table-layout: fixed;
}
.typography .block_left img,
.typography .block_right img,
.typography .block_center img,
.typography .alignleft img,
.typography .alignright img,
.typography .aligncenter img,
.typography .alignnone img,
.typography .align-left img,
.typography .align-right img,
.typography .align-center img {
  display: block;
}
.typography .block_left figcaption,
.typography .block_left .wp-caption-text,
.typography .block_right figcaption,
.typography .block_right .wp-caption-text,
.typography .block_center figcaption,
.typography .block_center .wp-caption-text,
.typography .alignleft figcaption,
.typography .alignleft .wp-caption-text,
.typography .alignright figcaption,
.typography .alignright .wp-caption-text,
.typography .aligncenter figcaption,
.typography .aligncenter .wp-caption-text,
.typography .alignnone figcaption,
.typography .alignnone .wp-caption-text,
.typography .align-left figcaption,
.typography .align-left .wp-caption-text,
.typography .align-right figcaption,
.typography .align-right .wp-caption-text,
.typography .align-center figcaption,
.typography .align-center .wp-caption-text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  caption-side: bottom;
  display: table-caption;
  margin: 20px 0 0 0;
  margin: 1.25rem 0 0 0;
  text-align: left;
}
@media (min-width:740px) {
  .typography .block_left figcaption,
  .typography .block_left .wp-caption-text,
  .typography .block_right figcaption,
  .typography .block_right .wp-caption-text,
  .typography .block_center figcaption,
  .typography .block_center .wp-caption-text,
  .typography .alignleft figcaption,
  .typography .alignleft .wp-caption-text,
  .typography .alignright figcaption,
  .typography .alignright .wp-caption-text,
  .typography .aligncenter figcaption,
  .typography .aligncenter .wp-caption-text,
  .typography .alignnone figcaption,
  .typography .alignnone .wp-caption-text,
  .typography .align-left figcaption,
  .typography .align-left .wp-caption-text,
  .typography .align-right figcaption,
  .typography .align-right .wp-caption-text,
  .typography .align-center figcaption,
  .typography .align-center .wp-caption-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.typography .block_left,
.typography .block_right,
.typography .alignleft,
.typography .alignright,
.typography .align-left,
.typography .align-right {
  max-width: 50%;
}
@media (max-width:499px) {
  .typography .block_left,
  .typography .block_right,
  .typography .alignleft,
  .typography .alignright,
  .typography .align-left,
  .typography .align-right {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width:500px) {
  .typography .block_left,
  .typography .block_right,
  .typography .alignleft,
  .typography .alignright,
  .typography .align-left,
  .typography .align-right {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width:500px) {
  .typography .block_left,
  .typography .alignleft,
  .typography .align-left {
    float: left;
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
@media (min-width:500px) {
  .typography .block_right,
  .typography .alignright,
  .typography .align-right {
    float: right;
    margin-left: 30px;
    margin-left: 1.875rem;
  }
}
.typography .block_center,
.typography .aligncenter,
.typography .align-center {
  text-align: center;
}
.typography .block_center img,
.typography .aligncenter img,
.typography .align-center img {
  margin-right: auto;
  margin-left: auto;
}
.typography .alignleft,
.typography .alignright,
.typography .aligncenter,
.typography .alignnone {
  width: auto !important;
}

/* Blockquote
============================================================================= */
.typography blockquote {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 50px 0;
  margin: 3.125rem 0;
}
@media (min-width:740px) {
  .typography blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.typography blockquote p {
  margin: 0;
}
.typography .quote {
  --border_color: #efecea;
  --border_gap_color: #fff;
  position: relative;
  border-top: 1px solid var(--border_color);
  border-top: 0.0625rem solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
  border-bottom: 0.0625rem solid var(--border_color);
  display: grid;
  margin: 50px 0;
  margin: 3.125rem 0;
  padding: 33px 0;
  padding: 2.0625rem 0;
}
@media (min-width:740px) {
  .typography .quote {
    margin: 70px 0 50px;
    margin: 4.375rem 0 3.125rem;
    padding: 45px 0 33px;
    padding: 2.8125rem 0 2.0625rem;
  }
}
:is(.full_width_callouts .typography .quote) {
  --border_color: #cccccc;
  --border_gap_color: #efecea;
}
.typography .quote:before {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  background: #175bf1 url("../images/src/quote_white.svg") no-repeat;
  background-size: 14px 10px;
  background-position: 8px 9px;
  border-radius: 50%;
  content: "";
}
@media (min-width:740px) {
  .typography .quote:before {
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem;
    top: -23px;
    background-size: 20px 15px;
    background-position: 13px 14px;
  }
}
.typography .quote:after {
  width: 8px;
  width: 0.5rem;
  height: 30px;
  height: 1.875rem;
  display: block;
  position: absolute;
  left: 30px;
  top: -15px;
  background: var(--bg_color, var(--border_gap_color));
  content: "";
}
@media (min-width:740px) {
  .typography .quote:after {
    width: 16px;
    width: 1rem;
    left: 46px;
    top: -23px;
  }
}
.typography .quote_content {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}
@media (min-width:740px) {
  .typography .quote_content {
    margin: 0 0 14px;
    margin: 0 0 0.875rem;
  }
}
.typography .quote_content p {
  color: #000;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  margin: 0;
}
@media (min-width:740px) {
  .typography .quote_content p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}
.typography .quote_caption {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
.typography .quote_caption_name {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .typography .quote_caption_name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.typography .quote_caption_name:before {
  content: "- ";
}
.typography .quote_caption_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .typography .quote_caption_title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}

/* Lists
============================================================================= */
.typography ol,
.typography ul {
  color: #000;
  list-style: none;
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 0;
}
.typography ol li,
.typography ul li {
  position: relative;
  margin: 12px 0;
  margin: 0.75rem 0;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
}
@media (min-width:980px) {
  .typography ol li,
  .typography ul li {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
.typography ol ol,
.typography ol ul,
.typography ul ol,
.typography ul ul {
  margin: 0;
}
.typography ol {
  counter-reset: li;
}
.typography ol li:before {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #012149;
  content: counter(li) ". ";
  counter-increment: li;
  float: left;
  font-weight: 700;
  margin: 1px 0 0 -30px;
  margin: 0.0625rem 0 0 -1.875rem;
}
ol[type=A] li:before {
  content: counter(li, upper-latin) ". ";
}

ol[type=a] li:before {
  content: counter(li, lower-latin) ". ";
}

.typography ol li ol li:before {
  color: #5c5c5c;
  content: counter(li, lower-latin) ". ";
  counter-increment: li;
  float: left;
  margin: 0 0 0 -30px;
  margin: 0 0 0 -1.875rem;
}
.typography ul:not(.footnotes) li:before {
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  left: 0;
  top: 13px;
  background-color: #175bf1;
  border-radius: 50%;
  content: "";
  display: block;
}
@media print {
  .typography ul:not(.footnotes) li:before {
    border: 3px solid currentColor;
    border: 0.1875rem solid currentColor;
  }
}
.typography ul:not(.footnotes) ul li:before {
  background-color: #4d4d4d;
}
.typography ul:not(.footnotes) ul li ul li:before {
  background-color: #b2b2b2;
}
.typography ul:not(.footnotes) ul li ul ul li:before {
  opacity: 0.6;
}

/* Tables
============================================================================= */
.typography table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-left: 1px solid #efecea;
  border-left: 0.0625rem solid #efecea;
  border-right: 1px solid #efecea;
  border-right: 0.0625rem solid #efecea;
}
.typography table tr:nth-child(even) {
  background: #efecea;
}
.typography table th,
.typography table td {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  vertical-align: top;
}
.typography table th,
.typography table thead td {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #002ac2;
  border-width: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
@media print {
  .typography table th,
  .typography table thead td {
    border: 1px solid #efecea;
    border: 0.0625rem solid #efecea;
  }
}
.typography table tbody td {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.typography table tbody td:last-of-type {
  border-right: 1px solid #efecea;
  border-right: 0.0625rem solid #efecea;
}
.typography table td {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  border: 1px solid #efecea;
  border: 0.0625rem solid #efecea;
}
@media (min-width:740px) {
  .typography table td {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.typography table td:first-child {
  border-left-width: 0;
}

.table_wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  min-height: 0.01%;
  position: relative;
}

.table_wrapper_overflow {
  position: relative;
  border: 1px solid #efecea;
  border: 0.0625rem solid #efecea;
}
.table_wrapper_overflow table {
  border-left-width: 0;
}
.table_wrapper_overflow:after {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  width: 20px;
  width: 1.25rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

.table_wrapper_inner {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* ==========================================================================
   iframe
============================================================================= */
.typography .video_frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.typography .video_frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media print {
  .typography .video_frame {
    display: none;
  }
}

/* ==========================================================================
	Button

	Modifiers:
	- .button--with-divider
	- .button--with-icon: Auto applied if an icon is provided
	- .button--extra-padding
============================================================================= */
.button {
  --border_color: #efecea;
  --bg_color: #fff;
  --color: #000;
  --icon_color: #000;
  --icon_border_left_color: #efecea;
}
.button:focus, .button:hover {
  --border_color: #00d4a8;
  --bg_color: #00d4a8;
  --color: #000;
  --icon_color: #000;
  --icon_border_left_color: #fff;
}
.button.button--extra-padding {
  padding: 8px 18px;
  padding: 0.5rem 1.125rem;
}
.button.button--with-divider:focus, .button.button--with-divider:hover {
  --icon_border_left_color: rgba(0, 0, 0, 0.15);
}
.button.theme_white_alt {
  --icon_color: #efecea;
}
.button.theme_mint_green {
  --bg_color: #00d4a8;
  --border_color: #00d4a8;
  --color: #000;
  --icon_color: #000;
}
.button.theme_mint_green:focus, .button.theme_mint_green:hover {
  --bg_color: #fff;
}
.button.theme_mint_green.button--with-divider {
  --icon_border_left_color: rgba(0, 0, 0, 0.15);
}
.button.theme_mint_green.button--with-divider:focus, .button.theme_mint_green.button--with-divider:hover {
  --icon_border_left_color: #00d4a8;
}
.button.theme_alabaster {
  --bg_color: #efecea;
  --border_color: transparent;
  --color: #000;
  --icon_color: #000;
}
.button.theme_alabaster:focus, .button.theme_alabaster:hover {
  --bg_color: #00d4a8;
}
.button.theme_alabaster.button--with-divider {
  --icon_border_left_color: rgba(0, 0, 0, 0.15);
}
.button.theme_global_blue {
  --bg_color: #002ac2;
  --border_color: transparent;
  --color: #fff;
  --icon_color: #fff;
}
.button.theme_global_blue:focus, .button.theme_global_blue:hover {
  --bg_color: #fff;
  --border_color: #efecea;
  --color: #000;
  --icon_border_left_color: #efecea;
  --icon_color: #000;
}
.button.theme_global_blue.button--with-divider {
  --icon_border_left_color: rgba(255, 255, 255, 0.2);
}
.button.theme_global_blue.button--with-divider:focus, .button.theme_global_blue.button--with-divider:hover {
  --border_color: rgba(0, 42, 194, 0.2);
  --icon_border_left_color: rgba(0, 42, 194, 0.2);
}
.button.theme_deep_sea_blue {
  --bg_color: #00005a;
  --border_color: #175bf1;
  --color: #fff;
  --icon_color: #fff;
}
.button.theme_deep_sea_blue:focus, .button.theme_deep_sea_blue:hover {
  --bg_color: #002ac2;
}
.button.theme_deep_sea_blue.button--with-divider {
  --icon_border_left_color: #175bf1;
}
.button.theme_real_blue {
  --bg_color: #175bf1;
  --border_color: #175bf1;
  --color: #fff;
  --icon_color: #fff;
}
.button.theme_real_blue:focus, .button.theme_real_blue:hover {
  --bg_color: #002ac2;
}
.button.theme_real_blue.button--with-divider {
  --icon_border_left_color: rgba(255, 255, 255, 0.2);
}
.button.theme_white_opaque {
  --bg_color: rgba(255, 255, 255, 0.15);
  --border_color: transparent;
  --color: #fff;
  --icon_color: #fff;
}
.button.theme_white_opaque:focus, .button.theme_white_opaque:hover {
  --bg_color: #fff;
  --color: #000;
  --icon_color: #000;
}

.button {
  align-items: stretch;
  background-color: var(--bg_color);
  border: 1px solid var(--border_color);
  border: 0.0625rem solid var(--border_color);
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: inline-flex;
  transition: 0.25s ease;
}
.button_full_width .button {
  width: 100%;
  text-align: center;
}
.button:focus, .button:hover {
  text-decoration: none;
  outline-offset: 0.25rem;
}

input.button {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: var(--color);
  padding: 7px 20px 7px 20px;
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  input.button {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
input.button:focus, input.button:hover {
  cursor: pointer;
}

.button_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: var(--color);
  flex: 1;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .button_text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .button_text {
    line-height: 1.4666666667;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
  }
}
.button--with-icon .button_text {
  padding-right: 0;
}

.button_icon {
  align-items: center;
  color: var(--icon_color);
  display: flex;
  flex-shrink: 0;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.25s;
}
.theme_white_alt .button_icon {
  padding: 6px 9px;
  padding: 0.375rem 0.5625rem;
}
.button--with-divider .button_icon {
  border-left: 1px solid var(--icon_border_left_color);
  border-left: 0.0625rem solid var(--icon_border_left_color);
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.button_icon svg {
  max-width: 100%;
  transition: 0.25s ease;
}

/* ==========================================================================
	Button Status
============================================================================= */
.button_status {
  --border-color: #000;
  --icon-color: #000;
  --color: #000;
  --icon-height: 17px;
  --icon-height: 1.0625rem;
  --icon-y-offset: 5px;
  --btn-offset: calc(var(--icon-height) - var(--icon-y-offset));
}
.button_status.theme_light.theme_light, body.theme_dark .button_status {
  --border-color: currentColor;
  --icon-color: currentColor;
  --color: #fff;
}
.button_status.theme_dark.theme_dark, body.theme_light .button_status {
  --border-color: currentColor;
  --icon-color: currentColor;
  --color: #000;
}

.button_status {
  position: relative;
  transform: translate(0, var(--btn-offset));
  border-left: 1px solid var(--border-color);
  border-left: 0.0625rem solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom: 0.0625rem solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-right: 0.0625rem solid var(--border-color);
  border-radius: 3px;
  border-radius: 0.1875rem;
  cursor: not-allowed;
  color: var(--color);
  margin-bottom: var(--btn-offset);
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  transition: 0.25s ease;
}
.button_status:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-image: linear-gradient(90deg, var(--border-color) 15px, transparent 15px, transparent 45px, var(--border-color) 45px);
  content: "";
}
@media (min-width:740px) {
  .button_status {
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}

.button_status_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  letter-spacing: normal;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .button_status_text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .button_status_text {
    line-height: 1.4666666667;
  }
}

.button_status_icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, calc(-100% + var(--icon-y-offset)));
}
.button_status_icon svg {
  width: 20px;
  width: 1.25rem;
  height: var(--icon-height);
  color: var(--icon-color);
  flex-shrink: 0;
  transition: 0.25s ease;
}

/* ==========================================================================
	Buttons
============================================================================= */
button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Skip Link
============================================================================= */
.skip_link {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: background 0.25s, color 0.25s;
  background: #eee;
  color: #222;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  display: block;
  opacity: 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -300%);
  transition: opacity 0.35s transform 0.35s;
}
.skip_link [class$=link_inner] {
  display: block;
}
.skip_link .icon {
  display: inline;
}
@media print {
  .skip_link {
    border: 1px solid #000;
    border: 0.0625rem solid #000;
  }
}
.skip_link:focus, .skip_link:hover {
  background: #222;
  color: #eee;
}
.skip_link [class$=label] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
}
.skip_link:focus, .skip_link:active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 40px);
}

/* ==========================================================================
	Alert
============================================================================= */
.alert {
  width: 100%;
  background-color: #efecea;
  color: #000;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 100;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.4s;
  transition-delay: 0s;
}
[data-whatinput=mouse] .alert:focus, [data-whatinput=touch] .alert:focus {
  outline: 0;
}
@media print {
  .alert {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid #000;
    border-bottom: 0.125rem solid #000;
  }
}
@media print and (min-width:740px) {
  .alert {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media print and (min-width:980px) {
  .alert {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media print and (min-width:1220px) {
  .alert {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}
.alert.visible {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.28s;
}
@media print {
  .alert.visible {
    position: relative;
  }
}
.alert:before {
  content: "";
  width: 100%;
  height: 4px;
  height: 0.25rem;
  background-image: linear-gradient(90deg, #175bf1 0%, #00d4a8 100%);
  display: block;
}

.alert_inner {
  position: relative;
  padding: 20px 0 30px;
  padding: 1.25rem 0 1.875rem;
}
@media (min-width:980px) {
  .alert_inner {
    padding: 30px 0 30px;
    padding: 1.875rem 0 1.875rem;
  }
}
.alert.has_image .alert_inner {
  padding-top: 0;
}
@media (min-width:980px) {
  .alert.has_image .alert_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .alert_inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.alert_content_wrap {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width:740px) {
  .alert_content_wrap {
    flex-direction: row;
  }
}

.alert_image_wrap {
  --width: 100px;
  --width: 6.25rem;
  width: var(--width);
  flex-shrink: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 37px;
  margin-top: 2.3125rem;
  transform: translate(0, 0);
  transition: 0.25s transform ease;
}
@media (min-width:740px) {
  .alert_image_wrap {
    margin-right: 50px;
    margin-right: 3.125rem;
  }
}
@media (min-width:980px) {
  .alert_image_wrap {
    --width: 230px;
    --width: 14.375rem;
    margin-bottom: -40px;
    margin-bottom: -2.5rem;
    margin-top: 0;
  }
}
@media (min-width:980px) {
  .alert.visible .alert_image_wrap {
    transform: translate(0, -40px);
    transition-delay: 0.25s;
  }
}

.alert_image_wrapper {
  padding-top: 100%;
}

.alert_body_wrap {
  padding-right: 70px;
  padding-right: 4.375rem;
}
@media (min-width:740px) {
  .alert_body_wrap {
    padding-right: 100px;
    padding-right: 6.25rem;
  }
}
@media (min-width:740px) {
  .alert.has_image .alert_body_wrap {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}

.alert_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}
@media (min-width:740px) {
  .alert_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media print, (min-width:980px) {
  .alert_title {
    margin-right: 0;
  }
}

.alert_description {
  color: currentColor;
}
.alert_description p {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.alert_description a {
  color: #175bf1;
}
.alert_description a:focus, .alert_description a:hover {
  color: #175bf1;
  text-decoration: none;
}
.alert_description p:first-child {
  margin-top: 0;
}
.alert_description p:last-child {
  margin-bottom: 0;
}

.alert_close {
  position: absolute;
  top: 20px;
  right: 15px;
  background-color: transparent;
  display: none;
}
@media (min-width:980px) {
  .alert_close {
    top: 30px;
    right: 0;
  }
}
.js .alert_close {
  display: block;
}
@media print {
  .js .alert_close {
    display: none;
  }
}

.alert_close_icon {
  --dimension: 35px;
  width: var(--dimension);
  height: var(--dimension);
  position: relative;
  background: #175bf1;
  color: #fff;
  border-radius: 50%;
  display: block;
  transition: background 0.25s, color 0.25s;
}
.alert_close:hover .alert_close_icon, .alert_close:focus .alert_close_icon {
  background: #00005a;
  color: #fff;
}
@media (min-width:740px) {
  .alert_close_icon {
    --dimension: 46px;
  }
}
.alert_close_icon .icon {
  --dimension: 15px;
  height: var(--dimension);
  width: var(--dimension);
}
@media (min-width:740px) {
  .alert_close_icon .icon {
    --dimension: 20px;
  }
}

.alert_close_icon_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.alert_close_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.alert_close_label.focusable:active, .alert_close_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Alert Toggle
============================================================================= */
.alert_open_wrapper {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
@media (min-width:740px) {
  .alert_open_wrapper {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .alert_open_wrapper {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .alert_open_wrapper {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .alert_open_wrapper {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .alert_open_wrapper {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .alert_open_wrapper {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .alert_open_wrapper {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .alert_open_wrapper {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}

.alert_open {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  position: relative;
  background-color: #fff;
  border: 2px solid #efecea;
  border: 0.125rem solid #efecea;
  border-bottom: none;
  color: #fff;
  display: none;
  float: right;
  pointer-events: auto;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s;
  transition-delay: 0s;
}
@media (min-width:980px) {
  .alert_open {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
  }
}
.alert_open.enabled {
  display: block;
}
.alert_open.visible {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.38s;
}

.alert_open_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  background: #175bf1;
  color: #fff;
  border-radius: 50%;
  display: block;
  transition: background 0.25s, color 0.25s;
}
.alert_open:hover .alert_open_icon, .alert_open:focus .alert_open_icon {
  background: #00005a;
  color: #fff;
}
@media (min-width:980px) {
  .alert_open_icon {
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
  }
}
.alert_open_icon .icon {
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
}
@media (min-width:980px) {
  .alert_open_icon .icon {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
}

.alert_open_icon_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert_open_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.alert_open_label.focusable:active, .alert_open_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.alert_btn_items {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 12px -7px -14px;
  margin: 0.75rem -0.4375rem -0.875rem;
}
@media (min-width:740px) {
  .alert_btn_items {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.alert_btn_item {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
}

.alert_btn_secondary {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  position: relative;
  color: #002ac2;
  font-weight: 500;
  color: currentColor;
  letter-spacing: normal;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .alert_btn_secondary {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.alert_btn_secondary:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #175bf1 0%, #00d4a8 100%);
  content: "";
  transition: opacity 0.25s, bottom 0.25s;
}
.alert_btn_secondary:focus:after {
  bottom: -2px;
  opacity: 0;
}
@media (hover: hover) {
  .alert_btn_secondary:hover:after {
    bottom: -2px;
    opacity: 0;
  }
}

/* ==========================================================================
	Logo
============================================================================= */
.logo {
  margin: 0;
}

.logo_footer_sm {
  border-right: 1px solid #eaeaea;
  border-right: 0.0625rem solid #eaeaea;
  margin-right: 25px;
  margin-right: 1.5625rem;
  order: 0;
  padding-right: 34px;
  padding-right: 2.125rem;
}
@media (min-width:740px) {
  .logo_footer_sm {
    border-right: 0;
    margin-right: 60px;
    margin-right: 3.75rem;
    padding-right: 0;
  }
}
@media (min-width:980px) {
  .logo_footer_sm {
    display: none;
  }
}

.logo_footer_lg {
  display: none;
}
@media (min-width:980px) {
  .logo_footer_lg {
    display: block;
  }
}

.logo_link {
  position: relative;
  color: #fff;
  display: block;
  overflow: hidden;
  transition: color 0.25s;
  white-space: nowrap;
}
@media print {
  .logo_link:after {
    content: normal;
    display: none;
  }
}

.logo_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.logo_link_label.focusable:active, .logo_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.logo_link_icon {
  display: inline-block;
  vertical-align: top;
}
.logo_link_icon .icon_logo {
  will-change: transform;
}
@media (min-width:980px) {
  .logo_link_icon .icon_logo {
    width: 200px;
    width: 12.5rem;
    height: 100px;
    height: 6.25rem;
  }
}
@media (min-width:1220px) {
  .logo_link_icon .icon_logo {
    width: 250px;
    width: 15.625rem;
    height: 125px;
    height: 7.8125rem;
  }
}
.logo_link_icon .icon_logo_2022_one_color {
  will-change: transform;
}
@media (min-width:980px) {
  .logo_link_icon .icon_logo_2022_one_color {
    width: 201px;
    width: 12.5625rem;
    height: 101px;
    height: 6.3125rem;
  }
}
@media (min-width:1220px) {
  .logo_link_icon .icon_logo_2022_one_color {
    width: 251px;
    width: 15.6875rem;
    height: 126px;
    height: 7.875rem;
  }
}
@media (min-width:1220px) {
  .logo_link_icon .icon_logo_footer,
  .logo_link_icon .icon_logo_2022 {
    width: 290px;
    width: 18.125rem;
    height: 146px;
    height: 9.125rem;
  }
}

.logo_print {
  display: none;
}
@media print {
  .logo_print {
    display: block;
  }
}

/* ==========================================================================
	Page Header BG
============================================================================= */
@media print {
  .page_header_bg {
    margin: 30px 0;
    margin: 1.875rem 0;
  }
}

.page_header_bg_group {
  min-height: 56.25vw;
  position: relative;
  background-color: #000;
  color: #fff;
  display: flex;
  overflow: hidden;
}
@media (min-width:980px) {
  .page_header_bg_group {
    height: 56.25vw;
    min-height: auto;
    max-height: 810px;
    max-height: 50.625rem;
  }
}
@media print {
  .page_header_bg_group {
    height: auto;
    min-height: auto;
  }
}

.page_header_bg_content {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

@media print {
  .page_header_bg_media {
    display: none;
  }
}

.page_header_bg_figure {
  display: block;
}
.page_header_bg_figure picture {
  display: block;
}
.page_header_bg_figure img {
  display: block;
  width: 100%;
}

/* Video
============================================================================= */
.page_header_bg_video {
  display: none;
}
@media (min-width:980px) {
  .page_header_bg_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}

.page_header_bg_iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.page_header_bg_video.loaded .page_header_bg_iframe {
  opacity: 1;
}

.page_header_bg_video_controls {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  position: absolute;
  right: 45px;
  bottom: 60px;
  z-index: 5;
}
@media print {
  .page_header_bg_video_controls {
    display: none;
  }
}
.page_header_bg_video_controls .icon_video_play,
.page_header_bg_video_controls .icon_video_pause {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
}

.page_header_bg_video_play_button,
.page_header_bg_video_pause_button {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  position: absolute;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: visible;
}
.page_header_bg_video_play_button.pressed,
.page_header_bg_video_pause_button.pressed {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.page_header_bg_video_play_button_label,
.page_header_bg_video_pause_button_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.page_header_bg_video_play_button_label.focusable:active, .page_header_bg_video_play_button_label.focusable:focus,
.page_header_bg_video_pause_button_label.focusable:active,
.page_header_bg_video_pause_button_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.page_header_bg_video_play_button_icon,
.page_header_bg_video_pause_button_icon {
  color: #062d5d;
  transition: color 0.25s;
}
.page_header_bg_video_play_button:hover .page_header_bg_video_play_button_icon, .page_header_bg_video_play_button:focus .page_header_bg_video_play_button_icon, .page_header_bg_video_pause_button:hover .page_header_bg_video_play_button_icon, .page_header_bg_video_pause_button:focus .page_header_bg_video_play_button_icon,
.page_header_bg_video_play_button:hover .page_header_bg_video_pause_button_icon,
.page_header_bg_video_play_button:focus .page_header_bg_video_pause_button_icon,
.page_header_bg_video_pause_button:hover .page_header_bg_video_pause_button_icon,
.page_header_bg_video_pause_button:focus .page_header_bg_video_pause_button_icon {
  color: #fff;
}

/* ==========================================================================
	Page Header
============================================================================= */
.page_header {
  --subtitle_icon_color: #fff;
  --pretitle_color: #fff;
  --title_color: #fff;
  --subtitle_color: #fff;
  --intro_color: #fff;
}

.page_header {
  position: relative;
}
.page_header.is_alt {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width:740px) {
  .page_header.is_alt {
    margin-top: 0;
  }
}
@media print {
  .page_header {
    margin: 30px 0;
    margin: 1.875rem 0;
  }
}

.page_header_breadcrumb {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.page_header_content {
  position: relative;
}

.page_header_inner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width:740px) {
  .page_header_inner {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .page_header_inner {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .page_header_inner {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.body_layout_listing .page_header_inner {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
.page_header.has_btn .page_header_inner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media print {
  .page_header_inner {
    padding: 0;
  }
}
.is_general_content .page_header_inner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width:740px) {
  .is_general_content .page_header_inner {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .is_general_content .page_header_inner {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.page_pretitle {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--pretitle_color);
}
.page_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--title_color);
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
}
@media (min-width:740px) {
  .page_title {
    font-size: 64px;
    font-size: 4rem;
  }
}

.page_subtitle {
  align-items: center;
  display: flex;
}

.page_subtitle_icon {
  color: var(--subtitle_icon_color);
}

.page_subtitle_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--subtitle_color);
  margin-left: 5px;
  margin-left: 0.3125rem;
  text-transform: uppercase;
}
.page_subtitle_text a {
  border-bottom: 1px solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  color: currentColor;
  transition: 0.25s ease;
}
.page_subtitle_text a:focus, .page_subtitle_text a:hover {
  border-bottom-color: transparent;
}

.page_intro {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--intro_color);
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
}
@media (min-width:740px) {
  .page_intro {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page_header_bg .page_intro {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  margin: auto 0 0;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media (min-width:740px) {
  .page_header_bg .page_intro {
    padding: 100px 0 40px;
    padding: 6.25rem 0 2.5rem;
  }
}
@media (min-width:1220px) {
  .page_header_bg .page_intro {
    padding: 280px 0 60px;
    padding: 17.5rem 0 3.75rem;
  }
}
@media print {
  .page_header_bg .page_intro {
    margin: 6px 0 25px;
    margin: 0.375rem 0 1.5625rem;
    padding: 0;
  }
}
.page_intro a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.page_intro a:focus, .page_intro a:hover {
  text-decoration: none;
}

.page_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
}
@media (min-width:740px) {
  .page_description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.page_nav {
  margin: 25px 0;
  margin: 1.5625rem 0;
}
@media (min-width:980px) {
  .page_nav {
    margin: 40px 0;
    margin: 2.5rem 0;
  }
}
@media print {
  .page_nav {
    display: none;
  }
}

.page_header_media_inner {
  position: relative;
}

@media (min-width:980px) {
  .page_header_img_wrap {
    width: 357px;
    width: 22.3125rem;
    margin-left: auto;
  }
}

.page_header_image_wrapper {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media (min-width:980px) {
  .page_header_image_wrapper {
    margin-top: 0;
  }
}

.page_header_image_wrapper {
  padding-top: 56.25%;
}

.page_header_image {
  display: block;
  max-width: 100%;
}
.page_header_image picture {
  display: block;
}
.page_header_image img {
  display: block;
  width: 100%;
}

.page_header_video {
  display: none;
}
.js .page_header_video {
  background-color: #000;
  display: block;
  padding-top: 56.25%;
}
@media print {
  .js .page_header_video {
    display: none;
  }
}

.page_header_iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page_header_btn {
  transform: translate(0, 50%);
  z-index: 1;
}
.page_header.has_inline_btn .page_header_btn {
  transform: none;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.page_header_btn_right {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:980px) {
  .page_header_btn_right {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
}

/* ==========================================================================
	Site Search
============================================================================= */
.search_link {
  position: relative;
  color: inherit;
}
.header_primary_inner_top .search_link {
  display: none;
}
@media (min-width:980px) {
  .header_primary_inner_top .search_link {
    display: block;
  }
}
.header_controls .search_link, .menu .search_link {
  margin-right: 6px;
  margin-right: 0.375rem;
}
@media (min-width:980px) {
  .header_controls .search_link, .menu .search_link {
    display: none;
  }
}

.search_link_inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.search_link_inner [class$=_label] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.search_link_inner [class$=_icon] {
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  position: relative;
  background: #062d5d;
  border-radius: 50%;
  display: block;
  transition: background 0.25s, color 0.25s;
}
.search_link_inner [class$=_icon_inner] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width:740px) {
  .search_link_inner:hover [class$=_icon], .search_link_inner:focus [class$=_icon] {
    background: #fff;
    color: #000;
  }
}
@media (min-width:740px) {
  .search_link_inner.search_link_inner:hover .search_link_icon, .search_link_inner.search_link_inner:focus .search_link_icon {
    color: #00005a;
  }
}

.header_controls .search_link_label, .header_primary_inner_top .search_link_label, .menu .search_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.header_controls .search_link_label.focusable:active, .header_controls .search_link_label.focusable:focus, .header_primary_inner_top .search_link_label.focusable:active, .header_primary_inner_top .search_link_label.focusable:focus, .menu .search_link_label.focusable:active, .menu .search_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.header_controls .search_link_icon, .menu .search_link_icon {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #00d4a8;
  color: #00005a;
}
.header_primary_inner_top .search_link_icon {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: #00d4a8;
  border-radius: 0px;
  border-radius: 0;
  color: #00005a;
}

.header_controls .search_link_icon_space, .header_primary_inner_top .search_link_icon_space, .menu .search_link_icon_space {
  display: none;
}

/* Search Form
============================================================================= */
.site_search {
  position: relative;
  display: none;
}
.search_404 .site_search {
  display: block;
}
.js .site_search {
  display: block;
}

.site_search_form {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.site_search_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.search_top .site_search_label {
  display: none;
}
@media (min-width:740px) {
  .site_search_label {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width:980px) {
  .site_search_label {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.site_search_field {
  position: relative;
  display: flex;
}

.site_search_input {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #1bd2ff;
  border: 0.0625rem solid #1bd2ff;
  border-right: none;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  line-height: 1;
  color: #00005a;
  font-weight: 600;
  flex: 1;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media (min-width:500px) {
  .site_search_input {
    padding: 0 22px 3px;
    padding: 0 1.375rem 0.1875rem;
  }
}
.site_search_input::-moz-placeholder {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00005a;
  font-weight: 500;
  line-height: 44px;
  line-height: 2.75rem;
  opacity: 1;
}
.site_search_input::placeholder {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00005a;
  font-weight: 500;
  line-height: 44px;
  line-height: 2.75rem;
  opacity: 1;
}
@media (min-width:740px) {
  .site_search_input::-moz-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
  .site_search_input::placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .site_search_input::-moz-placeholder {
    line-height: 56px;
    line-height: 3.5rem;
  }
  .site_search_input::placeholder {
    line-height: 56px;
    line-height: 3.5rem;
  }
}
.site_search_button {
  height: 48px;
  height: 3rem;
  display: flex;
  position: relative;
  align-items: center;
  background: #00d4a8;
  border: 1px solid #00d4a8;
  border: 0.0625rem solid #00d4a8;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  flex-direction: row-reverse;
  flex: 0 0 48px;
  padding: 0 17px;
  padding: 0 1.0625rem;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
@media (min-width:500px) {
  .site_search_button {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}
@media (min-width:740px) {
  .site_search_button {
    height: 60px;
    height: 3.75rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}
@media (min-width:980px) {
  .site_search_button {
    padding: 0 42px;
    padding: 0 2.625rem;
  }
}
.site_search_button:focus {
  background: #fff;
}
@media (hover: hover) {
  .site_search_button:hover {
    background: #fff;
  }
}

.site_search_button_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media (max-width:739px) {
  .site_search_button_label {
    width: 1px;
    width: 0.0625rem;
    height: 1px;
    height: 0.0625rem;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
  }
  .site_search_button_label.focusable:active, .site_search_button_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
  }
}

.site_search_button_icon {
  pointer-events: none;
}
@media (min-width:740px) {
  .site_search_button_icon {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
.site_search_button_icon .icon_search {
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
}

/* ==========================================================================
	Site Search Header
============================================================================= */
.site_search_header {
  flex: 0 0 30%;
  margin: 0 0 0 auto;
}
.js .site_search_header {
  display: none;
}
@media (min-width:980px) {
  .js .site_search_header {
    display: block;
  }
}
@media print {
  .js .site_search_header {
    display: none;
  }
}

/* ==========================================================================
	Site Search Menu
============================================================================= */
.site_search_menu {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

/* ==========================================================================
	404 Search
============================================================================= */
.search_404 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (min-width:740px) {
  .search_404 {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:980px) {
  .search_404 {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
  }
}
@media (min-width:1220px) {
  .search_404 {
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
}

/* ==========================================================================
	Funnelback
============================================================================= */
.site_search_funnelback {
  color: #000;
}

/* ==========================================================================
	Meta
============================================================================= */
.meta_info {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  line-height: 1.2;
}
.footer .meta_info {
  width: 100%;
  order: 2;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media (min-width:740px) {
  .footer .meta_info {
    margin-top: 0;
  }
}
@media (min-width:980px) {
  .footer .meta_info {
    margin-top: 9px;
    margin-top: 0.5625rem;
    order: 1;
  }
}
@media (min-width:1220px) {
  .footer .meta_info {
    margin-top: 0;
  }
}
@media (min-width:980px) {
  .meta_info {
    border-bottom-width: 0;
    flex: 0 0 550px;
  }
}
@media (min-width:1220px) {
  .meta_info {
    flex: 0 0 60%;
  }
}

@media (min-width:980px) {
  .meta_info_details {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.meta_info_detail {
  display: flex;
  overflow: hidden;
  padding: 8px 0;
  padding: 0.5rem 0;
}
@media (min-width:980px) {
  .meta_info_detail {
    padding-top: 0;
  }
}
.footer .meta_info_detail:first-of-type {
  padding-top: 0;
}

.meta_info_detail_address {
  flex-wrap: wrap;
}
@media (min-width:980px) {
  .meta_info_detail_address {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media (min-width:1220px) {
  .meta_info_detail_address {
    flex: 0 0 35%;
  }
}
@media (min-width:1394px) {
  .meta_info_detail_address {
    flex: 0 0 45%;
  }
}
.meta_info_detail_address + .meta_info_detail_address {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media (min-width:980px) {
  .meta_info_detail_address + .meta_info_detail_address {
    padding-top: 0;
  }
}
@media (min-width:1220px) {
  .meta_info_detail_address + .meta_info_detail_address {
    flex: 0 0 30%;
  }
}

.meta_info_detail_address_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  background: #fff;
  color: #00005a;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.meta_info_detail_address_label:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  background: #eaeaea;
  content: "";
  z-index: 1;
}
@media (min-width:980px) {
  .meta_info_detail_address_label:after {
    display: none;
  }
}

.meta_info_detail_address_title {
  display: inline-block;
}

.meta_info_detail_phone {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media (min-width:740px) {
  .meta_info_detail_phone {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}
@media (min-width:980px) {
  .meta_info_detail_phone {
    flex: 0 0 100%;
    justify-content: flex-start;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 0;
  }
}
@media (min-width:1220px) {
  .meta_info_detail_phone {
    flex-direction: column;
    flex: 0 0 30%;
    margin-top: 0;
  }
}
@media (min-width:1394px) {
  .meta_info_detail_phone {
    flex: 0 0 25%;
  }
}

.meta_info_contact_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  position: relative;
  color: #002ac2;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  letter-spacing: 0;
  margin-top: 16px;
  margin-top: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .meta_info_contact_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.meta_info_contact_link:focus, .meta_info_contact_link:hover {
  color: #175bf1;
}
@media print {
  .meta_info_contact_link {
    display: none;
  }
}
@media (min-width:740px) {
  .meta_info_contact_link {
    margin-top: -8px;
    margin-top: -0.5rem;
  }
}
@media (min-width:980px) {
  .meta_info_contact_link {
    max-width: 215px;
    max-width: 13.4375rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
@media (min-width:1220px) {
  .meta_info_contact_link {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.meta_info_detail_phone_number {
  display: block;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media print {
  .meta_info_detail_label:after {
    content: normal;
    display: none;
  }
}

.meta_info_detail_label_hint {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #00005a;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.meta_info_detail_label_hint:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  background: #eaeaea;
  content: "";
}
@media (min-width:980px) {
  .meta_info_detail_label_hint:after {
    display: none;
  }
}
@media (min-width:740px) {
  .meta_info_detail_phone .meta_info_detail_label_hint:after {
    display: none;
  }
}
@media (min-width:740px) {
  .meta_info_detail_phone .meta_info_detail_label_hint {
    display: block;
    line-height: 1.2;
  }
}
.meta_info_detail:not(.meta_info_detail_phone) .meta_info_detail_label_hint {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.meta_info_detail:not(.meta_info_detail_phone) .meta_info_detail_label_hint.focusable:active, .meta_info_detail:not(.meta_info_detail_phone) .meta_info_detail_label_hint.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.meta_info_detail_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: block;
  color: #00005a;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  text-decoration: underline;
  transition: color 0.25s;
}
.meta_info_detail_address .meta_info_detail_link {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media (min-width:740px) {
  .meta_info_detail_link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width:980px) {
  .meta_info_detail_link {
    text-decoration: none;
  }
}
@media (min-width:740px) {
  .meta_info_detail_phone .meta_info_detail_link {
    width: 50%;
  }
}
@media (min-width:1220px) {
  .meta_info_detail_phone .meta_info_detail_link {
    width: 100%;
  }
}
.meta_info_detail_link:focus {
  color: #002ac2;
  text-decoration: none;
}
@media (hover: hover) {
  .meta_info_detail_link:hover {
    color: #002ac2;
    text-decoration: none;
  }
}

@media (min-width:740px) {
  .meta_info_address_street {
    display: block;
  }
}

@media (min-width:740px) {
  .meta_info_address_group {
    display: block;
  }
}

/* ==========================================================================
	Google CSE
============================================================================= */
#___gcse_0 {
  /* Search Box
  ============================================================================= */
  /* Search Tabs
  ============================================================================= */
  /* Results Count
  ============================================================================= */
  /* Results
  ============================================================================= */
  /* Pagination
  ============================================================================= */
  /* Branding
  ============================================================================= */
}
#___gcse_0 .gsc-control-cse {
  background-color: transparent;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
#___gcse_0 form.gsc-search-box {
  font-size: inherit;
  margin-bottom: 0;
}
#___gcse_0 table.gsc-search-box {
  position: relative;
  margin-bottom: 0;
}
#___gcse_0 td.gsc-input {
  padding-right: 0;
}
#___gcse_0 .gsc-input-box {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
}
#___gcse_0 table.gsc-input {
  border-collapse: collapse;
}
#___gcse_0 #gs_tti50 {
  padding: 0;
}
#___gcse_0 input.gsc-input {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  height: 60px !important;
  height: 3.75rem !important;
  background-color: #fff !important;
  background-position: 20px 50% !important;
  border: 1px solid #000 !important;
  border: 0.0625rem solid #000 !important;
  border-radius: 3px;
  border-radius: 0.1875rem;
  line-height: normal;
  margin: 0 !important;
  padding: 13px 50px 13px 20px !important;
  padding: 0.8125rem 3.125rem 0.8125rem 1.25rem !important;
}
@media (min-width:740px) {
  #___gcse_0 input.gsc-input {
    padding-right: 70px !important;
    padding-right: 4.375rem !important;
  }
}
#___gcse_0 input.gsc-input::-moz-placeholder {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  line-height: normal;
}
#___gcse_0 input.gsc-input::placeholder {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  line-height: normal;
}
#___gcse_0 .gsib_b {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media (min-width:740px) {
  #___gcse_0 .gsib_b {
    right: 30px;
  }
}
#___gcse_0 .gsst_b {
  padding: 0;
}
#___gcse_0 .gsst_a {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAAAWpJREFUWAndmGEOwiAMhY1//Ou9vY+H8FLKMylhrGBpHyyThMBc+95Hh9nC5XLidk/sj9RvB6wBnvAGQ7ch4JX6O/Vn6ith4QVPeIOhCVtCInglbAkp3iqsBikJsyurQYr3Dhb7Qm5q4yzYHqRwgC03SwIb1u3pTszLtU/CXmEBAyvNgyakQNO16YIJeobmtxZMYaaW8qA4VZgOKeQRo0iu+A+NHkNPzhBUK3jEeCS25Rf63QogX0HyGqxH9ltOXZQFtgYrr5dACrkXdimkF/YQyFHYMORVHP95HN2n4ap6ijkKKf/6pbBeyKWwFkhUDV3AtHFqZa2QiBuJ9Wy9Zo7H2JPTBLDciBhGci1sOYZhxNDIQNqEacDU2rDOEKZr0gWLEtC0aUIFXD0Ne4QFaqLOtdvLndiB+XXL5XmaY8fTHOTiMWmwUz8eir2hbYPdaXMRv4FdBSn+JWwXUhJQWexZJK5u8IQ3GM7ZPqgwKEshiSLbAAAAAElFTkSuQmCC");
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding: 0;
}
#___gcse_0 .gscb_a {
  display: none;
}
#___gcse_0 td.gsc-search-button {
  width: 60px;
  width: 3.75rem;
}
@media (min-width:740px) {
  #___gcse_0 td.gsc-search-button {
    width: 130px;
    width: 8.125rem;
  }
}
#___gcse_0 button.gsc-search-button {
  width: 100%;
  height: 60px;
  height: 3.75rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAA6pJREFUWAm1mDloFVEUhn3ZjKSQQMRgCMEuCIlaJAoqLkSxcANRsLENdmqlfUSIYKs2YucCgnEJSaWdKGKj8AJGggtBg0vhEjUx8ftfXsLMmTszd55vfviZueee89/z7j6vsMwT8/PzNbhugQfherimzOU8J8sc5/kAjhQKhR888weJrYTn4RT0xTSON2FnbhkiXgNPwc+wUswQeBm2VDVRBNVrw7BamECou5IkCzYIobXYhmHc8BSpuwvHoObeb6j52AH3wq2wFlp8x3CMuXnfVniXSU49V4QuDGHsShPDZxUchJqHFrL1pmk46wnUnHMN6yfsu51BCUZiOuBTaDGJoS0h1F1FkBaExRgGDXlFILYRajVbjGYSJFpDa1ereq7i5BYTQKMePoIWfYs+qU8itc9ZZB7WuIYQboEfTAPPKUcWaUQDJ809uwkPRRz/00AbJ6BFT6osEdtsFOXU1ZoqbBzQrINvTFsDxi1S1PmqszWIInvVi6ChGu9ozqJz22gdMuVIUQnq4A9Cm3BeuGeE19Gj9cYWKipBnQJB6ITICzqFgtAiaQ0a7LsrQR1feWEK4b9G3HZQqFoJ6j4XhM7WXMA8nEN4xog3mnKoqARtjyX+olB0xgLzrZkQm5B6NRauBHUryQsu7Y9JjSnB18ZBV6a8YLXfMexfEhuj2w+bzXOWcnVvwOUM0H1i2rqamJwqCWiC9u42mBqY0YE2dpnkVDzqJYPjLROshF3zxUvPOqGl8/6ZaeM95Qbr6yzj2An1gROELpt2xTnj04zoXAgKl99Pp8WF6gm64hDRZTPxKAqJOArE9zt0x7E1OdzjTQTozjYBLXTZzLxoiNGwunpOi3BzfCYJNQR2w2/QQpdN3efqEsKXqvDTgrBzDlMJ9sKwFOf1gsQ+aFf1gvTCfe4ihZ2wFWof1U7QDDfAM9BuJZgiOOmVTJwTcr1QX19p0HDF/Zi02P649r3sqLfB0bRWPOpf4eNagHPYj3slk+SESB/UB05WaN6ehaXbEs8Bh4BGwG+zTkmygFAPPAdfQv16F95ivA6PwMj2hE3z1+IPhgNJ7WeuQ1Dfuu1wE9wBu+BqHyH8LkGLXxj2+MTn7kMiGo1rNkPKP+H23BPwaYBEauENaKE9uLJN3KfhLD4kou/kOzZDyl/hxixaufmSSAMcgRb6X6g9t4azCJPICvgQWpT+dSgdVVkEq+3LlX8azf3wsdFO/hQwzrkX6T79BaiLs/4G1DWvdBf9Bx10jEx7NnGhAAAAAElFTkSuQmCC");
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 3px;
  border-radius: 0.1875rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
  transition: background-color 0.25s;
}
#___gcse_0 button.gsc-search-button:hover, #___gcse_0 button.gsc-search-button:focus {
  background-color: #000;
}
#___gcse_0 button.gsc-search-button img,
#___gcse_0 button.gsc-search-button svg {
  display: none;
}
#___gcse_0 .gsc-positioningWrapper {
  display: none;
}
#___gcse_0 .gsc-above-wrapper-area {
  border-bottom: 2px solid #cccccc;
  border-bottom: 0.125rem solid #cccccc;
  padding: 20px 0 55px;
  padding: 1.25rem 0 3.4375rem;
}
#___gcse_0 .gsc-result-info {
  color: inherit;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#___gcse_0 .gsc-result {
  border-bottom: 2px solid #cccccc;
  border-bottom: 0.125rem solid #cccccc;
  padding: 34px 0;
  padding: 2.125rem 0;
}
#___gcse_0 .gsc-thumbnail-inside {
  padding: 0;
}
#___gcse_0 div.gs-title {
  color: inherit;
  font-size: inherit;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  text-decoration: none;
}
#___gcse_0 a.gs-title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #062d5d;
  display: block;
  transition: color 0.25s;
}
@media (min-width:740px) {
  #___gcse_0 a.gs-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
#___gcse_0 a.gs-title:hover, #___gcse_0 a.gs-title:focus {
  color: #000;
}
#___gcse_0 a.gs-title b {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
#___gcse_0 .gsc-url-top {
  padding: 0;
}
#___gcse_0 .gs-visibleUrl {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: inherit;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
@media (min-width:740px) {
  #___gcse_0 .gs-visibleUrl {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
#___gcse_0 .gs-visibleUrl b {
  color: inherit;
}
#___gcse_0 .gsc-table-result {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
#___gcse_0 .gsc-thumbnail {
  display: none;
}
#___gcse_0 .gs-snippet {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: inherit;
  margin-top: 0;
}
#___gcse_0 .gsc-url-bottom {
  display: none;
  margin-top: 8px;
  margin-top: 0.5rem;
}
#___gcse_0 .gsc-cursor-box {
  margin: 40px 0;
  margin: 2.5rem 0;
  padding: 0;
}
#___gcse_0 .gsc-cursor {
  align-items: center;
  color: inherit;
  display: flex;
  fill: none;
}
#___gcse_0 .gsc-cursor-page {
  color: #062d5d;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  justify-content: center;
  margin: 0;
  padding: 0 10px 0 0;
  padding: 0 0.625rem 0 0;
  text-decoration: underline;
  transition: background 0.25s, border 0.25s, color 0.25s;
}
@media (min-width:740px) {
  #___gcse_0 .gsc-cursor-page {
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}
#___gcse_0 .gsc-cursor-page:hover, #___gcse_0 .gsc-cursor-page:focus {
  color: #000;
}
#___gcse_0 .gsc-cursor-page.gsc-cursor-current-page {
  color: #000;
  font-weight: inherit;
  text-decoration: none;
}
#___gcse_0 .gcsc-more-maybe-branding-root > a {
  display: none;
}
#___gcse_0 .gcsc-branding {
  padding: 0;
}

/* ==========================================================================
	Forms
============================================================================= */
/* Select
============================================================================= */
/* Select Themes
============================================================================= */
/* Checkbox and Radio
============================================================================= */
/* ==========================================================================
	Form Assembly Forms
============================================================================= */
.wFormContainer.wFormContainer .errFld.errFld [aria-invalid=true] {
  border-color: #d40000 !important;
}
.wFormContainer.wFormContainer .errFld.errFld .errMsg {
  color: #d40000 !important;
  font-weight: 700;
}
.wFormContainer.wFormContainer .htmlSection {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
}
.wFormContainer.wFormContainer .htmlSection a {
  color: #175bf1;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.25s;
}
.wFormContainer.wFormContainer .htmlSection a:hover, .wFormContainer.wFormContainer .htmlSection a:focus {
  color: #012149;
}
.wFormContainer.wFormContainer .htmlSection p {
  margin: 30px 0;
  margin: 1.875rem 0;
}
.wFormContainer.wFormContainer .htmlSection font {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.wFormContainer.wFormContainer form fieldset {
  border-color: #eaeaea;
  border-radius: 3px;
  border-radius: 0.1875rem;
}
.wFormContainer.wFormContainer form legend {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #000;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form legend {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.wFormContainer.wFormContainer form label.label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
  font-weight: 700;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form label.label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form input[type=text],
.wFormContainer.wFormContainer form input[type=number],
.wFormContainer.wFormContainer form input[type=tel],
.wFormContainer.wFormContainer form input[type=email] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}
.wFormContainer.wFormContainer form input[type=text]::-webkit-input-placeholder,
.wFormContainer.wFormContainer form input[type=number]::-webkit-input-placeholder,
.wFormContainer.wFormContainer form input[type=tel]::-webkit-input-placeholder,
.wFormContainer.wFormContainer form input[type=email]::-webkit-input-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]:-moz-placeholder,
.wFormContainer.wFormContainer form input[type=number]:-moz-placeholder,
.wFormContainer.wFormContainer form input[type=tel]:-moz-placeholder,
.wFormContainer.wFormContainer form input[type=email]:-moz-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]::-moz-placeholder,
.wFormContainer.wFormContainer form input[type=number]::-moz-placeholder,
.wFormContainer.wFormContainer form input[type=tel]::-moz-placeholder,
.wFormContainer.wFormContainer form input[type=email]::-moz-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]:-ms-input-placeholder,
.wFormContainer.wFormContainer form input[type=number]:-ms-input-placeholder,
.wFormContainer.wFormContainer form input[type=tel]:-ms-input-placeholder,
.wFormContainer.wFormContainer form input[type=email]:-ms-input-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]:focus,
.wFormContainer.wFormContainer form input[type=number]:focus,
.wFormContainer.wFormContainer form input[type=tel]:focus,
.wFormContainer.wFormContainer form input[type=email]:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form input[type=text],
  .wFormContainer.wFormContainer form input[type=number],
  .wFormContainer.wFormContainer form input[type=tel],
  .wFormContainer.wFormContainer form input[type=email] {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
.wFormContainer.wFormContainer form select {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  background-color: #1bd2ff;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23FFF'/%3E%3Cpath fill='%23000' d='M12.5 16.313L17 9H8z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 12px) 50%;
}
@-moz-document url-prefix() {
  .wFormContainer.wFormContainer form select {
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.wFormContainer.wFormContainer form select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.wFormContainer.wFormContainer form select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .wFormContainer.wFormContainer form select option {
    background-color: #fff;
  }
}
.wFormContainer.wFormContainer form fieldset > .section.group > * {
  display: block;
}
.wFormContainer.wFormContainer form fieldset > .section.group .group {
  display: flex;
  flex-flow: row wrap;
}
.wFormContainer.wFormContainer form fieldset > .section.group .group.empty {
  display: none;
}
.wFormContainer.wFormContainer form fieldset > .section.group .group > * {
  flex: 1 1 100%;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form fieldset > .section.group .group > * {
    flex: 1 1 50%;
  }
  .wFormContainer.wFormContainer form fieldset > .section.group .group > *:only-child {
    flex: 1 1 100%;
  }
}
.wFormContainer.wFormContainer form .inputWrapper {
  display: block;
}
.wFormContainer.wFormContainer form .inputWrapper input[type=radio] {
  margin-top: 10px;
  margin-top: 0.625rem;
  vertical-align: top;
}
.wFormContainer.wFormContainer form .hint {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form .hint {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form .choices label.label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-left: 11px;
  margin-left: 0.6875rem;
}
.wFormContainer.wFormContainer form .choices label.label p,
.wFormContainer.wFormContainer form .choices label.label span,
.wFormContainer.wFormContainer form .choices label.label i {
  line-height: 1.6470588235 !important;
  margin-left: 0 !important;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form .choices label.label p,
  .wFormContainer.wFormContainer form .choices label.label span,
  .wFormContainer.wFormContainer form .choices label.label i {
    line-height: 1.6842105263 !important;
  }
}
.wFormContainer.wFormContainer form [role=radiogroup] label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
  font-weight: 700;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form [role=radiogroup] label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form .htmlContent p {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #062d5d;
}
.wFormContainer.wFormContainer form .htmlContent > * {
  margin: 0;
}
.wFormContainer.wFormContainer form .htmlContent > * + * {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.wFormContainer.wFormContainer form input[id=submit_button] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  background-color: #d40000;
  padding: 6px 20px 8px;
  padding: 0.375rem 1.25rem 0.5rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form input[id=submit_button] {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form input[id=submit_button]:focus, .wFormContainer.wFormContainer form input[id=submit_button]:hover {
  background-color: #dfeff8;
  color: #000;
}

.wFormFooter.wFormFooter .contactInfoLink {
  border-bottom: 1px solid #1bd2ff;
  border-bottom: 0.0625rem solid #1bd2ff;
  color: #012149;
  transition: 0.25s ease;
}
.wFormFooter.wFormFooter .contactInfoLink:focus, .wFormFooter.wFormFooter .contactInfoLink:hover {
  border-bottom-color: transparent;
  color: currentColor;
}

.wFormContainer.wFormContainer {
  font-family: "Roboto", sans-serif;
}
.wFormContainer.wFormContainer .wForm form legend {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.wFormContainer.wFormContainer .wForm form label.label {
  font-family: "Roboto", sans-serif;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices {
  width: 100%;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice {
  width: calc(100% - 10px);
  width: calc(100% - 0.625rem);
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice label {
  width: 100% !important;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice label.postField {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice label.postField span {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices label.label {
  font-family: "Roboto", sans-serif;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper select {
  background-color: unset;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper input[type=text]:-moz-read-only {
  box-shadow: unset;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper input[type=text]:read-only {
  box-shadow: unset;
}
.wFormContainer.wFormContainer .wForm form .actions input[type=submit].primaryAction {
  background-color: #002ac2;
  cursor: pointer;
}
.wFormContainer.wFormContainer .wForm form .actions input[type=submit].primaryAction:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

#tfa_181-D .inputWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#tfa_181-D .inputWrapper .delimiterBefore {
  width: 20px;
  width: 1.25rem;
}

/* ==========================================================================
	Pardot Forms
============================================================================= */
form[id=pardot-form] {
  padding: 0 15px;
  padding: 0 0.9375rem;
}
form[id=pardot-form] p.error,
form[id=pardot-form] p.errors {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #d40000;
}
form[id=pardot-form] .field-label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media (min-width:740px) {
  form[id=pardot-form] .field-label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
form[id=pardot-form] .form-field,
form[id=pardot-form] p.submit {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}
@media (min-width:740px) {
  form[id=pardot-form] .form-field,
  form[id=pardot-form] p.submit {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
form[id=pardot-form] p:not(.form-field).error {
  margin-top: 10px;
  margin-top: 0.625rem;
}
form[id=pardot-form] .form-field.error input[type=text],
form[id=pardot-form] .form-field.error input[type=number],
form[id=pardot-form] .form-field.error input[type=tel],
form[id=pardot-form] .form-field.error input[type=email] {
  background-color: #fff;
  border-color: #d40000;
  border-width: 2px;
  border-width: 0.125rem;
}
form[id=pardot-form] input[type=text],
form[id=pardot-form] input[type=number],
form[id=pardot-form] input[type=tel],
form[id=pardot-form] input[type=email] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}
form[id=pardot-form] input[type=text]::-webkit-input-placeholder,
form[id=pardot-form] input[type=number]::-webkit-input-placeholder,
form[id=pardot-form] input[type=tel]::-webkit-input-placeholder,
form[id=pardot-form] input[type=email]::-webkit-input-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:-moz-placeholder,
form[id=pardot-form] input[type=number]:-moz-placeholder,
form[id=pardot-form] input[type=tel]:-moz-placeholder,
form[id=pardot-form] input[type=email]:-moz-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]::-moz-placeholder,
form[id=pardot-form] input[type=number]::-moz-placeholder,
form[id=pardot-form] input[type=tel]::-moz-placeholder,
form[id=pardot-form] input[type=email]::-moz-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:-ms-input-placeholder,
form[id=pardot-form] input[type=number]:-ms-input-placeholder,
form[id=pardot-form] input[type=tel]:-ms-input-placeholder,
form[id=pardot-form] input[type=email]:-ms-input-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:focus,
form[id=pardot-form] input[type=number]:focus,
form[id=pardot-form] input[type=tel]:focus,
form[id=pardot-form] input[type=email]:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  form[id=pardot-form] input[type=text],
  form[id=pardot-form] input[type=number],
  form[id=pardot-form] input[type=tel],
  form[id=pardot-form] input[type=email] {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
.form-field.error form[id=pardot-form] input[type=text],
.form-field.error form[id=pardot-form] input[type=number],
.form-field.error form[id=pardot-form] input[type=tel],
.form-field.error form[id=pardot-form] input[type=email] {
  display: none;
}
form[id=pardot-form] input[type=checkbox] {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a2a2a2;
  border: 0.0625rem solid #a2a2a2;
  border-radius: 2px;
  border-radius: 0.125rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
form[id=pardot-form] input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='M1.219 5.182l2.848 2.791L10.656.589'/%3E%3C/svg%3E%0A");
  background-color: #1bd2ff;
  border-color: #1bd2ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}
form[id=pardot-form] input[type=radio] {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a2a2a2;
  border: 0.0625rem solid #a2a2a2;
  border-radius: 50%;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
form[id=pardot-form] input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='8' r='3' fill-rule='evenodd' transform='translate(-5 -5)'/%3E%3C/svg%3E%0A");
  background-color: #1bd2ff;
  border-color: #1bd2ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
}
form[id=pardot-form] input[type=submit][type=submit] {
  width: auto;
  background-color: #d40000;
  border: none;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.7333333333;
  padding: 8px 21px;
  padding: 0.5rem 1.3125rem;
  transition: 0.25s ease;
}
form[id=pardot-form] input[type=submit][type=submit]:focus, form[id=pardot-form] input[type=submit][type=submit]:hover {
  background-color: #1bd2ff;
  color: #000;
}
form[id=pardot-form] .pd-checkbox .value > span {
  align-items: center;
  display: flex;
}
form[id=pardot-form] .pd-checkbox .value input {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
form[id=pardot-form] .pd-checkbox .value label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  cursor: pointer;
  display: inline-block;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  margin-left: 11px;
  margin-left: 0.6875rem;
}
@media (min-width:740px) {
  form[id=pardot-form] .pd-checkbox .value label {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
form[id=pardot-form] span.description {
  display: block;
  margin-left: 31px;
  margin-left: 1.9375rem;
}

/* ==========================================================================
	Form - Mailchimp
============================================================================= */
#mc_embed_signup#mc_embed_signup {
  background-color: transparent;
}

/* ==========================================================================
	Formstone Background
============================================================================= */
.fs-background-container {
  opacity: 0;
  transition: opacity 0.35s;
}
.fs-background-loaded .fs-background-container {
  opacity: 1;
}

.fs-background-controls {
  position: absolute;
  z-index: 4;
}

/* ==========================================================================
	Formstone Carousel
============================================================================= */
@media print {
  .fs-carousel-canister {
    width: 100% !important;
    display: block !important;
    transform: none !important;
  }
}

@media print {
  .fs-carousel-item {
    width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }
}
/* Carousel Controls
============================================================================= */
@media print {
  .fs-carousel-controls {
    display: none !important;
  }
}

.fs-carousel-control {
  position: relative;
  cursor: default;
  opacity: 0;
  padding: 20px;
  padding: 1.25rem;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.fs-carousel-control.fs-carousel-visible {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.fs-carousel-control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.fs-carousel-control-label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.fs-carousel-control-label.focusable:active, .fs-carousel-control-label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Carousel Pagination
============================================================================= */
@media print {
  .fs-carousel-pagination {
    display: none !important;
  }
}

.fs-carousel-page {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden;
}
.fs-carousel-page:before {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #999;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.fs-carousel-page.fs-carousel-active:before {
  background-color: #000;
}

/* ==========================================================================
	Form Builder
============================================================================= */
.form_builder {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width:740px) {
  .form_builder {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .form_builder {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .form_builder {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .form_builder {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.form_builder h2 {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .form_builder h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.form_builder fieldset {
  border: 0;
  margin: 40px 0;
  margin: 2.5rem 0;
  padding: 0;
}
.form_builder fieldset > label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width:740px) {
  .form_builder fieldset > label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.form_builder legend {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width:740px) {
  .form_builder legend {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.form_builder input:not([type=submit]):not([type=file]),
.form_builder textarea {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.form_builder input:not([type=submit]):not([type=file])::-webkit-input-placeholder,
.form_builder textarea::-webkit-input-placeholder {
  color: #4a4a4a;
}
.form_builder input:not([type=submit]):not([type=file]):-moz-placeholder,
.form_builder textarea:-moz-placeholder {
  color: #4a4a4a;
}
.form_builder input:not([type=submit]):not([type=file])::-moz-placeholder,
.form_builder textarea::-moz-placeholder {
  color: #4a4a4a;
}
.form_builder input:not([type=submit]):not([type=file]):-ms-input-placeholder,
.form_builder textarea:-ms-input-placeholder {
  color: #4a4a4a;
}
.form_builder input:not([type=submit]):not([type=file]):focus,
.form_builder textarea:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  .form_builder input:not([type=submit]):not([type=file]),
  .form_builder textarea {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
.form_builder input::-ms-clear {
  width: 0;
  height: 0;
}
.form_builder textarea {
  min-height: 220px;
  min-height: 13.75rem;
  resize: vertical;
}

/* Custom Elements
============================================================================= */
.form_builder_full,
.form_builder_split {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.form_builder_sublabel {
  display: block;
}

@media (min-width:500px) {
  .form_builder_wrap {
    display: flex;
  }
}

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

.form_builder_split {
  width: calc(50% - 5px);
  width: calc(50% - 0.3125rem);
  float: left;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media (min-width:740px) {
  .form_builder_split {
    width: calc(50% - 10px);
    width: calc(50% - 0.625rem);
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
.form_builder_split.form_builder_split_last_col {
  margin-right: 0;
}

@media (min-width:500px) {
  .form_builder_firstname {
    width: calc(50% - 10px);
    width: calc(50% - 0.625rem);
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
@media (min-width:740px) {
  .form_builder_firstname {
    width: calc(50% - 20px);
    width: calc(50% - 1.25rem);
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

@media (min-width:500px) {
  .form_builder_lastname {
    width: 50%;
  }
}

.form_builder_date_2,
.form_builder_phone_3 {
  width: 80px;
  width: 5rem;
  float: left;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media (min-width:740px) {
  .form_builder_date_2,
  .form_builder_phone_3 {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

.form_builder_date_4,
.form_builder_phone_4 {
  width: 110px;
  width: 6.875rem;
  float: left;
}

/* Checkboxes & Radios
============================================================================= */
.form_builder_checkbox {
  position: relative;
}
.form_builder_checkbox input {
  position: absolute;
  z-index: -2;
  opacity: 0;
}
.form_builder_checkbox input:checked ~ [class$=indicator]:before {
  transform: scale(1);
}
.form_builder_checkbox [class$=indicator] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  text-align: center;
  transition: background-color 0.25s, border 0.25s, color 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form_builder_checkbox [class$=indicator]:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  transition: background 0.25s, transform 0.25s;
}
.form_builder_checkbox input:checked ~ [class$=indicator]:before {
  transform: scale(1);
}
.form_builder_checkbox [class$=indicator] {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 2px;
  border-radius: 0.125rem;
}
.form_builder_checkbox [class$=indicator]:before {
  top: 3px;
  content: "✓";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transform: scale(0);
}
.form_builder_checkbox input:focus ~ [class$=indicator] {
  box-shadow: 0 0 3px 1px #062d5d;
}
.form_builder_checkbox [class$=indicator] {
  border: 1px solid;
  border: 0.0625rem solid;
  color: #a2a2a2;
}
.form_builder_checkbox input:checked ~ [class$=indicator] {
  background-color: #062d5d;
  border-color: #062d5d;
  color: #fff;
}

.form_builder_radio {
  position: relative;
}
.form_builder_radio input {
  position: absolute;
  z-index: -2;
  opacity: 0;
}
.form_builder_radio input:checked ~ [class$=indicator]:before {
  transform: scale(1);
}
.form_builder_radio [class$=indicator] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  text-align: center;
  transition: background-color 0.25s, border 0.25s, color 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form_builder_radio [class$=indicator]:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  transition: background 0.25s, transform 0.25s;
}
.form_builder_radio [class$=indicator] {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
}
.form_builder_radio [class$=indicator]:before {
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: inherit;
  content: "";
}
.form_builder_radio input:focus ~ [class$=indicator] {
  box-shadow: 0 0 3px 1px #062d5d;
}
.form_builder_radio [class$=indicator] {
  border: 1px solid;
  border: 0.0625rem solid;
  color: #a2a2a2;
}
.form_builder_radio [class$=indicator]:before {
  background-color: #cccccc;
}
.form_builder_radio input:checked ~ [class$=indicator]:before {
  background-color: #062d5d;
}

.form_builder_for_checkbox {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.form_builder_checkbox,
.form_builder_radio {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.form_builder_checkbox:last-child,
.form_builder_radio:last-child {
  margin-bottom: 0;
}

.form_builder_checkbox [class$=indicator] {
  top: 6px;
}

.form_builder_radio [class$=indicator] {
  top: 8px;
}

/* Selects
============================================================================= */
.form_builder_select {
  position: relative;
  display: inline-block;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}
.form_builder_select select {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  background-color: #1bd2ff;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@-moz-document url-prefix() {
  .form_builder_select select {
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.form_builder_select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form_builder_select select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .form_builder_select select option {
    background-color: #fff;
  }
}
.form_builder_select select:focus {
  box-shadow: 0 0 3px 1px #062d5d;
}
.form_builder_select select:active {
  color: #fff;
  background-color: #000;
}
.form_builder_select:after {
  border-top-color: #062d5d;
}

/* Submit
============================================================================= */
.form_builder_submit {
  cursor: pointer;
  font-weight: 500;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: background 0.25s, color 0.25s;
  background: #062d5d;
  color: #fff;
  border: none;
}
@media print {
  .form_builder_submit {
    border: 1px solid #000;
    border: 0.0625rem solid #000;
  }
}
.form_builder_submit:focus, .form_builder_submit:hover {
  background: #000;
}
.form_builder_submit [class$=label] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
}
/* Errors
============================================================================= */
.form_builder_errors {
  color: #d40000;
}

.form_builder_captcha_error {
  color: #d40000;
}

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

.form_builder_error_list_entry a {
  color: #175bf1;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.25s;
}
.form_builder_error_list_entry a:hover, .form_builder_error_list_entry a:focus {
  color: #012149;
}

/* ==========================================================================
	Form Assembly Forms
============================================================================= */
.wFormContainer.wFormContainer .errFld.errFld [aria-invalid=true] {
  border-color: #d40000 !important;
}
.wFormContainer.wFormContainer .errFld.errFld .errMsg {
  color: #d40000 !important;
  font-weight: 700;
}
.wFormContainer.wFormContainer .htmlSection {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
}
.wFormContainer.wFormContainer .htmlSection a {
  color: #175bf1;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.25s;
}
.wFormContainer.wFormContainer .htmlSection a:hover, .wFormContainer.wFormContainer .htmlSection a:focus {
  color: #012149;
}
.wFormContainer.wFormContainer .htmlSection p {
  margin: 30px 0;
  margin: 1.875rem 0;
}
.wFormContainer.wFormContainer .htmlSection font {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.wFormContainer.wFormContainer form fieldset {
  border-color: #eaeaea;
  border-radius: 3px;
  border-radius: 0.1875rem;
}
.wFormContainer.wFormContainer form legend {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #000;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form legend {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.wFormContainer.wFormContainer form label.label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
  font-weight: 700;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form label.label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form input[type=text],
.wFormContainer.wFormContainer form input[type=number],
.wFormContainer.wFormContainer form input[type=tel],
.wFormContainer.wFormContainer form input[type=email] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}
.wFormContainer.wFormContainer form input[type=text]::-webkit-input-placeholder,
.wFormContainer.wFormContainer form input[type=number]::-webkit-input-placeholder,
.wFormContainer.wFormContainer form input[type=tel]::-webkit-input-placeholder,
.wFormContainer.wFormContainer form input[type=email]::-webkit-input-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]:-moz-placeholder,
.wFormContainer.wFormContainer form input[type=number]:-moz-placeholder,
.wFormContainer.wFormContainer form input[type=tel]:-moz-placeholder,
.wFormContainer.wFormContainer form input[type=email]:-moz-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]::-moz-placeholder,
.wFormContainer.wFormContainer form input[type=number]::-moz-placeholder,
.wFormContainer.wFormContainer form input[type=tel]::-moz-placeholder,
.wFormContainer.wFormContainer form input[type=email]::-moz-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]:-ms-input-placeholder,
.wFormContainer.wFormContainer form input[type=number]:-ms-input-placeholder,
.wFormContainer.wFormContainer form input[type=tel]:-ms-input-placeholder,
.wFormContainer.wFormContainer form input[type=email]:-ms-input-placeholder {
  color: #4a4a4a;
}
.wFormContainer.wFormContainer form input[type=text]:focus,
.wFormContainer.wFormContainer form input[type=number]:focus,
.wFormContainer.wFormContainer form input[type=tel]:focus,
.wFormContainer.wFormContainer form input[type=email]:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form input[type=text],
  .wFormContainer.wFormContainer form input[type=number],
  .wFormContainer.wFormContainer form input[type=tel],
  .wFormContainer.wFormContainer form input[type=email] {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
.wFormContainer.wFormContainer form select {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  background-color: #1bd2ff;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23FFF'/%3E%3Cpath fill='%23000' d='M12.5 16.313L17 9H8z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 12px) 50%;
}
@-moz-document url-prefix() {
  .wFormContainer.wFormContainer form select {
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.wFormContainer.wFormContainer form select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.wFormContainer.wFormContainer form select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .wFormContainer.wFormContainer form select option {
    background-color: #fff;
  }
}
.wFormContainer.wFormContainer form fieldset > .section.group > * {
  display: block;
}
.wFormContainer.wFormContainer form fieldset > .section.group .group {
  display: flex;
  flex-flow: row wrap;
}
.wFormContainer.wFormContainer form fieldset > .section.group .group.empty {
  display: none;
}
.wFormContainer.wFormContainer form fieldset > .section.group .group > * {
  flex: 1 1 100%;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form fieldset > .section.group .group > * {
    flex: 1 1 50%;
  }
  .wFormContainer.wFormContainer form fieldset > .section.group .group > *:only-child {
    flex: 1 1 100%;
  }
}
.wFormContainer.wFormContainer form .inputWrapper {
  display: block;
}
.wFormContainer.wFormContainer form .inputWrapper input[type=radio] {
  margin-top: 10px;
  margin-top: 0.625rem;
  vertical-align: top;
}
.wFormContainer.wFormContainer form .hint {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form .hint {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form .choices label.label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-left: 11px;
  margin-left: 0.6875rem;
}
.wFormContainer.wFormContainer form .choices label.label p,
.wFormContainer.wFormContainer form .choices label.label span,
.wFormContainer.wFormContainer form .choices label.label i {
  line-height: 1.6470588235 !important;
  margin-left: 0 !important;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form .choices label.label p,
  .wFormContainer.wFormContainer form .choices label.label span,
  .wFormContainer.wFormContainer form .choices label.label i {
    line-height: 1.6842105263 !important;
  }
}
.wFormContainer.wFormContainer form [role=radiogroup] label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
  font-weight: 700;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form [role=radiogroup] label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form .htmlContent p {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #062d5d;
}
.wFormContainer.wFormContainer form .htmlContent > * {
  margin: 0;
}
.wFormContainer.wFormContainer form .htmlContent > * + * {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.wFormContainer.wFormContainer form input[id=submit_button] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  background-color: #d40000;
  padding: 6px 20px 8px;
  padding: 0.375rem 1.25rem 0.5rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .wFormContainer.wFormContainer form input[id=submit_button] {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.wFormContainer.wFormContainer form input[id=submit_button]:focus, .wFormContainer.wFormContainer form input[id=submit_button]:hover {
  background-color: #dfeff8;
  color: #000;
}

.wFormFooter.wFormFooter .contactInfoLink {
  border-bottom: 1px solid #1bd2ff;
  border-bottom: 0.0625rem solid #1bd2ff;
  color: #012149;
  transition: 0.25s ease;
}
.wFormFooter.wFormFooter .contactInfoLink:focus, .wFormFooter.wFormFooter .contactInfoLink:hover {
  border-bottom-color: transparent;
  color: currentColor;
}

.wFormContainer.wFormContainer {
  font-family: "Roboto", sans-serif;
}
.wFormContainer.wFormContainer .wForm form legend {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.wFormContainer.wFormContainer .wForm form label.label {
  font-family: "Roboto", sans-serif;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices {
  width: 100%;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice {
  width: calc(100% - 10px);
  width: calc(100% - 0.625rem);
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice label {
  width: 100% !important;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice label.postField {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices tbody tr td span.oneChoice label.postField span {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper table.choices label.label {
  font-family: "Roboto", sans-serif;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper select {
  background-color: unset;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper input[type=text]:-moz-read-only {
  box-shadow: unset;
}
.wFormContainer.wFormContainer .wForm form fieldset.section .inputWrapper input[type=text]:read-only {
  box-shadow: unset;
}
.wFormContainer.wFormContainer .wForm form .actions input[type=submit].primaryAction {
  background-color: #002ac2;
  cursor: pointer;
}
.wFormContainer.wFormContainer .wForm form .actions input[type=submit].primaryAction:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

#tfa_181-D .inputWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#tfa_181-D .inputWrapper .delimiterBefore {
  width: 20px;
  width: 1.25rem;
}

/* ==========================================================================
	Form - Mailchimp
============================================================================= */
#mc_embed_signup#mc_embed_signup {
  background-color: transparent;
}

/* ==========================================================================
	Pardot Forms
============================================================================= */
form[id=pardot-form] {
  padding: 0 15px;
  padding: 0 0.9375rem;
}
form[id=pardot-form] p.error,
form[id=pardot-form] p.errors {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #d40000;
}
form[id=pardot-form] .field-label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media (min-width:740px) {
  form[id=pardot-form] .field-label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
form[id=pardot-form] .form-field,
form[id=pardot-form] p.submit {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}
@media (min-width:740px) {
  form[id=pardot-form] .form-field,
  form[id=pardot-form] p.submit {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
form[id=pardot-form] p:not(.form-field).error {
  margin-top: 10px;
  margin-top: 0.625rem;
}
form[id=pardot-form] .form-field.error input[type=text],
form[id=pardot-form] .form-field.error input[type=number],
form[id=pardot-form] .form-field.error input[type=tel],
form[id=pardot-form] .form-field.error input[type=email] {
  background-color: #fff;
  border-color: #d40000;
  border-width: 2px;
  border-width: 0.125rem;
}
form[id=pardot-form] input[type=text],
form[id=pardot-form] input[type=number],
form[id=pardot-form] input[type=tel],
form[id=pardot-form] input[type=email] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}
form[id=pardot-form] input[type=text]::-webkit-input-placeholder,
form[id=pardot-form] input[type=number]::-webkit-input-placeholder,
form[id=pardot-form] input[type=tel]::-webkit-input-placeholder,
form[id=pardot-form] input[type=email]::-webkit-input-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:-moz-placeholder,
form[id=pardot-form] input[type=number]:-moz-placeholder,
form[id=pardot-form] input[type=tel]:-moz-placeholder,
form[id=pardot-form] input[type=email]:-moz-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]::-moz-placeholder,
form[id=pardot-form] input[type=number]::-moz-placeholder,
form[id=pardot-form] input[type=tel]::-moz-placeholder,
form[id=pardot-form] input[type=email]::-moz-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:-ms-input-placeholder,
form[id=pardot-form] input[type=number]:-ms-input-placeholder,
form[id=pardot-form] input[type=tel]:-ms-input-placeholder,
form[id=pardot-form] input[type=email]:-ms-input-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:focus,
form[id=pardot-form] input[type=number]:focus,
form[id=pardot-form] input[type=tel]:focus,
form[id=pardot-form] input[type=email]:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  form[id=pardot-form] input[type=text],
  form[id=pardot-form] input[type=number],
  form[id=pardot-form] input[type=tel],
  form[id=pardot-form] input[type=email] {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
.form-field.error form[id=pardot-form] input[type=text],
.form-field.error form[id=pardot-form] input[type=number],
.form-field.error form[id=pardot-form] input[type=tel],
.form-field.error form[id=pardot-form] input[type=email] {
  display: none;
}
form[id=pardot-form] input[type=checkbox] {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a2a2a2;
  border: 0.0625rem solid #a2a2a2;
  border-radius: 2px;
  border-radius: 0.125rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
form[id=pardot-form] input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='M1.219 5.182l2.848 2.791L10.656.589'/%3E%3C/svg%3E%0A");
  background-color: #1bd2ff;
  border-color: #1bd2ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}
form[id=pardot-form] input[type=radio] {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a2a2a2;
  border: 0.0625rem solid #a2a2a2;
  border-radius: 50%;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
form[id=pardot-form] input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='8' r='3' fill-rule='evenodd' transform='translate(-5 -5)'/%3E%3C/svg%3E%0A");
  background-color: #1bd2ff;
  border-color: #1bd2ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
}
form[id=pardot-form] input[type=submit][type=submit] {
  width: auto;
  background-color: #d40000;
  border: none;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.7333333333;
  padding: 8px 21px;
  padding: 0.5rem 1.3125rem;
  transition: 0.25s ease;
}
form[id=pardot-form] input[type=submit][type=submit]:focus, form[id=pardot-form] input[type=submit][type=submit]:hover {
  background-color: #1bd2ff;
  color: #000;
}
form[id=pardot-form] .pd-checkbox .value > span {
  align-items: center;
  display: flex;
}
form[id=pardot-form] .pd-checkbox .value input {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
form[id=pardot-form] .pd-checkbox .value label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  cursor: pointer;
  display: inline-block;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  margin-left: 11px;
  margin-left: 0.6875rem;
}
@media (min-width:740px) {
  form[id=pardot-form] .pd-checkbox .value label {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
form[id=pardot-form] span.description {
  display: block;
  margin-left: 31px;
  margin-left: 1.9375rem;
}

/* ==========================================================================
	Gravity Forms
============================================================================= */
.page .gform_wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width:740px) {
  .page .gform_wrapper {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .page .gform_wrapper {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .page .gform_wrapper {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .page .gform_wrapper {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.page .gform_wrapper form h3.gform_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .page .gform_wrapper form h3.gform_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.page .gform_wrapper form label .gfield_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
}
@media (min-width:740px) {
  .page .gform_wrapper form label .gfield_label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.page .gform_wrapper form .gfield_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.page .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page .gform_wrapper form textarea,
.page .gform_wrapper form select {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}
.page .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.page .gform_wrapper form textarea::-webkit-input-placeholder,
.page .gform_wrapper form select::-webkit-input-placeholder {
  color: #4a4a4a;
}
.page .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.page .gform_wrapper form textarea:-moz-placeholder,
.page .gform_wrapper form select:-moz-placeholder {
  color: #4a4a4a;
}
.page .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.page .gform_wrapper form textarea::-moz-placeholder,
.page .gform_wrapper form select::-moz-placeholder {
  color: #4a4a4a;
}
.page .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.page .gform_wrapper form textarea:-ms-input-placeholder,
.page .gform_wrapper form select:-ms-input-placeholder {
  color: #4a4a4a;
}
.page .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.page .gform_wrapper form textarea:focus,
.page .gform_wrapper form select:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  .page .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .page .gform_wrapper form textarea,
  .page .gform_wrapper form select {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
.page .gform_wrapper form .gfield_checkbox li input, .page .gform_wrapper form .gfield_checkbox li input[type=checkbox] {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.page .gform_wrapper form .gfield_radio li input, .page .gform_wrapper form .gfield_radio li input[type=radio] {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.page .gform_wrapper form .ginput_container_consent input[type=checkbox] {
  position: relative;
  top: -2px;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.page .gform_wrapper form .gform_footer input.button,
.page .gform_wrapper form .gform_footer input[type=submit],
.page .gform_wrapper form .gform_page_footer input.button,
.page .gform_wrapper form .gform_page_footer input[type=submit] {
  cursor: pointer;
  font-weight: 500;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: background 0.25s, color 0.25s;
  background: #062d5d;
  color: #fff;
  border: none;
}
@media print {
  .page .gform_wrapper form .gform_footer input.button,
  .page .gform_wrapper form .gform_footer input[type=submit],
  .page .gform_wrapper form .gform_page_footer input.button,
  .page .gform_wrapper form .gform_page_footer input[type=submit] {
    border: 1px solid #000;
    border: 0.0625rem solid #000;
  }
}
.page .gform_wrapper form .gform_footer input.button:focus, .page .gform_wrapper form .gform_footer input.button:hover,
.page .gform_wrapper form .gform_footer input[type=submit]:focus,
.page .gform_wrapper form .gform_footer input[type=submit]:hover,
.page .gform_wrapper form .gform_page_footer input.button:focus,
.page .gform_wrapper form .gform_page_footer input.button:hover,
.page .gform_wrapper form .gform_page_footer input[type=submit]:focus,
.page .gform_wrapper form .gform_page_footer input[type=submit]:hover {
  background: #000;
}
.page .gform_wrapper form .gform_footer input.button [class$=label],
.page .gform_wrapper form .gform_footer input[type=submit] [class$=label],
.page .gform_wrapper form .gform_page_footer input.button [class$=label],
.page .gform_wrapper form .gform_page_footer input[type=submit] [class$=label] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
}
.page .gform_wrapper form .gfield_error .gfield_label {
  color: #d40000;
}
.page .gform_wrapper form .gfield_required {
  color: #d40000;
}
.page .gform_wrapper form .gform_body .gfield.gfield_error {
  background-color: transparent;
  border-color: #d40000;
}
.page .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page .gform_wrapper form li.gfield_error textarea,
.page .gform_wrapper form li.gfield_error select {
  border-color: #d40000;
}
.page .gform_wrapper form .validation_error {
  color: #d40000;
  border-color: #d40000;
}
.page .gform_wrapper form .validation_message {
  color: #d40000;
}

/* ==========================================================================
	Formstone Grid
============================================================================= */
@media (min-width:1220px) {
  #fs-grid-menu .fs-grid-status-lg {
    background: transparent !important;
    color: #ccc !important;
  }
}
@media (min-width:1394px) {
  #fs-grid-menu .fs-grid-status-xl {
    background: transparent !important;
    color: #ccc !important;
  }
}
@media (min-width:1394px) {
  #fs-grid-menu .fs-grid-status-xxl {
    background: #ccc;
    color: #333 !important;
  }
}
#fs-grid-menu .fs-grid-show:focus,
#fs-grid-menu .fs-grid-remove:focus {
  color: #eee;
}

/* ==========================================================================
	Custom Classes
============================================================================= */
@media (min-width:1220px) {
  .fs-xl-sidebar-offset {
    padding-right: 4.1666666667%;
  }
}

/* ==========================================================================
	Lazysizes
============================================================================= */
.lazy_image_wrapper {
  display: none;
  background: #eee;
}
.js .lazy_image_wrapper {
  position: relative;
  display: block;
}

.js-lazy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.35s;
}

.js-lazyloaded {
  opacity: 1;
}

/* ==========================================================================
	Pagination
============================================================================= */
.pagination {
  --color: #4a4a4a;
  --input_height: 40px;
  --input_height: 2.5rem;
  --icon_bg_color: #00005a;
  --icon_bg_color--active: #fff;
  --icon_color: #fff;
  --icon_color--active: #000;
  --icon_border_color: transparent;
  --icon_border_color--active: transparent;
  --select_bg_color: #efecea;
  --select_color: #4a4a4a;
  --select_icon_color: #012149;
  --submit_button_bg_color: #00d4a8;
  --submit_button_bg_color--active: #175bf1;
  --submit_button_color: #000;
  --submit_button_color--active: #fff;
  --submit_button_border_color: transparent;
  --submit_button_border_color--active: transparent;
}
.theme_dark .pagination {
  --color: #fff;
  --submit_button_bg_color: #012149;
  --submit_button_color: #fff;
  --select_bg_color: #002ac2;
  --select_color: #fff;
  --select_icon_color: #fff;
  --submit_button_bg_color: #00d4a8;
  --submit_button_bg_color--active: transparent;
  --submit_button_border_color: transparent;
  --submit_button_border_color--active: #00d4a8;
  --submit_button_color: #000;
  --icon_bg_color: #fff;
  --icon_bg_color--active: #00d4a8;
  --icon_color: #000;
  --icon_color--active: #000;
  --icon_border_color: transparent;
  --icon_border_color--active: #00d4a8;
}

.pagination {
  position: relative;
  color: var(--color);
  display: none;
}
.js .pagination {
  display: block;
}
@media print {
  .js .pagination {
    display: none;
  }
}

/* Pagination Nav
============================================================================= */
.pagination_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pagination_arrow {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  z-index: 2;
  align-items: center;
  border-radius: 50%;
  background-color: var(--icon_bg_color);
  border: 1px solid var(--icon_border_color);
  border: 0.0625rem solid var(--icon_border_color);
  color: var(--icon_color);
  display: flex;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: 0.25s ease;
  visibility: visible;
}
@media (min-width:740px) {
  .pagination_arrow {
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
  }
}
.pagination_arrow:not(.pagination_arrow_disabled):hover, .pagination_arrow:focus {
  background-color: var(--icon_bg_color--active);
  border-color: var(--icon_border_color--active);
  color: var(--icon_color--active);
}

.pagination_arrow_disabled {
  opacity: 0.25;
  pointer-events: none;
}

.pagination_arrow_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.pagination_arrow_label.focusable:active, .pagination_arrow_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.pagination_arrow_icon {
  align-items: center;
  display: flex;
}
@media (max-width:739px) {
  .pagination_arrow_icon .icon {
    width: 10px;
    width: 0.625rem;
  }
}

/* Pagination Form
============================================================================= */
.pagination_form {
  position: relative;
  text-align: center;
}

.pagination_form_inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination_form_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.625;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.pagination_form_select_wrapper {
  position: relative;
  display: inline-block;
}

.pagination_form_select {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  height: var(--input_height);
  width: 58px;
  width: 3.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: var(--select_bg_color);
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: var(--select_color);
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 6px 25px 8px 12px;
  padding: 0.375rem 1.5625rem 0.5rem 0.75rem;
}
.pagination_form_select option {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}

.pagination_form_select_icon {
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--select_icon_color);
  pointer-events: none;
  transform: translate(0, -50%);
}

.pagination_form_suffix {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.625;
  margin: 0 9px;
  margin: 0 0.5625rem;
}
@media (min-width:740px) {
  .pagination_form_suffix {
    margin: 0 22px 0 10px;
    margin: 0 1.375rem 0 0.625rem;
  }
}

.pagination_form_button {
  height: var(--input_height);
  background-color: var(--submit_button_bg_color);
  border: 1px solid var(--submit_button_border_color);
  border: 0.0625rem solid var(--submit_button_border_color);
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: var(--submit_button_color);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .pagination_form_button {
    padding: 6px 20px 8px;
    padding: 0.375rem 1.25rem 0.5rem;
  }
}
.pagination_form_button:hover, .pagination_form_button:focus {
  background-color: var(--submit_button_bg_color--active);
  border-color: var(--submit_button_border_color--active);
  color: var(--submit_button_color--active);
}

/* ==========================================================================
	Pardot Forms
============================================================================= */
form[id=pardot-form] p.error,
form[id=pardot-form] p.errors {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #d40000;
}
form[id=pardot-form] .field-label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media (min-width:740px) {
  form[id=pardot-form] .field-label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
form[id=pardot-form] .form-field {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
}
@media (min-width:740px) {
  form[id=pardot-form] .form-field {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
form[id=pardot-form] p:not(.form-field).error {
  margin-top: 10px;
  margin-top: 0.625rem;
}
form[id=pardot-form] .form-field.error input[type=text],
form[id=pardot-form] .form-field.error input[type=number],
form[id=pardot-form] .form-field.error input[type=tel],
form[id=pardot-form] .form-field.error input[type=email] {
  background-color: #fff;
  border-color: #d40000;
  border-width: 2px;
  border-width: 0.125rem;
}
form[id=pardot-form] input[type=text],
form[id=pardot-form] input[type=number],
form[id=pardot-form] input[type=tel],
form[id=pardot-form] input[type=email] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}
form[id=pardot-form] input[type=text]::-webkit-input-placeholder,
form[id=pardot-form] input[type=number]::-webkit-input-placeholder,
form[id=pardot-form] input[type=tel]::-webkit-input-placeholder,
form[id=pardot-form] input[type=email]::-webkit-input-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:-moz-placeholder,
form[id=pardot-form] input[type=number]:-moz-placeholder,
form[id=pardot-form] input[type=tel]:-moz-placeholder,
form[id=pardot-form] input[type=email]:-moz-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]::-moz-placeholder,
form[id=pardot-form] input[type=number]::-moz-placeholder,
form[id=pardot-form] input[type=tel]::-moz-placeholder,
form[id=pardot-form] input[type=email]::-moz-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:-ms-input-placeholder,
form[id=pardot-form] input[type=number]:-ms-input-placeholder,
form[id=pardot-form] input[type=tel]:-ms-input-placeholder,
form[id=pardot-form] input[type=email]:-ms-input-placeholder {
  color: #4a4a4a;
}
form[id=pardot-form] input[type=text]:focus,
form[id=pardot-form] input[type=number]:focus,
form[id=pardot-form] input[type=tel]:focus,
form[id=pardot-form] input[type=email]:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  form[id=pardot-form] input[type=text],
  form[id=pardot-form] input[type=number],
  form[id=pardot-form] input[type=tel],
  form[id=pardot-form] input[type=email] {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
.form-field.error form[id=pardot-form] input[type=text],
.form-field.error form[id=pardot-form] input[type=number],
.form-field.error form[id=pardot-form] input[type=tel],
.form-field.error form[id=pardot-form] input[type=email] {
  display: none;
}
form[id=pardot-form] .fs-checkbox {
  display: inline-block;
}
form[id=pardot-form] .fs-checkbox.fs-checkbox-checked .fs-checkbox-flag {
  background-color: #1bd2ff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(-4 -49)' fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M5.22 54.182l2.847 2.791 6.589-7.384'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
}
form[id=pardot-form] .fs-checkbox .fs-checkbox-flag {
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  background-size: 10px;
  border: solid 1px #a2a2a2;
  border: solid 0.0625rem #a2a2a2;
  border-radius: 2px;
  border-radius: 0.125rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
form[id=pardot-form] .fs-checkbox input {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
form[id=pardot-form] .fs-checkbox input.focusable:active, form[id=pardot-form] .fs-checkbox input.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
form[id=pardot-form] .fs-checkbox-label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  cursor: pointer;
  display: inline-block;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  margin-left: 11px;
  margin-left: 0.6875rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  vertical-align: top;
}
@media (min-width:740px) {
  form[id=pardot-form] .fs-checkbox-label {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}

/* ==========================================================================
	Footer
============================================================================= */
.footer {
  position: relative;
  background: #fff;
  border-top: 4px solid transparent;
  border-top: 0.25rem solid transparent;
  color: #000;
}
.footer::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  height: 0.25rem;
  background: linear-gradient(to right, #175bf1, #00d4a8);
}

@media print {
  .footer_primary {
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
}

.footer_primary_inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 36px 0;
  margin: 2.25rem 0;
}
@media (min-width:500px) {
  .footer_primary_inner {
    align-items: center;
  }
}
@media (min-width:740px) {
  .footer_primary_inner {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media (min-width:980px) {
  .footer_primary_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 54px 0;
    margin: 3.375rem 0;
  }
}
@media (min-width:1220px) {
  .footer_primary_inner {
    align-items: center;
  }
}

.footer_ribbon {
  background: #00005a;
  color: #fff;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width:740px) {
  .footer_ribbon {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .footer_ribbon {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
}

@media (min-width:1220px) {
  .footer_ribbon_inner {
    align-items: center;
    display: flex;
  }
}

@media (min-width:980px) {
  .footer_ribbon_top {
    padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    background: linear-gradient(#fff, #fff 70%, #00005a 70%, #00005a);
  }
}
@media (min-width:980px) and (min-width:740px) {
  .footer_ribbon_top {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) and (min-width:980px) {
  .footer_ribbon_top {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:980px) and (min-width:1220px) {
  .footer_ribbon_top {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:980px) and (min-width:1394px) {
  .footer_ribbon_top {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) and (min-width:740px) {
  .footer_ribbon_top {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) and (min-width:980px) {
  .footer_ribbon_top {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:980px) and (min-width:1220px) {
  .footer_ribbon_top {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:980px) and (min-width:1394px) {
  .footer_ribbon_top {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media print {
  .footer_ribbon_top {
    display: none;
  }
}

@media (min-width:740px) {
  .footer_ribbon_bottom_wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 25px;
    margin: 3.125rem 0 1.5625rem;
    padding: 18px 0 22px;
    padding: 1.125rem 0 1.375rem;
  }
}
@media (min-width:980px) {
  .footer_ribbon_bottom_wrapper {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
}

.footer_newsletter {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  background: #efecea;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media (min-width:740px) {
  .footer_newsletter {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .footer_newsletter {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .footer_newsletter {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .footer_newsletter {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .footer_newsletter {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .footer_newsletter {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .footer_newsletter {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .footer_newsletter {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .footer_newsletter {
    padding-top: 44px;
    padding-top: 2.75rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .footer_newsletter {
    padding: 60px 80px;
    padding: 3.75rem 5rem;
  }
}
@media (min-width:1220px) {
  .footer_newsletter {
    padding: 70px 115px;
    padding: 4.375rem 7.1875rem;
  }
}

.footer_newsletter_header {
  overflow: hidden;
}

.footer_newsletter_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  display: inline-block;
  position: relative;
  color: #002ac2;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.footer_newsletter_title:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  background: #002ac2;
  content: "";
}
@media (min-width:740px) {
  .footer_newsletter_title {
    margin-top: 0;
  }
}
@media (min-width:980px) {
  .footer_newsletter_title {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}

@media (min-width:980px) {
  .footer_newsletter_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width:1220px) {
  .footer_newsletter_content {
    align-items: center;
  }
}
.footer_newsletter_content a.button {
  white-space: nowrap;
}

.footer_newsletter_cta {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width:740px) {
  .footer_newsletter_cta {
    font-size: 22px;
    font-size: 1.375rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media (min-width:980px) {
  .footer_newsletter_cta {
    font-size: 26px;
    font-size: 1.625rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
}

.footer_newsletter_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  width: 100%;
  display: inline-flex;
  position: relative;
  background: #00d4a8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  align-items: center;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  justify-content: center;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  text-align: center;
  transition: background-color 0.25s;
}
.footer_newsletter_link:focus {
  background: #fff;
}
@media (hover: hover) {
  .footer_newsletter_link:hover {
    background: #fff;
  }
}
@media (min-width:500px) {
  .footer_newsletter_link {
    width: auto;
  }
}
@media (min-width:980px) {
  .footer_newsletter_link {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}
@media (min-width:1220px) {
  .footer_newsletter_link {
    margin-top: 0;
  }
}

.footer_newsletter_link_text {
  white-space: nowrap;
}

.footer_newsletter_link_icon {
  margin-left: 0.5em;
}

/* Copyright
============================================================================= */
.copyright {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
}
@media (min-width:740px) {
  .copyright {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .copyright {
    width: 100%;
    order: 2;
    margin: 5px 0 0;
    margin: 0.3125rem 0 0;
  }
}
@media (min-width:980px) {
  .copyright {
    width: auto;
    order: 1;
    margin: 0;
  }
}

/* Charity Navigator
============================================================================= */
@media (min-width:740px) {
  .footer_ribbon_charity_navigator {
    order: 1;
  }
}
@media (min-width:980px) {
  .footer_ribbon_charity_navigator {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 15%;
    order: 2;
  }
}
@media (min-width:1220px) {
  .footer_ribbon_charity_navigator {
    flex: 0 0 22%;
  }
}
@media print {
  .footer_ribbon_charity_navigator {
    display: none;
  }
}
.footer_ribbon_charity_navigator .icon_charity {
  margin: 0;
}
@media (min-width:1220px) {
  .footer_ribbon_charity_navigator .icon_charity {
    width: 159px;
    width: 9.9375rem;
    height: 41px;
    height: 2.5625rem;
  }
}

/* Charity Navigator
============================================================================= */
.footer_ribbon_disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 28px;
  padding-top: 1.75rem;
}
@media (min-width:740px) {
  .footer_ribbon_disclaimer {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width:980px) {
  .footer_ribbon_disclaimer {
    padding: 0 15%;
    text-align: center;
  }
}

.footer_ribbon_disclaimer_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media (min-width:740px) {
  .footer_ribbon_disclaimer_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* ==========================================================================
	Funnelback Default
============================================================================= */
.search_result_default {
  padding: 28px 0;
  padding: 1.75rem 0;
}
@media (min-width:500px) {
  .search_result_default {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
}
@media (min-width:740px) {
  .search_result_default {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
}

.search_result_default_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
}
@media (min-width:740px) {
  .search_result_default_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.search_result_default_title_link {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: #000;
  transition: border-color 0.25s;
}
.search_result_default_title_link:focus {
  border-color: #000;
}
@media (hover: hover) {
  .search_result_default_title_link:hover {
    border-color: #000;
  }
}

.search_result_default_title_summary {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #4a4a4a;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.search_result_default_url {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  color: #175bf1;
  line-height: 1.2857142857;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media (min-width:740px) {
  .search_result_default_url {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.search_result_default_url:focus {
  text-decoration: underline;
}
@media (min-width:980px) {
  .search_result_default_url {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}
@media (hover: hover) {
  .search_result_default_url:hover {
    text-decoration: underline;
  }
}

/* ==========================================================================
	Funnelback Events
============================================================================= */
.search_result_event {
  padding: 28px 0 28px;
  padding: 1.75rem 0 1.75rem;
}
@media (min-width:500px) {
  .search_result_event {
    padding: 38px 0 38px;
    padding: 2.375rem 0 2.375rem;
  }
}
@media (min-width:740px) {
  .search_result_event {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
}
@media (min-width:980px) {
  .search_result_event {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 50px 0;
    padding: 3.125rem 0;
  }
}

.search_result_event_figure {
  position: relative;
}
@media (min-width:980px) {
  .search_result_event_figure {
    width: 290px;
    width: 18.125rem;
  }
}

.search_result_event_image.js-lazy {
  position: relative;
}

.search_result_event_date {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  background: #00d4a8;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
@media (min-width:740px) {
  .search_result_event_date {
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
  }
}

.search_result_event_date_month {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
}

.search_result_event_date_day {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

.search_result_event_wrapper {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media (min-width:980px) {
  .search_result_event_wrapper {
    width: calc(100% - 290px);
    width: calc(100% - 18.125rem);
    margin-top: 0;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media (min-width:1220px) {
  .search_result_event_wrapper {
    padding-right: 60px;
    padding-right: 3.75rem;
  }
}

.search_result_event_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
}
@media (min-width:740px) {
  .search_result_event_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.search_result_event_title_link {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: #000;
  transition: border-color 0.25s;
}
.search_result_event_title_link:focus {
  border-color: #000;
}
@media (hover: hover) {
  .search_result_event_title_link:hover {
    border-color: #000;
  }
}

.search_event_result_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.search_event_result_meta_one {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #175bf1;
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.search_event_result_meta_two {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000;
}

.search_result_event_body {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.search_result_event_summary {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #4a4a4a;
}
.search_result_event_register_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  background: #00d4a8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 9px 16px;
  padding: 0.5625rem 1rem;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .search_result_event_register_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .search_result_event_register_link {
    padding: 9px 20px;
    padding: 0.5625rem 1.25rem;
  }
}
@media (min-width:980px) {
  .search_result_event_register_link {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
.search_result_event_register_link:focus {
  background: #00005a;
  color: #fff;
}
@media (hover: hover) {
  .search_result_event_register_link:hover {
    background: #00005a;
    color: #fff;
  }
}

/* ==========================================================================
	Funnelback Experts
============================================================================= */
@media (min-width:740px) {
  .search_result_expert_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width:740px) {
  .search_result_expert_header_group {
    width: calc(100% - 90px);
    width: calc(100% - 5.625rem);
  }
}

.search_result_expert_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .search_result_expert_name {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.search_result_expert_name_link {
  color: #000;
}
.search_result_expert_name_link:focus .search_result_expert_name_link_label {
  border-color: #000;
}
.search_result_expert_name_link:focus .search_result_expert_name_link_icon {
  transform: translateX(5px);
}
@media (hover: hover) {
  .search_result_expert_name_link:hover .search_result_expert_name_link_label {
    border-color: #000;
  }
  .search_result_expert_name_link:hover .search_result_expert_name_link_icon {
    transform: translateX(5px);
  }
}

.search_result_expert_name_link_label {
  display: inline;
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: border-color 0.25s;
}

.search_result_expert_name_link_icon {
  display: none;
}

.search_result_expert_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
  color: #4a4a4a;
  margin-top: -1px;
  margin-top: -0.0625rem;
}
@media (min-width:740px) {
  .search_result_expert_title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.search_result_expert_image {
  display: none;
}
@media (min-width:740px) {
  .search_result_expert_image {
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
    display: block;
  }
}

.search_result_expert_image_mobile_wrapper {
  background: transparent;
  padding-top: 100%;
}

.search_result_expert_image_img {
  border-radius: 50%;
  outline: 1px solid #175bf1;
  outline-offset: 8px;
}

.search_result_expert_image_wrapper {
  padding-top: 100%;
}

.search_result_expert_wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.search_result_expert_wrapper_inner {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 20px 20px;
}
@media (min-width:740px) {
  .search_result_expert_wrapper_inner {
    --columns: 2;
  }
}

.search_expert_contact_detail_hint {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #000;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.search_expert_contact_detail_info_item.social {
  display: flex;
  align-items: center;
}

.search_expert_contact_detail_info_item_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: #00005a;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width:740px) {
  .search_expert_contact_detail_info_item_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.search_expert_contact_detail_info_item_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: rgba(0, 0, 90, 0.1);
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
@media (min-width:740px) {
  .search_expert_contact_detail_info_item.social .search_expert_contact_detail_info_item_link:after {
    bottom: 1px;
  }
}
.search_expert_contact_detail_info_item_link:focus:after {
  bottom: -5px;
  opacity: 1;
}
@media (min-width:740px) {
  .search_expert_contact_detail_info_item.social .search_expert_contact_detail_info_item_link:focus:after {
    bottom: -1px;
  }
}
@media (hover: hover) {
  .search_expert_contact_detail_info_item_link:hover:after {
    bottom: -5px;
    opacity: 0;
  }
}
@media (hover: hover) and (min-width:740px) {
  .search_expert_contact_detail_info_item.social .search_expert_contact_detail_info_item_link:hover:after {
    bottom: -1px;
  }
}

.search_expert_contact_detail_info_icon {
  display: inline-block;
  color: #00d4a8;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.search_result_expert_image_mobile {
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
}
@media (min-width:500px) {
  .search_result_expert_image_mobile {
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
  }
}
@media (min-width:740px) {
  .search_result_expert_image_mobile {
    display: none;
  }
}

/* ==========================================================================
	Funnelback Staff
============================================================================= */
@media (min-width:740px) {
  .search_result_staff_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width:740px) {
  .search_result_staff_header_group {
    width: calc(100% - 90px);
    width: calc(100% - 5.625rem);
  }
}

.search_result_staff_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .search_result_staff_name {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.search_result_staff_name_link {
  color: #000;
}
.search_result_staff_name_link:focus .search_result_staff_name_link_label {
  border-color: #000;
}
.search_result_staff_name_link:focus .search_result_staff_name_link_icon {
  transform: translateX(5px);
}
@media (hover: hover) {
  .search_result_staff_name_link:hover .search_result_staff_name_link_label {
    border-color: #000;
  }
  .search_result_staff_name_link:hover .search_result_staff_name_link_icon {
    transform: translateX(5px);
  }
}

.search_result_staff_name_link_label {
  display: inline;
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: border-color 0.25s;
}

.search_result_staff_name_link_icon {
  display: none;
}

.search_result_staff_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
  color: #4a4a4a;
  margin-top: -1px;
  margin-top: -0.0625rem;
}
@media (min-width:740px) {
  .search_result_staff_title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.search_result_staff_image {
  display: none;
}
@media (min-width:740px) {
  .search_result_staff_image {
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
    display: block;
  }
}

.search_result_staff_image_mobile_wrapper {
  background: transparent;
  padding-top: 100%;
}

.search_result_staff_image_img {
  border-radius: 50%;
  outline: 1px solid #175bf1;
  outline-offset: 8px;
}

.search_result_staff_image_wrapper {
  padding-top: 100%;
}

.search_result_staff_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.search_result_staff_wrapper_inner {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 20px 20px;
}
@media (min-width:740px) {
  .search_result_staff_wrapper_inner {
    --columns: 2;
  }
}

@media (min-width:740px) {
  .search_result_staff_contact_detail_phone {
    width: 50%;
  }
}
@media (min-width:980px) {
  .search_result_staff_contact_detail_phone {
    width: 18%;
  }
}

.search_staff_contact_detail_hint {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #5c5c5c;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.search_staff_contact_detail_info_item.social {
  display: flex;
  align-items: center;
}

.search_staff_contact_detail_info_item_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: #00005a;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width:740px) {
  .search_staff_contact_detail_info_item_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.search_staff_contact_detail_info_item_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: rgba(0, 0, 90, 0.1);
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
@media (min-width:740px) {
  .search_staff_contact_detail_info_item.social .search_staff_contact_detail_info_item_link:after {
    bottom: 1px;
  }
}
.search_staff_contact_detail_info_item_link:focus:after {
  bottom: -5px;
  opacity: 1;
}
@media (min-width:740px) {
  .search_staff_contact_detail_info_item.social .search_staff_contact_detail_info_item_link:focus:after {
    bottom: -1px;
  }
}
@media (hover: hover) {
  .search_staff_contact_detail_info_item_link:hover:after {
    bottom: -5px;
    opacity: 0;
  }
}
@media (hover: hover) and (min-width:740px) {
  .search_staff_contact_detail_info_item.social .search_staff_contact_detail_info_item_link:hover:after {
    bottom: -1px;
  }
}

.search_staff_contact_detail_info_icon {
  display: inline-block;
  color: #00d4a8;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.search_result_staff_image_mobile {
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
}
@media (min-width:500px) {
  .search_result_staff_image_mobile {
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
  }
}
@media (min-width:740px) {
  .search_result_staff_image_mobile {
    display: none;
  }
}

/* ==========================================================================
	Funnelback Standard
============================================================================= */
.search_result_standard {
  padding: 28px 0 28px;
  padding: 1.75rem 0 1.75rem;
}
@media (min-width:500px) {
  .search_result_standard {
    padding: 30px 0 38px;
    padding: 1.875rem 0 2.375rem;
  }
}
@media (min-width:740px) {
  .search_result_standard {
    padding: 40px 0 48px;
    padding: 2.5rem 0 3rem;
  }
}
@media (min-width:980px) {
  .search_result_standard {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
    padding: 3.125rem 0;
  }
}

.search_result_standard_figure {
  position: relative;
}
@media (min-width:980px) {
  .search_result_standard_figure {
    width: 290px;
    width: 18.125rem;
  }
}

.search_result_standard_image {
  width: 100%;
  display: block;
}

.search_result_standard_image_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .search_result_standard_image_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.search_result_standard_image_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .search_result_standard_image_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
@media (min-width:980px) {
  .search_result_standard_image_credit {
    --img_credit_offset--desktop: 10px;
  }
}

.search_result_standard_image_issue {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--img_issue_bg_color, #00d4a8);
  border: 1px solid var(--img_issue_border_color, transparent);
  border: 0.0625rem solid var(--img_issue_border_color, transparent);
  color: var(--img_issue_color, #000);
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  transition: 0.25s ease;
  pointer-events: none;
}

.search_result_standard_wrapper {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media (min-width:980px) {
  .search_result_standard_wrapper {
    width: calc(100% - 290px);
    width: calc(100% - 18.125rem);
    margin-top: 0;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
@media (min-width:1220px) {
  .search_result_standard_wrapper {
    padding-right: 60px;
    padding-right: 3.75rem;
  }
}

.search_result_standard_date {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
  color: #000;
  line-height: 1;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media (min-width:740px) {
  .search_result_standard_date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .search_result_standard_date {
    line-height: 1;
  }
}

.search_result_standard_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width:740px) {
  .search_result_standard_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.search_result_standard_title_link {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: #000;
  transition: border-color 0.25s;
}
.search_result_standard_title_link:focus {
  border-color: #000;
}
@media (hover: hover) {
  .search_result_standard_title_link:hover {
    border-color: #000;
  }
}

.search_result_standard_meta {
  display: inline;
}

.search_result_standard_meta_type {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline;
  color: #175bf1;
}

.search_result_standard_meta_other {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline;
  color: #000;
}

.search_result_standard_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #000;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
/* ==========================================================================
	Funnelback
============================================================================= */
.funnelback .jumbotron {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  padding: 2.5rem 0;
}
.funnelback .sr-only {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media (min-width:740px) {
  .funnelback .sr-only {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (min-width:740px) {
  .funnelback .sr-only {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.funnelback .input-group {
  display: flex;
}
.funnelback .btn_submit {
  height: 100%;
  display: flex;
  align-items: center;
  background: #00d4a8;
  border: 1px solid #00d4a8;
  border: 0.0625rem solid #00d4a8;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  transition: background-color 0.25s;
}
.funnelback .btn_submit:focus {
  background: #fff;
}
@media (hover: hover) {
  .funnelback .btn_submit:hover {
    background: #fff;
  }
}
@media (min-width:500px) {
  .funnelback .btn_submit {
    height: 50px;
    height: 3.125rem;
  }
}
@media (min-width:740px) {
  .funnelback .btn_submit {
    height: 60px;
    height: 3.75rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}
@media (min-width:980px) {
  .funnelback .btn_submit {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}
@media (min-width:1220px) {
  .funnelback .btn_submit {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
}
.funnelback .btn_submit_icon {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: transparent url("../images/search.svg") no-repeat;
  background-size: 13px 13px;
  background-position: center center;
}
@media (min-width:500px) {
  .funnelback .btn_submit_icon {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
  }
}
@media (min-width:740px) {
  .funnelback .btn_submit_icon {
    width: 13px;
    width: 0.8125rem;
    height: 60px;
    height: 3.75rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
.funnelback .btn_submit_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width:739px) {
  .funnelback .btn_submit_label {
    width: 1px;
    width: 0.0625rem;
    height: 1px;
    height: 0.0625rem;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
  }
  .funnelback .btn_submit_label.focusable:active, .funnelback .btn_submit_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
  }
}
.funnelback .form-control {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  width: calc(100% - 40px) !important;
  width: calc(100% - 2.5rem) !important;
  height: auto !important;
  border: 1px solid #00c6f5;
  border: 0.0625rem solid #00c6f5;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-right: none;
  color: #4a4a4a;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.twitter-typeahead .funnelback .form-control {
  width: 100% !important;
}
@media (min-width:740px) {
  .funnelback .tabs_inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.funnelback .tabs_heading {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media (min-width:740px) {
  .funnelback .tabs_heading {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
.funnelback .navbar-toggler {
  display: none;
}
.funnelback .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media (min-width:980px) {
  .funnelback .nav-tabs {
    align-items: flex-end;
    margin: 0;
  }
}
.funnelback .nav-item {
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.funnelback .nav-item:last-child {
  margin-right: 0;
}
@media (min-width:980px) {
  .funnelback .nav-item {
    margin-bottom: 0;
  }
}
.funnelback .nav-link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
  position: relative;
  background: #efecea;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  color: #000;
  letter-spacing: 0;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .funnelback .nav-link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:500px) {
  .funnelback .nav-link {
    padding: 7px 15px;
    padding: 0.4375rem 0.9375rem;
  }
}
@media (min-width:980px) {
  .funnelback .nav-link {
    border: none;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
}
@media (min-width:980px) and (max-width:1393px) {
  .funnelback .nav-link {
    padding-inline: 15px;
    padding-inline: 0.9375rem;
  }
}
.funnelback .nav-link:before {
  width: calc(100% - 16px);
  width: calc(100% - 1rem);
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 8px;
  bottom: 5px;
  background: #175bf1;
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
@media (min-width:500px) {
  .funnelback .nav-link:before {
    width: calc(100% - 30px);
    width: calc(100% - 1.875rem);
    left: 15px;
    bottom: 8px;
  }
}
@media (min-width:980px) {
  .funnelback .nav-link:before {
    width: calc(100% - 40px);
    width: calc(100% - 2.5rem);
    left: 20px;
    bottom: 12px;
  }
}
.funnelback .nav-link.disabled:before {
  display: none;
}
.funnelback .nav-link.disabled .search-facet-lable {
  opacity: 0.25;
}
.funnelback .nav-link.active {
  background: #fff;
  color: #012149;
}
.funnelback .nav-link.active:before {
  display: none;
}
@media (min-width:980px) {
  .funnelback .nav-link.active {
    padding: 14px 25px;
    padding: 0.875rem 1.5625rem;
  }
}
.funnelback .nav-link:not(.disabled):focus:before {
  bottom: 3px;
  opacity: 0;
}
@media (min-width:500px) {
  .funnelback .nav-link:not(.disabled):focus:before {
    bottom: 6px;
  }
}
@media (min-width:980px) {
  .funnelback .nav-link:not(.disabled):focus:before {
    bottom: 10px;
  }
}
@media (hover: hover) {
  .funnelback .nav-link:not(.disabled):hover:before {
    bottom: 3px;
    opacity: 0;
  }
}
@media (hover: hover) and (min-width:500px) {
  .funnelback .nav-link:not(.disabled):hover:before {
    bottom: 6px;
  }
}
@media (hover: hover) and (min-width:980px) {
  .funnelback .nav-link:not(.disabled):hover:before {
    bottom: 10px;
  }
}
.funnelback .nav-link .search-facet-count {
  display: none;
}
.funnelback .search-results {
  background: #fff;
  padding-top: 52px;
  padding-top: 3.25rem;
}
.funnelback .result_count_control {
  display: none;
}
.funnelback .result_sort {
  display: none;
}
.funnelback .search-counts {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
}
@media (min-width:740px) {
  .funnelback .search-counts {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.funnelback .search-counts strong {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.funnelback .list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.funnelback .search-tier {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.funnelback .search-tier.focusable:active, .funnelback .search-tier.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.funnelback .card-header h4 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}
@media (min-width:740px) {
  .funnelback .card-header h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}
.funnelback .card-header a {
  color: #000;
}
.funnelback .card-subtitle {
  display: none;
}
.funnelback .card-text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
}
.funnelback .search-exhibit {
  width: calc(100% + 28px);
  width: calc(100% + 1.75rem);
  position: relative;
  left: -14px;
  border: 1px solid #efecea;
  border: 0.0625rem solid #efecea;
  margin-top: 46px;
  margin-top: 2.875rem;
  padding: 14px;
  padding: 0.875rem;
}
@media (min-width:500px) {
  .funnelback .search-exhibit {
    padding: 25px 14px;
    padding: 1.5625rem 0.875rem;
  }
}
@media (min-width:740px) {
  .funnelback .search-exhibit {
    width: calc(100% + 36px);
    width: calc(100% + 2.25rem);
    left: -18px;
    padding: 35px 18px;
    padding: 2.1875rem 1.125rem;
  }
}
@media screen and (min-width: 800px) {
  .funnelback .search-exhibit {
    width: calc(100% + 70px);
    width: calc(100% + 4.375rem);
    left: -35px;
    padding: 35px;
    padding: 2.1875rem;
  }
}
@media (min-width:980px) {
  .funnelback .search-exhibit {
    width: calc(100% + 110px);
    width: calc(100% + 6.875rem);
    left: -55px;
    padding: 45px 55px;
    padding: 2.8125rem 3.4375rem;
  }
}
.funnelback .search-exhibit:before {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  width: 146px;
  width: 9.125rem;
  height: 25px;
  height: 1.5625rem;
  display: block;
  position: absolute;
  left: 5px;
  top: -12px;
  background: #fff;
  content: "Promoted Result";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.0125em;
}
@media (min-width:740px) {
  .funnelback .search-exhibit:before {
    width: 156px;
    width: 9.75rem;
    left: 5px;
  }
}
@media screen and (min-width: 800px) {
  .funnelback .search-exhibit:before {
    left: 21px;
  }
}
@media (min-width:980px) {
  .funnelback .search-exhibit:before {
    left: 41px;
  }
}
.funnelback .search-exhibit .card-header h4 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media (min-width:740px) {
  .funnelback .search-exhibit .card-header h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.funnelback .search-exhibit .card-header a {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: border-color 0.25s;
}
.funnelback .search-exhibit .card-header a:focus {
  border-color: #efecea;
}
@media (hover: hover) {
  .funnelback .search-exhibit .card-header a:hover {
    border-color: #efecea;
  }
}
.funnelback .search-exhibit .card-body {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
  margin-top: 14px;
  margin-top: 0.875rem;
}
.funnelback .search_pagination_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
  margin: 2.5rem 0;
}
@media (min-width:500px) {
  .funnelback .search_pagination_nav {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:740px) {
  .funnelback .search_pagination_nav {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}
@media (min-width:980px) {
  .funnelback .search_pagination_nav {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
}
@media (min-width:1220px) {
  .funnelback .search_pagination_nav {
    margin-bottom: 115px;
    margin-bottom: 7.1875rem;
  }
}
.funnelback .search_pagination {
  display: flex;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  border: 0.0625rem solid #eeeeee;
  list-style: none;
  margin: 0;
  padding: 0;
}
.funnelback .search_pagination .page-item {
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  position: relative;
  border-right: 1px solid #eeeeee;
  border-right: 0.0625rem solid #eeeeee;
}
@media (min-width:500px) {
  .funnelback .search_pagination .page-item {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
  }
}
.funnelback .search_pagination .page-item:not(:last-child) .page-link:focus {
  background: #175bf1;
  color: #fff;
}
@media (hover: hover) {
  .funnelback .search_pagination .page-item:not(:last-child) .page-link:hover {
    background: #175bf1;
    color: #fff;
  }
}
.funnelback .search_pagination .page-item:last-child {
  width: 60px;
  width: 3.75rem;
}
.funnelback .search_pagination .page-item:last-child .page-link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #012149;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.funnelback .search_pagination .page-item:last-child .page-link:after {
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 6px;
  background: #175bf1;
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
@media (min-width:500px) {
  .funnelback .search_pagination .page-item:last-child .page-link:after {
    left: 31px;
    bottom: 14px;
  }
}
.funnelback .search_pagination .page-item:last-child .page-link:focus:after {
  bottom: 4px;
  opacity: 0;
}
@media (min-width:500px) {
  .funnelback .search_pagination .page-item:last-child .page-link:focus:after {
    bottom: 12px;
  }
}
@media (hover: hover) {
  .funnelback .search_pagination .page-item:last-child .page-link:hover:after {
    bottom: 4px;
    opacity: 0;
  }
}
@media (hover: hover) and (min-width:500px) {
  .funnelback .search_pagination .page-item:last-child .page-link:hover:after {
    bottom: 12px;
  }
}
@media (min-width:500px) {
  .funnelback .search_pagination .page-item:last-child {
    width: 92px;
    width: 5.75rem;
  }
}
.funnelback .search_pagination .page-item.active {
  border-color: #efecea;
}
.funnelback .search_pagination .page-item.active .page-link {
  background: #175bf1;
  color: #fff;
}
.funnelback .search_pagination .page-link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.25s;
}
.funnelback .search-contextual-navigation {
  display: none;
}
/* ==========================================================================
	Result Types
============================================================================= */
.search-result {
  border-top: 1px solid #eaeaea;
  border-top: 0.0625rem solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-bottom: 0.0625rem solid #eaeaea;
}
.search-result:nth-of-type(2) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media (min-width:500px) {
  .search-result:nth-of-type(2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}
@media (min-width:740px) {
  .search-result:nth-of-type(2) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
@media (min-width:980px) {
  .search-result:nth-of-type(2) {
    border-top: none;
    margin-top: 0;
  }
}
.search-result + .search-result {
  border-top: none;
}

.search_result_image {
  width: 100%;
  display: block;
  position: relative;
}

.search_result_people {
  margin: 0;
  padding: 20px 0 28px;
  padding: 1.25rem 0 1.75rem;
}
.search_result_people + .search_result_people {
  border-top: none;
}
@media (min-width:500px) {
  .search_result_people {
    padding: 30px 0 38px;
    padding: 1.875rem 0 2.375rem;
  }
}
@media (min-width:740px) {
  .search_result_people {
    padding: 40px 0 48px;
    padding: 2.5rem 0 3rem;
  }
}
@media (min-width:980px) {
  .search_result_people {
    padding: 50px 0;
    padding: 3.125rem 0;
  }
}

/* ==========================================================================
	Typeahead
============================================================================= */
.twitter-typeahead {
  width: 100%;
  display: inline-flex !important;
}
.twitter-typeahead .form-control {
  width: 100% !important;
}

.tt-menu {
  width: calc(100% + 40px);
  width: calc(100% + 2.5rem);
  top: calc(100% + 3px) !important;
  background: #dfeff8;
  border: 1px solid #b9d7e2;
  border: 0.0625rem solid #b9d7e2;
}
.search_top .tt-menu {
  width: calc(100% + 48px);
  width: calc(100% + 3rem);
}
@media (min-width:500px) {
  .tt-menu {
    width: calc(100% + 51px);
    width: calc(100% + 3.1875rem);
  }
  .search_top .tt-menu {
    width: calc(100% + 54px);
    width: calc(100% + 3.375rem);
  }
}
@media (min-width:740px) {
  .tt-menu {
    width: calc(100% + 115px);
    width: calc(100% + 7.1875rem);
  }
  .search_top .tt-menu {
    width: calc(100% + 141px);
    width: calc(100% + 8.8125rem);
  }
}
@media (min-width:980px) {
  .tt-menu {
    width: calc(100% + 135px);
    width: calc(100% + 8.4375rem);
  }
  .search_top .tt-menu {
    width: calc(100% + 165px);
    width: calc(100% + 10.3125rem);
  }
}
@media (min-width:1220px) {
  .tt-menu {
    width: calc(100% + 155px);
    width: calc(100% + 9.6875rem);
  }
}

.tt-dataset h5 {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.tt-dataset h5.focusable:active, .tt-dataset h5.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.tt-suggestion {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  border-top: 1px solid #b9d7e2;
  border-top: 0.0625rem solid #b9d7e2;
  color: #4a4a4a;
  line-height: 1;
  padding: 12px;
  padding: 0.75rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  transition: background-color 0.25s;
}
@media (min-width:500px) {
  .tt-suggestion {
    padding: 14px;
    padding: 0.875rem;
    padding-top: 11px;
    padding-top: 0.6875rem;
  }
}
@media (min-width:740px) {
  .tt-suggestion {
    padding: 9px 20px 12px;
    padding: 0.5625rem 1.25rem 0.75rem;
  }
}
@media (hover: hover) {
  .tt-suggestion:hover {
    background: #fff;
    cursor: pointer;
  }
}
.tt-suggestion strong {
  color: #012149;
}
.tt-suggestion:first-child {
  border-top: none;
}

/* ==========================================================================
	Header
============================================================================= */
.header {
  position: relative;
  z-index: 5;
  color: #fff;
}
@media (min-width:740px) {
  .header {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media print {
  .header {
    background: #062d5d !important;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 20px 0;
    padding: 1.25rem 0;
  }
}
.body_layout_center_program .header {
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 90, 0.8) 0, rgba(0, 0, 90, 0) 100%);
}

.header_primary {
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media (min-width:500px) {
  .header_primary {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
}
@media (min-width:740px) {
  .header_primary {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
}
@media (min-width:980px) {
  .header_primary {
    padding: 0;
  }
}
@media print {
  .header_primary {
    padding: 0;
  }
}

.header_primary_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_primary_inner_group {
  display: flex;
}
@media print {
  .header_primary_inner_group {
    display: none;
  }
}
@media (min-width:980px) {
  .header_primary_inner_group {
    width: calc(100% - 200px);
    width: calc(100% - 12.5rem);
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (min-width:1220px) {
  .header_primary_inner_group {
    width: calc(100% - 250px);
    width: calc(100% - 15.625rem);
  }
}

.header_primary_inner_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_primary_inner_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width:980px) {
  .header_primary_inner_bottom {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
}
@media (min-width:1220px) {
  .header_primary_inner_bottom {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}

.header_ribbon {
  position: relative;
  z-index: 1;
}
.header_ribbon:after {
  width: 75px;
  width: 4.6875rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: radial-gradient(circle at right, rgba(0, 0, 90, 0.6), rgba(0, 0, 90, 0));
  content: "";
  pointer-events: none;
  z-index: 2;
}
@media (min-width:500px) {
  .header_ribbon:after {
    display: none;
  }
}
@media print {
  .header_ribbon {
    display: none;
  }
}
@media (max-width:739px) {
  .header_ribbon > .fs-row {
    width: 100%;
  }
  .header_ribbon > .fs-row > .fs-cell {
    margin-inline: 0;
    width: 100%;
    max-width: 100%;
  }
}

.header_ribbon_inner {
  height: 45px;
  height: 2.8125rem;
  display: flex;
  position: relative;
  align-items: center;
  background: rgba(0, 0, 90, 0.25);
  color: #fff;
  justify-content: space-between;
}
@media (min-width:740px) {
  .header_ribbon_inner {
    padding-inline: 2.045%;
  }
}
@media (min-width:740px) {
  .header_ribbon_inner {
    border-radius: 4px;
    border-radius: 0.25rem;
  }
}
@media (min-width:980px) {
  .header_ribbon_inner {
    height: 60px;
    height: 3.75rem;
  }
}

.header_ribbon_messaging {
  display: none;
}
@media (min-width:740px) {
  .header_ribbon_messaging {
    display: block;
  }
}

.header_ribbon_messaging_label {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width:980px) {
  .header_ribbon_messaging_label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.header_ribbon_trending {
  display: flex;
  padding-left: calc(20px + 2.045%);
  padding-left: calc(1.25rem + 2.045%);
  align-items: center;
  box-sizing: content-box;
  overflow-x: auto;
}
@media (max-width:499px) {
  .header_ribbon_trending {
    scrollbar-width: none;
  }
  .header_ribbon_trending::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width:740px) {
  .header_ribbon_trending {
    padding-left: 0;
    justify-content: flex-end;
  }
}

.header_ribbon_trending_label {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media (min-width:500px) {
  .header_ribbon_trending_label {
    margin-right: 22px;
    margin-right: 1.375rem;
  }
}

.header_ribbon_trending_label_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .header_ribbon_trending_label_label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
}
@media (min-width:980px) {
  .header_ribbon_trending_label_label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

.header_ribbon_trending_label_icon {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  justify-content: center;
  margin-right: 6px;
  margin-right: 0.375rem;
}
@media (min-width:500px) {
  .header_ribbon_trending_label_icon {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
@media (min-width:740px) {
  .header_ribbon_trending_label_icon {
    width: 26px;
    width: 1.625rem;
    height: 26px;
    height: 1.625rem;
  }
}
@media (min-width:500px) {
  .header_ribbon_trending_label_icon .icon_trending {
    width: 12px;
    width: 0.75rem;
    height: 7px;
    height: 0.4375rem;
  }
}
@media (min-width:740px) {
  .header_ribbon_trending_label_icon .icon_trending {
    width: 15px;
    width: 0.9375rem;
    height: 9px;
    height: 0.5625rem;
  }
}

.header_controls {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width:980px) {
  .header_controls {
    display: none;
  }
}

/* ==========================================================================
	Menu
============================================================================= */
.menu {
  position: relative;
  top: 0;
  right: 0;
  z-index: 400;
  background: #00005a;
  color: #fff;
}
[data-whatinput=mouse] .menu:focus, [data-whatinput=touch] .menu:focus {
  outline: 0;
}
@media (min-width:980px) {
  .menu {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu {
    transition-duration: 0.6s;
  }
}
@media print {
  .menu {
    display: none;
  }
}
.loaded .menu {
  transition: opacity 0.35s, transform 0.35s, visibility 0.35s;
}
.js .menu {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: 0 !important;
  width: 100% !important;
  height: 100%;
  position: fixed;
  opacity: 0;
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
  pointer-events: none;
  visibility: hidden;
}
@media (min-width:500px) {
  .js .menu {
    padding: 15px 0 0;
    padding: 0.9375rem 0 0;
  }
}
@media (min-width:740px) {
  .js .menu {
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
  }
}
.menu.fs-swap-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.menu_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media (min-width:500px) {
  .menu_header {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
}
@media (min-width:740px) {
  .menu_header {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

.menu_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.menu_title.focusable:active, .menu_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.menu_primary_row {
  width: auto !important;
  min-width: inherit !important;
  display: block !important;
  margin: auto !important;
}

.menu_primary_cell {
  width: auto !important;
  min-width: inherit !important;
  max-width: none !important;
  display: block !important;
  margin: auto !important;
}

.menu_ribbon {
  padding: 35px 0;
  padding: 2.1875rem 0;
}

/* Menu Close
============================================================================= */
.menu_close {
  display: none;
}
.js .menu_close {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
}

.menu_close_button {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.menu_close_inner {
  min-height: 90px;
  min-height: 5.625rem;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (min-width:500px) {
  .menu_close_inner {
    min-height: 100px;
    min-height: 6.25rem;
  }
}
@media (min-width:740px) {
  .menu_close_inner {
    min-height: 110px;
    min-height: 6.875rem;
  }
}

.menu_close_toggle {
  color: inherit;
}

.menu_close_toggle_inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.menu_close_toggle_inner [class$=_label] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.menu_close_toggle_inner [class$=_icon] {
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  position: relative;
  background: #062d5d;
  border-radius: 50%;
  display: block;
  transition: background 0.25s, color 0.25s;
}
.menu_close_toggle_inner [class$=_icon_inner] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width:740px) {
  .menu_close_toggle_inner:hover [class$=_icon], .menu_close_toggle_inner:focus [class$=_icon] {
    background: #fff;
    color: #000;
  }
}

.menu_close_toggle_icon.menu_close_toggle_icon {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #fff;
  color: #012149;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
.menu_close_toggle_icon .icon_close {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}

.menu_close_toggle_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.menu_close_toggle_label.focusable:active, .menu_close_toggle_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.menu_close_toggle_icon_space {
  display: none;
}

/* Menu Toggle
============================================================================= */
.menu_toggle {
  position: relative;
  color: inherit;
  display: inline-block;
}
@media (min-width:980px) {
  .menu_toggle {
    display: none;
  }
}
@media print {
  .menu_toggle {
    display: none;
  }
}

.menu_toggle_inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  transition: opacity 0.25s, visibility 0.25s;
}
.menu_toggle_inner [class$=_label] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.menu_toggle_inner [class$=_icon] {
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  position: relative;
  background: #062d5d;
  border-radius: 50%;
  display: block;
  transition: background 0.25s, color 0.25s;
}
.menu_toggle_inner [class$=_icon_inner] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width:740px) {
  .menu_toggle_inner:hover [class$=_icon], .menu_toggle_inner:focus [class$=_icon] {
    background: #fff;
    color: #000;
  }
}
@media (min-width:740px) {
  .menu_toggle_inner.menu_toggle_inner:hover .menu_toggle_icon, .menu_toggle_inner.menu_toggle_inner:focus .menu_toggle_icon {
    color: #00005a;
  }
}

.menu_toggle.fs-swap-active .menu_toggle_inner_default {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.menu_toggle_inner_active {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.menu_toggle.fs-swap-active .menu_toggle_inner_active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.menu_toggle_label_default {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.menu_toggle_label_default.focusable:active, .menu_toggle_label_default.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.menu_toggle_icon {
  pointer-events: none;
}
.menu_toggle_icon.menu_toggle_icon {
  background: transparent;
}
.header_controls .menu_toggle_icon, .menu .menu_toggle_icon {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
}

.menu_toggle_icon_space {
  display: none;
}

:root {
  --gradient_bg_color: #002ac2;
  --gradient_spot1_color: #00005a;
  --gradient_spot1_w: 75vw;
  --gradient_spot1_h: var(--header_height, 225px);
  --gradient_spot1_x: 0;
  --gradient_spot1_y: 0;
  --gradient_spot2_color: #00005a;
  --gradient_spot2_w: 75vw;
  --gradient_spot2_h: var(--header_height, 225px);
  --gradient_spot2_x: 100%;
  --gradient_spot2_y: 0;
  --gradient_spot3_color: #00d4a8;
  --gradient_spot3_w: calc(var(--fs-row_width) * 0.75);
  --gradient_spot3_h: calc(var(--fs-row_width) * 1);
  --gradient_spot3_x: calc(50% + calc(var(--fs-row_width) * 0.5));
  --gradient_spot3_y: var(--page_feature_bottom, calc(var(--fs-row_width) * 0.5));
  --gradient_spot4_color: #00aad3;
  --gradient_spot4_w: calc(var(--fs-row_width) * 0.75);
  --gradient_spot4_h: calc(var(--fs-row_width) * 1);
  --gradient_spot4_x: calc(50% - calc(var(--fs-row_width) * 0.5));
  --gradient_spot4_y: var(--page_feature_bottom, calc(var(--fs-row_width) * 0.5));
}

.page_wrapper {
  background-color: var(--gradient_bg_color);
  background-image: radial-gradient(var(--gradient_spot1_w) var(--gradient_spot1_h) at left var(--gradient_spot1_x) top var(--gradient_spot1_y), var(--gradient_spot1_color), transparent), radial-gradient(var(--gradient_spot3_w) var(--gradient_spot3_h) at left var(--gradient_spot3_x) top var(--gradient_spot3_y), var(--gradient_spot3_color), transparent), radial-gradient(var(--gradient_spot4_w) var(--gradient_spot4_h) at left var(--gradient_spot4_x) top var(--gradient_spot4_y), var(--gradient_spot4_color), transparent), radial-gradient(var(--gradient_spot2_w) var(--gradient_spot2_h) at left var(--gradient_spot2_x) top var(--gradient_spot2_y), var(--gradient_spot2_color), transparent);
}

/* ==========================================================================
	Page
============================================================================= */
.page_wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  position: relative;
  flex-grow: 1;
}

.page_yield {
  position: relative;
}

[data-whatinput=mouse] .page_feature:focus, [data-whatinput=touch] .page_feature:focus {
  outline: 0;
}

.page_content {
  --bg_color: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: var(--bg_color);
}
[data-whatinput=mouse] .page_content:focus, [data-whatinput=touch] .page_content:focus {
  outline: 0;
}
@media (min-width:740px) {
  .page_content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .page_content {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
.body_layout_listing.theme_dark .page_content {
  --bg_color: transparent;
}
.body_layout_detail .page_content {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}
@media (min-width:740px) {
  .body_layout_detail .page_content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .body_layout_detail .page_content {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .body_layout_detail .page_content {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .body_layout_detail .page_content {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
.body_layout_detail.body_layout_podcast_detail .page_content {
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-bottom: 0;
}
@media (min-width:740px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:980px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) and (min-width:980px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) and (min-width:980px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .body_layout_detail.body_layout_podcast_detail .page_content {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}
.body_layout_detail.body_layout_event_detail .page_content {
  margin-bottom: 0;
}
@media (min-width:980px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) and (min-width:980px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) and (min-width:980px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:980px) and (min-width:1220px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-top: 80px;
    padding-top: 5rem;
  }
}
@media (min-width:1220px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media (min-width:1220px) and (min-width:740px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:1220px) and (min-width:980px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:1220px) and (min-width:1220px) {
  .body_layout_detail.body_layout_event_detail .page_content {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.body_layout_listing_aggregate .page_content {
  padding-bottom: 0;
  padding-top: 0;
}
.body_layout_listing_aggregate .page_feature.is_general_content + .page_content {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media (min-width:740px) {
  .body_layout_listing_aggregate .page_feature.is_general_content + .page_content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .body_layout_listing_aggregate .page_feature.is_general_content + .page_content {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
.body_layout_video_landing .page_content, .body_layout_event_landing .page_content {
  padding-top: 0;
}
.body_layout_detail.body_layout_research_detail .page_content {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media (min-width:500px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
@media (min-width:740px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:980px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) and (min-width:980px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}
@media (min-width:1220px) and (min-width:740px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:1220px) and (min-width:980px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:1220px) and (min-width:1220px) {
  .body_layout_detail.body_layout_research_detail .page_content {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.page_main_content {
  display: block;
}
@media (min-width:980px) {
  .page_main_content {
    float: left;
  }
}
@media (min-width:980px) {
  .body_layout_full .page_main_content {
    float: none;
  }
}

.full_width_callouts {
  --bg_color: #efecea;
  background-color: var(--bg_color);
  overflow: hidden;
}
[data-whatinput=mouse] .full_width_callouts:focus, [data-whatinput=touch] .full_width_callouts:focus {
  outline: 0;
}
.full_width_callouts.is_transparent {
  background: none;
}
.body_layout_listing.theme_dark .full_width_callouts {
  --bg_color: transparent;
}
@media (min-width:740px) {
  .body_layout_home .full_width_callouts {
    overflow: initial;
  }
}

.full_width_callouts_white {
  --bg_color: #fff;
  background-color: var(--bg_color);
  overflow: hidden;
}
[data-whatinput=mouse] .full_width_callouts_white:focus, [data-whatinput=touch] .full_width_callouts_white:focus {
  outline: 0;
}
.full_width_callouts_white.is_transparent {
  background: none;
}
.body_layout_listing.theme_dark .full_width_callouts_white {
  --bg_color: transparent;
}
@media (min-width:740px) {
  .body_layout_home .full_width_callouts_white {
    overflow: initial;
  }
}

.mobile_intro {
  position: relative;
  background: #175bf1;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  transition: padding-top 0.4s;
}
.mobile_intro:before {
  width: 100vw;
  height: calc(100% + 40px);
  height: calc(100% + 2.5rem);
  display: block;
  position: absolute;
  left: calc((var(--window_width, 100vw) - 288.3px) / -2);
  top: -40px;
  background: #175bf1;
  content: "";
  transition: height 0.4s, top 0.4s;
}
@media screen and (min-width: 340px) {
  .mobile_intro:before {
    left: calc((var(--window_width, 100vw) - (var(--window_width, 100vw) - 40px) * 0.9591) / -2);
  }
}
@media (min-width:740px) {
  .mobile_intro:before {
    display: none;
  }
}
.mobile_intro.open {
  padding-top: 32px;
  padding-top: 2rem;
}
.mobile_intro.open:before {
  height: 100%;
  top: 0;
}
@media (min-width:740px) {
  .mobile_intro.open {
    padding-top: 0;
  }
}
.mobile_intro > * {
  position: relative;
  z-index: 1;
}
@media (min-width:740px) {
  .mobile_intro {
    background: transparent;
    padding-bottom: 0;
  }
}
.mobile_intro h1 {
  margin-top: 0;
}

.podcasts_player {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #dfe1e5;
  border-top: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 10;
}
[data-whatintent=mouse] .podcasts_player:focus {
  outline: none;
}
.podcasts_player.playing {
  opacity: 1;
  transform: translateY(0);
}
@media print {
  .podcasts_player {
    display: none;
  }
}

.podcasts_player_inner {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 28px 0;
  padding: 1.75rem 0;
}
@media (min-width:980px) {
  .podcasts_player_inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
    padding: 1.25rem 0;
  }
}

.podcasts_player_controls {
  display: flex;
  align-items: center;
}
@media (min-width:980px) {
  .podcasts_player_controls {
    width: 102px;
    width: 6.375rem;
    flex: 0 0 102px;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

.podcasts_player_rewind {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.podcasts_player_rewind_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.podcasts_player_rewind_label.focusable:active, .podcasts_player_rewind_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.podcasts_player_rewind_icon:focus {
  color: #ff3b36;
}
@media (hover: hover) {
  .podcasts_player_rewind_icon:hover {
    color: #ff3b36;
  }
}
.podcasts_player_rewind_icon .icon {
  transition: 0.25s ease;
}

.podcasts_player_btn_play {
  width: 22px;
  width: 1.375rem;
  height: 29px;
  height: 1.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.podcasts_player_btn_play .icon_pause {
  display: none;
}
.podcasts_player_btn_play.playing .icon_play {
  display: none;
}
.podcasts_player_btn_play.playing .icon_pause {
  display: block;
}

.podcasts_player_btn_play_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.podcasts_player_btn_play_label.focusable:active, .podcasts_player_btn_play_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.podcasts_player_btn_play_icon:focus {
  color: #ff3b36;
}
@media (hover: hover) {
  .podcasts_player_btn_play_icon:hover {
    color: #ff3b36;
  }
}
.podcasts_player_btn_play_icon .icon {
  transition: 0.25s ease;
}

.podcasts_player_forward_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.podcasts_player_forward_label.focusable:active, .podcasts_player_forward_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.podcasts_player_forward_icon:focus {
  color: #ff3b36;
}
@media (hover: hover) {
  .podcasts_player_forward_icon:hover {
    color: #ff3b36;
  }
}
.podcasts_player_forward_icon .icon {
  transition: 0.25s ease;
}

.podcasts_player_details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media (min-width:980px) {
  .podcasts_player_details {
    width: 400px;
    width: 25rem;
    align-items: center;
    flex: 0 0 400px;
    flex-direction: row;
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .podcasts_player_details {
    width: 540px;
    width: 33.75rem;
    flex: 0 0 540px;
  }
}
@media (min-width:1394px) {
  .podcasts_player_details {
    width: 640px;
    width: 40rem;
    flex: 0 0 640px;
  }
}

.podcasts_player_time {
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media (min-width:980px) {
  .podcasts_player_time {
    width: auto;
    flex: 0 0 auto;
    margin-top: 0;
  }
}

.podcast_player_current_time {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width:980px) {
  .podcast_player_current_time {
    width: 36px;
    width: 2.25rem;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

.podcast_player_end_time {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width:980px) {
  .podcast_player_end_time {
    display: none;
  }
}

.podcast_player_progress {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width:980px) {
  .podcast_player_progress {
    width: 320px;
    width: 20rem;
    flex: 0 0 320px;
  }
}
@media (min-width:1220px) {
  .podcast_player_progress {
    width: 460px;
    width: 28.75rem;
    flex: 0 0 460px;
  }
}
@media (min-width:1394px) {
  .podcast_player_progress {
    width: 570px;
    width: 35.625rem;
    flex: 0 0 570px;
  }
}

.podcast_progress {
  width: 100%;
  cursor: pointer;
}
@media (min-width:980px) {
  .podcast_progress {
    transform: translateY(-2px);
  }
}
.podcast_progress[value] {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #00c6f5;
}
.podcast_progress[value]::-webkit-progress-bar {
  background-color: #f3f3f3;
  border-radius: 4px;
  border-radius: 0.25rem;
}
.podcast_progress[value]::-webkit-progress-value {
  background: #00c6f5;
  border-radius: 4px;
  border-radius: 0.25rem;
}
.podcast_progress[value]::-moz-progress-bar {
  -moz-appearance: none;
       appearance: none;
  background: #00c6f5;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.podcasts_player_close {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  display: flex;
  position: absolute;
  top: -14px;
  right: 10px;
  align-items: center;
  background: #1bd2ff;
  border-radius: 50%;
  justify-content: center;
  opacity: 0;
  transition: background-color 0.25s, opacity 0.25s;
}
.podcasts_player.playing .podcasts_player_close {
  opacity: 1;
}
.podcasts_player_close:focus {
  background: #ff3b36;
}
.podcasts_player_close:focus .podcasts_player_close_icon {
  color: #fff;
}
@media (hover: hover) {
  .podcasts_player_close:hover {
    background: #ff3b36;
  }
  .podcasts_player_close:hover .podcasts_player_close_icon {
    color: #fff;
  }
}
@media (min-width:980px) {
  .podcasts_player_close {
    right: 30px;
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
}

.podcasts_player_close_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.podcasts_player_close_label.focusable:active, .podcasts_player_close_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.podcasts_player_close_icon {
  color: #000;
  transition: color 0.25s;
}
.podcasts_player_close_icon .icon_close {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}
@media (min-width:980px) {
  .podcasts_player_close_icon .icon_close {
    height: 15px;
    height: 0.9375rem;
    width: 15px;
    width: 0.9375rem;
  }
}

.podcasts_player_figcap {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  align-items: center;
  color: #5c5c5c;
  line-height: 1.6666666667;
  flex-direction: column;
  padding: 0 50px;
  padding: 0 3.125rem;
  text-align: center;
}
@media (min-width:980px) {
  .podcasts_player_figcap {
    width: 400px;
    width: 25rem;
    flex: 0 0 400px;
    flex-direction: row;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width:1220px) {
  .podcasts_player_figcap {
    width: 460px;
    width: 28.75rem;
    flex: 0 0 460px;
  }
}
@media (min-width:1220px) {
  .podcasts_player_figcap {
    width: 480px;
    width: 30rem;
    flex: 0 0 480px;
  }
}

.podcasts_player_series {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #ff3b36;
  line-height: 1;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media (min-width:980px) {
  .podcasts_player_series {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}

/* ==========================================================================
	Sidebar
============================================================================= */
.full_width_callouts .sidebar {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  background: #f3f3f3;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}
@media (min-width:740px) {
  .full_width_callouts .sidebar {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .full_width_callouts .sidebar {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .full_width_callouts .sidebar {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .full_width_callouts .sidebar {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .full_width_callouts .sidebar {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .full_width_callouts .sidebar {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .full_width_callouts .sidebar {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .full_width_callouts .sidebar {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
.page_content + .full_width_callouts .sidebar:first-child {
  margin-top: 0;
}
@media (min-width:740px) {
  .full_width_callouts .sidebar {
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
@media (min-width:980px) {
  .full_width_callouts .sidebar {
    display: none;
  }
}
@media print {
  .full_width_callouts .sidebar {
    display: none;
  }
}
.full_width_callouts .theme_gray + .sidebar {
  border-top: 1px solid #cccccc;
  border-top: 0.0625rem solid #cccccc;
}
.page_content .sidebar {
  display: none;
  position: relative;
  background: #f3f3f3;
  margin-top: 36px;
  margin-top: 2.25rem;
  padding: 36px 0;
  padding: 2.25rem 0;
}
@media (min-width:980px) {
  .page_content .sidebar {
    display: block;
    position: sticky;
    top: 60px;
    background: transparent;
    margin-top: 0;
    padding: 0;
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}
@media (min-width:1220px) {
  .page_content .sidebar {
    width: calc(100% + 16px);
    width: calc(100% + 1rem);
    top: 120px;
    padding-left: 0;
    transform: translateX(-16px);
  }
}
@media (min-width:1394px) {
  .page_content .sidebar {
    width: 100%;
    transform: translateX(0);
  }
}
@media print {
  .page_content .sidebar {
    display: none;
  }
}
.page_content .general_sidebar_cell .sidebar {
  display: block;
  background: transparent;
  margin-top: -60px;
  margin-top: -3.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width:740px) {
  .page_content .general_sidebar_cell .sidebar {
    margin-top: -70px;
    margin-top: -4.375rem;
  }
}
@media (min-width:980px) {
  .page_content .general_sidebar_cell .sidebar {
    width: 100%;
    top: 30px;
    margin-top: 0;
    padding-left: 45px;
    padding-left: 2.8125rem;
  }
}
@media (min-width:1220px) {
  .page_content .general_sidebar_cell .sidebar {
    width: calc(100% + 45px);
    width: calc(100% + 2.8125rem);
    transform: translateX(-45px);
  }
}
@media print {
  .page_content .general_sidebar_cell .sidebar {
    display: none;
  }
}

@media (min-width:980px) {
  .page_content .sidebar_inner {
    border-left: 1px solid #b9d7e2;
    border-left: 0.0625rem solid #b9d7e2;
    padding-left: 25px;
    padding-left: 1.5625rem;
  }
}
@media (min-width:1220px) {
  .page_content .sidebar_inner {
    padding-left: 32px;
    padding-left: 2rem;
  }
}

.sidebar_buttons {
  position: relative;
}
@media (min-width:980px) {
  .sidebar_buttons {
    display: block;
    margin-top: 0;
  }
}
.sidebar_buttons .button {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width:980px) {
  .sidebar_buttons .button {
    width: 100%;
    margin-right: 0;
  }
}
.sidebar_buttons .button .button_text {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 0;
}
@media (min-width:740px) {
  .sidebar_buttons .button .button_text {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}
@media (min-width:740px) {
  .sidebar_buttons .button:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sidebar_buttons .button:last-child {
  margin-bottom: 0;
}
@media (min-width:980px) {
  .sidebar_buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .sidebar_buttons {
    display: none;
  }
}

@media (min-width:980px) {
  .general_sidebar_cell {
    position: relative;
  }
  .general_sidebar_cell:before {
    width: 1px;
    width: 0.0625rem;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #eeeeee;
    content: "";
  }
}
@media (min-width:1220px) {
  .general_sidebar_cell:before {
    left: -45px;
  }
}

/* ==========================================================================
	Audience Navigation
============================================================================= */
.audience_group {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width:980px) {
  .audience_group {
    width: 17%;
    margin-bottom: 0;
  }
}

.audience_nav {
  background-color: #062d5d;
  color: #fff;
  padding: 6px 0 30px;
  padding: 0.375rem 0 1.875rem;
}
.audience_group.fs-swap-enabled .audience_nav.audience_nav_sm {
  display: none;
}
.audience_group.fs-swap-active .audience_nav.audience_nav_sm {
  display: block;
}
.audience_nav.audience_nav_lg {
  width: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: hidden;
}
.audience_group.fs-swap-enabled:hover .audience_nav.audience_nav_lg {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.audience_group:hover .audience_nav.audience_nav_lg, .audience_group.fs-swap-active .audience_nav.audience_nav_lg, .audience_group.fs-swap-active:hover .audience_nav.audience_nav_lg {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.audience_nav_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.audience_nav_title.focusable:active, .audience_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.audience_nav_list {
  line-height: 1.2;
}

.audience_nav_link {
  color: inherit;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  text-decoration: underline;
  transition: color 0.25s;
}
.audience_nav_link:hover, .audience_nav_link:focus {
  color: #000;
}

/* Audience Toggle
============================================================================= */
.audience_toggle {
  width: 100%;
  position: relative;
  background-color: #062d5d;
  color: #fff;
  display: block;
  line-height: 1;
  transition: background-color 0.25s, color 0.25s;
}
.audience_toggle:hover, .audience_toggle:focus {
  background-color: #fff;
  color: #000;
}
.audience_toggle .icon_close {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.audience_toggle_inner {
  align-items: center;
  display: flex;
  opacity: 1;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: visible;
}

.audience_toggle.fs-swap-active .audience_toggle_inner_default {
  opacity: 0;
  visibility: hidden;
}

.audience_toggle_inner_active {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.audience_toggle.fs-swap-active .audience_toggle_inner_active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.audience_toggle_label {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.audience_toggle_icon {
  margin-left: auto;
}

.audience_toggle_icon_default {
  transition: transform 0.25s;
}

.audience_toggle_icon_space {
  display: none;
}

/* ==========================================================================
	Breadcrumb Navigation
============================================================================= */
.breadcrumb_nav {
  --link_color: #fff;
  --pill_icon_back_color: #00d4a8;
  --pill_icon_home_color: #00d4a8;
  --divider_color: rgba(255, 255, 255, 0.5);
}

.breadcrumb {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width:740px) {
  .breadcrumb {
    margin-top: 0;
  }
}
@media print {
  .breadcrumb {
    display: none;
  }
}

@media print {
  .breadcrumb_nav {
    display: none !important;
  }
}

.breadcrumb_nav_header {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.breadcrumb_nav_header.focusable:active, .breadcrumb_nav_header.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Breadcrumb Links
============================================================================= */
.breadcrumb_list {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  align-items: center;
  display: inline-flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 12px;
  padding: 0.1875rem 0.75rem;
  white-space: nowrap;
  background: rgba(0, 0, 90, 0.1);
  border-radius: 19px;
  border-radius: 1.1875rem;
}
@media (min-width:740px) {
  .breadcrumb_list {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.breadcrumb_item {
  align-items: center;
  display: flex;
}
@media (max-width:979px) {
  .breadcrumb_item:not(:nth-last-of-type(-n + 2)) {
    display: none;
  }
}
@media (max-width:979px) {
  .breadcrumb_item:nth-last-of-type(-n + 2) .breadcrumb_divider {
    display: none;
  }
}
@media (max-width:979px) {
  .breadcrumb_item:first-child {
    display: block;
  }
  .breadcrumb_item:first-child .breadcrumb_pill_icon,
  .breadcrumb_item:first-child .breadcrumb_pill_label,
  .breadcrumb_item:first-child .breadcrumb_divider {
    display: none;
  }
  .breadcrumb_list:not(.multiple) .breadcrumb_item:first-child .breadcrumb_pill_label {
    display: block;
  }
}

.breadcrumb_pill_link {
  color: var(--link_color);
  transition: 0.25s ease;
}

.breadcrumb_pill_inner {
  align-items: center;
  display: flex;
}

.breadcrumb_pill_icon {
  position: relative;
  color: var(--pill_icon_home_color);
  margin-right: 10px;
  margin-right: 0.625rem;
}

.breadcrumb_pill_icon_back {
  position: relative;
  transform: translate(0, -1px);
  color: var(--pill_icon_back_color);
  margin-right: 6px;
  margin-right: 0.375rem;
}
@media (min-width:980px) {
  .breadcrumb_pill_icon_back {
    display: none;
  }
}

.breadcrumb_pill_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  transition: 0.25s ease;
}
.breadcrumb_pill_label:after {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: var(--link_color);
  content: "";
  opacity: 0;
  transition: opacity 0.25s, bottom 0.25s;
}
@media (min-width:740px) {
  .breadcrumb_pill_label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .breadcrumb_pill_label:after {
    bottom: 2px;
  }
}
.breadcrumb_item:last-child .breadcrumb_pill_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.breadcrumb_item:last-child .breadcrumb_pill_label.focusable:active, .breadcrumb_item:last-child .breadcrumb_pill_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.breadcrumb_pill_link:focus .breadcrumb_pill_label:after, .breadcrumb_pill_link:hover .breadcrumb_pill_label:after {
  bottom: 1px;
  opacity: 1;
}
@media (min-width:740px) {
  .breadcrumb_pill_link:focus .breadcrumb_pill_label:after, .breadcrumb_pill_link:hover .breadcrumb_pill_label:after {
    bottom: 4px;
  }
}

.breadcrumb_divider {
  color: var(--divider_color);
  margin: 0 8px;
  margin: 0 0.5rem;
}

.breadcrumb_end {
  margin-left: 4px;
  margin-left: 0.25rem;
}

/* ==========================================================================
	Main Navigation
============================================================================= */
.footer_main_nav {
  display: none;
}
@media (min-width:980px) {
  .footer_main_nav {
    display: block;
    margin: 40px 0 0;
    margin: 2.5rem 0 0;
  }
}

.footer_main_nav_header {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.footer_main_nav_header.focusable:active, .footer_main_nav_header.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Main Nav Links
============================================================================= */
@media (min-width:980px) {
  .footer_main_nav_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.footer_main_nav_item {
  display: block;
  flex: 0 0 calc(20% - 28px);
  margin-right: 35px;
  margin-right: 2.1875rem;
}
@media (min-width:1220px) {
  .footer_main_nav_item {
    flex: 0 0 calc(20% - 32px);
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media (min-width:1394px) {
  .footer_main_nav_item {
    flex: 0 0 calc(20% - 48px);
    margin-right: 60px;
    margin-right: 3.75rem;
  }
}
.footer_main_nav_item:last-child {
  margin-right: 0;
}
.has_children .footer_main_nav_item_inner {
  display: inline-flex;
}

.footer_main_nav_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 10px 0;
  padding: 0.625rem 0;
  transition: background-color 0.25s, color 0.25s;
  white-space: nowrap;
}
.footer_main_nav_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #00c6f5;
  content: "";
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
}
@media (min-width:980px) {
  .footer_main_nav_link {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}
@media (min-width:1220px) {
  .footer_main_nav_link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width:740px) {
  .footer_main_nav_link:hover:after, .footer_main_nav_link:focus:after {
    opacity: 1;
    transform: translateY(-5px);
  }
}
@media (min-width:980px) {
  .footer_main_nav_link.active {
    color: #fff;
  }
}

.footer_main_nav_toggle {
  display: none;
}
.footer_main_nav_toggle.fs-swap-enabled {
  height: auto;
  top: 1px !important;
  bottom: 0;
  color: #062d5d;
  display: block;
  opacity: 1;
  transition: transform 0.25s, opacity 0.25s;
}
.footer_main_nav .footer_main_nav_toggle.fs-swap-enabled {
  opacity: 0;
  color: #fff;
}
.footer_main_nav .footer_main_nav_toggle.fs-swap-enabled:focus {
  opacity: 1;
}
@media (min-width:980px) {
  .footer_main_nav_toggle.fs-swap-enabled {
    height: 26px;
    height: 1.625rem;
    top: 4px !important;
    right: -22px;
  }
}
@media (min-width:1220px) {
  .footer_main_nav_toggle.fs-swap-enabled {
    top: 8px !important;
  }
}

/* Main Nav Children
============================================================================= */
.footer_main_nav_children {
  position: relative;
  color: #eaeaea;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 14px;
  margin-top: 0.875rem;
  opacity: 1;
  visibility: visible;
}

@media (min-width:980px) {
  .footer_main_nav_child_item {
    margin-bottom: 11px;
    margin-bottom: 0.6875rem;
    overflow: hidden;
  }
  .footer_main_nav_child_item:last-child {
    margin-bottom: 0;
  }
}

.footer_main_nav_child_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #00c6f5;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 0;
  transition: color 0.25s;
}
@media (min-width:980px) {
  .footer_main_nav_child_link:hover, .footer_main_nav_child_link:focus {
    color: #fff;
    text-decoration: underline;
  }
}

/* ==========================================================================
	Footer Navigation
============================================================================= */
.footer_nav {
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media (min-width:740px) {
  .footer_nav {
    order: 0;
    padding: 0;
  }
}
@media (min-width:980px) {
  .footer_nav {
    border-bottom-width: 0;
    padding: 0;
  }
}

.footer_nav_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.footer_nav_title.focusable:active, .footer_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Footer Links
============================================================================= */
@media (min-width:740px) {
  .footer_nav_list {
    display: flex;
  }
}

@media (min-width:740px) {
  .footer_nav_item {
    margin-right: 25px;
    margin-right: 1.5625rem;
  }
  .footer_nav_item:last-child {
    margin-right: 0;
  }
}

.footer_nav_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: block;
  position: relative;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7px 0;
  padding: 0.4375rem 0;
  transition: color 0.25s;
}
.footer_nav_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #00c6f5;
  content: "";
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
}
@media (min-width:740px) {
  .footer_nav_link:focus:after, .footer_nav_link:hover:after {
    opacity: 1;
    transform: translateY(-5px);
  }
}

/* ==========================================================================
	Main Navigation
============================================================================= */
@media (min-width:980px) {
  .main_nav {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
}
@media (min-width:1220px) {
  .main_nav {
    margin: 43px 0 0;
    margin: 2.6875rem 0 0;
  }
}
@media (max-width:979px) {
  .main_nav.main_nav_lg {
    display: none;
  }
}
@media (min-width:980px) {
  .main_nav.main_nav_lg {
    width: 100%;
  }
}

.main_nav_header {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.main_nav_header.focusable:active, .main_nav_header.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Main Nav Links
============================================================================= */
@media (min-width:980px) {
  .main_nav_list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

.main_nav_item {
  width: auto;
  display: block;
}
.menu .main_nav_item {
  border-bottom: 1px solid #113f77;
  border-bottom: 0.0625rem solid #113f77;
}
.header .main_nav_item {
  padding-right: 28px;
  padding-right: 1.75rem;
}
@media (min-width:980px) {
  .main_nav_item {
    position: relative;
    margin-left: 12px;
    margin-left: 0.75rem;
  }
}
@media (min-width:1220px) {
  .main_nav_item {
    margin-left: 28px;
    margin-left: 1.75rem;
  }
}
@media (min-width:980px) {
  .main_nav_item:first-child {
    margin-left: 0;
  }
}
.main_nav_item.hide_main, .main_nav_item:nth-child(n+5) {
  display: none;
}

@media (min-width:980px) {
  .main_nav_item_inner {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width:1220px) {
  .main_nav_item_inner {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.6666666667;
  }
}

.main_nav_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding: 10px 0;
  padding: 0.625rem 0;
  transition: background-color 0.25s, color 0.25s;
}
.menu .main_nav_link {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media (min-width:740px) {
  .menu .main_nav_link {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .menu .main_nav_link {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .menu .main_nav_link {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .menu .main_nav_link {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .menu .main_nav_link {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .menu .main_nav_link {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .menu .main_nav_link {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .menu .main_nav_link {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .main_nav_link {
    padding: 0;
  }
}
.main_nav_item.fs-swap-active .main_nav_link, .main_nav_item:hover .main_nav_link, .main_nav_link:hover {
  color: #fff;
}
@media (min-width:980px) {
  .main_nav_item.fs-swap-active .main_nav_link, .main_nav_item:hover .main_nav_link, .main_nav_link:hover {
    color: #00d4a8;
  }
  .main_nav_item.fs-swap-active .main_nav_link::after, .main_nav_item:hover .main_nav_link::after, .main_nav_link:hover::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: -28px;
    height: 4px;
    height: 0.25rem;
    background: linear-gradient(to right, #175bf1, #00d4a8);
  }
  .main_nav_item.fs-swap-active .main_nav_link + .main_nav_toggle, .main_nav_item:hover .main_nav_link + .main_nav_toggle, .main_nav_link:hover + .main_nav_toggle {
    color: #00d4a8;
  }
}
.main_nav_link:focus {
  color: #fff;
}
@media (min-width:980px) {
  .main_nav_link.active {
    color: #fff;
  }
}

.main_nav_toggle {
  display: none;
}
.menu .main_nav_toggle {
  flex-basis: 20px;
  margin-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  margin-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
}
@media (min-width:740px) {
  .menu .main_nav_toggle {
    margin-right: calc((100% - 690.552px) / 2);
    margin-right: calc((100% - 43.1595rem) / 2);
  }
}
.main_nav_toggle.fs-swap-enabled {
  height: auto;
  bottom: 0;
  color: #00c6f5;
  display: block;
  opacity: 1;
  transition: transform 0.25s, opacity 0.25s;
}
.header .main_nav_toggle.fs-swap-enabled {
  color: #fff;
}
.header .main_nav_toggle.fs-swap-enabled:focus {
  color: #fff;
}
@media (min-width:980px) {
  .main_nav_toggle.fs-swap-enabled {
    height: 100%;
    right: -28px;
  }
}
.main_nav_item.active .main_nav_toggle {
  color: #fff;
}

.main_nav_toggle_inner {
  width: 26px;
  width: 1.625rem;
  height: 100%;
  position: relative;
  box-shadow: 0 0 0 1px;
  border-radius: 50%;
  display: block;
  margin: auto;
  will-change: transform;
}
.menu .main_nav_toggle_inner {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  justify-content: center;
  transition: background-color 0.25s, border-color 0.25s;
}
.menu .main_nav_toggle.fs-swap-active .main_nav_toggle_inner {
  background: #fff;
  border-color: #fff;
  color: #00005a;
}
@media (min-width:980px) {
  .main_nav_toggle_inner {
    box-shadow: none;
    border-radius: 0;
  }
}

.main_nav_toggle_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: color 0.25s, transform 0.25s;
}
.menu .main_nav_toggle_icon {
  transform: translate(-50%, -2px);
}
.menu .main_nav_toggle.fs-swap-active .main_nav_toggle_icon {
  transform: translate(-50%, -3px) rotateX(180deg);
}
.header .main_nav_toggle_icon .icon_caret_down,
.header .main_nav_toggle_icon .icon_expand_more {
  width: 0.6em;
  height: 0.6em;
}
.menu .main_nav_toggle_icon .icon_caret_down,
.menu .main_nav_toggle_icon .icon_expand_more {
  width: 8px;
  width: 0.5rem;
  height: 5px;
  height: 0.3125rem;
}

/* Main Nav Children
============================================================================= */
.main_nav_children {
  min-width: 100%;
  color: #eaeaea;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.menu .main_nav_children {
  margin-top: -4px;
  margin-top: -0.25rem;
}
.header .main_nav_children {
  min-width: calc(100% + 50px);
  min-width: calc(100% + 3.125rem);
  margin-left: -25px;
  margin-left: -1.5625rem;
}
@media (min-width:980px) {
  .main_nav_children {
    width: 236px;
    width: 14.75rem;
    min-width: 0px;
    min-width: 0;
    background-color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    color: #000;
    margin-bottom: 0;
    padding: 20px 0;
    padding: 1.25rem 0;
    z-index: 5;
  }
}
@media (min-width:1220px) {
  .main_nav_children {
    width: 275px;
    width: 17.1875rem;
  }
}
@media (min-width:980px) {
  .main_nav_item_last_visible .main_nav_children {
    left: auto;
    right: -25px;
  }
  .main_nav_item_last_visible .main_nav_children:before {
    left: auto;
    right: 30px;
  }
}

@media (min-width:980px) {
  .main_nav_child_item {
    overflow: hidden;
    margin-top: -1px;
    margin-top: -0.0625rem;
  }
}
.main_nav_child_item:first-child {
  margin-top: 0;
}

.main_nav_child_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #00005a;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  transition: color 0.25s;
}
.menu .main_nav_child_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  border-bottom: none;
  color: #00c6f5;
  line-height: 2.0666666667;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: auto;
}
@media (min-width:740px) {
  .menu .main_nav_child_link {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .menu .main_nav_child_link {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .menu .main_nav_child_link {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .menu .main_nav_child_link {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .menu .main_nav_child_link {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .menu .main_nav_child_link {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .menu .main_nav_child_link {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .menu .main_nav_child_link {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .main_nav_child_link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}
@media (min-width:980px) {
  .main_nav_child_link:after {
    width: 5px;
    width: 0.3125rem;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #00d4a8;
    content: "";
    transform: translateX(-5px);
    transition: transform 0.25s;
    z-index: 3;
  }
}
@media (min-width:980px) {
  .main_nav_child_link:hover, .main_nav_child_link:focus {
    background: rgba(239, 236, 234, 0.5);
    color: #002ac2;
  }
  .main_nav_child_link:hover:after, .main_nav_child_link:focus:after {
    transform: translateX(0);
  }
}

.main_nav_child_link_label {
  display: block;
}
.header .main_nav_child_link_label {
  border-bottom: 1px solid #efecea;
  border-bottom: 0.0625rem solid #efecea;
  border-top: 1px solid #efecea;
  border-top: 0.0625rem solid #efecea;
}
@media (min-width:980px) {
  .main_nav_child_link_label {
    padding: 11px 0px 9px;
    padding: 0.6875rem 0 0.5625rem;
  }
}

/* ==========================================================================
	Secondary Navigation Common
============================================================================= */
.secondary_nav {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width:980px) {
  .secondary_nav {
    margin-right: 25px;
    margin-right: 1.5625rem;
  }
}
@media (max-width:979px) {
  .secondary_nav.secondary_nav_lg {
    display: none;
  }
}

.secondary_nav_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.secondary_nav_title.focusable:active, .secondary_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Secondary Links
============================================================================= */
.secondary_nav_lg .secondary_nav_list {
  height: 100%;
  display: flex;
}

.secondary_nav_sm .secondary_nav_item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.secondary_nav_lg .secondary_nav_item {
  position: relative;
}
@media (min-width:980px) {
  .secondary_nav_lg .secondary_nav_item {
    margin-left: 40px;
    margin-left: 2.5rem;
  }
  .secondary_nav_lg .secondary_nav_item:before {
    width: 1px;
    width: 0.0625rem;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    background: rgba(239, 236, 234, 0.5);
    content: "";
  }
}
@media (min-width:980px) {
  .secondary_nav_lg .secondary_nav_item:first-child {
    margin-left: 0;
  }
  .secondary_nav_lg .secondary_nav_item:first-child:before {
    display: none;
  }
}

.secondary_nav_lg .secondary_nav_item_inner {
  height: 100%;
}

.secondary_nav_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
}
.secondary_nav_sm .secondary_nav_link {
  display: inline-block;
  position: relative;
  padding: 0;
}
.secondary_nav_sm .secondary_nav_link:after {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #00c6f5;
  content: "";
  transition: opacity 0.25s, transform 0.25s;
}
.secondary_nav_lg .secondary_nav_link {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding: 4px 0;
  padding: 0.25rem 0;
}
.secondary_nav_lg .secondary_nav_link:after {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: rgba(239, 236, 234, 0.5);
  content: "";
  transition: opacity 0.25s, transform 0.25s;
}
@media (min-width:740px) {
  .secondary_nav_lg .secondary_nav_link:focus:after, .secondary_nav_lg .secondary_nav_link:hover:after {
    opacity: 0;
    transform: translateY(2px);
  }
}

/* ==========================================================================
	Social Navigation
============================================================================= */
.footer .social_nav {
  order: 1;
}
@media (min-width:740px) {
  .footer .social_nav {
    margin-left: 60px;
    margin-left: 3.75rem;
    order: 2;
  }
}
@media (min-width:980px) {
  .footer .social_nav {
    margin-left: 0;
  }
}
@media (min-width:980px) {
  .social_nav {
    margin: 0;
    text-align: right;
  }
}
@media print {
  .social_nav {
    display: none;
  }
}

.social_nav_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.social_nav_title.focusable:active, .social_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Social Links
============================================================================= */
.social_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:980px) {
  .social_nav_list {
    display: flex;
    flex-direction: column;
  }
}

.footer .social_nav_item {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
.footer .social_nav_item:last-child {
  margin-bottom: 0;
}

.social_nav_link {
  color: #002ac2;
  display: block;
  transition: color 0.25s;
}
@media (min-width:740px) {
  .social_nav_link:focus, .social_nav_link:hover {
    color: #00005a;
  }
}

.social_nav_icon {
  display: block;
}

.social_nav_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.social_nav_label.focusable:active, .social_nav_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* ==========================================================================
	Sub Navigation
============================================================================= */
.sub_nav_group {
  position: relative;
  transition: background-color 0.4s, margin-bottom 0.4s;
}
.sub_nav_group:after {
  width: 100vw;
  height: calc(100% - 20px);
  height: calc(100% - 1.25rem);
  position: absolute;
  left: calc((var(--window_width, 100vw) - 288.3px) / -2);
  top: 20px;
  background: transparent;
  content: "";
}
@media screen and (min-width: 340px) {
  .sub_nav_group:after {
    left: calc((var(--window_width, 100vw) - (var(--window_width, 100vw) - 40px) * 0.9591) / -2);
  }
}
@media (min-width:740px) {
  .sub_nav_group:after {
    height: calc(100% + 20px);
    height: calc(100% + 1.25rem);
    left: calc((var(--window_width) - 690.552px) / -2);
    top: -20px;
    background: transparent;
  }
  .general_sidebar_cell.page_layout_simple .sub_nav_group:after {
    height: calc(100% - 20px);
    height: calc(100% - 1.25rem);
    top: 20px;
  }
}
@media (min-width:980px) {
  .sub_nav_group:after {
    display: none;
  }
}
.sub_nav_group.fs-swap-active {
  background: linear-gradient(180deg, transparent 0px, transparent 20px, #012149 20px, #012149 100%);
}
.sub_nav_group.fs-swap-active:after {
  background: #012149;
}
@media (min-width:740px) {
  .sub_nav_group.fs-swap-active {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width:980px) {
  .sub_nav_group.fs-swap-active {
    background: transparent;
  }
}

.sub_nav {
  position: relative;
  z-index: 1;
}
@media print {
  .sub_nav {
    display: none;
  }
}

.sub_nav_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin: 0;
}
@media (min-width:740px) {
  .sub_nav_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.js .sub_nav_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.js .sub_nav_title.focusable:active, .js .sub_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.js .sub_nav_body {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width:980px) {
  .js .sub_nav_body {
    height: auto;
    overflow: visible;
  }
}

.sub_nav_group.fs-swap-enabled .sub_nav_body_inner {
  opacity: 0;
  transition: opacity 0.25s;
}
@media (min-width:980px) {
  .sub_nav_group.fs-swap-enabled .sub_nav_body_inner {
    opacity: 1;
  }
}
.sub_nav_group.fs-swap-active .sub_nav_body_inner {
  opacity: 1;
  transition-delay: 0.15s;
}

/* Sub Nav Links
============================================================================= */
.sub_nav_list {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 20px 0 40px;
  padding: 1.25rem 0 2.5rem;
}
[data-whatinput=mouse] .sub_nav_list:focus, [data-whatinput=touch] .sub_nav_list:focus {
  outline: 0;
}
@media (min-width:980px) {
  .sub_nav_list {
    padding: 30px 0 0;
    padding: 1.875rem 0 0;
  }
}
.sub_nav_item {
  border-bottom: 1px solid #eeeeee;
  border-bottom: 0.0625rem solid #eeeeee;
  padding: 12px 0;
  padding: 0.75rem 0;
  transition: border-color 0.4s;
}
.sub_nav_item.active {
  position: relative;
}
.sub_nav_item.active:before {
  width: 5px;
  width: 0.3125rem;
  height: 100%;
  display: block;
  position: absolute;
  left: calc((100% - (100% - 40px) * 0.95) / -2);
  top: 0;
  background: #00d4a8;
  content: "";
}
@media (min-width:500px) {
  .sub_nav_item.active:before {
    left: calc((100% - (100% - 40px) * 0.952) / -2);
  }
}
@media (min-width:980px) {
  .sub_nav_item.active:before {
    left: -44px;
  }
}
@media (min-width:740px) {
  .sub_nav_item {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
}
@media (min-width:980px) {
  .sub_nav_item {
    border-color: #eeeeee;
  }
}
.sub_nav_item:first-child {
  border-top: 1px solid #244062;
  border-top: 0.0625rem solid #244062;
}
@media (min-width:980px) {
  .sub_nav_item:first-child {
    border-color: #eeeeee;
  }
}

.sub_nav_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: #1bd2ff;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 13px;
  font-size: 0.8125rem;
  transition: color 0.25s, border-color 0.25s;
}
@media (min-width:740px) {
  .sub_nav_link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width:980px) {
  .sub_nav_link {
    color: #000;
    flex-direction: row;
  }
}
.sub_nav_item.active .sub_nav_link {
  color: #fff;
  justify-content: flex-end;
}
@media (min-width:980px) {
  .sub_nav_item.active .sub_nav_link {
    color: #002ac2;
  }
}
@media (min-width:980px) {
  .sub_nav_item.active .sub_nav_link {
    justify-content: flex-start;
  }
}
.sub_nav_link:focus .sub_nav_link_label {
  border-color: #fff;
}
@media (min-width:980px) {
  .sub_nav_link:focus .sub_nav_link_label {
    border-color: #000;
  }
}
@media (hover: hover) {
  .sub_nav_link:hover .sub_nav_link_label {
    border-color: #1bd2ff;
  }
}
@media (hover: hover) and (min-width:980px) {
  .sub_nav_link:hover .sub_nav_link_label {
    border-color: #000;
  }
}

.sub_nav_link_icon .icon_arrow_right {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}
.sub_nav_item.active .sub_nav_link_icon {
  display: none;
}
@media (min-width:980px) {
  .sub_nav_link_icon {
    display: none;
  }
}

.sub_nav_link_label {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  transition: border-color 0.25s;
}

/* Sub Nav Children
============================================================================= */
.sub_nav_children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 12px 0 7px 20px;
  padding: 0.75rem 0 0.4375rem 1.25rem;
}
@media (min-width:980px) {
  .sub_nav_children {
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-left: 0;
  }
}

.sub_nav_child_item {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.sub_nav_child_item:last-child {
  margin-bottom: 0;
}
@media (min-width:980px) {
  .sub_nav_child_item {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .sub_nav_child_item:last-child {
    margin-bottom: 0;
  }
}

.sub_nav_child_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  transition: border-color 0.25s;
}
@media (min-width:980px) {
  .sub_nav_child_link {
    color: #000;
  }
}
.sub_nav_child_link:focus {
  border-color: #fff;
}
@media (min-width:980px) {
  .sub_nav_child_link:focus {
    border-color: #4a4a4a;
  }
}
@media (hover: hover) {
  .sub_nav_child_link:hover {
    border-color: #fff;
  }
}
@media (hover: hover) and (min-width:980px) {
  .sub_nav_child_link:hover {
    border-color: #4a4a4a;
  }
}

/* Sub Nav Toggle
============================================================================= */
.sub_nav_toggle {
  display: none;
  position: relative;
  background: #fff;
  border: 1px solid #b9d7e2;
  border: 0.0625rem solid #b9d7e2;
  color: #000;
  transition: background-color 0.4s, color 0.4s;
  z-index: 1;
}
@media (min-width:740px) {
  .page_content .general_sidebar_cell:not(.page_layout_simple) .sub_nav_toggle {
    position: relative;
  }
}
@media (min-width:980px) {
  .sub_nav_toggle {
    display: none !important;
  }
}
@media print {
  .sub_nav_toggle {
    display: none !important;
  }
}
.sub_nav_toggle.fs-swap-enabled {
  position: relative;
  display: inline-block;
  text-align: left;
}
.sub_nav_toggle.fs-swap-active {
  background: #012149;
  color: #fff;
}
@media (min-width:980px) {
  .sub_nav_toggle.fs-swap-active {
    background: #fff;
    color: #000;
  }
}

.sub_nav_toggle_inner {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  transition: opacity 0.25s, visibility 0.25s;
}

.sub_nav_toggle_inner_default {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.sub_nav_toggle.fs-swap-active .sub_nav_toggle_inner_default {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.sub_nav_toggle_inner_active {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.sub_nav_toggle.fs-swap-active .sub_nav_toggle_inner_active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sub_nav_toggle_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  text-transform: uppercase;
}

.sub_nav_toggle_icon {
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  display: flex;
  position: relative;
  align-items: center;
  background-color: #1bd2ff;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  margin-left: auto;
}

.sub_nav_toggle_icon_default .icon {
  width: 11px;
  width: 0.6875rem;
  height: 5px;
  height: 0.3125rem;
  fill: #000;
}

.sub_nav_toggle_icon_active .icon {
  width: 11px;
  width: 0.6875rem;
  height: 5px;
  height: 0.3125rem;
  fill: #000;
  transform: rotateX(180deg) translateY(0.5px);
}

.sub_nav_toggle_icon_inner {
  display: block;
}

.sub_nav_toggle_icon_space {
  display: none;
}

/* ==========================================================================
	Trending Navigation
============================================================================= */
.trending_nav {
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media (min-width:500px) {
  .trending_nav {
    padding-right: 0;
  }
}
@media (min-width:740px) {
  .trending_nav {
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
}

.trending_nav_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.trending_nav_title.focusable:active, .trending_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Trending Links
============================================================================= */
.trending_nav_list {
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width:980px) {
  .trending_nav_list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.trending_nav_item {
  position: relative;
  margin-right: 14px;
  margin-right: 0.875rem;
}
@media (min-width:500px) {
  .trending_nav_item {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
.trending_nav_item:before {
  width: 6px;
  width: 0.375rem;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  background: rgba(239, 236, 234, 0.5);
  content: "";
}
@media (min-width:500px) {
  .trending_nav_item:before {
    left: -13px;
  }
}
.trending_nav_item:first-child:before {
  left: -11px;
  width: 1px;
  width: 0.0625rem;
  height: 1.5em;
  transform: translateY(-50%);
}
.trending_nav_item:last-child {
  margin-right: 0;
}

.trending_nav_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
  color: #fff;
  padding: 18px 0;
  padding: 1.125rem 0;
  transition: color 0.25s;
  white-space: nowrap;
}
.trending_nav_link:after {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  background: rgba(239, 236, 234, 0.5);
  content: "";
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
}
@media (min-width:740px) {
  .trending_nav_link:focus:after, .trending_nav_link:hover:after {
    bottom: 15px;
    opacity: 1;
  }
}

/* ==========================================================================
	Utility Navigation
============================================================================= */
@media (min-width:980px) {
  .utility_nav {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width:1220px) {
  .utility_nav {
    margin-bottom: 0;
  }
}

.utility_nav_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.utility_nav_title.focusable:active, .utility_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Utility Links
============================================================================= */
.utility_nav_list {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width:980px) {
  .utility_nav_list {
    display: flex;
    margin-left: -10px;
    margin-left: -0.625rem;
  }
}

.utility_nav_link {
  color: inherit;
  display: block;
  padding: 4px 0;
  padding: 0.25rem 0;
  text-decoration: underline;
  transition: color 0.25s;
}
@media (min-width:980px) {
  .utility_nav_link {
    padding: 10px;
    padding: 0.625rem;
  }
}
.utility_nav_link:focus, .utility_nav_link:hover {
  color: #062d5d;
}

/* ==========================================================================
	Accordion
============================================================================= */
.accordion {
  --color: currentColor;
  --border_color: #eeeeee;
  --item_bg_color: none;
  --item_content_padding_x: 0;
  --btn_padding_x: 0;
  --heading_title_color: #000;
  --icon_dimensions: 32px;
  --icon_bg_color: #00d4a8;
  --icon_bg_color--active: #00005a;
  --icon_color: #000;
  --icon_color--active: #fff;
  --icon_border_color: transparent;
  --icon_border_color--active: transparent;
  --title-border-color--active: #000;
  --title-color--hover: #000;
}
.filter_bar .accordion {
  --icon_bg_color: #00c6f5;
  --border_color: rgba(0, 0, 90, 0.3);
  --heading_title_color: #00005a;
  --icon_dimensions: 20px;
  --icon_border_color--active: #00005a;
  --icon_bg_color--active: #00005a;
  --icon_color: #000;
  --icon_color--active: #fff;
}
.theme_dark .filter_bar .accordion {
  --color: #fff;
  --icon_bg_color: #00c6f5;
  --border_color: rgba(255, 255, 255, 0.2);
  --icon_dimensions: 20px;
  --heading_title_color: #fff;
  --icon_border_color--active: #fff;
  --icon_bg_color--active: #fff;
  --icon_color: #000;
  --icon_color--active: #000;
  --title-border-color--active: #00d4a8;
  --title-color--hover: currentColor;
}
.filter_bar_takeover.filter_bar_takeover .accordion {
  --color: #000;
  --border_color: transparent;
  --item_bg_color: #fff;
  --item_content_padding_x: 20px;
  --item_content_padding_x: 1.25rem;
  --heading_title_color: currentColor;
  --btn_padding_x: 20px;
  --btn_padding_x: 1.25rem;
}

.accordion {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  accent-color: var(--color);
  color: var(--color);
}
@media (min-width:740px) {
  .accordion {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .accordion {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .accordion {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .accordion {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.filter_bar .accordion {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.accordion_header {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.accordion_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}
@media (min-width:740px) {
  .accordion_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.accordion_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
}
.accordion_description p {
  margin: 0;
}

/* Accordion Items
============================================================================= */
.accordion_items {
  border-top: 1px solid var(--border_color);
  border-top: 0.0625rem solid var(--border_color);
}
.filter_bar .accordion_items {
  border-top: none;
}

.accordion_item {
  background-color: var(--item_bg_color);
  border-bottom: 1px solid var(--border_color);
  border-bottom: 0.0625rem solid var(--border_color);
}
.filter_bar .accordion_item {
  border-bottom: none;
}
.filter_bar_takeover .accordion_item + .accordion_item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.accordion_item_heading {
  font-weight: normal;
  margin: 0;
}
.filter_bar .accordion_item_heading {
  border-bottom: 1px solid var(--border_color);
  border-bottom: 0.0625rem solid var(--border_color);
}

.accordion_item_button {
  width: 100%;
  background: unset;
  color: var(--color);
  text-align: left;
  transition: color 0.25s;
}
.bluemarble .accordion_item_button {
  text-transform: none;
}

.accordion_item_heading_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px var(--btn_padding_x);
  padding: 1.25rem var(--btn_padding_x);
}
.filter_bar .accordion_item_heading_inner {
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
}
@media (min-width:740px) {
  .filter_bar .accordion_item_heading_inner {
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-top: 14px;
    padding-top: 0.875rem;
  }
}
@media print {
  .accordion_item_heading_inner {
    padding: 20px 0 10px;
    padding: 1.25rem 0 0.625rem;
  }
}

.accordion_item_heading_label {
  display: inline-flex;
  flex-flow: column nowrap;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.accordion_item_heading_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  color: var(--heading_title_color);
  margin-right: 7px;
  margin-right: 0.4375rem;
  text-underline-offset: 3px;
}
@media (min-width:740px) {
  .accordion_item_heading_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}
.bluemarble .accordion_item_heading_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}
.filter_bar .accordion_item_heading_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  transform: translate(0, 2px);
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  text-transform: uppercase;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .filter_bar .accordion_item_heading_title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.accordion_item_button:hover .accordion_item_heading_title {
  text-decoration: underline;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  color: var(--title-color--hover);
}
.accordion_item_heading_subtitle {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
}
@media (min-width:740px) {
  .accordion_item_heading_subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.accordion_item_heading_icon {
  width: var(--icon_dimensions);
  height: var(--icon_dimensions);
  position: relative;
  align-items: center;
  background: var(--icon_bg_color);
  border: 2px solid var(--icon_border_color);
  border: 0.125rem solid var(--icon_border_color);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  transition: background-color 0.25s, border-color 0.25s;
}
@media print {
  .accordion_item_heading_icon {
    display: none;
  }
}
.accordion_item_heading_icon:before, .accordion_item_heading_icon:after {
  width: 44%;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--icon_color);
  border-radius: 2px;
  border-radius: 0.125rem;
  content: "";
  transition: opacity 0.15s, transform 0.15s, background 0.15s;
}
.accordion_item_heading_icon:before {
  transform: translate(-50%, -50%);
}
.accordion_item_heading_icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion_item.fs-swap-active .accordion_item_heading_icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion_item_button:hover .accordion_item_heading_icon,
.accordion_item_heading_icon .accordion_item_button:focus, .accordion_item_button.fs-swap-active .accordion_item_heading_icon {
  background: var(--icon_bg_color--active);
  border-color: var(--icon_border_color--active);
}
.bluemarble .accordion_item_button:hover .accordion_item_heading_icon,
.bluemarble .accordion_item_heading_icon .accordion_item_button:focus, .bluemarble .accordion_item_button.fs-swap-active .accordion_item_heading_icon {
  background: #000;
  border-color: #000;
}
.bluemarble .accordion_item_button:hover .accordion_item_heading_icon:before, .bluemarble .accordion_item_button:hover .accordion_item_heading_icon:after,
.bluemarble .accordion_item_heading_icon .accordion_item_button:focus:before,
.bluemarble .accordion_item_heading_icon .accordion_item_button:focus:after, .bluemarble .accordion_item_button.fs-swap-active .accordion_item_heading_icon:before, .bluemarble .accordion_item_button.fs-swap-active .accordion_item_heading_icon:after {
  background: #00d4a8;
}
.accordion_item_button:hover .accordion_item_heading_icon:before, .accordion_item_button:hover .accordion_item_heading_icon:after,
.accordion_item_heading_icon .accordion_item_button:focus:before,
.accordion_item_heading_icon .accordion_item_button:focus:after, .accordion_item_button.fs-swap-active .accordion_item_heading_icon:before, .accordion_item_button.fs-swap-active .accordion_item_heading_icon:after {
  background: var(--icon_color--active);
}

.accordion_item_content {
  overflow: hidden;
  padding: 10px var(--item_content_padding_x, 0) 35px;
  padding: 0.625rem var(--item_content_padding_x, 0) 2.1875rem;
}
.filter_bar .accordion_item_content {
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-top: 16px;
  padding-top: 1rem;
}
.filter_bar_takeover .accordion_item_content {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
@media print {
  .accordion_item_content {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
  }
}
.accordion_item.fs-swap-enabled .accordion_item_content {
  display: none;
}
@media print {
  .accordion_item.fs-swap-enabled .accordion_item_content {
    display: block;
  }
}
.accordion_item.fs-swap-active .accordion_item_content {
  display: block;
}
.accordion_item_content > *:first-child {
  margin-top: 0;
}
.accordion_item_content > *:last-child {
  margin-bottom: 0;
}
.bluemarble .accordion_item_content.typography a {
  color: currentColor;
}
.bluemarble .accordion_item_content.typography a:hover, .bluemarble .accordion_item_content.typography a:focus {
  text-decoration: none;
}

/* ==========================================================================
	Atmospheric Feature
============================================================================= */
.atmospheric_feature_inner {
  position: relative;
}

.atmospheric_feature_media {
  width: 100%;
  max-height: 800px;
  max-height: 50rem;
  position: relative;
  overflow: hidden;
}
.atmospheric_feature_media:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 93%);
  content: "";
  pointer-events: none;
}

.atmospheric_feature_background {
  aspect-ratio: 0.75;
}
@media (min-width:500px) {
  .atmospheric_feature_background {
    aspect-ratio: 1.7777777778;
  }
}
@media (min-width:980px) {
  .atmospheric_feature_background {
    aspect-ratio: 2.3333333333;
  }
}

.atmospheric_feature_background_image_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.atmospheric_feature_background_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.atmospheric_feature_video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:740px) {
  .atmospheric_feature_video {
    display: block;
  }
}

.atmospheric_feature_iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}

.atmospheric_feature_content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  padding: 0 20px;
  padding: 0 1.25rem;
  transform: translateY(-50%);
}
@media (min-width:500px) {
  .atmospheric_feature_content {
    padding: 0 32px;
    padding: 0 2rem;
  }
}
@media (min-width:740px) {
  .atmospheric_feature_content {
    padding: 0 50px;
    padding: 0 3.125rem;
  }
}

.atmospheric_feature_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  max-width: 600px;
  max-width: 37.5rem;
}
@media (min-width:740px) {
  .atmospheric_feature_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:980px) {
  .atmospheric_feature_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.3461538462;
  }
}

.atmospheric_feature_button {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  background: #00d4a8;
  border: 1px solid #00d4a8;
  border: 0.0625rem solid #00d4a8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  transition: background-color 0.25s;
}
@media (min-width:740px) {
  .atmospheric_feature_button {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .atmospheric_feature_button {
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}
.atmospheric_feature_button:focus {
  background: #fff;
}
@media (hover: hover) {
  .atmospheric_feature_button:hover {
    background: #dfeff8;
  }
}

.atmospheric_feature_content_spacer {
  width: 100%;
}

.atmospheric_feature_video_controls {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
}
@media (min-width:980px) {
  .atmospheric_feature_video_controls {
    right: 36px;
    bottom: 36px;
  }
}
@media (min-width:1220px) {
  .homepage_atmospheric.homepage_atmospheric .atmospheric_feature_video_controls {
    inset: 610px auto auto 640px;
  }
}

.atmospheric_feature_video_play_toggle,
.atmospheric_feature_video_pause_toggle {
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #00d4a8;
  border: 0.125rem solid #00d4a8;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #012149;
  opacity: 1;
  pointer-events: auto;
  transition: background-color 0.25s, opacity 0.25s, visibility 0.25s;
  visibility: visible;
}
.atmospheric_feature_video_play_toggle:hover, .atmospheric_feature_video_play_toggle:focus,
.atmospheric_feature_video_pause_toggle:hover,
.atmospheric_feature_video_pause_toggle:focus {
  background-color: #00d4a8;
}
.atmospheric_feature_video_play_toggle.pressed,
.atmospheric_feature_video_pause_toggle.pressed {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.atmospheric_feature_video_play_toggle_label,
.atmospheric_feature_video_pause_toggle_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.atmospheric_feature_video_play_toggle_label.focusable:active, .atmospheric_feature_video_play_toggle_label.focusable:focus,
.atmospheric_feature_video_pause_toggle_label.focusable:active,
.atmospheric_feature_video_pause_toggle_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.atmospheric_feature_video_play_toggle_icon .icon,
.atmospheric_feature_video_pause_toggle_icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  width: 0.8125rem;
  height: 15px;
  height: 0.9375rem;
}

.atmospheric_feature_video_play_toggle_icon .icon {
  margin-left: 1px;
  margin-left: 0.0625rem;
}

.atmospheric_feature_video_play_toggle_icon_space,
.atmospheric_feature_video_pause_toggle_icon_space {
  display: none;
}

/* ==========================================================================
	Blog Detail Top
============================================================================= */
.blog_detail_top {
  color: #fff;
}
@media (min-width:1220px) {
  .blog_detail_top {
    background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 80px), #fff calc(100% - 80px), #fff 100%);
  }
}

.blog_detail_top_head {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.blog_detail_top_date {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
}
@media (min-width:740px) {
  .blog_detail_top_date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.blog_detail_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media (min-width:740px) {
  .blog_detail_top_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:1220px) {
  .blog_detail_top_title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.blog_detail_top_meta {
  align-items: center;
  display: flex;
  margin: 2px -2px 0;
  margin: 0.125rem -0.125rem 0;
}
.blog_detail_top_meta > * {
  padding: 0 2px;
  padding: 0 0.125rem;
}
@media (min-width:740px) {
  .blog_detail_top_meta {
    margin-left: -7px;
    margin-left: -0.4375rem;
    margin-right: -7px;
    margin-right: -0.4375rem;
  }
  .blog_detail_top_meta > * {
    padding: 0 7px;
    padding: 0 0.4375rem;
  }
}

.blog_detail_top_meta_content {
  display: flex;
  flex-flow: column wrap;
  margin: 0 -3px;
  margin: 0 -0.1875rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
}
.blog_detail_top_meta_content > * {
  padding: 0 3px;
  padding: 0 0.1875rem;
}
@media (min-width:740px) {
  .blog_detail_top_meta_content {
    flex-direction: row;
  }
}

.blog_detail_top_type {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #00c6f5;
  font-weight: 800;
  text-transform: uppercase;
}

.blog_detail_top_type_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.blog_detail_top_type_link:focus, .blog_detail_top_type_link:hover {
  border-bottom-color: currentColor;
}

.blog_detail_top_other {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
}
.blog_detail_top_other a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.blog_detail_top_other a:focus, .blog_detail_top_other a:hover {
  border-bottom-color: currentColor;
}

.blog_detail_top_meta_image_wrapper {
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  border-radius: 50%;
  padding-top: 100%;
}

.blog_detail_top_content {
  display: flex;
  flex-flow: column nowrap;
  margin: 20px -40px -30px;
  margin: 1.25rem -2.5rem -1.875rem;
}
.blog_detail_top_content > * {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media (min-width:1220px) {
  .blog_detail_top_content {
    flex-direction: row;
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
}

@media (min-width:1220px) {
  .blog_detail_top_img_wrap_one {
    width: 56%;
    align-self: flex-end;
  }
}

.blog_detail_top_img_wrap_two {
  position: relative;
}
@media (max-width:739px) {
  .blog_detail_top_img_wrap_two {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}

.blog_detail_top_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .blog_detail_top_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.blog_detail_top_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .blog_detail_top_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

.blog_detail_top_img_image_wrapper {
  padding-top: 56.25%;
}

.blog_detail_top_text {
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}
@media (min-width:980px) {
  .blog_detail_top_text {
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
  }
}
@media (min-width:1220px) {
  .blog_detail_top_text {
    flex: 1;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
  }
}

.blog_detail_top_text_inner {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  border-left: 1px solid #00c6f5;
  border-left: 0.0625rem solid #00c6f5;
  padding: 5px 0 5px 20px;
  padding: 0.3125rem 0 0.3125rem 1.25rem;
}
@media (min-width:740px) {
  .blog_detail_top_text_inner {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width:740px) {
  .blog_detail_top_text_inner {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

.c_feature_media {
  aspect-ratio: 1;
  position: relative;
}
.c_feature_media::before, .c_feature_media::after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c_feature_media::before {
  background-image: url("../images/c-overlay.svg");
  opacity: var(--c-overlay-inner-opacity, 1);
}
.c_feature_media::after {
  background-image: url("../images/c-overlay-inner.svg");
  mix-blend-mode: var(--c-overlay-inner-blend-mode, normal);
  opacity: var(--c-overlay-inner-opacity, 0.5);
  z-index: 2;
}

.c_feature_media_mask {
  -webkit-mask-image: url("../images/c-mask.svg");
          mask-image: url("../images/c-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  width: 100%;
  height: 100%;
}

.c_feature_media_image_wrapper {
  background: rgba(255, 255, 255, 0.25);
  display: block;
  width: 100%;
  height: 100%;
}

.c_feature_media_image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.c_feature_media_video {
  aspect-ratio: 1;
  max-width: 100%;
}
.c_feature_media_video .atmospheric_feature_media {
  max-height: none;
}
.c_feature_media_video .atmospheric_feature_background,
.c_feature_media_video .atmospheric_feature_video {
  aspect-ratio: 1;
}
.c_feature_media_video .atmospheric_feature_video_controls {
  inset: var(--atmospheric-control-toggle-inset, auto 50% 50% auto);
  transform: translate(50%, 50%);
  z-index: 2;
}
/* ==========================================================================
	Calendar Subscribe
============================================================================= */
.calendar_detail_btn {
  position: relative;
}

.calendar_detail_btn_list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: 0.25s opacity ease, 0ms visibility 0.25s;
}
@media (max-width:739px) {
  .calendar_detail_btn_list {
    bottom: 0;
    right: 12px;
    transform: translate(0, -5px);
  }
}
@media (min-width:740px) {
  .calendar_detail_btn_list {
    top: 0;
    left: 70px;
    transform: translate(0, 10%);
  }
}
.calendar_detail_btn_list.fs-swap-active {
  opacity: 1;
  visibility: visible;
  transition: 0.25s opacity ease;
}

/* ==========================================================================
	Call to Action
============================================================================= */
.cta {
  --border_color: #efecea;
  --border_width: 5px;
  --border_width: 0.3125rem;
}
@media (min-width:740px) {
  .cta {
    --border_width: 10px;
    --border_width: 0.625rem;
  }
}

.cta {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .cta {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .cta {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .cta {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .cta {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .cta {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .cta {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.cta_inner {
  border: var(--border_width) solid var(--border_color);
  padding: 30px 22px;
  padding: 1.875rem 1.375rem;
}
@media (min-width:740px) {
  .cta_inner {
    padding: 30px 60px 35px;
    padding: 1.875rem 3.75rem 2.1875rem;
  }
}

.cta_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
}

.cta_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media (min-width:740px) {
  .cta_description {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}
.cta_description p {
  margin: 0;
}

.cta_action {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (min-width:740px) {
  .cta_action {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

/* ==========================================================================
	Card Group
============================================================================= */
.card_group, .card_group.theme_tan {
  --background-color: #efecea;
  --color: #000;
  --header-color: #175bf1;
  --header-underline: #175bf1;
  --tag-color: #175bf1;
  --label-color: #000;
  --description-color: #000;
  --button-border_active: #00d4a8;
  --button-background: #fff;
  --button-background_active: #00d4a8;
  --button-color_active: #000;
}
.card_group.theme_white {
  --background-color: #fff;
  --color: #000;
  --header-color: #000;
  --header-underline: #000;
  --tag-color: #175bf1;
  --label-color: #5c5c5c;
  --description-color: #4a4a4a;
}
.card_group.theme_gray {
  --background-color: #efecea;
  --color: #000;
  --header-color: #175bf1;
  --header-underline: #175bf1;
  --tag-color: #175bf1;
  --label-color: rgba(0, 0, 0, 0.6);
  --description-color: #4a4a4a;
}
.card_group.theme_dark {
  --background-color: #00005a;
  --background-img: url("../images/events-by-topic.png");
  --color: #fff;
  --header-color: #fff;
  --header-underline: transparent;
  --tag-color: #00d4a8;
  --label-color: #fff;
  --description-color: #fff;
  --button-color: #000;
  --button-border: transparent;
  --button-background: #00d4a8;
  --button-border_active: #00d4a8;
  --button-background_active: #fff;
  --button-color_active: #000;
}

.card_group {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
@media (min-width:740px) {
  .card_group {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .card_group {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .card_group {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .card_group {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
.card_group .fs-carousel-canister {
  overflow: visible;
}
@media (min-width:980px) {
  .card_group .fs-carousel-canister {
    display: flex;
  }
}
.card_group .fs-carousel-page {
  --bg-color: #999;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.card_group .fs-carousel-page:before {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: var(--bg-color);
}
.card_group .fs-carousel-page.fs-carousel-active {
  --bg-color: #000;
}
.card_group.theme_dark .fs-carousel-page {
  --bg-color: rgba(255, 255, 255, 0.3);
}
.card_group.theme_dark .fs-carousel-page.fs-carousel-active {
  --bg-color: #00d4a8;
}
.card_group.theme_blue .fs-carousel-page {
  --bg-color: rgba(0, 0, 0, 0.3);
}
.card_group.theme_blue .fs-carousel-page.fs-carousel-active {
  --bg-color: #000;
}

.card_group {
  position: relative;
  color: var(--color);
}

.card_group_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--background-color);
}
.card_group_bg:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
}
@media (min-width:980px) {
  .card_group_bg:after {
    background-image: var(--background-img);
  }
}
.theme_dark .card_group_bg:after, .theme_blue .card_group_bg:after {
  background-size: cover;
}

.card_group_wrap {
  position: relative;
}

.card_group_header {
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
@media (min-width:740px) {
  .card_group_header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width:980px) {
  .card_group_header {
    margin-bottom: 43px;
    margin-bottom: 2.6875rem;
  }
}

.card_group_header_inner {
  overflow: hidden;
}

.card_group_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  color: var(--header-color);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
}
.card_group_title:before {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  background: var(--header-color);
  content: "";
}
.card_group.theme_dark .card_group_title:before {
  background: var(--header-color);
}
.card_group.theme_blue .card_group_title:before {
  background: var(--header-color);
}
@media (min-width:740px) {
  .card_group_title:before {
    left: calc(100% + 25px);
  }
}

.card_group_title_link {
  color: currentColor;
  position: relative;
}
.theme_gray .card_group_title_link {
  --header-underline: #175bf1;
  --header_color: $real_blue;
}
.card_group_title_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: var(--header-underline);
  content: "";
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
}
.card_group_title_link:focus:after {
  bottom: -3px;
  opacity: 0;
}
@media (hover: hover) {
  .card_group_title_link:hover:after {
    bottom: -1px;
    opacity: 1;
  }
}

.card_group_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.card_group_description p {
  margin: 0;
}

.card_group_item_event_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  align-items: center;
  display: inline-flex;
  gap: 0 7px;
  background-color: var(--button-background);
  border: 1px solid var(--button-border);
  border: 0.0625rem solid var(--button-border);
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: var(--button-color);
  margin-top: 14px;
  margin-top: 0.875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .card_group_item_event_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.card_group_item_event_link:after {
  width: 6px;
  width: 0.375rem;
  height: 9px;
  height: 0.5625rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.518 8.262l3.735-3.735a.253.253 0 000-.368L1.518.424a.253.253 0 00-.368 0l-.4.4a.253.253 0 000 .37l3.149 3.149-3.15 3.15a.253.253 0 000 .368l.4.4a.253.253 0 00.37.001z' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  flex-shrink: 0;
}
@media (hover: hover) {
  .card_group_item_event_link:hover {
    background: var(--button-background_active);
    border-color: var(--button-border_active);
    color: var(--button-color_active);
  }
}
@media (min-width:740px) {
  .card_group_item_event_link {
    margin-top: 28px;
    margin-top: 1.75rem;
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}

.card_group_items {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:500px) {
  .card_group_items:not(.js-carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width:980px) {
  .card_group_items:not(.js-carousel) {
    justify-content: flex-start;
  }
}
@media (max-width:1219px) {
  .card_group_items .fs-carousel-container {
    max-width: calc(100% - 32px);
    max-width: calc(100% - 2rem);
  }
}

/* Card Items
============================================================================= */
.card_group_item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.card_group_items.js-carousel .card_group_item {
  margin-bottom: 0;
}
@media (max-width:979px) {
  .card_group_items.js-carousel .card_group_item {
    margin-right: 32px;
    margin-right: 2rem;
  }
  .card_group_items.js-carousel .card_group_item:last-child {
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .card_group_items.js-carousel .card_group_item {
    margin-bottom: 0;
  }
}
@media (min-width:980px) {
  .card_group_item {
    width: 24%;
  }
}
@media (min-width:1220px) {
  .card_group_item {
    width: 22%;
  }
}
@media (min-width:980px) {
  .card_group_items.card_count_3 .card_group_item {
    width: 30%;
    margin-right: 5%;
  }
}
@media (min-width:1220px) {
  .card_group_items.card_count_3 .card_group_item {
    width: 30%;
    margin-right: 5%;
  }
}
@media (min-width:980px) {
  .card_group_items.card_count_3 .card_group_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .card_group_item:not(:nth-child(4n+4)) {
    margin-right: 2.5%;
  }
}
@media (min-width:1220px) {
  .card_group_item:not(:nth-child(4n+4)) {
    margin-right: 4%;
  }
}
@media (min-width:980px) {
  .card_group_item:last-of-type {
    margin-right: 0;
  }
}

.card_group_item_figure {
  position: relative;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
@media (min-width:740px) {
  .card_group_item_figure {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}
@media print {
  .card_group_item_figure {
    display: none;
  }
}

.card_group_item_image_wrapper {
  display: block;
  background: transparent;
  padding-top: 56.25%;
}

span.card_group_item_image_center_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  max-width: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #175bf1;
  border: 1px solid #175bf1;
  border: 0.0625rem solid #175bf1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.25s, color 0.25s;
  white-space: nowrap;
}
span.card_group_item_image_center_tag:hover, span.card_group_item_image_center_tag:focus-within {
  background: #fff;
  color: #000;
}

span.card_group_item_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  max-width: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #175bf1;
  border: 1px solid #175bf1;
  border: 0.0625rem solid #175bf1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.25s, color 0.25s;
  white-space: nowrap;
}

span.card_group_item_image_tag {
  display: inline-block;
  color: #fff;
  padding: 5px 6px;
  padding: 0.3125rem 0.375rem;
}
@media (min-width:740px) {
  span.card_group_item_image_tag {
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
  }
}

span.card_group_item_image_center_tag a {
  display: block;
  color: currentColor;
  padding: 5px 6px;
  padding: 0.3125rem 0.375rem;
}
@media (min-width:740px) {
  span.card_group_item_image_center_tag a {
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
  }
}

a.card_group_item_image_tag:focus {
  background: #fff;
  color: #175bf1;
}
@media (hover: hover) {
  a.card_group_item_image_tag:hover {
    background: #fff;
    color: #000;
  }
}

.card_group_item_image_center {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  max-width: 95%;
  position: absolute;
  bottom: 10px;
  left: -10px;
  background: #fff;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  color: #000;
  overflow: hidden;
  padding: 5px 6px;
  padding: 0.3125rem 0.375rem;
  text-overflow: ellipsis;
  transition: background-color 0.25s, color 0.25s;
  white-space: nowrap;
}
@media (min-width:740px) {
  .card_group_item_image_center {
    padding: 7px 10px;
    padding: 0.4375rem 0.625rem;
  }
}
.card_group_item_image_center a {
  color: currentColor;
}
.card_group_item_image_center:focus {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .card_group_item_image_center:hover {
    background: #000;
    color: #fff;
  }
}

.card_group_item_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  z-index: 2;
}
@media (min-width:980px) {
  .card_group_item_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.card_group_item_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .card_group_item_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.card_group_item_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .card_group_item_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.card_group_item_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 1;
}
@media (min-width:740px) {
  .card_group_item_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.card_group_item_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .card_group_item_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
@media (min-width:980px) {
  .card_group_item_img_credit {
    --img_credit_offset--desktop: 10px;
  }
}

.card_group_item_body {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media (min-width:980px) {
  .card_group_item_body {
    margin-bottom: 0;
  }
}

.card_group_item_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  color: var(--color);
  margin: 0;
}
@media (min-width:740px) {
  .card_group_item_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.card_group_item_title_link {
  display: inline;
  color: currentColor;
}
.card_group_item_title_link:focus .card_group_item_title_label {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .card_group_item_title_link:hover .card_group_item_title_label {
    border-bottom-color: currentColor;
  }
}

.card_group_item_title_label {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: 0.25s ease;
}

.card_group_item_title_icon .icon_external {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem;
  transform: translateY(-2px);
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .card_group_item_title_icon .icon_external {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
}
.card_group_item_title_icon .icon_external .card_group_item_title_link:focus, .card_group_item_title_link:hover .card_group_item_title_icon .icon_external {
  transform: translate(5px, -2px);
}

.card_group_item_stat_figure {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2352941176;
}
@media (min-width:980px) {
  .card_group_item_stat_figure {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.05;
  }
}
.card_group_item_stat_figure span {
  display: block;
  position: absolute;
  right: -10px;
  top: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width:980px) {
  .card_group_item_stat_figure span {
    top: 2px;
    right: -14px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.card_group_item_stat_context {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  text-transform: none;
}
@media (min-width:740px) {
  .card_group_item_stat_context {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.card_group_item_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  color: var(--description-color);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}
@media (min-width:980px) {
  .card_group_item_description {
    margin: 12px 0 0;
    margin: 0.75rem 0 0;
  }
  .card_group_item_stat + .card_group_item_description {
    margin: 8px 0 0;
    margin: 0.5rem 0 0;
  }
}
.card_group_item_description p {
  margin: 0;
}
.card_group_item_description a {
  color: var(--color);
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.25s;
}
.card_group_item_description a:hover, .card_group_item_description a:focus {
  color: #012149;
}

.card_group_item_disclaimer {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
  color: var(--color);
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:740px) {
  .card_group_item_disclaimer {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:980px) {
  .card_group_item_disclaimer {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

/* Card Meta
============================================================================= */
.card_group_meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:740px) {
  .card_group_meta {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.card_group_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--tag-color);
  line-height: 1.3333333333;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.card_group_meta_tag a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.card_group_meta_tag a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .card_group_meta_tag a:hover {
    border-bottom-color: currentColor;
  }
}

.card_group_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--label-color);
  line-height: 1.3333333333;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.card_group_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.card_group_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .card_group_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

/* ==========================================================================
	Center Top
============================================================================= */
.center_top {
  position: relative;
  min-height: 56.25%;
  color: #fff;
  overflow: hidden;
}
.center_top .fs-carousel-pagination {
  margin-top: 28px;
  margin-top: 1.75rem;
}
.center_top .fs-carousel-page {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
}
.center_top .fs-carousel-page:before {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
  transition: background-color 0.25s;
}
.center_top .fs-carousel-page.fs-carousel-active:before {
  background: #fff;
}
@media (min-width:980px) {
  .center_top .fs-carousel-canister {
    display: flex;
  }
}

.center_top_row {
  position: relative;
  padding-top: 135px;
  padding-top: 8.4375rem;
}
@media (min-width:500px) {
  .center_top_row {
    padding-top: 145px;
    padding-top: 9.0625rem;
  }
}
@media (min-width:740px) {
  .center_top_row {
    padding-top: 185px;
    padding-top: 11.5625rem;
  }
}
@media (min-width:980px) {
  .center_top_row {
    padding-top: 234px;
    padding-top: 14.625rem;
  }
}
@media (min-width:1220px) {
  .center_top_row {
    padding-top: 268px;
    padding-top: 16.75rem;
  }
}

.center_top_background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.center_top_background_image_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.center_top_background_figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.center_top_background_image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}

.center_top_breadcrumbs {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.center_top_feature {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.center_top_feature_inner {
  display: flex;
  flex-direction: column;
  min-height: calc(320px - 70px - 30px);
  min-height: calc(20rem - 4.375rem - 1.875rem);
  position: relative;
}
@media (min-width:740px) {
  .center_top_feature_inner {
    align-items: center;
    flex-direction: row;
  }
}

.center_top_figure {
  position: absolute;
  right: calc((320px / 2 + 2rem) * -1);
  top: -70px;
  width: 320px;
  width: 20rem;
}
@media (min-width:740px) {
  .center_top_figure {
    position: relative;
    right: -2rem;
    top: auto;
    width: 45%;
  }
}
@media (min-width:980px) {
  .center_top_figure {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
}
@media (min-width:1220px) {
  .center_top_figure {
    margin-top: -60px;
    margin-top: -3.75rem;
  }
}

.center_top_head {
  flex: 1;
  margin-right: 70px;
  margin-right: 4.375rem;
  position: relative;
  z-index: 5;
}
@media (min-width:500px) {
  .center_top_head {
    margin-right: 150px;
    margin-right: 9.375rem;
  }
}
@media (min-width:740px) {
  .center_top_head {
    margin-right: 0;
  }
}

.center_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
  line-height: 1.2;
}
@media (min-width:740px) {
  .center_top_title {
    font-size: 64px;
    font-size: 4rem;
  }
}

.center_top_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (min-width:740px) {
  .center_top_blurb {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.center_top_btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:980px) {
  .center_top_btn {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
}

.center_top_teasers_wrap {
  padding-block: 35px;
  padding-block: 2.1875rem;
  background-color: #00005a;
}
@media (min-width:980px) {
  .center_top_teasers_wrap {
    padding-block: 35px;
    padding-block: 2.1875rem;
  }
}
@media (min-width:1220px) {
  .center_top_teasers_wrap {
    padding-block: 50px;
    padding-block: 3.125rem;
  }
}

/* ==========================================================================
	Center Top Callouts
============================================================================= */
.center_top_callouts_inner {
  padding-right: 50px;
  padding-right: 3.125rem;
}

.center_top_callouts_rows {
  margin-bottom: -30px;
  margin-bottom: -1.875rem;
}

.center_top_callouts_row {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

/* ==========================================================================
	Center Top Callout
============================================================================= */
.center_top_callout {
  margin-right: 32px;
  margin-right: 2rem;
}
@media (min-width:980px) {
  .center_top_callout:last-child {
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .center_top_callout {
    flex: 0 0 calc(33% - 20px);
  }
}
@media (min-width:1220px) {
  .center_top_callout {
    flex: 0 0 calc(33% - 50px);
    margin-right: 80px;
    margin-right: 5rem;
  }
}
@media (min-width:1394px) {
  .center_top_callout {
    flex: 0 0 calc(33% - 77px);
    margin-right: 120px;
    margin-right: 7.5rem;
  }
}

.center_top_callout_title_wrap {
  align-items: center;
  display: flex;
}
.center_top_callout_title_wrap:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: #fff;
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.center_top_callout_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  text-transform: uppercase;
}

.center_top_callout_caption {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.center_top_callout_link_wrap {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.center_top_callout_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  color: currentColor;
  letter-spacing: normal;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .center_top_callout_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.center_top_callout_link:focus, .center_top_callout_link:hover {
  border-bottom-color: transparent;
}

/* ==========================================================================
	Chart
============================================================================= */
.chart {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .chart {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .chart {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .chart {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .chart {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .chart {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .chart {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.chart_head {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.chart_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .chart_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.chart_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
  margin-top: 14px;
  margin-top: 0.875rem;
}
.chart_content {
  border-top: 1px solid #efecea;
  border-top: 0.0625rem solid #efecea;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.chart_container canvas {
  min-height: 400px;
  min-height: 25rem;
}

/* ==========================================================================
	Manual Contact Block
============================================================================= */
.manual_contact_block {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  position: relative;
  background: #fff;
  border: 1px solid #175bf1;
  border: 0.0625rem solid #175bf1;
  padding: 35px 20px 28px;
  padding: 2.1875rem 1.25rem 1.75rem;
}
@media (min-width:740px) {
  .manual_contact_block {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .manual_contact_block {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .manual_contact_block {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .manual_contact_block {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:500px) {
  .manual_contact_block {
    padding: 35px 32px 28px;
    padding: 2.1875rem 2rem 1.75rem;
  }
}
@media (min-width:740px) {
  .manual_contact_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width:1220px) {
  .manual_contact_block {
    padding: 42px 60px;
    padding: 2.625rem 3.75rem;
  }
}

.manual_contact_block_label {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -15px;
}
@media (min-width:500px) {
  .manual_contact_block_label {
    left: 23px;
  }
}
@media (min-width:1220px) {
  .manual_contact_block_label {
    left: 52px;
  }
}

.manual_contact_block_label_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  background: #fff;
  color: #175bf1;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media (min-width:740px) {
  .manual_contact_block_label_text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width:740px) {
  .manual_contact_block_header {
    width: calc(100% - 118px);
    width: calc(100% - 7.375rem);
  }
}

.manual_contact_block_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #00005a;
  display: block;
}
@media (min-width:740px) {
  .manual_contact_block_name {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.manual_contact_block_name_link {
  color: currentColor;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.manual_contact_block_name_link:focus {
  text-decoration: underline;
}
@media (hover: hover) {
  .manual_contact_block_name_link:hover {
    text-decoration: none;
  }
}

.manual_contact_block_name_link_icon {
  display: none;
}

.manual_contact_block_title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #000;
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.manual_contact_block_figure {
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  display: block;
  position: relative;
  top: 30px;
  float: right;
}
.manual_contact_block_figure img {
  display: block;
  border-radius: 50%;
}
@media (min-width:500px) {
  .manual_contact_block_figure {
    width: 118px;
    width: 7.375rem;
    height: 118px;
    height: 7.375rem;
  }
}
@media (min-width:740px) {
  .manual_contact_block_figure {
    top: 0;
  }
}

.manual_contact_block_figure_image_wrapper {
  background: transparent;
  border-radius: 50%;
  outline: 1px solid #175bf1;
  outline-offset: 8px;
  padding-top: 100%;
}

.manual_contact_block_contact_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width:740px) {
  .manual_contact_block_contact_info {
    width: 100%;
    flex-direction: row;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.manual_contact_block_contact_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.manual_contact_block_contact_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  position: relative;
  color: #00005a;
  display: inline-block;
  font-weight: 500;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media (min-width:740px) {
  .manual_contact_block_contact_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.manual_contact_block_contact_social .manual_contact_block_contact_link {
  display: inline-flex;
  align-items: center;
}
.manual_contact_block_contact_social .manual_contact_block_contact_link:after {
  display: none;
}
.manual_contact_block_contact_link:focus:after {
  bottom: -3px;
  opacity: 0;
}
.manual_contact_block_contact_social .manual_contact_block_contact_link:focus .manual_contact_block_contact_link_label:after {
  bottom: -3px;
  opacity: 0;
}
@media (hover: hover) {
  .manual_contact_block_contact_link:hover:after {
    bottom: -3px;
    opacity: 0;
  }
  .manual_contact_block_contact_social .manual_contact_block_contact_link:hover .manual_contact_block_contact_link_label:after {
    bottom: -3px;
    opacity: 0;
  }
}
.manual_contact_block_contact_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00005a;
  content: "";
  opacity: 0.1;
  transition: bottom 0.25s, opacity 0.25s;
}

.manual_contact_block_contact_link_icon {
  display: inline-block;
  color: #00d4a8;
}

.manual_contact_block_contact_link_label {
  display: inline-block;
}
.manual_contact_block_contact_social .manual_contact_block_contact_link_label {
  position: relative;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.manual_contact_block_contact_social .manual_contact_block_contact_link_label:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00005a;
  content: "";
  opacity: 0.1;
  transition: bottom 0.25s, opacity 0.25s;
}

.manual_contact_block_contact_social_items {
  margin-top: 10px;
  margin-top: 0.625rem;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 10px;
}

.manual_contact_block_contact_social_link {
  color: #175bf1;
  transition: 0.25s color ease;
}
.manual_contact_block_contact_social_link:hover, .manual_contact_block_contact_social_link:focus {
  color: #00005a;
}

.manual_contact_block_contact_social_icon .icon {
  width: 20px;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
}

/* ==========================================================================
	Contact List
============================================================================= */
.contact_list {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width:740px) {
  .contact_list {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .contact_list {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .contact_list {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .contact_list {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
.full_width_callouts .contact_list {
  background-color: #fff;
}

.contact_list_head {
  align-items: center;
  display: flex;
  font-weight: 800;
}
.contact_list_head:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: #eeeeee;
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.contact_list_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: #175bf1;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.5238095238;
}

.contact_list_items {
  margin-block-start: 16px;
  margin-block-start: 1rem;
}

.contact_list_item {
  padding: 22px 0;
  padding: 1.375rem 0;
}
@media (min-width:980px) {
  .contact_list_item {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
}
.contact_list_item:first-child {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.contact_list_item + .contact_list_item {
  border-top: 1px solid #eeeeee;
  border-top: 0.0625rem solid #eeeeee;
}

/* ==========================================================================
	Contact
============================================================================= */
.contact, .theme-light .contact {
  --contact-name-color: #00005a;
  --contact-title-color: #000;
  --link_color_active: #175bf1;
}
.theme-dark .contact {
  --contact-name-color: #fff;
  --contact-title-color: rgba(255, 255, 255, 0.85);
  --link_color_active: #00c6f5;
}

.contact_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.contact_info {
  flex: auto;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.contact_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--contact-name-color);
  margin: 0;
}
@media (min-width:740px) {
  .contact_name {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.contact_name_link {
  color: currentColor;
  display: block;
  transition: 0.25s ease;
}
.contact_name_link:focus, .contact_name_link:hover {
  color: var(--link_color_active);
}

.contact_name_link_text {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  display: inline;
  transition: 0.25s ease;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.contact_name_link:focus .contact_name_link_text, .contact_name_link:hover .contact_name_link_text {
  text-decoration: none;
}

.contact_name_link_icon {
  display: none;
}

.contact_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: var(--contact-title-color);
  line-height: 1.3;
}
@media (min-width:740px) {
  .contact_title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.contact_title_employer {
  color: currentColor;
  transition: 0.25s ease;
}

.contact_figure {
  display: block;
  width: 60px;
  width: 3.75rem;
}
.contact_figure picture {
  display: block;
}
.contact_figure img {
  display: block;
  width: 100%;
}
@media (min-width:500px) {
  .contact_figure {
    width: 100px;
    width: 6.25rem;
  }
}

.contact_image_wrapper {
  border-radius: 50%;
  display: block;
  outline: 1px solid #175bf1;
  outline-offset: 8px;
  padding-top: 100%;
}

.contact_info_wrap {
  display: flex;
  margin: 0 -20px;
  margin: 0 -1.25rem;
}
@media (min-width:740px) {
  .contact_info_wrap {
    align-items: center;
  }
}
.contact_info_wrap > * {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.contact_info_wrap_content {
  flex: 1;
}

.contact_info_wrap_media {
  flex-shrink: 0;
}

.contact_info_wrap_figure {
  height: 70px;
  height: 4.375rem;
  width: 70px;
  width: 4.375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:740px) {
  .contact_info_wrap_figure {
    height: 135px;
    height: 8.4375rem;
    width: 135px;
    width: 8.4375rem;
    margin-top: 0;
  }
}

.contact_media_image_wrapper {
  width: 100%;
  border-radius: 50%;
  padding-top: 100%;
}

.contact_media_image {
  border-radius: 50%;
  outline: 1px solid #175bf1;
  outline-offset: 8px;
}

/* Contact Details
============================================================================= */
.contact_details {
  --border_color: #fff;
  --hint_color: rgba(255, 255, 255, 0.5);
}
.contact_details, .theme-light .contact_details {
  --hint_color: $black;
  --link_color: #00005a;
  --link_border_color: rgba(0, 0, 90, 0.1);
  --link_color_active: #175bf1;
  --icon_color: #175bf1;
  --icon_color_active: #00005a;
}
.theme-dark .contact_details {
  --link_color: #fff;
  --link_border_color: #fff;
  --link_color_active: #00c6f5;
  --icon_color: #fff;
  --icon_color_active: #00005a;
}
.page_feature .contact_details {
  --link_color: #fff;
  --link_color_active: #fff;
  --link_border_color: #fff;
  --link_color_active: #fff;
  --icon_color: #00d4a8;
  --icon_color_active: #fff;
}

.contact_details {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 30px 40px;
}
@media (min-width:740px) {
  .contact_details {
    --columns: 2;
  }
}
@media (min-width:1220px) {
  .contact_details {
    --columns: 4;
  }
}
@media (min-width:1220px) {
  .contact_block .contact_details {
    --columns: 2;
  }
}
@media (min-width:1220px) {
  .expert_detail_top .contact_details {
    --columns: 3;
  }
}
@media (min-width:1220px) {
  .expert_detail_top .contact_details.leader_contact_details {
    --columns: 4;
  }
}

@media (min-width:1220px) {
  .leader_person .contact_details {
    max-width: calc(100% - 200px);
    max-width: calc(100% - 12.5rem);
    --columns: 4;
  }
}
.leader_person .contact_summary {
  margin-top: 2rem;
}

.contact_detail_inner {
  height: 100%;
}
@media (min-width:500px) {
  .contact_detail_inner {
    border-left: 1px solid var(--border_color);
    border-left: 0.0625rem solid var(--border_color);
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}
@media (min-width:1220px) {
  .contact_detail_inner {
    padding: 0 40px;
    padding: 0 2.5rem;
  }
}
.contact_block .contact_detail_inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width:500px) {
  .contact_block .contact_detail_inner {
    border-left: 0;
  }
}

.contact_detail_item + .contact_detail_item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (min-width:740px) {
  .contact_detail_item + .contact_detail_item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.contact_detail_hint {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hint_color);
  text-transform: uppercase;
}

.contact_detail_info_items {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:740px) {
  .contact_detail_info_items {
    margin-bottom: -20px;
    margin-bottom: -1.25rem;
  }
}
.contact_block .contact_detail_info_items {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width:740px) {
  .contact_block .contact_detail_info_items {
    margin-bottom: -10px;
    margin-bottom: -0.625rem;
  }
}
.contact_detail_info_items a {
  color: #175bf1;
  text-decoration: underline;
  transition: color 0.25s;
}

.leader_person .contact_detail_info_items a {
  text-decoration: none;
}

.contact_detail_info_item {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0;
}
@media (min-width:740px) {
  .contact_detail_info_item {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.contact_block .contact_detail_info_item:not(:last-child):after {
  content: ",";
  color: var(--contact-name-color);
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media (min-width:740px) {
  .contact_block .contact_detail_info_item {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}

.contact_detail_info_icon {
  color: #00d4a8;
  flex-shrink: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.contact_detail_info {
  display: inline;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
.contact_detail_info[href] {
  position: relative;
  color: var(--link_color);
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
}
.contact_detail_info[href]:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  border-bottom: 2px solid var(--link_border_color);
  border-bottom: 0.125rem solid var(--link_border_color);
  content: "";
  display: inline-block;
  opacity: 1;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.contact_detail_info[href]:hover, .contact_detail_info[href]:focus {
  text-decoration-color: transparent;
  color: var(--link_color_active);
}
.contact_detail_info[href]:hover:after, .contact_detail_info[href]:focus:after {
  opacity: 0;
  transform: translate(0, 4px);
}
@media print {
  .contact_detail_info[href]:after {
    content: normal;
  }
}

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

.contact_social {
  display: inline-block;
}

.contact_social_link {
  color: #062d5d;
  display: inline;
  text-decoration: underline;
  transition: color 0.25s;
}
.contact_social_link:hover, .contact_social_link:focus {
  color: #000;
}

.contact_detail_social_items {
  margin-top: 10px;
  margin-top: 0.625rem;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 20px;
}

.contact_detail_social_link {
  color: var(--icon_color);
  transition: 0.25s color ease;
}
.contact_detail_social_link:hover, .contact_detail_social_link:focus {
  color: var(--icon_color_active);
}

.contact_detail_social_icon .icon {
  width: 20px;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
}

/* ==========================================================================
	Drupal
============================================================================= */
[id=block-ccga-local-tasks] {
  background-color: #dfeff8;
  padding: 1rem;
}
[id=block-ccga-local-tasks] .visually-hidden {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
[id=block-ccga-local-tasks] .visually-hidden.focusable:active, [id=block-ccga-local-tasks] .visually-hidden.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
[id=block-ccga-local-tasks] ul {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0 -10px -10px;
  margin: 0 -0.625rem -0.625rem;
  padding: 0;
}
[id=block-ccga-local-tasks] li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
[id=block-ccga-local-tasks] a {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #012149;
  font-weight: 600;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  [id=block-ccga-local-tasks] a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
[id=block-ccga-local-tasks] a:focus, [id=block-ccga-local-tasks] a:hover {
  text-decoration: underline;
}

form[id=user-login-form] {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media (min-width:740px) {
  form[id=user-login-form] {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  form[id=user-login-form] {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  form[id=user-login-form] {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  form[id=user-login-form] {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  form[id=user-login-form] {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  form[id=user-login-form] {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  form[id=user-login-form] {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  form[id=user-login-form] {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
form[id=user-login-form] .form-item {
  display: flex;
  flex-flow: column nowrap;
}
form[id=user-login-form] .form-item + .form-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
form[id=user-login-form] .form-actions {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
form[id=user-login-form] label {
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
form[id=user-login-form] input[type=text],
form[id=user-login-form] input[type=password] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  height: 50px;
  height: 3.125rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  outline: none;
  padding: 5px 25px;
  padding: 0.3125rem 1.5625rem;
}
form[id=user-login-form] .description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media (min-width:740px) {
  form[id=user-login-form] .description {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

form.drupal_contact_form label {
  display: flex;
  flex-flow: column nowrap;
}
form.drupal_contact_form label span {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width:740px) {
  form.drupal_contact_form label span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
form.drupal_contact_form input[type=text],
form.drupal_contact_form input[type=email] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 100%;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: #4a4a4a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}
form.drupal_contact_form input[type=text]::-webkit-input-placeholder,
form.drupal_contact_form input[type=email]::-webkit-input-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form input[type=text]:-moz-placeholder,
form.drupal_contact_form input[type=email]:-moz-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form input[type=text]::-moz-placeholder,
form.drupal_contact_form input[type=email]::-moz-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form input[type=text]:-ms-input-placeholder,
form.drupal_contact_form input[type=email]:-ms-input-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form input[type=text]:focus,
form.drupal_contact_form input[type=email]:focus {
  border-color: #062d5d !important;
}
@media (min-width:740px) {
  form.drupal_contact_form input[type=text],
  form.drupal_contact_form input[type=email] {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}
form.drupal_contact_form textarea {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  height: 200px;
  height: 12.5rem;
  min-height: 200px;
  min-height: 12.5rem;
  border: 1px solid #dfe1e5;
  border: 0.0625rem solid #dfe1e5;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  color: #4a4a4a;
  outline: none;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  resize: vertical;
}
form.drupal_contact_form textarea::-webkit-input-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form textarea:-moz-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form textarea::-moz-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form textarea:-ms-input-placeholder {
  color: #4a4a4a;
}
form.drupal_contact_form textarea:focus {
  border-color: #062d5d;
}
form.drupal_contact_form .drupal_contact_form_rows > * + * {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

/* ==========================================================================
	Entity Item
============================================================================= */
.entity {
  position: relative;
}
@media (min-width:1220px) {
  .entity {
    display: flex;
  }
}

.entity_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media (min-width:1220px) {
  .entity_header {
    width: 52%;
    display: block;
    margin-bottom: 0;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.entity_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
}
@media (min-width:740px) {
  .entity_name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.entity_name_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.entity_name_link:hover, .entity_name_link:focus {
  color: #000;
}

.entity_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.entity_figure {
  width: 60px;
  width: 3.75rem;
}
@media (min-width:500px) {
  .entity_figure {
    width: 100px;
    width: 6.25rem;
  }
}
@media (min-width:1220px) {
  .entity_figure {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
    transform: translate(0, -50%);
  }
}

.entity_image_wrapper {
  border-radius: 50%;
  display: block;
  padding-top: 100%;
}

@media (min-width:980px) {
  .entity_body {
    width: 48%;
  }
}
@media (min-width:1220px) {
  .entity_body {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
}

@media (min-width:500px) {
  .entity_details {
    display: flex;
  }
}

.entity_detail {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media (min-width:500px) {
  .entity_detail {
    width: 50%;
    margin-bottom: 0;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}
.entity_detail:last-child {
  margin-bottom: 0;
}

.entity_detail_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.entity_detail_item {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.entity_detail_item:last-child {
  margin-bottom: 0;
}

.entity_list .entity_detail_hint {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.entity_list .entity_detail_hint.focusable:active, .entity_list .entity_detail_hint.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.entity_detail_info {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}
.entity_detail_info[href] {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.entity_detail_info[href]:hover, .entity_detail_info[href]:focus {
  color: #000;
}
@media print {
  .entity_detail_info[href]:after {
    content: normal;
  }
}

/* ==========================================================================
	Entity List
============================================================================= */
.entity_list {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .entity_list {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .entity_list {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .entity_list {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .entity_list {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .entity_list {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .entity_list {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

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

.entity_list_item {
  border-top: 2px solid #cccccc;
  border-top: 0.125rem solid #cccccc;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media (min-width:500px) {
  .entity_list_item {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:1220px) {
  .entity_list_item {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
}

/* ==========================================================================
	Entity Meta
============================================================================= */
/* ==========================================================================
	Event Actions
============================================================================= */
.event_actions {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .event_actions {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_actions {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .event_actions {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_actions {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}

.event_actions_header {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.event_actions_header.focusable:active, .event_actions_header.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

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

.event_action {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width:500px) {
  .event_action {
    display: inline-block;
  }
}
@media (min-width:500px) {
  .event_action:not(:last-child) {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}

.event_action_link {
  cursor: pointer;
  font-weight: 500;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: background 0.25s, color 0.25s;
  background: #062d5d;
  color: #fff;
  display: block;
  text-align: center;
}
@media print {
  .event_action_link {
    border: 1px solid #000;
    border: 0.0625rem solid #000;
  }
}
.event_action_link:focus, .event_action_link:hover {
  background: #000;
}
.event_action_link [class$=label] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
}
.event_action_link [class$=link_inner] {
  display: block;
}
.event_action_link .icon {
  display: inline;
}
.event_action_link [class$=link_inner] {
  display: block;
}
.event_action_link .icon {
  display: inline;
}
@media (min-width:500px) {
  .event_action_link {
    display: inline-block;
  }
}

/* ==========================================================================
	Event By Title
============================================================================= */
.event_by_title {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .event_by_title {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_by_title {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_by_title {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .event_by_title {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_by_title {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_by_title {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.event_by_title_header {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
@media (min-width:740px) {
  .event_by_title_header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width:980px) {
  .event_by_title_header {
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
  }
}

.event_by_title_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #175bf1;
  display: inline-block;
  position: relative;
}
@media (min-width:740px) {
  .event_by_title_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.event_by_title_title:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  background: #175bf1;
  content: "";
}

@media (min-width:1220px) {
  .event_by_title_wrapper {
    display: flex;
    align-items: flex-start;
  }
}

.event_by_title_figure {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (min-width:1220px) {
  .event_by_title_figure {
    width: 280px;
    width: 17.5rem;
    flex: 0 0 280px;
    margin-bottom: 0;
  }
}
@media (min-width:1394px) {
  .event_by_title_figure {
    width: 330px;
    width: 20.625rem;
    flex: 0 0 330px;
  }
}

.event_by_title_image_wrapper {
  padding-top: 56.25%;
}

.event_by_title_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .event_by_title_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.event_by_title_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .event_by_title_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.event_by_title_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .event_by_title_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.event_by_title_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  position: absolute;
  left: -10px;
  bottom: 10px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding: 8px 10px 7px;
  padding: 0.5rem 0.625rem 0.4375rem;
  text-transform: uppercase;
}
@media (min-width:980px) {
  .event_by_title_image_tag {
    padding: 8px 15px 7px;
    padding: 0.5rem 0.9375rem 0.4375rem;
  }
}

@media (min-width:1220px) {
  .event_by_title_body {
    width: calc(100% - 280px);
    width: calc(100% - 17.5rem);
    flex: 0 0 calc(100% - 280px);
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
@media (min-width:1394px) {
  .event_by_title_body {
    width: calc(100% - 330px);
    width: calc(100% - 20.625rem);
    flex: 0 0 calc(100% - 330px);
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}

.event_by_title_headline_link {
  display: inline-block;
  color: #000;
}
.event_by_title_headline_link:focus .event_by_title_headline_link_label {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .event_by_title_headline_link:hover .event_by_title_headline_link_label {
    border-bottom-color: currentColor;
  }
}
@media (min-width:1220px) {
  .event_by_title_headline_link {
    margin-top: -8px;
    margin-top: -0.5rem;
  }
}

.event_by_title_headline_link_label {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: 0.25s ease;
}

.event_by_title_headline_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.32;
}
@media (min-width:740px) {
  .event_by_title_headline_label {
    line-height: 1.48;
  }
}

.event_by_title_meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.event_by_title_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #175bf1;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.event_by_title_meta_tag a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.event_by_title_meta_tag a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .event_by_title_meta_tag a:hover {
    border-bottom-color: currentColor;
  }
}

.event_by_title_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .event_by_title_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.event_by_title_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .event_by_title_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
@media (min-width:980px) {
  .event_by_title_img_credit {
    --img_credit_offset--desktop: 10px;
  }
}

.event_by_title_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.event_by_title_meta_label:last-child {
  margin-right: 0;
}
.event_by_title_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.event_by_title_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .event_by_title_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

.event_by_title_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #000;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media (min-width:980px) {
  .event_by_title_description {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.event_by_title_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  background: #00d4a8;
  border: 1px solid #00d4a8;
  border: 0.0625rem solid #00d4a8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  margin-top: 14px;
  margin-top: 0.875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .event_by_title_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .event_by_title_link {
    margin-top: 22px;
    margin-top: 1.375rem;
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}
.event_by_title_link:focus, .event_by_title_link:hover {
  background-color: #fff;
}

/* ==========================================================================
	Event Cost Registration
============================================================================= */
.event_cost_registration {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  background: #efecea;
  margin-top: -55px;
  margin-top: -3.4375rem;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
}
@media (min-width:740px) {
  .event_cost_registration {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_cost_registration {
    margin-top: 0;
    padding: 50px 58px 43px;
    padding: 3.125rem 3.625rem 2.6875rem;
  }
}

.event_cost_registration_header {
  position: relative;
  align-items: center;
  display: flex;
  gap: 0 10px;
  overflow: hidden;
}
.event_cost_registration_header:after {
  height: 1px;
  height: 0.0625rem;
  background: #175bf1;
  content: "";
  flex: 1;
}

.event_cost_registration_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: inline-block;
  position: relative;
  color: #175bf1;
  flex-shrink: 0;
  z-index: 1;
}
@media (min-width:740px) {
  .event_cost_registration_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width:980px) {
  .event_cost_registration_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    margin: 0.5rem 0;
    gap: 16px;
  }
}
@media (min-width:980px) {
  .event_cost_registration_wrapper.hasregurl {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0;
    margin: 0.5rem 0;
    gap: 16px;
  }
}
.event_cost_registration_wrapper.hasregrte, .event_cost_registration_wrapper.hasregtxt, .event_cost_registration_wrapper.hasregurl.hasregrte, .event_cost_registration_wrapper.hasregurl.hasregtxt, .event_cost_registration_wrapper.hasregurl.hasregrte.hasregtxt {
  justify-content: space-between;
}

.event_cost_registration_pricing {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 12px 0 15px;
  padding: 0.75rem 0 0.9375rem;
}
@media (min-width:980px) {
  .event_cost_registration_pricing {
    border-bottom: none;
    margin: 0;
    padding: 16px 0 20px;
    padding: 1rem 0 1.25rem;
  }
}
@media (min-width:1220px) {
  .event_cost_registration_pricing {
    padding: 25px 0 29px;
    padding: 1.5625rem 0 1.8125rem;
  }
}

.event_cost_registration_tier {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
.event_cost_registration_tier_price {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
.event_cost_registration_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #00d4a8;
  border: 1px solid #00d4a8;
  border: 0.0625rem solid #00d4a8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  display: none;
  padding: 18px 35px;
  padding: 1.125rem 2.1875rem;
  transition: background-color 0.25s, color 0.25s;
  will-change: transform;
}
@media (min-width:740px) {
  .event_cost_registration_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.event_cost_registration_link:focus {
  background-color: #fff;
}
@media (hover: hover) {
  .event_cost_registration_link:hover {
    background-color: #fff;
  }
}
@media (min-width:980px) {
  .event_cost_registration_link {
    align-items: center;
    display: flex;
    gap: 0 4px;
    justify-content: center;
    flex: 0 0 250px;
  }
  .event_cost_registration_link:after {
    width: 6px;
    width: 0.375rem;
    height: 10px;
    height: 0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpath d='m1.488.5 4.5 4.5-4.5 4.5L.434 8.445 3.879 5 .434 1.555 1.488.5Z' fill='%23000'/%3E%3C/svg%3E%0A");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    flex-shrink: 0;
  }
}
@media (min-width:1220px) {
  .event_cost_registration_link {
    flex: 0 0 300px;
  }
}

.event_cost_registration_mobile_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: block;
  background: #00d4a8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  margin-top: 14px;
  margin-top: 0.875rem;
  padding: 18px 35px;
  padding: 1.125rem 2.1875rem;
  text-align: center;
  transition: background-color 0.25s, color 0.25s;
  will-change: tranform;
}
@media (min-width:740px) {
  .event_cost_registration_mobile_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.event_cost_registration_mobile_link:focus {
  background: #dfeff8;
  color: #000;
}
@media (hover: hover) {
  .event_cost_registration_mobile_link:hover {
    background: #dfeff8;
    color: #000;
  }
}
@media (min-width:980px) {
  .event_cost_registration_mobile_link {
    display: none;
  }
}

.event_cost_registration_disclaimer_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-weight: 300;
  color: #000;
}
@media (min-width:740px) {
  .event_cost_registration_disclaimer_label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

/* ==========================================================================
	Event Detail Top
============================================================================= */
.event_detail_top {
  color: #fff;
  padding: 0 0 50px;
  padding: 0 0 3.125rem;
}
.body_layout_event_detail_past .event_detail_top {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media (min-width:740px) {
  .body_layout_event_detail_past .event_detail_top {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:980px) {
  .body_layout_event_detail_past .event_detail_top {
    padding-bottom: 0;
  }
}
@media (min-width:980px) {
  .event_detail_top {
    padding-bottom: 0;
  }
}
@media (min-width:980px) {
  .event_detail_top {
    background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 55px), #fff calc(100% - 55px), #fff 100%);
  }
}
@media (min-width:1220px) {
  .event_detail_top {
    background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 110px), #fff calc(100% - 110px), #fff 100%);
  }
}

.event_detail_top_content_wrap {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.event_detail_top_content_wrap .fs-row {
  margin-bottom: -27px;
  margin-bottom: -1.6875rem;
}
.event_detail_top_content_wrap .fs-row > .fs-cell {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
@media (min-width:980px) {
  .event_detail_top_content_wrap {
    flex-direction: row;
  }
}

.event_detail_top_head_btn {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (min-width:740px) {
  .event_detail_top_head_btn {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}

.event_detail_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}
@media (min-width:740px) {
  .event_detail_top_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:1220px) {
  .event_detail_top_title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.event_detail_top_meta {
  display: flex;
  flex-flow: row wrap;
  margin: 10px -4px -4px;
  margin: 0.625rem -0.25rem -0.25rem;
}
.event_detail_top_meta > * {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  padding: 0 4px;
  padding: 0 0.25rem;
}

.event_detail_top_format {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.event_detail_top_format a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.event_detail_top_format a:focus, .event_detail_top_format a:hover {
  border-bottom-color: currentColor;
}

.event_detail_top_series {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 500;
}
.event_detail_top_series a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.event_detail_top_series a:focus, .event_detail_top_series a:hover {
  border-bottom-color: currentColor;
}

.event_detail_top_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.event_detail_top_image_wrap {
  position: relative;
}
.event_detail_top_image_wrap .lazy_image_wrapper {
  background: transparent;
}

.event_detail_top_image_wrapper {
  padding-top: 56.25%;
}

.event_detail_top_video_wrap {
  position: relative;
  padding-top: 56.25%;
}

.event_detail_top_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.event_detail_top_video.playing {
  display: none;
}
.event_detail_top_video:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.38);
  content: "";
}

.event_detail_top_video_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s, opacity 0.25s;
}
@media (min-width:740px) {
  .event_detail_top_video_play_btn {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
@media (min-width:1220px) {
  .event_detail_top_video_play_btn {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }
}
.event_detail_top_video_play_btn .icon_play {
  width: 17px;
  width: 1.0625rem;
  height: 18px;
  height: 1.125rem;
  transform: translateX(2px);
}
@media (min-width:740px) {
  .event_detail_top_video_play_btn .icon_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
  }
}
@media (min-width:1220px) {
  .event_detail_top_video_play_btn .icon_play {
    width: 37px;
    width: 2.3125rem;
    height: 32px;
    height: 2rem;
    transform: translateX(4px);
  }
}
.event_detail_top_video:focus .event_detail_top_video_play_btn {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .event_detail_top_video:hover .event_detail_top_video_play_btn {
    background: #000;
    color: #fff;
  }
}

.event_detail_top_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .event_detail_top_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.event_detail_top_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .event_detail_top_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.event_detail_top_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .event_detail_top_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.event_detail_top_left_meta {
  margin-bottom: -25px;
  margin-bottom: -1.5625rem;
}
@media (min-width:980px) {
  .event_detail_top_left_meta {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}
@media (min-width:1220px) {
  .event_detail_top_left_meta {
    margin-bottom: 140px;
    margin-bottom: 8.75rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:1394px) {
  .event_detail_top_left_meta {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
.event_detail_top_left_meta > * {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.event_detail_top_left_meta a {
  color: currentColor;
  text-decoration: underline;
}
.event_detail_top_left_meta a:focus, .event_detail_top_left_meta a:hover {
  color: #1bd2ff;
}

.event_detail_top_bottom_wrap {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media (min-width:980px) {
  .event_detail_top_bottom_wrap {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.event_detail_top_bottom_wrap .fs-row {
  margin-bottom: -23px;
  margin-bottom: -1.4375rem;
}
.event_detail_top_bottom_wrap .fs-row > .fs-cell {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.event_detail_meta_top_media_wrap {
  position: relative;
  overflow: hidden;
}

.event_detail_top_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 3;
}
@media (min-width:740px) {
  .event_detail_top_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.event_detail_top_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .event_detail_top_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

.event_detail_top_right_meta {
  margin-bottom: -25px;
  margin-bottom: -1.5625rem;
}
@media (min-width:980px) {
  .event_detail_top_right_meta {
    background: rgba(0, 0, 90, 0.5);
    border-radius: 19px;
    border-radius: 1.1875rem;
    padding: 24px;
    padding: 1.5rem;
  }
}
.event_detail_top_right_meta > * + * {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

/* ==========================================================================
	Event Grouping Top
============================================================================= */
.event_grouping_top {
  --color: #fff;
  --title_color: #fff;
  --border_color: #fff;
  --link_color: currentColor;
}
.live_stream .event_grouping_top {
  --color: #fff;
  --title_color: #fff;
  --border_color: #fff;
  --link_color: currentColor;
}

.event_grouping_top_content a {
  width: 100%;
  justify-content: center;
}
.event_grouping_top_content a [class*=_text] {
  flex: initial;
}
.event_grouping_top_content a:focus, .event_grouping_top_content a:hover {
  --link_color: #062d5d;
}
.theme_dark .event_grouping_top_content a:focus, .theme_dark .event_grouping_top_content a:hover {
  --link_color: #1bd2ff;
}
.live_stream .event_grouping_top_content a:focus, .live_stream .event_grouping_top_content a:hover {
  --link_color: #fff;
}

.event_grouping_top {
  position: relative;
  color: var(--color);
}

.event_grouping_top_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-items: center;
  color: var(--title_color);
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}
.event_grouping_top_title:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: var(--border_color);
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.event_grouping_top_content {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-weight: 400;
}
@media (min-width:740px) {
  .event_grouping_top_content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.body_layout_home .event_grouping_top_content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.event_grouping_top_content a:not(.button):not(.custom) {
  color: var(--link_color);
  text-decoration: underline;
  transition: 0.25s ease;
}

/* ==========================================================================
	Event Details
============================================================================= */
@media (min-width:1220px) {
  .event_list .event_details {
    flex: 0 0 47%;
  }
}
@media (min-width:980px) {
  .event_meta .event_details {
    display: flex;
  }
}

.event_detail {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 22px;
  padding-left: 1.375rem;
}
@media (min-width:980px) {
  .event_meta .event_detail {
    margin-right: 44px;
    margin-right: 2.75rem;
    margin-bottom: 0;
  }
}
.event_meta .event_detail:last-child {
  margin-bottom: 0;
}

.event_detail_hint {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.event_detail_hint.focusable:active, .event_detail_hint.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.event_detail_icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.event_detail_label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}

.event_detail_label_date {
  font-weight: bold;
}

.event_detail_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.event_detail_link:hover, .event_detail_link:focus {
  color: #000;
}

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

.event_detail_item {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
}

/* ==========================================================================
	Event Entry
============================================================================= */
.event_entry_figure {
  display: block;
  margin: 30px 0;
  margin: 1.875rem 0;
}
.event_entry_figure picture {
  display: block;
}
.event_entry_figure img {
  display: block;
  width: 100%;
}

.event_entry_image_wrapper {
  display: block;
  padding-top: 66.6%;
}

/* ==========================================================================
	Event Feature
============================================================================= */
.event_feature {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .event_feature {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_feature {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_feature {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .event_feature {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_feature {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_feature {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.event_feature_inner {
  border: 2px solid #eaeaea;
  border: 0.125rem solid #eaeaea;
  padding: 20px;
  padding: 1.25rem;
}
@media (min-width:740px) {
  .event_feature_inner {
    padding: 30px;
    padding: 1.875rem;
  }
}
@media (min-width:1220px) {
  .event_feature_inner {
    padding: 45px;
    padding: 2.8125rem;
  }
}

/* ==========================================================================
	Event Item
============================================================================= */
@media (min-width:1220px) {
  .event_item {
    align-items: center;
  }
}
@media (min-width:740px) {
  .event_list .event_item {
    display: flex;
  }
}
@media (min-width:980px) {
  .event_feature .event_item {
    display: flex;
  }
}

.event_figure {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.event_figure picture {
  display: block;
}
.event_figure img {
  display: block;
  width: 100%;
}
.event_list .event_figure {
  width: 115px;
  width: 7.1875rem;
}
@media (min-width: 360px) {
  .event_list .event_figure {
    float: right;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}
@media (min-width:500px) {
  .event_list .event_figure {
    width: 30.5%;
  }
}
@media (min-width:740px) {
  .event_list .event_figure {
    width: 30.5%;
    margin: 0;
    order: 2;
  }
}
@media (min-width:980px) {
  .event_list .event_figure {
    width: 28%;
  }
}
@media (min-width:740px) {
  .event_feature .event_figure {
    width: 40%;
    float: right;
    margin: 0 0 30px 30px;
    margin: 0 0 1.875rem 1.875rem;
  }
}
@media (min-width:980px) {
  .event_feature .event_figure {
    width: 45%;
    margin: 0;
    order: 2;
  }
}

.event_figure_link {
  display: block;
}

.event_image_wrapper {
  display: block;
  padding-top: 66.6%;
}

@media (min-width:740px) {
  .event_wrapper {
    margin-right: auto;
  }
}
@media (min-width:740px) {
  .event_list .event_wrapper {
    flex: 0 0 65%;
  }
}
@media (min-width:740px) {
  .event_feature .event_wrapper {
    flex: 0 0 48%;
  }
}

.event_header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.event_title {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
}
.event_list .event_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .event_list .event_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
.event_feature .event_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .event_feature .event_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.event_related .event_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
}
@media (min-width:740px) {
  .event_related .event_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.event_title_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.event_title_link:hover, .event_title_link:focus {
  color: #000;
}

.event_time_wrapper {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.event_time {
  background: #000;
  border-radius: 40px;
  border-radius: 2.5rem;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
  vertical-align: top;
  text-transform: uppercase;
}
@media print {
  .event_time {
    padding: 0;
  }
}

@media (min-width:1220px) {
  .event_list .event_body {
    display: flex;
  }
}

.event_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media (min-width:1220px) {
  .event_list .event_description {
    flex: 0 0 47%;
    margin: 0 auto 0 0;
  }
}
.event_description p {
  margin: 0;
}

/* ==========================================================================
	Event List
============================================================================= */
.event_list {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .event_list {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_list {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_list {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .event_list {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_list {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_list {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

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

.event_list_item {
  border-top: 2px solid #eaeaea;
  border-top: 0.125rem solid #eaeaea;
  padding: 40px 0;
  padding: 2.5rem 0;
}

/* ==========================================================================
	Event Meta
============================================================================= */
.event_meta_inner {
  border-bottom: 2px solid #eaeaea;
  border-bottom: 0.125rem solid #eaeaea;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media (min-width:980px) {
  .event_meta_inner {
    align-items: center;
    display: flex;
  }
}

@media (min-width:980px) {
  .event_meta_body {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}

/* ==========================================================================
	Related Events
============================================================================= */
.event_related {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .event_related {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_related {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_related {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .event_related {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .event_related {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .event_related {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.event_related_header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:1220px) {
  .event_related_header {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
}

.event_related_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
}
@media (min-width:740px) {
  .event_related_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.event_related_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.event_related_description p {
  margin: 0;
}

.event_related_items {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:500px) {
  .event_related_items {
    display: flex;
    flex-wrap: wrap;
  }
}

/* Related News Items
============================================================================= */
.event_related_item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:500px) {
  .event_related_item {
    flex: 0 0 48%;
    margin-right: auto;
  }
}
@media (min-width:980px) {
  .event_related_item {
    flex-basis: 30%;
    margin-right: 5%;
  }
}
@media (min-width:1220px) {
  .event_related_item {
    flex-basis: 22%;
    margin-right: 4%;
  }
}
@media (min-width:500px) and (max-width:979px) {
  .event_related_item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width:980px) and (max-width:1219px) {
  .event_related_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width:1220px) {
  .event_related_item:nth-child(4n+4) {
    margin-right: 0;
  }
}

/* ==========================================================================
	Expert Detail Top
============================================================================= */
.expert_detail_top {
  color: #fff;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width:740px) {
  .expert_detail_top {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.expert_detail_top_wrapper {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media (min-width:980px) {
  .expert_detail_top_wrapper {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
}

.expert_detail_top_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width:740px) {
  .expert_detail_top_name {
    font-size: 64px;
    font-size: 4rem;
  }
}

.expert_detail_top_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width:740px) {
  .expert_detail_top_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.expert_detail_top_title a {
  color: currentColor;
  transition: 0.25s ease;
}
.expert_detail_top_title a:focus, .expert_detail_top_title a:hover {
  text-decoration: underline;
}

.expert_detail_top_meta {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:980px) {
  .expert_detail_top_meta {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.expert_detail_top_image_wrapper {
  border-radius: 50%;
  padding-top: 100%;
}

/* ==========================================================================
	Expert Listing Top
============================================================================= */
.expert_listing_top {
  color: #fff;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (min-width:740px) {
  .expert_listing_top {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.expert_listing_top_head {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.expert_listing_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width:740px) {
  .expert_listing_top_title {
    font-size: 64px;
    font-size: 4rem;
  }
}

.expert_listing_top_content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width:740px) {
  .expert_listing_top_content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.expert_listing_top_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width:740px) {
  .expert_listing_top_blurb {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* ==========================================================================
	Feature 4-up (base)
============================================================================= */
.feature_four {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .feature_four {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .feature_four {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .feature_four {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .feature_four {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.full_width_callouts .feature_four:first-child {
  margin-top: 0;
}
.full_width_callouts .feature_four:first-child .feature_three_header {
  margin-top: 0;
}
@media (min-width:500px) {
  .full_width_callouts .feature_four + .feature_four:not(.has_heading) .feature_four_inner {
    border-top: 1px solid #eaeaea;
    border-top: 0.0625rem solid #eaeaea;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
@media (min-width:740px) {
  .full_width_callouts .feature_four + .feature_four:not(.has_heading) .feature_four_inner {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .full_width_callouts .feature_four + .feature_four:not(.has_heading) .feature_four_inner {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
.full_width_callouts .feature_four + .feature_four.has_heading .feature_four_header {
  margin-top: 0;
}

.feature_four_inner.feature_right {
  display: flex;
  flex-direction: column;
}
@media (min-width:980px) {
  .feature_four_inner.feature_right {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width:980px) {
  .feature_four_inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.feature_four_header {
  margin: 18px 0 16px;
  margin: 1.125rem 0 1rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  overflow: hidden;
}
.feature_four_inner.feature_right .feature_four_header {
  order: 0;
}
@media (min-width:740px) {
  .feature_four_header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width:980px) {
  .feature_four_header {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 43px;
    margin-bottom: 2.6875rem;
  }
}

.feature_four_header_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
.feature_four_header_label:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  background: #175bf1;
  content: "";
}
@media (min-width:740px) {
  .feature_four_header_label:after {
    left: calc(100% + 20px);
  }
}

.feature_four_header_label_link {
  display: inline-block;
  position: relative;
  color: #175bf1;
}
.feature_four_header_label_link:before {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #175bf1;
  content: "";
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
}
.feature_four_header_label_link:focus:before {
  bottom: -3px;
  opacity: 1;
}
@media (hover: hover) {
  .feature_four_header_label_link:hover:before {
    bottom: -3px;
    opacity: 1;
  }
}

/* ==========================================================================
	Feature Item - Feat
============================================================================= */
.feature_three_inner.feature_right .feature_three_feat {
  order: 1;
}
@media (min-width:980px) {
  .feature_three_inner.feature_right .feature_three_feat {
    order: 2;
  }
}
@media (min-width:980px) {
  .feature_three_feat {
    width: calc(50% - 32px);
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 32px);
  }
}
@media (min-width:1220px) {
  .feature_three_feat {
    width: calc(55% - 55px);
    width: calc(55% - 3.4375rem);
    flex: 0 0 calc(55% - 55px);
  }
}
@media (min-width:980px) {
  .layout_homepage_events .feature_three_feat {
    width: auto;
    flex: 1;
  }
}

.feature_three_feat_figure {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width:740px) {
  .feature_three_feat_figure {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.feature_three_feat_image_wrapper {
  padding-top: 56.25%;
}

.feature_three_feat_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: -10px;
  bottom: 10px;
  background: #000;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  color: #fff;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  transition: opacity 0.25s, color 0.25s, background-color 0.25s;
}
.feature_three_feat_image_tag:focus {
  background: #fff;
  color: #000;
}
@media (hover: hover) {
  .feature_three_feat_image_tag:hover {
    background: #fff;
    color: #000;
  }
}
.feature_three_feat_figure.loaded .feature_three_feat_image_tag {
  opacity: 0;
}

.feature_three_feat_image_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  transition: opacity 0.25s;
}
@media (min-width:740px) {
  .feature_three_feat_image_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.feature_three_feat_image_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .feature_three_feat_image_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
.feature_three_feat_figure.loaded .feature_three_feat_image_credit {
  opacity: 0;
}

.feature_three_feat_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .feature_three_feat_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.feature_three_feat_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_three_feat_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.feature_three_feat_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_three_feat_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.feature_three_feat_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width:740px) {
  .feature_three_feat_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media (min-width:740px) {
  .feature_three_feat_title {
    line-height: 1.25;
  }
}

.feature_three_feat_title_link {
  color: #000;
  display: inline;
}
.feature_three_feat_title_link:focus .feature_three_feat_title_link_label {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_three_feat_title_link:hover .feature_three_feat_title_link_label {
    border-bottom-color: currentColor;
  }
}

.feature_three_feat_title_link_label {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: 0.25s ease;
}

.feature_three_feat_title_link_icon .icon_external {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: inline-block;
  transform: translateY(-2px);
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .feature_three_feat_title_link_icon .icon_external {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
}
.feature_three_feat_title_link:focus .feature_three_feat_title_link_icon .icon_external, .feature_three_feat_title_link:hover .feature_three_feat_title_link_icon .icon_external {
  transform: translate(5px, -2px);
}

.feature_three_feat_meta {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media (min-width:500px) {
  .feature_three_feat_meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width:740px) {
  .feature_three_feat_meta {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.feature_three_feat_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #d40000;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media (min-width:500px) {
  .feature_three_feat_meta_tag {
    margin-bottom: 0;
  }
}

.feature_three_feat_meta_tag_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_three_feat_meta_tag_link:focus, .feature_three_feat_meta_tag_link:hover {
  border-bottom-color: currentColor;
}

.feature_three_feat_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.feature_three_feat_meta_label:last-child {
  margin-right: 0;
}
.feature_three_feat_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_three_feat_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_three_feat_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

.feature_three_feat_description {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:740px) {
  .feature_three_feat_description {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.feature_three_feat_description_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
}
.feature_two_item_event_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  background: #dfeff8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  transition: background-color 0.25s;
}
@media (min-width:740px) {
  .feature_two_item_event_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .feature_two_item_event_link {
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}
.feature_two_item_event_link:focus {
  background: #1bd2ff;
}
@media (hover: hover) {
  .feature_two_item_event_link:hover {
    background: #1bd2ff;
  }
}

/*  Media 
------------------------------------------------------------ */
.feature_three_feat_video_link,
.feature_three_feat_podcast_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_three_feat_video_link:focus [class$=_link_icon],
.feature_three_feat_podcast_link:focus [class$=_link_icon] {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .feature_three_feat_video_link:hover [class$=_link_icon],
  .feature_three_feat_podcast_link:hover [class$=_link_icon] {
    background: #000;
    color: #fff;
  }
}

.feature_three_feat_video_link_label,
.feature_three_feat_podcast_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.feature_three_feat_video_link_label.focusable:active, .feature_three_feat_video_link_label.focusable:focus,
.feature_three_feat_podcast_link_label.focusable:active,
.feature_three_feat_podcast_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.feature_three_feat_video_link_icon,
.feature_three_feat_podcast_link_icon {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .feature_three_feat_video_link_icon,
  .feature_three_feat_podcast_link_icon {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
.feature_three_feat_video_link_icon .icon_podcast_play,
.feature_three_feat_podcast_link_icon .icon_podcast_play {
  transform: translateX(2px);
}
@media (min-width:740px) {
  .feature_three_feat_video_link_icon .icon_podcast_play,
  .feature_three_feat_podcast_link_icon .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
    transform: translateX(3px);
  }
}

/* ==========================================================================
	Feature Item - One
============================================================================= */
.feature_one_item {
  --linework-color: rgba(0, 0, 0, 0.1);
  --color: #000;
  --meta-tag-color: #175bf1;
  --meta-label-color: #5c5c5c;
  --desc-color: #000;
}
.body_layout_home .theme_dark .feature_one_item, .homepage_events.theme_dark .feature_one_item {
  --linework-color: #113f77;
  --color: #fff;
  --meta-tag-color: #1bd2ff;
  --meta-label-color: #fff;
  --desc-color: #fff;
}

.feature_one_item {
  width: 250px;
  width: 15.625rem;
  margin-right: 32px;
  margin-right: 2rem;
}
.feature_three_feat .feature_one_item {
  width: 100%;
  margin-right: 0;
}
@media (min-width:500px) {
  .feature_one_item {
    width: 47.5%;
    flex: 0 0 47.5%;
    margin-right: 5%;
  }
  .feature_three_items .feature_one_item {
    width: 250px;
    width: 15.625rem;
    flex: 0 0 250px;
    margin-right: 32px;
    margin-right: 2rem;
  }
  .feature_one_item:last-child {
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .feature_one_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--linework-color);
    border-bottom: 0.0625rem solid var(--linework-color);
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
  .feature_three_feat .feature_one_item {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .feature_three_items .feature_one_item {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
  .feature_three_items .feature_one_item:nth-of-type(2) {
    border-bottom: 1px solid var(--linework-color);
    border-bottom: 0.0625rem solid var(--linework-color);
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
  .feature_three_items .feature_one_item:nth-of-type(3) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .feature_one_item:nth-of-type(2) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .feature_two.starter_left .feature_one_item {
    flex-direction: row;
  }
  .feature_two.starter_left .feature_one_item .feature_one_item_wrapper {
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding-left: 26px;
    padding-left: 1.625rem;
  }
  .feature_two.starter_left .feature_one_item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .feature_two.starter_left .feature_one_item:nth-of-type(2) .feature_one_item_wrapper {
    padding-left: 0;
    padding-right: 26px;
    padding-right: 1.625rem;
  }
  .feature_two.starter_right .feature_one_item {
    flex-direction: row-reverse;
  }
  .feature_two.starter_right .feature_one_item .feature_one_item_wrapper {
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding-right: 26px;
    padding-right: 1.625rem;
  }
  .feature_two.starter_right .feature_one_item:nth-of-type(2) {
    flex-direction: row;
  }
  .feature_two.starter_right .feature_one_item:nth-of-type(2) .feature_one_item_wrapper {
    padding-right: 0;
    padding-left: 26px;
    padding-left: 1.625rem;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .layout_homepage_events.layout_homepage_events.layout_homepage_events .feature_one_item {
    flex-direction: column;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .layout_homepage_events.layout_homepage_events.layout_homepage_events .feature_one_item .feature_one_item_wrapper {
    width: 100%;
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width:980px) and (min-width:740px) {
  .layout_homepage_events.layout_homepage_events.layout_homepage_events .feature_one_item .feature_one_item_figure {
    width: 100%;
  }
}
@media (min-width:1220px) {
  .feature_one_item {
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .feature_three_items .feature_one_item {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .feature_three_items .feature_one_item:nth-of-type(2) {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .feature_two.starter_left .feature_one_item .feature_one_item_wrapper {
    padding-left: 32px;
    padding-left: 2rem;
  }
  .feature_two.starter_left .feature_one_item:nth-of-type(2) .feature_one_item_wrapper {
    padding-left: 0;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .feature_two.starter_right .feature_one_item .feature_one_item_wrapper {
    padding-right: 32px;
    padding-right: 2rem;
  }
  .feature_two.starter_right .feature_one_item:nth-of-type(2) .feature_one_item_wrapper {
    padding-right: 0;
    padding-left: 32px;
    padding-left: 2rem;
  }
}

.feature_one_item_figure {
  position: relative;
}
@media (min-width:980px) {
  .feature_one_item_figure {
    width: 50%;
    flex: 0 0 50%;
  }
  .feature_three_feat .feature_one_item_figure {
    width: 100%;
  }
}
@media (min-width:1220px) {
  .feature_one_item_figure {
    width: 230px;
    width: 14.375rem;
    flex: 0 0 230px;
  }
}
.layout_homepage_events .feature_one_item_figure {
  width: auto;
  flex: 1;
}

/*  Images
------------------------------------------------------------ */
.feature_two_item_image_wrapper {
  padding-top: 56.25%;
}
.js .feature_two_item_image_wrapper {
  display: none;
}
.js .feature_two .feature_two_item_image_wrapper {
  display: block;
}
.js .layout_homepage_events .feature_two_item_image_wrapper {
  display: none;
}
@media (min-width:980px) {
  .feature_two_item_image_wrapper {
    padding-top: 100%;
  }
}

.feature_three_item_image_wrapper {
  padding-top: 66.6%;
}
.js .feature_three_item_image_wrapper {
  display: none;
}
.js .feature_three_items .feature_three_item_image_wrapper {
  display: block;
}

.feature_feat_item_image_wrapper {
  background: transparent;
  padding-top: 56.25%;
}
.js .feature_feat_item_image_wrapper {
  display: none;
}
.js .feature_three_feat .feature_feat_item_image_wrapper {
  display: block;
}

.feature_two_item_homepage_event_image_wrapper {
  padding-top: 56.25%;
}
.js .feature_two_item_homepage_event_image_wrapper {
  display: none;
}
.js .layout_homepage_events .feature_two .feature_two_item_homepage_event_image_wrapper {
  display: block;
}

.feature_one_item_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  color: #fff;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  transition: background-color 0.25s, color 0.25s, opacity 0.25s;
}
.homepage_events .feature_three_feat .feature_one_item_image_tag {
  z-index: 1;
}
.feature_one_item_figure.loaded .feature_one_item_image_tag {
  opacity: 0;
  pointer-events: none;
}

.feature_one_item_image_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  transition: opacity 0.25s;
}
@media (min-width:740px) {
  .feature_one_item_image_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.feature_one_item_image_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .feature_one_item_image_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
.feature_one_item_figure.loaded .feature_one_item_image_credit {
  opacity: 0;
}
@media (min-width:740px) {
  .homepage_events .feature_three_feat .feature_one_item_image_credit > [class$=_inner] {
    --img_credit_offset--desktop: 18px;
  }
}
@media (min-width:980px) {
  .feature_one_item_image_credit {
    --img_credit_offset--desktop: 10px;
  }
}

.feature_one_item_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .feature_one_item_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.feature_one_item_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_one_item_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.feature_one_item_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_one_item_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

@media (min-width:980px) {
  .feature_one_item_wrapper {
    width: 50%;
    flex: 0 0 50%;
  }
  .feature_three_feat .feature_one_item_wrapper {
    width: 100%;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .feature_three_items .feature_one_item_wrapper {
    padding-left: 26px;
    padding-left: 1.625rem;
  }
}
@media (min-width:1220px) {
  .feature_one_item_wrapper {
    width: calc(100% - 230px);
    width: calc(100% - 14.375rem);
    flex: 0 0 calc(100% - 230px);
  }
  .feature_three_items .feature_one_item_wrapper {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}

.feature_one_item_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 13px;
  margin-top: 0.8125rem;
  /* featured item */
  /* 3x-up item */
}
@media (min-width:740px) {
  .feature_one_item_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (min-width:980px) {
  .feature_one_item_title {
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .feature_one_item_title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
@media (min-width:1394px) {
  .feature_one_item_title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}
.feature_three_feat .feature_one_item_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2592592593;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width:740px) {
  .feature_three_feat .feature_one_item_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.feature_three_items .feature_one_item_title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}
@media (min-width:980px) {
  .feature_three_items .feature_one_item_title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.feature_one_item_title_link {
  color: var(--color);
}
.feature_one_item_title_link:focus .feature_one_item_title_link_label {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_one_item_title_link:hover .feature_one_item_title_link_label {
    border-bottom-color: currentColor;
  }
}

.feature_one_item_title_link_label {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  margin-right: 2px;
  margin-right: 0.125rem;
  transition: 0.25s ease;
}

.feature_one_item_title_link_icon {
  display: inline;
  white-space: nowrap;
}
.feature_one_item_title_link_icon .icon_external {
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  display: inline;
  transform: translateY(-2px);
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .feature_one_item_title_link_icon .icon_external {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
}
.feature_one_item_title_link:focus .feature_one_item_title_link_icon .icon_external, .feature_one_item_title_link:hover .feature_one_item_title_link_icon .icon_external {
  transform: translate(5px, -2px);
}
.feature_three_feat .feature_one_item_title_link_icon .icon_external {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: inline-block;
  transform: translateY(-2px);
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .feature_three_feat .feature_one_item_title_link_icon .icon_external {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
}

.feature_one_item_meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: -2px;
  margin-left: -0.125rem;
}
@media (max-width:499px) {
  .homepage_events .feature_one_item_meta {
    display: block;
  }
}
.feature_three_feat .feature_one_item_meta {
  justify-content: center;
  flex-direction: row;
}
@media (min-width:500px) {
  .feature_one_item_meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.feature_one_item_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: var(--meta-tag-color);
  line-height: 1.6666666667;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.feature_one_item_meta_tag_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_one_item_meta_tag_link:focus, .feature_one_item_meta_tag_link:hover {
  border-bottom-color: currentColor;
}

.feature_one_item_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--meta-label-color);
  line-height: 1.6666666667;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.feature_one_item_meta_label:last-child {
  margin-right: 0;
}
.feature_one_item_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_one_item_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_one_item_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

.feature_one_item_description {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media (min-width:740px) {
  .feature_one_item_description {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.feature_one_item_description_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--desc-color);
}
.feature_one_item_event_link_wrap {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.feature_one_item_event_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media (min-width:740px) {
  .feature_one_item_event_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
/*  Media
------------------------------------------------------------ */
.feature_one_item_video_link,
.feature_one_item_podcast_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_one_item_video_link:focus [class$=_link_icon],
.feature_one_item_podcast_link:focus [class$=_link_icon] {
  background: #175bf1;
  color: #fff;
}
.feature_one_item_video_link:focus [class$=_link_icon] .icon_podcast_play,
.feature_one_item_podcast_link:focus [class$=_link_icon] .icon_podcast_play {
  color: #fff;
}
@media (hover: hover) {
  .feature_one_item_video_link:hover [class$=_link_icon],
  .feature_one_item_video_link:hover [class$=_link_icon_play],
  .feature_one_item_video_link:hover [class$=_link_icon_pause],
  .feature_one_item_podcast_link:hover [class$=_link_icon],
  .feature_one_item_podcast_link:hover [class$=_link_icon_play],
  .feature_one_item_podcast_link:hover [class$=_link_icon_pause] {
    background: #175bf1;
    color: #fff;
  }
  .feature_one_item_video_link:hover [class$=_link_icon] .icon_podcast_play,
  .feature_one_item_video_link:hover [class$=_link_icon_play] .icon_podcast_play,
  .feature_one_item_video_link:hover [class$=_link_icon_pause] .icon_podcast_play,
  .feature_one_item_podcast_link:hover [class$=_link_icon] .icon_podcast_play,
  .feature_one_item_podcast_link:hover [class$=_link_icon_play] .icon_podcast_play,
  .feature_one_item_podcast_link:hover [class$=_link_icon_pause] .icon_podcast_play {
    color: #fff;
  }
}

.feature_one_item_video_link_label,
.feature_one_item_podcast_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.feature_one_item_video_link_label.focusable:active, .feature_one_item_video_link_label.focusable:focus,
.feature_one_item_podcast_link_label.focusable:active,
.feature_one_item_podcast_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.feature_one_item_video_link_icon,
.feature_one_item_podcast_link_icon_play,
.feature_one_item_podcast_link_icon_pause {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .feature_one_item_video_link_icon,
  .feature_one_item_podcast_link_icon_play,
  .feature_one_item_podcast_link_icon_pause {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
.feature_one_item_video_link_icon .icon_podcast_play,
.feature_one_item_podcast_link_icon_play .icon_podcast_play,
.feature_one_item_podcast_link_icon_pause .icon_podcast_play {
  color: #175bf1;
  transform: translateX(2px);
}
@media (min-width:740px) {
  .feature_one_item_video_link_icon .icon_podcast_play,
  .feature_one_item_podcast_link_icon_play .icon_podcast_play,
  .feature_one_item_podcast_link_icon_pause .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
    transform: translateX(3px);
  }
}
.feature_one_item_video_link_icon .icon_pause,
.feature_one_item_podcast_link_icon_play .icon_pause,
.feature_one_item_podcast_link_icon_pause .icon_pause {
  width: 12px;
  width: 0.75rem;
  height: 18px;
  height: 1.125rem;
}
@media (min-width:740px) {
  .feature_one_item_video_link_icon .icon_pause,
  .feature_one_item_podcast_link_icon_play .icon_pause,
  .feature_one_item_podcast_link_icon_pause .icon_pause {
    width: 15px;
    width: 0.9375rem;
    height: 22px;
    height: 1.375rem;
  }
}

.feature_one_item_podcast_link.playing .feature_one_item_podcast_link_icon_play {
  display: none;
}
.feature_one_item_podcast_link.paused .feature_one_item_podcast_link_icon_play {
  display: none;
}
.feature_one_item_podcast_link.playing.paused .feature_one_item_podcast_link_icon_play {
  display: flex;
}

.feature_one_item_podcast_link_icon_pause {
  display: none;
}
.feature_one_item_podcast_link.playing .feature_one_item_podcast_link_icon_pause {
  display: flex;
}
.feature_one_item_podcast_link.paused .feature_one_item_podcast_link_icon_pause {
  display: flex;
}
.feature_one_item_podcast_link.playing.paused .feature_one_item_podcast_link_icon_pause {
  display: none;
}

/* ==========================================================================
	Feature Item - Three Up
============================================================================= */
.feature_three_items {
  margin-top: 32px;
  margin-top: 2rem;
}
.feature_three_inner.feature_right .feature_three_items {
  order: 2;
}
@media (min-width:980px) {
  .feature_three_inner.feature_right .feature_three_items {
    order: 1;
  }
}
@media (min-width:500px) {
  .feature_three_items {
    padding-right: 0;
  }
}
@media (min-width:980px) {
  .feature_three_items {
    width: 50%;
    border-left: 1px solid #eaeaea;
    border-left: 0.0625rem solid #eaeaea;
    flex: 0 0 50%;
    margin-left: 32px;
    margin-left: 2rem;
    margin-top: 0;
    padding-left: 32px;
    padding-left: 2rem;
  }
}
@media (min-width:1220px) {
  .feature_three_items {
    width: 45%;
    flex: 0 0 45%;
    margin-left: 55px;
    margin-left: 3.4375rem;
    padding-left: 55px;
    padding-left: 3.4375rem;
  }
}
.feature_three_items .fs-carousel-canister {
  overflow: visible;
}
@media (min-width:500px) {
  .feature_three_items .fs-carousel-canister {
    display: flex;
  }
}
@media (min-width:980px) {
  .feature_three_items .fs-carousel-canister {
    flex-direction: column;
  }
}
.feature_three_items .fs-carousel-pagination {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.feature_three_item {
  width: 250px;
  width: 15.625rem;
  margin-right: 32px;
  margin-right: 2rem;
}
@media (min-width:980px) {
  .feature_three_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
    border-bottom: 0.0625rem solid #eaeaea;
    flex: 0 0 100%;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
  .feature_three_item:nth-of-type(3) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .feature_three_item .feature_three_item_wrapper {
    padding-left: 26px;
    padding-left: 1.625rem;
  }
}
@media (min-width:1220px) {
  .feature_three_item {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .feature_three_item .feature_three_item_wrapper {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}

.feature_three_item_figure {
  position: relative;
}
@media (min-width:980px) {
  .feature_three_item_figure {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width:1220px) {
  .feature_three_item_figure {
    width: 230px;
    width: 14.375rem;
    flex: 0 0 230px;
  }
}

.feature_three_item_image_wrapper {
  padding-top: 66.6%;
}

.feature_three_item_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
  background: #000;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  color: #fff;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  transition: background-color 0.25s, color 0.25s;
}
.feature_three_item_image_tag:focus {
  background: #fff;
  color: #000;
}
@media (hover: hover) {
  .feature_three_item_image_tag:hover {
    background: #fff;
    color: #000;
  }
}

.feature_three_item_image_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .feature_three_item_image_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.feature_three_item_image_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .feature_three_item_image_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
@media (min-width:980px) {
  .feature_three_item_image_credit {
    --img_credit_offset--desktop: 10px;
  }
}

.feature_three_item_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .feature_three_item_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.feature_three_item_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_three_item_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.feature_three_item_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_three_item_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

@media (min-width:980px) {
  .feature_three_item_wrapper {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width:1220px) {
  .feature_three_item_wrapper {
    width: calc(100% - 230px);
    width: calc(100% - 14.375rem);
    flex: 0 0 calc(100% - 230px);
  }
}

.feature_three_item_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media (min-width:980px) {
  .feature_three_item_title {
    margin-top: 0;
  }
}

.feature_three_item_title_link {
  color: #000;
}
.feature_three_item_title_link:focus .feature_three_item_title_link_label {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_three_item_title_link:hover .feature_three_item_title_link_label {
    border-bottom-color: currentColor;
  }
}

.feature_three_item_title_link_label {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  margin-right: 2px;
  margin-right: 0.125rem;
  transition: 0.25s ease;
}

.feature_three_item_title_link_icon {
  display: inline;
  white-space: nowrap;
}
.feature_three_item_title_link_icon .icon_external {
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  display: inline;
  transform: translateY(-2px);
}
@media (min-width:740px) {
  .feature_three_item_title_link_icon .icon_external {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
}

.feature_three_item_meta {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:500px) {
  .feature_three_item_meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.feature_three_item_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #d40000;
  line-height: 1.6666666667;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media (min-width:500px) {
  .feature_three_item_meta_tag {
    margin-bottom: 0;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}

.feature_three_item_meta_tag_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  transition: 0.25s ease;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_three_item_meta_tag_link:focus, .feature_three_item_meta_tag_link:hover {
  border-bottom-color: currentColor;
}

.feature_three_item_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  line-height: 1.6666666667;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.feature_three_item_meta_label:last-child {
  margin-right: 0;
}
.feature_three_item_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  transition: 0.25s ease;
  color: currentColor;
}
.feature_three_item_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_three_item_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

.feature_three_item_event_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  background: #dfeff8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  transition: background-color 0.25s;
}
@media (min-width:740px) {
  .feature_three_item_event_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .feature_three_item_event_link {
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}
@media (min-width:980px) {
  .feature_three_item_event_link {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}
.feature_three_item_event_link:focus {
  background: #1bd2ff;
}
@media (hover: hover) {
  .feature_three_item_event_link:hover {
    background: #1bd2ff;
  }
}

/* ==========================================================================
	Feature Item - Two up
============================================================================= */
.feature_two {
  --linework-color: rgba(0, 0, 0, 0.1);
}
.theme_dark .feature_two {
  --linework-color: #113f77;
}

.feature_two {
  margin-top: 32px;
  margin-top: 2rem;
}
.feature_three_inner.feature_right .feature_two {
  order: 2;
}
@media (min-width:980px) {
  .feature_three_inner.feature_right .feature_two {
    order: 1;
  }
}
@media (min-width:500px) {
  .feature_two {
    padding-right: 0;
  }
}
@media (min-width:980px) {
  .feature_two {
    width: 50%;
    flex: 0 0 50%;
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .feature_two {
    width: 45%;
    flex: 0 0 45%;
  }
}
@media (min-width:980px) {
  .feature_three_inner.feature_left .feature_two {
    border-left: 1px solid var(--linework-color);
    border-left: 0.0625rem solid var(--linework-color);
    margin-left: 32px;
    margin-left: 2rem;
    padding-left: 32px;
    padding-left: 2rem;
  }
  .body_layout_video_landing .feature_three_inner.feature_left .feature_two, .body_layout_event_landing .feature_three_inner.feature_left .feature_two, .body_layout_center_program .feature_three_inner.feature_left .feature_two {
    border-color: #eaeaea;
  }
}
@media (min-width:1220px) {
  .feature_three_inner.feature_left .feature_two {
    margin-left: 55px;
    margin-left: 3.4375rem;
    padding-left: 55px;
    padding-left: 3.4375rem;
  }
}
@media (min-width:980px) {
  .feature_three_inner.feature_right .feature_two {
    border-right: 1px solid var(--linework-color);
    border-right: 0.0625rem solid var(--linework-color);
    margin-right: 32px;
    margin-right: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .body_layout_video_landing .feature_three_inner.feature_right .feature_two, .body_layout_event_landing .feature_three_inner.feature_right .feature_two, .body_layout_center_program .feature_three_inner.feature_right .feature_two {
    border-color: #eaeaea;
  }
}
@media (min-width:1220px) {
  .feature_three_inner.feature_right .feature_two {
    margin-right: 55px;
    margin-right: 3.4375rem;
    padding-right: 55px;
    padding-right: 3.4375rem;
  }
}
.layout_homepage_events .feature_three_inner.feature_right .feature_two {
  flex: 0 0 30%;
}
.feature_two .fs-carousel-canister {
  overflow: visible;
}
@media (min-width:500px) {
  .feature_two .fs-carousel-canister {
    display: flex;
  }
}
@media (min-width:980px) {
  .feature_two .fs-carousel-canister {
    flex-direction: column;
  }
}
.feature_two .fs-carousel-pagination {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.theme_dark .feature_two .fs-carousel-page {
  --bg-color: rgba(255, 255, 255, 0.2);
}
.theme_dark .feature_two .fs-carousel-page:before {
  background-color: var(--bg-color);
  transition: 0.25s ease;
}
.theme_dark .feature_two .fs-carousel-page.fs-carousel-active {
  --bg-color: #fff;
}

.feature_two_item {
  width: 250px;
  width: 15.625rem;
  margin-right: 32px;
  margin-right: 2rem;
}
@media (min-width:500px) {
  .feature_two_item {
    width: 47.5%;
    flex: 0 0 47.5%;
    margin-right: 5%;
  }
  .feature_two_item:last-child {
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .feature_two_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--linework-color);
    border-bottom: 0.0625rem solid var(--linework-color);
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
  .feature_two_item:nth-of-type(2) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .feature_two.starter_left .feature_two_item {
    flex-direction: row;
  }
  .feature_two.starter_left .feature_two_item .feature_two_item_wrapper {
    padding-left: 26px;
    padding-left: 1.625rem;
  }
  .feature_two.starter_left .feature_two_item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .feature_two.starter_left .feature_two_item:nth-of-type(2) .feature_two_item_wrapper {
    padding-left: 0;
    padding-right: 26px;
    padding-right: 1.625rem;
  }
  .feature_two.starter_right .feature_two_item {
    flex-direction: row-reverse;
  }
  .feature_two.starter_right .feature_two_item .feature_two_item_wrapper {
    padding-right: 26px;
    padding-right: 1.625rem;
  }
  .feature_two.starter_right .feature_two_item:nth-of-type(2) {
    flex-direction: row;
  }
  .feature_two.starter_right .feature_two_item:nth-of-type(2) .feature_two_item_wrapper {
    padding-right: 0;
    padding-left: 26px;
    padding-left: 1.625rem;
  }
}
@media (min-width:1220px) {
  .feature_two_item {
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .feature_two.starter_left .feature_two_item .feature_two_item_wrapper {
    padding-left: 32px;
    padding-left: 2rem;
  }
  .feature_two.starter_left .feature_two_item:nth-of-type(2) .feature_two_item_wrapper {
    padding-left: 0;
    padding-right: 32px;
    padding-right: 2rem;
  }
  .feature_two.starter_right .feature_two_item .feature_two_item_wrapper {
    padding-right: 32px;
    padding-right: 2rem;
  }
  .feature_two.starter_right .feature_two_item:nth-of-type(2) .feature_two_item_wrapper {
    padding-right: 0;
    padding-left: 32px;
    padding-left: 2rem;
  }
}

.feature_two_item_figure {
  position: relative;
}
@media (min-width:980px) {
  .feature_two_item_figure {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width:1220px) {
  .feature_two_item_figure {
    width: 230px;
    width: 14.375rem;
    flex: 0 0 230px;
  }
}

.feature_two_item_image_wrapper {
  padding-top: 56.25%;
}
@media (min-width:980px) {
  .feature_two_item_image_wrapper {
    padding-top: 100%;
  }
}

.feature_two_item_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
  background: #000;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  color: #fff;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  transition: background-color 0.25s, color 0.25s;
}
.feature_two_item_image_tag:focus {
  background: #fff;
  color: #000;
}
@media (hover: hover) {
  .feature_two_item_image_tag:hover {
    background: #fff;
    color: #000;
  }
}

.feature_two_item_image_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .feature_two_item_image_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.feature_two_item_image_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .feature_two_item_image_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
@media (min-width:980px) {
  .feature_two_item_image_credit {
    --img_credit_offset--desktop: 10px;
  }
}

.feature_two_item_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .feature_two_item_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.feature_two_item_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_two_item_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.feature_two_item_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_two_item_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

@media (min-width:980px) {
  .feature_two_item_wrapper {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width:1220px) {
  .feature_two_item_wrapper {
    width: calc(100% - 230px);
    width: calc(100% - 14.375rem);
    flex: 0 0 calc(100% - 230px);
  }
}

.feature_two_item_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media (min-width:740px) {
  .feature_two_item_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (min-width:980px) {
  .feature_two_item_title {
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .feature_two_item_title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
@media (min-width:1394px) {
  .feature_two_item_title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}

.feature_two_item_title_link {
  color: #000;
}
.feature_two_item_title_link:focus .feature_two_item_title_link_label {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_two_item_title_link:hover .feature_two_item_title_link_label {
    border-bottom-color: currentColor;
  }
}

.feature_two_item_title_link_label {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  margin-right: 2px;
  margin-right: 0.125rem;
  transition: 0.25s ease;
}

.feature_two_item_title_link_icon {
  display: inline;
  white-space: nowrap;
}
.feature_two_item_title_link_icon .icon_external {
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  display: inline;
  transform: translateY(-2px);
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .feature_two_item_title_link_icon .icon_external {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
}
.feature_two_item_title_link:focus .feature_two_item_title_link_icon .icon_external, .feature_two_item_title_link:hover .feature_two_item_title_link_icon .icon_external {
  transform: translate(5px, -2px);
}

.feature_two_item_meta {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: -2px;
  margin-left: -0.125rem;
}
@media (min-width:500px) {
  .feature_two_item_meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.feature_two_item_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #d40000;
  line-height: 1.6666666667;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media (min-width:500px) {
  .feature_two_item_meta_tag {
    margin-bottom: 0;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
}

.feature_two_item_meta_tag_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_two_item_meta_tag_link:focus, .feature_two_item_meta_tag_link:hover {
  border-bottom-color: currentColor;
}

.feature_two_item_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  line-height: 1.6666666667;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.feature_two_item_meta_label:last-child {
  margin-right: 0;
}
.feature_two_item_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_two_item_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_two_item_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

.feature_two_item_event_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  background: #dfeff8;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  transition: background-color 0.25s;
}
@media (min-width:740px) {
  .feature_two_item_event_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .feature_two_item_event_link {
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
}
@media (min-width:980px) {
  .feature_two_item_event_link {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}
.feature_two_item_event_link:focus {
  background: #1bd2ff;
}
@media (hover: hover) {
  .feature_two_item_event_link:hover {
    background: #1bd2ff;
  }
}

/* ==========================================================================
	Feature 1-up
============================================================================= */
.feature_one {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background: #efecea;
}
@media (min-width:740px) {
  .feature_one {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .feature_one {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .feature_one {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .feature_one {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
.page_feature .feature_one.with_heading:first-child {
  padding-top: 0;
}
.page_feature .feature_one:not(.with_heading) {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media (max-width:979px) {
  .full_width_callouts .feature_one:first-child {
    padding-top: 0;
  }
}
.live_stream.live_stream + .feature_one {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media (min-width:740px) {
  .live_stream.live_stream + .feature_one {
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}

@media (max-width:979px) {
  .feature_one_row {
    width: auto !important;
    min-width: inherit !important;
    display: block !important;
    margin: auto !important;
  }
}

@media (max-width:979px) {
  .feature_one_cell {
    width: auto !important;
    min-width: inherit !important;
    max-width: none !important;
    display: block !important;
    margin: auto !important;
  }
}

.feature_one_header {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  margin: 18px 0 20px;
  margin: 1.125rem 0 1.25rem;
}
@media (min-width:740px) {
  .feature_one_header {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .feature_one_header {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .feature_one_header {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .feature_one_header {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .feature_one_header {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .feature_one_header {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .feature_one_header {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .feature_one_header {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .feature_one_header {
    margin: 30px 0 35px;
    margin: 1.875rem 0 2.1875rem;
  }
}
@media (min-width:980px) {
  .feature_one_header {
    margin: 30px 0 46px;
    margin: 1.875rem 0 2.875rem;
  }
}

.feature_one_header_inner {
  position: relative;
  overflow: hidden;
}

.feature_one_header_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  color: #175bf1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.feature_one_header_label:before {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #175bf1;
  content: "";
}
.feature_one_header_label:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  background: #175bf1;
  content: "";
}
@media (min-width:740px) {
  .feature_one_header_label:after {
    left: calc(100% + 20px);
  }
}

.feature_one_figure {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width:980px) {
  .feature_one_figure {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.feature_one_image_wrapper {
  padding-top: 56.25%;
}

.feature_one_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  color: #fff;
  line-height: 1;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  transition: background-color 0.25s, color 0.25s;
}
.feature_one_image_tag:focus {
  background: #fff;
  color: #000;
}
@media (hover: hover) {
  .feature_one_image_tag:hover {
    background: #fff;
    color: #000;
  }
}

.feature_one_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  left: 0;
  bottom: 0;
}
@media (min-width:980px) {
  .feature_one_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.feature_one_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_one_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.feature_one_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_one_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
@media (min-width:1220px) {
  .feature_one_image_date {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
  }
}

.feature_one_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .feature_one_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.feature_one_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .feature_one_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

@media (min-width:980px) {
  .feature_one_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
  }
}

@media (min-width:980px) {
  .feature_one_wrapper_group {
    width: 54%;
    flex: 0 0 54%;
  }
}

.feature_one_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2592592593;
}
@media (min-width:740px) {
  .feature_one_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

.feature_one_title_link {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: currentColor;
  transition: border-color 0.25s;
}
.feature_one_title_link:focus {
  border-color: #000;
}
@media (hover: hover) {
  .feature_one_title_link:hover {
    border-color: #000;
  }
}

.feature_one_meta {
  align-items: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width:980px) {
  .feature_one_meta {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.feature_one_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: #175bf1;
  line-height: 1.6666666667;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media (min-width:980px) {
  .feature_one_meta_tag {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}

.feature_one_meta_tag_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_one_meta_tag_link:focus, .feature_one_meta_tag_link:hover {
  border-bottom-color: currentColor;
}

.feature_one_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  line-height: 1.6666666667;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.feature_one_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.feature_one_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_one_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

.feature_one_meta_authors_prefix {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: #5c5c5c;
  line-height: 1.6666666667;
  margin-right: 2px;
  margin-right: 0.125rem;
}

.feature_one_meta_author {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: #5c5c5c;
  line-height: 20px;
  line-height: 1.25rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  transition: 0.25s ease;
}
.feature_one_meta_author:last-child {
  margin-right: 0;
}
.feature_one_meta_author:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .feature_one_meta_author:hover {
    border-bottom-color: currentColor;
  }
}

.feature_one_meta_event_link {
  display: none;
}
@media (min-width:980px) {
  .feature_one_meta_event_link {
    display: inline-flex;
  }
}

.feature_one_meta_event_mobile_link {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media (min-width:980px) {
  .feature_one_meta_event_mobile_link {
    display: none;
  }
}

.feature_one_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #000;
  margin-top: 16px;
  margin-top: 1rem;
}
@media (min-width:980px) {
  .feature_one_description {
    width: 42%;
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .feature_one_description {
    width: 40%;
  }
}

/* ==========================================================================
	Feature 3-up (base)
============================================================================= */
.feature_three {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .feature_three {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .feature_three {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .feature_three {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .feature_three {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:500px) {
  .full_width_callouts .feature_three + .feature_three:not(.has_heading) .feature_three_inner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
@media (min-width:740px) {
  .full_width_callouts .feature_three + .feature_three:not(.has_heading) .feature_three_inner {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .full_width_callouts .feature_three + .feature_three:not(.has_heading) .feature_three_inner {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
.full_width_callouts .feature_three + .feature_three.has_heading .feature_three_header {
  margin-top: 0;
}
@media (min-width:500px) {
  .body_layout_home .full_width_callouts .feature_three:first-child:not(.has_heading) .feature_three_inner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
@media (min-width:740px) {
  .body_layout_home .full_width_callouts .feature_three:first-child:not(.has_heading) .feature_three_inner {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .body_layout_home .full_width_callouts .feature_three:first-child:not(.has_heading) .feature_three_inner {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
.full_width_callouts .homepage_events .feature_three:first-child:not(.has_heading) .feature_three_inner {
  border-top: none;
  padding-top: 0;
}
.feature_one + .feature_three {
  margin-top: 0;
}
.body_layout_home .full_width_callouts .feature_three:first-child {
  margin-top: 0;
}
.body_layout_home .full_width_callouts .feature_three:first-child .feature_three_header {
  margin-top: 0;
}
.layout_homepage_events .feature_three {
  margin-bottom: 0;
  margin-top: 0;
}

.feature_three_inner.feature_right {
  display: flex;
  flex-direction: column;
}
@media (min-width:980px) {
  .feature_three_inner.feature_right {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width:980px) {
  .feature_three_inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.feature_three_header {
  margin: 18px 0 20px;
  margin: 1.125rem 0 1.25rem;
  overflow: hidden;
}
.feature_three_inner.feature_right .feature_three_header {
  order: 0;
}
@media (min-width:740px) {
  .feature_three_header {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}
@media (min-width:980px) {
  .feature_three_header {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 47px;
    margin-bottom: 2.9375rem;
  }
}

.feature_three_header_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  color: #175bf1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.feature_three_header_label:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  background: #175bf1;
  content: "";
}
@media (min-width:740px) {
  .feature_three_header_label:after {
    left: calc(100% + 20px);
  }
}

/* ==========================================================================
	Featured Item
============================================================================= */
.featured_item {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #efecea;
}
@media (min-width:740px) {
  .featured_item {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .featured_item {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .featured_item {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .featured_item {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.featured_item_head {
  align-items: center;
  color: #175bf1;
  display: flex;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width:740px) {
  .featured_item_head {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
}
.featured_item_head:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: #175bf1;
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.featured_item_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5238095238;
}

.featured_item_content_wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.featured_item_img_wrap {
  position: relative;
}

.featured_item_image_wrapper {
  --padding-top: 56.25%;
  padding-top: var(--padding-top);
  transition: opacity 0.25s;
}
.featured_item.has_video .featured_item_image_wrapper {
  --padding-top: 56.25%;
}
.featured_item.is_type_standard .featured_item_image_wrapper {
  --padding-top: 56.25%;
}
.featured_item_video_wrap.loaded .featured_item_image_wrapper {
  background: transparent;
}

.featured_item_video_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.featured_item_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured_item_video:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.38);
  content: "";
}
.featured_item_video + .video_item_iframe_wrapper {
  z-index: 3;
}
.featured_item_video.playing ~ .featured_item_issue {
  display: none;
}

.featured_item_podcast_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.featured_item_podcast_link_label.focusable:active, .featured_item_podcast_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.featured_item_video_play_btn,
.featured_item_video_pause_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .featured_item_video_play_btn,
  .featured_item_video_pause_btn {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
@media (min-width:1220px) {
  .featured_item_video_play_btn,
  .featured_item_video_pause_btn {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }
}
.featured_item_video_play_btn .icon_podcast_play,
.featured_item_video_pause_btn .icon_podcast_play {
  color: #175bf1;
  transform: translateX(2px);
}
@media (min-width:740px) {
  .featured_item_video_play_btn .icon_podcast_play,
  .featured_item_video_pause_btn .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
    transform: translateX(3px);
  }
}
@media (min-width:1220px) {
  .featured_item_video_play_btn .icon_podcast_play,
  .featured_item_video_pause_btn .icon_podcast_play {
    width: 37px;
    width: 2.3125rem;
    height: 32px;
    height: 2rem;
    transform: translateX(4px);
  }
}
.featured_item_video:focus .featured_item_video_play_btn, .featured_item_video:hover .featured_item_video_play_btn,
.featured_item_video:focus .featured_item_video_pause_btn,
.featured_item_video:hover .featured_item_video_pause_btn {
  background-color: #175bf1;
  color: #fff;
}
.featured_item_video:focus .featured_item_video_play_btn .icon_play,
.featured_item_video:focus .featured_item_video_play_btn .icon_podcast_play, .featured_item_video:hover .featured_item_video_play_btn .icon_play,
.featured_item_video:hover .featured_item_video_play_btn .icon_podcast_play,
.featured_item_video:focus .featured_item_video_pause_btn .icon_play,
.featured_item_video:focus .featured_item_video_pause_btn .icon_podcast_play,
.featured_item_video:hover .featured_item_video_pause_btn .icon_play,
.featured_item_video:hover .featured_item_video_pause_btn .icon_podcast_play {
  color: #fff;
}
.featured_item_video.playing .featured_item_video_play_btn,
.featured_item_video.playing .featured_item_video_pause_btn {
  display: none;
}
.featured_item_video_play_btn .icon_play,
.featured_item_video_pause_btn .icon_play {
  color: #175bf1;
  transition: 0.25s ease;
  transform: translateX(3px);
}

.featured_item_podcast_link.playing .featured_item_video_play_btn {
  display: none;
}
.featured_item_podcast_link.paused .featured_item_video_play_btn {
  display: none;
}
.featured_item_podcast_link.playing.paused .featured_item_video_play_btn {
  display: flex;
}

.featured_item_video_pause_btn {
  display: none;
}
.featured_item_podcast_link.playing .featured_item_video_pause_btn {
  display: flex;
}
.featured_item_podcast_link.paused .featured_item_video_pause_btn {
  display: flex;
}
.featured_item_podcast_link.playing.paused .featured_item_video_pause_btn {
  display: none;
}

.featured_item_issue {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--img_issue_bg_color, #00d4a8);
  border: 1px solid var(--img_issue_border_color, transparent);
  border: 0.0625rem solid var(--img_issue_border_color, transparent);
  color: var(--img_issue_color, #000);
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  transition: 0.25s ease;
  z-index: 2;
}

.featured_item_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  transition: opacity 0.25s;
}
@media (min-width:740px) {
  .featured_item_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.featured_item_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .featured_item_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
.featured_item_video_wrap.loaded .featured_item_img_credit {
  opacity: 0;
}

.featured_item_img_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  transition: opacity 0.25s;
}
@media (min-width:980px) {
  .featured_item_img_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.featured_item_img_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .featured_item_img_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.featured_item_img_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .featured_item_img_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.featured_item_video_wrap.loaded .featured_item_img_date {
  opacity: 0;
}

.featured_item_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  line-height: 1.2592592593;
}
@media (min-width:740px) {
  .featured_item_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media (min-width:740px) {
  .featured_item_title {
    line-height: 1.25;
  }
}

.featured_item_title_link {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: #000;
  transition: 0.25s ease;
}
.featured_item_title_link:focus, .featured_item_title_link:hover {
  border-bottom-color: currentColor;
}

.featured_item_meta {
  display: flex;
  flex-flow: column wrap;
  margin: 10px -10px -10px;
  margin: 0.625rem -0.625rem -0.625rem;
}
.featured_item_meta > * {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media (min-width:500px) {
  .featured_item_meta {
    align-items: center;
    flex-direction: row;
  }
}

.featured_item_meta_other {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #175bf1;
  text-transform: uppercase;
}
.featured_item_meta_other span {
  color: #000;
  font-weight: 500;
}
.featured_item_meta_other a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.featured_item_meta_other a:first-child {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  margin-right: 4px;
  margin-right: 0.25rem;
  text-transform: uppercase;
}
.featured_item_meta_other a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .featured_item_meta_other a:hover {
    border-bottom-color: currentColor;
  }
}

.featured_item_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.featured_item_meta_btn.is_mobile {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:980px) {
  .featured_item_meta_btn.is_mobile {
    display: none;
  }
}
.featured_item_meta_btn.is_desktop {
  display: none;
}
@media (min-width:980px) {
  .featured_item_meta_btn.is_desktop {
    display: block;
  }
}

/* ==========================================================================
	Filter Bar Takeover
============================================================================= */
.filter_bar_takeover {
  --bg_color: #012149;
  --color: #fff;
  --btn_close_icon_bg_color: #fff;
  --btn_close_icon_color: #000;
  --btn_close_border_bottom_color: #1bd2ff;
  --footer_bg_color: #1bd2ff;
  --footer_color: #000;
  --footer_title_border_color: #fff;
  --btn_submit_bg_color: #fff;
  --btn_submit_color: #000;
  --btn_reset_bg_color: #012149;
  --btn_reset_color: #fff;
}

.filter_bar_takeover {
  background-color: var(--bg_color);
  color: var(--color);
  opacity: 0;
  transition: 0.25s opacity ease, 0ms visibility 0.25s;
  visibility: hidden;
}
.filter_bar_takeover.fs-swap-enabled {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.filter_bar_takeover.fs-swap-active {
  opacity: 1;
  visibility: visible;
  transition: 0.25s opacity ease;
}

.filter_bar_takeover__inner {
  height: var(--window_height, 100vh);
  display: flex;
  flex-flow: column nowrap;
  overflow: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.filter_bar_takeover_head {
  padding-right: 20px;
  padding-right: 1.25rem;
}

.filter_bar_takeover_btn {
  width: 100%;
  align-items: center;
  color: currentColor;
  display: flex;
  justify-content: flex-end;
}

.filter_bar_takeover_btn_icon {
  height: 19px;
  height: 1.1875rem;
  width: 19px;
  width: 1.1875rem;
  align-items: center;
  background-color: var(--btn_close_icon_bg_color);
  border-radius: 50%;
  color: var(--btn_close_icon_color);
  display: flex;
  justify-content: center;
}
.filter_bar_takeover_btn_icon .icon {
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
}

.filter_bar_takeover_btn_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--btn_close_border_bottom_color);
  border-bottom: 0.0625rem solid var(--btn_close_border_bottom_color);
  display: inline-block;
  letter-spacing: 0.06em;
  margin-left: 7px;
  margin-left: 0.4375rem;
  text-transform: uppercase;
}

.filter_bar_takeover_form {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.filter_bar_takeover_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  color: var(--color);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

.filter_bar_takeover_accordion {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.filter_bar_takeover_foot {
  color: var(--footer_color);
  margin: auto -20px 0;
  margin: auto -1.25rem 0;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.filter_bar_takeover_foot_inner {
  background-color: var(--footer_bg_color);
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}

.filter_bar_takeover_foot_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}
.filter_bar_takeover_foot_title:after {
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: var(--footer_title_border_color);
  content: "";
  flex: 1;
  margin-left: 10px;
  margin-left: 0.625rem;
  opacity: 0.4;
}

.filter_bar_takeover_btns_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.filter_bar_takeover_submit {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--btn_submit_bg_color);
  border: none;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: var(--btn_submit_color);
  cursor: pointer;
  font-weight: 500;
  outline: none;
  padding: 9px 17px;
  padding: 0.5625rem 1.0625rem;
}
@media (min-width:740px) {
  .filter_bar_takeover_submit {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.filter_bar_takeover_btn_reset_wrap {
  align-items: center;
  background-color: var(--btn_reset_bg_color);
  border-radius: 14px;
  border-radius: 0.875rem;
  color: var(--btn_reset_color);
  cursor: pointer;
  display: flex;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
}

.filter_bar_takeover_btn_reset_icon {
  flex-shrink: 0;
  margin-right: 4px;
  margin-right: 0.25rem;
}
.filter_bar_takeover_btn_reset_icon .icon {
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
}

.filter_bar_takeover_reset {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  letter-spacing: 0.06em;
  margin: 0;
  outline: none;
  padding: 0;
  text-transform: uppercase;
}

.filter_results_clear_btn {
  align-items: center;
  background-color: var(--clear_btn_bg_color);
  border: 2px solid var(--clear_btn_border_color);
  border: 0.125rem solid var(--clear_btn_border_color);
  border-radius: 14px;
  border-radius: 0.875rem;
  color: var(--clear_btn_color);
  cursor: pointer;
  display: flex;
  padding: 1px 7px;
  padding: 0.0625rem 0.4375rem;
  transition: 0.25s ease;
}
.filter_results_clear_btn:focus, .filter_results_clear_btn:hover {
  background-color: var(--clear_btn_bg_color--active);
}

/* ==========================================================================
	Filter Bar
============================================================================= */
/* ==========================================================================
	Layout
============================================================================= */
@media (min-width:980px) {
  .filter_bar_layout {
    width: calc(100% + 8px);
    width: calc(100% + 0.5rem);
    max-height: var(--max_height, calc(100vh - 120px));
    position: sticky;
    top: 60px;
    transform: translate(-8px, 0);
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    padding: 8px;
    padding: 0.5rem;
    overflow-y: auto;
  }
}

@media (min-width:980px) {
  .filter_bar_layout_mobile {
    display: none;
  }
}

.filter_bar_layout_desktop {
  display: none;
}
@media (min-width:980px) {
  .filter_bar_layout_desktop {
    display: block;
  }
}

/* ==========================================================================
	Layout / Component
============================================================================= */
.filter_bar {
  --color: #175bf1;
  --bg_color: #efecea;
  --border_color: transparent;
  --label_border_color: #175bf1;
  --input_border_color: #175bf1;
  --input_placeholder_color: #000;
  --input_outline_color: #175bf1;
  --input_search_bg_color: #175bf1;
  --input_search_bg_color--active: #00005a;
  --input_search_border_color: #175bf1;
  --input_checkbox_color: #00005a;
  --input_checkbox_bg_color: #fff;
  --input_checkbox_bg_color--active: #efecea;
  --input_checkbox_border_color: rgba(0, 0, 90, 0.3);
  --input_checkbox_border_color--active: rgba(0, 0, 90, 0.3);
  --input_checkbox_icon_color: #fff;
  --input_radio_dot_bg_color: transparent;
  --input_radio_dot_bg_color--active: #fff;
  --input_submit_bg_color: #00d4a8;
  --input_submit_bg_color--active: #175bf1;
  --input_submit_color: #000;
  --input_submit_color--active: #fff;
  --btn_takeover_toggle_bg_color: #175bf1;
  --btn_takeover_toggle_color: #fff;
  --btn_takeover_toggle_border_color: transparent;
  --btn_takeover_icon_plus_bg_color: #175bf1;
  --btn_takeover_icon_plus_color: #fff;
}
.theme_dark .filter_bar {
  --color: #fff;
  --bg_color: rgba(0, 0, 90, 0.5);
  --border_color: transparent;
  --label_border_color: rgba(255, 255, 255, 0.5);
  --input_checkbox_color: #fff;
  --input_checkbox_bg_color--active: #1bd2ff;
  --btn_takeover_toggle_border_color: #1bd2ff;
}
.filter_bar_takeover .filter_bar {
  --bg_color: transparent;
  --border_color: transparent;
  --input_checkbox_color: #4a4a4a;
  --input_checkbox_icon_color: #b2b2b2;
}
.filter_bar.is_mobile {
  --bg_color: none;
  --border_color: transparent;
}

.filter_bar {
  background-color: var(--bg_color);
  border: 1px solid var(--border_color);
  border: 0.0625rem solid var(--border_color);
  border-radius: 4px;
  border-radius: 0.25rem;
}
@media (min-width:1220px) {
  .filter_bar {
    max-width: 330px;
    max-width: 20.625rem;
  }
}

.filter_bar_inner {
  padding: 20px;
  padding: 1.25rem;
}
@media (min-width:1220px) {
  .filter_bar_inner {
    padding: 30px;
    padding: 1.875rem;
  }
}

.filter_bar_search_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  color: var(--color);
  align-items: center;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  gap: 0 10px;
  letter-spacing: 0.0166666667em;
  line-height: 1.3333333333;
  text-transform: uppercase;
}
.filter_bar_search_label:after {
  height: 1px;
  height: 0.0625rem;
  background-color: var(--label_border_color);
  content: "";
  flex: 1;
}

.filter_bar_search_wrap {
  display: flex;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.filter_bar_search_input_wrap {
  flex: 1;
}

.filter_bar_search_input {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  height: 46px;
  height: 2.875rem;
  width: 100%;
  border: 1px solid var(--input_border_color);
  border: 0.0625rem solid var(--input_border_color);
  border-right-width: 0;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 46px;
  line-height: 2.875rem;
  padding: 0 16px;
  padding: 0 1rem;
}
@media (min-width:740px) {
  .filter_bar_search_input {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.filter_bar_search_input::-moz-placeholder {
  color: var(--input_placeholder_color);
  opacity: 1;
}
.filter_bar_search_input::placeholder {
  color: var(--input_placeholder_color);
  opacity: 1;
}
.filter_bar_search_input:focus {
  outline: none;
}

.filter_bar_search_submit {
  height: 46px;
  height: 2.875rem;
  width: 46px;
  width: 2.875rem;
  align-items: center;
  background-color: var(--input_search_bg_color);
  border: 1px solid var(--input_search_border_color);
  border: 0.0625rem solid var(--input_search_border_color);
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-left-width: 0;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  transition: 0.25s ease;
}
.filter_bar_search_submit .icon_search {
  color: #fff;
}
.filter_bar_search_submit:focus, .filter_bar_search_submit:hover {
  background-color: var(--input_search_bg_color--active);
}

.filter_bar_filters {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.filter_bar_checkbox_wrap {
  cursor: pointer;
  display: flex;
}
.filter_bar_checkbox_wrap + .filter_bar_checkbox_wrap {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.filter_bar_radio_wrap {
  cursor: pointer;
  display: flex;
}
.filter_bar_radio_wrap + .filter_bar_radio_wrap {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.filter_bar_checkbox_input {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.filter_bar_checkbox_input.focusable:active, .filter_bar_checkbox_input.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.filter_bar_checkbox_input:checked ~ .filter_bar_checkbox_indicator {
  background-color: var(--input_checkbox_bg_color--active);
  border-color: var(--input_checkbox_border_color--active);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 7'%3E%3Cpath d='M3.446 6.865a.458.458 0 01-.65 0l-2.594-2.6a.69.69 0 010-.975l.325-.326c.27-.27.705-.27.975 0l1.62 1.623L7.497.202c.27-.27.706-.27.975 0l.325.326a.69.69 0 010 .976L3.446 6.865z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
}

.filter_bar_radio_input {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.filter_bar_radio_input.focusable:active, .filter_bar_radio_input.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.filter_bar_radio_input:checked ~ .filter_bar_radio_indicator {
  background-color: var(--input_checkbox_bg_color--active);
  border-color: var(--input_checkbox_border_color--active);
}
.filter_bar_radio_input:checked ~ .filter_bar_radio_indicator:after {
  background-color: var(--input_radio_dot_bg_color--active);
}

.filter_bar_checkbox_indicator {
  transform: translate(0, 6px);
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
  background-color: var(--input_checkbox_bg_color);
  border: 1px solid var(--input_checkbox_border_color);
  border: 0.0625rem solid var(--input_checkbox_border_color);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 0.125rem;
  color: var(--input_checkbox_icon_color);
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  margin-right: 0.5rem;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: border-color, background-color;
}
@media (min-width:1220px) {
  .filter_bar_checkbox_indicator {
    transform: translate(0, 5px);
  }
}
.filter_bar_takeover .filter_bar_checkbox_indicator {
  transform: translate(0, 3px);
}

.filter_bar_radio_indicator {
  transform: translate(0, 6px);
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
  align-items: center;
  background-color: var(--input_checkbox_bg_color);
  border: 1px solid var(--input_checkbox_border_color);
  border: 0.0625rem solid var(--input_checkbox_border_color);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: var(--input_checkbox_icon_color);
  display: flex;
  justify-content: center;
  margin-right: 8px;
  margin-right: 0.5rem;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: border-color, background-color;
}
.filter_bar_radio_indicator:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 50%;
  background-color: var(--input_radio_dot_bg_color);
  border-radius: 50%;
  content: "";
}
@media (min-width:1220px) {
  .filter_bar_radio_indicator {
    transform: translate(0, 5px);
  }
}
.filter_bar_takeover .filter_bar_radio_indicator {
  transform: translate(0, 3px);
}

.filter_bar_checkbox_text,
.filter_bar_radio_text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: var(--input_checkbox_color);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  transition: 0.25s ease;
}
.filter_bar_checkbox_text:focus, .filter_bar_checkbox_text:hover,
.filter_bar_radio_text:focus,
.filter_bar_radio_text:hover {
  text-decoration: underline;
}

.filter_bar_submit_wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.filter_bar_submit {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  width: 100%;
  background-color: var(--input_submit_bg_color);
  border: none;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: var(--input_submit_color);
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 6px 20px 8px;
  padding: 0.375rem 1.25rem 0.5rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .filter_bar_submit {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.filter_bar_submit:focus, .filter_bar_submit:hover {
  background-color: var(--input_submit_bg_color--active);
  color: var(--input_submit_color--active);
}

.filter_bar_takeover_toggle {
  width: 100%;
  align-items: center;
  background-color: var(--btn_takeover_toggle_bg_color);
  border: 1px solid var(--btn_takeover_toggle_border_color);
  border: 0.0625rem solid var(--btn_takeover_toggle_border_color);
  border-radius: 4px;
  border-radius: 0.25rem;
  color: var(--btn_takeover_toggle_color);
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 13px 10px 13px 21px;
  padding: 0.8125rem 0.625rem 0.8125rem 1.3125rem;
}
.filter_bar_takeover_toggle .left {
  align-items: center;
  display: flex;
}
.filter_bar_takeover_toggle .text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-left: 11px;
  margin-left: 0.6875rem;
  text-transform: uppercase;
}
.filter_bar_takeover_toggle .icon_plus {
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  align-items: center;
  background-color: var(--btn_takeover_icon_plus_bg_color);
  border-radius: 50%;
  color: var(--btn_takeover_icon_plus_color);
  display: flex;
}
.filter_bar_takeover_toggle .icon_plus .icon {
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
}

/* ==========================================================================
	Filter
============================================================================= */
.filter {
  --color: #4a4a4a;
  --cat_color: #000;
  --clear_btn_bg_color: #175bf1;
  --clear_btn_bg_color--active: #00005a;
  --clear_btn_border_color: #175bf1;
  --clear_btn_color: #fff;
}
.theme_dark .filter {
  --color: #fff;
  --cat_color: #fff;
}

.filter {
  color: var(--color);
  display: none;
}
.js .filter {
  display: block;
}
@media print {
  .js .filter {
    display: none;
  }
}

.filter_results {
  align-items: baseline;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px -5px;
  margin: 0 -0.3125rem -0.3125rem;
}
.filter_results > * {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.filter_results_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
}
@media (min-width:740px) {
  .filter_results_label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.filter_results_categories {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cat_color);
  text-transform: uppercase;
}

.filter_results_clear_btn {
  align-items: center;
  background-color: var(--clear_btn_bg_color);
  border: 2px solid var(--clear_btn_border_color);
  border: 0.125rem solid var(--clear_btn_border_color);
  border-radius: 14px;
  border-radius: 0.875rem;
  color: var(--clear_btn_color);
  cursor: pointer;
  display: flex;
  padding: 1px 7px;
  padding: 0.0625rem 0.4375rem;
  transition: 0.25s ease;
}
.filter_results_clear_btn:focus, .filter_results_clear_btn:hover {
  background-color: var(--clear_btn_bg_color--active);
}

.filter_results_clear_icon .icon {
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
}

.filter_results_clear_btn_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

/* ==========================================================================
	Gallery
============================================================================= */
.gallery {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width:740px) {
  .gallery {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .gallery {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .gallery {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .gallery {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.gallery_header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.gallery_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}
@media (min-width:740px) {
  .gallery_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.gallery_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
.gallery_description p {
  margin: 0;
}

.gallery_body {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media (max-width:979px) {
  .gallery_body {
    padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    background: linear-gradient(0deg, #efecea 0%, #efecea calc(100% - 30px), #fff calc(100% - 30px), #fff 100%);
  }
}
@media (max-width:979px) and (min-width:740px) {
  .gallery_body {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (max-width:979px) and (min-width:980px) {
  .gallery_body {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (max-width:979px) and (min-width:1220px) {
  .gallery_body {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (max-width:979px) and (min-width:1394px) {
  .gallery_body {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (max-width:979px) and (min-width:740px) {
  .gallery_body {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (max-width:979px) and (min-width:980px) {
  .gallery_body {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (max-width:979px) and (min-width:1220px) {
  .gallery_body {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (max-width:979px) and (min-width:1394px) {
  .gallery_body {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .gallery_body {
    margin-left: calc((100% - (100% - 40px) * 0.9591) / 2);
    margin-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    transform: translate(60px, 0);
    background: linear-gradient(0deg, #efecea 0%, #efecea calc(100% - 65px), #fff calc(100% - 65px), #fff 100%);
  }
}
@media (min-width:980px) and (min-width:740px) {
  .gallery_body {
    margin-left: calc((100% - 690.552px) / 2);
    margin-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) and (min-width:980px) {
  .gallery_body {
    margin-left: calc((100% - 920.736px) / 2);
    margin-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:980px) and (min-width:1220px) {
  .gallery_body {
    margin-left: calc((100% - 1150.92px) / 2);
    margin-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:980px) and (min-width:1394px) {
  .gallery_body {
    margin-left: calc((100% - 1317.8034px) / 2);
    margin-left: calc((100% - 82.36271rem) / 2);
  }
}
.gallery_body > .fs-row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width:739px) {
  .gallery_body > .fs-row {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width:980px) {
  .gallery_body_inner {
    transform: translate(-60px, 0);
  }
}

.gallery_items {
  overflow: hidden;
}
[data-whatinput=mouse] .gallery_items:focus, [data-whatinput=touch] .gallery_items:focus {
  outline: 0;
}
.gallery_items .fs-carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 25%);
  align-items: center;
  justify-content: flex-end;
  margin-top: 56.25%;
  padding-top: 22px;
  padding-top: 1.375rem;
  pointer-events: none;
  visibility: hidden;
}
.gallery_items .fs-carousel-controls.fs-carousel-visible {
  display: none;
}
@media (min-width:980px) {
  .gallery_items .fs-carousel-controls.fs-carousel-visible {
    display: flex;
  }
}
.gallery_items .fs-carousel-control {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background-color: #00005a;
  border-radius: 50%;
  color: #fff;
  opacity: 0.2;
  transition: color 0.25s, background-color 0.25s, opacity 0.25s, visibility 0.25s;
  visibility: visible;
}
.gallery_items .fs-carousel-control.fs-carousel-visible {
  opacity: 1;
}
.gallery_items .fs-carousel-control.fs-carousel-visible:focus, .gallery_items .fs-carousel-control.fs-carousel-visible:hover {
  background-color: #00005a;
  color: #fff;
}
.gallery_items .fs-carousel-control.fs-carousel-visible:focus .icon_podcast_play,
.gallery_items .fs-carousel-control.fs-carousel-visible:focus .icon_play, .gallery_items .fs-carousel-control.fs-carousel-visible:hover .icon_podcast_play,
.gallery_items .fs-carousel-control.fs-carousel-visible:hover .icon_play {
  color: #fff;
}
.gallery_items .fs-carousel-control + .fs-carousel-control {
  margin-left: 14px;
  margin-left: 0.875rem;
}
.gallery_items .fs-carousel-pagination {
  margin-top: 16px;
  margin-top: 1rem;
}
.gallery_items .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}
@media (min-width:980px) {
  .gallery_items .fs-carousel-pagination.fs-carousel-visible {
    display: none;
  }
}

.gallery_item {
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media print {
  .gallery_item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media print {
  .gallery_item.no_caption {
    display: none;
  }
}

.gallery_item_media {
  position: relative;
  display: block;
}
@media print {
  .gallery_item_media {
    display: none;
  }
}

.gallery_item_image_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .gallery_item_image_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.gallery_item_image_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .gallery_item_image_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

.gallery_item_media_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.js .gallery_item_media_video {
  display: block;
  opacity: 0;
  transition: opacity 0.5s;
}
.js .video_loaded .gallery_item_media_video {
  opacity: 1;
}

.gallery_item_media_iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery_item_image_wrapper {
  display: block;
  padding-top: 56.25%;
}

.gallery_item_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition: background 0.25s, color 0.25s;
}
.gallery_item_link:hover, .gallery_item_link:focus {
  color: #fff;
}

.gallery_item_link_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .gallery_item_link_inner {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
@media (min-width:1220px) {
  .gallery_item_link_inner {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }
}
.gallery_item_link_inner .icon_podcast_play {
  color: #175bf1;
  transform: translateX(2px);
}
@media (min-width:740px) {
  .gallery_item_link_inner .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
    transform: translateX(3px);
  }
}
@media (min-width:1220px) {
  .gallery_item_link_inner .icon_podcast_play {
    width: 37px;
    width: 2.3125rem;
    height: 32px;
    height: 2rem;
    transform: translateX(4px);
  }
}
.gallery_item_link:focus .gallery_item_link_inner, .gallery_item_link:hover .gallery_item_link_inner {
  background-color: #175bf1;
  color: #fff;
}
.gallery_item_link:focus .gallery_item_link_inner .gallery_item_link_icon, .gallery_item_link:hover .gallery_item_link_inner .gallery_item_link_icon {
  color: #fff;
}
.playing .gallery_item_link_inner {
  display: none;
}
.gallery_item_link_inner .icon {
  transition: 0.25s ease;
}
@media (min-width:980px) {
  .gallery_item_link_inner .icon {
    height: 32px;
    height: 2rem;
    width: 37px;
    width: 2.3125rem;
  }
}

.gallery_item_link_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #175bf1;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.gallery_item_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.gallery_item_link_label.focusable:active, .gallery_item_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.gallery_details {
  min-height: 60px;
  min-height: 3.75rem;
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (min-width:980px) {
  .gallery_details {
    margin-top: 27px;
    margin-top: 1.6875rem;
    padding: 0 100px;
    padding: 0 6.25rem;
  }
}
.fs-carousel-item .gallery_details {
  opacity: 0;
  transform: translate3d(60px, 0, 0);
  transition: transform 0.5s, opacity 0.5s;
}
.fs-carousel-item_previous .gallery_details, .fs-carousel-item_next .gallery_details {
  transition: transform 0.5s, opacity 0.15s;
  transition-delay: 0s;
}
.fs-carousel-visible .gallery_details {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}

.gallery_index {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #00005a;
}
@media print {
  .gallery_index {
    display: none;
  }
}

.gallery_item_caption {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #000;
  display: block;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}
@media (min-width:740px) {
  .gallery_item_caption {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.gallery_item_caption a {
  color: currentColor;
  text-decoration: underline;
  transition: color 0.25s;
}
.gallery_item_caption a:hover, .gallery_item_caption a:focus {
  color: #000;
}

.homepage_atmospheric {
  --atmospheric-dimension: 320px;
}
@media (min-width:740px) {
  .homepage_atmospheric {
    --atmospheric-dimension: 725px;
  }
}
@media (min-width:980px) {
  .homepage_atmospheric {
    --atmospheric-dimension: 875px;
  }
}
@media (min-width:1220px) {
  .homepage_atmospheric {
    --atmospheric-dimension: 1025px;
  }
}

.homepage_atmospheric {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.homepage_atmospheric_inner {
  display: flex;
  min-height: calc(var(--atmospheric-dimension) + 20px);
  min-height: calc(var(--atmospheric-dimension) + 1.25rem);
  align-items: center;
}
@media (min-width:740px) {
  .homepage_atmospheric_inner {
    min-height: 400px;
    min-height: 25rem;
  }
}
@media (min-width:980px) {
  .homepage_atmospheric_inner {
    min-height: 520px;
    min-height: 32.5rem;
  }
}
@media (min-width:1220px) {
  .homepage_atmospheric_inner {
    min-height: 700px;
    min-height: 43.75rem;
  }
}

.homepage_atmospheric_content {
  position: relative;
  z-index: 5;
  width: calc(100% - var(--atmospheric-dimension) * 0.25);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width:740px) {
  .homepage_atmospheric_content {
    width: 50%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width:980px) {
  .homepage_atmospheric_content {
    width: 48%;
  }
}
@media (min-width:1220px) {
  .homepage_atmospheric_content {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.homepage_atmospheric_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media (min-width:740px) {
  .homepage_atmospheric_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:980px) {
  .homepage_atmospheric_title {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media (min-width:1220px) {
  .homepage_atmospheric_title {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (max-width:979px) {
  .homepage_atmospheric_title {
    max-width: 25ch;
  }
}

.homepage_atmospheric_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-block-start: 15px;
  margin-block-start: 0.9375rem;
}
@media (min-width:980px) {
  .homepage_atmospheric_description {
    max-width: 81.5%;
  }
}
.homepage_atmospheric_description p {
  margin-block: 0;
}

.homepage_atmospheric_button {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.homepage_atmospheric_figure {
  position: absolute;
  top: 10px;
  right: calc(var(--atmospheric-dimension) / 2 * -1);
  width: var(var(--atmospheric-dimension));
  height: calc(100% - 20px);
  height: calc(100% - 1.25rem);
  pointer-events: none;
}
@media (min-width:500px) {
  .homepage_atmospheric_figure {
    right: calc(var(--atmospheric-dimension) * 0.3 * -1);
  }
}
@media (min-width:740px) {
  .homepage_atmospheric_figure {
    top: 0;
    right: calc(var(--atmospheric-dimension) * 0.2 * -1);
  }
}
@media (min-width:980px) {
  .homepage_atmospheric_figure {
    right: calc(var(--atmospheric-dimension) * 0.3 * -1);
  }
}
@media (min-width:1220px) {
  .homepage_atmospheric_figure {
    width: var(--atmospheric-dimension);
    height: 100%;
  }
}

.homepage_atmospheric_media_wrap {
  position: absolute;
  aspect-ratio: 1;
}
@media (max-width:979px) {
  .homepage_atmospheric_media_wrap {
    inset: auto 0 0 auto;
    transform: translate(50%, 0);
    height: 100%;
  }
}
@media (min-width:980px) {
  .homepage_atmospheric_media_wrap {
    inset: auto 0 0 auto;
    height: 100%;
  }
}

/* ==========================================================================
	Homepage Events
============================================================================= */
.homepage_events {
  --bg-color: #fff;
  --color: #000;
  --linework-color: #175bf1;
}

.homepage_events {
  position: relative;
}

.homepage_events_inner {
  background-color: var(--bg-color);
  color: var(--color);
  padding: 50px 0;
  padding: 3.125rem 0;
}
.homepage_events_inner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/events-c.svg");
  background-position: top 40px right 75px;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
  transition: 0.75s ease;
}
@media (min-width:740px) {
  .homepage_events_inner {
    padding: 83px 0;
    padding: 5.1875rem 0;
  }
}
.homepage_events.home.homepage_events_reverse .homepage_events_inner:before {
  background-image: url("../images/bg-homepage-events-reverse.png");
  background-position: top left;
  background-repeat: no-repeat;
}
.homepage_events.fs-checkpoint-active .homepage_events_inner:before {
  background-attachment: fixed;
  opacity: 0;
}
.homepage_events_inner.fs-checkpoint-active:before {
  opacity: 0.75;
}

.homepage_events.homepage_events_reverse .homepage_events_rows {
  display: flex;
  flex-direction: column-reverse;
}

.homepage_events_row {
  position: relative;
}
.homepage_events_row + .homepage_events_row {
  --margin-top: 70px;
  --margin-top: 4.375rem;
  margin-top: var(--margin-top);
}
.homepage_events_reverse .homepage_events_row + .homepage_events_row {
  --margin-top: 50px;
  --margin-top: 3.125rem;
}
@media (min-width:740px) {
  .homepage_events_row + .homepage_events_row {
    --margin-top: 60px;
    --margin-top: 3.75rem;
  }
  .homepage_events_reverse .homepage_events_row + .homepage_events_row {
    --margin-top: 80px;
    --margin-top: 5rem;
  }
}
@media (min-width:980px) {
  .homepage_events_reverse .homepage_events_row + .homepage_events_row {
    --margin-top: 125px;
    --margin-top: 7.8125rem;
  }
}

.homepage_events_head {
  position: relative;
  z-index: 1;
}
@media (min-width:980px) {
  .homepage_events_head.js-is-sticky.fs-checkpoint-active {
    position: sticky;
    top: 100px;
  }
}

.homepage_events_head_wrap {
  transition: 0.75s opacity ease;
}
@media (min-width:980px) {
  .homepage_events_head_wrap.fs-checkpoint-active {
    opacity: 0;
  }
}

.homepage_events_head_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1;
}
.homepage_events_head_label a {
  display: inline-block;
  position: relative;
  color: #175bf1;
  display: inline-block;
  transition: 0.25s ease;
}
.homepage_events_head_label a:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: var(--linework-color);
  content: "";
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
}
@media (hover: hover) {
  .homepage_events_head_label a:hover:after {
    bottom: -3px;
    opacity: 1;
  }
}

.homepage_events_head_label.has_border {
  align-items: center;
  display: flex;
}
.homepage_events_head_label.has_border:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: var(--linework-color);
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.homepage_events_head_label_icon {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.homepage_events_head_label_icon .icon {
  color: var(--linework-color);
  width: 17px;
  width: 1.0625rem;
  height: 19px;
  height: 1.1875rem;
}

.homepage_events_head_text {
  --margin-top: 13px;
  --margin-top: 0.8125rem;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: var(--margin-top);
}
@media (min-width:740px) {
  .homepage_events_head_text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media (min-width:740px) {
  .homepage_events_head_text {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:740px) {
  .homepage_events_head_text {
    --margin-top: 34px;
    --margin-top: 2.125rem;
  }
}

.homepage_events_cards_wrap {
  --margin-top: 55px;
  --margin-top: 3.4375rem;
  position: relative;
  z-index: 2;
  margin-top: var(--margin-top);
}
@media (min-width:740px) {
  .homepage_events_cards_wrap {
    --margin-top: 112px;
    --margin-top: 7rem;
  }
  .homepage_events_reverse .homepage_events_cards_wrap {
    --margin-top: 85px;
    --margin-top: 5.3125rem;
  }
}

@media (min-width:980px) {
  .homepage_events_card.is_featured {
    display: none;
  }
}

.homepage_events_feature_wrap {
  --margin-top: 20px;
  --margin-top: 1.25rem;
  margin-top: var(--margin-top);
}
@media (min-width:740px) {
  .homepage_events_feature_wrap {
    --margin-top: 35px;
    --margin-top: 2.1875rem;
  }
}

/* ==========================================================================
	Carousel
============================================================================= */
.homepage_events_cards_carousel.fs-carousel-enabled {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media (min-width:740px) {
  .homepage_events_cards_carousel.fs-carousel-enabled {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
@media (max-width:739px) {
  .homepage_events_cards_carousel.has_pagination .fs-carousel-viewport {
    width: calc(100% - 32px);
    width: calc(100% - 2rem);
  }
}
.homepage_events_cards_carousel .fs-carousel-canister {
  overflow: visible;
}
@media (min-width:980px) {
  .homepage_events_cards_carousel .fs-carousel-canister {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -30px -50px;
    margin: 0 -1.875rem -3.125rem;
  }
  .homepage_events_cards_carousel .fs-carousel-canister > * {
    width: 50%;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}
.homepage_events_cards_carousel.has_pagination .fs-carousel-item {
  margin-right: 32px;
  margin-right: 2rem;
}
@media (min-width:980px) {
  .homepage_events_cards_carousel.has_pagination .fs-carousel-item {
    margin-right: 0;
  }
}
@media (max-width:979px) {
  .homepage_events_cards_carousel .fs-carousel-item:first-child {
    display: none;
  }
}
.homepage_events_cards_carousel .fs-carousel-pagination {
  margin-top: 16px;
  margin-top: 1rem;
}
.homepage_events_cards_carousel .fs-carousel-page {
  --bg-color: rgba(255, 255, 255, 0.2);
}
.homepage_events_cards_carousel .fs-carousel-page:before {
  background-color: var(--bg-color);
  transition: 0.25s ease;
}
.homepage_events_cards_carousel .fs-carousel-page.fs-carousel-active {
  --bg-color: #fff;
}

/* ==========================================================================
	Interactive Detail Top
============================================================================= */
.interactives_detail_top {
  color: white;
}

.interactives_detail_top_inner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width:740px) {
  .interactives_detail_top_inner {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
}

.interactives_detail_top_head {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media (min-width:740px) {
  .interactives_detail_top_head {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.interactives_detail_top_date {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
}
@media (min-width:740px) {
  .interactives_detail_top_date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.interactives_detail_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media (min-width:740px) {
  .interactives_detail_top_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:1220px) {
  .interactives_detail_top_title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.interactives_detail_top_meta {
  display: inline-flex;
  flex-flow: column wrap;
  gap: 4px 10px;
  justify-content: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media (min-width:740px) {
  .interactives_detail_top_meta {
    flex-direction: row;
  }
}

.interactives_detail_top_type {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #00c6f5;
  font-weight: 800;
  text-transform: uppercase;
}

.interactives_detail_top_type_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.interactives_detail_top_type_link:focus, .interactives_detail_top_type_link:hover {
  border-bottom-color: currentColor;
}

.interactives_detail_top_author {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 500;
}
.interactives_detail_top_author a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.interactives_detail_top_author a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .interactives_detail_top_author a:hover {
    border-bottom-color: currentColor;
  }
}

.interactives_detail_top_img_wrap {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media (min-width:740px) {
  .interactives_detail_top_img_wrap {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

.interactives_detail_top_img_wrap_inner {
  position: relative;
}
@media (max-width:739px) {
  .interactives_detail_top_img_wrap_inner {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}

.interactives_detail_top_image_wrapper {
  padding-top: 56.25%;
}

.interactives_detail_top_summary {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media (min-width:740px) {
  .interactives_detail_top_summary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width:740px) {
  .interactives_detail_top_summary {
    text-align: center;
  }
}

.interactives_detail_top_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .interactives_detail_top_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.interactives_detail_top_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .interactives_detail_top_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

.interactives_detail_top_btn {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}

.interactives_detail_top_btn_inner {
  display: flex;
  justify-content: center;
}
@media (max-width:739px) {
  .interactives_detail_top_btn_inner .button {
    width: 100%;
  }
}

/* ==========================================================================
	Link Group
============================================================================= */
.link_group {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .link_group {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .link_group {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .link_group {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .link_group {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .link_group {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .link_group {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.link_group_header {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.link_group_desc {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  margin-top: 14px;
  margin-top: 0.875rem;
}
.link_group_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}
@media (min-width:740px) {
  .link_group_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.link_group_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:740px) {
  .link_group_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
    margin: 0 -1.75rem;
  }
}

@media (min-width:740px) {
  .link_group_item {
    width: 50%;
    display: flex;
    padding: 0 28px;
    padding: 0 1.75rem;
  }
}

.link_group_link {
  width: 100%;
  border-bottom: 1px solid #efecea;
  border-bottom: 0.0625rem solid #efecea;
  color: #000;
  display: block;
  padding: 16px 0 18px;
  padding: 1rem 0 1.125rem;
  transition: 0.25s ease;
}
.link_group_link:hover, .link_group_link:focus {
  border-bottom-color: #175bf1;
  color: #175bf1;
}

.link_group_link_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.link_group_link_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline;
  font-weight: 500;
}
@media (min-width:740px) {
  .link_group_link_label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.link_group_link_icon {
  position: relative;
  top: -2px;
  color: #000;
  display: inline;
  flex-shrink: 0;
  margin-left: 14px;
  margin-left: 0.875rem;
  white-space: nowrap;
}
.link_group_link_icon .icon {
  max-width: 14px;
  max-width: 0.875rem;
  color: #00d4a8;
  display: inline;
  transition: 0.25s ease;
}
.link_group_link:focus .link_group_link_icon .icon, .link_group_link:hover .link_group_link_icon .icon {
  color: #175bf1;
}

/* ==========================================================================
	Listing Teaser
============================================================================= */
.listing_teaser {
  --date_color: #000;
  --title_color: #000;
  --type_color: #175bf1;
  --meta_other_color: #5c5c5c;
  --blurb_color: #000;
  --img_issue_bg_color: #000;
  --img_issue_color: #fff;
}
.theme_dark .listing_teaser {
  --date_color: #fff;
  --title_color: #fff;
  --type_color: #00c6f5;
  --meta_other_color: #fff;
  --blurb_color: #fff;
}

.listing_teaser_inner {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 -30px -10px;
  margin: 0 -1.875rem -0.625rem;
}
.listing_teaser_inner > * {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media (min-width:740px) {
  .listing_teaser_inner {
    flex-direction: row;
  }
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teaser_inner {
    align-items: center;
  }
}
@media (min-width:740px) {
  .layout_homepage_events .listing_teaser_inner {
    flex-direction: column;
  }
}

@media (min-width:740px) {
  .listing_teaser_content {
    flex: 1;
  }
}
.body_layout_expert_detail .listing_teaser_content {
  margin-bottom: 0;
}
.listing_teaser.past .listing_teaser_content {
  display: flex;
  flex-direction: column;
}

.feature_one_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  left: 0;
  bottom: 0;
}
@media (min-width:980px) {
  .feature_one_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.feature_one_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_one_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.feature_one_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .feature_one_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
@media (min-width:1220px) {
  .feature_one_image_date {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
  }
}

.listing_teaser_content_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  left: 0;
  bottom: 0;
}
@media (min-width:980px) {
  .listing_teaser_content_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.listing_teaser_content_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .listing_teaser_content_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.listing_teaser_content_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .listing_teaser_content_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.listing_teaser:not(.past) .listing_teaser_content_date {
  display: none;
}

.listing_teaser_date {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: var(--date_color);
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media (min-width:740px) {
  .listing_teaser_date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.body_layout_expert_detail .listing_teaser_date {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.listing_teaser_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--title_color);
  display: block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width:740px) {
  .listing_teaser_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
.listing_teaser.past .listing_teaser_title {
  order: 1;
}

.listing_teaser_title_link {
  color: currentColor;
}

.listing_teaser_title_text {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  display: inline;
  transition: 0.25s ease;
}
.listing_teaser_title_link:focus .listing_teaser_title_text, .listing_teaser_title_link:hover .listing_teaser_title_text {
  border-bottom-color: currentColor;
}

.listing_teaser_title_icon {
  color: currentColor;
  display: inline;
  transition: 0.25s ease;
  white-space: nowrap;
}
.listing_teaser_title_icon .icon {
  display: inline-block;
  transition: 0.25s ease;
}
.listing_teaser_title_link:focus .listing_teaser_title_icon .icon, .listing_teaser_title_link:hover .listing_teaser_title_icon .icon {
  transform: translate(5px, 0);
}

.listing_teaser_meta {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 9px -2px 0;
  margin: 0.5625rem -0.125rem 0;
}
.listing_teaser_meta > * {
  padding: 0 2px;
  padding: 0 0.125rem;
}
.listing_teaser.past .listing_teaser_meta {
  order: 1;
}
@media (min-width:740px) {
  .listing_teaser_meta {
    margin-left: -4px;
    margin-left: -0.25rem;
    margin-right: -4px;
    margin-right: -0.25rem;
  }
  .listing_teaser_meta > * {
    padding: 0 4px;
    padding: 0 0.25rem;
  }
}

.listing_teaser_type {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--type_color);
  font-weight: 800;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

.listing_teaser_type_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.listing_teaser_type_link:focus, .listing_teaser_type_link:hover {
  border-bottom-color: currentColor;
}

.listing_teaser_meta_other {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--meta_other_color);
  font-weight: 500;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}
.listing_teaser_meta_other a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.listing_teaser_meta_other a:focus, .listing_teaser_meta_other a:hover {
  border-bottom-color: currentColor;
}

.listing_teaser_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--blurb_color);
  margin-top: 12px;
  margin-top: 0.75rem;
}
.listing_teaser.past .listing_teaser_blurb {
  order: 1;
}

.listing_teaser_cta_wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.homepage_events.theme_dark .listing_teaser_cta_wrap .button.theme_blue_baby,
.homepage_events.theme_dark .listing_teaser_cta_wrap .button.theme_border_blue_bright {
  --bg_color: transparent;
}
.homepage_events.theme_dark .listing_teaser_cta_wrap .button.theme_blue_baby:focus, .homepage_events.theme_dark .listing_teaser_cta_wrap .button.theme_blue_baby:hover,
.homepage_events.theme_dark .listing_teaser_cta_wrap .button.theme_border_blue_bright:focus,
.homepage_events.theme_dark .listing_teaser_cta_wrap .button.theme_border_blue_bright:hover {
  --bg_color: #1bd2ff;
  --color: #000;
}
.listing_teaser.past .listing_teaser_cta_wrap {
  order: 1;
}

@media (max-width:739px) {
  .listing_teaser_media {
    order: -1;
  }
}
@media (min-width:740px) {
  .listing_teaser_media {
    width: 38%;
    flex-shrink: 0;
  }
}
@media (min-width:740px) {
  .layout_homepage_events .listing_teaser_media {
    width: auto;
    order: -1;
  }
}

.listing_teaser_img_wrap {
  position: relative;
}

.listing_teaser_image_wrapper {
  background: transparent;
  padding-top: 56.25%;
}

.listing_teaser_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  --img_credit_offset: 7px;
  --img_credit_offset--desktop: 7px;
}
@media (min-width:740px) {
  .listing_teaser_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.listing_teaser_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .listing_teaser_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
@media (min-width:740px) {
  .homepage_events .listing_teaser_img_credit > [class$=_inner] {
    --img_credit_offset--desktop: 18px;
  }
}

.listing_teaser_issue {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--img_issue_bg_color, #00d4a8);
  border: 1px solid var(--img_issue_border_color, transparent);
  border: 0.0625rem solid var(--img_issue_border_color, transparent);
  color: var(--img_issue_color, #000);
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  transition: 0.25s ease;
}

.listing_teaser_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .listing_teaser_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.listing_teaser_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .listing_teaser_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.listing_teaser_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .listing_teaser_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

/* ==========================================================================
	Listing Teasers
============================================================================= */
.listing_teasers {
  --border_color: var(--listing_teasers_border_color, #eaeaea);
}
.body_layout_expert_detail .listing_teasers {
  --border_color: #eaeaea;
}
.theme_dark .listing_teasers {
  --border_color: rgba(255, 255, 255, 0.2);
}

.listing_teasers {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .listing_teasers {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .listing_teasers {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .listing_teasers {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .listing_teasers {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:980px) {
  .listing_teasers.has_filter_results {
    margin-top: 0;
  }
}
.body_layout_listing_aggregate .listing_teasers, .body_layout_expert_detail .listing_teasers {
  margin: 0;
}
.listing_teasers.individual_channel {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media (min-width:500px) {
  .listing_teasers.individual_channel {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
}
@media (min-width:740px) {
  .listing_teasers.individual_channel {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.listing_teasers_filter_results {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.listing_teasers_head {
  --border_color: #175bf1;
  align-items: center;
  display: flex;
}
.listing_teasers_head:after {
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: var(--border_color);
  content: "";
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.listing_teasers_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #175bf1;
}
@media (min-width:740px) {
  .listing_teasers_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.body_layout_expert_detail .listing_teasers_items {
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teasers_items {
    padding-right: 0;
  }
}
.body_layout_expert_detail .listing_teasers_items .fs-carousel-pagination {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.body_layout_expert_detail .listing_teasers_items .fs-carousel-page {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.body_layout_expert_detail .listing_teasers_items .fs-carousel-page:before {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
}

.listing_teasers_item {
  padding: 0 0 35px;
  padding: 0 0 2.1875rem;
}
@media (min-width:740px) {
  .listing_teasers_item {
    border-top: 1px solid var(--border_color);
    border-top: 0.0625rem solid var(--border_color);
    padding: 35px 0 35px;
    padding: 2.1875rem 0 2.1875rem;
  }
}
.listing_teasers_item:last-child {
  padding-bottom: 0;
}
@media (min-width:740px) {
  .listing_teasers_item:last-child {
    border-bottom: 1px solid var(--border_color);
    border-bottom: 0.0625rem solid var(--border_color);
    padding: 50px 0 30px;
    padding: 3.125rem 0 1.875rem;
  }
}
.body_layout_listing_aggregate .listing_teasers_item:first-child, .body_layout_expert_detail .listing_teasers_item:first-child {
  border-top: 0;
}
@media (min-width:740px) {
  .body_layout_listing_aggregate .listing_teasers_item, .body_layout_expert_detail .listing_teasers_item {
    padding: 40px 0 40px;
    padding: 2.5rem 0 2.5rem;
  }
}
.body_layout_expert_detail .listing_teasers_item {
  margin-right: 20px;
  margin-right: 1.25rem;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teasers_item:first-child {
    padding-top: 0;
  }
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teasers_item {
    margin-right: 0;
    padding: 25px 0;
    padding: 1.5625rem 0;
  }
}
@media (max-width:739px) {
  .is_type_experts .listing_teasers_item + .listing_teasers_item {
    border-top: 1px solid var(--border_color);
    border-top: 0.0625rem solid var(--border_color);
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
}

.listing_teasers_pagination {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

/* ==========================================================================
	Listing Teasers Aggregate
============================================================================= */
.listing_teasers_aggregate {
  --border_color: #175bf1;
  --item_bg_color: #fff;
  --link_color: #175bf1;
  --link_border_color: #efecea;
  --link_border_color--active: transparent;
}

.listing_teasers_aggregate_item:nth-child(even) {
  --border_color: #b9d7e2;
  --listing_teasers_border_color: #b9d7e2;
  --item_bg_color: #efecea;
}
.body_layout_expert_detail .listing_teasers_aggregate_item:nth-child(even) {
  --border_color: #eeeeee;
  --item_bg_color: #fff;
}

@media (min-width:980px) {
  .listing_teasers_aggregate {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.listing_teasers_aggregate_item {
  background-color: var(--item_bg_color);
  padding: 40px 0 50px;
  padding: 2.5rem 0 3.125rem;
}
.body_layout_expert_detail .listing_teasers_aggregate_item {
  padding: 15px 0 25px;
  padding: 0.9375rem 0 1.5625rem;
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teasers_aggregate_item {
    padding: 45px 0 55px;
    padding: 2.8125rem 0 3.4375rem;
  }
}
@media (min-width:740px) {
  .listing_teasers_aggregate_item {
    padding: 50px 0 60px;
    padding: 3.125rem 0 3.75rem;
  }
}

.listing_teasers_aggregate_head {
  align-items: center;
  display: flex;
}
.listing_teasers_aggregate_head:after {
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: var(--border_color);
  content: "";
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.listing_teasers_aggregate_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #175bf1;
}
@media (min-width:740px) {
  .listing_teasers_aggregate_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.listing_teasers_aggregate_content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.body_layout_expert_detail .listing_teasers_aggregate_content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teasers_aggregate_content {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}
@media (min-width:740px) {
  .listing_teasers_aggregate_content {
    margin-top: 0;
  }
}

.listing_teasers_aggregate_link_wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.body_layout_expert_detail .listing_teasers_aggregate_link_wrap {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teasers_aggregate_link_wrap {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.listing_teasers_aggregate_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-weight: 600;
  border-bottom: 2px solid var(--link_border_color);
  border-bottom: 0.125rem solid var(--link_border_color);
  color: var(--link_color);
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .listing_teasers_aggregate_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.body_layout_expert_detail .listing_teasers_aggregate_link {
  background: #00d4a8;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #000;
  display: inline-flex;
  gap: 0 7px;
  align-items: center;
  font-weight: 500;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
}
.body_layout_expert_detail .listing_teasers_aggregate_link:after {
  width: 6px;
  width: 0.375rem;
  height: 9px;
  height: 0.5625rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.518 8.262l3.735-3.735a.253.253 0 000-.368L1.518.424a.253.253 0 00-.368 0l-.4.4a.253.253 0 000 .37l3.149 3.149-3.15 3.15a.253.253 0 000 .368l.4.4a.253.253 0 00.37.001z' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  flex-shrink: 0;
}
@media (min-width:740px) {
  .body_layout_expert_detail .listing_teasers_aggregate_link {
    padding: 12px 22px;
    padding: 0.75rem 1.375rem;
  }
}
.listing_teasers_aggregate_link:focus, .listing_teasers_aggregate_link:hover {
  border-bottom-color: var(--link_border_color--active);
}
.body_layout_expert_detail .listing_teasers_aggregate_link:focus, .body_layout_expert_detail .listing_teasers_aggregate_link:hover {
  border-color: #00d4a8;
  background-color: transparent;
}

/* ==========================================================================
	Formstone Carousek
============================================================================= */
.listing_teasers_items.fs-carousel-enabled .fs-carousel-canister {
  overflow: visible;
}

/* ==========================================================================
	Live Stream
============================================================================= */
.live_stream {
  --background-color: transparent;
  --title-color: #fff;
  --label-color: #fff;
  --sidebar-background-color: rgba(0, 0, 90, 0.5);
  --padding_top_sm: 20px;
  --padding_top_sm: 1.25rem;
  --padding_top_md: 0;
}
.page_content .live_stream {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background: linear-gradient(173deg, #00005a 0%, #008ac8 85%, #00d4a8 100%);
}
@media (min-width:740px) {
  .page_content .live_stream {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .page_content .live_stream {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .page_content .live_stream {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .page_content .live_stream {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.live_stream {
  background-color: var(--background-color);
  padding: var(--padding_top_sm) 0 35px;
  padding: var(--padding_top_sm) 0 2.1875rem;
}
@media (min-width:740px) {
  .live_stream {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: var(--padding_top_md);
  }
}

@media (min-width:980px) {
  .live_stream_left_side {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding-right: 4.1666666667%;
  }
}

.live_stream_meta_wrap {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  align-items: center;
  background-color: #175bf1;
  border-radius: 12px;
  border-radius: 0.75rem;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.035em;
  line-height: 1;
  margin: 10px 0 10px;
  margin: 0.625rem 0 0.625rem;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
  text-transform: uppercase;
}

.live_stream_meta_icon {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.live_stream_meta_icon .icon {
  width: 18px;
  width: 1.125rem;
  height: 14px;
  height: 0.875rem;
}

.live_stream_meta_series {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
}
.live_stream_meta_series::after {
  content: "• ";
}
.live_stream_meta_series a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.live_stream_meta_series a:focus, .live_stream_meta_series a:hover {
  border-bottom-color: currentColor;
}

.live_stream_meta_type a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.live_stream_meta_type a:focus, .live_stream_meta_type a:hover {
  border-bottom-color: currentColor;
}

.live_stream_meta_link {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.live_stream_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--title-color);
}
@media (min-width:740px) {
  .live_stream_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media (min-width:740px) {
  .live_stream_title {
    line-height: 1.3;
  }
}
.live_stream_title a {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.live_stream_title a:focus, .live_stream_title a:hover {
  border-bottom-color: currentColor;
}

.live_stream_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--label-color);
  text-transform: uppercase;
}
.live_stream_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.live_stream_label a:focus, .live_stream_label a:hover {
  border-bottom-color: currentColor;
}

.live_stream_video_wrap {
  position: relative;
  height: 0;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-top: 56.25%;
}
.live_stream_video_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.live_stream_right_side {
  background-color: var(--sidebar-background-color);
  border-radius: 19px;
  border-radius: 1.1875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 24px;
  padding: 1.5rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}
@media (min-width:980px) {
  .live_stream_right_side {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.live_stream_right_meta_item + .live_stream_right_meta_item {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media (min-width:740px) {
  .live_stream_right_meta_item + .live_stream_right_meta_item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

/* ==========================================================================
	Media Article by Title
============================================================================= */
.media_article_title {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .media_article_title {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .media_article_title {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .media_article_title {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .media_article_title {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .media_article_title {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .media_article_title {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.media_article_title_header {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
@media (min-width:740px) {
  .media_article_title_header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width:980px) {
  .media_article_title_header {
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
  }
}

.media_article_title_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: inline-block;
  position: relative;
  color: #175bf1;
}
@media (min-width:740px) {
  .media_article_title_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.media_article_title_title:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  background: #175bf1;
  content: "";
}

.media_article_title_wrapper {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media (min-width:740px) {
  .media_article_title_wrapper {
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
  }
}
@media (min-width:1220px) {
  .media_article_title_wrapper {
    display: flex;
    align-items: flex-start;
  }
}

.media_article_title_figure {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (min-width:1220px) {
  .media_article_title_figure {
    width: 280px;
    width: 17.5rem;
    flex: 0 0 280px;
    margin-bottom: 0;
  }
}
@media (min-width:1394px) {
  .media_article_title_figure {
    width: 330px;
    width: 20.625rem;
    flex: 0 0 330px;
  }
}

.media_article_title_image_wrapper {
  padding-top: 56.25%;
}

.media_article_title_image_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  color: #fff;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

@media (min-width:1220px) {
  .media_article_title_body {
    width: calc(100% - 280px);
    width: calc(100% - 17.5rem);
    flex: 0 0 calc(100% - 280px);
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
@media (min-width:1394px) {
  .media_article_title_body {
    width: calc(100% - 330px);
    width: calc(100% - 20.625rem);
    flex: 0 0 calc(100% - 330px);
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}

.media_article_title_headline_link {
  display: inline-block;
  color: #000;
}
.media_article_title_headline_link:focus .media_article_title_headline_label {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .media_article_title_headline_link:hover .media_article_title_headline_label {
    border-bottom-color: currentColor;
  }
}
@media (min-width:1220px) {
  .media_article_title_headline_link {
    margin-top: -8px;
    margin-top: -0.5rem;
  }
}

.media_article_title_headline_label {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .media_article_title_headline_label {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
.body_layout_listing_aggregate .media_article_title_headline_label, .body_layout_expert_detail .media_article_title_headline_label {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
}
@media (min-width:740px) {
  .body_layout_listing_aggregate .media_article_title_headline_label, .body_layout_expert_detail .media_article_title_headline_label {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.media_article_title_headline_icon {
  display: inline-block;
  margin-left: 7px;
  margin-left: 0.4375rem;
  transform: translateY(-6px);
}
@media (min-width:980px) {
  .media_article_title_headline_icon {
    transform: translateY(-5px);
  }
}
.media_article_title_headline_icon .icon_external {
  display: inline;
}

.media_article_title_meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.media_article_title_meta_tag {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #175bf1;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.media_article_title_meta_tag a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.media_article_title_meta_tag a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .media_article_title_meta_tag a:hover {
    border-bottom-color: currentColor;
  }
}

.media_article_title_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  transition: opacity 0.25s;
}
@media (min-width:740px) {
  .media_article_title_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.media_article_title_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .media_article_title_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
.media_article_title_figure.loaded .media_article_title_img_credit {
  opacity: 0;
}
@media (min-width:980px) {
  .media_article_title_img_credit {
    --img_credit_offset--desktop: 10px;
  }
}

.media_article_title_meta_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.media_article_title_meta_label:last-child {
  margin-right: 0;
}
.media_article_title_meta_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.media_article_title_meta_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .media_article_title_meta_label a:hover {
    border-bottom-color: currentColor;
  }
}

.media_article_title_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--blurb_color);
  display: block;
  font-weight: 400;
  margin-top: 12px;
  margin-top: 0.75rem;
}
/*  Media
------------------------------------------------------------ */
.media_article_title_video_link,
.media_article_title_podcast_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s;
  z-index: 2;
}
.media_article_title_figure.loaded .media_article_title_video_link,
.media_article_title_figure.loaded .media_article_title_podcast_link {
  z-index: 1;
}
.media_article_title_video_link:focus [class$=_link_icon],
.media_article_title_podcast_link:focus [class$=_link_icon] {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .media_article_title_video_link:hover [class$=_link_icon],
  .media_article_title_video_link:hover [class$=_link_icon_play],
  .media_article_title_video_link:hover [class$=_link_icon_pause],
  .media_article_title_podcast_link:hover [class$=_link_icon],
  .media_article_title_podcast_link:hover [class$=_link_icon_play],
  .media_article_title_podcast_link:hover [class$=_link_icon_pause] {
    background: #175bf1;
    color: #fff;
  }
  .media_article_title_video_link:hover [class$=_link_icon] .icon_podcast_play,
  .media_article_title_video_link:hover [class$=_link_icon_play] .icon_podcast_play,
  .media_article_title_video_link:hover [class$=_link_icon_pause] .icon_podcast_play,
  .media_article_title_podcast_link:hover [class$=_link_icon] .icon_podcast_play,
  .media_article_title_podcast_link:hover [class$=_link_icon_play] .icon_podcast_play,
  .media_article_title_podcast_link:hover [class$=_link_icon_pause] .icon_podcast_play {
    color: #fff;
  }
}

.media_article_title_video_link_label,
.media_article_title_podcast_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.media_article_title_video_link_label.focusable:active, .media_article_title_video_link_label.focusable:focus,
.media_article_title_podcast_link_label.focusable:active,
.media_article_title_podcast_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.media_article_title_video_link_icon {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .media_article_title_video_link_icon {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
@media (min-width:1220px) {
  .media_article_title_video_link_icon {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    border-width: 2px;
    border-width: 0.125rem;
  }
}
.media_article_title_video_link_icon .icon_podcast_play {
  color: #175bf1;
  transform: translateX(2px);
}
@media (min-width:740px) {
  .media_article_title_video_link_icon .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
    transform: translateX(3px);
  }
}
@media (min-width:1220px) {
  .media_article_title_video_link_icon .icon_podcast_play {
    width: 15px;
    width: 0.9375rem;
    height: 20px;
    height: 1.25rem;
    transform: translateX(2px);
  }
}

.media_article_title_podcast_link_icon_play,
.media_article_title_podcast_link_icon_pause {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .media_article_title_podcast_link_icon_play,
  .media_article_title_podcast_link_icon_pause {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
@media (min-width:1220px) {
  .media_article_title_podcast_link_icon_play,
  .media_article_title_podcast_link_icon_pause {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    border-width: 2px;
    border-width: 0.125rem;
  }
}
.media_article_title_podcast_link_icon_play .icon_podcast_play,
.media_article_title_podcast_link_icon_pause .icon_podcast_play {
  transform: translateX(2px);
}
@media (min-width:740px) {
  .media_article_title_podcast_link_icon_play .icon_podcast_play,
  .media_article_title_podcast_link_icon_pause .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
    transform: translateX(3px);
  }
}
@media (min-width:1220px) {
  .media_article_title_podcast_link_icon_play .icon_podcast_play,
  .media_article_title_podcast_link_icon_pause .icon_podcast_play {
    width: 15px;
    width: 0.9375rem;
    height: 20px;
    height: 1.25rem;
    transform: translateX(2px);
  }
}
.media_article_title_podcast_link_icon_play .icon_pause,
.media_article_title_podcast_link_icon_pause .icon_pause {
  width: 15px;
  width: 0.9375rem;
  height: 22px;
  height: 1.375rem;
}

.media_article_title_podcast_link.playing .media_article_title_podcast_link_icon_play {
  display: none;
}
.media_article_title_podcast_link.paused .media_article_title_podcast_link_icon_play {
  display: none;
}
.media_article_title_podcast_link.playing.paused .media_article_title_podcast_link_icon_play {
  display: flex;
}

.media_article_title_podcast_link_icon_pause {
  display: none;
}
.media_article_title_podcast_link.playing .media_article_title_podcast_link_icon_pause {
  display: flex;
}
.media_article_title_podcast_link.paused .media_article_title_podcast_link_icon_pause {
  display: flex;
}
.media_article_title_podcast_link.playing.paused .media_article_title_podcast_link_icon_pause {
  display: none;
}

/* ==========================================================================
	Media Grid
============================================================================= */
.media_grid {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .media_grid {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .media_grid {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .media_grid {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .media_grid {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.media_grid:last-child {
  margin-bottom: 0;
}
@media (min-width:740px) {
  .media_grid {
    border-bottom: 1px solid #eaeaea;
    border-bottom: 0.0625rem solid #eaeaea;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
  }
}
@media (min-width:980px) {
  .media_grid {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

.media_grid_header {
  position: relative;
}

.media_grid_header_text_wrap {
  position: relative;
  overflow: hidden;
}
.media_grid_header_text_wrap:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #175bf1;
  content: "";
}

.media_grid_header_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: inline-block;
  position: relative;
  background: #fff;
  color: #175bf1;
  padding-right: 10px;
  padding-right: 0.625rem;
  z-index: 1;
}
@media (min-width:740px) {
  .media_grid_header_text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width:740px) {
  .media_grid_header_text {
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.media_grid_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.media_grid_description p {
  margin: 0;
}

.media_grid_body {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:740px) {
  .media_grid_body {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}
@media (min-width:980px) {
  .media_grid_body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.media_grid_row {
  margin-bottom: -26px;
  margin-bottom: -1.625rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: -20px;
  margin-right: -1.25rem;
  overflow: auto;
}
@media (min-width:740px) {
  .media_grid_row {
    display: flex;
    flex-wrap: wrap;
  }
}
.media_grid_row + .media_grid_row {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media (min-width:980px) {
  .media_grid_row + .media_grid_row {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.media_grid_item {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media (min-width:740px) {
  .media_grid_item {
    width: 50%;
  }
  .media_grid_item:only-child {
    width: 100%;
  }
}

.media_grid_item_figure {
  position: relative;
}

.media_grid_item_image_wrapper {
  padding-top: 56.25%;
}

.media_grid_item_video_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media_grid_item_video_link:focus .media_grid_item_video_link_icon {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .media_grid_item_video_link:hover .media_grid_item_video_link_icon {
    background: #175bf1;
    color: #fff;
  }
}

.media_grid_item_video_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.media_grid_item_video_link_label.focusable:active, .media_grid_item_video_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.media_grid_item_video_link_icon {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
.media_grid_item_video_link_icon .icon_podcast_play {
  transform: translateX(2px);
}

.media_grid_item_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .media_grid_item_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.media_grid_item_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .media_grid_item_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

.media_grid_item_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #000;
  font-weight: 400;
  margin-top: 16px;
  margin-top: 1rem;
}
@media (min-width:740px) {
  .media_grid_item_text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.media_grid_item_text a {
  color: #175bf1;
  text-decoration: underline;
  transition: color 0.25s;
}
.media_grid_item_text a:focus {
  color: #012149;
}
@media (hover: hover) {
  .media_grid_item_text a:hover {
    color: #012149;
  }
}

/* ==========================================================================
	Media Header
============================================================================= */
.media_header_top {
  position: relative;
}
@media (min-width:740px) {
  .media_header_top {
    background: linear-gradient(180deg, transparent 0%, transparent 80%, #fff 80%, #fff 100%);
  }
}

@media (min-width:740px) {
  .media_header_top_inner {
    padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  }
}
@media (min-width:740px) and (min-width:740px) {
  .media_header_top_inner {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:740px) and (min-width:980px) {
  .media_header_top_inner {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:740px) and (min-width:1220px) {
  .media_header_top_inner {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:740px) and (min-width:1394px) {
  .media_header_top_inner {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) and (min-width:740px) {
  .media_header_top_inner {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:740px) and (min-width:980px) {
  .media_header_top_inner {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:740px) and (min-width:1220px) {
  .media_header_top_inner {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:740px) and (min-width:1394px) {
  .media_header_top_inner {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}

@media (max-width:739px) {
  .media_header_top_breadcrumbs {
    padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  }
}
@media (max-width:739px) and (min-width:740px) {
  .media_header_top_breadcrumbs {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (max-width:739px) and (min-width:980px) {
  .media_header_top_breadcrumbs {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1220px) {
  .media_header_top_breadcrumbs {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1394px) {
  .media_header_top_breadcrumbs {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (max-width:739px) and (min-width:740px) {
  .media_header_top_breadcrumbs {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (max-width:739px) and (min-width:980px) {
  .media_header_top_breadcrumbs {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1220px) {
  .media_header_top_breadcrumbs {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1394px) {
  .media_header_top_breadcrumbs {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}

.media_header_top_video_wrap {
  position: relative;
  padding-top: 56.25%;
}

.media_header_top_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.media_header_top_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity ease 0.5s;
}
.loaded .media_header_top_video iframe {
  opacity: 1;
  visibility: visible;
}

.media_header_top_video_controls {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity ease 0.5s;
}
.loaded .media_header_top_video_controls {
  opacity: 1;
  visibility: visible;
}

.media_header_top_figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.media_header_top.has_video .media_header_top_figure {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity ease;
}
.no-js.no-js .media_header_top_figure {
  opacity: 1;
  visibility: visible;
}
@media (min-width:740px) {
  .media_header_top_figure {
    z-index: 1;
  }
}

.media_header_top_figcaption {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #000;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media (min-width:740px) {
  .media_header_top_figcaption {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (max-width:979px) {
  .media_header_top_figcaption {
    position: absolute;
    inset: auto 0 0 auto;
    z-index: 2;
    max-width: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: 0;
    padding: 5px 15px;
    padding: 0.3125rem 0.9375rem;
  }
}

.media_header_top_image {
  max-width: 100%;
}

.media_header_top_image_wrapper {
  padding-top: 56.25%;
}

/* ==========================================================================
	JS Video iFrame Functionality
============================================================================= */
.media_header_top .js-background-video-wrapper.loaded ~ .media_header_top_figure {
  opacity: 0;
  visibility: hidden;
}
.media_header_top .js-background-control {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  visibility: visible;
}
@media (min-width:740px) {
  .media_header_top .js-background-control {
    bottom: 45px;
    right: 45px;
  }
}
.media_header_top .js-background-control.pressed {
  visibility: hidden;
}
.media_header_top .js-background-controls-icon {
  color: #fff;
}
.media_header_top .js-background-controls-icon:focus, .media_header_top .js-background-controls-icon:hover {
  color: #1bd2ff;
}
.media_header_top .js-background-controls-icon .icon {
  color: currentColor;
  transition: 0.25s ease;
}
.media_header_top .js-background-controls-label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.media_header_top .js-background-controls-label.focusable:active, .media_header_top .js-background-controls-label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* ==========================================================================
	Atmospheric Video Functionality
============================================================================= */
.media_header_top_atm_media {
  width: 100%;
  max-height: 800px;
  max-height: 50rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.media_header_top_atm_background {
  aspect-ratio: 1.7777777778;
}
@media (min-width:980px) {
  .media_header_top_atm_background {
    aspect-ratio: 2.3333333333;
  }
}

.media_header_top_atm_background_image_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media_header_top_atm_background_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media_header_top_atm_video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:740px) {
  .media_header_top_atm_video {
    display: block;
  }
}

.media_header_top_atm_iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}

.media_header_top_atm_content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.media_header_top_atm_content_spacer {
  width: 100%;
}

.media_header_top_atm_video_controls {
  position: absolute;
  right: 15px;
  bottom: 50px;
}
@media (min-width:980px) {
  .media_header_top_atm_video_controls {
    right: 36px;
    bottom: 65px;
  }
}

.media_header_top_atm_video_play_toggle,
.media_header_top_atm_video_pause_toggle {
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #1bd2ff;
  border: 0.125rem solid #1bd2ff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #012149;
  opacity: 1;
  pointer-events: auto;
  transition: background-color 0.25s, opacity 0.25s, visibility 0.25s;
  visibility: visible;
}
.media_header_top_atm_video_play_toggle:hover, .media_header_top_atm_video_play_toggle:focus,
.media_header_top_atm_video_pause_toggle:hover,
.media_header_top_atm_video_pause_toggle:focus {
  background-color: #1bd2ff;
}
.media_header_top_atm_video_play_toggle.pressed,
.media_header_top_atm_video_pause_toggle.pressed {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.media_header_top_atm_video_play_toggle_label,
.media_header_top_atm_video_pause_toggle_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.media_header_top_atm_video_play_toggle_label.focusable:active, .media_header_top_atm_video_play_toggle_label.focusable:focus,
.media_header_top_atm_video_pause_toggle_label.focusable:active,
.media_header_top_atm_video_pause_toggle_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.media_header_top_atm_video_play_toggle_icon .icon,
.media_header_top_atm_video_pause_toggle_icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  width: 0.8125rem;
  height: 15px;
  height: 0.9375rem;
}

.media_header_top_atm_video_play_toggle_icon .icon {
  margin-left: 1px;
  margin-left: 0.0625rem;
}

.media_header_top_atm_video_play_toggle_icon_space,
.media_header_top_atm_video_pause_toggle_icon_space {
  display: none;
}

/* ==========================================================================
	Meet the Experts
============================================================================= */
.meet_the_experts {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #002ac2;
  background: linear-gradient(173deg, #00005a 0%, #008ac8 85%, #00d4a8 100%);
  color: #fff;
}
@media (min-width:740px) {
  .meet_the_experts {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .meet_the_experts {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .meet_the_experts {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .meet_the_experts {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
@media (min-width:740px) {
  .meet_the_experts {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
}

.meet_the_experts_head {
  align-items: center;
  display: flex;
}

.meet_the_experts_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  flex-shrink: 0;
}
@media (min-width:740px) {
  .meet_the_experts_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.meet_the_experts_head_rule {
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: #113f77;
  flex: 1;
  margin: 0 14px;
  margin: 0 0.875rem;
}

.meet_the_experts_link_wrap {
  display: none;
  text-align: right;
}
@media (min-width:740px) {
  .meet_the_experts_link_wrap {
    display: block;
  }
}

.meet_the_experts_link,
.meet_the_experts_mobile_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  color: currentColor;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .meet_the_experts_link,
  .meet_the_experts_mobile_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.meet_the_experts_link:after,
.meet_the_experts_mobile_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: currentColor;
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
.meet_the_experts_link:focus:after,
.meet_the_experts_mobile_link:focus:after {
  bottom: -2px;
  opacity: 0;
}
@media (hover: hover) {
  .meet_the_experts_link:hover:after,
  .meet_the_experts_mobile_link:hover:after {
    bottom: -2px;
    opacity: 0;
  }
}

.meet_the_experts_mobile_link {
  display: inline-block;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media (min-width:740px) {
  .meet_the_experts_mobile_link {
    display: none;
  }
}

.meet_the_experts_content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (min-width:740px) {
  .meet_the_experts_content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

/* ==========================================================================
	Meet the Experts Grid
============================================================================= */
@media (min-width:1220px) {
  .meet_the_experts_grid .fs-carousel-canister {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -25px -50px;
    margin: 0 -1.5625rem -3.125rem;
  }
}
.meet_the_experts_grid .fs-carousel-item + .fs-carousel-item {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media (min-width:1220px) {
  .meet_the_experts_grid .fs-carousel-item + .fs-carousel-item {
    margin-left: 0;
  }
}
@media (min-width:1220px) {
  .meet_the_experts_grid .fs-carousel-item {
    width: 33.3333333333%;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
}
.meet_the_experts_grid .fs-carousel-pagination {
  margin-top: 28px;
  margin-top: 1.75rem;
}
.meet_the_experts_grid .fs-carousel-page {
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
}
@media (min-width:740px) {
  .meet_the_experts_grid .fs-carousel-page {
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
  }
}
.meet_the_experts_grid .fs-carousel-page:before {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .meet_the_experts_grid .fs-carousel-page:before {
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
  }
}
.meet_the_experts_grid .fs-carousel-page.fs-carousel-active:before {
  background-color: #fff;
}
.theme_light .meet_the_experts_grid .fs-carousel-page:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.theme_light .meet_the_experts_grid .fs-carousel-page.fs-carousel-active:before {
  background-color: #000;
}

/* ==========================================================================
	Meet the Experts Item
============================================================================= */
.meet_the_experts_item {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 90, 0.3);
  border-radius: 8px;
  border-radius: 0.5rem;
  color: #fff;
}

.meet_the_experts_item_inner {
  position: relative;
  padding: 20px;
  padding: 1.25rem;
}
@media (min-width:740px) {
  .meet_the_experts_item_inner {
    padding: 20px 30px 30px;
    padding: 1.25rem 1.875rem 1.875rem;
  }
}

.meet_the_experts_item_content {
  padding-top: 16px;
  padding-top: 1rem;
}

.meet_the_experts_item_img_wrap {
  border-radius: 50%;
  width: 96px;
  width: 6rem;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  display: block;
}
@media (min-width:740px) {
  .meet_the_experts_item_img_wrap {
    width: 156px;
    width: 9.75rem;
  }
}

.meet_the_experts_item_image_wrapper {
  border-radius: 50%;
  padding-top: 100%;
}

.meet_the_experts_item_head:after {
  height: 1px;
  height: 0.0625rem;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.meet_the_experts_item_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .meet_the_experts_item_name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.meet_the_experts_item_name_link {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.meet_the_experts_item_name_link:focus, .meet_the_experts_item_name_link:hover {
  border-bottom-color: currentColor;
}

.meet_the_experts_item_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
}
@media (min-width:740px) {
  .meet_the_experts_item_title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.meet_the_experts_item_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.meet_the_experts_item_link_wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.meet_the_experts_item_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  position: relative;
  color: currentColor;
  letter-spacing: normal;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .meet_the_experts_item_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.meet_the_experts_item_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
@media (hover: hover) {
  .meet_the_experts_item_link:hover:after {
    bottom: -1px;
    opacity: 0;
  }
}

/* ==========================================================================
	News Details
============================================================================= */
.news_item_details {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media (min-width:740px) {
  .news_item_details {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.news_meta .news_item_details {
  margin-bottom: 0;
}

.news_item_detail {
  display: inline-block;
  vertical-align: middle;
}
.news_meta .news_item_detail {
  font-weight: 700;
}

.news_item_date .news_item_detail_hint {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.news_item_date .news_item_detail_hint.focusable:active, .news_item_date .news_item_detail_hint.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.news_item_publisher {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.news_item_publisher.focusable:active, .news_item_publisher.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* ==========================================================================
	News Entry
============================================================================= */
.news_entry_figure {
  display: block;
  margin: 30px 0;
  margin: 1.875rem 0;
}
.news_entry_figure picture {
  display: block;
}
.news_entry_figure img {
  display: block;
  width: 100%;
}

.news_entry_image_wrapper {
  display: block;
  padding-top: 66.6%;
}

/* ==========================================================================
	News Feature
============================================================================= */
.news_feature {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .news_feature {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_feature {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_feature {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .news_feature {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_feature {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_feature {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.news_feature_inner {
  border: 2px solid #eaeaea;
  border: 0.125rem solid #eaeaea;
  padding: 20px;
  padding: 1.25rem;
}
@media (min-width:740px) {
  .news_feature_inner {
    padding: 30px;
    padding: 1.875rem;
  }
}
@media (min-width:1220px) {
  .news_feature_inner {
    padding: 45px;
    padding: 2.8125rem;
  }
}

/* ==========================================================================
	News Grid
============================================================================= */
.news_grid {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .news_grid {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_grid {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_grid {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .news_grid {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_grid {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_grid {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.news_grid_items {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:500px) {
  .news_grid_items {
    display: flex;
    flex-wrap: wrap;
  }
}

.news_grid_item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:500px) {
  .news_grid_item {
    flex: 0 0 48%;
    margin-right: auto;
  }
}
@media (min-width:980px) {
  .news_grid_item {
    flex-basis: 30%;
    margin-right: 5%;
  }
}
@media (min-width:1220px) {
  .news_grid_item {
    flex-basis: 22%;
    margin-right: 4%;
  }
}
@media (min-width:500px) and (max-width:979px) {
  .news_grid_item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width:980px) and (max-width:1219px) {
  .news_grid_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width:1220px) {
  .news_grid_item:nth-child(4n+4) {
    margin-right: 0;
  }
}

/* ==========================================================================
	News Item
============================================================================= */
@media (min-width:1220px) {
  .news_item {
    align-items: center;
  }
}
@media (min-width:740px) {
  .news_list .news_item {
    display: flex;
  }
}
@media (min-width:980px) {
  .news_feature .news_item {
    display: flex;
  }
}

.news_item_figure {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.news_item_figure picture {
  display: block;
}
.news_item_figure img {
  display: block;
  width: 100%;
}
.news_list .news_item_figure {
  width: 115px;
  width: 7.1875rem;
}
@media (min-width: 360px) {
  .news_list .news_item_figure {
    float: right;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}
@media (min-width:500px) {
  .news_list .news_item_figure {
    width: 30.5%;
  }
}
@media (min-width:740px) {
  .news_list .news_item_figure {
    width: 30.5%;
    margin: 0;
    order: 2;
  }
}
@media (min-width:980px) {
  .news_list .news_item_figure {
    width: 28%;
  }
}
@media (min-width:740px) {
  .news_feature .news_item_figure {
    width: 40%;
    float: right;
    margin: 0 0 30px 30px;
    margin: 0 0 1.875rem 1.875rem;
  }
}
@media (min-width:980px) {
  .news_feature .news_item_figure {
    width: 45%;
    margin: 0;
    order: 2;
  }
}

.news_item_figure_link {
  display: block;
}

.news_item_image_wrapper {
  display: block;
  padding-top: 66.6%;
}

@media (min-width:740px) {
  .news_item_wrapper {
    margin-right: auto;
  }
}
@media (min-width:740px) {
  .news_list .news_item_wrapper {
    flex: 0 0 65%;
  }
}
@media (min-width:740px) {
  .news_feature .news_item_wrapper {
    flex: 0 0 48%;
  }
}

.news_item_header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.news_item_title {
  margin: 0;
}
.news_list .news_item_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .news_list .news_item_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
.news_feature .news_item_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width:740px) {
  .news_feature .news_item_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.news_related .news_item_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
}
@media (min-width:740px) {
  .news_related .news_item_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.news_item_title_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.news_item_title_link:hover, .news_item_title_link:focus {
  color: #000;
}

.news_item_categories {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
}

.news_item_category_hint {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.news_item_category_hint.focusable:active, .news_item_category_hint.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

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

.news_item_category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  line-height: 1.4285714286;
  margin-right: 10px;
  margin-right: 0.625rem;
  text-transform: uppercase;
}

.news_item_category_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.news_item_category_link:hover, .news_item_category_link:focus {
  color: #000;
}

.news_item_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.news_item_description p {
  margin: 0;
}

/* ==========================================================================
	News List
============================================================================= */
.news_list {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .news_list {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_list {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_list {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .news_list {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_list {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_list {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

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

.news_list_item {
  border-top: 2px solid #eaeaea;
  border-top: 0.125rem solid #eaeaea;
  padding: 40px 0;
  padding: 2.5rem 0;
}

/* ==========================================================================
	News Meta
============================================================================= */
.news_meta_inner {
  border-bottom: 2px solid #eaeaea;
  border-bottom: 0.125rem solid #eaeaea;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media (min-width:980px) {
  .news_meta_inner {
    align-items: center;
    display: flex;
  }
}

@media (min-width:740px) {
  .news_meta_body {
    align-items: center;
    display: flex;
  }
}
@media (min-width:980px) {
  .news_meta_body {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}

.news_meta_categories_block {
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
  padding-left: 22px;
  padding-left: 1.375rem;
}
@media (min-width:740px) {
  .news_meta_categories_block {
    margin-top: 0;
    margin-left: 30px;
    margin-left: 1.875rem;
  }
}

.news_meta_categories_icon {
  position: absolute;
  top: 2px;
  left: 0;
}

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

.news_meta_category {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}

.news_meta_category_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.news_meta_category_link:hover, .news_meta_category_link:focus {
  color: #000;
}

/* ==========================================================================
	Related News
============================================================================= */
.news_related {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .news_related {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_related {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_related {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .news_related {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .news_related {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .news_related {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.news_related_header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:1220px) {
  .news_related_header {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
}

.news_related_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
}
@media (min-width:740px) {
  .news_related_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.news_related_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.news_related_description p {
  margin: 0;
}

.news_related_items {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width:500px) {
  .news_related_items {
    display: flex;
    flex-wrap: wrap;
  }
}

/* Related News Items
============================================================================= */
.news_related_item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:500px) {
  .news_related_item {
    flex: 0 0 48%;
    margin-right: auto;
  }
}
@media (min-width:980px) {
  .news_related_item {
    flex-basis: 30%;
    margin-right: 5%;
  }
}
@media (min-width:1220px) {
  .news_related_item {
    flex-basis: 22%;
    margin-right: 4%;
  }
}
@media (min-width:500px) and (max-width:979px) {
  .news_related_item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width:980px) and (max-width:1219px) {
  .news_related_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width:1220px) {
  .news_related_item:nth-child(4n+4) {
    margin-right: 0;
  }
}

/* ==========================================================================
	People Entry
============================================================================= */
.people_entry_figure {
  display: block;
  width: 115px;
  width: 7.1875rem;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
}
.people_entry_figure picture {
  display: block;
}
.people_entry_figure img {
  display: block;
  width: 100%;
}
@media (min-width: 360px) {
  .people_entry_figure {
    float: right;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}
@media (min-width:500px) {
  .people_entry_figure {
    margin: 30px 0 30px 30px;
    margin: 1.875rem 0 1.875rem 1.875rem;
  }
}
@media (min-width:740px) {
  .people_entry_figure {
    width: 215px;
    width: 13.4375rem;
    margin: 40px 0 40px 40px;
    margin: 2.5rem 0 2.5rem 2.5rem;
  }
}

.people_entry_image_wrapper {
  display: block;
  padding-top: 100%;
}

/* ==========================================================================
	People List
============================================================================= */
.people_list.has_outer_spacing {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.people_list_grid {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 20px 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width:740px) {
  .people_list_grid {
    --columns: 2;
  }
}
@media (min-width:980px) {
  .people_list_grid {
    --columns: 3;
  }
}
@media (min-width:1220px) {
  .people_list_grid {
    --columns: 4;
  }
}

/* ==========================================================================
	People List Item
============================================================================= */
.people_list_item, .people_list:where(.theme_gray) .people_list_item {
  --bg-color: #efecea;
}
.people_list:where(.theme_blue) .people_list_item {
  --bg-color: rgba(0, 0, 90, 0.05);
}

.people_list_item {
  --img-size: 106px;
}

.people_list_item {
  accent-color: #00005a;
  background-color: var(--bg-color);
  padding: 20px;
  padding: 1.25rem;
}
@media (min-width:980px) {
  .people_list_item {
    height: 100%;
    min-height: 380px;
    min-height: 23.75rem;
  }
}

.people_list_item_grid {
  height: 100%;
  align-items: start;
  display: grid;
  gap: 20px 0;
}

.people_list_item_grid_item.is_bottom {
  align-self: end;
}

.people_list_item_header {
  display: grid;
  gap: 20px 20px;
}

.people_list_item_figure {
  display: block;
  width: var(--img-size);
  height: var(--img-size);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid #fff;
  border: 0.375rem solid #fff;
  overflow: hidden;
}
.people_list_item_figure picture {
  display: block;
}
.people_list_item_figure img {
  display: block;
  width: 100%;
}

.people_list_item_image_wrapper {
  padding-bottom: 100%;
}

.people_list_item_meta_wrap {
  display: grid;
  gap: 6px 0;
}

.people_list_item_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}

.people_list_item_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: none;
}

.people_list_item_name_link {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.people_list_item_name_link:where(:hover, :focus-within) {
  text-decoration: none;
}

.people_list_item_contact_rows {
  display: grid;
  gap: 20px 0;
}

.people_list_item_contact_row {
  display: grid;
  gap: 8px 0;
}

.people_list_item_contact_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.people_list_item_contact_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  position: relative;
  color: #00005a;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 0, 90, 0.2);
  text-decoration-thickness: 2px;
  word-break: break-all;
}
@media (min-width:740px) {
  .people_list_item_contact_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.people_list_item_contact_link:where(:hover, :focus-within) {
  text-decoration: none;
}

.people_list_item_social_list {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 10px;
}

.people_list_item_social_list_link {
  color: #175bf1;
  transition: 0.25s color ease;
}
.people_list_item_social_list_link:where(:hover, :focus-within) {
  color: #00005a;
}
.people_list_item_social_list_link .icon {
  width: 20px;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
}

.podcast_detail_top {
  position: relative;
  color: #fff;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}
@media (min-width:740px) {
  .podcast_detail_top {
    padding: 0 0 30px;
    padding: 0 0 1.875rem;
  }
}
@media (min-width:980px) {
  .podcast_detail_top {
    padding-bottom: 0;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top {
    background-image: linear-gradient(180deg, transparent 0%, transparent calc(100% - 60px), #fff calc(100% - 60px), #fff 100%);
  }
}

.podcast_detail_top_body {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media (max-width:739px) {
  .podcast_detail_top_body_row {
    width: auto !important;
    min-width: inherit !important;
    display: block !important;
    margin: auto !important;
  }
}

@media (max-width:739px) {
  .podcast_detail_top_body_cell {
    width: auto !important;
    min-width: inherit !important;
    max-width: none !important;
    display: block !important;
    margin: auto !important;
  }
}

@media (min-width:980px) {
  .podcast_detail_top_body_inner {
    position: relative;
  }
}

.podcast_detail_top_body_header {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  display: flex;
  flex-direction: column;
}
@media (min-width:740px) {
  .podcast_detail_top_body_header {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_body_header {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_body_header {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .podcast_detail_top_body_header {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .podcast_detail_top_body_header {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_body_header {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_body_header {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .podcast_detail_top_body_header {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}

.podcast_detail_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
  order: 1;
}
@media (min-width:740px) {
  .podcast_detail_top_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width:980px) {
  .podcast_detail_top_title {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.podcast_detail_top_date {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  order: 0;
}
@media (min-width:740px) {
  .podcast_detail_top_date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.podcast_detail_top_labels {
  display: flex;
  margin-top: 17px;
  margin-top: 1.0625rem;
  order: 2;
}

.podcast_detail_top_label_type {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.podcast_detail_top_label_type_link {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.podcast_detail_top_label_type_link:focus, .podcast_detail_top_label_type_link:hover {
  border-bottom-color: currentColor;
}

.podcast_detail_top_label_series {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.podcast_detail_top_label_series a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.25s ease;
}
.podcast_detail_top_label_series a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .podcast_detail_top_label_series a:hover {
    border-bottom-color: currentColor;
  }
}

@media (min-width:980px) {
  .podcast_detail_top_body_content {
    display: flex;
    align-items: center;
    padding: 25px 0 45px;
    padding: 1.5625rem 0 2.8125rem;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_body_content {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}

.podcast_detail_top_intro {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media (min-width:740px) {
  .podcast_detail_top_intro {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_intro {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_intro {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .podcast_detail_top_intro {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .podcast_detail_top_intro {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_intro {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_intro {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .podcast_detail_top_intro {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_intro {
    width: 55%;
    flex: 0 0 55%;
    margin-top: 0;
    padding: 0 50px 0 0;
    padding: 0 3.125rem 0 0;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_intro {
    width: calc(100% - 600px);
    width: calc(100% - 37.5rem);
    flex: 0 0 calc(100% - 600px);
  }
}

.podcast_detail_top_intro_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  display: block;
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
  padding: 3px 0;
  padding: 0.1875rem 0;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media (min-width:740px) {
  .podcast_detail_top_intro_label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width:740px) {
  .podcast_detail_top_intro_label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width:980px) {
  .podcast_detail_top_intro_label {
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 0 0 0 30px;
    padding: 0 0 0 1.875rem;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_intro_label {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.podcast_detail_top_figure {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:740px) {
  .podcast_detail_top_figure {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
@media (min-width:980px) {
  .podcast_detail_top_figure {
    width: 45%;
    flex: 0 0 45%;
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_figure {
    transform: translate(0, 30px);
    width: 600px;
    width: 37.5rem;
    flex: 0 0 600px;
  }
}

.podcast_detail_top_image_wrapper {
  padding-top: 66.6%;
}

.podcast_detail_top_player_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcast_detail_top_player_link:focus .podcast_detail_top_player_link_icon_play,
.podcast_detail_top_player_link:focus .podcast_detail_top_player_link_icon_pause {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .podcast_detail_top_player_link:hover .podcast_detail_top_player_link_icon_play,
  .podcast_detail_top_player_link:hover .podcast_detail_top_player_link_icon_pause {
    background: #000;
    color: #fff;
  }
}

.podcast_detail_top_player_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.podcast_detail_top_player_link_label.focusable:active, .podcast_detail_top_player_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.podcast_detail_top_player_link_icon_play,
.podcast_detail_top_player_link_icon_pause {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s, opacity 0.25s;
}
@media (min-width:740px) {
  .podcast_detail_top_player_link_icon_play,
  .podcast_detail_top_player_link_icon_pause {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_player_link_icon_play,
  .podcast_detail_top_player_link_icon_pause {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }
}
.podcast_detail_top_player_link_icon_play .icon_podcast_play,
.podcast_detail_top_player_link_icon_pause .icon_podcast_play {
  transform: translateX(2px);
}
@media (min-width:740px) {
  .podcast_detail_top_player_link_icon_play .icon_podcast_play,
  .podcast_detail_top_player_link_icon_pause .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_player_link_icon_play .icon_podcast_play,
  .podcast_detail_top_player_link_icon_pause .icon_podcast_play {
    width: 37px;
    width: 2.3125rem;
    height: 32px;
    height: 2rem;
    transform: translateX(4px);
  }
}

.podcast_detail_top_player_link.playing .podcast_detail_top_player_link_icon_play {
  display: none;
}
.podcast_detail_top_player_link.paused .podcast_detail_top_player_link_icon_play {
  display: none;
}
.podcast_detail_top_player_link.playing.paused .podcast_detail_top_player_link_icon_play {
  display: flex;
}

.podcast_detail_top_player_link_icon_pause {
  display: none;
}
.podcast_detail_top_player_link.playing .podcast_detail_top_player_link_icon_pause {
  display: flex;
}
.podcast_detail_top_player_link.paused .podcast_detail_top_player_link_icon_pause {
  display: flex;
}
.podcast_detail_top_player_link.playing.paused .podcast_detail_top_player_link_icon_pause {
  display: none;
}

.podcast_detail_top_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .podcast_detail_top_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.podcast_detail_top_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .podcast_detail_top_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

.podcast_detail_top_footer {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:740px) {
  .podcast_detail_top_footer {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_footer {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_footer {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .podcast_detail_top_footer {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .podcast_detail_top_footer {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_footer {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_footer {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .podcast_detail_top_footer {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .podcast_detail_top_footer {
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 0;
  }
}
@media (min-width:1220px) {
  .podcast_detail_top_footer {
    bottom: 40px;
  }
}
.podcast_detail_top_footer .button {
  width: 100%;
}
@media (min-width:500px) {
  .podcast_detail_top_footer .button {
    width: auto;
  }
}

.podcast_detail_top_btn_wrap {
  position: relative;
  display: inline-block;
}
.podcast_detail_top_btn_list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity ease, 0ms visibility 0.25s;
}
@media (max-width:739px) {
  .podcast_detail_top_btn_list {
    top: 100%;
    right: 12px;
    transform: translate(0, -5px);
  }
}
@media (min-width:740px) {
  .podcast_detail_top_btn_list {
    top: 0;
    left: calc(100% - 45px);
    transform: translate(0, -25%);
  }
}
.podcast_detail_top_btn_list.fs-swap-active {
  opacity: 1;
  visibility: visible;
  transition: 0.25s opacity ease;
}

/* ==========================================================================
	Program List
============================================================================= */
.program_list {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .program_list {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .program_list {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .program_list {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .program_list {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .program_list {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .program_list {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.program_list_items {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #eaeaea;
  border-top: 0.125rem solid #eaeaea;
}

.program_item {
  border-bottom: 2px solid #eaeaea;
  border-bottom: 0.125rem solid #eaeaea;
}

.program_item_heading {
  margin: 0;
}

.program_item_button {
  width: 100%;
  color: #000;
}

.program_item_heading_inner {
  align-items: center;
  display: flex;
  padding: 18px 0;
  padding: 1.125rem 0;
}
@media (min-width:740px) {
  .program_item_heading_inner {
    padding: 28px 0;
    padding: 1.75rem 0;
  }
}

.program_item_heading_label {
  margin-right: auto;
}
@media (min-width:500px) {
  .program_item_heading_label {
    align-items: center;
    display: flex;
    flex: 1;
  }
}

.program_item_heading_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: block;
}
@media (min-width:740px) {
  .program_item_heading_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width:500px) {
  .program_item_heading_title {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}

.program_item_heading_mode {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  text-transform: none;
}
@media (min-width:500px) {
  .program_item_heading_mode {
    margin-left: auto;
  }
}

.program_item_heading_mode_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.program_item_heading_mode_label.focusable:active, .program_item_heading_mode_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.program_item_heading_icon {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  position: relative;
  align-items: center;
  background: #062d5d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-left: 1.25rem;
  opacity: 0;
  transition: background 0.25s;
}
@media (min-width:980px) {
  .program_item_heading_icon {
    margin-left: 50px;
    margin-left: 3.125rem;
  }
}
@media print {
  .program_item_heading_icon {
    display: none;
  }
}
.program_item.fs-swap-enabled .program_item_heading_icon {
  opacity: 1;
}
.program_item.fs-swap-enabled:hover .program_item_heading_icon, .program_item.fs-swap-enabled:focus .program_item_heading_icon {
  background: #000;
}
.program_item_heading_icon:before, .program_item_heading_icon:after {
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 2px;
  border-radius: 0.125rem;
  content: "";
  transition: opacity 0.15s, transform 0.15s;
}
.program_item_heading_icon:before {
  transform: translate(-50%, -50%);
}
.program_item_heading_icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.program_item.fs-swap-active .program_item_heading_icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.program_item.fs-swap-enabled .program_item_content {
  display: none;
}
@media print {
  .program_item.fs-swap-enabled .program_item_content {
    display: block;
  }
}
.program_item.fs-swap-active .program_item_content {
  display: block;
}

.program_item_content_inner {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media (min-width:740px) {
  .program_item_content_inner {
    width: 100%;
    display: flex;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media (min-width:980px) {
  .program_item_content_inner {
    padding-right: 95px;
    padding-right: 5.9375rem;
  }
}
@media print {
  .program_item_content_inner {
    padding-right: 0;
  }
}

@media (min-width:740px) {
  .program_item_content_group {
    margin-right: 5%;
  }
}
@media (min-width:980px) {
  .program_item_content_group {
    margin-right: 15%;
  }
}

.program_item_description {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.program_item_description p {
  margin: 0;
}

.program_item_links {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:740px) {
  .program_item_links {
    margin-bottom: 0;
  }
}

.program_item_link {
  cursor: pointer;
  font-weight: 500;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: background 0.25s, color 0.25s;
  background: #062d5d;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
@media print {
  .program_item_link {
    border: 1px solid #000;
    border: 0.0625rem solid #000;
  }
}
.program_item_link:focus, .program_item_link:hover {
  background: #000;
}
.program_item_link [class$=label] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
}
.program_item_details {
  border-top: 1px solid #eaeaea;
  border-top: 0.0625rem solid #eaeaea;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}
@media (min-width:740px) {
  .program_item_details {
    flex: 0 0 30%;
    text-align: right;
  }
}
@media (min-width:980px) {
  .program_item_details {
    flex: 0 0 22%;
  }
}

.program_item_detail {
  border-bottom: 1px solid #eaeaea;
  border-bottom: 0.0625rem solid #eaeaea;
  padding: 8px 0;
  padding: 0.5rem 0;
}
@media (min-width:980px) {
  .program_item_detail {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
}

.program_item_detail_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.program_item_detail_label.focusable:active, .program_item_detail_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.program_item_detail_data_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.program_item_detail_data_link:hover, .program_item_detail_data_link:focus {
  color: #000;
}

/* ==========================================================================
	Program Meta
============================================================================= */
.program_meta_inner {
  border-bottom: 2px solid #eaeaea;
  border-bottom: 0.125rem solid #eaeaea;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media (min-width:980px) {
  .program_meta_inner {
    align-items: center;
    display: flex;
  }
}

@media (min-width:740px) {
  .program_details {
    width: 100%;
    display: flex;
  }
}

@media (min-width:740px) {
  .program_detail {
    max-width: 25%;
  }
}
@media (min-width:1220px) {
  .program_detail {
    flex: 0 0 18%;
  }
}
.program_detail:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:740px) {
  .program_detail:not(:last-child) {
    margin: 0 30px 0 0;
    margin: 0 1.875rem 0 0;
  }
}
.program_detail_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.program_detail_label_hint {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.program_detail_label_hint.focusable:active, .program_detail_label_hint.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.program_detail_data {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}

.program_detail_data_link {
  color: #062d5d;
  text-decoration: underline;
  transition: color 0.25s;
}
.program_detail_data_link:hover, .program_detail_data_link:focus {
  color: #000;
}

.research_detail_top {
  position: relative;
  color: #fff;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media (min-width:740px) {
  .research_detail_top {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media print {
  .research_detail_top {
    padding-bottom: 0;
  }
}

.research_detail_top_body_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width:739px) {
  .research_detail_top_body_row {
    width: auto !important;
    min-width: inherit !important;
    display: block !important;
    margin: auto !important;
  }
}

@media (max-width:739px) {
  .research_detail_top_body_cell {
    width: auto !important;
    min-width: inherit !important;
    max-width: none !important;
    display: block !important;
    margin: auto !important;
  }
}

.research_detail_top_content {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .research_detail_top_content {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .research_detail_top_content {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .research_detail_top_content {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .research_detail_top_content {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .research_detail_top_content {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .research_detail_top_content {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .research_detail_top_content {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .research_detail_top_content {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .research_detail_top_content {
    width: 55%;
    flex: 0 0 55%;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
@media (min-width:1220px) {
  .research_detail_top_content {
    width: calc(100% - 600px);
    width: calc(100% - 37.5rem);
    flex: 0 0 calc(100% - 600px);
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
@media print {
  .research_detail_top_content {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.research_detail_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
  order: 1;
}
@media (min-width:740px) {
  .research_detail_top_title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width:1220px) {
  .research_detail_top_title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width:980px) {
  .research_detail_top_title {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.research_detail_top_date {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  order: 0;
}
@media (min-width:740px) {
  .research_detail_top_date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.research_detail_top_meta {
  order: 2;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media (min-width:980px) {
  .research_detail_top_meta {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.research_detail_top_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #00c6f5;
}
.research_detail_top_label a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.research_detail_top_label a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .research_detail_top_label a:hover {
    border-bottom-color: currentColor;
  }
}

.research_detail_top_authors {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  line-height: 1.6666666667;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
.research_detail_top_authors a {
  border-bottom: 1px solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  color: currentColor;
  transition: 0.25s ease;
}
.research_detail_top_authors a:focus {
  border-bottom-color: transparent;
}
@media (hover: hover) {
  .research_detail_top_authors a:hover {
    border-bottom-color: transparent;
  }
}

.research_detail_top_figure {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width:980px) {
  .research_detail_top_figure {
    width: 45%;
    flex: 0 0 45%;
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .research_detail_top_figure {
    width: 600px;
    width: 37.5rem;
    flex: 0 0 600px;
    margin-bottom: -20px;
    margin-bottom: -1.25rem;
  }
}

.research_detail_top_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .research_detail_top_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.research_detail_top_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .research_detail_top_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
@media print {
  .research_detail_top_img_credit {
    width: auto;
    height: 20px;
    height: 1.25rem;
    position: relative;
    top: auto;
    bottom: 0;
    justify-content: flex-start;
  }
  .research_detail_top_img_credit > [class$=_inner] {
    position: relative;
    top: auto;
    right: auto;
  }
}

.research_detail_top_image_wrapper {
  padding-top: 66.6%;
}

.research_detail_top_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width:980px) {
  .research_detail_top_links {
    width: 55%;
    flex: 0 0 55%;
    padding-right: 50px;
    padding-right: 3.125rem;
    margin-top: 0;
  }
}
@media (min-width:1220px) {
  .research_detail_top_links {
    width: calc(100% - 600px);
    width: calc(100% - 37.5rem);
    flex: 0 0 calc(100% - 600px);
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
@media print {
  .research_detail_top_links {
    display: none;
  }
}

/* ==========================================================================
	Results Message
============================================================================= */
.results_message {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .results_message {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .results_message {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .results_message {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .results_message {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .results_message {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .results_message {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.results_message_inner p:first-child {
  margin-top: 0;
}
.results_message_inner p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
	Search Top
============================================================================= */
.search_top {
  color: #fff;
}

.search_top_wrapper {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media (min-width:740px) {
  .search_top_wrapper {
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
  }
}
@media (min-width:980px) {
  .search_top_wrapper {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
  }
}
@media (min-width:1220px) {
  .search_top_wrapper {
    padding-bottom: 102px;
    padding-bottom: 6.375rem;
  }
}

.search_top_header {
  margin: 25px 0 15px;
  margin: 1.5625rem 0 0.9375rem;
}
@media (min-width:980px) {
  .search_top_header {
    margin: 50px 0 27px;
    margin: 3.125rem 0 1.6875rem;
  }
}
@media (min-width:1220px) {
  .search_top_header {
    margin: 75px 0 27px;
    margin: 4.6875rem 0 1.6875rem;
  }
}

.search_top_header_text {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width:740px) {
  .search_top_header_text {
    font-size: 64px;
    font-size: 4rem;
  }
}

.search_top_popular {
  margin-top: 48px;
  margin-top: 3rem;
  overflow: hidden;
}
@media (min-width:500px) {
  .search_top_popular {
    min-height: 155px;
    min-height: 9.6875rem;
  }
}
@media (min-width:740px) {
  .search_top_popular {
    min-height: 190px;
    min-height: 11.875rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:980px) {
  .search_top_popular {
    min-height: 125px;
    min-height: 7.8125rem;
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
}
@media (min-width:1220px) {
  .search_top_popular {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
}

.search_top_popular_heading {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: inline-block;
  position: relative;
}
@media (min-width:740px) {
  .search_top_popular_heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.search_top_popular_heading:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  background: #fff;
  content: "";
}
@media (min-width:740px) {
  .search_top_popular_heading:after {
    left: calc(100% + 20px);
  }
}

.search_top_popular_list {
  list-style: none;
  margin: 21px 0 0;
  margin: 1.3125rem 0 0;
  padding: 0;
}
@media (min-width:500px) {
  .search_top_popular_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width:740px) {
  .search_top_popular_list {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.search_top_popular_list_item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.search_top_popular_list_item:last-child {
  margin-bottom: 0;
}
@media (min-width:500px) {
  .search_top_popular_list_item {
    width: 50%;
  }
  .search_top_popular_list_item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width:980px) {
  .search_top_popular_list_item {
    width: 33.3%;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }
  .search_top_popular_list_item:nth-last-child(3) {
    margin-bottom: 0;
  }
}

.search_top_popular_list_item_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  position: relative;
  color: #fff;
}
@media (min-width:740px) {
  .search_top_popular_list_item_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.search_top_popular_list_item_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
.search_top_popular_list_item_link:focus:after {
  bottom: -1px;
  opacity: 0;
}
@media (hover: hover) {
  .search_top_popular_list_item_link:hover:after {
    bottom: -1px;
    opacity: 0;
  }
}

/* ==========================================================================
	Share
============================================================================= */
.share_tools {
  position: relative;
  display: none;
  margin: 0 0 0 auto;
}
@media (min-width:980px) {
  .js .share_tools {
    display: block;
  }
}
@media print and (min-width:980px) {
  .js .share_tools {
    display: none;
  }
}

.share_tools_title {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.share_tools_title.focusable:active, .share_tools_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.share_tools_toggle {
  position: relative;
  z-index: 1;
}

.share_tools_list {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  align-items: center;
  background-color: #fff;
  display: flex;
  list-style: none;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
  padding: 0 0 0 10px;
  padding: 0 0 0 0.625rem;
  transform: translateY(-50%);
}

.share_tool_item {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.share_tools.fs-swap-active .share_tool_item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.share_tools.fs-swap-active .share_tool_item:nth-child(1) {
  transition-delay: 0.1s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(2) {
  transition-delay: 0.2s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(3) {
  transition-delay: 0.3s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(4) {
  transition-delay: 0.4s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(5) {
  transition-delay: 0.5s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(6) {
  transition-delay: 0.6s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(7) {
  transition-delay: 0.7s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(8) {
  transition-delay: 0.8s;
}

.share_tools.fs-swap-active .share_tool_item:nth-child(9) {
  transition-delay: 0.9s;
}

.share_tool {
  color: #00005a;
  display: block;
  padding: 10px;
  padding: 0.625rem;
  pointer-events: none;
  transition: color 0.25s;
}
.share_tool:hover, .share_tool:focus {
  color: #175bf1;
}
.share_tools.fs-swap-active .share_tool {
  pointer-events: auto;
}

.share_tool_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.share_tool_label.focusable:active, .share_tool_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* ==========================================================================
	Sidebar Meta
============================================================================= */
.sidebar_meta {
  position: relative;
}

.sidebar_meta_detail {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media (min-width:980px) {
  .sidebar_meta_detail {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width:1220px) {
  .sidebar_meta_detail {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.sidebar_meta_detail_heading {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #00005a;
  font-weight: 900;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.sidebar_meta_detail_heading:after {
  width: 100vw;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: calc(100% + 16px);
  top: 50%;
  background: #00005a;
  content: "";
}

.sidebar_meta_detail_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #175bf1;
  text-decoration: underline;
  transition: color 0.25s;
}
@media (min-width:740px) {
  .sidebar_meta_detail_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.sidebar_meta_detail_link:focus {
  color: #012149;
}
@media (hover: hover) {
  .sidebar_meta_detail_link:hover {
    color: #012149;
  }
}

.sidebar_meta_detail_nolink {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #175bf1;
}
@media (min-width:740px) {
  .sidebar_meta_detail_nolink {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

/* ==========================================================================
	Single Statistic
============================================================================= */
.single_stat {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .single_stat {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:740px) {
  .single_stat {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
.single_stat:last-child {
  margin-bottom: 0;
}

.single_stat_header_text {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
}
@media (min-width:740px) {
  .single_stat_header_text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.single_stat_header_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #000;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.single_stat_body {
  background: linear-gradient(180deg, #fff 0%, #fff 20px, #dfeff8 20px, #dfeff8 100%);
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 0 20px 28px;
  padding: 0 1.25rem 1.75rem;
}
@media (min-width:740px) {
  .single_stat_body {
    display: flex;
    align-items: flex-start;
    background: transparent;
    justify-content: space-between;
    padding: 0;
  }
}

@media (min-width:740px) {
  .single_stat_item_stat {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}

.single_stat_item_stat_statistic {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  display: flex;
  color: #000;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width:740px) {
  .single_stat_item_stat_statistic {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media (min-width:1220px) {
  .single_stat_item_stat_statistic {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
.single_stat_item_stat_statistic .prefix {
  display: block;
}
.single_stat_item_stat_statistic .stat {
  display: block;
}
.single_stat_item_stat_statistic .suffix {
  display: block;
}
.single_stat_item_stat_statistic .disclaimer {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width:740px) {
  .single_stat_item_stat_statistic .disclaimer {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5625;
  }
}

.single_stat_item_disclaimer {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: none;
  color: #000;
}
@media (min-width:740px) {
  .single_stat_item_disclaimer {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
@media (min-width:740px) {
  .single_stat_item_disclaimer {
    display: block;
  }
}

.single_stat_item_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media (min-width:740px) {
  .single_stat_item_text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.single_stat_item_text a {
  font-weight: 600;
  color: #175bf1;
  text-decoration: underline;
  transition: color 0.25s;
}
.single_stat_item_text a:focus {
  color: #00005a;
}
@media (hover: hover) {
  .single_stat_item_text a:hover {
    color: #00005a;
  }
}
@media (min-width:740px) {
  .single_stat_item_text {
    margin-top: 0;
    background: #efecea;
    padding: 22px 30px;
    padding: 1.375rem 1.875rem;
  }
}

.single_stat_item_text_stat {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.single_stat_item_text_stat.focusable:active, .single_stat_item_text_stat.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.single_stat_item_text_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  display: block;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width:740px) {
  .single_stat_item_text_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}

.single_stat_footer {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media (min-width:740px) {
  .single_stat_footer {
    display: none;
  }
}

.single_stat_footer_disclaimer {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
}
@media (min-width:740px) {
  .single_stat_footer_disclaimer {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

/* ==========================================================================
	Speaker List
============================================================================= */
.speaker_list {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .speaker_list {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .speaker_list {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .speaker_list {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .speaker_list {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.body_layout_event_detail .speaker_list:last-child {
  margin-bottom: 0;
}

.speaker_list_head {
  align-items: center;
  display: flex;
  font-weight: 800;
  text-transform: uppercase;
}
.speaker_list_head:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: #175bf1;
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.speaker_list_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #175bf1;
  font-weight: 500;
  text-transform: none;
}
@media (min-width:740px) {
  .speaker_list_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.speaker_list_row {
  padding: 30px 0;
  padding: 1.875rem 0;
}
.speaker_list_row + .speaker_list_row {
  border-top: 1px solid #eeeeee;
  border-top: 0.0625rem solid #eeeeee;
}

/* ==========================================================================
	Speaker List Item
============================================================================= */
.speaker_list_item_wrap {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 -25px -20px;
  margin: 0 -1.5625rem -1.25rem;
}
@media (min-width:740px) {
  .speaker_list_item_wrap {
    flex-direction: row;
  }
}

.speaker_list_item_wrap_left {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media (min-width:740px) {
  .speaker_list_item_wrap_left {
    flex: 1;
  }
}

.speaker_list_item_wrap_right {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media (min-width:740px) {
  .speaker_list_item_wrap_right {
    flex-shrink: 0;
  }
}

.speaker_list_item_name {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
@media (min-width:740px) {
  .speaker_list_item_name {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.speaker_list_item_name_link {
  color: currentColor;
  display: block;
  transition: 0.25s ease;
}
.speaker_list_item_name_link:focus {
  color: #012149;
}
@media (hover: hover) {
  .speaker_list_item_name_link:hover {
    color: #012149;
  }
}

.speaker_list_item_name_link_text {
  display: inline;
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: border-color 0.25s;
}
.speaker_list_item_name_link:focus .speaker_list_item_name_link_text, .speaker_list_item_name_link:hover .speaker_list_item_name_link_text {
  border-color: #000;
}

.speaker_list_item_name_link_icon {
  color: #175bf1;
  display: inline;
  transition: 0.25s ease;
  white-space: nowrap;
}
.speaker_list_item_name_link_icon .icon {
  display: inline-block;
  transition: 0.25s ease;
}
.speaker_list_item_name_link:focus .speaker_list_item_name_link_icon .icon, .speaker_list_item_name_link:hover .speaker_list_item_name_link_icon .icon {
  transform: translate(5px, 0);
}
.speaker_list_item_name_link:focus .speaker_list_item_name_link_icon, .speaker_list_item_name_link:hover .speaker_list_item_name_link_icon {
  color: currentColor;
}

.speaker_list_item_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  color: #4a4a4a;
}
@media (min-width:740px) {
  .speaker_list_item_title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.speaker_list_item_img_wrap {
  width: 70px;
  width: 4.375rem;
}
.speaker_list_item_img_wrap.is_mobile {
  float: right;
  margin: 25px 0 10px 20px;
  margin: 1.5625rem 0 0.625rem 1.25rem;
}
@media (min-width:740px) {
  .speaker_list_item_img_wrap.is_mobile {
    display: none;
  }
}
.speaker_list_item_img_wrap.is_desktop {
  display: none;
}
@media (min-width:740px) {
  .speaker_list_item_img_wrap.is_desktop {
    display: block;
  }
}
@media (min-width:740px) {
  .speaker_list_item_img_wrap {
    width: 100px;
    width: 6.25rem;
  }
}
@media (min-width:1220px) {
  .speaker_list_item_img_wrap {
    width: 174px;
    width: 10.875rem;
  }
}

.speaker_list_item_image_wrapper {
  border-radius: 50%;
  outline: 1px solid #175bf1;
  outline-offset: 8px;
  padding-top: 100%;
}

.speaker_list_item_blurb {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media (min-width:980px) {
  .speaker_list_item_blurb {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.speaker_list_item_blurb_inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media (min-width:740px) {
  .speaker_list_item_blurb_inner {
    padding-top: 0;
  }
}

.speaker_list_social_items {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 20px;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.speaker_list_social_item_link {
  color: #175bf1;
  transition: 0.25s color ease;
}
.speaker_list_social_item_link:hover, .speaker_list_social_item_link:focus {
  color: #012149;
}

.speaker_list_social_item_icon .icon {
  width: 20px;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
}

.speaker_list_social_item_label {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.7333333333;
  margin-left: 4px;
  margin-left: 0.25rem;
}
.speaker_list_social_item_label:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  border-bottom: 2px solid #1bd2ff;
  border-bottom: 0.125rem solid #1bd2ff;
  content: "";
  display: inline-block;
  opacity: 1;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.speaker_list_social_item_link:hover .speaker_list_social_item_label:after, .speaker_list_social_item_link:focus .speaker_list_social_item_label:after {
  opacity: 0;
  transform: translate(0, 4px);
}

/* ==========================================================================
	Listing Sponsors Grid
============================================================================= */
.listing_sponsors_grid {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #efecea;
}
@media (min-width:740px) {
  .listing_sponsors_grid {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .listing_sponsors_grid {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .listing_sponsors_grid {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .listing_sponsors_grid {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.listing_sponsors_grid_row + .listing_sponsors_grid_row {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media (min-width:980px) {
  .listing_sponsors_grid_row + .listing_sponsors_grid_row {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
}

/* ==========================================================================
	Sponsor Grid
============================================================================= */
.sponsor_grid_head {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width:740px) {
  .sponsor_grid_head {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.sponsor_grid_head:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  min-width: 40px;
  min-width: 2.5rem;
  background-color: #002ac2;
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.sponsor_grid_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #002ac2;
}
@media (min-width:740px) {
  .sponsor_grid_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.sponsor_grid_rows {
  --columns: 1;
  display: grid;
  gap: 25px 20px;
  grid-template-columns: repeat(var(--columns), 1fr);
}
@media (min-width:740px) {
  .sponsor_grid_rows {
    --columns: 2;
  }
}
@media (min-width:1220px) {
  .sponsor_grid_rows {
    --columns: 3;
  }
}
@media (min-width:1220px) {
  .sponsor_grid_rows {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.sponsor_grid.is_type_text .sponsor_grid_row_inner {
  border-bottom: 4px solid rgba(0, 42, 194, 0.1);
  border-bottom: 0.25rem solid rgba(0, 42, 194, 0.1);
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
}
@media (min-width:740px) {
  .sponsor_grid.is_type_images .sponsor_grid_row_inner {
    width: 100%;
    height: 100%;
  }
}

/* ==========================================================================
	Sponsor Grid Item
============================================================================= */
.sponsor_grid_item {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: #002ac2;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media (min-width:740px) {
  .sponsor_grid.is_type_images .sponsor_grid_item {
    width: 100%;
    height: 100%;
  }
}

.sponsor_grid.is_type_images .sponsor_grid_item_inner {
  background-color: #fff;
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  padding: 25px 45px;
  padding: 1.5625rem 2.8125rem;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .sponsor_grid.is_type_images .sponsor_grid_item_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sponsor_grid.is_type_images .sponsor_grid_item_inner:focus, .sponsor_grid.is_type_images .sponsor_grid_item_inner:hover {
  border-color: currentColor;
}

.sponsor_grid_item_link {
  color: currentColor;
  display: block;
  transition: 0.25s ease;
}
@media (min-width:740px) {
  .sponsor_grid.is_type_images .sponsor_grid_item_link {
    width: 100%;
    height: 100%;
  }
}
.sponsor_grid.is_type_text .sponsor_grid_item_link {
  border-bottom: 1px solid rgba(0, 42, 194, 0.1);
  border-bottom: 0.0625rem solid rgba(0, 42, 194, 0.1);
  display: inline-block;
}
.sponsor_grid.is_type_text .sponsor_grid_item_link:focus, .sponsor_grid.is_type_text .sponsor_grid_item_link:hover {
  border-bottom-color: transparent;
}

.sponsor_grid_item_img {
  max-width: 100%;
  width: 270px;
  width: 16.875rem;
  display: block;
  margin: 0 auto;
}

.sponsor_grid.is_type_images .sponsor_grid_item_title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
}

/* ==========================================================================
	Spotlight
============================================================================= */
.spotlight {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #002ac2;
  background-image: radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at left calc(50% - var(--fs-row_width) * 0.5) top 0, #00005a, transparent), radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at right calc(50% - var(--fs-row_width) * 0.5) top 0, transparent, transparent), radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at right calc(50% - var(--fs-row_width) * 0.5) bottom 0, #00d4a8, transparent), radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at left calc(50% - var(--fs-row_width) * 0.5) bottom 0, #00005a, transparent);
  overflow: hidden;
  color: #fff;
}
@media (min-width:740px) {
  .spotlight {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .spotlight {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .spotlight {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .spotlight {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.spotlight_inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width:740px) {
  .spotlight_inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.spotlight_group {
  flex: 1;
  order: 2;
}
@media (min-width:740px) {
  .spotlight_group {
    order: 1;
  }
}
@media (min-width:1220px) {
  .spotlight_group {
    max-width: 45%;
  }
}
@media (min-width:1394px) {
  .spotlight_group {
    max-width: 40%;
  }
}

.spotlight_figure {
  position: relative;
  right: -1rem;
  order: 1;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width:740px) {
  .spotlight_figure {
    order: 2;
    width: 45%;
    margin-bottom: 0;
  }
}

.spotlight_header {
  position: relative;
  order: 0;
  overflow: hidden;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media (min-width:740px) {
  .spotlight_header {
    width: 100%;
  }
}

.spotlight_header_text {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1;
  text-transform: uppercase;
}

.spotlight_header_text_link {
  position: relative;
  color: currentColor;
}
.spotlight_header_text_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #fff;
  content: "";
  opacity: 0;
  transition: bottom 0.25s, opacity 0.25s;
}
.spotlight_header_text_link:focus {
  border-color: transparent;
}
@media (hover: hover) {
  .spotlight_header_text_link:hover:after {
    bottom: -1px;
    opacity: 1;
  }
}

.spotlight_headline {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2592592593;
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (min-width:740px) {
  .spotlight_headline {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
@media (min-width:740px) {
  .spotlight_headline {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media (min-width:980px) {
  .spotlight_headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.spotlight_headline a {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: currentColor;
  transform: 0.25s ease;
}
.spotlight_headline a:focus, .spotlight_headline a:hover {
  border-bottom-color: currentColor;
}

.spotlight_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.spotlight_link {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media (min-width:740px) {
  .spotlight_link {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

/* ==========================================================================
	Subscribe Droplist
============================================================================= */
.subscribe_droplist {
  position: relative;
}

.subscribe_droplist_list {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border: 0.0625rem solid #eaeaea;
  border-radius: 3px;
  border-radius: 0.1875rem;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.subscribe_droplist_link {
  align-items: center;
  background-color: #fff;
  color: currentColor;
  display: flex;
  padding: 10px 35px 10px 12px;
  padding: 0.625rem 2.1875rem 0.625rem 0.75rem;
  transition: 0.25s ease;
}
.subscribe_droplist_link:focus, .subscribe_droplist_link:hover {
  background-color: #f3f3f3;
}

.subscribe_droplist_icon {
  color: #00d4a8;
  flex-shrink: 0;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.subscribe_droplist_link:focus .subscribe_droplist_icon, .subscribe_droplist_link:hover .subscribe_droplist_icon {
  color: #00005a;
}
.subscribe_droplist_icon .icon {
  width: 16px;
  width: 1rem;
  transition: 0.25s ease;
}

.subscribe_droplist_text {
  color: #4a4a4a;
  white-space: nowrap;
}

/* ==========================================================================
	Testimonial
============================================================================= */
.testimonial {
  --border_color: #002ac2;
  --inner_padding_left: 0;
  --thumb-dimensions: 46px;
  --icon_bg_color: #002ac2;
  --icon_color: #fff;
}
@media (min-width:980px) {
  .testimonial {
    --inner_padding_left: 60px;
    --inner_padding_left: 3.75rem;
  }
}

.testimonial {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .testimonial {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .testimonial {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .testimonial {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .testimonial {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.testimonial.testimonial_full {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .testimonial.testimonial_full {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .testimonial.testimonial_full {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:1220px) {
  .testimonial.testimonial_full {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
@media (min-width:740px) {
  .testimonial.testimonial_full {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .testimonial.testimonial_full {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:1220px) {
  .testimonial.testimonial_full {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

.testimonial_inner {
  position: relative;
  padding-left: var(--inner_padding_left);
}
@media (min-width:980px) {
  .testimonial_full.has_image .testimonial_inner {
    width: calc(100% - 70px);
    width: calc(100% - 4.375rem);
  }
}
@media (min-width:980px) {
  .testimonial_inner {
    border: 1px solid var(--border_color);
    border: 0.0625rem solid var(--border_color);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}

.testimonial_head {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (max-width:979px) {
  .testimonial_head:after {
    height: 1px;
    height: 0.0625rem;
    min-width: 40px;
    min-width: 2.5rem;
    background-color: var(--border_color);
    content: "";
    flex: 1;
    display: block;
    margin-left: 9px;
    margin-left: 0.5625rem;
  }
}
@media (min-width:980px) {
  .testimonial_head {
    position: absolute;
    top: 0;
    left: var(--inner_padding_left);
    transform: translate(0, -50%);
  }
}

.testimonial_head_icon {
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
  align-items: center;
  background-color: var(--icon_bg_color);
  color: var(--icon_color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
@media (min-width:980px) {
  .testimonial_head_icon {
    height: var(--thumb-dimensions);
    width: var(--thumb-dimensions);
  }
}
@media (min-width:980px) {
  .testimonial_head_icon .icon {
    height: 15px;
    height: 0.9375rem;
    width: 21px;
    width: 1.3125rem;
  }
}

.testimonial_quote {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}
@media (min-width:980px) {
  .testimonial_quote {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-right: 75px;
    margin-right: 4.6875rem;
  }
}
@media (min-width:980px) {
  .testimonial_quote {
    margin-right: 120px;
    margin-right: 7.5rem;
  }
}
.testimonial_quote p {
  margin: 0;
}
.testimonial_quote a {
  border-bottom: 2px solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  color: currentColor;
  transition: 0.25s ease;
}
.testimonial_quote a:focus, .testimonial_quote a:hover {
  border-bottom-color: transparent;
  color: #012149;
}

.testimonial_figcaption {
  --margin-right-desktop: 75px;
  --margin-right-desktop: 4.6875rem;
  --padding-y-desktop: 45px;
  --padding-y-desktop: 2.8125rem;
  display: flex;
  pointer-events: none;
}
@media (min-width:980px) {
  .testimonial_figcaption {
    margin-right: var(--margin-right-desktop);
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
}
.testimonial.has_image .testimonial_figcaption {
  --margin-right-desktop: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width:980px) {
  .testimonial.has_image .testimonial_figcaption {
    transform: translate(0, -16px);
  }
}

.testimonial_media {
  width: 85px;
  width: 5.3125rem;
  display: block;
  order: 2;
}
@media (min-width:980px) {
  .testimonial_media {
    transform: translate(50%, 0);
    height: 135px;
    height: 8.4375rem;
    width: 135px;
    width: 8.4375rem;
  }
}
@media print {
  .testimonial_media {
    display: none;
  }
}

.testimonial_image_wrapper {
  border-radius: 50%;
  display: block;
  padding-top: 100%;
}

.testimonial_info {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  flex: 1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (max-width:979px) {
  .testimonial_info {
    border-bottom: 1px solid var(--border_color);
    border-bottom: 0.0625rem solid var(--border_color);
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
}
@media (min-width:980px) {
  .testimonial_info {
    align-self: center;
    font-size: 16px;
    font-size: 1rem;
    text-align: right;
  }
}
.testimonial_media + .testimonial_info {
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media (min-width:980px) {
  .testimonial_media + .testimonial_info {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
@media print {
  .testimonial_media + .testimonial_info {
    margin-right: 0;
  }
}

.testimonial_quote_name {
  display: block;
  font-weight: 700;
}

.testimonial_quote_title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width:980px) {
  .testimonial_quote_title {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
}

/* ==========================================================================
	Topic Row
============================================================================= */
.topic_row {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (min-width:740px) {
  .topic_row {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .topic_row {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .topic_row {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .topic_row {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:740px) {
  .topic_row {
    width: auto;
    left: auto;
  }
}

.topic_row_header {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
}
@media (min-width:740px) {
  .topic_row_header {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .topic_row_header {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .topic_row_header {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .topic_row_header {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .topic_row_header {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .topic_row_header {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .topic_row_header {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .topic_row_header {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .topic_row_header {
    padding: 0;
  }
}

.topic_row_header_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media (min-width:740px) {
  .topic_row_header_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.topic_row_header_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
.topic_row_body {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 32px;
  margin-top: 2rem;
  gap: 20px 0;
}
@media (max-width:739px) {
  .topic_row_body {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
@media (min-width:1220px) {
  .topic_row_body {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}

.topic_row_item {
  background: #efecea;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 30px;
  padding: 30px;
  padding: 1.875rem;
}
@media (min-width:740px) {
  .topic_row_item.topic_row_image_item {
    grid-template-columns: 250px 1fr;
  }
}

.topic_row_item_image_wrapper {
  padding-top: 56.25%;
}
@media (min-width:740px) {
  .topic_row_item_image_wrapper {
    padding-top: 66.6%;
  }
}

.topic_row_item_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width:740px) {
  .topic_row_item_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.topic_row_item_title {
  line-height: 1.48;
}

.topic_row_item_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  display: block;
  color: #000;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.topic_row_item_links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 16px;
  margin-top: 1rem;
}
@media (min-width:980px) {
  .topic_row_item_links {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.topic_row_item_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: inline-block;
  position: relative;
  color: #002ac2;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media (min-width:740px) {
  .topic_row_item_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.topic_row_item_link:last-child {
  margin-bottom: 0;
}
.topic_row_item_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  left: 0;
  bottom: 7px;
  background: linear-gradient(to right, #175bf1, #00d4a8);
  content: "";
  transition: opacity 0.25s, bottom 0.25s;
}
.topic_row_item_link:focus:after {
  bottom: -2px;
  opacity: 0;
}
@media (hover: hover) {
  .topic_row_item_link:hover:after {
    bottom: -2px;
    opacity: 0;
  }
}

/* ==========================================================================
	Twitter Embed
============================================================================= */
.twitter_embed {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border: 1px solid #b9d7e2;
  border: 0.0625rem solid #b9d7e2;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 25px 35px 0;
  padding: 1.5625rem 2.1875rem 0;
}
@media (min-width:740px) {
  .twitter_embed {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .twitter_embed {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .twitter_embed {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .twitter_embed {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
@media (min-width:740px) {
  .twitter_embed {
    padding: 50px 70px 0;
    padding: 3.125rem 4.375rem 0;
  }
}
.no-js .twitter_embed {
  display: none;
}
@media print {
  .twitter_embed {
    display: none;
  }
}

.twitter_embed_content {
  height: 0;
  overflow: auto;
  padding-bottom: 100%;
}
.twitter_embed_content iframe {
  width: 100%;
}
.twitter_embed_content .twitter-timeline {
  color: currentColor;
  text-decoration: underline;
}

.video_detail_top {
  position: relative;
  color: #fff;
  padding: 0;
}
@media (min-width:740px) {
  .video_detail_top {
    background: linear-gradient(180deg, transparent 0%, transparent 82%, #fff 82%, #fff 100%);
    text-align: center;
  }
}
@media (min-width:980px) {
  .video_detail_top {
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
  }
}
@media (min-width:1220px) {
  .video_detail_top {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

@media (min-width:740px) {
  .video_detail_top_breadcrumbs {
    text-align: left;
  }
}

.video_detail_top_body {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media (max-width:739px) {
  .video_detail_top_body_row {
    width: auto !important;
    min-width: inherit !important;
    display: block !important;
    margin: auto !important;
  }
}

@media (max-width:739px) {
  .video_detail_top_body_cell {
    width: auto !important;
    min-width: inherit !important;
    max-width: none !important;
    display: block !important;
    margin: auto !important;
  }
}

@media (min-width:980px) {
  .video_detail_top_body_inner {
    position: relative;
  }
}

.video_detail_top_body_header {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  display: flex;
  flex-direction: column;
}
@media (min-width:740px) {
  .video_detail_top_body_header {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .video_detail_top_body_header {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .video_detail_top_body_header {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .video_detail_top_body_header {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .video_detail_top_body_header {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .video_detail_top_body_header {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .video_detail_top_body_header {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .video_detail_top_body_header {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}

.video_detail_top_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
  order: 1;
}
@media (min-width:740px) {
  .video_detail_top_title {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (min-width:980px) {
  .video_detail_top_title {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.video_detail_top_date {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  display: block;
  order: 2;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
@media (min-width:740px) {
  .video_detail_top_date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.video_detail_top_labels {
  display: flex;
  flex-direction: column;
  order: 0;
}
@media (min-width:500px) {
  .video_detail_top_labels {
    flex-direction: row;
  }
}
@media (min-width:740px) {
  .video_detail_top_labels {
    justify-content: center;
  }
}

.video_detail_top_label_type {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #00c6f5;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media (min-width:740px) {
  .video_detail_top_label_type {
    margin-bottom: 0;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
.video_detail_top_label_type a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.video_detail_top_label_type a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .video_detail_top_label_type a:hover {
    border-bottom-color: currentColor;
  }
}

.video_detail_top_label_series {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.video_detail_top_label_series a {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.video_detail_top_label_series a:focus {
  border-bottom-color: currentColor;
}
@media (hover: hover) {
  .video_detail_top_label_series a:hover {
    border-bottom-color: currentColor;
  }
}

.video_detail_top_intro {
  margin-top: 16px;
  margin-top: 1rem;
}
@media (max-width:739px) {
  .video_detail_top_intro {
    padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
    padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  }
}
@media (max-width:739px) and (min-width:740px) {
  .video_detail_top_intro {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (max-width:739px) and (min-width:980px) {
  .video_detail_top_intro {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1220px) {
  .video_detail_top_intro {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1394px) {
  .video_detail_top_intro {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (max-width:739px) and (min-width:740px) {
  .video_detail_top_intro {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (max-width:739px) and (min-width:980px) {
  .video_detail_top_intro {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1220px) {
  .video_detail_top_intro {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (max-width:739px) and (min-width:1394px) {
  .video_detail_top_intro {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .video_detail_top_intro {
    margin-top: 0;
    padding-right: 0;
  }
}

.video_detail_top_intro_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  display: block;
  padding: 3px 0;
  padding: 0.1875rem 0;
}
@media (min-width:740px) {
  .video_detail_top_intro_label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width:740px) {
  .video_detail_top_intro_label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width:980px) {
  .video_detail_top_intro_label {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width:1220px) {
  .video_detail_top_intro_label {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.video_detail_top_figure {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:740px) {
  .video_detail_top_figure {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
@media (min-width:980px) {
  .video_detail_top_figure {
    margin-bottom: -35px;
    margin-bottom: -2.1875rem;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}
@media (min-width:1220px) {
  .video_detail_top_figure {
    margin-bottom: -60px;
    margin-bottom: -3.75rem;
    margin-top: 47px;
    margin-top: 2.9375rem;
  }
}

.video_detail_top_image_wrapper {
  padding-top: 56.25%;
}

.video_detail_top_player_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:740px) {
  .video_detail_top_player_link:hover .video_detail_top_player_link_icon, .video_detail_top_player_link:focus .video_detail_top_player_link_icon {
    background: #000;
    color: #fff;
  }
}

.video_detail_top_player_link_label {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}
.video_detail_top_player_link_label.focusable:active, .video_detail_top_player_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.video_detail_top_player_link_icon {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width:740px) {
  .video_detail_top_player_link_icon {
    width: 75px;
    width: 4.6875rem;
    height: 75px;
    height: 4.6875rem;
    border-width: 3px;
    border-width: 0.1875rem;
  }
}
@media (min-width:1220px) {
  .video_detail_top_player_link_icon {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }
}
.video_detail_top_player_link_icon .icon_podcast_play {
  transform: translateX(2px);
}
@media (min-width:740px) {
  .video_detail_top_player_link_icon .icon_podcast_play {
    width: 26px;
    width: 1.625rem;
    height: 22px;
    height: 1.375rem;
    transform: translateX(3px);
  }
}
@media (min-width:1220px) {
  .video_detail_top_player_link_icon .icon_podcast_play {
    width: 37px;
    width: 2.3125rem;
    height: 32px;
    height: 2rem;
    transform: translateX(4px);
  }
}

.video_detail_top_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  transition: opacity 0.25s;
}
@media (min-width:740px) {
  .video_detail_top_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.video_detail_top_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .video_detail_top_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}
.video_detail_top_figure.loaded .video_detail_top_img_credit {
  opacity: 0;
}

.video_detail_top_footer {
  padding-right: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-right: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 40px) * 0.9591) / 2);
  padding-left: calc((100% - (100% - 2.5rem) * 0.9591) / 2);
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:740px) {
  .video_detail_top_footer {
    padding-right: calc((100% - 690.552px) / 2);
    padding-right: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .video_detail_top_footer {
    padding-right: calc((100% - 920.736px) / 2);
    padding-right: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .video_detail_top_footer {
    padding-right: calc((100% - 1150.92px) / 2);
    padding-right: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .video_detail_top_footer {
    padding-right: calc((100% - 1317.8034px) / 2);
    padding-right: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:740px) {
  .video_detail_top_footer {
    padding-left: calc((100% - 690.552px) / 2);
    padding-left: calc((100% - 43.1595rem) / 2);
  }
}
@media (min-width:980px) {
  .video_detail_top_footer {
    padding-left: calc((100% - 920.736px) / 2);
    padding-left: calc((100% - 57.546rem) / 2);
  }
}
@media (min-width:1220px) {
  .video_detail_top_footer {
    padding-left: calc((100% - 1150.92px) / 2);
    padding-left: calc((100% - 71.9325rem) / 2);
  }
}
@media (min-width:1394px) {
  .video_detail_top_footer {
    padding-left: calc((100% - 1317.8034px) / 2);
    padding-left: calc((100% - 82.36271rem) / 2);
  }
}
@media (min-width:980px) {
  .video_detail_top_footer {
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 0;
  }
}
.video_detail_top_footer .button {
  width: 100%;
}
@media (min-width:500px) {
  .video_detail_top_footer .button {
    width: auto;
  }
}

/* ==========================================================================
	Topic Row
============================================================================= */
/* Theme
============================================================================= */
.visual_callout {
  --color: #fff;
}
.visual_callout.theme_gray {
  --background: #efecea;
  --color: #000;
}
.visual_callout.theme_baby_blue {
  --background: #fff;
  --color: #000;
}

/* Component
============================================================================= */
.visual_callout {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
}
@media (min-width:740px) {
  .visual_callout {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .visual_callout {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .visual_callout {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .visual_callout {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.visual_callout_row {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
  background-color: var(--background, none);
  flex-direction: column-reverse;
  padding-inline: 30px;
  padding-inline: 1.875rem;
}
@media (min-width:740px) {
  .visual_callout_row {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .visual_callout_row {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .visual_callout_row {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .visual_callout_row {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}
.visual_callout:not([class*=theme_]) .visual_callout_row {
  background-color: #002ac2;
  background-image: radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at left calc(50% - var(--fs-row_width) * 0.5) top 0, transparent, transparent), radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at right calc(50% - var(--fs-row_width) * 0.5) top 0, #00d4a8, transparent), radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at right calc(50% - var(--fs-row_width) * 0.5) bottom 0, #00c6f5, transparent), radial-gradient(calc(var(--fs-row_width) * 0.45) calc(var(--fs-row_width) * 0.65) at left calc(50% - var(--fs-row_width) * 0.5) bottom 0, #00005a, transparent);
}
@media (min-width:980px) {
  .visual_callout_row {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width:1220px) {
  .visual_callout_row {
    padding-inline: 0;
  }
}

@media (min-width:1220px) {
  .visual_callout_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.visual_callout_title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2592592593;
  color: var(--color);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (min-width:740px) {
  .visual_callout_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
@media (min-width:980px) {
  .visual_callout_title {
    margin-top: 0;
  }
}

.visual_callout_title_link {
  border-bottom: 2px solid transparent;
  border-bottom: 0.125rem solid transparent;
  color: currentColor;
  transition: 0.25s ease;
}
.visual_callout_title_link:focus, .visual_callout_title_link:hover {
  border-bottom-color: currentColor;
}

.visual_callout_description {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: var(--color);
  margin-top: 8px;
  margin-top: 0.5rem;
}
.visual_callout_event_label + .visual_callout_description {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width:980px) {
  .visual_callout_event_label + .visual_callout_description {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}
.theme_gray .visual_callout_description {
  color: #000;
}

.visual_callout_description_link {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media (min-width:740px) {
  .visual_callout_description_link {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.visual_callout_figure {
  position: relative;
}

.visual_callout_image_wrapper {
  padding-top: 56.25%;
}

.visual_callout_img_credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 45%;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width:740px) {
  .visual_callout_img_credit {
    height: 100px;
    height: 6.25rem;
  }
}
.visual_callout_img_credit > [class$=_inner] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--img_credit_offset, 10px);
  right: var(--img_credit_offset, 10px);
  color: var(--img_credit_color, #fff);
  font-size: 10px;
  font-size: 0.625rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media (min-width:740px) {
  .visual_callout_img_credit > [class$=_inner] {
    --img_credit_offset: var(--img_credit_offset--desktop, 20px);
  }
}

/* Events
============================================================================= */
.visual_callout_event_meta {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin: 17px -2px -4px;
  margin: 1.0625rem -0.125rem -0.25rem;
}
.visual_callout_event_meta > * {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  padding: 0 2px;
  padding: 0 0.125rem;
}
@media (min-width:740px) {
  .visual_callout_event_meta {
    margin-left: -4px;
    margin-left: -0.25rem;
    margin-right: -4px;
    margin-right: -0.25rem;
  }
  .visual_callout_event_meta > * {
    padding: 0 4px;
    padding: 0 0.25rem;
  }
}
@media (min-width:980px) {
  .visual_callout_event_meta {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}
@media (min-width:1220px) {
  .visual_callout_event_meta {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.visual_callout_event_label {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: var(--color);
}

.visual_callout_event_label_two {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block;
  color: var(--color);
}

.visual_callout_image_date {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  background-color: var(--img_date_bg_color, #00d4a8);
  color: var(--img_date_color, #000);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@media (min-width:980px) {
  .visual_callout_image_date {
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
}
.visual_callout_image_date > [class$=_month] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .visual_callout_image_date > [class$=_month] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.visual_callout_image_date > [class$=_day] {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (min-width:980px) {
  .visual_callout_image_date > [class$=_day] {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.visual_callout_ctas_wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.visual_callout_ctas {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
}

.visual_callout_cta {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.visual_callout_cta_link {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  position: relative;
  display: inline-block;
  color: var(--color);
  font-weight: 500;
}
@media (min-width:740px) {
  .visual_callout_cta_link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}
.visual_callout_cta_link:after {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--color);
  content: "";
  transition: bottom 0.25s, opacity 0.25s;
}
.visual_callout_cta_link:focus:after {
  bottom: -2px;
  opacity: 0;
}
@media (hover: hover) {
  .visual_callout_cta_link:hover:after {
    bottom: -2px;
    opacity: 0;
  }
}

/* ==========================================================================
	WYSIWYG
============================================================================= */
.wysiwyg_block {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width:740px) {
  .wysiwyg_block {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (min-width:980px) {
  .wysiwyg_block {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (min-width:740px) {
  .wysiwyg_block {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media (min-width:980px) {
  .wysiwyg_block {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.wysiwyg_block:last-child {
  margin-bottom: 0;
}

.wysiwyg_block_inner > :first-child {
  margin-top: 0;
}
.wysiwyg_block_inner > :last-child {
  margin-bottom: 0;
}

/* ==========================================================================
	Formstone Overrides
============================================================================= */
/**
 * remove fs-row and fs-cell functionality when
 * this component is in the `in-content` area
*/
.wysiwyg_block:not(.full_width_callouts *) .fs-row {
  width: 100%;
  margin-inline: 0;
}
.wysiwyg_block:not(.full_width_callouts *) .fs-cell {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.white_bg_wysiwyg_block {
  padding-bottom: 2.5rem;
}

/* ==========================================================================
	Print
============================================================================= */
@media print {
  * {
    background: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    border: 0.0625rem solid #999;
    padding: 10px;
    padding: 0.625rem;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .print {
    display: block;
  }
  #fs-grid-menu {
    display: none !important;
  }
}
/*# sourceMappingURL=site.css.map */
