@charset "UTF-8";
/* ==========================================================================
	Imports
============================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=cbc3c181-274a-47a8-9797-f232a5b4387f");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Remove the inner padding 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.10 [background.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-background {
  overflow: hidden;
  position: relative; }

.fs-background, .fs-background-container, .fs-background-media {
  -webkit-transition: none;
  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 {
  -webkit-transition: opacity .5s linear;
  transition: opacity .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.10 [carousel.css] 2018-08-03 | 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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.10 [checkbox.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-checkbox {
  display: inline-block;
  vertical-align: middle; }

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

.fs-checkbox-element_placeholder {
  display: none;
  visibility: hidden; }

.fs-checkbox-element {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  -webkit-appearance: none; }

.fs-checkbox-label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-checkbox-marker {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  cursor: pointer;
  display: inline-block; }

.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0; }

.fs-checkbox-flag:before {
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 3px 0 0 6px;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0); }

.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1); }

.fs-checkbox-radio .fs-checkbox-marker {
  position: relative;
  border-radius: 100%; }

.fs-checkbox-radio .fs-checkbox-flag {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  border-radius: 100%;
  margin: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease; }

.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none; }

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
  transform: scale(1); }

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none; }

.fs-checkbox-disabled {
  cursor: default;
  opacity: .5; }

.fs-checkbox-label.fs-checkbox-disabled {
  cursor: default; }

.fs-checkbox-disabled .fs-checkbox-marker {
  cursor: default; }

.fs-checkbox-toggle {
  position: relative; }

.fs-checkbox-label.fs-checkbox-toggle {
  line-height: 40px; }

.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative; }

.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table; }

.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  display: block;
  -webkit-transition: left .15s ease;
  transition: left .15s ease; }

.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1; }

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%; }

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none; }

.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none; }

.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  display: block;
  line-height: 40px;
  margin: 0;
  text-align: center; }

.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left; }

.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right; }

/*! formstone v1.4.10 [checkpoint.css] 2018-08-03 | 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;
  -webkit-transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,transform .5s ease;
  transition: opacity .5s linear,transform .5s ease,-webkit-transform .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] {
  -webkit-transform: translateY(50px);
  transform: translateY(50px); }

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

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

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

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

.fs-checkpoint[data-checkpoint-animation=fade-left].fs-checkpoint-active, .fs-checkpoint[data-checkpoint-animation=fade-right].fs-checkpoint-active {
  -webkit-transform: translateX(0);
  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;
  -webkit-transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,transform .5s ease;
  transition: opacity .5s linear,transform .5s ease,-webkit-transform .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] {
  -webkit-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5); }

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

.fs-checkpoint[data-checkpoint-animation=zoom-in-down] {
  -webkit-transform: translateY(-50px) scale(0.5);
  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 {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }

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

.fs-checkpoint[data-checkpoint-animation=zoom-in-right] {
  -webkit-transform: translateX(50px) scale(0.5);
  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 {
  -webkit-transform: translateX(0) scale(1);
  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;
  -webkit-transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,transform .5s ease;
  transition: opacity .5s linear,transform .5s ease,-webkit-transform .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] {
  -webkit-transform: translateY(0) scale(1.25);
  transform: translateY(0) scale(1.25); }

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

.fs-checkpoint[data-checkpoint-animation=zoom-out-down] {
  -webkit-transform: translateY(-50px) scale(1.25);
  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 {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }

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

.fs-checkpoint[data-checkpoint-animation=zoom-out-right] {
  -webkit-transform: translateX(50px) scale(1.25);
  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 {
  -webkit-transform: translateX(0) scale(1);
  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] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,-webkit-transform .5s ease;
  transition: opacity .5s linear,transform .5s ease;
  transition: opacity .5s linear,transform .5s ease,-webkit-transform .5s ease; }

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

.fs-checkpoint[data-checkpoint-animation=flip-down] {
  -webkit-transform: perspective(3000px) rotateX(91deg);
  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 {
  -webkit-transform: perspective(3000px) rotateX(0);
  transform: perspective(3000px) rotateX(0); }

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

.fs-checkpoint[data-checkpoint-animation=flip-right] {
  -webkit-transform: perspective(3000px) rotateY(-91deg);
  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 {
  -webkit-transform: perspective(3000px) rotateY(0);
  transform: perspective(3000px) rotateY(0); }

/*! formstone v1.4.10 [dropdown.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%; }

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

.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

.fs-dropdown-mobile .fs-dropdown-element, .fs-dropdown-native .fs-dropdown-element {
  z-index: 7; }

.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element, .fs-dropdown-native.fs-dropdown-multiple .fs-dropdown-element {
  z-index: -1; }

.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: clip; }

.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden; }

.fs-dropdown-options.fs-scrollbar {
  position: absolute; }

.fs-dropdown-group {
  display: block;
  font-size: 75%; }

.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis; }

.fs-dropdown-item_placeholder {
  display: none; }

.fs-dropdown-item_selected {
  background: #ddd; }

.fs-dropdown-item_disabled {
  cursor: default;
  opacity: .5; }

.fs-dropdown-open {
  z-index: 3; }

.fs-dropdown-open .fs-dropdown-options {
  display: block; }

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6; }

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4; }

.fs-dropdown-cover .fs-dropdown-options {
  top: 0; }

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%; }

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0; }

.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block; }

.fs-dropdown-disabled {
  opacity: .5; }

.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default; }

.fs-dropdown-disabled .fs-dropdown-group, .fs-dropdown-disabled .fs-dropdown-item {
  cursor: default; }

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden; }

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px; }

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto; }

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0; }

/*! formstone v1.4.10 [lightbox.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  opacity: 0;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

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

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

.fs-lightbox-animating {
  -webkit-transition: height .25s ease,width .25s ease,opacity .25s linear,top .25s ease;
  transition: height .25s ease,width .25s ease,opacity .25s linear,top .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 {
  -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s;
  transition: opacity .25s linear .25s,visibility .25s linear .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;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear; }

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

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: .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;
  height: 1px;
  position: absolute;
  margin: 0;
  -webkit-transform: translate3D(0, 0, 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;
  clear: both;
  overflow: hidden;
  padding: 0; }

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

.fs-lightbox-thumbnail_item {
  width: 50px;
  height: 50px;
  position: relative;
  background: 0 0;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  opacity: .25;
  overflow: hidden;
  padding: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .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;
  -webkit-transform: translateY(-50%);
  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;
  -webkit-transition: opacity .25s linear,visibility .25s linear;
  transition: opacity .25s linear,visibility .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 {
  -webkit-transform: translate(0, 0);
  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; }

.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;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
  transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
  transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
  transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease; }

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

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

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

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  -webkit-transform: translate(0, 0);
  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.10 [navigation.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-navigation, .fs-navigation *, .fs-navigation :after, .fs-navigation :before, .fs-navigation:after, .fs-navigation:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.fs-navigation-toggle-nav.fs-navigation-enabled {
  display: none; }

.fs-navigation-toggle-nav.fs-navigation-open {
  display: block; }

.fs-navigation-toggle-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  display: block; }

.fs-navigation-overlay-nav.fs-navigation-enabled, .fs-navigation-push-nav.fs-navigation-enabled, .fs-navigation-reveal-nav.fs-navigation-enabled {
  width: 270px;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  background: #fff;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.fs-navigation-push-nav.fs-navigation-enabled, .fs-navigation-reveal-nav.fs-navigation-enabled {
  visibility: hidden; }

.fs-navigation-reveal-nav.fs-navigation-animated {
  -webkit-transition: visibility 1ms linear .2s;
  transition: visibility 1ms linear .2s; }

.fs-navigation-overlay-nav.fs-navigation-animated, .fs-navigation-push-nav.fs-navigation-animated {
  -webkit-transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
  transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
  transition: transform .2s ease,visibility 1ms linear .2s;
  transition: transform .2s ease,visibility 1ms linear .2s,-webkit-transform .2s ease; }

.fs-navigation-push-nav.fs-navigation-enabled, .fs-navigation-reveal-nav.fs-navigation-enabled {
  z-index: 0; }

.fs-navigation-overlay-left-nav.fs-navigation-enabled, .fs-navigation-push-left-nav.fs-navigation-enabled, .fs-navigation-reveal-left-nav.fs-navigation-enabled {
  left: 0; }

.fs-navigation-overlay-right-nav.fs-navigation-enabled, .fs-navigation-push-right-nav.fs-navigation-enabled, .fs-navigation-reveal-right-nav.fs-navigation-enabled {
  right: 0; }

.fs-navigation-overlay-left-nav.fs-navigation-enabled, .fs-navigation-push-left-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0); }

.fs-navigation-overlay-right-nav.fs-navigation-enabled, .fs-navigation-push-right-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0); }

.fs-navigation-overlay-nav.fs-navigation-enabled {
  z-index: 3; }

.fs-navigation-reveal-nav.fs-navigation-open {
  visibility: visible;
  -webkit-transition: visibility 1ms ease;
  transition: visibility 1ms ease; }

.fs-navigation-overlay-nav.fs-navigation-open, .fs-navigation-push-nav.fs-navigation-open {
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: visibility 1ms ease,-webkit-transform .2s ease;
  transition: visibility 1ms ease,-webkit-transform .2s ease;
  transition: transform .2s ease,visibility 1ms ease;
  transition: transform .2s ease,visibility 1ms ease,-webkit-transform .2s ease;
  visibility: visible; }

.fs-navigation-overlay-handle.fs-navigation-enabled, .fs-navigation-push-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  cursor: pointer;
  display: block; }

.fs-navigation-overlay-content:before {
  width: 100%;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: opacity .2s ease,visibility .2s ease;
  transition: opacity .2s ease,visibility .2s ease;
  visibility: hidden; }

.fs-navigation-overlay-content.fs-navigation-open:before {
  opacity: 1;
  visibility: visible; }

.fs-navigation-push-content.fs-navigation-enabled, .fs-navigation-reveal-content.fs-navigation-enabled {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.fs-navigation-push-content.fs-navigation-animated, .fs-navigation-reveal-content.fs-navigation-animated {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease; }

.fs-navigation-push-left-content.fs-navigation-open, .fs-navigation-reveal-left-content.fs-navigation-open {
  -webkit-transform: translateX(270px);
  transform: translateX(270px); }

.fs-navigation-push-right-content.fs-navigation-open, .fs-navigation-reveal-right-content.fs-navigation-open {
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px); }

.fs-navigation-handle.fs-navigation-enabled {
  border: none;
  padding: 0; }

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

/*! formstone v1.4.10 [pagination.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-pagination-ellipsis, .fs-pagination-page {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  display: inline-block;
  margin: -1px;
  overflow: hidden;
  padding: 0; }

.fs-pagination-active, .fs-pagination-first, .fs-pagination-last, .fs-pagination-visible {
  width: auto;
  height: auto;
  position: static;
  clip: none;
  margin: 0;
  overflow: visible; }

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

.fs-pagination-position, .fs-pagination-select {
  display: none; }

.fs-pagination-mobile .fs-pagination-pages {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  display: inline-block;
  margin: -1px;
  overflow: hidden;
  padding: 0; }

.fs-pagination-mobile .fs-pagination-position {
  position: relative;
  display: block; }

.fs-pagination-mobile .fs-pagination-select {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin: auto;
  opacity: 0; }

/*! formstone v1.4.10 [sticky.css] 2018-08-03 | 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.10 [viewer.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-viewer-source {
  display: none !important; }

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

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

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

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

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

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

.fs-viewer-scaling .fs-viewer-image {
  -webkit-transition: none !important;
  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.10 [grid.css] 2018-08-03 | GPL-3.0 License | formstone.it */
.fs-grid .fs-row, .fs_grid_row {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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); } }

@media screen and (min-width: 740px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 720px; } }

@media screen and (min-width: 980px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 960px; } }

@media screen and (min-width: 1220px) {
  .fs-grid .fs-row, .fs_grid_row {
    width: 1200px; } }

.fs-grid-fluid .fs-row, .fs_grid_row_fluid {
  width: 96%;
  width: calc(100% - 40px); }

@media screen and (max-width: 499px) {
  .fs-grid-adaptive .fs-row, .fs_grid_row_adaptive {
    width: 300px; } }

@media screen and (min-width: 500px) and (max-width: 739px) {
  .fs-grid-adaptive .fs-row, .fs_grid_row_adaptive {
    width: 480px; } }

.fs_grid_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.fs_grid_row_justify_around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.fs_grid_row_justify_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fs_grid_row_justify_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fs_grid_row_justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs_grid_row_justify_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fs_grid_row_align_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.fs_grid_row_align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fs_grid_row_align_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

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

.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: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }

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

.fs-grid .fs-row [class*=fs-cell][class*="-contained"], .fs_grid_cell_contained {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 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 {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.fs_grid_cell_align_center {
  -ms-flex-item-align: center;
  align-self: center; }

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

.fs_grid_cell_first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.fs_grid_cell_last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.fs-grid .fs-row.fs-all-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.fs-grid .fs-row.fs-all-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.fs-grid .fs-row.fs-all-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fs-grid .fs-row.fs-all-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.fs-grid .fs-row.fs-all-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fs-grid .fs-row.fs-all-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

.fs-grid .fs-row.fs-all-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.fs-grid .fs-row .fs-cell.fs-all-first, .fs-grid .fs-row [class*="-contained"].fs-all-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.fs-grid .fs-row .fs-cell.fs-all-last, .fs-grid .fs-row [class*="-contained"].fs-all-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.fs-grid .fs-row .fs-cell.fs-all-align-start, .fs-grid .fs-row [class*="-contained"].fs-all-align-start {
  -ms-flex-item-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 {
  -ms-flex-item-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 {
  -ms-flex-item-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: 17.91666667%;
  max-width: 17.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.91666667%;
  flex: 0 0 17.91666667%; }

.fs-grid .fs-row .fs-all-fourth {
  width: 22.91666667%;
  max-width: 22.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.91666667%;
  flex: 0 0 22.91666667%; }

.fs-grid .fs-row .fs-all-third {
  width: 31.25%;
  max-width: 31.25%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%; }

.fs-grid .fs-row .fs-all-half {
  width: 47.91666667%;
  max-width: 47.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.91666667%;
  flex: 0 0 47.91666667%; }

.fs-grid .fs-row .fs-all-full {
  width: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%; }

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

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

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

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

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

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

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

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

.fs-grid .fs-row [class*="-contained"].fs-all-full {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  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: 97.91666667%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fs-grid .fs-row.fs-sm-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fs-grid .fs-row.fs-sm-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fs-grid .fs-row.fs-sm-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fs-grid .fs-row.fs-sm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-grid .fs-row.fs-sm-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fs-grid .fs-row.fs-sm-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fs-grid .fs-row.fs-sm-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fs-grid .fs-row.fs-sm-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fs-grid .fs-row .fs-sm-1 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-sm-2 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%; }
  .fs-grid .fs-row .fs-sm-3 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-sm-push-1 {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-sm-push-2 {
    margin-left: 67.70833333%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-1 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-2 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-3 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .fs-grid .fs-row .fs-cell.fs-sm-last, .fs-grid .fs-row [class*="-contained"].fs-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .fs-grid .fs-row .fs-cell.fs-sm-align-start, .fs-grid .fs-row [class*="-contained"].fs-sm-align-start {
    -ms-flex-item-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 {
    -ms-flex-item-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 {
    -ms-flex-item-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: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%; }
  .fs-grid .fs-row .fs-sm-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%; }
  .fs-grid .fs-row .fs-sm-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-sm-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-sm-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-sm-push-fifth {
    margin-left: 21.04166667%; }
  .fs-grid .fs-row .fs-sm-push-fourth {
    margin-left: 26.04166667%; }
  .fs-grid .fs-row .fs-sm-push-third {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-sm-push-half {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-sm-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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: 97.91666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fs-grid .fs-row.fs-xs-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fs-grid .fs-row.fs-xs-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fs-grid .fs-row.fs-xs-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fs-grid .fs-row.fs-xs-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-grid .fs-row.fs-xs-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fs-grid .fs-row.fs-xs-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fs-grid .fs-row.fs-xs-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fs-grid .fs-row.fs-xs-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fs-grid .fs-row .fs-xs-1 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-xs-2 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%; }
  .fs-grid .fs-row .fs-xs-3 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-xs-push-1 {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-xs-push-2 {
    margin-left: 67.70833333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-1 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-2 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-3 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .fs-grid .fs-row .fs-cell.fs-xs-last, .fs-grid .fs-row [class*="-contained"].fs-xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .fs-grid .fs-row .fs-cell.fs-xs-align-start, .fs-grid .fs-row [class*="-contained"].fs-xs-align-start {
    -ms-flex-item-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 {
    -ms-flex-item-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 {
    -ms-flex-item-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: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%; }
  .fs-grid .fs-row .fs-xs-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%; }
  .fs-grid .fs-row .fs-xs-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-xs-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-xs-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-xs-push-fifth {
    margin-left: 21.04166667%; }
  .fs-grid .fs-row .fs-xs-push-fourth {
    margin-left: 26.04166667%; }
  .fs-grid .fs-row .fs-xs-push-third {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-xs-push-half {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-xs-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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: 97.91666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fs-grid .fs-row.fs-md-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fs-grid .fs-row.fs-md-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fs-grid .fs-row.fs-md-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fs-grid .fs-row.fs-md-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-grid .fs-row.fs-md-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fs-grid .fs-row.fs-md-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fs-grid .fs-row.fs-md-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fs-grid .fs-row.fs-md-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fs-grid .fs-row .fs-md-1 {
    width: 14.58333333%;
    max-width: 14.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.58333333%;
    flex: 0 0 14.58333333%; }
  .fs-grid .fs-row .fs-md-2 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-md-3 {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-md-4 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%; }
  .fs-grid .fs-row .fs-md-5 {
    width: 81.25%;
    max-width: 81.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%; }
  .fs-grid .fs-row .fs-md-6 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-md-push-1 {
    margin-left: 17.70833333%; }
  .fs-grid .fs-row .fs-md-push-2 {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-md-push-3 {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row .fs-md-push-4 {
    margin-left: 67.70833333%; }
  .fs-grid .fs-row .fs-md-push-5 {
    margin-left: 84.375%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-1 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-2 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-3 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-4 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-5 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-6 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .fs-grid .fs-row .fs-cell.fs-md-last, .fs-grid .fs-row [class*="-contained"].fs-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .fs-grid .fs-row .fs-cell.fs-md-align-start, .fs-grid .fs-row [class*="-contained"].fs-md-align-start {
    -ms-flex-item-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 {
    -ms-flex-item-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 {
    -ms-flex-item-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: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%; }
  .fs-grid .fs-row .fs-md-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%; }
  .fs-grid .fs-row .fs-md-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-md-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-md-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-md-push-fifth {
    margin-left: 21.04166667%; }
  .fs-grid .fs-row .fs-md-push-fourth {
    margin-left: 26.04166667%; }
  .fs-grid .fs-row .fs-md-push-third {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-md-push-half {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-md-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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: 97.91666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fs-grid .fs-row.fs-lg-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fs-grid .fs-row.fs-lg-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fs-grid .fs-row.fs-lg-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fs-grid .fs-row.fs-lg-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-grid .fs-row.fs-lg-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fs-grid .fs-row.fs-lg-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fs-grid .fs-row.fs-lg-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fs-grid .fs-row.fs-lg-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fs-grid .fs-row .fs-lg-1 {
    width: 6.25%;
    max-width: 6.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%; }
  .fs-grid .fs-row .fs-lg-2 {
    width: 14.58333333%;
    max-width: 14.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.58333333%;
    flex: 0 0 14.58333333%; }
  .fs-grid .fs-row .fs-lg-3 {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%; }
  .fs-grid .fs-row .fs-lg-4 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-lg-5 {
    width: 39.58333333%;
    max-width: 39.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.58333333%;
    flex: 0 0 39.58333333%; }
  .fs-grid .fs-row .fs-lg-6 {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-lg-7 {
    width: 56.25%;
    max-width: 56.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%; }
  .fs-grid .fs-row .fs-lg-8 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%; }
  .fs-grid .fs-row .fs-lg-9 {
    width: 72.91666667%;
    max-width: 72.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.91666667%;
    flex: 0 0 72.91666667%; }
  .fs-grid .fs-row .fs-lg-10 {
    width: 81.25%;
    max-width: 81.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%; }
  .fs-grid .fs-row .fs-lg-11 {
    width: 89.58333333%;
    max-width: 89.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 89.58333333%;
    flex: 0 0 89.58333333%; }
  .fs-grid .fs-row .fs-lg-12 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-lg-push-1 {
    margin-left: 9.375%; }
  .fs-grid .fs-row .fs-lg-push-2 {
    margin-left: 17.70833333%; }
  .fs-grid .fs-row .fs-lg-push-3 {
    margin-left: 26.04166667%; }
  .fs-grid .fs-row .fs-lg-push-4 {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-lg-push-5 {
    margin-left: 42.70833333%; }
  .fs-grid .fs-row .fs-lg-push-6 {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row .fs-lg-push-7 {
    margin-left: 59.375%; }
  .fs-grid .fs-row .fs-lg-push-8 {
    margin-left: 67.70833333%; }
  .fs-grid .fs-row .fs-lg-push-9 {
    margin-left: 76.04166667%; }
  .fs-grid .fs-row .fs-lg-push-10 {
    margin-left: 84.375%; }
  .fs-grid .fs-row .fs-lg-push-11 {
    margin-left: 92.70833333%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-3 {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-6 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-9 {
    width: 75%;
    max-width: 75%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-12 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .fs-grid .fs-row .fs-cell.fs-lg-last, .fs-grid .fs-row [class*="-contained"].fs-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .fs-grid .fs-row .fs-cell.fs-lg-align-start, .fs-grid .fs-row [class*="-contained"].fs-lg-align-start {
    -ms-flex-item-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 {
    -ms-flex-item-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 {
    -ms-flex-item-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: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%; }
  .fs-grid .fs-row .fs-lg-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%; }
  .fs-grid .fs-row .fs-lg-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-lg-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-lg-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-lg-push-fifth {
    margin-left: 21.04166667%; }
  .fs-grid .fs-row .fs-lg-push-fourth {
    margin-left: 26.04166667%; }
  .fs-grid .fs-row .fs-lg-push-third {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-lg-push-half {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-lg-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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: 97.91666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fs-grid .fs-row.fs-xl-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fs-grid .fs-row.fs-xl-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fs-grid .fs-row.fs-xl-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .fs-grid .fs-row.fs-xl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fs-grid .fs-row.fs-xl-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .fs-grid .fs-row.fs-xl-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fs-grid .fs-row.fs-xl-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fs-grid .fs-row.fs-xl-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fs-grid .fs-row .fs-xl-1 {
    width: 6.25%;
    max-width: 6.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%; }
  .fs-grid .fs-row .fs-xl-2 {
    width: 14.58333333%;
    max-width: 14.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.58333333%;
    flex: 0 0 14.58333333%; }
  .fs-grid .fs-row .fs-xl-3 {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%; }
  .fs-grid .fs-row .fs-xl-4 {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-xl-5 {
    width: 39.58333333%;
    max-width: 39.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.58333333%;
    flex: 0 0 39.58333333%; }
  .fs-grid .fs-row .fs-xl-6 {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-xl-7 {
    width: 56.25%;
    max-width: 56.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%; }
  .fs-grid .fs-row .fs-xl-8 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%; }
  .fs-grid .fs-row .fs-xl-9 {
    width: 72.91666667%;
    max-width: 72.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.91666667%;
    flex: 0 0 72.91666667%; }
  .fs-grid .fs-row .fs-xl-10 {
    width: 81.25%;
    max-width: 81.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%; }
  .fs-grid .fs-row .fs-xl-11 {
    width: 89.58333333%;
    max-width: 89.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 89.58333333%;
    flex: 0 0 89.58333333%; }
  .fs-grid .fs-row .fs-xl-12 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-xl-push-1 {
    margin-left: 9.375%; }
  .fs-grid .fs-row .fs-xl-push-2 {
    margin-left: 17.70833333%; }
  .fs-grid .fs-row .fs-xl-push-3 {
    margin-left: 26.04166667%; }
  .fs-grid .fs-row .fs-xl-push-4 {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-xl-push-5 {
    margin-left: 42.70833333%; }
  .fs-grid .fs-row .fs-xl-push-6 {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row .fs-xl-push-7 {
    margin-left: 59.375%; }
  .fs-grid .fs-row .fs-xl-push-8 {
    margin-left: 67.70833333%; }
  .fs-grid .fs-row .fs-xl-push-9 {
    margin-left: 76.04166667%; }
  .fs-grid .fs-row .fs-xl-push-10 {
    margin-left: 84.375%; }
  .fs-grid .fs-row .fs-xl-push-11 {
    margin-left: 92.70833333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-1 {
    width: 8.33333333%;
    max-width: 8.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-2 {
    width: 16.66666667%;
    max-width: 16.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-3 {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-4 {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-5 {
    width: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-6 {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-7 {
    width: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-8 {
    width: 66.66666667%;
    max-width: 66.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-9 {
    width: 75%;
    max-width: 75%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-10 {
    width: 83.33333333%;
    max-width: 83.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-11 {
    width: 91.66666667%;
    max-width: 91.66666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-12 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .fs-grid .fs-row .fs-cell.fs-xl-last, .fs-grid .fs-row [class*="-contained"].fs-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .fs-grid .fs-row .fs-cell.fs-xl-align-start, .fs-grid .fs-row [class*="-contained"].fs-xl-align-start {
    -ms-flex-item-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 {
    -ms-flex-item-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 {
    -ms-flex-item-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: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%; }
  .fs-grid .fs-row .fs-xl-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%; }
  .fs-grid .fs-row .fs-xl-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%; }
  .fs-grid .fs-row .fs-xl-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%; }
  .fs-grid .fs-row .fs-xl-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%; }
  .fs-grid .fs-row .fs-xl-push-fifth {
    margin-left: 21.04166667%; }
  .fs-grid .fs-row .fs-xl-push-fourth {
    margin-left: 26.04166667%; }
  .fs-grid .fs-row .fs-xl-push-third {
    margin-left: 34.375%; }
  .fs-grid .fs-row .fs-xl-push-half {
    margin-left: 51.04166667%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .fs-grid .fs-row [class*="-contained"].fs-xl-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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: 97.91666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 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; } }

/* ==========================================================================
	Fonts
============================================================================= */
/* ==========================================================================
	Colors
============================================================================= */
/* ==========================================================================
	Setup
============================================================================= */
.clearfix:after {
  clear: both;
  content: "";
  display: table; }

.visually_hide {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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: none; }

/* ==========================================================================
	Base Elements
============================================================================= */
html {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  min-width: 300px;
  overflow-x: hidden; }
  body:before {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.75);
    content: "";
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s; }
  body.fs-mobile-lock:before {
    opacity: 1;
    visibility: visible; }

::-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;
  background: #ddd;
  border: none;
  margin: 0; }

/* ==========================================================================
	Symbols
============================================================================= */
.icon {
  display: block;
  stroke: inherit;
  fill: currentColor;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s; }
  @media print {
    .icon {
      display: none; } }
  .icon_arrow_right {
    height: 11px;
    width: 16px; }
  .icon_arrow_left {
    height: 11px;
    width: 16px; }
  .icon_back {
    height: 14px;
    width: 14px; }
  .icon_bell {
    height: 25px;
    width: 19px; }
  .icon_caret_down {
    height: 5px;
    width: 7px; }
  .icon_chevron_left {
    height: 20px;
    width: 20px; }
  .icon_chevron_right {
    height: 20px;
    width: 20px; }
  .icon_clock {
    height: 12px;
    width: 12px; }
  .icon_close {
    height: 16px;
    width: 16px; }
  .icon_email {
    height: 14px;
    width: 14px; }
  .icon_expand {
    height: 13px;
    width: 5px; }
  .icon_facebook {
    height: 19px;
    width: 19px; }
  .icon_flickr {
    height: 9px;
    width: 19px; }
  .icon_forward {
    height: 18px;
    width: 22px; }
  .icon_grid {
    height: 15px;
    width: 15px; }
  .icon_home {
    height: 12px;
    width: 12px; }
  .icon_instagram {
    height: 19px;
    width: 19px; }
  .icon_link {
    height: 18px;
    width: 18px; }
  .icon_linkedin {
    height: 19px;
    width: 19px; }
  .icon_logo {
    height: 34px;
    width: 159px; }
  .icon_marker {
    height: 14px;
    width: 9px; }
  .icon_menu {
    height: 20px;
    width: 30px; }
  .icon_pause {
    height: 12px;
    width: 12px; }
  .icon_phone {
    height: 15px;
    width: 15px; }
  .icon_play {
    height: 12px;
    width: 12px; }
  .icon_printer {
    height: 14px;
    width: 14px; }
  .icon_quote {
    height: 10px;
    width: 14px; }
  .icon_search {
    height: 15px;
    width: 14px; }
  .icon_stretcher {
    height: 20px;
    width: 20px; }
  .icon_twitter {
    height: 16px;
    width: 19px; }
  .icon_youtube {
    height: 14px;
    width: 19px; }

/* ==========================================================================
	Type Base
============================================================================= */
a {
  text-decoration: none; }
  a[href^=tel] {
    color: inherit; }

strong {
  font-weight: 700; }

.typography {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  color: #0F0F11; }
  @media screen and (min-width: 740px) {
    .typography {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.72727; } }
  .typography a {
    border-bottom: 1px solid #1573DD;
    color: #1573DD;
    -webkit-transition: border .25s, color .25s, background .25s;
    transition: border .25s, color .25s, background .25s; }
    .typography a:focus, .typography a:hover {
      background: #1573DD;
      border-bottom-color: #1573DD;
      color: #fff; }
  .typography p {
    margin: 40px 0; }
  .typography h1 + *, .typography h2 + *, .typography h3 + *, .typography h4 + *, .typography h5 + *, .typography h6 + * {
    margin-top: 0; }
  .typography h1 {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
    margin: 47px 0 28px; }
    @media screen and (min-width: 740px) {
      .typography h1 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1.4; } }
    @media screen and (min-width: 980px) {
      .typography h1 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1.33333; } }
    @media screen and (min-width: 1220px) {
      .typography h1 {
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 1.14286; } }
  .typography h2 {
    font-family: "Meta Serif W01 Bold";
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    margin: 47px 0 20px; }
    @media screen and (min-width: 740px) {
      .typography h2 {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.41176; } }
  .typography h3 {
    font-weight: 400;
    font-family: "Unit Offc W01 Bold", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    margin: 47px 0 20px; }
    @media screen and (min-width: 740px) {
      .typography h3 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.4375; } }
  .typography h4 {
    font-weight: 400;
    font-family: "Unit Offc W01 Bold", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #003473;
    margin: 38px 0 10px; }
    @media screen and (min-width: 740px) {
      .typography h4 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.35714; } }
  .typography h5 {
    font-family: "Meta Serif W01 Bold";
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin: 41px 0 13px; }
    @media screen and (min-width: 740px) {
      .typography h5 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.41667; } }
  .typography h6 {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    line-height: 1.66667;
    text-transform: uppercase;
    margin: 43px 0 10px; }
    @media screen and (min-width: 740px) {
      .typography h6 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5; } }
  .typography .intro {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.72727; }
    @media screen and (min-width: 980px) {
      .typography .intro {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5; } }
  body:not(.theme_news) .typography .intro {
    margin-top: 0; }
  .typography .copy {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667; }
    @media screen and (min-width: 740px) {
      .typography .copy {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.72727; } }
  .typography .label {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625; }
    @media screen and (min-width: 740px) {
      .typography .label {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.6; } }
  .typography .caption {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143; }

.typography img {
  height: auto;
  max-width: 100%; }

.typography .block_left,
.typography .block_right,
.typography .block_center,
.typography .alignleft,
.typography .alignright,
.typography .aligncenter,
.typography .alignnone {
  width: auto;
  display: table;
  margin-top: 30px;
  margin-bottom: 30px;
  table-layout: fixed; }
  @media screen and (min-width: 500px) {
    .typography .block_left,
    .typography .block_right,
    .typography .block_center,
    .typography .alignleft,
    .typography .alignright,
    .typography .aligncenter,
    .typography .alignnone {
      margin-top: 10px; } }
  .typography .block_left img,
  .typography .block_right img,
  .typography .block_center img,
  .typography .alignleft img,
  .typography .alignright img,
  .typography .aligncenter img,
  .typography .alignnone img {
    display: block;
    max-width: 100%; }
  .typography .block_left figcaption,
  .typography .block_right figcaption,
  .typography .block_center figcaption,
  .typography .alignleft figcaption,
  .typography .alignright figcaption,
  .typography .aligncenter figcaption,
  .typography .alignnone figcaption {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    border-bottom: 1px solid #003473;
    caption-side: bottom;
    display: table-caption;
    padding: 16px 0; }
  @media screen and (min-width: 500px) {
    .typography .block_left + *,
    .typography .block_right + *,
    .typography .block_center + *,
    .typography .alignleft + *,
    .typography .alignright + *,
    .typography .aligncenter + *,
    .typography .alignnone + * {
      margin-top: 0; } }

.typography .block_left,
.typography .block_right,
.typography .alignleft,
.typography .alignright {
  max-width: 50%; }
  @media screen and (max-width: 499px) {
    .typography .block_left,
    .typography .block_right,
    .typography .alignleft,
    .typography .alignright {
      max-width: 100%;
      float: none;
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 500px) {
  .typography .block_left,
  .typography .alignleft {
    float: left;
    margin-right: 40px; } }

@media screen and (min-width: 500px) {
  .typography .block_right,
  .typography .alignright {
    float: right;
    margin-left: 40px; } }

.typography .block_center,
.typography .aligncenter {
  text-align: center; }
  .typography .block_center img,
  .typography .aligncenter img {
    margin-right: auto;
    margin-left: auto; }

.typography blockquote {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-right: 0;
  margin-left: 0; }
  @media screen and (min-width: 740px) {
    .typography blockquote {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.64286; } }
  .typography blockquote:not(.quote_content) {
    margin-top: 40px;
    margin-bottom: 40px;
    border-left: 5px solid #43FD71;
    padding: 30px 0 10px 10px; }
    @media screen and (min-width: 740px) {
      .typography blockquote:not(.quote_content) {
        margin-top: 60px; } }
    @media screen and (min-width: 740px) {
      .typography blockquote:not(.quote_content) {
        margin-bottom: 60px; } }
    @media screen and (min-width: 500px) {
      .typography blockquote:not(.quote_content) {
        border-left-width: 10px;
        padding: 50px 0 20px 20px; } }
    @media screen and (min-width: 740px) {
      .typography blockquote:not(.quote_content) {
        padding: 78px 0 57px 40px; } }
  .typography blockquote p {
    margin: 0; }
    .typography blockquote p:first-child {
      position: relative; }
      .typography blockquote p:first-child:before {
        height: 15px;
        width: 20px;
        position: absolute;
        top: -20px;
        left: 0;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAeCAYAAABaKIzgAAAAAXNSR0IArs4c6QAABRBJREFUWAmlWH1oVWUYf55z7u7SUpcJIWUfFhVkllZQKoHu4zqN7ENCchQEJiJZ2ypz/+z+IbWMbdU0iChMQxjTAouW86rEGmQgQaOyWVgWLKP+2Ea7uu2+T7/3sPd4zrnnnPvh4O59nt/z8f7e7/c9TGX+PSIt147ThRQpWkMs9xMnV2b4jXNlpiMR4RS9tFSRqidBTuEzGbvjGZOPjVBsWSsv14lMNQtRLRK68cz81QqevSrNaVVsLu1XI9vnME1tVqKeR77rvbFs0cYMdx7QmFuR1yFMrpPm9UqkFS1fFGZ3MItbjnHH65F2j0ETJDXRKkybQPAqj8kV0fiRJPPdX3D77wWJOkMs2XdF6HE3Q5TANMlM96IXBqNcNI5G1+dE3sd4Xxfn59iYTxyzOlYl4hxrpal6XLLdIHlNnB9a/jd6ZR9zovso74okmZa09bUa3Z1TaktcPm1Dg0/i30cVVHlQ65FEQXKNEjoEAldox7A/EBzCb2cVzerusdITYT4GA8lEvxrbTyQbDJZXMmojOmSz1dbH7ae89tCh1yTRi59iPia9zq7MnLWYdyynWXuweKZcPELQK7pWmntQPhHholfLDwmmZ49w57dhPnlEU9IyPyfZwajhxpAMI2mq0Dz0VlYjTS+Kkk4v5pOZDib55oZe3nbRh3sUyyM7exlI7o0iiTlzoVSSKdl+J/JF7wRMx+fygxviSGqOPqJ11LweSeu85L0yC3eV0pM6dkomu9AD4fMccxLDvbmHn8x56wmTfURBsinMyWBiUY+Riykx5EtAcmWM73eYk7/E2F2TS7ROmpZhsj/gWkIEm+SvEDgSEhXfcCyQ4cjggMElqhRFbxvTQUz2TYH4SPU5ea+CWQocEnxjZIKAwSWKo+yhgC1PzeGMzwMjgF/pzH2YSjMjzA6MEVxULY2r43yMzSH6qKSrMAx3GTCqRMXralTj5zXy6sIoH4NbpAo23PEV/gR77Av18k6liQ0rHaLjNLYYrXN7N8zRYCC7luTiUHWuaT8uFjcYPFgqxfcEsVBdZIZS6q1JOXsWB81WfYKF+TnkhFTsWR4MBFkbR2GDyORpJG8I2rXOrOaF4VEYcs5XSnb3y8gpLOwFQb/pXrRKIuom0b0hsg/b0NMu5gpcZk5ajDvGQL284rubmh692s1fqqAvz0Kdzv3SH1vlV4vXMA0XTKgp32k2TZT+Kz5NvicSz8UZFLy6XVZOPG82pqTxVlPb9NDzvwYou1RqSSD28nJipBSxm9MhapH9c6CS0lWm23xBQkM+vQxFEd1hwhyiy+nK73F9GzVgeSX7Nne2uL+8PJeiWImb0yHqvByFey+5lC4JyZ/eqBlU2YdlNunFSpWxs/9hYqbnKJFt2XsMWE6JETnhjTvMr53HtdB573jxUmSbrOPG3yV6hN/sR2V9xlBSiZ5LUOXHwZgKi3fiTRX7lgrGGB1cBvBuOm10l6gDcHITEo8YY7Eleu7tL7ntt6B/L7f/iCOqNYgX1NFwm/1XRB9R55MM0+qSFhbz0RXW7B1RlWe4vY2Ju6LsQRwdpUByS/CR5yOqgzLc8Y3NyWUgezKYxKvDntMEbuHb1xZ6ieIb0jY8eraid8e8OYIycg7jurmujzs/yLMFAaPrjwUDNPowbulP4ZRYiv0XZ6/oV+I5DHUfWYkPM7zrJ+NfTKm/umQpi8sMPQb/hbi66PvAP/gNCsvhmTRn72ecHg/L9T9E9MwiSEsN/QAAAABJRU5ErkJggg==") no-repeat 0 0/contain;
        content: ""; }
        @media screen and (min-width: 500px) {
          .typography blockquote p:first-child:before {
            top: -35px; } }

.typography .quote {
  margin-top: 40px;
  margin-bottom: 40px;
  border-left: 5px solid #43FD71;
  padding: 30px 0 10px 10px; }
  @media screen and (min-width: 740px) {
    .typography .quote {
      margin-top: 60px; } }
  @media screen and (min-width: 740px) {
    .typography .quote {
      margin-bottom: 60px; } }
  @media screen and (min-width: 500px) {
    .typography .quote {
      border-left-width: 10px;
      padding: 50px 0 20px 20px; } }
  @media screen and (min-width: 740px) {
    .typography .quote {
      padding: 78px 0 57px 40px; } }

.typography .quote_content {
  margin: 0; }
  .typography .quote_content p {
    margin: 0; }

.typography .quote_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #766F67;
  margin-top: 20px; }
  @media screen and (min-width: 740px) {
    .typography .quote_caption {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  .typography .quote_caption:before {
    content: "—";
    margin-right: 2px; }

.typography ol,
.typography ul {
  list-style: none; }
  .typography ol li,
  .typography ul li {
    margin: 10px 0; }

.typography ol {
  counter-reset: li; }
  .typography ol > li:before {
    font-weight: 400;
    font-family: "Unit Offc W01 Bold", sans-serif;
    color: #1573DD;
    content: counter(li) ". ";
    counter-increment: li; }
    ol[type="A"] li:before {
      content: counter(li, upper-latin) ". "; }
    ol[type="a"] li:before {
      content: counter(li, lower-latin) ". "; }

.typography ul li:before {
  width: 6px;
  height: 6px;
  background: #1573DD;
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  margin: 11px 0 0 -15px; }
  @media screen and (min-width: 740px) {
    .typography ul li:before {
      height: 8px;
      width: 8px;
      margin: 15px 0 0 -25px; } }

.typography table {
  width: 100%;
  border-collapse: collapse; }
  .typography table tbody tr {
    border-bottom: 1px solid #BAB7B3; }
  .typography table tbody td:first-child {
    -webkit-box-shadow: inset 1px 0 0 0 #BAB7B3;
            box-shadow: inset 1px 0 0 0 #BAB7B3; }
  .typography table tbody td:last-child {
    -webkit-box-shadow: inset -1px 0 0 0 #BAB7B3;
            box-shadow: inset -1px 0 0 0 #BAB7B3; }
  .typography table tr:nth-child(odd) {
    background: #F5F7F9; }
  .typography table th {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    line-height: 1.66667;
    text-transform: uppercase;
    background: #003473;
    color: #fff;
    padding: 18px 25px;
    text-align: left; }
    @media screen and (min-width: 740px) {
      .typography table th {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5; } }
  .typography table td {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    padding: 9px 25px; }
    @media screen and (min-width: 740px) {
      .typography table td {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.6; } }

.table_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 0.01%; }
  @media screen and (min-width: 740px) {
    .table_wrapper {
      margin-top: 60px; } }
  @media screen and (min-width: 740px) {
    .table_wrapper {
      margin-bottom: 60px; } }

.table_wrapper_overflow {
  position: relative;
  border: 1px solid #ccc; }
  .table_wrapper_overflow:after {
    background-color: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=1)";
    width: 20px;
    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; }

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

/* Skip Link
============================================================================= */
.skip_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  margin-left: 10px;
  padding: 16px 20px;
  text-transform: uppercase;
  -webkit-transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  display: block;
  padding: 10px 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  -webkit-transition: top .35s, -webkit-transform .35s;
  transition: top .35s, -webkit-transform .35s;
  transition: top .35s, transform .35s;
  transition: top .35s, transform .35s, -webkit-transform .35s; }
  .skip_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .skip_link [class*="icon"] {
        display: none; } }
  .skip_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .skip_link:before, .skip_link:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    -webkit-transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, transform .25s;
    transition: background .25s, z-index .25s, transform .25s, -webkit-transform .25s; }
  .skip_link:before {
    top: 10px;
    right: 10px;
    z-index: -4;
    background: #003473; }
  .skip_link:after {
    top: 0;
    left: 0;
    z-index: -2;
    background: #1573DD; }
  .skip_link [class*="label"] {
    color: #fff;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .skip_link [class*="icon"] {
    color: #fff;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
  .skip_link:focus, .skip_link:active {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px); }
  .no-csstransforms .skip_link {
    top: -100%; }
    .no-csstransforms .skip_link:focus, .no-csstransforms .skip_link:active {
      top: 40px; }

/* ==========================================================================
	Forms
============================================================================= */
.form-builder h2 {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5; }
  @media screen and (min-width: 740px) {
    .form-builder h2 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }

.form-builder h5 {
  margin-bottom: 18px; }

.form-builder p {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667; }
  @media screen and (min-width: 740px) {
    .form-builder p {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.72727; } }

.form-builder fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.form-builder label:not(.fs-checkbox-label):not(.form_builder_sublabel) {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  color: #0F0F11;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-top: 13px;
  text-transform: uppercase;
  display: block; }

.form-builder .form_builder_sublabel {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  line-height: 1.66667;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .form-builder .form_builder_sublabel {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }

.form-builder input:not([type="checkbox"]):not([type="radio"]),
.form-builder textarea {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(118, 111, 103, 0.5);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #FFD600;
          box-shadow: 0 0 0 0 #FFD600;
  color: #0F0F11;
  padding: 11px 20px;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  width: 100%; }
  @media screen and (min-width: 740px) {
    .form-builder input:not([type="checkbox"]):not([type="radio"]),
    .form-builder textarea {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media screen and (min-width: 740px) {
    .form-builder input:not([type="checkbox"]):not([type="radio"]),
    .form-builder textarea {
      padding: 13px 25px; } }
  .form-builder input:not([type="checkbox"]):not([type="radio"]):focus, .form-builder input:not([type="checkbox"]):not([type="radio"]):hover,
  .form-builder textarea:focus,
  .form-builder textarea:hover {
    -webkit-box-shadow: -10px 10px 0 0 #FFD600;
            box-shadow: -10px 10px 0 0 #FFD600; }

.form-builder input::-ms-clear {
  width: 0;
  height: 0; }

.form-builder textarea {
  display: block;
  min-height: 220px;
  resize: vertical; }

.form-builder select {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  height: 50px;
  width: calc(100% - 10px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1573DD url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAANtJREFUOBGtlM8KQUEUh10i2VhIFrLhSWQpW3aew1bZirdRdrK7eQ42FDsbxnfK6JppGtfMqV9nzp/fN7fb7SYFQinVJaWoIXVg3PFPi2+I5HogUNurXyyeeoZixAZIom+R15GgbSD5iL/5geoDzRY6/Ql/4OtrlpUZDpAs5Y25BTMbEBc5qTv2SybHqmUJ7X+En9lrWxBXg+UOunjgT+ZDF8PZxzTygJdOs28AeOWAp/TLPr9zjrmCDgb8Si2/gbAA0kO3DHwcRsy4gU6QfN/rTDvOEWgtDimA8gJAYCZMqIuFHQAAAABJRU5ErkJggg==") no-repeat calc(100% - 20px) 50%/11px 7px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: -10px 10px 0 0 #003473;
          box-shadow: -10px 10px 0 0 #003473;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
  margin-left: 10px;
  padding: 19px 20px;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .form-builder select {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 18px 20px; } }

[data-whatinput="mouse"] .typography input:focus,
[data-whatinput="touch"] .typography input:focus, [data-whatinput="mouse"]
.typography textarea:focus,
[data-whatinput="touch"]
.typography textarea:focus, [data-whatinput="mouse"]
.typography label:focus,
[data-whatinput="touch"]
.typography label:focus, [data-whatinput="mouse"]
.typography select:focus,
[data-whatinput="touch"]
.typography select:focus {
  outline: none; }

.form-builder .input_wrapper,
.form-builder .textarea_wrapper,
.form-builder .choices_wrapper {
  margin-bottom: 30px; }

.form_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form_column_flex > * {
    margin-right: 16px; }
    .form_column_flex > *:last-child {
      margin-right: 0; }

.form_column_auto > * {
  display: inline-block;
  margin-right: 16px; }

@media screen and (min-width: 740px) {
  .form_column_2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px; }
    .form_column_2 > * {
      column-break-inside: avoid;
      -webkit-column-break-inside: avoid;
              break-inside: avoid; } }

#main_content .gform_wrapper .gform_body .top_label .gfield_label {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444; }
  @media screen and (min-width: 740px) {
    #main_content .gform_wrapper .gform_body .top_label .gfield_label {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.41667; } }

#main_content .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label,
#main_content .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  line-height: 1.66667;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  margin: 12px 0 22px; }
  @media screen and (min-width: 740px) {
    #main_content .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label,
    #main_content .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }

#main_content .gform_wrapper .gform_body ul.gform_fields li.gfield {
  margin: 40px 0; }

#main_content .gform_wrapper .gform_body .top_label div.ginput_container {
  margin-top: 14px; }

#main_content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid rgba(118, 111, 103, 0.5);
  -webkit-box-shadow: 0 0 0 0 #FFD600;
          box-shadow: 0 0 0 0 #FFD600;
  padding: 11px 20px;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s; }
  @media screen and (min-width: 740px) {
    #main_content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding: 16px 20px 15px; } }
  #main_content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, #main_content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover {
    -webkit-box-shadow: -6px 6px 0 0 #FFD600;
            box-shadow: -6px 6px 0 0 #FFD600;
    outline: 0; }
  #main_content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).datepicker {
    -webkit-box-shadow: 0 0 0 0 #003473;
            box-shadow: 0 0 0 0 #003473; }
    #main_content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).datepicker:focus, #main_content .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).datepicker:hover {
      -webkit-box-shadow: -6px 6px 0 0 #003473;
              box-shadow: -6px 6px 0 0 #003473; }

#main_content .gform_wrapper .gform_body ul.gform_fields li.gfield select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAABGdBTUEAALGPC/xhBQAAAU9JREFUOBFjFCu+u/4/A0MAAxUAIyPjGqb/jIyCVDALYsT//xJM7IysqYwMDF8oNRRkBhsTWxLTk27Z2wyMjJmUGggyA2QWE8igVz1KS5gYGeaTayhIL8gMkH6wgSAGMw9nDtCW6yA2SQCoB6wXqgnodQQQL7+r+/8v46n///9zIERxs4Cx+oOR+b/Zy07lyzBVcBeCBCASjAUwScI0YwGyYSD1KC6EGSBacm8Vw///oTA+VpqRcfXrHqUwdDkUF8IkeZn/pwK9cx/GR6dBciA16OIgPlYXgiQkiu+a/mVgOApksoL4SOA3MwOD9Yte5dNIYnAmVheCZEEaGBkZKuAqoQyQGC7DQEpwuhAkCYxtRrHSe5sZ/jN4g/hA1VtfdSv5Ar0MzP7YAU4XgpSDNLLycCYA6YdAm+9A2TgNw24FFtHQVf+ZVSb9Z8ciRXshAMwRVMfBcQQHAAAAAElFTkSuQmCC");
  background-size: 10px 7px;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  border: 1px solid rgba(118, 111, 103, 0.5);
  border-radius: 0;
  -webkit-box-shadow: -6px 6px 0 0 #003473;
          box-shadow: -6px 6px 0 0 #003473;
  cursor: pointer;
  margin: 0;
  padding: 16px 20px 15px; }
  @media screen and (min-width: 740px) {
    #main_content .gform_wrapper .gform_body ul.gform_fields li.gfield select:not([multiple]) {
      padding: 12px 20px 11px; } }

#main_content .gform_wrapper .gform_body ul.gfield_checkbox li label {
  margin-top: 0;
  margin-left: 8px; }

#main_content .gform_wrapper .gform_body ul.gfield_radio li label {
  margin-top: 0;
  margin-left: 12px; }

#main_content .gform_wrapper .gform_body .gfield_checkbox li input,
#main_content .gform_wrapper .gform_body .gfield_checkbox li input[type=checkbox],
#main_content .gform_wrapper .gform_body .gfield_radio li input[type=radio] {
  margin-top: 0 !important; }

#main_content .gform_wrapper .gform_footer {
  padding: 20px 0 40px; }

#main_content .gform_wrapper .gform_footer input.button,
#main_content .gform_wrapper .gform_footer input[type=submit],
#main_content .gform_wrapper .gform_page_footer input.button,
#main_content .gform_wrapper .gform_page_footer input[type=submit] {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  background: #1573DD;
  border: 0;
  -webkit-box-shadow: -6px 6px 0 0 #003473;
          box-shadow: -6px 6px 0 0 #003473;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  padding: 16px 20px;
  text-transform: uppercase;
  -webkit-transition: background .25s, color .25s;
  transition: background .25s, color .25s; }
  #main_content .gform_wrapper .gform_footer input.button:focus, #main_content .gform_wrapper .gform_footer input.button:hover,
  #main_content .gform_wrapper .gform_footer input[type=submit]:focus,
  #main_content .gform_wrapper .gform_footer input[type=submit]:hover,
  #main_content .gform_wrapper .gform_page_footer input.button:focus,
  #main_content .gform_wrapper .gform_page_footer input.button:hover,
  #main_content .gform_wrapper .gform_page_footer input[type=submit]:focus,
  #main_content .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #003473;
    -webkit-box-shadow: -6px 6px 0 0 #1573DD;
            box-shadow: -6px 6px 0 0 #1573DD; }

@media screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_ampm,
  .gform_wrapper .gfield_time_hour {
    max-width: calc(8rem + .5rem) !important; } }

.gform_wrapper .gform_body .gfield .gfield_time_hour input,
.gform_wrapper .gform_body .gfield .gfield_time_minute input {
  width: calc(100% - 1rem) !important; }

@media screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_minute {
    max-width: 6rem !important; } }

.gform_wrapper .gform_body .gfield .gfield_time_ampm select {
  max-width: 6rem !important;
  min-width: 100%;
  width: 100%; }

.gform_wrapper ul li:after,
.gform_wrapper ul li:before {
  display: none; }

#ui-datepicker-div {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  -webkit-box-shadow: 0 0 0 6px #003473;
          box-shadow: 0 0 0 6px #003473;
  font: inherit;
  margin-top: 12px; }
  #ui-datepicker-div .ui-datepicker-header {
    background: #003473;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    text-shadow: none; }
  #ui-datepicker-div .ui-datepicker-prev,
  #ui-datepicker-div .ui-datepicker-next {
    display: none; }
  #ui-datepicker-div .ui-datepicker-title select {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #1573DD;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAABGdBTUEAALGPC/xhBQAAALVJREFUOBGtz8EJgzAUxvG0F+2l9Oi94gDdRQT3EgQX6KEblK4gncUOkP6fNBAxxlgT+DB5ee9HVFrrB4m17kel1IXEWtmBp13RenLeqQ7M30YDtIzwz+XkQYDNDrSZYHIAS0j/ByozyQz8oTmXwwZUenMnZoo0VBvAysx5v4BtANp6EfsSLCVvDyp3qT2zumegIB8HKrViFXA1MFg7wNrVG1wD7Cy0Cx5cagQ7kRd5yn6pz9S/i0UZlpKAgD8AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 10px 7px;
    border: 0;
    border-bottom: 1px solid #003473;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 14px 20px;
    text-transform: uppercase; }
  #ui-datepicker-div .ui-datepicker-calendar {
    background: #fff; }
  #ui-datepicker-div.ui-datepicker thead {
    background: #F5F7F9;
    border: 0; }
  #ui-datepicker-div.ui-datepicker th {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #766F67;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 11px 0;
    text-shadow: none; }
  #ui-datepicker-div.ui-datepicker tbody tr {
    border: 0; }
  #ui-datepicker-div.ui-datepicker tbody td {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem; }
  #ui-datepicker-div td.ui-datepicker-unselectable.ui-state-disabled {
    background: none; }
  #ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1573DD; }
  #ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    position: relative;
    z-index: 2;
    border: 0;
    color: #000; }
    #ui-datepicker-div .ui-datepicker-calendar .ui-state-active:before {
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #FFD600;
      border-radius: 50%;
      content: "";
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

/* ==========================================================================
	Logo
============================================================================= */
.logo {
  margin: 0; }
  .logo_footer {
    margin-bottom: 17px; }
    @media screen and (min-width: 980px) {
      .logo_footer {
        margin-bottom: 0; } }

.logo_link {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }

.logo_icon .logo_link_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0; }
  .logo_icon .logo_link_label.focusable:active, .logo_icon .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_footer .logo_link_icon {
    color: #fff; }

.logo_header .icon_logo {
  color: #003473; }
  @media screen and (min-width: 740px) {
    .logo_header .icon_logo {
      height: 48px;
      width: 229px; } }

.logo_footer .icon_logo {
  height: 59px;
  width: 279px; }
  @media screen and (min-width: 980px) {
    .logo_footer .icon_logo {
      height: 61px;
      width: 290px; } }

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

/* ==========================================================================
	Site Search
============================================================================= */
.site_search_handle {
  position: relative; }

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

.site_search_handle_icon {
  pointer-events: none; }

.site_search {
  position: relative; }
  .site_search_sm {
    border-bottom: 3px solid #FFD600;
    opacity: 0;
    -webkit-transform: translate(0, -30px) scale(0.85);
            transform: translate(0, -30px) scale(0.85);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s; }
    @media screen and (min-width: 740px) {
      .site_search_sm {
        border-bottom-width: 5px; } }
    .fs-swap-active .site_search_sm {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
              transform: translate(0, 0) scale(1); }

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

.site_search_input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0; }
  [data-whatinput="mouse"] .site_search_input:focus,
  [data-whatinput="touch"] .site_search_input:focus {
    outline: none; }
  .site_search_sm .site_search_input {
    font-weight: 400;
    font-family: "Unit Offc W01 Regular", sans-serif;
    color: #F5F7F9;
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 50px 18px 0; }
    @media screen and (min-width: 740px) {
      .site_search_sm .site_search_input {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 23px 50px 24px 0; } }
  .site_search_input::-webkit-input-placeholder {
    text-overflow: ellipsis; }
  .site_search_input:-ms-input-placeholder {
    text-overflow: ellipsis; }
  .site_search_input::-ms-input-placeholder {
    text-overflow: ellipsis; }
  .site_search_input::placeholder {
    text-overflow: ellipsis; }
    .site_search_sm .site_search_input::-webkit-input-placeholder {
      color: #F5F7F9; }
    .site_search_sm .site_search_input:-ms-input-placeholder {
      color: #F5F7F9; }
    .site_search_sm .site_search_input::-ms-input-placeholder {
      color: #F5F7F9; }
    .site_search_sm .site_search_input::placeholder {
      color: #F5F7F9; }
  .site_search_input[placeholder] {
    text-overflow: ellipsis; }

.site_search_button {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.site_search_button_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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 {
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media screen and (min-width: 740px) {
    .site_search_button_icon {
      -webkit-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: translate(0, -50%) scale(1.5);
              transform: translate(0, -50%) scale(1.5); } }
  .site_search_sm .site_search_button_icon {
    color: #FFD600; }
  .site_search_results .site_search_button_icon {
    right: 20px;
    color: #003473; }
    @media screen and (min-width: 740px) {
      .site_search_results .site_search_button_icon {
        right: 30px; } }

/* ==========================================================================
	Google CSE
============================================================================= */
.site_search_results {
  position: relative;
  z-index: 8; }
  .full_width_callouts .site_search_results {
    background: #fff; }
  .site_search_results .gsc-control-cse {
    background: none;
    border: 0 !important;
    font-family: inherit;
    font-size: inherit;
    padding: 0 !important; }
  .site_search_results .gsc-search-box {
    position: relative;
    font-size: inherit;
    margin-bottom: 0; }
    .site_search_results .gsc-search-box #gs_tti50 {
      padding: 0; }
      .site_search_results .gsc-search-box #gs_tti50 + .gsib_b {
        display: none; }
    .site_search_results .gsc-search-box td.gsc-input {
      width: 100%;
      padding-right: 0; }
    .site_search_results .gsc-search-box .gsc-input-box {
      height: auto;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .site_search_results .gsc-search-box input.gsc-input {
      font-weight: 400;
      font-family: "Unit Offc W01 Light", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.66667;
      height: auto !important;
      width: 100%;
      background-color: transparent !important;
      background-position: 20px 50% !important;
      border: 1px solid rgba(118, 111, 103, 0.26) !important;
      -webkit-box-shadow: -10px 10px 0 0 #1573DD;
              box-shadow: -10px 10px 0 0 #1573DD;
      font-size: inherit;
      margin: 0 !important;
      padding: 16px 80px 16px 20px !important; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-search-box input.gsc-input {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 1.72727; } }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-search-box input.gsc-input {
          padding: 21px 80px 20px 20px !important; } }
    .site_search_results .gsc-search-box td.gsc-search-button {
      height: 100%;
      width: 80px;
      position: absolute;
      top: 0;
      right: 0;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAmCAYAAACh1knUAAAABGdBTUEAALGPC/xhBQAABSdJREFUWAm9V1tsVFUUXftOO5VSaYlJJTqGR7T8CJHY6ZOQmuAjREIMUuBLxfiIP2poadWf+dDWQuuHiRrlRw2JiiHGNEK0JRZbxvQVkRiNaHhXLUWebaGd9h7X7Tw699wz03ZIPcnMPXvttffZ55x99j1XMJtWGloENVINW5VBsBoKRTGzcYi6Dkgff2FYdhu6W36djUudIzrgkkteK4IdeYPYk4DKdelSCSLtUOod9LUcSkUx4eZAtoT8OH29njN/nUY5JsOZMfkGfuxAuPnCzFyup4e0tn4xxiIHGUSZRzdXQOQCLGsbund/P5OpO5Bg7RIo+zsarUprKHKZgV7jdvk5lzv5tFLzZRSWPIaePZ2pOckrUhXKwvBwF52WGg1Eeonv5QwPcYbnE5z1dfkMqQxq4hm628z8yEro4h0RJ6HXoXfPsTikP6dXpGTnW7CnckLjyBBn9DJn9Jmm8IqltffBtj81bqvgZ6wpCuKjFyJeQ8A3BZbXrcKk2sf+dGCOQnCSQaxDT3PaZZ3y4fwNhC+h6NFPEIkspfRAAo92lmDw0hg5Rl/RvY1M1nj22cmDnKyHGMQpzWF6sSM0gWUlz3IWX3uISu3CIzULPTgBC5W77mIQ2w3KF9HVdNaAzwx9WT2JBdnPkXjRRVZYhCvY5sJigoWI2sB+tlspx9HbvN+NzVHqbBzi1r7tsbLBpPY2i1le4YEtvO/BMgHE/zHNxtymqhjOCdUaAzEULl/2EY2XmdjT+C9X5SfNOAcjN1ZqGHNEcIcblHGEG353Y7ckHfdYW5P36phzatz5IVxKEaUTb0G+4bG1WbG05myNuzwrlu0t+30aL3NRWYaXpniKGrdG/amNkoNzffH7hqbKQBR7tcfKkis6xhURb/231XqdmJHsFC+FB922YqMw15M3TrJ2u4mUlHreg2UCXAYrrOc+cwytoVHdnYV8HwsXX9XJTan7EawxFp5kWtq+c72E4qvD0z73IAQstDdd5ap8YVC2oLzec8wMPDNkD3/IbbnHpRS5iQX+fS4sJkRPjCWNPLI3XQSlFiMycRglNctd+ExCKGShuPYDbq/hnSLvobPhb5OL6DF1Xt+BygiNH9ZI+ZzVUwisPcvX9y+azisG61fgxA0uvdrqVcoZFPi24+RRreRHmZIwcGrHqZ52OqlKYMkd52KjrHfhtw8j3HImodoYysU/I0HAfprYVga+IKFL7lhZvC42fZsMJfenA3HQqlAeRq630dlMF+eLzKthHn3HnnmQ7s4aG06klbe8TamqtruCnu4Y5w3rACLjnCFWxFyYHrkEC2I/92RM7Ci2EnvbFP4KHzFRzE6UEpTWvsovuwYaGUq0ydWsMMUV2cS7TqvONgcSZzknRuEVJvEOQnlxOO1TWKmVco69mS+884s/iJ7GE8l+0gcSZ1aFCjA6vIEDVDAvypkfy6m6nfIki+Eg31d/cKZdfLby27efxbCaOlNtinmU35BjleLobn5mRNvsAomz5/IM1jbzY21nShORr5i8m+PJ674CpLTKQLEsWMfV6khpqdQTLJbOB/5Um78VcdxX1BQign5uUyA6nP7PN7FPNqJ7z8H5DcQZt6ymFBP4gbWG38nGdgV+q9hdR4y8WwTPhwcQqBji6Xs8hafbeHEMzH8gzugD4X7cXel8hq4xBiMSmL9k1UdcmPcSj32/DkdldW3+cyR55IqdSxGRHiZvYTLMD/36/2dr4qOe+/Eq8+UAj3URVyfAGjLI/pss+bv/A14WeFTXMi7tAAAAAElFTkSuQmCC") no-repeat 50% 50%/17px 19px; }
    .site_search_results .gsc-search-box button.gsc-search-button {
      height: 100%;
      min-width: 100%;
      width: auto;
      border: 0;
      border-radius: 0;
      color: transparent;
      cursor: pointer;
      font-size: inherit;
      font-weight: normal;
      margin-top: 0;
      margin-left: 0;
      opacity: 0;
      padding: 10px; }
    .site_search_results .gsc-search-box td.gsc-clear-button {
      position: absolute;
      top: 0;
      right: 0; }
    .site_search_results .gsc-search-box div.gsc-clear-button {
      background: none;
      display: block;
      margin: 0;
      padding-left: 0;
      text-align: center; }
  .site_search_results .gsc-tabsArea {
    border-bottom: 0;
    display: none;
    margin: 0; }
    .site_search_results .gsc-tabsArea .gsc-tabHeader {
      border: 0;
      color: inherit;
      margin: 0;
      padding: 4px; }
  .site_search_results .gsc-refinementsArea {
    border-bottom: 0;
    display: none;
    margin-bottom: 0;
    padding: 0; }
    .site_search_results .gsc-refinementsArea .gsc-refinementHeader {
      margin: 0;
      padding: 4px; }
  .site_search_results .gsc-above-wrapper-area {
    border-bottom: 1px solid rgba(118, 111, 103, 0.25);
    padding: 45px 0 35px; }
    .site_search_results .gsc-above-wrapper-area .gsc-result-info {
      font-weight: 400;
      font-family: "Unit Offc W01 Medium", sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 1.2px;
      letter-spacing: 0.075rem;
      line-height: 1.66667;
      text-transform: uppercase;
      color: #0F0F11;
      font-size: inherit;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-above-wrapper-area .gsc-result-info {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.5; } }
    .site_search_results .gsc-above-wrapper-area .gsc-orderby-container {
      display: none; }
  .site_search_results .gsc-adBlock {
    height: auto !important;
    border-bottom: 1px solid rgba(118, 111, 103, 0.25);
    margin-bottom: 0;
    padding: 30px 0; }
    @media screen and (min-width: 740px) {
      .site_search_results .gsc-adBlock {
        padding: 40px 0; } }
  .site_search_results .gsc-results {
    width: 100%;
    padding-bottom: 0; }
    .site_search_results .gsc-results .gsc-result:not(.gsc-imageResult) {
      background: none;
      border: 0;
      border-bottom: 1px solid rgba(118, 111, 103, 0.25);
      margin-bottom: 0;
      padding: 30px 0; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-results .gsc-result:not(.gsc-imageResult) {
          padding: 40px 0; } }
    .site_search_results .gsc-results .gsc-table-result {
      font-family: inherit;
      font-size: inherit;
      padding-left: 0; }
    .site_search_results .gsc-results .gsc-thumbnail {
      display: none;
      padding: 0 20px 0 0; }
      .site_search_results .gsc-results .gsc-thumbnail .gs-image-box {
        height: auto;
        width: 80px;
        padding: 0; }
      .site_search_results .gsc-results .gsc-thumbnail img.gs-image {
        max-height: 100% !important;
        max-width: 100%;
        width: 100%;
        border: 0; }
    .site_search_results .gsc-results .gsc-table-cell-snippet-close {
      padding: 0; }
    .site_search_results .gsc-results .gsc-thumbnail-inside {
      padding-left: 0; }
    .site_search_results .gsc-results div.gs-title {
      height: auto;
      color: inherit;
      font-size: inherit;
      margin-bottom: 13px;
      text-decoration: none; }
      .site_search_results .gsc-results div.gs-title b {
        background: rgba(42, 198, 202, 0.2); }
    .site_search_results .gsc-results a.gs-title {
      font-weight: 400;
      font-family: "Unit Offc W01 Bold", sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.4;
      height: inherit;
      color: inherit !important;
      text-decoration: inherit; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-results a.gs-title {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 1.35714; } }
      .site_search_results .gsc-results a.gs-title b {
        color: inherit !important;
        font-size: inherit;
        text-decoration: inherit; }
    .site_search_results .gsc-results .gs-snippet {
      font-weight: 400;
      font-family: "Unit Offc W01 Light", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.66667;
      margin-bottom: 10px; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-results .gs-snippet {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 1.72727; } }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-results .gs-snippet {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.6; } }
      .site_search_results .gsc-results .gs-snippet b {
        font-weight: 400;
        font-family: "Unit Offc W01 Bold", sans-serif;
        background: rgba(42, 198, 202, 0.2); }
    .site_search_results .gsc-results .gsc-url-top {
      font-weight: 400;
      font-family: "Unit Offc W01 Medium", sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 1.2px;
      letter-spacing: 0.075rem;
      line-height: 1.66667;
      text-transform: uppercase;
      color: #1573DD;
      padding-left: 0; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-results .gsc-url-top {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.5; } }
    .site_search_results .gsc-results .gs-visibleUrl {
      color: inherit;
      padding-bottom: 20px; }
      .site_search_results .gsc-results .gs-visibleUrl b {
        background: rgba(42, 198, 202, 0.2);
        font-weight: inherit; }
  .site_search_results .gsc-expansionArea .gsc-cursor-box {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center; }
    .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
      font-weight: 400;
      font-family: "Unit Offc W01 Medium", sans-serif;
      background: none;
      color: #766F67;
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      margin-right: 5px;
      padding: 15px 5px;
      text-decoration: none;
      -webkit-transition: background .25s,	 color .25s;
      transition: background .25s,	 color .25s; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
          font-size: 18px;
          font-size: 1.125rem; } }
      .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:focus, .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:hover {
        color: #1573DD;
        text-decoration: none; }
    .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-current-page {
      -webkit-box-shadow: inset 0 -5px 0 0 #1573DD;
              box-shadow: inset 0 -5px 0 0 #1573DD;
      color: #000; }
      @media screen and (min-width: 740px) {
        .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-current-page {
          -webkit-box-shadow: inset 0 -10px 0 0 #1573DD;
                  box-shadow: inset 0 -10px 0 0 #1573DD; } }
  .site_search_results div.gcsc-branding {
    padding-bottom: 20px;
    pointer-events: none; }

/* ==========================================================================
	Photo Size Helper
============================================================================= */
.photo_prop {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .15em;
  display: none;
  font-family: sans-serif;
  line-height: 1.35; }
  .photo_prop.visible {
    display: block; }
  .photo_prop:before {
    position: absolute;
    left: 50%;
    border: 10px solid transparent;
    content: "";
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .photo_prop.lower-region {
    -webkit-transform: translate(-50%, calc(-100% - 10px));
            transform: translate(-50%, calc(-100% - 10px)); }
    .photo_prop.lower-region:before {
      top: 100%;
      border-top-color: #f0f0f0; }
  .photo_prop.upper-region {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
    .photo_prop.upper-region:before {
      bottom: 100%;
      border-bottom-color: #f0f0f0; }

.photo_prop_close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  border-radius: 1em 0 0 1em;
  -webkit-box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background .25s, color .25s;
  transition: background .25s, color .25s; }
  .photo_prop_close:focus, .photo_prop_close:hover {
    background: #333;
    color: #fff; }

.photo_prop_detail {
  background: #f0f0f0;
  border-radius: .15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 20px 20px; }

/* ==========================================================================
	Footer
============================================================================= */
.footer {
  position: relative;
  text-align: center; }
  @media print {
    .footer {
      display: none; } }

.footer_ribbon {
  background: #003473;
  padding: 40px 0 38px; }
  @media screen and (min-width: 980px) {
    .footer_ribbon {
      padding: 60px 0 62px; } }

.footer_ribbon_inner {
  max-width: 320px;
  margin: 0 auto; }
  @media screen and (min-width: 740px) and (max-width: 979px) {
    .footer_ribbon_inner {
      max-width: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 980px) {
    .footer_ribbon_inner {
      max-width: 100%; } }

@media screen and (min-width: 740px) and (max-width: 979px) {
  .footer_ribbon_group {
    width: 300px; } }

@media screen and (min-width: 980px) {
  .footer_ribbon_group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 980px) {
  .footer_ribbon_group:first-child {
    border-bottom: 2px solid #FFD600;
    padding-bottom: 24px; } }

@media screen and (min-width: 980px) {
  .footer_ribbon_group:last-child {
    padding-top: 12px; } }

@media screen and (min-width: 980px) {
  .footer_ribbon_mini_group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.footer_sole {
  background: #fff;
  padding: 13px 0; }

.footer_sole_inner {
  position: relative; }

.footer_copyright {
  font-weight: 400;
  font-family: "Unit Offc W01 Regular", sans-serif;
  color: rgba(15, 15, 17, 0.65);
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  line-height: 1.66667;
  margin: 0;
  padding: 8px 0 7px; }
  @media screen and (min-width: 500px) {
    .footer_copyright {
      width: 50%;
      position: absolute;
      bottom: 0;
      right: 0; } }
  @media screen and (min-width: 980px) {
    .footer_copyright {
      width: auto;
      padding: 21px 0; } }
  @media screen and (min-width: 1220px) {
    .footer_copyright {
      font-size: 16px;
      font-size: 1rem;
      padding: 18px 0; } }

.footer_address {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 7px; }
  @media screen and (min-width: 740px) {
    .footer_address {
      margin-bottom: 0; } }
  @media screen and (min-width: 1220px) {
    .footer_address {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.33333; } }

.footer_address_link {
  color: inherit;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .footer_address_link:focus, .footer_address_link:hover {
    color: rgba(255, 255, 255, 0.6); }

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

.footer_address_phone {
  color: inherit;
  display: block;
  margin-top: 8px; }
  @media screen and (min-width: 980px) {
    .footer_address_phone {
      display: inline-block;
      margin-top: 0; } }
  @media screen and (min-width: 980px) {
    .footer_address_phone:before {
      color: #FFD600;
      content: "•";
      display: inline-block;
      margin: 0 10px; } }
  @media screen and (min-width: 1220px) {
    .footer_address_phone:before {
      margin: 0 20px; } }

/* ==========================================================================
	Header
============================================================================= */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media print {
    .header {
      display: none; } }

.header_ribbon {
  position: relative;
  padding: 14px 0 12px; }
  @media screen and (min-width: 740px) {
    .header_ribbon {
      padding: 19px 0 15px; } }

.header_group {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (min-width: 980px) {
    .header_group {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/* ==========================================================================
	Mobile Sidebar
============================================================================= */
.mobile_sidebar_handle {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #003473;
  -webkit-transition: background .25s;
  transition: background .25s; }
  @media screen and (min-width: 740px) {
    .mobile_sidebar_handle {
      height: 82px;
      width: 82px; } }
  @media screen and (min-width: 980px) {
    .mobile_sidebar_handle {
      width: auto;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 35px; } }
  @media print {
    .mobile_sidebar_handle {
      display: none; } }
  .mobile_sidebar_handle:focus, .mobile_sidebar_handle:hover {
    background: #1573DD; }

.mobile_sidebar_handle_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFD600;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 980px) {
    .mobile_sidebar_handle_icon {
      left: 35px; } }
  .mobile_sidebar_handle_icon_open {
    margin-top: 1px;
    margin-left: -1px;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
    @media screen and (min-width: 740px) {
      .mobile_sidebar_handle_icon_open {
        -webkit-transform: translate(-50%, -50%) scale(1.25);
                transform: translate(-50%, -50%) scale(1.25); } }
    @media screen and (min-width: 980px) {
      .mobile_sidebar_handle_icon_open {
        margin-top: 2px;
        -webkit-transform: translate(0, -50%) scale(1.25);
                transform: translate(0, -50%) scale(1.25); } }
    .mobile_sidebar_handle:not(.fs-swap-active):focus .mobile_sidebar_handle_icon_open,
    .mobile_sidebar_handle:not(.fs-swap-active):hover .mobile_sidebar_handle_icon_open {
      -webkit-transform: translate(-50%, -50%) scale(1.25);
              transform: translate(-50%, -50%) scale(1.25); }
      @media screen and (min-width: 740px) {
        .mobile_sidebar_handle:not(.fs-swap-active):focus .mobile_sidebar_handle_icon_open,
        .mobile_sidebar_handle:not(.fs-swap-active):hover .mobile_sidebar_handle_icon_open {
          -webkit-transform: translate(-50%, -50%) scale(1.5);
                  transform: translate(-50%, -50%) scale(1.5); } }
      @media screen and (min-width: 980px) {
        .mobile_sidebar_handle:not(.fs-swap-active):focus .mobile_sidebar_handle_icon_open,
        .mobile_sidebar_handle:not(.fs-swap-active):hover .mobile_sidebar_handle_icon_open {
          -webkit-transform: translate(0, -50%) scale(1.5);
                  transform: translate(0, -50%) scale(1.5); } }
    .fs-swap-active .mobile_sidebar_handle_icon_open {
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
      @media screen and (min-width: 740px) {
        .fs-swap-active .mobile_sidebar_handle_icon_open {
          -webkit-transform: translate(-50%, -50%) scale(0);
                  transform: translate(-50%, -50%) scale(0); } }
      @media screen and (min-width: 980px) {
        .fs-swap-active .mobile_sidebar_handle_icon_open {
          -webkit-transform: translate(0, -50%) scale(0);
                  transform: translate(0, -50%) scale(0); } }
  .mobile_sidebar_handle_icon_close {
    stroke: #FFD600;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
    @media screen and (min-width: 980px) {
      .mobile_sidebar_handle_icon_close {
        margin-left: 5px;
        -webkit-transform: translate(0, -50%) scale(0);
                transform: translate(0, -50%) scale(0); } }
    .fs-swap-active .mobile_sidebar_handle_icon_close {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
      @media screen and (min-width: 740px) {
        .fs-swap-active .mobile_sidebar_handle_icon_close {
          -webkit-transform: translate(-50%, -50%) scale(1.5);
                  transform: translate(-50%, -50%) scale(1.5); } }
      @media screen and (min-width: 980px) {
        .fs-swap-active .mobile_sidebar_handle_icon_close {
          -webkit-transform: translate(0, -50%) scale(1.5);
                  transform: translate(0, -50%) scale(1.5); } }
    .mobile_sidebar_handle.fs-swap-active:focus .mobile_sidebar_handle_icon_close,
    .mobile_sidebar_handle.fs-swap-active:hover .mobile_sidebar_handle_icon_close {
      -webkit-transform: translate(-50%, -50%) scale(1.25);
              transform: translate(-50%, -50%) scale(1.25); }
      @media screen and (min-width: 740px) {
        .mobile_sidebar_handle.fs-swap-active:focus .mobile_sidebar_handle_icon_close,
        .mobile_sidebar_handle.fs-swap-active:hover .mobile_sidebar_handle_icon_close {
          -webkit-transform: translate(-50%, -50%) scale(1.75);
                  transform: translate(-50%, -50%) scale(1.75); } }
      @media screen and (min-width: 980px) {
        .mobile_sidebar_handle.fs-swap-active:focus .mobile_sidebar_handle_icon_close,
        .mobile_sidebar_handle.fs-swap-active:hover .mobile_sidebar_handle_icon_close {
          -webkit-transform: translate(0, -50%) scale(1.75);
                  transform: translate(0, -50%) scale(1.75); } }

@media screen and (max-width: 979px) {
  .mobile_sidebar_handle_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0; }
    .mobile_sidebar_handle_label.focusable:active, .mobile_sidebar_handle_label.focusable:focus {
      width: auto;
      height: auto;
      position: static;
      clip: auto;
      margin: 0;
      overflow: visible; } }

@media screen and (min-width: 980px) {
  .mobile_sidebar_handle_label {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    padding-left: 50px;
    text-transform: uppercase; } }

.mobile_sidebar {
  width: 100%;
  max-width: 720px;
  height: calc(100% - 60px);
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 400;
  background: #003473;
  display: block;
  opacity: 0;
  overflow-y: auto;
  padding: 14px 24px 100px 24px;
  visibility: hidden;
  -webkit-transform: scale(0.925);
          transform: scale(0.925);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: opacity .5s, visibility .5s, -webkit-clip-path 1s, -webkit-transform .5s;
  transition: opacity .5s, visibility .5s, -webkit-clip-path 1s, -webkit-transform .5s;
  transition: clip-path 1s, opacity .5s, transform .5s, visibility .5s;
  transition: clip-path 1s, opacity .5s, transform .5s, visibility .5s, -webkit-clip-path 1s, -webkit-transform .5s; }
  [data-whatinput="mouse"] .mobile_sidebar:focus,
  [data-whatinput="touch"] .mobile_sidebar:focus {
    outline: none; }
  @media print {
    .mobile_sidebar {
      display: none; } }
  @media screen and (min-width: 740px) {
    .mobile_sidebar {
      height: calc(100% - 82px);
      top: 82px;
      padding: 62px 80px 100px 80px; } }
  .mobile_sidebar.fs-swap-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1); }

/* ==========================================================================
	Page
============================================================================= */
.page_wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 60px; }
  @media print {
    .page_inner {
      padding-top: 0; } }
  @media screen and (min-width: 740px) {
    .page_inner {
      padding-top: 82px; } }
  @media screen and (min-width: 980px) {
    .page_theme_default .page_inner {
      padding-top: 142px; } }

.page_content {
  padding-top: 30px; }
  .page_content > .fs-row {
    display: block; }
    .page_content > .fs-row:after {
      clear: both;
      content: "";
      display: table; }

@media screen and (min-width: 980px) {
  .aside_wrapper {
    float: right; } }

@media screen and (min-width: 980px) {
  .content_wrapper {
    float: left; } }

@media screen and (min-width: 980px) {
  .layout_full .content_wrapper {
    float: none; } }

.main_content {
  display: block; }
  [data-whatinput="mouse"] .main_content:focus,
  [data-whatinput="touch"] .main_content:focus {
    outline: none; }

.page_header {
  position: relative; }
  .page_theme_sky .page_header {
    background: #F5F7F9; }

.page_background {
  background: #003473;
  padding-bottom: 75%; }
  @media print {
    .page_background {
      display: none; } }
  @media screen and (min-width: 500px) {
    .page_background {
      padding-bottom: 56%; } }
  @media screen and (min-width: 1220px) {
    .page_background {
      padding-bottom: 43%; } }
  .page_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 15, 17, 0.65)), color-stop(50%, rgba(15, 15, 17, 0.35)), to(rgba(15, 15, 17, 0.35)));
    background: linear-gradient(to top, rgba(15, 15, 17, 0.65), rgba(15, 15, 17, 0.35) 50%, rgba(15, 15, 17, 0.35) 100%);
    content: ""; }
    .page_layout_cover .page_background:before {
      background: rgba(15, 15, 17, 0.55); }
  .page_layout_cover .page_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    padding: 0; }

.page_header_inner {
  position: relative;
  z-index: 4; }
  .page_theme_default .page_header_inner {
    padding-top: 30px; }
    @media print {
      .page_theme_default .page_header_inner {
        padding-top: 0; } }
    @media screen and (min-width: 1220px) {
      .page_theme_default .page_header_inner {
        padding-top: 50px;
        padding-bottom: 20px; } }
  .page_theme_image .page_header_inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media print {
      .page_theme_image .page_header_inner {
        position: relative; } }
    @media screen and (min-width: 1220px) {
      .page_theme_image .page_header_inner {
        padding-bottom: 54px; } }
  .page_layout_cover .page_header_inner {
    position: relative;
    padding-top: 30px; }
    @media screen and (min-width: 980px) {
      .page_layout_cover .page_header_inner {
        padding-top: 90px; } }
    @media screen and (min-width: 1220px) {
      .page_layout_cover .page_header_inner {
        padding-top: 110px; } }

.page_header_body {
  position: relative; }
  @media screen and (min-width: 1220px) {
    .page_header_body {
      padding-right: 320px; } }

.page_back {
  display: block;
  margin-bottom: 10px; }
  @media screen and (min-width: 980px) {
    .page_back {
      display: none; } }

.page_back_icon {
  background: #1573DD;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  vertical-align: middle;
  -webkit-transition: background .25s;
  transition: background .25s; }
  .page_theme_image .page_back_icon {
    background: #fff;
    color: #1573DD; }
  .page_back:focus .page_back_icon,
  .page_back:hover .page_back_icon {
    background: #003473; }
    .page_theme_image .page_back:focus .page_back_icon, .page_theme_image
    .page_back:hover .page_back_icon {
      background: rgba(255, 255, 255, 0.7); }

.page_back_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #0F0F11;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .page_theme_image .page_back_label {
    color: #fff; }
  .page_back:focus .page_back_label,
  .page_back:hover .page_back_label {
    color: #003473; }
    .page_theme_image .page_back:focus .page_back_label, .page_theme_image
    .page_back:hover .page_back_label {
      color: rgba(255, 255, 255, 0.7); }

.page_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3125;
  margin: 0 0 20px; }
  @media screen and (min-width: 740px) {
    .page_title {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 1.4; } }
  @media screen and (min-width: 980px) {
    .page_title {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1.33333; } }
  @media screen and (min-width: 1220px) {
    .page_title {
      font-size: 70px;
      font-size: 4.375rem;
      line-height: 1.14286; } }
  @media screen and (min-width: 1220px) {
    .page_title {
      margin-bottom: 0; } }
  .page_theme_default .page_title {
    color: #0F0F11; }
  .page_theme_image .page_title {
    color: #fff; }

.page_intro {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.72727; }
  @media screen and (min-width: 980px) {
    .page_intro {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.5; } }
  .page_theme_default .page_intro {
    margin: 0 0 30px; }
    @media screen and (min-width: 980px) {
      .page_theme_default .page_intro {
        margin: 30px 0 54px; } }
    @media screen and (min-width: 1220px) {
      .page_theme_default .page_intro {
        margin-bottom: 34px; } }
  .page_theme_image .page_intro {
    color: #fff;
    margin: 0 0 30px; }
    @media screen and (min-width: 980px) {
      .page_theme_image .page_intro {
        margin: 30px 0 54px; } }
    @media screen and (min-width: 1220px) {
      .page_theme_image .page_intro {
        margin-bottom: 0; } }

.sidebar_wrapper {
  clear: right; }

/* ==========================================================================
	Grid
============================================================================= */
@media screen and (min-width: 1360px) {
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 1340px; } }

/* ==========================================================================
	Breadcrumb Navigation
============================================================================= */
.breadcrumb_nav_wrapper {
  position: relative;
  z-index: 8;
  display: none; }
  @media screen and (min-width: 980px) {
    .breadcrumb_nav_wrapper {
      display: block; } }
  .page_theme_default .breadcrumb_nav_wrapper,
  .page_theme_image.switch-breadcrumb .breadcrumb_nav_wrapper {
    background: #F5F7F9; }
  .page_theme_image .breadcrumb_nav_wrapper {
    width: 100%;
    position: absolute;
    top: 82px;
    left: 0;
    background: rgba(15, 15, 17, 0.5);
    -webkit-box-shadow: 0 2px 2px 0 transparent;
            box-shadow: 0 2px 2px 0 transparent;
    -webkit-transition: background .25s, -webkit-box-shadow .25s;
    transition: background .25s, -webkit-box-shadow .25s;
    transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s; }
  .page_theme_image.switch-breadcrumb .breadcrumb_nav_wrapper {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.085);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.085); }

.breadcrumb_item {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  padding: 20px 0;
  text-transform: uppercase; }
  .breadcrumb_item:after {
    font-weight: 400;
    font-family: "Unit Offc W01 Light", sans-serif;
    content: "/";
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 17px;
    vertical-align: middle;
    -webkit-transition: color .25s;
    transition: color .25s; }
    .page_theme_default .breadcrumb_item:after,
    .page_theme_image.switch-breadcrumb .breadcrumb_item:after {
      color: #0F0F11; }
    .page_theme_image .breadcrumb_item:after {
      color: rgba(255, 255, 255, 0.7); }
  .breadcrumb_item:last-child:after {
    opacity: 0; }
  .page_theme_image .breadcrumb_item {
    color: #fff; }
  .page_theme_image.switch-breadcrumb .breadcrumb_item {
    color: inherit; }

.breadcrumb_link {
  color: inherit;
  -webkit-transition: color .25s;
  transition: color .25s; }

.breadcrumb_name_switch {
  position: relative;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit; }

.breadcrumb_name_label {
  display: inline-block;
  vertical-align: middle; }
  .breadcrumb_name_label_hide {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0; }
    .breadcrumb_name_label_hide.focusable:active, .breadcrumb_name_label_hide.focusable:focus {
      width: auto;
      height: auto;
      position: static;
      clip: auto;
      margin: 0;
      overflow: visible; }

.breadcrumb_name_icon {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  -webkit-transition: color .25s, -webkit-transform .25s;
  transition: color .25s, -webkit-transform .25s;
  transition: color .25s, transform .25s;
  transition: color .25s, transform .25s, -webkit-transform .25s; }
  .breadcrumb_name_label + .breadcrumb_name_icon {
    position: relative;
    top: 1px; }
  .page_theme_default .breadcrumb_name_icon,
  .page_theme_image.switch-breadcrumb .breadcrumb_name_icon {
    color: #1573DD; }
  .page_theme_image .breadcrumb_name_icon {
    color: #FFD600; }
  .page_theme_default .breadcrumb_item:hover .breadcrumb_name_icon,
  .page_theme_image.switch-breadcrumb .breadcrumb_item:hover .breadcrumb_name_icon, .page_theme_default
  .breadcrumb_item:focus .breadcrumb_name_icon,
  .page_theme_image.switch-breadcrumb
  .breadcrumb_item:focus .breadcrumb_name_icon {
    color: #003473; }
  .page_theme_image .breadcrumb_item:hover .breadcrumb_name_icon, .page_theme_image
  .breadcrumb_item:focus .breadcrumb_name_icon {
    color: #fff; }
  .breadcrumb_item:not(:first-child):hover .breadcrumb_name_icon,
  .breadcrumb_item:not(:first-child):focus .breadcrumb_name_icon {
    -webkit-animation: pinchy 1s infinite;
            animation: pinchy 1s infinite; }

@-webkit-keyframes pinchy {
  50% {
    -webkit-transform: scale(0.75, 1.5);
            transform: scale(0.75, 1.5); } }

@keyframes pinchy {
  50% {
    -webkit-transform: scale(0.75, 1.5);
            transform: scale(0.75, 1.5); } }

.breadcrumb_dropdown {
  min-width: 230px;
  width: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 4;
  background: #003473;
  opacity: 0;
  padding: 15px 20px 20px;
  visibility: hidden;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: 25% top;
          transform-origin: 25% top;
  -webkit-transition: opacity .25s, visibility .25s, -webkit-transform .25s;
  transition: opacity .25s, visibility .25s, -webkit-transform .25s;
  transition: opacity .25s, transform .25s, visibility .25s;
  transition: opacity .25s, transform .25s, visibility .25s, -webkit-transform .25s; }
  .page_theme_default .breadcrumb_dropdown,
  .page_theme_image.switch-breadcrumb .breadcrumb_dropdown {
    background: #1573DD; }
  .page_theme_image .breadcrumb_dropdown {
    background: #FFD600; }
  .breadcrumb_dropdown.fs-swap-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible; }

.breadcrumb_dropdown_item {
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  padding: 8px 0 9px;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .page_theme_default .breadcrumb_dropdown_item,
  .page_theme_image.switch-breadcrumb .breadcrumb_dropdown_item {
    color: #fff; }
  .page_theme_image .breadcrumb_dropdown_item {
    color: #0F0F11; }
  .page_theme_default .breadcrumb_dropdown_item:focus,
  .page_theme_image.switch-breadcrumb .breadcrumb_dropdown_item:focus, .page_theme_default .breadcrumb_dropdown_item:hover,
  .page_theme_image.switch-breadcrumb .breadcrumb_dropdown_item:hover {
    color: rgba(255, 255, 255, 0.6); }
  .page_theme_image .breadcrumb_dropdown_item:focus, .page_theme_image .breadcrumb_dropdown_item:hover {
    color: rgba(15, 15, 17, 0.6); }

/* ==========================================================================
	Footer Navigation
============================================================================= */
@media screen and (min-width: 980px) {
  .footer_nav {
    padding-right: 100px; } }

@media screen and (min-width: 1220px) {
  .footer_nav {
    padding-right: 140px; } }

.footer_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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; }

@media screen and (min-width: 500px) {
  .footer_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 980px) {
  .footer_nav_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

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

@media screen and (min-width: 980px) {
  .footer_nav_item {
    width: auto; } }

.footer_nav_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Regular", sans-serif;
  color: #003473;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  line-height: 1.66667;
  padding: 8px 0 7px;
  text-transform: uppercase;
  -webkit-transition: color .25s;
  transition: color .25s; }
  @media screen and (min-width: 980px) {
    .footer_nav_link {
      padding: 21px 0; } }
  @media screen and (min-width: 1220px) {
    .footer_nav_link {
      font-size: 16px;
      font-size: 1rem;
      padding: 18px 0; } }
  .footer_nav_link:focus, .footer_nav_link:hover {
    color: #1573DD; }

/* ==========================================================================
	Main Navigation
============================================================================= */
.main_nav {
  margin-bottom: 20px; }
  @media screen and (min-width: 740px) {
    .main_nav {
      margin-bottom: 29px; } }
  @media screen and (max-width: 979px) {
    .main_nav.main_nav_lg {
      display: none; } }

.main_nav_item {
  position: relative; }
  .main_nav_item:before, .main_nav_item:after {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .main_nav_item:before {
    height: 1px;
    background: rgba(255, 255, 255, 0.3); }
  .main_nav_item:after {
    height: 2px;
    background: #FFD600; }
  .main_nav_item:focus:after, .main_nav_item:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(1):before {
    -webkit-transition: -webkit-transform 0.75s 0.1s;
    transition: -webkit-transform 0.75s 0.1s;
    transition: transform 0.75s 0.1s;
    transition: transform 0.75s 0.1s, -webkit-transform 0.75s 0.1s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(2):before {
    -webkit-transition: -webkit-transform 0.75s 0.15s;
    transition: -webkit-transform 0.75s 0.15s;
    transition: transform 0.75s 0.15s;
    transition: transform 0.75s 0.15s, -webkit-transform 0.75s 0.15s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(3):before {
    -webkit-transition: -webkit-transform 0.75s 0.2s;
    transition: -webkit-transform 0.75s 0.2s;
    transition: transform 0.75s 0.2s;
    transition: transform 0.75s 0.2s, -webkit-transform 0.75s 0.2s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(4):before {
    -webkit-transition: -webkit-transform 0.75s 0.25s;
    transition: -webkit-transform 0.75s 0.25s;
    transition: transform 0.75s 0.25s;
    transition: transform 0.75s 0.25s, -webkit-transform 0.75s 0.25s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(5):before {
    -webkit-transition: -webkit-transform 0.75s 0.3s;
    transition: -webkit-transform 0.75s 0.3s;
    transition: transform 0.75s 0.3s;
    transition: transform 0.75s 0.3s, -webkit-transform 0.75s 0.3s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(6):before {
    -webkit-transition: -webkit-transform 0.75s 0.35s;
    transition: -webkit-transform 0.75s 0.35s;
    transition: transform 0.75s 0.35s;
    transition: transform 0.75s 0.35s, -webkit-transform 0.75s 0.35s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(7):before {
    -webkit-transition: -webkit-transform 0.75s 0.4s;
    transition: -webkit-transform 0.75s 0.4s;
    transition: transform 0.75s 0.4s;
    transition: transform 0.75s 0.4s, -webkit-transform 0.75s 0.4s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .main_nav_sm .main_nav_item.fs-swap-enabled .main_nav_children {
    display: none; }
  .main_nav_sm .main_nav_item.fs-swap-active .main_nav_children {
    display: block; }
  .main_nav_lg .main_nav_item.focused .main_nav_children, .main_nav_lg .main_nav_item:focus .main_nav_children, .main_nav_lg .main_nav_item:hover .main_nav_children {
    opacity: 1;
    visibility: visible; }

.main_nav_item_wrapper {
  position: relative; }

.main_nav_link {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  width: calc(100% - 70px);
  color: #fff;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  overflow: hidden;
  padding: 20px 0 25px;
  vertical-align: top; }
  @media screen and (min-width: 740px) {
    .main_nav_link {
      font-size: 34px;
      font-size: 2.125rem;
      padding: 28px 0 33px; } }

.main_nav_link_label {
  display: block;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(1) .main_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.05s;
    transition: -webkit-transform 0.75s 0.05s;
    transition: transform 0.75s 0.05s;
    transition: transform 0.75s 0.05s, -webkit-transform 0.75s 0.05s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(2) .main_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.1s;
    transition: -webkit-transform 0.75s 0.1s;
    transition: transform 0.75s 0.1s;
    transition: transform 0.75s 0.1s, -webkit-transform 0.75s 0.1s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(3) .main_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.15s;
    transition: -webkit-transform 0.75s 0.15s;
    transition: transform 0.75s 0.15s;
    transition: transform 0.75s 0.15s, -webkit-transform 0.75s 0.15s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(4) .main_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.2s;
    transition: -webkit-transform 0.75s 0.2s;
    transition: transform 0.75s 0.2s;
    transition: transform 0.75s 0.2s, -webkit-transform 0.75s 0.2s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(5) .main_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.25s;
    transition: -webkit-transform 0.75s 0.25s;
    transition: transform 0.75s 0.25s;
    transition: transform 0.75s 0.25s, -webkit-transform 0.75s 0.25s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(6) .main_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.3s;
    transition: -webkit-transform 0.75s 0.3s;
    transition: transform 0.75s 0.3s;
    transition: transform 0.75s 0.3s, -webkit-transform 0.75s 0.3s; }
  .mobile_sidebar.fs-swap-active .main_nav_item:nth-child(7) .main_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.35s;
    transition: -webkit-transform 0.75s 0.35s;
    transition: transform 0.75s 0.35s;
    transition: transform 0.75s 0.35s, -webkit-transform 0.75s 0.35s; }
  .mobile_sidebar.fs-swap-active .main_nav_link_label {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.no-js .main_nav_toggle {
  display: none; }

.js .main_nav_toggle {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  cursor: pointer;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: calc(100% - 25px) 35%;
          transform-origin: calc(100% - 25px) 35%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.main_nav_lg .main_nav_toggle {
  display: none; }

.mobile_sidebar.fs-swap-active .main_nav_item:nth-child(1) .main_nav_toggle {
  -webkit-transition: -webkit-transform 0.75s 0.085s;
  transition: -webkit-transform 0.75s 0.085s;
  transition: transform 0.75s 0.085s;
  transition: transform 0.75s 0.085s, -webkit-transform 0.75s 0.085s; }

.mobile_sidebar.fs-swap-active .main_nav_item:nth-child(2) .main_nav_toggle {
  -webkit-transition: -webkit-transform 0.75s 0.17s;
  transition: -webkit-transform 0.75s 0.17s;
  transition: transform 0.75s 0.17s;
  transition: transform 0.75s 0.17s, -webkit-transform 0.75s 0.17s; }

.mobile_sidebar.fs-swap-active .main_nav_item:nth-child(3) .main_nav_toggle {
  -webkit-transition: -webkit-transform 0.75s 0.255s;
  transition: -webkit-transform 0.75s 0.255s;
  transition: transform 0.75s 0.255s;
  transition: transform 0.75s 0.255s, -webkit-transform 0.75s 0.255s; }

.mobile_sidebar.fs-swap-active .main_nav_item:nth-child(4) .main_nav_toggle {
  -webkit-transition: -webkit-transform 0.75s 0.34s;
  transition: -webkit-transform 0.75s 0.34s;
  transition: transform 0.75s 0.34s;
  transition: transform 0.75s 0.34s, -webkit-transform 0.75s 0.34s; }

.mobile_sidebar.fs-swap-active .main_nav_item:nth-child(5) .main_nav_toggle {
  -webkit-transition: -webkit-transform 0.75s 0.425s;
  transition: -webkit-transform 0.75s 0.425s;
  transition: transform 0.75s 0.425s;
  transition: transform 0.75s 0.425s, -webkit-transform 0.75s 0.425s; }

.mobile_sidebar.fs-swap-active .main_nav_item:nth-child(6) .main_nav_toggle {
  -webkit-transition: -webkit-transform 0.75s 0.51s;
  transition: -webkit-transform 0.75s 0.51s;
  transition: transform 0.75s 0.51s;
  transition: transform 0.75s 0.51s, -webkit-transform 0.75s 0.51s; }

.mobile_sidebar.fs-swap-active .main_nav_item:nth-child(7) .main_nav_toggle {
  -webkit-transition: -webkit-transform 0.75s 0.595s;
  transition: -webkit-transform 0.75s 0.595s;
  transition: transform 0.75s 0.595s;
  transition: transform 0.75s 0.595s, -webkit-transform 0.75s 0.595s; }

.mobile_sidebar.fs-swap-active .main_nav_toggle {
  -webkit-transform: scale(1);
          transform: scale(1); }

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

.main_nav_toggle_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #FFD600;
  pointer-events: none;
  -webkit-transform: translate(0, -50%) rotateX(0);
          transform: translate(0, -50%) rotateX(0);
  -webkit-transition: color .25s,	 -webkit-transform .25s;
  transition: color .25s,	 -webkit-transform .25s;
  transition: color .25s,	 transform .25s;
  transition: color .25s,	 transform .25s,	 -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .main_nav_toggle_icon {
      -webkit-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: translate(0, -50%) scale(1.5) rotateX(0);
              transform: translate(0, -50%) scale(1.5) rotateX(0); } }
  .main_nav_item:focus .main_nav_toggle_icon,
  .main_nav_item:hover .main_nav_toggle_icon {
    color: #fff; }
  .main_nav_item.fs-swap-active .main_nav_toggle_icon {
    -webkit-transform: translate(0, -50%) rotateX(180deg);
            transform: translate(0, -50%) rotateX(180deg); }
    @media screen and (min-width: 740px) {
      .main_nav_item.fs-swap-active .main_nav_toggle_icon {
        -webkit-transform: translate(0, -50%) scale(1.5) rotateX(180deg);
                transform: translate(0, -50%) scale(1.5) rotateX(180deg); } }

.main_nav_children {
  padding-bottom: 25px; }
  @media screen and (min-width: 740px) {
    .main_nav_children {
      padding-bottom: 35px; } }
  .main_nav_lg .main_nav_children {
    position: absolute;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
    visibility: hidden; }

.main_nav_child_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Regular", sans-serif;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 11px 20px;
  -webkit-transition: color .25s;
  transition: color .25s; }
  @media screen and (min-width: 740px) {
    .main_nav_child_link {
      font-size: 20px;
      font-size: 1.25rem;
      padding: 11px 20px 10px; } }
  .main_nav_child_link:focus, .main_nav_child_link:hover {
    color: rgba(255, 255, 255, 0.7); }

/* ==========================================================================
	Quick Navigation Common
============================================================================= */
@media screen and (min-width: 980px) {
  .quick_nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.quick_nav_header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 980px) {
    .quick_nav_header {
      margin-right: 15px; } }
  .quick_nav_header:before, .quick_nav_header:after {
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background: #FFD600;
    content: ""; }
    @media screen and (min-width: 980px) {
      .quick_nav_header:before, .quick_nav_header:after {
        display: none; } }
  .quick_nav_header:before {
    margin-right: 12px; }
  .quick_nav_header:after {
    margin-left: 12px; }

.quick_nav_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #EAE5DF;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2.3px;
  letter-spacing: 0.14375rem;
  margin: 0;
  text-transform: uppercase; }
  @media screen and (min-width: 1220px) {
    .quick_nav_title {
      font-size: 16px;
      font-size: 1rem; } }

.quick_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.quick_nav_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  overflow: hidden;
  padding: 13px 0;
  -webkit-transition: color .25s;
  transition: color .25s; }
  @media screen and (min-width: 980px) {
    .quick_nav_link {
      padding: 18px 15px; } }
  @media screen and (min-width: 1220px) {
    .quick_nav_link {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.33333; } }
  @media screen and (min-width: 980px) {
    .quick_nav_link:before {
      height: calc(100% - 20px);
      width: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: -2;
      background: #1573DD;
      content: "";
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-box-shadow .25s, -webkit-transform .25s;
      transition: -webkit-box-shadow .25s, -webkit-transform .25s;
      transition: box-shadow .25s, transform .25s;
      transition: box-shadow .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s; } }
  @media screen and (min-width: 980px) {
    .is-ie .quick_nav_link:before {
      display: none; } }
  .quick_nav_link:focus, .quick_nav_link:hover {
    color: rgba(255, 255, 255, 0.6); }
    @media screen and (min-width: 980px) {
      .quick_nav_link:focus, .quick_nav_link:hover {
        color: #fff; } }
    @media screen and (min-width: 980px) {
      .is-ie .quick_nav_link:focus, .is-ie .quick_nav_link:hover {
        color: rgba(255, 255, 255, 0.6); } }
    @media screen and (min-width: 980px) {
      .quick_nav_link:focus:before, .quick_nav_link:hover:before {
        -webkit-transform: scale(1);
                transform: scale(1); } }

.quick_nav_link_label {
  position: relative; }
  .quick_nav_link_label:after {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 214, 0, 0.6);
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s; }
    @media screen and (min-width: 980px) {
      .quick_nav_link_label:after {
        display: none; } }
  .quick_nav_link:focus .quick_nav_link_label:after,
  .quick_nav_link:hover .quick_nav_link_label:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

/* ==========================================================================
	Secondary Navigation Common
============================================================================= */
@media screen and (max-width: 979px) {
  .secondary_nav.secondary_nav_lg {
    display: none; } }

.secondary_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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_nav_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  color: #FFD600;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  overflow: hidden;
  padding: 10px 20px 10px 0;
  text-transform: uppercase;
  -webkit-transition: color .25s;
  transition: color .25s; }
  @media screen and (min-width: 740px) {
    .secondary_nav_link {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 2.6px;
      letter-spacing: 0.1625rem;
      padding: 15px 20px 15px 0; } }
  .secondary_nav_link:focus, .secondary_nav_link:hover {
    color: rgba(255, 214, 0, 0.75); }

.secondary_nav_link_label {
  display: inline-block;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .fs-swap-active .secondary_nav_item:nth-child(1) .secondary_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.55s;
    transition: -webkit-transform 0.75s 0.55s;
    transition: transform 0.75s 0.55s;
    transition: transform 0.75s 0.55s, -webkit-transform 0.75s 0.55s; }
  .fs-swap-active .secondary_nav_item:nth-child(2) .secondary_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.6s;
    transition: -webkit-transform 0.75s 0.6s;
    transition: transform 0.75s 0.6s;
    transition: transform 0.75s 0.6s, -webkit-transform 0.75s 0.6s; }
  .fs-swap-active .secondary_nav_item:nth-child(3) .secondary_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.65s;
    transition: -webkit-transform 0.75s 0.65s;
    transition: transform 0.75s 0.65s;
    transition: transform 0.75s 0.65s, -webkit-transform 0.75s 0.65s; }
  .fs-swap-active .secondary_nav_item:nth-child(4) .secondary_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.7s;
    transition: -webkit-transform 0.75s 0.7s;
    transition: transform 0.75s 0.7s;
    transition: transform 0.75s 0.7s, -webkit-transform 0.75s 0.7s; }
  .fs-swap-active .secondary_nav_item:nth-child(5) .secondary_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.75s;
    transition: -webkit-transform 0.75s 0.75s;
    transition: transform 0.75s 0.75s;
    transition: transform 0.75s 0.75s, -webkit-transform 0.75s 0.75s; }
  .fs-swap-active .secondary_nav_item:nth-child(6) .secondary_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.8s;
    transition: -webkit-transform 0.75s 0.8s;
    transition: transform 0.75s 0.8s;
    transition: transform 0.75s 0.8s, -webkit-transform 0.75s 0.8s; }
  .fs-swap-active .secondary_nav_item:nth-child(7) .secondary_nav_link_label {
    -webkit-transition: -webkit-transform 0.75s 0.85s;
    transition: -webkit-transform 0.75s 0.85s;
    transition: transform 0.75s 0.85s;
    transition: transform 0.75s 0.85s, -webkit-transform 0.75s 0.85s; }
  .fs-swap-active .secondary_nav_link_label {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.secondary_nav_link_icon {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
  -webkit-transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, transform .25s;
  transition: opacity .25s, transform .25s, -webkit-transform .25s; }
  .secondary_nav_link:focus .secondary_nav_link_icon,
  .secondary_nav_link:hover .secondary_nav_link_icon {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

/* ==========================================================================
	Social Navigation
============================================================================= */
.social_nav_base {
  margin: 0 -10px 38px; }
  @media screen and (min-width: 980px) {
    .social_nav_base {
      margin: 0 -20px 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.social_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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_nav_base .social_nav_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.social_nav_item {
  display: inline-block; }

.social_nav_link {
  display: block;
  overflow: hidden; }
  .social_nav_base .social_nav_link {
    color: #fff;
    padding: 10px; }
    @media screen and (min-width: 980px) {
      .social_nav_base .social_nav_link {
        padding: 21px 22px 20px; } }
  .social_nav_contact .social_nav_link {
    color: #0F0F11;
    padding: 20px 14px; }

.social_nav_icon {
  position: relative;
  display: block;
  -webkit-transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, transform .25s;
  transition: opacity .25s, transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 980px) {
    .social_nav_icon {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); } }
  .svgclippaths .social_nav_icon:before, .svgclippaths .social_nav_icon:after {
    content: ""; }
  .is-ie .social_nav_icon:before, .is-ie .social_nav_icon:after {
    display: none; }
  .social_nav_icon:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%); }
  .social_nav_icon:after {
    height: 10px;
    width: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  .social_nav_item:nth-child(1) .social_nav_icon:before, .social_nav_item:nth-child(1) .social_nav_icon:after {
    background: rgba(67, 253, 113, 0.8); }
  .social_nav_item:nth-child(2) .social_nav_icon:before, .social_nav_item:nth-child(2) .social_nav_icon:after {
    background: rgba(202, 255, 0, 0.8); }
  .social_nav_item:nth-child(3) .social_nav_icon:before, .social_nav_item:nth-child(3) .social_nav_icon:after {
    background: rgba(255, 227, 0, 0.8); }
  .social_nav_item:nth-child(4) .social_nav_icon:before, .social_nav_item:nth-child(4) .social_nav_icon:after {
    background: rgba(42, 198, 202, 0.8); }
  .social_nav_item:nth-child(5) .social_nav_icon:before, .social_nav_item:nth-child(5) .social_nav_icon:after {
    background: rgba(248, 72, 94, 0.8); }
  .social_nav_item:nth-child(6) .social_nav_icon:before, .social_nav_item:nth-child(6) .social_nav_icon:after {
    background: rgba(255, 126, 84, 0.8); }
  .social_nav_item:focus .social_nav_icon,
  .social_nav_item:hover .social_nav_icon {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
    @media screen and (min-width: 980px) {
      .social_nav_item:focus .social_nav_icon,
      .social_nav_item:hover .social_nav_icon {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); } }
    .social_nav_item:focus .social_nav_icon:before,
    .social_nav_item:hover .social_nav_icon:before {
      -webkit-animation: clip-through .25s forwards linear;
              animation: clip-through .25s forwards linear; }
    .social_nav_item:focus .social_nav_icon:after,
    .social_nav_item:hover .social_nav_icon:after {
      -webkit-animation: bubble-pop .5s forwards linear;
              animation: bubble-pop .5s forwards linear; }
    .no-svgclippaths .social_nav_item:focus .social_nav_icon, .no-svgclippaths
    .social_nav_item:hover .social_nav_icon {
      opacity: .6; }

@-webkit-keyframes clip-through {
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0); } }

@keyframes clip-through {
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0); } }

@-webkit-keyframes bubble-pop {
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bubble-pop {
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.social_nav_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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 {
  position: relative; }
  @media print {
    .sub_nav {
      display: none; } }
  @media screen and (min-width: 1220px) {
    .sub_nav {
      min-width: 280px;
      position: absolute;
      bottom: 20px;
      right: 0;
      margin-top: 0; } }

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

.sub_nav_handle {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  margin-left: 10px;
  padding: 16px 20px;
  text-transform: uppercase;
  -webkit-transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  display: block;
  margin-bottom: 28px;
  text-align: center;
  width: calc(100% - 10px);
  position: relative;
  margin-bottom: 0;
  padding-right: 40px;
  text-align: left; }
  .page_theme_default .sub_nav_handle:before, .page_theme_default .sub_nav_handle:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    -webkit-transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, transform .25s;
    transition: background .25s, z-index .25s, transform .25s, -webkit-transform .25s; }
  .page_theme_default .sub_nav_handle:before {
    top: 10px;
    right: 10px;
    z-index: -4;
    background: #003473; }
  .page_theme_default .sub_nav_handle:after {
    top: 0;
    left: 0;
    z-index: -2;
    background: #1573DD; }
  .page_theme_default .sub_nav_handle [class*="label"] {
    color: #fff;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .page_theme_default .sub_nav_handle [class*="icon"] {
    color: #fff;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
  .page_theme_image .sub_nav_handle:before, .page_theme_image .sub_nav_handle:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    -webkit-transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, transform .25s;
    transition: background .25s, z-index .25s, transform .25s, -webkit-transform .25s; }
  .page_theme_image .sub_nav_handle:before {
    top: 10px;
    right: 10px;
    z-index: -4;
    background: #1573DD; }
  .page_theme_image .sub_nav_handle:after {
    top: 0;
    left: 0;
    z-index: -2;
    background: #fff; }
  .page_theme_image .sub_nav_handle [class*="label"] {
    color: #0F0F11;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .page_theme_image .sub_nav_handle [class*="icon"] {
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
  @media print {
    .sub_nav_handle {
      display: none; } }

.sub_nav_handle_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.sub_nav_handle_icon_open {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(0, -50%) scale(1.5) rotateX(0);
          transform: translate(0, -50%) scale(1.5) rotateX(0); }
  .fs-swap-active .sub_nav_handle_icon_open {
    -webkit-transform: translate(0, -50%) scale(1.5) rotateX(180deg);
            transform: translate(0, -50%) scale(1.5) rotateX(180deg); }

.sub_nav_list {
  width: calc(100% - 10px);
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 18px 0; }
  [data-whatinput="mouse"] .sub_nav_list:focus,
  [data-whatinput="touch"] .sub_nav_list:focus {
    outline: none; }
  .sub_nav_list.fs-swap-active {
    display: block; }
  .page_theme_default .sub_nav_list {
    background: #003473; }
  .page_theme_image .sub_nav_list {
    background: #1573DD; }

.sub_nav_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #fff;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .sub_nav_link:focus, .sub_nav_link:hover {
    color: rgba(255, 255, 255, 0.7); }

/* ==========================================================================
	Utility Navigation Common
============================================================================= */
.utility_nav_sm {
  margin-top: 30px;
  padding-left: 10px; }
  @media screen and (min-width: 980px) {
    .utility_nav_sm {
      display: none; } }

.utility_nav_lg {
  display: none; }
  @media screen and (min-width: 980px) {
    .utility_nav_lg {
      display: block;
      margin-right: 30px; } }

.utility_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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; }

@media screen and (min-width: 980px) {
  .utility_nav_list {
    white-space: nowrap; } }

@media screen and (min-width: 980px) {
  .utility_nav_item {
    display: inline-block;
    vertical-align: top; } }

.utility_nav_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  display: block; }
  @media screen and (max-width: 979px) {
    .utility_nav_link {
      background: #fff;
      -webkit-box-shadow: -10px 10px 0 0 #1573DD;
              box-shadow: -10px 10px 0 0 #1573DD;
      color: #000;
      cursor: pointer;
      font-size: 13px;
      font-size: 0.8125rem;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      line-height: 1.42857;
      margin-bottom: 30px;
      padding: 16px 20px;
      text-transform: uppercase;
      -webkit-transition: background .25s;
      transition: background .25s; } }
  @media screen and (min-width: 980px) {
    .utility_nav_link {
      font-weight: 400;
      font-family: "Unit Offc W01 Medium", sans-serif;
      color: #003473;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      padding: 16px 24px;
      text-transform: uppercase;
      -webkit-transition: background .25s,	 color .25s;
      transition: background .25s,	 color .25s; } }
  @media screen and (min-width: 980px) {
    .utility_nav_link:after {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;
      background: #1573DD;
      content: "";
      pointer-events: none;
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform: scale(0);
              transform: scale(0); } }
  @media screen and (max-width: 979px) {
    .utility_nav_link:focus, .utility_nav_link:hover {
      background: #F5F7F9; } }
  @media screen and (min-width: 980px) {
    .utility_nav_link:focus, .utility_nav_link:hover {
      color: #fff; } }
  @media screen and (min-width: 980px) {
    .utility_nav_link:focus:after, .utility_nav_link:hover:after {
      -webkit-transform: scale(1);
              transform: scale(1); } }

.fs-background-media {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

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

@media print {
  .fs-carousel-item {
    height: auto !important;
    width: 100% !important; } }

/* ==========================================================================
	 Controls
============================================================================= */
@media print {
  .fs-carousel-controls {
    display: none !important; } }

.fs-carousel-control {
  position: relative;
  cursor: default;
  pointer-events: none; }
  .fs-carousel-control.fs-carousel-visible {
    cursor: pointer;
    pointer-events: auto; }

.fs-carousel-control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

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

.fs-carousel-page {
  height: 22px;
  width: 22px;
  position: relative;
  color: transparent;
  display: inline-block;
  overflow: hidden; }
  .fs-carousel-page:before {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .fs-carousel-page:after {
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1573DD;
    border-radius: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s; }
  .fs-carousel-page.fs-carousel-active:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }

/* Pagination Themes
============================================================================= */
/* ==========================================================================
	Dropdowns
============================================================================= */
.fs-dropdown-wrapper {
  position: relative; }

.fs-dropdown-selected {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  background: #003473;
  border: 0;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
  padding: 19px 20px;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .fs-dropdown-selected {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 18px 20px; } }
  .fs-dropdown-selected:after {
    height: 7px;
    width: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAANtJREFUOBGtlM8KQUEUh10i2VhIFrLhSWQpW3aew1bZirdRdrK7eQ42FDsbxnfK6JppGtfMqV9nzp/fN7fb7SYFQinVJaWoIXVg3PFPi2+I5HogUNurXyyeeoZixAZIom+R15GgbSD5iL/5geoDzRY6/Ql/4OtrlpUZDpAs5Y25BTMbEBc5qTv2SybHqmUJ7X+En9lrWxBXg+UOunjgT+ZDF8PZxzTygJdOs28AeOWAp/TLPr9zjrmCDgb8Si2/gbAA0kO3DHwcRsy4gU6QfN/rTDvOEWgtDimA8gJAYCZMqIuFHQAAAABJRU5ErkJggg==") no-repeat 50% 50%/contain;
    content: "";
    -webkit-transform: translate(0, -50%) scaleY(1);
            transform: translate(0, -50%) scaleY(1);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s; }
    @media screen and (min-width: 740px) {
      .fs-dropdown-selected:after {
        right: 30px; } }
  .fs-dropdown-open .fs-dropdown-selected:after {
    -webkit-transform: translate(0, -50%) scaleY(-1);
            transform: translate(0, -50%) scaleY(-1); }

.fs-dropdown-options {
  left: -10px;
  background: #1573DD;
  border: 0;
  padding: 18px 0; }

.fs-dropdown-item {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  background: none;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
  padding: 10px 20px 10px 30px;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .fs-dropdown-item {
      font-size: 13px;
      font-size: 0.8125rem; } }

.fs-checkbox {
  display: block;
  margin-bottom: 10px; }

.fs-checkbox-marker {
  float: none;
  border: 2px solid #003473;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

.fs-checkbox-flag {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #1573DD;
          box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #1573DD;
  -webkit-transition: background .25s, -webkit-box-shadow .25s;
  transition: background .25s, -webkit-box-shadow .25s;
  transition: background .25s, box-shadow .25s;
  transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s; }
  .fs-checkbox-flag:before {
    height: 8px;
    width: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #fff;
    margin: -1px 0 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
            transform: translate(-50%, -50%) rotate(45deg) scale(0); }
    .fs-checkbox-checked .fs-checkbox-flag:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
              transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  .fs-checkbox-checked .fs-checkbox-flag {
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #1573DD;
            box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #1573DD; }
  .fs-checkbox-radio .fs-checkbox-flag {
    height: 8px;
    width: 8px;
    background: #1573DD;
    -webkit-box-shadow: none;
            box-shadow: none; }

.fs-checkbox-label {
  display: inline-block;
  vertical-align: middle; }

/* ==========================================================================
	Lightbox
============================================================================= */
.fs-lightbox-overlay {
  z-index: 400; }

.fs-lightbox {
  z-index: 800;
  background: rgba(0, 0, 0, 0.75);
  outline: 0; }
  .fs-lightbox .fs-lightbox-close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: auto;
    right: -5px;
    bottom: 100%;
    color: #fff;
    margin-bottom: 10px;
    stroke: #fff; }
    @media screen and (min-width: 1220px) {
      .fs-lightbox .fs-lightbox-close {
        top: -5px;
        bottom: auto;
        left: 100%;
        margin-bottom: 0;
        margin-left: 10px; } }
    .fs-lightbox .fs-lightbox-close:before, .fs-lightbox .fs-lightbox-close:after {
      height: 2px;
      width: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #fff;
      content: ""; }
    .fs-lightbox .fs-lightbox-close:before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .fs-lightbox .fs-lightbox-close:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .fs-lightbox .fs-lightbox-video_wrapper {
    margin-right: auto !important;
    margin-left: auto !important; }

.fs-lightbox-tools {
  width: 100% !important;
  background: #333; }

.fs-lightbox-controls {
  width: 100%; }

.fs-lightbox-position {
  margin: 0; }

.fs-lightbox-caption {
  text-align: center; }
  .fs-lightbox-caption .caption {
    margin: 0; }

.fs-lightbox-mobile .fs-lightbox-close {
  top: 20px;
  right: 20px;
  bottom: auto; }

.fs-lightbox-mobile .fs-lightbox-video_wrapper {
  position: absolute;
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.fs-lightbox-mobile .fs-lightbox-content {
  background-color: none; }

.fs-lightbox-mobile .fs-lightbox-tools {
  background-color: none; }

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

.fs-lightbox-mobile .fs-lightbox-position p,
.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #000; }

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
  display: none; }

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  height: auto !important;
  background: #fff;
  color: #000;
  padding: 20px; }

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

/* ==========================================================================
	Pagination
============================================================================= */
.pagination {
  padding-bottom: 40px; }
  @media screen and (min-width: 740px) {
    .pagination {
      padding-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .pagination {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .pagination {
      padding-bottom: 100px; } }
  @media print {
    .pagination {
      display: none; } }

.pagination_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.pagination_arrow {
  height: 50px;
  width: 50px;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 0 #1573DD;
          box-shadow: inset 0 0 0 0 #1573DD;
  color: transparent;
  -webkit-transition: background .25s;
  transition: background .25s; }
  .pagination_arrow:focus:not(.pagination_arrow_disabled), .pagination_arrow:hover:not(.pagination_arrow_disabled) {
    background: #e5eaef; }
    .pagination_arrow:focus:not(.pagination_arrow_disabled):before, .pagination_arrow:hover:not(.pagination_arrow_disabled):before {
      height: 100%; }
  .pagination_arrow:before {
    height: 35px;
    width: 1px;
    position: absolute;
    top: 50%;
    background: rgba(118, 111, 103, 0.25);
    content: "";
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: height .25s;
    transition: height .25s; }
  .pagination_arrow_left:before {
    right: 0; }
  .pagination_arrow_right:before {
    left: 0; }
  .pagination_arrow_disabled .pagination_arrow_icon {
    opacity: .25; }
  .pagination_arrow_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #1573DD;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }

.pagination_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  color: #766F67;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 2px;
  vertical-align: middle;
  -webkit-transition: border .25s, color .25s, -webkit-transform .25s;
  transition: border .25s, color .25s, -webkit-transform .25s;
  transition: border .25s, color .25s, transform .25s;
  transition: border .25s, color .25s, transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 500px) {
    .pagination_link {
      padding: 5px 7px; } }
  .pagination_link:focus, .pagination_link:hover {
    color: #0F0F11; }
  .pagination_link:focus:not(.active), .pagination_link:hover:not(.active) {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }
  .pagination_link.active {
    border-bottom-color: #1573DD;
    color: #0F0F11; }

/* ==========================================================================
	Alert
============================================================================= */
.alert {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: #FFD600;
  display: none;
  padding: 15px 0; }
  @media screen and (min-width: 1220px) {
    .alert {
      padding: 15px 0 28px; } }
  .alert.show_alert {
    display: block; }

.alert_body {
  padding-right: 25px; }
  @media screen and (min-width: 740px) {
    .alert_body {
      padding: 0 30px; } }
  @media screen and (min-width: 1220px) {
    .alert_body {
      padding-right: 0;
      padding-left: 50px; } }

.alert_close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: #003473;
  color: #fff;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-transform-origin: right top;
          transform-origin: right top; }
  @media screen and (min-width: 1220px) {
    .alert_close {
      height: 60px;
      width: 60px; } }
  .alert_close:focus, .alert_close:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.alert_close_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  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_close_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
  @media screen and (min-width: 1220px) {
    .alert_close_icon {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
              transform: translate(-50%, -50%) scale(1.5); } }

.alert_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .alert_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714; } }
  @media screen and (min-width: 980px) {
    .alert_title {
      margin-bottom: 7px; } }

.alert_title_link {
  color: inherit;
  -webkit-transition: color .25s;
  transition: color .25s; }

.alert_title_icon {
  display: none; }
  @media screen and (min-width: 740px) {
    .alert_title_icon {
      position: absolute;
      top: 13px;
      left: -30px;
      color: #003473;
      display: block;
      -webkit-transform-origin: left center;
              transform-origin: left center; } }
  @media screen and (min-width: 1220px) {
    .alert_title_icon {
      left: -50px; } }

.alert_title_label {
  display: inline-block;
  vertical-align: middle; }

.alert_description {
  display: none; }
  @media screen and (min-width: 980px) {
    .alert_description {
      font-weight: 400;
      font-family: "Unit Offc W01 Light", sans-serif;
      display: block;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.625;
      margin-bottom: 3px; } }
  @media screen and (min-width: 1220px) {
    .alert_description {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.8; } }
  .alert_description p {
    margin: 0; }

.alert_link {
  display: inline-block;
  padding: 10px 0; }
  .alert_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .alert_link [class*="icon"] {
        display: none; } }
  .alert_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .alert_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #0F0F11;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .alert_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .alert_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #0F0F11;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .alert_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .alert_link:focus [class*="icon"]:not(svg), .alert_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .alert_link:focus [class*="icon"]:not(svg):before, .alert_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }

/* ==========================================================================
	Component
============================================================================= */
/* ==========================================================================
	Filter
============================================================================= */
@media print {
  .filter {
    display: none; } }

.filter_inner {
  position: relative; }
  @media screen and (min-width: 500px) {
    .filter_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .filter_inner:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 10px;
    left: -10px;
    border-left: 10px solid #1573DD;
    border-bottom: 10px solid #1573DD;
    content: "";
    pointer-events: none; }

/* ==========================================================================
	Filter Search
============================================================================= */
.filter_search_input_wrapper {
  position: relative; }
  @media screen and (min-width: 500px) {
    .filter_search_input_wrapper {
      width: 50%; } }
  @media screen and (min-width: 980px) {
    .filter_search_input_wrapper {
      width: 70%; } }

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

.filter_search_input_field {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  min-height: 50px;
  width: 100%;
  background: #fff;
  border: 0;
  color: #0F0F11;
  padding: 12px 20px; }
  @media screen and (min-width: 740px) {
    .filter_search_input_field {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media screen and (min-width: 740px) {
    .filter_search_input_field {
      min-height: 80px;
      background-position: calc(100% - 30px) 50%;
      padding: 24px 30px; } }
  .filter_search_input_field::-ms-clear {
    margin-right: 60px; }
  .filter_search_input_field::-webkit-search-cancel-button {
    position: relative;
    right: 60px; }

.filter_search_input_submit {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAmCAYAAACh1knUAAAAAXNSR0IArs4c6QAABSdJREFUWAm9V1tsVFUUXftOO5VSaYlJJTqGR7T8CJHY6ZOQmuAjREIMUuBLxfiIP2poadWf+dDWQuuHiRrlRw2JiiHGNEK0JRZbxvQVkRiNaHhXLUWebaGd9h7X7Tw699wz03ZIPcnMPXvttffZ55x99j1XMJtWGloENVINW5VBsBoKRTGzcYi6Dkgff2FYdhu6W36djUudIzrgkkteK4IdeYPYk4DKdelSCSLtUOod9LUcSkUx4eZAtoT8OH29njN/nUY5JsOZMfkGfuxAuPnCzFyup4e0tn4xxiIHGUSZRzdXQOQCLGsbund/P5OpO5Bg7RIo+zsarUprKHKZgV7jdvk5lzv5tFLzZRSWPIaePZ2pOckrUhXKwvBwF52WGg1Eeonv5QwPcYbnE5z1dfkMqQxq4hm628z8yEro4h0RJ6HXoXfPsTikP6dXpGTnW7CnckLjyBBn9DJn9Jmm8IqltffBtj81bqvgZ6wpCuKjFyJeQ8A3BZbXrcKk2sf+dGCOQnCSQaxDT3PaZZ3y4fwNhC+h6NFPEIkspfRAAo92lmDw0hg5Rl/RvY1M1nj22cmDnKyHGMQpzWF6sSM0gWUlz3IWX3uISu3CIzULPTgBC5W77mIQ2w3KF9HVdNaAzwx9WT2JBdnPkXjRRVZYhCvY5sJigoWI2sB+tlspx9HbvN+NzVHqbBzi1r7tsbLBpPY2i1le4YEtvO/BMgHE/zHNxtymqhjOCdUaAzEULl/2EY2XmdjT+C9X5SfNOAcjN1ZqGHNEcIcblHGEG353Y7ckHfdYW5P36phzatz5IVxKEaUTb0G+4bG1WbG05myNuzwrlu0t+30aL3NRWYaXpniKGrdG/amNkoNzffH7hqbKQBR7tcfKkis6xhURb/231XqdmJHsFC+FB922YqMw15M3TrJ2u4mUlHreg2UCXAYrrOc+cwytoVHdnYV8HwsXX9XJTan7EawxFp5kWtq+c72E4qvD0z73IAQstDdd5ap8YVC2oLzec8wMPDNkD3/IbbnHpRS5iQX+fS4sJkRPjCWNPLI3XQSlFiMycRglNctd+ExCKGShuPYDbq/hnSLvobPhb5OL6DF1Xt+BygiNH9ZI+ZzVUwisPcvX9y+azisG61fgxA0uvdrqVcoZFPi24+RRreRHmZIwcGrHqZ52OqlKYMkd52KjrHfhtw8j3HImodoYysU/I0HAfprYVga+IKFL7lhZvC42fZsMJfenA3HQqlAeRq630dlMF+eLzKthHn3HnnmQ7s4aG06klbe8TamqtruCnu4Y5w3rACLjnCFWxFyYHrkEC2I/92RM7Ci2EnvbFP4KHzFRzE6UEpTWvsovuwYaGUq0ydWsMMUV2cS7TqvONgcSZzknRuEVJvEOQnlxOO1TWKmVco69mS+884s/iJ7GE8l+0gcSZ1aFCjA6vIEDVDAvypkfy6m6nfIki+Eg31d/cKZdfLby27efxbCaOlNtinmU35BjleLobn5mRNvsAomz5/IM1jbzY21nShORr5i8m+PJ674CpLTKQLEsWMfV6khpqdQTLJbOB/5Um78VcdxX1BQign5uUyA6nP7PN7FPNqJ7z8H5DcQZt6ymFBP4gbWG38nGdgV+q9hdR4y8WwTPhwcQqBji6Xs8hafbeHEMzH8gzugD4X7cXel8hq4xBiMSmL9k1UdcmPcSj32/DkdldW3+cyR55IqdSxGRHiZvYTLMD/36/2dr4qOe+/Eq8+UAj3URVyfAGjLI/pss+bv/A14WeFTXMi7tAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px 19px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .filter_search_input_submit {
      width: 80px; } }
  .filter_search_input_submit:focus, .filter_search_input_submit:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }

/* ==========================================================================
	Filter Dropdown
============================================================================= */
.filter_options_wrapper {
  position: relative; }
  @media screen and (min-width: 500px) {
    .filter_options_wrapper {
      width: 50%; } }

.filter_options_swap {
  width: 100%;
  position: relative;
  background: #003473;
  color: #fff;
  padding: 16px 50px 16px 20px;
  text-align: left; }
  @media screen and (min-width: 740px) {
    .filter_options_swap {
      padding: 31px 50px 30px 30px; } }

.filter_options_swap_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .filter_options_swap_label {
      font-size: 16px;
      font-size: 1rem; } }

.filter_options_swap_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotateX(0);
          transform: translate(0, -50%) rotateX(0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .filter_options_swap_icon {
      right: 30px; } }
  .fs-swap-active .filter_options_swap_icon {
    -webkit-transform: translate(0, -50%) rotateX(180deg);
            transform: translate(0, -50%) rotateX(180deg); }

.filter_options {
  width: calc(100% - 10px);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  background: #1573DD;
  opacity: 0;
  padding: 18px 0;
  visibility: hidden;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s; }
  .filter_options.fs-swap-active {
    opacity: 1;
    visibility: visible; }

.filter_option {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #fff;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
  padding: 10px 20px 10px 30px;
  text-transform: uppercase;
  -webkit-transition: color .25s;
  transition: color .25s; }
  @media screen and (min-width: 740px) {
    .filter_option {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .filter_option:focus, .filter_option:hover {
    color: rgba(255, 255, 255, 0.6); }

.news_item_details_block {
  margin-top: 20px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); }
  @media screen and (min-width: 1220px) {
    .news_item_details_block {
      margin-top: 28px; } }
  @media screen and (min-width: 1220px) {
    .page_theme_image .news_item_details_block {
      margin-bottom: -54px; } }

.news_item_details_inner {
  background: #F5F7F9;
  padding: 14px 20px; }
  @media print {
    .news_item_details_inner {
      padding: 0; } }
  @media screen and (min-width: 500px) {
    .news_item_details_inner {
      padding: 14px 30px; } }
  .news_item_details_inner .news_item_details {
    margin-bottom: 0; }

/* ==========================================================================
	Spotlight
============================================================================= */
.spotlight {
  position: relative;
  background: #1573DD;
  overflow: hidden; }
  @media print {
    .spotlight {
      display: none; } }
  @media screen and (min-width: 980px) and (min-height: 600px) {
    .spotlight {
      height: calc(100vh - 82px); } }
  @media screen and (min-width: 980px) {
    .spotlight:before, .spotlight:after {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      content: "";
      -webkit-transition: opacity .25s;
      transition: opacity .25s; } }
  @media screen and (min-width: 980px) {
    .spotlight:before {
      background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 17, 0.5)), color-stop(75%, rgba(15, 15, 17, 0)));
      background: linear-gradient(to right, rgba(15, 15, 17, 0.5), rgba(15, 15, 17, 0) 75%); } }
  @media screen and (min-width: 980px) {
    .spotlight:after {
      background: rgba(15, 15, 17, 0.6);
      opacity: 0; } }
  @media screen and (min-width: 980px) {
    .spotlight.interested:before {
      opacity: 0; } }
  @media screen and (min-width: 980px) {
    .spotlight.interested:after {
      opacity: 1; } }

/* ==========================================================================
	Spotlight Heading
============================================================================= */
.spotlight_body {
  position: relative;
  padding-bottom: 66%; }
  @media screen and (min-width: 500px) {
    .spotlight_body {
      padding-bottom: 56%; } }
  @media screen and (min-width: 740px) {
    .spotlight_body {
      padding-bottom: 43%; } }
  @media screen and (min-width: 980px) {
    .spotlight_body {
      position: static; } }
  @media screen and (min-width: 980px) and (min-height: 600px) {
    .spotlight_body {
      paddiing-bottom: 0; } }

.spotlight_body_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 980px) {
    .spotlight_body_background_sm {
      display: none; } }
  .spotlight_body_background_lg {
    display: none; }
    @media screen and (min-width: 980px) {
      .spotlight_body_background_lg {
        display: block; } }
  .spotlight_body_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(15, 15, 17, 0.6);
    content: ""; }
    @media screen and (min-width: 980px) {
      .spotlight_body_background:before {
        display: none; } }
  .hide .spotlight_body_background {
    display: none; }

.spotlight_body_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media screen and (min-width: 980px) {
    .spotlight_body_inner {
      top: 0;
      padding-top: 45px;
      -webkit-transform: none;
              transform: none; } }

.spotlight_video_trigger {
  display: none; }
  @media screen and (min-width: 980px) {
    .spotlight_video_trigger {
      color: #fff;
      display: inline-block;
      margin-bottom: 36px; } }

.spotlight_video_icons {
  height: 40px;
  width: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle; }

.spotlight_video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .25s, -webkit-clip-path .15s;
  transition: opacity .25s, -webkit-clip-path .15s;
  transition: clip-path .15s, opacity .25s;
  transition: clip-path .15s, opacity .25s, -webkit-clip-path .15s; }

.spotlight_video_icon_pause {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%); }
  .paused .spotlight_video_icon_pause {
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 50%, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 100% 50%, 100% 50%, 0 100%);
    opacity: 0; }

.spotlight_video_icon_play {
  opacity: 0; }
  .paused .spotlight_video_icon_play {
    opacity: 1; }

.spotlight_video_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.7px;
  letter-spacing: 0.10625rem;
  opacity: 0;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transform: translate(-7px, 0);
          transform: translate(-7px, 0);
  -webkit-transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, transform .25s;
  transition: opacity .25s, transform .25s, -webkit-transform .25s; }
  .spotlight_video_trigger:focus .spotlight_video_label,
  .spotlight_video_trigger:hover .spotlight_video_label {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.spotlight_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin: 0; }
  @media screen and (min-width: 500px) {
    .spotlight_title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.22222; } }
  @media screen and (min-width: 740px) {
    .spotlight_title {
      max-width: 80%;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1220px) and (min-height: 740px) {
    .spotlight_title {
      font-size: 80px;
      font-size: 5rem;
      line-height: 1.125; } }

/* ==========================================================================
	Spotlight Items
============================================================================= */
.spotlight_items {
  position: relative;
  z-index: 8; }
  .spotlight_items .theme_navy .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #003473;
            box-shadow: -6px 6px 0 0 #003473; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_navy .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #003473;
                box-shadow: -10px 10px 0 0 #003473; } }
  .spotlight_items .theme_yellow .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #FFD600;
            box-shadow: -6px 6px 0 0 #FFD600; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_yellow .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #FFD600;
                box-shadow: -10px 10px 0 0 #FFD600; } }
  .spotlight_items .theme_blue .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #1573DD;
            box-shadow: -6px 6px 0 0 #1573DD; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_blue .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #1573DD;
                box-shadow: -10px 10px 0 0 #1573DD; } }
  .spotlight_items .theme_frog .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #43FD71;
            box-shadow: -6px 6px 0 0 #43FD71; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_frog .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #43FD71;
                box-shadow: -10px 10px 0 0 #43FD71; } }
  .spotlight_items .theme_leaf .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #CAFF00;
            box-shadow: -6px 6px 0 0 #CAFF00; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_leaf .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #CAFF00;
                box-shadow: -10px 10px 0 0 #CAFF00; } }
  .spotlight_items .theme_bee .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #FFE300;
            box-shadow: -6px 6px 0 0 #FFE300; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_bee .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #FFE300;
                box-shadow: -10px 10px 0 0 #FFE300; } }
  .spotlight_items .theme_sea .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #2AC6CA;
            box-shadow: -6px 6px 0 0 #2AC6CA; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_sea .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #2AC6CA;
                box-shadow: -10px 10px 0 0 #2AC6CA; } }
  .spotlight_items .theme_forest .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #35C85A;
            box-shadow: -6px 6px 0 0 #35C85A; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_forest .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #35C85A;
                box-shadow: -10px 10px 0 0 #35C85A; } }
  .spotlight_items .theme_mute .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #33545C;
            box-shadow: -6px 6px 0 0 #33545C; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_mute .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #33545C;
                box-shadow: -10px 10px 0 0 #33545C; } }
  .spotlight_items .theme_toad .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #4F775F;
            box-shadow: -6px 6px 0 0 #4F775F; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_toad .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #4F775F;
                box-shadow: -10px 10px 0 0 #4F775F; } }
  .spotlight_items .theme_fog .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #844D5A;
            box-shadow: -6px 6px 0 0 #844D5A; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_fog .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #844D5A;
                box-shadow: -10px 10px 0 0 #844D5A; } }
  .spotlight_items .theme_plum .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #44164E;
            box-shadow: -6px 6px 0 0 #44164E; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_plum .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #44164E;
                box-shadow: -10px 10px 0 0 #44164E; } }
  .spotlight_items .theme_jazz .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #AD2880;
            box-shadow: -6px 6px 0 0 #AD2880; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_jazz .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #AD2880;
                box-shadow: -10px 10px 0 0 #AD2880; } }
  .spotlight_items .theme_fire .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #F8485E;
            box-shadow: -6px 6px 0 0 #F8485E; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_fire .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #F8485E;
                box-shadow: -10px 10px 0 0 #F8485E; } }
  .spotlight_items .theme_orange .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #FF7E54;
            box-shadow: -6px 6px 0 0 #FF7E54; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_orange .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #FF7E54;
                box-shadow: -10px 10px 0 0 #FF7E54; } }
  .spotlight_items .theme_dark .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #0F0F11;
            box-shadow: -6px 6px 0 0 #0F0F11; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_dark .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #0F0F11;
                box-shadow: -10px 10px 0 0 #0F0F11; } }
  .spotlight_items .theme_mist .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #766F67;
            box-shadow: -6px 6px 0 0 #766F67; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_mist .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #766F67;
                box-shadow: -10px 10px 0 0 #766F67; } }
  .spotlight_items .theme_beige .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #EAE5DF;
            box-shadow: -6px 6px 0 0 #EAE5DF; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_beige .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #EAE5DF;
                box-shadow: -10px 10px 0 0 #EAE5DF; } }
  .spotlight_items .theme_gray .spotlight_item_trigger {
    -webkit-box-shadow: -6px 6px 0 0 #F5F7F9;
            box-shadow: -6px 6px 0 0 #F5F7F9; }
    @media screen and (min-width: 980px) {
      .spotlight_items .theme_gray .spotlight_item_trigger {
        -webkit-box-shadow: -10px 10px 0 0 #F5F7F9;
                box-shadow: -10px 10px 0 0 #F5F7F9; } }
  @media screen and (min-width: 500px) {
    .spotlight_items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 980px) {
    .spotlight_items {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.5); } }
  .spotlight_items_clone {
    display: none; }
    @media screen and (min-width: 980px) {
      .spotlight_items_clone {
        width: calc(100% - 62px);
        top: 0;
        bottom: auto;
        z-index: 300;
        border-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        pointer-events: auto;
        -webkit-transform: translate(0, -100%);
                transform: translate(0, -100%);
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s; } }
  @media screen and (min-width: 980px) {
    .spotlight-lock .spotlight_items {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }

.spotlight_item {
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center; }
  @media screen and (min-width: 500px) {
    .spotlight_item {
      width: 50%; } }
  @media screen and (min-width: 980px) {
    .spotlight_item {
      width: 25%; } }
  .spotlight_item:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    -webkit-transition: opacity .25s;
    transition: opacity .25s; }
  .spotlight_item:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
    pointer-events: none; }
    @media screen and (min-width: 980px) {
      .spotlight_item:after {
        border-top: 0; } }
  .spotlight_item:focus:before, .spotlight_item:hover:before {
    opacity: .5; }
  .spotlight_item.fs-swap-active {
    pointer-events: none; }
    .spotlight_item.fs-swap-active:before {
      opacity: 0; }
  @media screen and (min-width: 980px) {
    .spotlight_item:last-child:after {
      border-right: 0; } }
  .spotlight_items_original .spotlight_item {
    padding: 0 6px; }
    @media screen and (min-width: 980px) {
      .spotlight_items_original .spotlight_item {
        padding: 10px; } }
    .spotlight_items_original .spotlight_item:before {
      background: rgba(15, 15, 17, 0.6); }
  .spotlight_items_clone .spotlight_item:before {
    background: rgba(15, 15, 17, 0.85); }

.spotlight_item_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 980px) {
    .spotlight_item_background {
      opacity: 0;
      -webkit-transform: scale(0.925);
              transform: scale(0.925);
      -webkit-transition: opacity .25s, -webkit-transform .25s;
      transition: opacity .25s, -webkit-transform .25s;
      transition: transform .25s, opacity .25s;
      transition: transform .25s, opacity .25s, -webkit-transform .25s; } }
  @media screen and (min-width: 980px) {
    .spotlight_item:focus .spotlight_item_background,
    .spotlight_item:hover .spotlight_item_background {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  @media screen and (min-width: 980px) {
    .spotlight_items_clone .spotlight_item_background {
      opacity: 1;
      -webkit-transform: none;
              transform: none; } }

.spotlight_item_inner {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 15% 20px; }
  @media screen and (min-width: 980px) {
    .spotlight_item_inner {
      padding: 34px 20px; } }
  @media screen and (min-width: 1220px) and (min-height: 740px) {
    .spotlight_item_inner {
      padding: 54px 20px; } }
  .spotlight_items_clone .spotlight_item_inner {
    padding: 21px 20px 15px; }

.spotlight_item_trigger {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 4;
  background: #fff;
  color: #0F0F11; }
  @media screen and (min-width: 980px) {
    .spotlight_item_trigger {
      height: 40px;
      width: 40px;
      top: -20px;
      right: -10px;
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s; } }
  @media screen and (min-width: 1220px) {
    .spotlight_item_trigger {
      height: 50px;
      width: 50px; } }

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

.spotlight_item_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  margin-bottom: 5px;
  padding: 4px 5px;
  text-transform: uppercase;
  -webkit-transition: background .25s, color .25s;
  transition: background .25s, color .25s; }
  .spotlight_items_original .spotlight_item_label {
    background: #003473; }
    @media screen and (min-width: 1360px) {
      .spotlight_items_original .spotlight_item_label {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2px;
        letter-spacing: 0.125rem;
        padding: 7px 13px; } }
  .spotlight_items_clone .spotlight_item_label:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: #003473;
    content: "";
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s; }
  .spotlight_item:focus .spotlight_item_label:before,
  .spotlight_item:hover .spotlight_item_label:before {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .fs-swap-active .spotlight_item_label:before {
    -webkit-transform: scale(1);
            transform: scale(1); }

.spotlight_item_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin: 0; }
  @media screen and (min-width: 980px) {
    .spotlight_item_title {
      overflow: hidden;
      -webkit-transition: height .125s .5s, opacity .125s .5s;
      transition: height .125s .5s, opacity .125s .5s; } }
  @media screen and (min-width: 1360px) {
    .spotlight_item_title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.41667; } }

/* ==========================================================================
	Spotlight Takeover Filters
============================================================================= */
.spotlight_takeover_mini_filter {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 4;
  background: #fff;
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_mini_filter {
      display: none; } }
  .spotlight_takeover_mini_filter:before {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: #F5F7F9;
    content: ""; }
  .spotlight-active-1 .spotlight_takeover_mini_filter {
    opacity: 1;
    visibility: visible; }

.spotlight_takeover_mini_filter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.spotlight_takeover_mini_input_wrapper {
  width: 50%; }

.spotlight_takeover_mini_input_field {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  width: 100%;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAmCAYAAACh1knUAAAAAXNSR0IArs4c6QAABVNJREFUWAm1V1tsG0UU3VnHz5R6bcd1iFKaPmg/QguIVmn6UQWVSFVFW1UlJb+0qB/9AQSUiv6ED14S8MfrAwlQJaBCAhQ1SBRCCghBiwVEAsRDAYScxo3r3Q2RH/FjOON4rd27a9dx8EjOzD1zX3vvnTsTJjUxwuHw2lJJOsaYtJtzaQdjfKsQw3oJ07+SxL7D3teyLF1Mp9M/N6HSxsJsiAno6uraWiyWzsLQfZzzgGmrwZJ9Ksv8JVVVP27AZNtydKS/v9+TSFw9A+NPQsJrk2oCQIQueL2e48lk8loT7JLNkWDwlpAkLU4g8LubUdCYh11jTB7VtNTnjfkQczNDNBrtLhSKnyD32824w1rFFy9A3IOoxbAvO/BUIMZYhjHXflWd/7Iej8BrCoaGhjqWlkof1neCXYHhky4XW6/raljT1D5NS/egQMPA9mPvPegrUmOitjgvXVCU6B10z0zXIhIMhp7GhqgJOuZh7CEU3zt0g9KI6K34mLed0ooI/rh586Zd8Xi8QOUE7RJ/QqHQdkTiHJY1xwSOMSNJnr3IccOwLrNKUiaTSQ8ODryF+twAjEagW9P0fC6XddRVSQ2ceAyCtTRVFauIxN26nvzTMNTMPDU1VRwe3ncCEfiI8iNNp2OxWCfFBc3QK3oKhdJfWLsFYAzk/X40p/MGvdK5u7s7ms3mRXPrssqyB3U9/YYVQxQKhfIBgBYn8DXTq3FCGJmbm5vHiXmOGoTuBygmaBkbe+gGsFco1grd2el/E3J5syzSs1OcUDMm1jLqw9a4ZFm+RBlboROJxHVk/3si652ent5GsEqBRgi4lEqlfiXYashpKlwusy0Uw0nhpD5YHrnllLFVGmnOUlnoL1NM1Ijl2CKHnpGRkUp/ocyt0Jwz26UJP2xNDTXC/iAGvJOTk5X3BsFbIhHcHQ6CGsVERH6gIB5B91CsFVo0L0T4LiJb9vl8troRp+ZbwgiSn7RjK0fy+eIJSFlSIz58dnY2Q7XhpPLz4qo2b+ArblOUsGPjMfM1WovnJT5IXB2WgQ9/1wJUCRm3qo61uMItA868iNvUdswsTA0IpPd16FhvZWE5t9t1zootU5UTg81n0XhyhCGER9JnwWBsI8EbkmNjY3IwGHkV0RiljEjLy+hRVykuaGaAeI+cxvp5gzZmCGv4nWrmPQKnN0lS4TU4MWzIGzN0/I3f7dUMGHBtrvWLQ4cOfjMzM7MXO3213eWFD3k96vf7j/h8gSWfT0nncosinZXR09MTcLm8e3ASxtAfcEfxbcaeecZtPgonfjJj5nUtIgJETazBC+silNnuH7MQ1il83SJmBidFHViaIuGtkOAfV9X04Xpd2+KIkFCUPkWSFt5Hoe1zUrgaDE6M4Z37lJMOmyOCCU6wUCjyCOZnQFr6gJOSFWBcll2HVTU1TmUcHTGYxIlhrPAw6ONwao2BN5qRAnRqtqUeP6Ky0NEh78Lp+c2sp6EjBqNIF2P6AdSDeEQNYt6I+Sb8SjCchOHfsf6Kc3lc11NxNLNjpRK39SbwVAf7xe2WB+AM/m9eHk05YjCvZEZnfgFRebSeDCLzgapeP4q58uS4YbXXU3QjHC/5JxCtqXp8cPJIKNR11thvW0SEAdy+6/L5QhxGew2DZC7jX5aD6C8TbXVEGI1EIgPFYvkLLD3EiQqJqGkej3tnrbM6Mf0fWDabTQQC/nkU+L119PnKZd7bdkeE8VwuF/f7A+Lf0DudnEHB9ratWKlBRVl7Csc8TvEqvdD2GjEbVpSbN3Cev4zevc6MY32G0O0nRbcOBsMT6DMZ/P7B8+NxYfU/GCzAG0okaM4AAAAASUVORK5CYII=") no-repeat calc(100% - 20px) 50%/12px 13px;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  padding: 12px 20px; }
  .spotlight_takeover_mini_input_field::-ms-clear {
    marign-right: 30px; }
  .spotlight_takeover_mini_input_field::-webkit-search-cancel-button {
    position: relative;
    right: 30px; }

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

.spotlight_takeover_mini_select {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  line-height: 1.66667;
  text-transform: uppercase;
  width: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F5F7F9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAXJJREFUOBGtks9KAlEUxs+5OiZCuOgNWipCONdx9EUKK2vlK9QmggiiVfUAvUAtIwgigmiVSlR3dtUmoiIKahWZTucII7e8Zjmdzfn3fb+53DsIFJlqdbT54Z+ADyPch4w3AFEWDGk1hEAfkiGBgT2OCMk22CvalyDEQrAJkwm6p1x7sw1mkMrbq4i4HwYKgHexoWiZOH4HzA1ifJq+eD8QHLGFAidPs9lH9nfA3Cg38xCJRKeARNz/Jehgy54rDwPPFzAPz53sAQKsBIJf5qNU3l7StV1gXqZcuUgnONaFPWuEJwtipW3Epq4xglmEEb9E9/2si7tqfiQhZs6KY7ffd0Ywi5Tj3FCa5bpX0JWtqbzcNe17glnsFZwdeul1kxEBq3EL5007nv0IbpuGE3N033UdQP2LsGCiLmVDn+t1X7CXTr+jheOA8BoYEUTlIpe7DnpT7gtmk5LyioQV/r8JuqEK9pYJNvDMrtUSA5v/y/gJC3ZNhR98gPcAAAAASUVORK5CYII=") no-repeat calc(100% - 20px) 50%/9px 7px;
  border: 0;
  border-radius: 0;
  color: #0F0F11;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .6px;
  letter-spacing: 0.0375rem;
  padding: 12px 20px; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_mini_select {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }

/* ==========================================================================
	Spotlight Takeover
============================================================================= */
.spotlight_takeover_items {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  overflow: hidden;
  pointer-events: none; }
  .spotlight_takeover_items:before {
    height: calc(100% - 60px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    @media screen and (min-width: 740px) {
      .spotlight_takeover_items:before {
        height: calc(100% - 82px);
        background: -webkit-gradient(linear, left top, right top, from(#003473), color-stop(45%, #003473), color-stop(45%, #fff), to(#fff));
        background: linear-gradient(to right, #003473, #003473 45%, #fff 45%, #fff 100%); } }
    @media screen and (min-width: 980px) {
      .spotlight_takeover_items:before {
        height: calc(100% - 62px); } }
    @media screen and (min-width: 1220px) {
      .spotlight_takeover_items:before {
        background: -webkit-gradient(linear, left top, right top, from(#003473), color-stop(50%, #003473), color-stop(50%, #fff), to(#fff));
        background: linear-gradient(to right, #003473, #003473 50%, #fff 50%, #fff 100%); } }
    .spotlight-lock .spotlight_takeover_items:before {
      opacity: 1; }
  .hide .spotlight_takeover_items {
    display: none; }

.spotlight_takeover_item {
  height: calc(100% - 60px);
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0; }
  .spotlight_takeover_item.theme_navy.done .spotlight_takeover_item_close {
    background: #003473; }
  .spotlight_takeover_item.theme_navy.done .spotlight_takeover_content_next:before {
    background: #003473; }
  .spotlight_takeover_item.theme_navy.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_navy .spotlight_takeover_intro_link:before {
    background: #003473; }
  .spotlight_takeover_item.theme_navy .spotlight_takeover_content_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_navy .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_yellow.done .spotlight_takeover_item_close {
    background: #FFD600; }
  .spotlight_takeover_item.theme_yellow.done .spotlight_takeover_content_next:before {
    background: #FFD600; }
  .spotlight_takeover_item.theme_yellow.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_yellow .spotlight_takeover_intro_link:before {
    background: #FFD600; }
  .spotlight_takeover_item.theme_yellow .spotlight_takeover_content_progress {
    background: #FFD600; }
  .spotlight_takeover_item.theme_yellow .spotlight_takeover_content_next_progress {
    background: #FFD600; }
  .spotlight_takeover_item.theme_blue.done .spotlight_takeover_item_close {
    background: #1573DD; }
  .spotlight_takeover_item.theme_blue.done .spotlight_takeover_content_next:before {
    background: #1573DD; }
  .spotlight_takeover_item.theme_blue.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_blue .spotlight_takeover_intro_link:before {
    background: #1573DD; }
  .spotlight_takeover_item.theme_blue .spotlight_takeover_content_progress {
    background: #1573DD; }
  .spotlight_takeover_item.theme_blue .spotlight_takeover_content_next_progress {
    background: #1573DD; }
  .spotlight_takeover_item.theme_frog.done .spotlight_takeover_item_close {
    background: #43FD71; }
  .spotlight_takeover_item.theme_frog.done .spotlight_takeover_content_next:before {
    background: #43FD71; }
  .spotlight_takeover_item.theme_frog.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_frog .spotlight_takeover_intro_link:before {
    background: #43FD71; }
  .spotlight_takeover_item.theme_frog .spotlight_takeover_content_progress {
    background: #43FD71; }
  .spotlight_takeover_item.theme_frog .spotlight_takeover_content_next_progress {
    background: #43FD71; }
  .spotlight_takeover_item.theme_leaf.done .spotlight_takeover_item_close {
    background: #CAFF00; }
  .spotlight_takeover_item.theme_leaf.done .spotlight_takeover_content_next:before {
    background: #CAFF00; }
  .spotlight_takeover_item.theme_leaf.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_leaf .spotlight_takeover_intro_link:before {
    background: #CAFF00; }
  .spotlight_takeover_item.theme_leaf .spotlight_takeover_content_progress {
    background: #CAFF00; }
  .spotlight_takeover_item.theme_leaf .spotlight_takeover_content_next_progress {
    background: #CAFF00; }
  .spotlight_takeover_item.theme_bee.done .spotlight_takeover_item_close {
    background: #FFE300; }
  .spotlight_takeover_item.theme_bee.done .spotlight_takeover_content_next:before {
    background: #FFE300; }
  .spotlight_takeover_item.theme_bee.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_bee .spotlight_takeover_intro_link:before {
    background: #FFE300; }
  .spotlight_takeover_item.theme_bee .spotlight_takeover_content_progress {
    background: #FFE300; }
  .spotlight_takeover_item.theme_bee .spotlight_takeover_content_next_progress {
    background: #FFE300; }
  .spotlight_takeover_item.theme_sea.done .spotlight_takeover_item_close {
    background: #2AC6CA; }
  .spotlight_takeover_item.theme_sea.done .spotlight_takeover_content_next:before {
    background: #2AC6CA; }
  .spotlight_takeover_item.theme_sea.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_sea .spotlight_takeover_intro_link:before {
    background: #2AC6CA; }
  .spotlight_takeover_item.theme_sea .spotlight_takeover_content_progress {
    background: #2AC6CA; }
  .spotlight_takeover_item.theme_sea .spotlight_takeover_content_next_progress {
    background: #2AC6CA; }
  .spotlight_takeover_item.theme_forest.done .spotlight_takeover_item_close {
    background: #35C85A; }
  .spotlight_takeover_item.theme_forest.done .spotlight_takeover_content_next:before {
    background: #35C85A; }
  .spotlight_takeover_item.theme_forest.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_forest .spotlight_takeover_intro_link:before {
    background: #35C85A; }
  .spotlight_takeover_item.theme_forest .spotlight_takeover_content_progress {
    background: #35C85A; }
  .spotlight_takeover_item.theme_forest .spotlight_takeover_content_next_progress {
    background: #35C85A; }
  .spotlight_takeover_item.theme_mute.done .spotlight_takeover_item_close {
    background: #33545C; }
  .spotlight_takeover_item.theme_mute.done .spotlight_takeover_content_next:before {
    background: #33545C; }
  .spotlight_takeover_item.theme_mute.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_mute .spotlight_takeover_intro_link:before {
    background: #33545C; }
  .spotlight_takeover_item.theme_mute .spotlight_takeover_content_progress {
    background: #33545C; }
  .spotlight_takeover_item.theme_mute .spotlight_takeover_content_next_progress {
    background: #33545C; }
  .spotlight_takeover_item.theme_toad.done .spotlight_takeover_item_close {
    background: #4F775F; }
  .spotlight_takeover_item.theme_toad.done .spotlight_takeover_content_next:before {
    background: #4F775F; }
  .spotlight_takeover_item.theme_toad.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_toad .spotlight_takeover_intro_link:before {
    background: #4F775F; }
  .spotlight_takeover_item.theme_toad .spotlight_takeover_content_progress {
    background: #4F775F; }
  .spotlight_takeover_item.theme_toad .spotlight_takeover_content_next_progress {
    background: #4F775F; }
  .spotlight_takeover_item.theme_fog.done .spotlight_takeover_item_close {
    background: #844D5A; }
  .spotlight_takeover_item.theme_fog.done .spotlight_takeover_content_next:before {
    background: #844D5A; }
  .spotlight_takeover_item.theme_fog.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_fog .spotlight_takeover_intro_link:before {
    background: #844D5A; }
  .spotlight_takeover_item.theme_fog .spotlight_takeover_content_progress {
    background: #844D5A; }
  .spotlight_takeover_item.theme_fog .spotlight_takeover_content_next_progress {
    background: #844D5A; }
  .spotlight_takeover_item.theme_plum.done .spotlight_takeover_item_close {
    background: #44164E; }
  .spotlight_takeover_item.theme_plum.done .spotlight_takeover_content_next:before {
    background: #44164E; }
  .spotlight_takeover_item.theme_plum.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_plum .spotlight_takeover_intro_link:before {
    background: #44164E; }
  .spotlight_takeover_item.theme_plum .spotlight_takeover_content_progress {
    background: #44164E; }
  .spotlight_takeover_item.theme_plum .spotlight_takeover_content_next_progress {
    background: #44164E; }
  .spotlight_takeover_item.theme_jazz.done .spotlight_takeover_item_close {
    background: #AD2880; }
  .spotlight_takeover_item.theme_jazz.done .spotlight_takeover_content_next:before {
    background: #AD2880; }
  .spotlight_takeover_item.theme_jazz.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_jazz .spotlight_takeover_intro_link:before {
    background: #AD2880; }
  .spotlight_takeover_item.theme_jazz .spotlight_takeover_content_progress {
    background: #AD2880; }
  .spotlight_takeover_item.theme_jazz .spotlight_takeover_content_next_progress {
    background: #AD2880; }
  .spotlight_takeover_item.theme_fire.done .spotlight_takeover_item_close {
    background: #F8485E; }
  .spotlight_takeover_item.theme_fire.done .spotlight_takeover_content_next:before {
    background: #F8485E; }
  .spotlight_takeover_item.theme_fire.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_fire .spotlight_takeover_intro_link:before {
    background: #F8485E; }
  .spotlight_takeover_item.theme_fire .spotlight_takeover_content_progress {
    background: #F8485E; }
  .spotlight_takeover_item.theme_fire .spotlight_takeover_content_next_progress {
    background: #F8485E; }
  .spotlight_takeover_item.theme_orange.done .spotlight_takeover_item_close {
    background: #FF7E54; }
  .spotlight_takeover_item.theme_orange.done .spotlight_takeover_content_next:before {
    background: #FF7E54; }
  .spotlight_takeover_item.theme_orange.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_orange .spotlight_takeover_intro_link:before {
    background: #FF7E54; }
  .spotlight_takeover_item.theme_orange .spotlight_takeover_content_progress {
    background: #FF7E54; }
  .spotlight_takeover_item.theme_orange .spotlight_takeover_content_next_progress {
    background: #FF7E54; }
  .spotlight_takeover_item.theme_dark.done .spotlight_takeover_item_close {
    background: #0F0F11; }
  .spotlight_takeover_item.theme_dark.done .spotlight_takeover_content_next:before {
    background: #0F0F11; }
  .spotlight_takeover_item.theme_dark.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_dark .spotlight_takeover_intro_link:before {
    background: #0F0F11; }
  .spotlight_takeover_item.theme_dark .spotlight_takeover_content_progress {
    background: #0F0F11; }
  .spotlight_takeover_item.theme_dark .spotlight_takeover_content_next_progress {
    background: #0F0F11; }
  .spotlight_takeover_item.theme_mist.done .spotlight_takeover_item_close {
    background: #766F67; }
  .spotlight_takeover_item.theme_mist.done .spotlight_takeover_content_next:before {
    background: #766F67; }
  .spotlight_takeover_item.theme_mist.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_mist .spotlight_takeover_intro_link:before {
    background: #766F67; }
  .spotlight_takeover_item.theme_mist .spotlight_takeover_content_progress {
    background: #766F67; }
  .spotlight_takeover_item.theme_mist .spotlight_takeover_content_next_progress {
    background: #766F67; }
  .spotlight_takeover_item.theme_beige.done .spotlight_takeover_item_close {
    background: #EAE5DF; }
  .spotlight_takeover_item.theme_beige.done .spotlight_takeover_content_next:before {
    background: #EAE5DF; }
  .spotlight_takeover_item.theme_beige.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_beige .spotlight_takeover_intro_link:before {
    background: #EAE5DF; }
  .spotlight_takeover_item.theme_beige .spotlight_takeover_content_progress {
    background: #EAE5DF; }
  .spotlight_takeover_item.theme_beige .spotlight_takeover_content_next_progress {
    background: #EAE5DF; }
  .spotlight_takeover_item.theme_gray.done .spotlight_takeover_item_close {
    background: #F5F7F9; }
  .spotlight_takeover_item.theme_gray.done .spotlight_takeover_content_next:before {
    background: #F5F7F9; }
  .spotlight_takeover_item.theme_gray.done .spotlight_takeover_content_next_progress {
    background: #003473; }
  .spotlight_takeover_item.theme_gray .spotlight_takeover_intro_link:before {
    background: #F5F7F9; }
  .spotlight_takeover_item.theme_gray .spotlight_takeover_content_progress {
    background: #F5F7F9; }
  .spotlight_takeover_item.theme_gray .spotlight_takeover_content_next_progress {
    background: #F5F7F9; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_item {
      height: calc(100% - 82px);
      top: 82px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_item {
      height: calc(100% - 62px);
      top: 62px; } }
  @media screen and (max-width: 739px) {
    .spotlight_takeover_item_1 {
      height: calc(100% - 90px);
      margin-top: 50px; } }
  .spotlight_takeover_item.fs-swap-active {
    z-index: 200;
    pointer-events: auto; }

.spotlight_takeover_item_close {
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #003473;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background .25s, opacity .25s, visibility .25s;
  transition: background .25s, opacity .25s, visibility .25s; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_item_close {
      height: 82px;
      width: 82px; } }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_item_close {
      height: 62px;
      width: 62px; } }
  .spotlight_takeover_item_close:focus, .spotlight_takeover_item_close:hover {
    background: #1573DD; }
  .fs-swap-active .spotlight_takeover_item_close {
    opacity: 1;
    visibility: visible; }
  .done .spotlight_takeover_item_close {
    color: #000; }
  @media screen and (max-width: 739px) {
    .spotlight_takeover_item_1 .spotlight_takeover_item_close {
      margin-bottom: 50px; } }

.spotlight_takeover_item_close_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_item_close_icon {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
              transform: translate(-50%, -50%) scale(1.5); } }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_item_close_icon {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_item_close_icon {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
              transform: translate(-50%, -50%) scale(1.5); } }

.spotlight_takeover_intro_original {
  display: none; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_intro_original {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      height: 100%;
      width: 45%;
      position: relative;
      background: #003473;
      display: block;
      opacity: 0;
      -webkit-transition: opacity .25s;
      transition: opacity .25s; } }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_intro_original {
      width: 50%; } }

.spotlight_takeover_intro_clone {
  position: relative; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_intro_clone {
      display: none; } }

@media screen and (min-width: 740px) {
  .fs-swap-active .spotlight_takeover_intro {
    opacity: 1; } }

@media screen and (max-width: 739px) {
  .spotlight_takeover_item_1 .spotlight_takeover_intro {
    display: none; } }

.spotlight_takeover_intro_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 739px) {
    .spotlight_takeover_intro_background {
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; } }
  .spotlight_takeover_intro_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: ""; }
    .spotlight_takeover_intro_original .spotlight_takeover_intro_background:before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%); }
    .spotlight_takeover_intro_clone .spotlight_takeover_intro_background:before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.25)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25) 100%); }
  @media screen and (max-width: 739px) {
    .fs-swap-active .spotlight_takeover_intro_background {
      opacity: 1; } }

.spotlight_takeover_intro_header {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  z-index: 4;
  color: #fff;
  padding-bottom: 80px; }
  @media screen and (min-width: 500px) {
    .spotlight_takeover_intro_header {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_intro_header {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_intro_header {
      padding-top: 80px;
      padding-right: 60px;
      padding-left: 60px; } }
  .spotlight_takeover_intro_original .spotlight_takeover_intro_header {
    position: absolute;
    top: 0;
    left: 0; }
  .spotlight_takeover_intro_clone .spotlight_takeover_intro_header {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
  @media screen and (max-width: 739px) {
    .fs-swap-active .spotlight_takeover_intro_header {
      opacity: 1; } }

.spotlight_takeover_intro_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  background: #003473;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  margin: 0 0 5px;
  padding: 4px 5px;
  text-transform: uppercase;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  @media screen and (min-width: 1360px) {
    .spotlight_takeover_intro_label {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      padding: 7px 13px; } }
  .spotlight_takeover_item_1 .spotlight_takeover_intro_label {
    background: #2AC6CA;
    color: #000; }
  .fs-swap-active .spotlight_takeover_intro_label {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.spotlight_takeover_intro_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_intro_title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.38462; } }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_intro_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }
  .fs-swap-active .spotlight_takeover_intro_title {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

/* ==========================================================================
	Spotlight Intro Body
============================================================================= */
.spotlight_takeover_intro_body {
  padding: 40px 0; }

.spotlight_takeover_input_wrapper {
  margin-bottom: 20px;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_input_wrapper {
      margin-bottom: 40px; } }
  .fs-swap-active .spotlight_takeover_input_wrapper {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.spotlight_takeover_input_field {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  width: 100%;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAmCAYAAACh1knUAAAAAXNSR0IArs4c6QAABVNJREFUWAm1V1tsG0UU3VnHz5R6bcd1iFKaPmg/QguIVmn6UQWVSFVFW1UlJb+0qB/9AQSUiv6ED14S8MfrAwlQJaBCAhQ1SBRCCghBiwVEAsRDAYScxo3r3Q2RH/FjOON4rd27a9dx8EjOzD1zX3vvnTsTJjUxwuHw2lJJOsaYtJtzaQdjfKsQw3oJ07+SxL7D3teyLF1Mp9M/N6HSxsJsiAno6uraWiyWzsLQfZzzgGmrwZJ9Ksv8JVVVP27AZNtydKS/v9+TSFw9A+NPQsJrk2oCQIQueL2e48lk8loT7JLNkWDwlpAkLU4g8LubUdCYh11jTB7VtNTnjfkQczNDNBrtLhSKnyD32824w1rFFy9A3IOoxbAvO/BUIMZYhjHXflWd/7Iej8BrCoaGhjqWlkof1neCXYHhky4XW6/raljT1D5NS/egQMPA9mPvPegrUmOitjgvXVCU6B10z0zXIhIMhp7GhqgJOuZh7CEU3zt0g9KI6K34mLed0ooI/rh586Zd8Xi8QOUE7RJ/QqHQdkTiHJY1xwSOMSNJnr3IccOwLrNKUiaTSQ8ODryF+twAjEagW9P0fC6XddRVSQ2ceAyCtTRVFauIxN26nvzTMNTMPDU1VRwe3ncCEfiI8iNNp2OxWCfFBc3QK3oKhdJfWLsFYAzk/X40p/MGvdK5u7s7ms3mRXPrssqyB3U9/YYVQxQKhfIBgBYn8DXTq3FCGJmbm5vHiXmOGoTuBygmaBkbe+gGsFco1grd2el/E3J5syzSs1OcUDMm1jLqw9a4ZFm+RBlboROJxHVk/3si652ent5GsEqBRgi4lEqlfiXYashpKlwusy0Uw0nhpD5YHrnllLFVGmnOUlnoL1NM1Ijl2CKHnpGRkUp/ocyt0Jwz26UJP2xNDTXC/iAGvJOTk5X3BsFbIhHcHQ6CGsVERH6gIB5B91CsFVo0L0T4LiJb9vl8troRp+ZbwgiSn7RjK0fy+eIJSFlSIz58dnY2Q7XhpPLz4qo2b+ArblOUsGPjMfM1WovnJT5IXB2WgQ9/1wJUCRm3qo61uMItA868iNvUdswsTA0IpPd16FhvZWE5t9t1zootU5UTg81n0XhyhCGER9JnwWBsI8EbkmNjY3IwGHkV0RiljEjLy+hRVykuaGaAeI+cxvp5gzZmCGv4nWrmPQKnN0lS4TU4MWzIGzN0/I3f7dUMGHBtrvWLQ4cOfjMzM7MXO3213eWFD3k96vf7j/h8gSWfT0nncosinZXR09MTcLm8e3ASxtAfcEfxbcaeecZtPgonfjJj5nUtIgJETazBC+silNnuH7MQ1il83SJmBidFHViaIuGtkOAfV9X04Xpd2+KIkFCUPkWSFt5Hoe1zUrgaDE6M4Z37lJMOmyOCCU6wUCjyCOZnQFr6gJOSFWBcll2HVTU1TmUcHTGYxIlhrPAw6ONwao2BN5qRAnRqtqUeP6Ky0NEh78Lp+c2sp6EjBqNIF2P6AdSDeEQNYt6I+Sb8SjCchOHfsf6Kc3lc11NxNLNjpRK39SbwVAf7xe2WB+AM/m9eHk05YjCvZEZnfgFRebSeDCLzgapeP4q58uS4YbXXU3QjHC/5JxCtqXp8cPJIKNR11thvW0SEAdy+6/L5QhxGew2DZC7jX5aD6C8TbXVEGI1EIgPFYvkLLD3EiQqJqGkej3tnrbM6Mf0fWDabTQQC/nkU+L119PnKZd7bdkeE8VwuF/f7A+Lf0DudnEHB9ratWKlBRVl7Csc8TvEqvdD2GjEbVpSbN3Cev4zevc6MY32G0O0nRbcOBsMT6DMZ/P7B8+NxYfU/GCzAG0okaM4AAAAASUVORK5CYII=") no-repeat calc(100% - 20px) 50%/12px 13px;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  padding: 12px 20px; }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_input_field {
      background-position: calc(100% - 30px) 50%;
      background-size: 17px 19px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2;
      padding: 28px 30px; } }
  .spotlight_takeover_input_field::-ms-clear {
    margin-right: 30px; }
    @media screen and (min-width: 1220px) {
      .spotlight_takeover_input_field::-ms-clear {
        margin-right: 40px; } }
  .spotlight_takeover_input_field::-webkit-search-cancel-button {
    position: relative;
    right: 30px; }
    @media screen and (min-width: 1220px) {
      .spotlight_takeover_input_field::-webkit-search-cancel-button {
        right: 40px; } }

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

.spotlight_takeover_filter {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .fs-swap-active .spotlight_takeover_filter {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.spotlight_takeover_filter_input_wrapper {
  margin-top: 20px; }

.spotlight_takeover_filter_input_field {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  margin-left: 10px;
  padding: 16px 20px;
  text-transform: uppercase;
  -webkit-transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  -webkit-box-shadow: -10px 10px 0 0 #2AC6CA;
          box-shadow: -10px 10px 0 0 #2AC6CA;
  border: 0;
  color: #0F0F11; }
  .spotlight_takeover_filter_input_field [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .spotlight_takeover_filter_input_field [class*="icon"] {
        display: none; } }
  .spotlight_takeover_filter_input_field [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .spotlight_takeover_filter_input_field:focus, .spotlight_takeover_filter_input_field:hover {
    background: #FFFD00; }

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

.spotlight_takeover_intro_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  margin-left: 10px;
  padding: 16px 20px;
  text-transform: uppercase;
  -webkit-transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  display: block;
  margin-bottom: 28px;
  text-align: center;
  text-align: right;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .spotlight_takeover_intro_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .spotlight_takeover_intro_link [class*="icon"] {
        display: none; } }
  .spotlight_takeover_intro_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .spotlight_takeover_intro_link:before, .spotlight_takeover_intro_link:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    -webkit-transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, transform .25s;
    transition: background .25s, z-index .25s, transform .25s, -webkit-transform .25s; }
  .spotlight_takeover_intro_link:before {
    top: 10px;
    right: 10px;
    z-index: -4;
    background: transparent; }
  .spotlight_takeover_intro_link:after {
    top: 0;
    left: 0;
    z-index: -2;
    background: #fff; }
  .spotlight_takeover_intro_link [class*="label"] {
    color: #0F0F11;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .spotlight_takeover_intro_link [class*="icon"] {
    color: #0F0F11;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
  .spotlight_takeover_intro_link:focus:before, .spotlight_takeover_intro_link:hover:before {
    z-index: -2;
    -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px); }
  .spotlight_takeover_intro_link:focus:after, .spotlight_takeover_intro_link:hover:after {
    z-index: -4;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px); }
  .spotlight_takeover_intro_link:focus [class*="label"], .spotlight_takeover_intro_link:hover [class*="label"] {
    color: #0F0F11; }
  .spotlight_takeover_intro_link:focus [class*="icon"], .spotlight_takeover_intro_link:hover [class*="icon"] {
    color: #0F0F11; }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_intro_link {
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 3.15px;
      letter-spacing: 0.19688rem;
      padding: 11px 30px 13px 20px; } }
  .fs-swap-active .spotlight_takeover_intro_link {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_intro_link [class*="icon"] {
      margin-left: 4px; } }

@media screen and (min-width: 1220px) {
  .spotlight_takeover_intro_link_icon {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(1.65);
            transform: scale(1.65); } }

.spotlight_takeover_select_wrapper {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .fs-swap-active .spotlight_takeover_select_wrapper {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.spotlight_takeover_select_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: rgba(245, 247, 249, 0.8);
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_select_label {
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 2.4px;
      letter-spacing: 0.15rem;
      margin-bottom: 22px; } }

.spotlight_takeover_select {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAaCAYAAADbhS54AAAABGdBTUEAALGPC/xhBQAAArBJREFUSA3NlrtvE0EQxnf2zg8lQQIhS1RIKVwgF4nt8yv8BfRBtggQIUITqEhBQQooaEhDA0iIAigRoYuABlkUEMeg2MYnEQoUCqCwkCKEJaNAjm+MDh227+HDxGyzuzM73/y0O7e3JNBiz8snBYnbhmEEeD6sRkRNYchpfSr5WDIEDCPDhmIOMIwKuTPG4zbYdDZ5C3BFNgy1kbivZ1MPmKENdoloJxhSZkhQY1hgyP1uD+07Y+Zvg/FkPZH4CE7UGhmmc7d6nNa2UI1CKRv9Yub8DcYGLjoSYsl07mJ/QU+ny9Z8f4CxIxygRexaybroX45xhCv1rHatM0cX2CtN2w4KtYCArc7Fg54TiQ+jytgsjrKrfLrAOHklF9/EZzE3aBCrHkrmh1TUY2uZQ5+tdnPcE4yd+GyXieQNc+HAeykvv04nntnp2oJxQOTA/gVsd9Uu2K8du/X0aCZ5xSneEaw4Pt5SVMqjBppOIv34ULuNcFAe57vTKc4RjANrqdSGMMS8k4hnHxe5Ik/gA/vkFuMKxgL6VOoejvSum5ibH0d4Vc8kn7itY78nMF6ojITO4hg2eOyrkViNZLVFr7GewWoTE02hKHkIt7yKm+v4TgyF1EKR6Ltpc+s9g7GQnklUJcnzbqKdfpTWafyL33faneZ9gbFQPafdxFe67CRq9WG3rtdz6YdWm5dx32AsGgirc3jxbrolQLFXDkb2Lrit6+X3BVaJx7dUIQvt50ovVdiwU19VJZh/FI1+s1niaPYFxoq1nFbCrXTRTp2kmK9mJt/a+d3s2G3/DW90iq2+XMFj/YhVBXfeHT2XPmW19Tv2vWOciJ8roZAyixFev78ajvAN7rxz5txv/1dgnBTXQEOSmAEl//taJGW+fef5JRp0XOxF+XBsbX1y0Lr/nd5PyyeOvyh5hNoAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 16px 12px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: -10px 10px 0 0 #2AC6CA;
          box-shadow: -10px 10px 0 0 #2AC6CA;
  color: #0F0F11;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  padding: 16px 20px;
  -webkit-transition: background-color .25s;
  transition: background-color .25s; }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_select {
      background-position: calc(100% - 30px) 50%;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 2.4px;
      letter-spacing: 0.15rem;
      padding: 28px 30px; } }
  .spotlight_takeover_select:focus, .spotlight_takeover_select:hover {
    background-color: #F5F7F9; }

/* ==========================================================================
	Spotlight Takeover Content
============================================================================= */
.spotlight_takeover_content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_content {
      width: 55%; } }
  @media screen and (min-width: 1220px) {
    .spotlight_takeover_content {
      width: 50%; } }
  .fs-swap-active .spotlight_takeover_content {
    opacity: 1; }

.spotlight_takeover_content_progress {
  height: 8px;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 8; }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_content_progress {
      top: 82px; } }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_content_progress {
      top: 62px; } }
  @media screen and (max-width: 739px) {
    .spotlight_takeover_item_1 .spotlight_takeover_content_progress {
      top: 110px; } }

.spotlight_takeover_content_inner {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40%;
  padding-bottom: 60vh; }
  @media screen and (min-width: 500px) {
    .spotlight_takeover_content_inner {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_content_inner {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_content_inner {
      padding-top: 80px;
      padding-right: 60px;
      padding-left: 60px; } }
  .spotlight_takeover_content_inner > * {
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s; }
    @media screen and (max-width: 739px) {
      .spotlight_takeover_content_inner > * {
        opacity: 0; } }
    .spotlight_takeover_content_inner > *:nth-child(1) {
      -webkit-transform: translate(0, 40px);
              transform: translate(0, 40px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(1) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(2) {
      -webkit-transform: translate(0, 60px);
              transform: translate(0, 60px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(2) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(3) {
      -webkit-transform: translate(0, 80px);
              transform: translate(0, 80px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(3) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(4) {
      -webkit-transform: translate(0, 100px);
              transform: translate(0, 100px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(4) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(5) {
      -webkit-transform: translate(0, 120px);
              transform: translate(0, 120px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(5) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(6) {
      -webkit-transform: translate(0, 140px);
              transform: translate(0, 140px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(6) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(7) {
      -webkit-transform: translate(0, 160px);
              transform: translate(0, 160px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(7) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(8) {
      -webkit-transform: translate(0, 180px);
              transform: translate(0, 180px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(8) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(9) {
      -webkit-transform: translate(0, 200px);
              transform: translate(0, 200px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(9) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .spotlight_takeover_content_inner > *:nth-child(10) {
      -webkit-transform: translate(0, 220px);
              transform: translate(0, 220px); }
      .fs-swap-active .spotlight_takeover_content_inner > *:nth-child(10) {
        -webkit-transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, -webkit-transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s;
        transition: opacity .5s .15s, transform .5s .15s, -webkit-transform .5s .15s; }
    .fs-swap-active .spotlight_takeover_content_inner > * {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
      @media screen and (max-width: 739px) {
        .fs-swap-active .spotlight_takeover_content_inner > * {
          opacity: 1; } }

.spotlight_takeover_details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (min-width: 500px) {
    .spotlight_takeover_details {
      margin-bottom: 40px; } }
  @media screen and (min-width: 740px) {
    .spotlight_takeover_details {
      margin-bottom: 20px; } }
  @media screen and (min-width: 980px) {
    .spotlight_takeover_details {
      margin-bottom: 40px; } }

.spotlight_takeover_detail {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  color: #0F0F11;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 500px) {
    .spotlight_takeover_detail {
      font-size: 18px;
      font-size: 1.125rem; } }

.spotlight_takeover_detail_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

.spotlight_takeover_result {
  color: #0F0F11;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 500px) {
    .spotlight_takeover_result {
      font-size: 18px;
      font-size: 1.125rem; } }

.spotlight_takeover_result_number {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  display: inline-block; }

.spotlight_takeover_result_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  display: inline-block; }

.spotlight_takeover_content_next {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  margin-left: 10px;
  padding: 16px 20px;
  text-transform: uppercase;
  -webkit-transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  float: right;
  clear: both;
  color: #000;
  margin-right: 0;
  margin-bottom: 0;
  text-align: right; }
  .spotlight_takeover_content_next [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .spotlight_takeover_content_next [class*="icon"] {
        display: none; } }
  .spotlight_takeover_content_next [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .spotlight_takeover_content_next:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: #F5F7F9;
    content: "";
    -webkit-transition: background .25s;
    transition: background .25s; }

.spotlight_takeover_content_next_progress {
  height: 100%;
  width: 0%;
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: -4;
  -webkit-transition: background .25s;
  transition: background .25s; }

.basic_list {
  padding-bottom: 40px;
  position: relative;
  margin-top: 50px; }
  @media screen and (min-width: 740px) {
    .basic_list {
      padding-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .basic_list {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .basic_list {
      padding-bottom: 100px; } }
  @media screen and (min-width: 740px) {
    .basic_list {
      margin-top: 75px; } }

.basic_list_link {
  display: inline-block;
  padding: 10px 0;
  display: block; }
  .basic_list_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .basic_list_link [class*="icon"] {
        display: none; } }
  .basic_list_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .basic_list_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .basic_list_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .basic_list_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .basic_list_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .basic_list_link:focus [class*="icon"]:not(svg), .basic_list_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .basic_list_link:focus [class*="icon"]:not(svg):before, .basic_list_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  @media screen and (min-width: 500px) {
    .basic_list_link {
      display: inline-block;
      margin-right: 35px; } }

.page_layout_cover .basic_list_link_label {
  color: #fff; }

.page_layout_cover .basic_list_link_icon:not(svg) {
  color: #FFD600; }

/* ==========================================================================
	Component
============================================================================= */
/* ==========================================================================
	Contact
============================================================================= */
.contact {
  margin-top: 40px; }
  @media screen and (min-width: 740px) {
    .contact {
      margin-top: 60px; } }
  @media screen and (min-width: 980px) {
    .contact {
      margin-top: 80px; } }
  @media screen and (min-width: 980px) {
    .contact {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.contact_header {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  background: #2AC6CA;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 740px) {
    .contact_header {
      padding-right: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .contact_header {
      padding-right: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .contact_header {
      padding-right: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .contact_header {
      padding-right: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 740px) {
    .contact_header {
      padding-left: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .contact_header {
      padding-left: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .contact_header {
      padding-left: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .contact_header {
      padding-left: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .contact_header {
      width: 36%;
      padding-right: 40px; } }
  @media screen and (min-width: 1220px) {
    .contact_header {
      padding-top: 92px;
      padding-bottom: 91px; } }

.contact_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  margin-bottom: 8px;
  text-transform: uppercase; }

.contact_name {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .contact_name {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }

.contact_social {
  margin: 22px -14px -20px; }

/* ==========================================================================
	Contact Body
============================================================================= */
.contact_body {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  background: #F5F7F9;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 740px) {
    .contact_body {
      padding-right: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .contact_body {
      padding-right: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .contact_body {
      padding-right: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .contact_body {
      padding-right: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 740px) {
    .contact_body {
      padding-left: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .contact_body {
      padding-left: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .contact_body {
      padding-left: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .contact_body {
      padding-left: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .contact_body {
      min-height: 220px;
      width: 64%;
      padding-left: 40px; } }
  @media screen and (min-width: 1220px) {
    .contact_body {
      min-height: 300px;
      padding-top: 73px;
      padding-bottom: 86px;
      padding-left: 110px; } }

@media screen and (min-width: 740px) {
  .contact_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 740px) {
  .contact_details_group {
    width: 50%; } }

.contact_detail {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  position: relative;
  color: #0F0F11;
  margin-bottom: 23px; }
  @media screen and (min-width: 740px) {
    .contact_detail {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media screen and (min-width: 740px) {
    .contact_detail_location {
      margin-bottom: 14px; } }
  @media screen and (min-width: 740px) {
    .contact_detail:last-child {
      margin-bottom: 0; } }

.contact_detail_icon {
  position: absolute;
  top: 6px;
  left: 0;
  color: #766F67; }
  @media screen and (min-width: 740px) {
    .contact_detail_icon {
      top: 10px; } }

.contact_detail_label {
  display: block;
  margin-left: 28px; }

.contact_detail_name {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  display: block; }

.contact_detail_link {
  color: inherit; }

/* ==========================================================================
	Component
============================================================================= */
.media_gallery {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media print {
    .media_gallery {
      display: none; } }

.media_gallery_inner {
  position: relative;
  background: #1573DD;
  padding: 10px; }
  @media screen and (min-width: 500px) {
    .media_gallery_inner {
      padding: 50px; } }

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

.media_gallery_header {
  position: relative;
  background: rgba(15, 15, 17, 0.6);
  cursor: pointer;
  padding: 40px 20px 30px; }
  @media screen and (min-width: 500px) {
    .media_gallery_header {
      max-width: 305px;
      padding: 40px 40px 30px; } }
  @media screen and (min-width: 740px) {
    .media_gallery_header {
      max-width: 395px; } }

.media_gallery_trigger {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 4;
  background: #fff;
  -webkit-box-shadow: -6px 6px 0 0 #CAFF00;
          box-shadow: -6px 6px 0 0 #CAFF00;
  color: #0F0F11;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .media_gallery_trigger {
      height: 40px;
      width: 40px;
      top: -10px;
      right: -10px;
      -webkit-box-shadow: -10px 10px 0 0 #CAFF00;
              box-shadow: -10px 10px 0 0 #CAFF00; } }
  @media screen and (min-width: 1220px) {
    .media_gallery_trigger {
      height: 50px;
      width: 50px; } }
  .media_gallery_trigger:focus, .media_gallery_trigger:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.media_gallery_trigger_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (min-width: 740px) {
    .media_gallery_trigger_icon {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
              transform: translate(-50%, -50%) scale(1.5); } }

.media_gallery_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #EAE5DF;
  display: block;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  margin-bottom: 5px; }
  @media screen and (min-width: 740px) {
    .media_gallery_label {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  @media screen and (min-width: 740px) {
    .media_gallery_label {
      letter-spacing: 1.2px;
      letter-spacing: 0.075rem;
      margin-bottom: 10px; } }

.media_gallery_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 60px; }
  @media screen and (min-width: 740px) {
    .media_gallery_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }
  @media screen and (min-width: 740px) {
    .media_gallery_title {
      margin-bottom: 110px; } }

.media_gallery_count {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 27px; }

.media_gallery_count_icon {
  color: #CAFF00;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }

.media_gallery_count_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #EAE5DF;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  vertical-align: middle; }

/* ==========================================================================
	Gallery Body
============================================================================= */
.media_gallery_body {
  height: calc(100% - 60px);
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 500;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s; }
  @media screen and (min-width: 740px) {
    .media_gallery_body {
      height: calc(100% - 82px);
      top: 82px; } }
  @media screen and (min-width: 980px) {
    .media_gallery_body {
      height: 100%;
      top: 0;
      border-top: 16px solid #CAFF00;
      border-left: 16px solid #CAFF00; } }
  .media_gallery_body.fs-swap-active {
    opacity: 1;
    visibility: visible; }

.media_gallery_close {
  height: 60px;
  width: 62px;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #CAFF00;
  border: 0;
  color: #0F0F11;
  stroke: #0F0F11; }
  @media screen and (min-width: 740px) {
    .media_gallery_close {
      height: 82px;
      width: 82px; } }
  @media screen and (min-width: 980px) {
    .media_gallery_close {
      height: 60px;
      width: 60px;
      top: -16px;
      bottom: auto;
      right: auto;
      left: -16px; } }

.media_gallery_close_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .media_gallery_close_icon {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
              transform: translate(-50%, -50%) scale(1.5); } }
  .media_gallery_close:focus .media_gallery_close_icon,
  .media_gallery_close:hover .media_gallery_close_icon {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15); }
    @media screen and (min-width: 740px) {
      .media_gallery_close:focus .media_gallery_close_icon,
      .media_gallery_close:hover .media_gallery_close_icon {
        -webkit-transform: translate(-50%, -50%) scale(1.75);
                transform: translate(-50%, -50%) scale(1.75); } }

.media_gallery_body_inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }
  @media screen and (min-width: 980px) {
    .media_gallery_body_inner {
      padding: 60px; } }
  @media screen and (min-width: 1220px) and (min-height: 800px) {
    .media_gallery_body_inner {
      padding: 120px 60px; } }

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

@media screen and (min-width: 980px) {
  .media_gallery_body_contents {
    max-width: 1200px;
    margin: 0 auto; } }

.media_gallery_body_header {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  background: #CAFF00;
  padding-top: 34px;
  padding-bottom: 64px; }
  @media screen and (min-width: 740px) {
    .media_gallery_body_header {
      padding-right: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .media_gallery_body_header {
      padding-right: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .media_gallery_body_header {
      padding-right: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .media_gallery_body_header {
      padding-right: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 740px) {
    .media_gallery_body_header {
      padding-left: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .media_gallery_body_header {
      padding-left: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .media_gallery_body_header {
      padding-left: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .media_gallery_body_header {
      padding-left: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .media_gallery_body_header {
      width: 360px;
      position: fixed;
      top: 70px;
      background: none;
      padding: 0; } }
  @media screen and (min-width: 1220px) and (min-height: 800px) {
    .media_gallery_body_header {
      top: 130px; } }

.media_gallery_body_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #0F0F11;
  display: block;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  margin-bottom: 5px; }
  @media screen and (min-width: 740px) {
    .media_gallery_body_label {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  @media screen and (min-width: 740px) {
    .media_gallery_body_label {
      letter-spacing: 1.2px;
      letter-spacing: 0.075rem;
      margin-bottom: 10px; } }
  @media screen and (min-width: 980px) {
    .media_gallery_body_label {
      color: #766F67; } }

.media_gallery_body_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #0F0F11;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .media_gallery_body_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }
  @media screen and (min-width: 980px) {
    .media_gallery_body_title {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1220px) and (min-height: 800px) {
    .media_gallery_body_title {
      margin-bottom: 75px; } }

@media screen and (min-width: 980px) {
  .media_gallery_item_stickers {
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }

.media_gallery_item_sticker {
  display: none; }
  @media screen and (min-width: 980px) {
    .media_gallery_item_sticker {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-top: 2px solid #CAFF00;
      display: block;
      opacity: 0;
      padding-top: 24px;
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); } }
  @media screen and (min-width: 980px) {
    .media_gallery_item_sticker.current {
      opacity: 1; } }

.media_gallery_items {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  margin-top: -30px;
  padding-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 740px) {
    .media_gallery_items {
      padding-right: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .media_gallery_items {
      padding-right: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .media_gallery_items {
      padding-right: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .media_gallery_items {
      padding-right: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 740px) {
    .media_gallery_items {
      padding-left: calc((100% - 720px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .media_gallery_items {
      padding-left: calc((100% - 960px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1220px) {
    .media_gallery_items {
      padding-left: calc((100% - 1200px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 1360px) {
    .media_gallery_items {
      padding-left: calc((100% - 1340px) / 2 + 1.04166667%); } }
  @media screen and (min-width: 980px) {
    .media_gallery_items {
      width: calc(100% - 360px);
      float: right;
      margin-top: 0;
      padding: 0 0 0 30px; } }
  @media screen and (min-width: 1220px) {
    .media_gallery_items {
      padding-left: 80px; } }

.media_gallery_item {
  position: relative;
  border-bottom: 2px solid #CAFF00;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center; }
  @media screen and (min-width: 980px) {
    .media_gallery_item {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 115px; } }

.media_gallery_item_figure {
  width: 100%;
  position: relative;
  background: #CAFF00;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top; }
  @media screen and (min-width: 980px) {
    .media_gallery_item_figure {
      margin-bottom: 0; } }

@-webkit-keyframes panel-burst {
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scaleY(1);
            transform: translate(-50%, -50%) scaleY(1); } }

@keyframes panel-burst {
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scaleY(1);
            transform: translate(-50%, -50%) scaleY(1); } }

.media_gallery_item_image {
  max-width: 100%;
  width: 100%;
  display: block; }

.media_gallery_item_details {
  text-align: left; }
  @media screen and (min-width: 980px) {
    .media_gallery_item_details {
      display: none; } }

.media_gallery_item_count {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #766F67;
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .75px;
  letter-spacing: 0.04688rem; }
  @media screen and (min-width: 740px) {
    .media_gallery_item_count {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-bottom: 17px; } }
  @media screen and (min-width: 980px) {
    .media_gallery_item_count {
      display: block; } }

.media_gallery_item_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  color: #0F0F11; }
  @media screen and (min-width: 740px) {
    .media_gallery_item_caption {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media screen and (min-width: 980px) {
    .media_gallery_item_caption {
      -webkit-transform: translate(40px, 0);
              transform: translate(40px, 0);
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; } }
  @media screen and (min-width: 980px) {
    .current .media_gallery_item_caption {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  .media_gallery_item_caption p {
    margin: 0; }

/* ==========================================================================
	Mix
============================================================================= */
.mix {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5F7F9; }
  @media screen and (min-width: 740px) {
    .mix {
      padding-top: 60px; } }
  @media screen and (min-width: 980px) {
    .mix {
      padding-top: 80px; } }
  @media screen and (min-width: 1220px) {
    .mix {
      padding-top: 100px; } }
  @media screen and (min-width: 740px) {
    .mix {
      padding-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .mix {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .mix {
      padding-bottom: 100px; } }

@media screen and (min-width: 740px) {
  .mix_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* ==========================================================================
	Mix News
============================================================================= */
.mix_news {
  margin-bottom: 32px; }
  @media screen and (min-width: 740px) {
    .mix_news {
      width: 50%;
      margin-bottom: 0; } }
  @media screen and (min-width: 1220px) {
    .mix_news {
      padding-right: 40px; } }

.mix_news_header {
  margin-bottom: 20px; }
  @media screen and (min-width: 1220px) {
    .mix_news_header {
      margin-bottom: 44px; } }

@media screen and (min-width: 740px) {
  .mix_news_link_wrapper_sm {
    display: none; } }

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

.mix_news_link {
  display: inline-block;
  padding: 10px 0; }
  .mix_news_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .mix_news_link [class*="icon"] {
        display: none; } }
  .mix_news_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .mix_news_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .mix_news_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .mix_news_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .mix_news_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .mix_news_link:focus [class*="icon"]:not(svg), .mix_news_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .mix_news_link:focus [class*="icon"]:not(svg):before, .mix_news_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  @media screen and (max-width: 739px) {
    .mix_news_link {
      padding: 3px 0; } }

.mix_news_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45455;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .mix_news_title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.46154; } }
  @media screen and (min-width: 1220px) {
    .mix_news_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }

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

@media screen and (min-width: 740px) {
  .layout_1 .mix_news_item_figure {
    display: none; } }

.mix_news_item_figure_link {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s; }
  .mix_news_item_figure_link:focus, .mix_news_item_figure_link:hover {
    -webkit-box-shadow: -10px 10px 0 0 #1573DD;
            box-shadow: -10px 10px 0 0 #1573DD; }

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

.mix_news_item_body {
  background: #fff;
  padding: 20px 20px 24px; }
  @media screen and (min-width: 1220px) {
    .mix_news_item_body {
      padding: 37px 40px 47px; } }
  @media screen and (min-width: 740px) {
    .layout_1 .mix_news_item_body {
      width: 60%; } }
  @media screen and (min-width: 980px) {
    .layout_1 .mix_news_item_body {
      padding: 47px 40px 67px; } }
  @media screen and (min-width: 1220px) {
    .layout_1 .mix_news_item_body {
      width: calc(100% - 560px); } }

.mix_news_item_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #0F0F11;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 12px; }
  @media screen and (min-width: 1220px) {
    .mix_news_item_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714;
      margin-bottom: 22px; } }

.mix_news_item_title_link {
  color: inherit;
  display: block;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .mix_news_item_title_link:focus, .mix_news_item_title_link:hover {
    color: #1573DD; }
  .mix_news_item_title_link [class*="label"] {
    display: inline; }
  .mix_news_item_title_link [class*="icon"] {
    color: #1573DD;
    display: inline-block; }

.mix_news_item_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }
  @media screen and (min-width: 1220px) {
    .mix_news_item_caption {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  .mix_news_item_caption p {
    margin: 0; }

/* ==========================================================================
	Mix Events
============================================================================= */
@media screen and (min-width: 740px) {
  .mix_events {
    width: 50%;
    padding-left: 40px; } }

@media screen and (min-width: 980px) {
  .mix_events {
    padding-left: 70px; } }

@media screen and (min-width: 1220px) {
  .mix_events {
    padding-left: 100px; } }

.mix_events_header {
  margin-bottom: 20px; }
  @media screen and (min-width: 1220px) {
    .mix_events_header {
      margin-bottom: 44px; } }

@media screen and (min-width: 740px) {
  .mix_events_link_wrapper_sm {
    display: none; } }

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

.mix_events_link {
  display: inline-block;
  padding: 10px 0; }
  .mix_events_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .mix_events_link [class*="icon"] {
        display: none; } }
  .mix_events_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .mix_events_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .mix_events_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .mix_events_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .mix_events_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .mix_events_link:focus [class*="icon"]:not(svg), .mix_events_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .mix_events_link:focus [class*="icon"]:not(svg):before, .mix_events_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  @media screen and (max-width: 739px) {
    .mix_events_link {
      padding: 3px 0; } }

.mix_events_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45455;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .mix_events_title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.46154; } }
  @media screen and (min-width: 1220px) {
    .mix_events_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }

@media screen and (min-width: 740px) {
  .upcoming_events .mix_event {
    width: 50%;
    padding: 0 30px; } }

@media screen and (min-width: 980px) {
  .upcoming_events .mix_event {
    padding: 0 60px; } }

@media screen and (min-width: 1220px) {
  .upcoming_events .mix_event {
    padding: 0 90px; } }

@media screen and (min-width: 740px) {
  .upcoming_events .mix_event:first-child {
    border-right: 1px solid rgba(118, 111, 103, 0.25); } }

.mix_event:not(:last-child) {
  margin-bottom: 28px; }
  @media screen and (min-width: 1220px) {
    .mix_event:not(:last-child) {
      margin-bottom: 43px; } }

.mix_event_date {
  background: #0F0F11;
  display: inline-block;
  margin-bottom: 22px;
  padding: 5px;
  text-align: center; }
  @media screen and (min-width: 1220px) {
    .mix_event_date {
      margin-bottom: 26px; } }

.mix_event_day {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  background: #fff;
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  padding: 4px 16px; }
  @media screen and (min-width: 1220px) {
    .mix_event_day {
      font-size: 60px;
      font-size: 3.75rem;
      padding: 4px 21px; } }

.mix_event_month_year {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #FFD600;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  padding: 7px 0 2px;
  text-transform: uppercase; }
  @media screen and (min-width: 1220px) {
    .mix_event_month_year {
      font-size: 16px;
      font-size: 1rem;
      padding: 10px 0 6px; } }

.mix_event_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #0F0F11;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 12px; }
  @media screen and (min-width: 1220px) {
    .mix_event_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714;
      margin-bottom: 14px; } }

.mix_event_title_link {
  color: inherit;
  display: block;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .mix_event_title_link:focus, .mix_event_title_link:hover {
    color: #1573DD; }
  .mix_event_title_link [class*="label"] {
    display: inline; }
  .mix_event_title_link [class*="icon"] {
    color: #1573DD;
    display: inline-block; }

.mix_event_detail {
  position: relative;
  padding-left: 22px; }
  @media screen and (min-width: 1220px) {
    .mix_event_detail {
      padding-left: 25px; } }

.mix_event_detail_icon {
  position: absolute;
  top: 6px;
  left: 0;
  color: #766F67; }
  @media screen and (min-width: 1220px) {
    .mix_event_detail_icon {
      top: 9px; } }

.mix_event_detail_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  color: #0F0F11;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }
  @media screen and (min-width: 1220px) {
    .mix_event_detail_label {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }

/* ==========================================================================
	Component
============================================================================= */
.news {
  padding-top: 10px; }
  @media print {
    .news {
      padding-top: 0; } }

.news_item {
  padding: 30px 0; }
  @media screen and (min-width: 980px) {
    .news_item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 0; } }
  .news_item:not(:last-child) {
    border-bottom: 1px solid rgba(118, 111, 103, 0.25); }

.news_item_figure {
  display: none; }
  @media screen and (min-width: 980px) {
    .news_item_figure {
      width: 325px;
      display: block;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.news_item_figure_link {
  -webkit-box-shadow: 0 0 0 0 #1573DD;
          box-shadow: 0 0 0 0 #1573DD;
  display: block;
  -webkit-transition: -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: box-shadow .25s, transform .25s;
  transition: box-shadow .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s; }
  .news_item_figure_link:focus, .news_item_figure_link:hover {
    -webkit-box-shadow: -10px 10px 0 0 #1573DD;
            box-shadow: -10px 10px 0 0 #1573DD;
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px); }

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

@media screen and (min-width: 1220px) {
  .layout_no_image .news_item_body {
    min-height: 208px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1360px) {
  .layout_no_image .news_item_body {
    padding-right: 165px; } }

@media screen and (min-width: 980px) {
  .layout_image .news_item_body {
    width: calc(100% - 325px);
    padding-right: 40px; } }

@media screen and (min-width: 1360px) {
  .layout_image .news_item_body {
    padding-right: 100px; } }

@media screen and (min-width: 500px) {
  .news_item_details {
    margin-bottom: 14px; } }

.news_item_detail {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  color: #0F0F11;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.25;
  margin: 5px 0;
  text-transform: uppercase; }
  @media screen and (min-width: 500px) {
    .news_item_detail {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0; } }
  @media screen and (min-width: 740px) {
    .news_item_detail {
      font-size: 16px;
      font-size: 1rem; } }
  .news_item_detail:not(:last-child):not(.news_item_detail_author):after {
    color: #766F67;
    content: "/";
    font-size: 16px;
    font-size: 1rem;
    margin: 0 6px 0 4px; }
    @media screen and (min-width: 740px) {
      .news_item_detail:not(:last-child):not(.news_item_detail_author):after {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 10px 0 8px; } }

.news_item_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

.news_item_time {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

.news_item_author_name {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

.news_item_source {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  border-bottom: 1px solid #1573DD;
  color: #0F0F11;
  -webkit-transition: border .25s, color .25s;
  transition: border .25s, color .25s; }
  .news_item_source:focus, .news_item_source:hover {
    border-color: #FFD600;
    color: #1573DD; }

.news_item_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  color: #0F0F11;
  margin: 0 0 13px; }
  @media screen and (min-width: 740px) {
    .news_item_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714; } }
  @media screen and (min-width: 740px) {
    .news_item_title {
      margin-bottom: 23px; } }

.news_item_title_link {
  color: inherit;
  display: block;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .news_item_title_link:focus, .news_item_title_link:hover {
    color: #1573DD; }

.news_item_title_link_label {
  display: inline; }

.news_item_title_link_icon {
  position: relative;
  top: -2px;
  left: 2px;
  color: #1573DD;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
  -webkit-transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, -webkit-transform .25s;
  transition: opacity .25s, transform .25s;
  transition: opacity .25s, transform .25s, -webkit-transform .25s; }
  .news_item_title_link:focus .news_item_title_link_icon,
  .news_item_title_link:hover .news_item_title_link_icon {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.news_item_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  color: #0F0F11; }
  @media screen and (min-width: 740px) {
    .news_item_caption {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  .news_item_caption p {
    margin: 0; }

.now {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  overflow: hidden; }
  @media screen and (min-width: 740px) {
    .now {
      padding-top: 60px; } }
  @media screen and (min-width: 980px) {
    .now {
      padding-top: 80px; } }
  @media screen and (min-width: 740px) {
    .now {
      padding-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .now {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .now {
      padding-bottom: 100px; } }
  @media screen and (max-width: 979px) {
    .now .theme_navy .now_caption strong {
      border-bottom-color: #003473; } }
  @media screen and (min-width: 980px) {
    .now .theme_navy .now_caption strong:after {
      background: #003473; } }
  .now .theme_navy .now_item_figure:before, .now .theme_navy .now_item_figure:after {
    background: #003473; }
  @media screen and (max-width: 979px) {
    .now .theme_yellow .now_caption strong {
      border-bottom-color: #FFD600; } }
  @media screen and (min-width: 980px) {
    .now .theme_yellow .now_caption strong:after {
      background: #FFD600; } }
  .now .theme_yellow .now_item_figure:before, .now .theme_yellow .now_item_figure:after {
    background: #FFD600; }
  @media screen and (max-width: 979px) {
    .now .theme_blue .now_caption strong {
      border-bottom-color: #1573DD; } }
  @media screen and (min-width: 980px) {
    .now .theme_blue .now_caption strong:after {
      background: #1573DD; } }
  .now .theme_blue .now_item_figure:before, .now .theme_blue .now_item_figure:after {
    background: #1573DD; }
  @media screen and (max-width: 979px) {
    .now .theme_frog .now_caption strong {
      border-bottom-color: #43FD71; } }
  @media screen and (min-width: 980px) {
    .now .theme_frog .now_caption strong:after {
      background: #43FD71; } }
  .now .theme_frog .now_item_figure:before, .now .theme_frog .now_item_figure:after {
    background: #43FD71; }
  @media screen and (max-width: 979px) {
    .now .theme_leaf .now_caption strong {
      border-bottom-color: #CAFF00; } }
  @media screen and (min-width: 980px) {
    .now .theme_leaf .now_caption strong:after {
      background: #CAFF00; } }
  .now .theme_leaf .now_item_figure:before, .now .theme_leaf .now_item_figure:after {
    background: #CAFF00; }
  @media screen and (max-width: 979px) {
    .now .theme_bee .now_caption strong {
      border-bottom-color: #FFE300; } }
  @media screen and (min-width: 980px) {
    .now .theme_bee .now_caption strong:after {
      background: #FFE300; } }
  .now .theme_bee .now_item_figure:before, .now .theme_bee .now_item_figure:after {
    background: #FFE300; }
  @media screen and (max-width: 979px) {
    .now .theme_sea .now_caption strong {
      border-bottom-color: #2AC6CA; } }
  @media screen and (min-width: 980px) {
    .now .theme_sea .now_caption strong:after {
      background: #2AC6CA; } }
  .now .theme_sea .now_item_figure:before, .now .theme_sea .now_item_figure:after {
    background: #2AC6CA; }
  @media screen and (max-width: 979px) {
    .now .theme_forest .now_caption strong {
      border-bottom-color: #35C85A; } }
  @media screen and (min-width: 980px) {
    .now .theme_forest .now_caption strong:after {
      background: #35C85A; } }
  .now .theme_forest .now_item_figure:before, .now .theme_forest .now_item_figure:after {
    background: #35C85A; }
  @media screen and (max-width: 979px) {
    .now .theme_mute .now_caption strong {
      border-bottom-color: #33545C; } }
  @media screen and (min-width: 980px) {
    .now .theme_mute .now_caption strong:after {
      background: #33545C; } }
  .now .theme_mute .now_item_figure:before, .now .theme_mute .now_item_figure:after {
    background: #33545C; }
  @media screen and (max-width: 979px) {
    .now .theme_toad .now_caption strong {
      border-bottom-color: #4F775F; } }
  @media screen and (min-width: 980px) {
    .now .theme_toad .now_caption strong:after {
      background: #4F775F; } }
  .now .theme_toad .now_item_figure:before, .now .theme_toad .now_item_figure:after {
    background: #4F775F; }
  @media screen and (max-width: 979px) {
    .now .theme_fog .now_caption strong {
      border-bottom-color: #844D5A; } }
  @media screen and (min-width: 980px) {
    .now .theme_fog .now_caption strong:after {
      background: #844D5A; } }
  .now .theme_fog .now_item_figure:before, .now .theme_fog .now_item_figure:after {
    background: #844D5A; }
  @media screen and (max-width: 979px) {
    .now .theme_plum .now_caption strong {
      border-bottom-color: #44164E; } }
  @media screen and (min-width: 980px) {
    .now .theme_plum .now_caption strong:after {
      background: #44164E; } }
  .now .theme_plum .now_item_figure:before, .now .theme_plum .now_item_figure:after {
    background: #44164E; }
  @media screen and (max-width: 979px) {
    .now .theme_jazz .now_caption strong {
      border-bottom-color: #AD2880; } }
  @media screen and (min-width: 980px) {
    .now .theme_jazz .now_caption strong:after {
      background: #AD2880; } }
  .now .theme_jazz .now_item_figure:before, .now .theme_jazz .now_item_figure:after {
    background: #AD2880; }
  @media screen and (max-width: 979px) {
    .now .theme_fire .now_caption strong {
      border-bottom-color: #F8485E; } }
  @media screen and (min-width: 980px) {
    .now .theme_fire .now_caption strong:after {
      background: #F8485E; } }
  .now .theme_fire .now_item_figure:before, .now .theme_fire .now_item_figure:after {
    background: #F8485E; }
  @media screen and (max-width: 979px) {
    .now .theme_orange .now_caption strong {
      border-bottom-color: #FF7E54; } }
  @media screen and (min-width: 980px) {
    .now .theme_orange .now_caption strong:after {
      background: #FF7E54; } }
  .now .theme_orange .now_item_figure:before, .now .theme_orange .now_item_figure:after {
    background: #FF7E54; }
  @media screen and (max-width: 979px) {
    .now .theme_dark .now_caption strong {
      border-bottom-color: #0F0F11; } }
  @media screen and (min-width: 980px) {
    .now .theme_dark .now_caption strong:after {
      background: #0F0F11; } }
  .now .theme_dark .now_item_figure:before, .now .theme_dark .now_item_figure:after {
    background: #0F0F11; }
  @media screen and (max-width: 979px) {
    .now .theme_mist .now_caption strong {
      border-bottom-color: #766F67; } }
  @media screen and (min-width: 980px) {
    .now .theme_mist .now_caption strong:after {
      background: #766F67; } }
  .now .theme_mist .now_item_figure:before, .now .theme_mist .now_item_figure:after {
    background: #766F67; }
  @media screen and (max-width: 979px) {
    .now .theme_beige .now_caption strong {
      border-bottom-color: #EAE5DF; } }
  @media screen and (min-width: 980px) {
    .now .theme_beige .now_caption strong:after {
      background: #EAE5DF; } }
  .now .theme_beige .now_item_figure:before, .now .theme_beige .now_item_figure:after {
    background: #EAE5DF; }
  @media screen and (max-width: 979px) {
    .now .theme_gray .now_caption strong {
      border-bottom-color: #F5F7F9; } }
  @media screen and (min-width: 980px) {
    .now .theme_gray .now_caption strong:after {
      background: #F5F7F9; } }
  .now .theme_gray .now_item_figure:before, .now .theme_gray .now_item_figure:after {
    background: #F5F7F9; }
  .now.theme_sky {
    background: #F5F7F9; }

.now_header {
  margin-bottom: 19px; }
  @media screen and (min-width: 980px) {
    .now_header {
      margin-bottom: 77px; } }

@media screen and (min-width: 980px) {
  .now_header_inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center; } }

.now_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #003473;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  margin-bottom: 7px;
  text-transform: uppercase; }
  @media screen and (min-width: 980px) {
    .now_label {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 12px; } }

.now_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  color: #0F0F11;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .now_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.42857; } }
  @media screen and (min-width: 980px) {
    .now_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }

.now_inner {
  position: relative; }

.now_items {
  padding-top: 50px; }
  @media print {
    .now_items {
      min-height: inherit !important; } }
  @media screen and (min-width: 980px) {
    .now_items {
      width: 50%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0;
      padding-right: 60px; } }
  @media screen and (min-width: 1220px) {
    .now_items {
      padding-right: 120px; } }
  .now_items .fs-carousel-pagination {
    position: absolute;
    top: 0;
    left: 0; }

.now_item {
  width: 100%;
  margin-right: 10px; }
  @media screen and (min-width: 980px) {
    .now_item {
      border-bottom: 1px solid #EAE5DF; } }
  @media screen and (min-width: 980px) {
    .now_item:last-child {
      border-bottom: 0; } }

.now_item_figure {
  margin-bottom: 15px; }
  @media print {
    .now_item_figure {
      display: none; } }
  @media screen and (min-width: 980px) {
    .now_item_figure {
      width: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      pointer-events: none;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media screen and (min-width: 980px) {
    .now_item_figure:before, .now_item_figure:after {
      height: 100%;
      position: absolute;
      left: 0;
      z-index: 8;
      background: #003473;
      content: "";
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; } }
  @media screen and (min-width: 980px) {
    .now_item_figure:before {
      width: 16px;
      top: 50%;
      margin-left: -8px;
      -webkit-transform: translate(0, -50%) scaleY(0);
              transform: translate(0, -50%) scaleY(0); } }
  @media screen and (min-width: 980px) {
    .now_item_figure:after {
      width: 100%;
      top: 0;
      -webkit-transform: translate(0, 0) scaleX(0);
              transform: translate(0, 0) scaleX(0); } }
  .is-ie .now_item_figure:after {
    display: none; }
  @media screen and (min-width: 980px) {
    .active .now_item_figure {
      z-index: 8; } }
  .active .now_item_figure:before {
    -webkit-transform: translate(0, -50%) scaleY(0.85);
            transform: translate(0, -50%) scaleY(0.85); }
  .active .now_item_figure:after {
    -webkit-animation: wipe-right .5s forwards;
            animation: wipe-right .5s forwards; }

@-webkit-keyframes wipe-right {
  50% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1); }
  100% {
    -webkit-transform: translate(100%, 0) scaleX(1);
            transform: translate(100%, 0) scaleX(1); } }

@keyframes wipe-right {
  50% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1); }
  100% {
    -webkit-transform: translate(100%, 0) scaleX(1);
            transform: translate(100%, 0) scaleX(1); } }

.now_item_image {
  width: 100%;
  display: block; }
  @media screen and (min-width: 980px) {
    .now_item_image {
      opacity: 0;
      -webkit-transition: opacity .25s .15s;
      transition: opacity .25s .15s; } }
  @media screen and (min-width: 980px) {
    .active .now_item_image {
      opacity: 1; } }

.now_body {
  display: block; }
  @media screen and (max-width: 979px) {
    .now_body {
      opacity: 0;
      -webkit-transition: opacity .25s;
      transition: opacity .25s; } }
  @media screen and (min-width: 980px) {
    .now_body {
      padding: 43px 0 42px; } }
  @media screen and (max-width: 979px) {
    .fs-carousel-visible .now_body {
      opacity: 1; } }

.now_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  color: #0F0F11;
  display: inline;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667; }
  @media screen and (min-width: 740px) {
    .now_caption {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7; } }
  @media screen and (min-width: 1220px) {
    .now_caption {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.58333; } }
  .now_caption strong {
    font-weight: 400;
    font-family: "Unit Offc W01 Bold", sans-serif;
    position: relative;
    border-bottom: 2px solid transparent;
    -webkit-transition: border .25s, color .25s;
    transition: border .25s, color .25s; }
    @media screen and (max-width: 979px) {
      .now_caption strong {
        color: #1573DD; } }
    @media screen and (min-width: 980px) {
      .now_caption strong:after {
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left center;
                transform-origin: left center;
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s; } }
    @media screen and (min-width: 980px) {
      .now_item:focus .now_caption strong,
      .now_item:hover .now_caption strong {
        color: #1573DD; } }
    @media screen and (min-width: 980px) {
      .now_item:focus .now_caption strong:after,
      .now_item:hover .now_caption strong:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.now_icon {
  position: relative;
  top: -2px;
  color: #1573DD;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (min-width: 980px) {
    .now_icon {
      opacity: 0;
      -webkit-transition: opacity .25s;
      transition: opacity .25s; } }
  @media screen and (min-width: 980px) {
    .now_item:focus .now_icon,
    .now_item:hover .now_icon {
      opacity: 1; } }

.related_news {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5F7F9;
  overflow: hidden; }
  @media screen and (min-width: 740px) {
    .related_news {
      padding-top: 60px; } }
  @media screen and (min-width: 980px) {
    .related_news {
      padding-top: 80px; } }
  @media screen and (min-width: 1220px) {
    .related_news {
      padding-top: 100px; } }
  @media screen and (min-width: 740px) {
    .related_news {
      padding-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .related_news {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .related_news {
      padding-bottom: 100px; } }

.related_news_header {
  margin-bottom: 20px; }
  @media screen and (min-width: 1220px) {
    .related_news_header {
      margin-bottom: 44px; } }

.related_news_link {
  display: inline-block;
  padding: 10px 0; }
  .related_news_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .related_news_link [class*="icon"] {
        display: none; } }
  .related_news_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .related_news_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .related_news_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .related_news_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .related_news_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .related_news_link:focus [class*="icon"]:not(svg), .related_news_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .related_news_link:focus [class*="icon"]:not(svg):before, .related_news_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  @media screen and (max-width: 739px) {
    .related_news_link {
      padding: 3px 0; } }

.related_news_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45455;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .related_news_title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.46154; } }
  @media screen and (min-width: 1220px) {
    .related_news_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }

.related_news_items .fs-carousel-viewport {
  max-width: 380px; }
  @media screen and (min-width: 600px) {
    .related_news_items .fs-carousel-viewport {
      max-width: 480px; } }
  @media screen and (min-width: 740px) {
    .related_news_items .fs-carousel-viewport {
      max-width: inherit; } }

.related_news_items .fs-carousel-canister {
  overflow: visible; }

.related_news_item {
  position: relative;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    .related_news_item {
      margin-right: 40px; } }
  .layout_1 .related_news_item {
    margin-right: 0; }

.related_news_item_background_link {
  display: none; }
  @media screen and (min-width: 740px) {
    .related_news_item_background_link {
      height: 100%;
      width: 40%;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-box-shadow: 0 0 0 0 #1573DD;
              box-shadow: 0 0 0 0 #1573DD;
      display: block;
      -webkit-transition: -webkit-box-shadow .25s;
      transition: -webkit-box-shadow .25s;
      transition: box-shadow .25s;
      transition: box-shadow .25s, -webkit-box-shadow .25s; } }
  @media screen and (min-width: 1220px) {
    .related_news_item_background_link {
      width: 560px; } }
  @media screen and (min-width: 740px) {
    .related_news_item_background_link:focus, .related_news_item_background_link:hover {
      -webkit-box-shadow: -10px 10px 0 0 #1573DD;
              box-shadow: -10px 10px 0 0 #1573DD; } }

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

.share {
  padding-bottom: 40px;
  margin-top: 20px; }
  @media screen and (min-width: 740px) {
    .share {
      padding-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .share {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .share {
      padding-bottom: 100px; } }

.share_inner {
  border-top: 2px solid rgba(118, 111, 103, 0.25);
  padding-top: 10px; }

.share_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #0F0F11;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .5px;
  letter-spacing: 0.03125rem;
  margin-right: 5px;
  text-transform: uppercase; }
  @media screen and (min-width: 500px) {
    .share_label {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 1.15px;
      letter-spacing: 0.07188rem;
      margin-right: 15px; } }

.share_tools {
  display: inline-block;
  vertical-align: middle; }

.share_link {
  position: relative;
  color: #1573DD;
  cursor: pointer;
  display: inline-block;
  padding: 10px 6px;
  vertical-align: middle; }
  @media screen and (min-width: 500px) {
    .share_link {
      padding: 10px; } }
  .share_link:before {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFD600;
    border-radius: 50%;
    content: "";
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  .share_link:focus:before, .share_link:hover:before {
    -webkit-animation: bubble-poppy 1s forwards;
            animation: bubble-poppy 1s forwards; }

@-webkit-keyframes bubble-poppy {
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

@keyframes bubble-poppy {
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

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

.story {
  position: relative;
  background: #000;
  padding: 30px 0 50px 0; }
  @media screen and (min-width: 740px) {
    .story {
      padding: 70px 0; } }
  @media screen and (min-width: 1220px) {
    .story {
      padding: 100px 0; } }

.story_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media print {
    .story_background {
      display: none; } }
  .story_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    content: ""; }

.story_inner {
  position: relative;
  z-index: 4;
  color: #fff; }
  @media screen and (min-width: 740px) {
    .story_inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/* ==========================================================================
	Story Quote
============================================================================= */
.story_quote {
  margin: 20px 0 50px; }
  @media screen and (min-width: 740px) {
    .story_quote {
      width: 40%;
      padding-right: 40px; } }
  @media screen and (min-width: 1220px) {
    .story_quote {
      width: 50%;
      padding-right: 0; } }

@media screen and (min-width: 1220px) {
  .story_quote_inner {
    max-width: 380px; } }

.story_quote_icon {
  color: #43FD71;
  display: inline-block;
  margin-bottom: 10px; }
  @media screen and (min-width: 740px) {
    .story_quote_icon {
      margin-bottom: 22px;
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scale(1.5);
              transform: scale(1.5); } }

.story_quote_body {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556; }
  @media screen and (min-width: 740px) {
    .story_quote_body {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5; } }
  @media screen and (min-width: 980px) {
    .story_quote_body {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.58333; } }
  @media screen and (min-width: 1220px) {
    .story_quote_body {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.57143; } }
  .story_quote_body p {
    margin: 0; }

.story_quote_cite {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  margin-top: 23px;
  text-transform: uppercase; }
  @media screen and (min-width: 980px) {
    .story_quote_cite {
      font-size: 16px;
      font-size: 1rem; } }

.story_quote_cite_name {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif; }
  .story_quote_cite_name:before {
    content: "—";
    margin-right: 7px; }

.story_quote_cite_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

/* ==========================================================================
	Story Detail
============================================================================= */
.story_detail {
  border-left: 10px solid #43FD71;
  padding: 20px 0 20px 25px; }
  @media screen and (min-width: 740px) {
    .story_detail {
      width: 60%; } }
  @media screen and (min-width: 980px) {
    .story_detail {
      padding-left: 50px; } }
  @media screen and (min-width: 1220px) {
    .story_detail {
      width: 50%; } }

.story_detail_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 3px;
  opacity: .85;
  text-transform: uppercase; }
  @media screen and (min-width: 980px) {
    .story_detail_label {
      font-size: 18px;
      font-size: 1.125rem; } }

.story_detail_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  margin: 0 0 10px; }
  @media screen and (min-width: 740px) {
    .story_detail_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }
  @media screen and (min-width: 980px) {
    .story_detail_title {
      margin-bottom: 20px; } }

.story_detail_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6; }
  @media screen and (min-width: 1220px) {
    .story_detail_caption {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.66667; } }
  .story_detail_caption p {
    margin: 0; }

.story_detail_footer {
  margin-top: 20px; }
  @media screen and (min-width: 980px) {
    .story_detail_footer {
      margin-top: 37px; } }

.story_detail_link {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 1.42857;
  margin-left: 10px;
  padding: 16px 20px;
  text-transform: uppercase;
  -webkit-transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, color .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s;
  transition: background .25s, border .25s, box-shadow .25s, color .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px; }
  .story_detail_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .story_detail_link [class*="icon"] {
        display: none; } }
  .story_detail_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .story_detail_link:before, .story_detail_link:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    -webkit-transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, -webkit-transform .25s;
    transition: background .25s, z-index .25s, transform .25s;
    transition: background .25s, z-index .25s, transform .25s, -webkit-transform .25s; }
  .story_detail_link:before {
    top: 10px;
    right: 10px;
    z-index: -4;
    background: #43FD71; }
  .story_detail_link:after {
    top: 0;
    left: 0;
    z-index: -2;
    background: #fff; }
  .story_detail_link [class*="label"] {
    color: #0F0F11;
    -webkit-transition: color .25s;
    transition: color .25s; }
  .story_detail_link [class*="icon"] {
    color: #0F0F11;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
  .story_detail_link:focus:before, .story_detail_link:hover:before {
    z-index: -2;
    -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px); }
  .story_detail_link:focus:after, .story_detail_link:hover:after {
    z-index: -4;
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px); }
  .story_detail_link:focus [class*="label"], .story_detail_link:hover [class*="label"] {
    color: #0F0F11; }
  .story_detail_link:focus [class*="icon"], .story_detail_link:hover [class*="icon"] {
    color: #0F0F11; }
  @media screen and (min-width: 1220px) {
    .story_detail_link {
      margin-right: 30px; } }

.story_detail_video {
  display: block;
  margin-top: 20px; }
  @media screen and (min-width: 1220px) {
    .story_detail_video {
      display: inline-block;
      margin-top: 0;
      vertical-align: middle; } }

.story_detail_video_button {
  height: 40px;
  width: 40px;
  position: relative;
  background: #1573DD;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  .story_detail_video:focus .story_detail_video_button,
  .story_detail_video:hover .story_detail_video_button {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.story_detail_video_button_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.story_detail_video_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
  line-height: 1.42857;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  .story_detail_video:focus .story_detail_video_label,
  .story_detail_video:hover .story_detail_video_label {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }

.upcoming_events {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5F7F9; }
  @media screen and (min-width: 740px) {
    .upcoming_events {
      padding-top: 60px; } }
  @media screen and (min-width: 980px) {
    .upcoming_events {
      padding-top: 80px; } }
  @media screen and (min-width: 1220px) {
    .upcoming_events {
      padding-top: 100px; } }
  @media screen and (min-width: 740px) {
    .upcoming_events {
      padding-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .upcoming_events {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .upcoming_events {
      padding-bottom: 100px; } }

.upcoming_events_header {
  margin-bottom: 20px; }
  @media screen and (min-width: 1220px) {
    .upcoming_events_header {
      margin-bottom: 44px; } }

.upcoming_events_link {
  display: inline-block;
  padding: 10px 0; }
  .upcoming_events_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .upcoming_events_link [class*="icon"] {
        display: none; } }
  .upcoming_events_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .upcoming_events_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .upcoming_events_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .upcoming_events_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .upcoming_events_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .upcoming_events_link:focus [class*="icon"]:not(svg), .upcoming_events_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .upcoming_events_link:focus [class*="icon"]:not(svg):before, .upcoming_events_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  @media screen and (max-width: 739px) {
    .upcoming_events_link {
      padding: 3px 0; } }

.upcoming_events_title {
  font-family: "Meta Serif W01 Bold";
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45455;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .upcoming_events_title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.46154; } }
  @media screen and (min-width: 1220px) {
    .upcoming_events_title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.41176; } }

@media screen and (min-width: 740px) {
  .upcoming_events_items {
    margin: 0 -30px; } }

@media screen and (min-width: 980px) {
  .upcoming_events_items {
    margin: 0 -60px; } }

@media screen and (min-width: 1220px) {
  .upcoming_events_items {
    margin: 0 -90px; } }

@media screen and (min-width: 740px) {
  .upcoming_events_items .lwcw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* ==========================================================================
	Component
============================================================================= */
.linked_list {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 5px solid #003473; }
  @media screen and (min-width: 740px) {
    .linked_list {
      margin-top: 60px; } }
  @media screen and (min-width: 980px) {
    .linked_list {
      margin-top: 80px; } }
  @media screen and (min-width: 740px) {
    .linked_list {
      margin-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .linked_list {
      margin-bottom: 80px; } }

.linked_list_header {
  padding: 13px 0 10px; }

.linked_list_title {
  margin: 0; }

.linked_list_title_icon {
  color: #1573DD;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle; }

.linked_list_title_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  vertical-align: middle;
  text-transform: uppercase; }

.linked_list_group {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 740px) {
    .linked_list_group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -14px; } }

@media screen and (min-width: 740px) {
  .linked_list_item {
    width: calc(50% - 28px);
    margin: 0 14px; } }

@media screen and (min-width: 1360px) {
  .linked_list_item {
    width: calc(33.33% - 28px); } }

.linked_list_link {
  position: relative;
  border-bottom: 1px solid rgba(118, 111, 103, 0.5);
  color: #1573DD;
  display: block;
  padding: 17px 0 16px; }
  @media screen and (min-width: 740px) {
    .linked_list_link {
      padding: 24px 0 23px; } }
  .linked_list_link:after {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1573DD;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .linked_list_link:focus:after, .linked_list_link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.linked_list_link_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.linked_list_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .linked_list_label {
      font-size: 16px;
      font-size: 1rem; } }

.linked_list_icon {
  display: inline-block;
  -webkit-transform-origin: center -100%;
          transform-origin: center -100%; }
  .linked_list_link:focus .linked_list_icon,
  .linked_list_link:hover .linked_list_icon {
    -webkit-animation: whistle 1s .375s infinite;
            animation: whistle 1s .375s infinite; }

@-webkit-keyframes whistle {
  40% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center -100%;
            transform-origin: center -100%; }
  60% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center 200%;
            transform-origin: center 200%; } }

@keyframes whistle {
  40% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center -100%;
            transform-origin: center -100%; }
  60% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center 200%;
            transform-origin: center 200%; } }

.program {
  margin-bottom: 25px; }

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

.program_body {
  background: #F5F7F9;
  padding: 16px 20px 28px; }
  @media screen and (min-width: 740px) {
    .program_body {
      padding: 36px 40px 40px; } }

.program_header {
  margin-bottom: 14px; }
  @media screen and (min-width: 740px) {
    .program_header {
      margin-bottom: 34px; } }

.program_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0F0F11;
  margin: 0 0 3px; }
  @media screen and (min-width: 740px) {
    .program_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714; } }
  @media screen and (min-width: 740px) {
    .program_title {
      margin-bottom: 15px; } }

.program_title_link {
  color: inherit;
  display: block;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .program_title_link:focus, .program_title_link:hover {
    color: #1573DD; }

.program_title_link_label {
  display: inline;
  margin-right: -10px; }

.program_title_link_icon {
  position: relative;
  left: 12px;
  display: inline-block; }
  @media screen and (min-width: 740px) {
    .program_title_link_icon {
      top: -2px; } }

.program_details {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .program_details {
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 2.2px;
      letter-spacing: 0.1375rem; } }

.program_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  margin-right: 5px; }

.program_degree {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

.program_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 30px; }
  @media screen and (min-width: 740px) {
    .program_caption {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  .program_caption p {
    margin: 0; }

.program_link {
  display: inline-block;
  padding: 10px 0;
  display: none; }
  .program_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .program_link [class*="icon"] {
        display: none; } }
  .program_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .program_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .program_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .program_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .program_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .program_link:focus [class*="icon"]:not(svg), .program_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .program_link:focus [class*="icon"]:not(svg):before, .program_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  @media screen and (min-width: 740px) {
    .program_link {
      display: inline-block;
      margin-top: 5px; } }

/* ==========================================================================
	Quote Item
============================================================================= */
.quote_item {
  margin-bottom: 25px; }
  @media screen and (min-width: 740px) {
    .theme_navy .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #003473;
              box-shadow: inset 10px -10px 0 0 #003473; } }
  .theme_navy .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #003473;
            box-shadow: -7px 7px 0 0 #003473; }
    @media screen and (min-width: 740px) {
      .theme_navy .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #003473;
                box-shadow: -10px 10px 0 0 #003473; } }
  .theme_navy .quote_item .quote_item_mini_mark {
    color: #003473; }
  @media screen and (min-width: 740px) {
    .theme_yellow .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #FFD600;
              box-shadow: inset 10px -10px 0 0 #FFD600; } }
  .theme_yellow .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #FFD600;
            box-shadow: -7px 7px 0 0 #FFD600; }
    @media screen and (min-width: 740px) {
      .theme_yellow .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #FFD600;
                box-shadow: -10px 10px 0 0 #FFD600; } }
  .theme_yellow .quote_item .quote_item_mini_mark {
    color: #FFD600; }
  @media screen and (min-width: 740px) {
    .theme_blue .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #1573DD;
              box-shadow: inset 10px -10px 0 0 #1573DD; } }
  .theme_blue .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #1573DD;
            box-shadow: -7px 7px 0 0 #1573DD; }
    @media screen and (min-width: 740px) {
      .theme_blue .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #1573DD;
                box-shadow: -10px 10px 0 0 #1573DD; } }
  .theme_blue .quote_item .quote_item_mini_mark {
    color: #1573DD; }
  @media screen and (min-width: 740px) {
    .theme_frog .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #43FD71;
              box-shadow: inset 10px -10px 0 0 #43FD71; } }
  .theme_frog .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #43FD71;
            box-shadow: -7px 7px 0 0 #43FD71; }
    @media screen and (min-width: 740px) {
      .theme_frog .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #43FD71;
                box-shadow: -10px 10px 0 0 #43FD71; } }
  .theme_frog .quote_item .quote_item_mini_mark {
    color: #43FD71; }
  @media screen and (min-width: 740px) {
    .theme_leaf .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #CAFF00;
              box-shadow: inset 10px -10px 0 0 #CAFF00; } }
  .theme_leaf .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #CAFF00;
            box-shadow: -7px 7px 0 0 #CAFF00; }
    @media screen and (min-width: 740px) {
      .theme_leaf .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #CAFF00;
                box-shadow: -10px 10px 0 0 #CAFF00; } }
  .theme_leaf .quote_item .quote_item_mini_mark {
    color: #CAFF00; }
  @media screen and (min-width: 740px) {
    .theme_bee .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #FFE300;
              box-shadow: inset 10px -10px 0 0 #FFE300; } }
  .theme_bee .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #FFE300;
            box-shadow: -7px 7px 0 0 #FFE300; }
    @media screen and (min-width: 740px) {
      .theme_bee .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #FFE300;
                box-shadow: -10px 10px 0 0 #FFE300; } }
  .theme_bee .quote_item .quote_item_mini_mark {
    color: #FFE300; }
  @media screen and (min-width: 740px) {
    .theme_sea .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #2AC6CA;
              box-shadow: inset 10px -10px 0 0 #2AC6CA; } }
  .theme_sea .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #2AC6CA;
            box-shadow: -7px 7px 0 0 #2AC6CA; }
    @media screen and (min-width: 740px) {
      .theme_sea .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #2AC6CA;
                box-shadow: -10px 10px 0 0 #2AC6CA; } }
  .theme_sea .quote_item .quote_item_mini_mark {
    color: #2AC6CA; }
  @media screen and (min-width: 740px) {
    .theme_forest .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #35C85A;
              box-shadow: inset 10px -10px 0 0 #35C85A; } }
  .theme_forest .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #35C85A;
            box-shadow: -7px 7px 0 0 #35C85A; }
    @media screen and (min-width: 740px) {
      .theme_forest .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #35C85A;
                box-shadow: -10px 10px 0 0 #35C85A; } }
  .theme_forest .quote_item .quote_item_mini_mark {
    color: #35C85A; }
  @media screen and (min-width: 740px) {
    .theme_mute .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #33545C;
              box-shadow: inset 10px -10px 0 0 #33545C; } }
  .theme_mute .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #33545C;
            box-shadow: -7px 7px 0 0 #33545C; }
    @media screen and (min-width: 740px) {
      .theme_mute .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #33545C;
                box-shadow: -10px 10px 0 0 #33545C; } }
  .theme_mute .quote_item .quote_item_mini_mark {
    color: #33545C; }
  @media screen and (min-width: 740px) {
    .theme_toad .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #4F775F;
              box-shadow: inset 10px -10px 0 0 #4F775F; } }
  .theme_toad .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #4F775F;
            box-shadow: -7px 7px 0 0 #4F775F; }
    @media screen and (min-width: 740px) {
      .theme_toad .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #4F775F;
                box-shadow: -10px 10px 0 0 #4F775F; } }
  .theme_toad .quote_item .quote_item_mini_mark {
    color: #4F775F; }
  @media screen and (min-width: 740px) {
    .theme_fog .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #844D5A;
              box-shadow: inset 10px -10px 0 0 #844D5A; } }
  .theme_fog .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #844D5A;
            box-shadow: -7px 7px 0 0 #844D5A; }
    @media screen and (min-width: 740px) {
      .theme_fog .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #844D5A;
                box-shadow: -10px 10px 0 0 #844D5A; } }
  .theme_fog .quote_item .quote_item_mini_mark {
    color: #844D5A; }
  @media screen and (min-width: 740px) {
    .theme_plum .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #44164E;
              box-shadow: inset 10px -10px 0 0 #44164E; } }
  .theme_plum .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #44164E;
            box-shadow: -7px 7px 0 0 #44164E; }
    @media screen and (min-width: 740px) {
      .theme_plum .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #44164E;
                box-shadow: -10px 10px 0 0 #44164E; } }
  .theme_plum .quote_item .quote_item_mini_mark {
    color: #44164E; }
  @media screen and (min-width: 740px) {
    .theme_jazz .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #AD2880;
              box-shadow: inset 10px -10px 0 0 #AD2880; } }
  .theme_jazz .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #AD2880;
            box-shadow: -7px 7px 0 0 #AD2880; }
    @media screen and (min-width: 740px) {
      .theme_jazz .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #AD2880;
                box-shadow: -10px 10px 0 0 #AD2880; } }
  .theme_jazz .quote_item .quote_item_mini_mark {
    color: #AD2880; }
  @media screen and (min-width: 740px) {
    .theme_fire .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #F8485E;
              box-shadow: inset 10px -10px 0 0 #F8485E; } }
  .theme_fire .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #F8485E;
            box-shadow: -7px 7px 0 0 #F8485E; }
    @media screen and (min-width: 740px) {
      .theme_fire .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #F8485E;
                box-shadow: -10px 10px 0 0 #F8485E; } }
  .theme_fire .quote_item .quote_item_mini_mark {
    color: #F8485E; }
  @media screen and (min-width: 740px) {
    .theme_orange .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #FF7E54;
              box-shadow: inset 10px -10px 0 0 #FF7E54; } }
  .theme_orange .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #FF7E54;
            box-shadow: -7px 7px 0 0 #FF7E54; }
    @media screen and (min-width: 740px) {
      .theme_orange .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #FF7E54;
                box-shadow: -10px 10px 0 0 #FF7E54; } }
  .theme_orange .quote_item .quote_item_mini_mark {
    color: #FF7E54; }
  @media screen and (min-width: 740px) {
    .theme_dark .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #0F0F11;
              box-shadow: inset 10px -10px 0 0 #0F0F11; } }
  .theme_dark .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #0F0F11;
            box-shadow: -7px 7px 0 0 #0F0F11; }
    @media screen and (min-width: 740px) {
      .theme_dark .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #0F0F11;
                box-shadow: -10px 10px 0 0 #0F0F11; } }
  .theme_dark .quote_item .quote_item_mini_mark {
    color: #0F0F11; }
  @media screen and (min-width: 740px) {
    .theme_mist .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #766F67;
              box-shadow: inset 10px -10px 0 0 #766F67; } }
  .theme_mist .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #766F67;
            box-shadow: -7px 7px 0 0 #766F67; }
    @media screen and (min-width: 740px) {
      .theme_mist .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #766F67;
                box-shadow: -10px 10px 0 0 #766F67; } }
  .theme_mist .quote_item .quote_item_mini_mark {
    color: #766F67; }
  @media screen and (min-width: 740px) {
    .theme_beige .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #EAE5DF;
              box-shadow: inset 10px -10px 0 0 #EAE5DF; } }
  .theme_beige .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #EAE5DF;
            box-shadow: -7px 7px 0 0 #EAE5DF; }
    @media screen and (min-width: 740px) {
      .theme_beige .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #EAE5DF;
                box-shadow: -10px 10px 0 0 #EAE5DF; } }
  .theme_beige .quote_item .quote_item_mini_mark {
    color: #EAE5DF; }
  @media screen and (min-width: 740px) {
    .theme_gray .quote_item .quote_item_figcaption:before {
      -webkit-box-shadow: inset 10px -10px 0 0 #F5F7F9;
              box-shadow: inset 10px -10px 0 0 #F5F7F9; } }
  .theme_gray .quote_item .quote_item_mark {
    -webkit-box-shadow: -7px 7px 0 0 #F5F7F9;
            box-shadow: -7px 7px 0 0 #F5F7F9; }
    @media screen and (min-width: 740px) {
      .theme_gray .quote_item .quote_item_mark {
        -webkit-box-shadow: -10px 10px 0 0 #F5F7F9;
                box-shadow: -10px 10px 0 0 #F5F7F9; } }
  .theme_gray .quote_item .quote_item_mini_mark {
    color: #F5F7F9; }

.quote_item_figure {
  position: relative; }
  @media print {
    .quote_item_figure {
      display: none; } }
  .quote_item_figure.theme_video:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(35%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 35%);
    content: ""; }

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

.quote_item_figcaption {
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding: 30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s; }
  .quote_item_figcaption:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    margin-top: 10px;
    margin-left: -10px; }
  .quote_item_figure:focus .quote_item_figcaption,
  .quote_item_figure:hover .quote_item_figcaption {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.quote_item_mark {
  height: 33px;
  width: 33px;
  position: absolute;
  bottom: 0;
  left: 7px;
  background: #fff;
  color: #0F0F11;
  -webkit-transition: height .35s, width .35s, background .35s;
  transition: height .35s, width .35s, background .35s; }
  @media screen and (min-width: 740px) {
    .quote_item_mark {
      height: 50px;
      width: 50px;
      left: 10px; } }
  .quote_item_figure:focus .quote_item_mark,
  .quote_item_figure:hover .quote_item_mark {
    height: calc(100% - 10px);
    width: calc(100% - 17px);
    background: rgba(15, 15, 17, 0.75); }
    @media screen and (min-width: 740px) {
      .quote_item_figure:focus .quote_item_mark,
      .quote_item_figure:hover .quote_item_mark {
        width: calc(100% - 20px); } }

.quote_item_mark_icon {
  position: absolute;
  bottom: 11px;
  left: 10px;
  -webkit-transition: opacity .15s;
  transition: opacity .15s; }
  @media screen and (min-width: 740px) {
    .quote_item_mark_icon {
      bottom: 20px;
      left: 17px;
      -webkit-transform: scale(1.5);
              transform: scale(1.5); } }
  .quote_item_figure:focus .quote_item_mark_icon,
  .quote_item_figure:hover .quote_item_mark_icon {
    opacity: 0; }

.quote_item_mini_mark {
  display: inline-block;
  margin-bottom: 5px; }
  @media screen and (min-width: 740px) {
    .quote_item_mini_mark {
      margin-bottom: 10px;
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      -webkit-transform-origin: left top;
              transform-origin: left top; } }

.quote_item_content {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 15px; }
  @media screen and (min-width: 740px) {
    .quote_item_content {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.5;
      margin-bottom: 25px; } }

.quote_item_mini_details {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #EAE5DF;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .quote_item_mini_details {
      font-size: 14px;
      font-size: 0.875rem; } }
  .quote_item_mini_details:before {
    content: "—";
    display: inline-block;
    margin-right: 2px; }

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

.quote_item_video_hint {
  position: absolute;
  bottom: 20px;
  left: 20px; }
  @media screen and (min-width: 740px) {
    .quote_item_video_hint {
      bottom: 30px;
      left: 30px; } }

.quote_item_video_hint_icon_bubble {
  height: 30px;
  width: 30px;
  position: relative;
  background: rgba(21, 115, 221, 0.5);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  transition: background .25s, transform .25s;
  transition: background .25s, transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .quote_item_video_hint_icon_bubble {
      height: 40px;
      width: 40px;
      margin-right: 10px; } }
  .quote_item_video:focus .quote_item_video_hint_icon_bubble,
  .quote_item_video:hover .quote_item_video_hint_icon_bubble {
    background: #1573DD;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.quote_item_video_hint_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85); }
  @media screen and (min-width: 740px) {
    .quote_item_video_hint_icon {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.quote_item_video_hint_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .quote_item_video_hint_label {
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 1.8px;
      letter-spacing: 0.1125rem; } }
  .quote_item_video:focus .quote_item_video_hint_label,
  .quote_item_video:hover .quote_item_video_hint_label {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }

/* ==========================================================================
	Quote Body
============================================================================= */
.quote_item_body {
  background: #F5F7F9;
  padding: 18px 20px 28px; }
  @media screen and (min-width: 740px) {
    .quote_item_body {
      padding: 35px 40px 38px; } }

.quote_item_header {
  margin-bottom: 16px; }
  @media screen and (min-width: 740px) {
    .quote_item_header {
      margin-bottom: 29px; } }

.quote_item_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0F0F11;
  margin: 0 0 7px; }
  @media screen and (min-width: 740px) {
    .quote_item_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714; } }
  @media screen and (min-width: 740px) {
    .quote_item_title {
      margin-bottom: 16px; } }

.quote_item_details {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .quote_item_details {
      font-size: 14px;
      font-size: 0.875rem; } }

.quote_item_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif; }

.quote_item_year {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

.quote_item_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }
  @media screen and (min-width: 740px) {
    .quote_item_caption {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  .quote_item_caption p {
    margin: 0; }

.quote_item_link {
  display: inline-block;
  padding: 10px 0;
  margin-top: 5px; }
  .quote_item_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .quote_item_link [class*="icon"] {
        display: none; } }
  .quote_item_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .quote_item_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .quote_item_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .quote_item_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .quote_item_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .quote_item_link:focus [class*="icon"]:not(svg), .quote_item_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .quote_item_link:focus [class*="icon"]:not(svg):before, .quote_item_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }

/* ==========================================================================
	Quote
============================================================================= */
.quote_card {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  margin-right: 0;
  margin-left: 0; }
  .quote_card.theme_yellow:before {
    background: #FFFD00; }
  .quote_card.theme_yellow:after {
    border-bottom-color: #FFD600;
    border-left-color: #FFD600; }
  .quote_card.theme_yellow .quote_card_icon {
    color: #FFD600; }
  .quote_card.theme_yellow .quote_card_body {
    color: #0F0F11; }
  .quote_card.theme_yellow .quote_card_cite {
    color: #0F0F11; }
  .quote_card.theme_green:before {
    background: #43FD71; }
  .quote_card.theme_green:after {
    border-bottom-color: #35C85A;
    border-left-color: #35C85A; }
  .quote_card.theme_green .quote_card_icon {
    color: #35C85A; }
  .quote_card.theme_green .quote_card_body {
    color: #0F0F11; }
  .quote_card.theme_green .quote_card_cite {
    color: #0F0F11; }
  @media screen and (min-width: 740px) {
    .quote_card {
      margin-top: 60px; } }
  @media screen and (min-width: 980px) {
    .quote_card {
      margin-top: 80px; } }
  @media screen and (min-width: 740px) {
    .quote_card {
      margin-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .quote_card {
      margin-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .quote_card {
      margin-bottom: 100px; } }
  @media print {
    .quote_card {
      border: 0 !important; } }
  .quote_card:before {
    height: calc(100% + 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 10px;
    content: ""; }
    @media print {
      .quote_card:before {
        background: none !important; } }
    @media screen and (min-width: 740px) {
      .quote_card:before {
        height: calc(100% + 20px);
        width: calc(100% - 20px);
        left: 20px; } }
  .quote_card:after {
    height: 100%;
    width: calc(100% - 10px);
    position: absolute;
    top: 20px;
    left: 0;
    border-bottom: 10px solid;
    border-left: 10px solid;
    content: "";
    pointer-events: none; }
    @media screen and (min-width: 740px) {
      .quote_card:after {
        width: calc(100% - 20px);
        top: 40px;
        border-bottom-width: 20px;
        border-left-width: 20px; } }
  .quote_card.theme_image:before {
    display: none; }
  .quote_card.theme_image:after {
    border-color: #FFE300; }

.quote_card_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 10px); }
  @media print {
    .quote_card_background {
      display: none; } }
  @media screen and (min-width: 740px) {
    .quote_card_background {
      height: calc(100% + 20px); } }
  .quote_card_background:before {
    height: calc(100% - 10px);
    width: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    content: ""; }
    @media screen and (min-width: 740px) {
      .quote_card_background:before {
        height: calc(100% - 20px);
        width: calc(100% - 40px);
        top: 20px;
        left: 20px; } }

.quote_card_inner {
  position: relative;
  z-index: 4;
  padding: 20px; }

.quote_card_content {
  padding: 20px 10px 0; }
  @media screen and (min-width: 500px) {
    .quote_card_content {
      padding: 20px 20px 0; } }
  @media screen and (min-width: 740px) {
    .quote_card_content {
      padding: 40px 30px 20px; } }
  @media screen and (min-width: 980px) {
    .quote_card_content {
      padding: 90px 70px 60px; } }

.quote_card_icon {
  display: inline-block;
  margin-bottom: 10px; }
  @media screen and (min-width: 740px) {
    .quote_card_icon {
      margin-bottom: 20px;
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scale(2);
              transform: scale(2); } }
  @media screen and (min-width: 980px) {
    .quote_card_icon {
      margin-bottom: 33px;
      -webkit-transform: scale(2.85);
              transform: scale(2.85); } }
  .theme_image .quote_card_icon {
    color: #FFE300; }

.quote_card_body {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556; }
  @media screen and (min-width: 740px) {
    .quote_card_body {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.58333; } }
  @media screen and (min-width: 980px) {
    .quote_card_body {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.57143; } }
  .theme_image .quote_card_body {
    color: #fff; }
  .quote_card_body p {
    margin: 0; }

.quote_card_cite {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  margin-top: 20px;
  text-transform: uppercase; }
  @media screen and (min-width: 740px) {
    .quote_card_cite {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 980px) {
    .quote_card_cite {
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 2px;
      letter-spacing: 0.125rem;
      margin-top: 48px; } }
  .theme_image .quote_card_cite {
    color: #fff; }

.quote_card_cite_name {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif; }
  .quote_card_cite_name:before {
    content: "—";
    margin-right: 7px; }

.quote_card_cite_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif; }

/* ==========================================================================
	stat
============================================================================= */
.stat {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  margin: 0; }
  .stat.theme_yellow:before {
    background: #FFFD00; }
  .stat.theme_yellow:after {
    border-bottom-color: #FFD600;
    border-left-color: #FFD600; }
  .stat.theme_yellow .stat_label {
    color: #0F0F11; }
    .stat.theme_yellow .stat_label:after {
      color: #FFD600; }
  .stat.theme_yellow .stat_body {
    color: #0F0F11; }
  .stat.theme_green:before {
    background: #43FD71; }
  .stat.theme_green:after {
    border-bottom-color: #35C85A;
    border-left-color: #35C85A; }
  .stat.theme_green .stat_label {
    color: #0F0F11; }
    .stat.theme_green .stat_label:after {
      color: #35C85A; }
  .stat.theme_green .stat_body {
    color: #0F0F11; }
  @media screen and (min-width: 740px) {
    .stat {
      margin-top: 60px; } }
  @media screen and (min-width: 980px) {
    .stat {
      margin-top: 80px; } }
  @media screen and (min-width: 740px) {
    .stat {
      margin-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .stat {
      margin-bottom: 80px; } }
  @media screen and (min-width: 1220px) {
    .stat {
      margin-bottom: 100px; } }
  .stat:before {
    height: calc(100% + 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 10px;
    content: ""; }
    @media print {
      .stat:before {
        background: none !important; } }
    @media screen and (min-width: 740px) {
      .stat:before {
        height: calc(100% + 20px);
        width: calc(100% - 20px);
        left: 20px; } }
  .stat:after {
    height: 100%;
    width: calc(100% - 10px);
    position: absolute;
    top: 20px;
    left: 0;
    border-bottom: 10px solid;
    border-left: 10px solid;
    content: "";
    pointer-events: none; }
    @media screen and (min-width: 740px) {
      .stat:after {
        width: calc(100% - 20px);
        top: 40px;
        border-bottom-width: 20px;
        border-left-width: 20px; } }
  .stat.theme_image:before {
    display: none; }
  .stat.theme_image:after {
    border-color: #43FD71; }

.stat_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 10px); }
  @media print {
    .stat_background {
      display: none; } }
  @media screen and (min-width: 740px) {
    .stat_background {
      height: calc(100% + 20px); } }
  .stat_background:before {
    height: calc(100% - 10px);
    width: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    content: ""; }
    @media screen and (min-width: 740px) {
      .stat_background:before {
        height: calc(100% - 20px);
        width: calc(100% - 40px);
        top: 20px;
        left: 20px; } }

.stat_inner {
  position: relative;
  z-index: 4;
  padding: 20px; }

.stat_content {
  padding: 20px 20px 0; }
  @media screen and (min-width: 740px) {
    .stat_content {
      padding: 40px 30px 20px; } }
  @media screen and (min-width: 980px) {
    .stat_content {
      padding: 45px 70px 27px; } }

.stat_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  display: inline-block; }
  @media screen and (min-width: 740px) {
    .stat_label {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 1.4; } }
  @media screen and (min-width: 980px) {
    .stat_label {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1.33333; } }
  @media screen and (min-width: 1220px) {
    .stat_label {
      font-size: 70px;
      font-size: 4.375rem;
      line-height: 1.14286; } }
  .stat_label:after {
    height: 8px;
    width: 50px;
    background: currentColor;
    content: "";
    display: block;
    margin: 18px 0 20px; }
  .theme_image .stat_label {
    color: #43FD71; }

.stat_body {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif; }
  @media screen and (min-width: 740px) {
    .stat_body {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.4375; } }
  @media screen and (max-width: 499px) {
    .stat_body {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.44444; } }
  .theme_image .stat_body {
    color: #fff; }
  .stat_body p {
    margin: 0; }

/* ==========================================================================
	Topic Row
============================================================================= */
.topic_block {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 740px) {
    .topic_block {
      margin-top: 60px; } }
  @media screen and (min-width: 980px) {
    .topic_block {
      margin-top: 80px; } }
  @media screen and (min-width: 740px) {
    .topic_block {
      margin-bottom: 60px; } }
  @media screen and (min-width: 980px) {
    .topic_block {
      margin-bottom: 80px; } }

.topic_item {
  margin-bottom: 40px; }
  @media screen and (min-width: 980px) {
    .topic_item {
      margin-bottom: 60px; } }
  .topic_item:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 740px) {
  .topic_item_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1220px) {
  .topic_item_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.topic_figure {
  position: relative;
  display: none; }
  @media screen and (min-width: 740px) {
    .topic_figure {
      width: 200px;
      display: block;
      margin-top: 13px; } }
  @media screen and (min-width: 1220px) {
    .topic_figure {
      width: 360px;
      margin-top: 0; } }

.topic_figure_link {
  display: block; }

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

.topic_video_button {
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(202, 255, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  transition: background .25s, transform .25s;
  transition: background .25s, transform .25s, -webkit-transform .25s; }
  .topic_figure_link:focus .topic_video_button,
  .topic_figure_link:hover .topic_video_button {
    background: #1573DD;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.topic_video_button_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media screen and (min-width: 740px) {
  .topic_wrapper {
    width: calc(100% - 200px);
    padding-left: 30px; } }

@media screen and (min-width: 1220px) {
  .topic_wrapper {
    width: calc(100% - 360px);
    padding-left: 45px; } }

.topic_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0F0F11;
  margin: 0 0 14px; }
  @media screen and (min-width: 740px) {
    .topic_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714; } }

.topic_title_link {
  color: inherit; }

.topic_caption {
  font-weight: 400;
  font-family: "Unit Offc W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }
  @media screen and (min-width: 740px) {
    .topic_caption {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  .topic_caption p {
    margin: 0; }

.topic_footer {
  margin-top: 8px; }

.topic_link {
  display: inline-block;
  padding: 10px 0; }
  .topic_link [class*="icon"] {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    @media print {
      .topic_link [class*="icon"] {
        display: none; } }
  .topic_link [class*="label"] {
    display: inline-block;
    vertical-align: middle; }
  .topic_link [class*="label"] {
    font-weight: 400;
    font-family: "Unit Offc W01 Medium", sans-serif;
    color: #1573DD;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 740px) {
      .topic_link [class*="label"] {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 1.4px;
        letter-spacing: 0.0875rem; } }
  .topic_link [class*="icon"]:not(svg) {
    z-index: 2;
    color: #1573DD;
    -webkit-transition: color .25s, -webkit-transform .25s;
    transition: color .25s, -webkit-transform .25s;
    transition: color .25s, transform .25s;
    transition: color .25s, transform .25s, -webkit-transform .25s; }
    .topic_link [class*="icon"]:not(svg):before {
      height: 26px;
      width: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -2;
      background: #1573DD;
      border-radius: 50%;
      content: "";
      margin-top: 1px;
      margin-left: 1px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .topic_link:focus [class*="icon"]:not(svg), .topic_link:hover [class*="icon"]:not(svg) {
    color: #fff;
    stroke-color: #fff;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
    .topic_link:focus [class*="icon"]:not(svg):before, .topic_link:hover [class*="icon"]:not(svg):before {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }

.video_item {
  margin-bottom: 25px; }

.video_item_figure {
  position: relative; }
  .video_item_figure:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(35%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 35%);
    content: ""; }

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

.video_item_video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 50%); }

.video_item_video_hint {
  position: absolute;
  bottom: 20px;
  left: 20px; }
  @media screen and (min-width: 740px) {
    .video_item_video_hint {
      bottom: 30px;
      left: 30px; } }

.video_item_video_hint_icon_bubble {
  height: 30px;
  width: 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  transition: background .25s, transform .25s;
  transition: background .25s, transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .video_item_video_hint_icon_bubble {
      height: 40px;
      width: 40px;
      margin-right: 10px; } }
  .video_item_video:focus .video_item_video_hint_icon_bubble,
  .video_item_video:hover .video_item_video_hint_icon_bubble {
    background: #1573DD;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.video_item_video_hint_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85); }
  @media screen and (min-width: 740px) {
    .video_item_video_hint_icon {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.video_item_video_hint_label {
  font-weight: 400;
  font-family: "Unit Offc W01 Medium", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  @media screen and (min-width: 740px) {
    .video_item_video_hint_label {
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 1.8px;
      letter-spacing: 0.1125rem; } }
  .video_item_video:focus .video_item_video_hint_label,
  .video_item_video:hover .video_item_video_hint_label {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }

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

.video_item_body {
  background: #F5F7F9;
  padding: 18px 20px 28px; }
  @media screen and (min-width: 740px) {
    .video_item_body {
      padding: 37px 40px 48px; } }

.video_item_title {
  font-weight: 400;
  font-family: "Unit Offc W01 Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0F0F11;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .video_item_title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.35714; } }

/* ==========================================================================
	Component
============================================================================= */
/* ==========================================================================
	Print
============================================================================= */
@media print {
  * {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #555 !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;
    padding: 10px;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  .print {
    display: block; } }

@font-face {
  font-family: "Meta Serif W01 Bold";
  src: url("../fonts/c502e332-7566-41fa-8f80-55c4024f43ca.eot?#iefix");
  src: url("../fonts/c502e332-7566-41fa-8f80-55c4024f43ca.eot?#iefix") format("eot"), url("../fonts/0ef28e2f-6e08-4dc2-a702-b35b02127b21.woff2") format("woff2"), url("../fonts/c9a0551d-116e-41a4-a9f6-f5579d06373f.woff") format("woff"), url("../fonts/a220770d-6334-4e1b-ada7-19a4dc47ab9c.ttf") format("truetype"), url("../fonts/4f654639-9adf-46cf-875a-3d1b97453269.svg#4f654639-9adf-46cf-875a-3d1b97453269") format("svg"); }

@font-face {
  font-family: "Meta Serif W01 Bold Italic";
  src: url("../fonts/c0cba81f-a291-48f4-9f67-41de3e60e2d9.eot?#iefix");
  src: url("../fonts/c0cba81f-a291-48f4-9f67-41de3e60e2d9.eot?#iefix") format("eot"), url("../fonts/36a9bc96-1b6d-4522-8e6a-584b7733f2a4.woff2") format("woff2"), url("../fonts/328efe93-6a91-4c91-b864-823f74aa7917.woff") format("woff"), url("../fonts/6ecd6e9a-ccdf-42d9-910e-2fe268d4f7a4.ttf") format("truetype"), url("../fonts/92c93959-9241-48d1-b25d-33fe22669b3f.svg#92c93959-9241-48d1-b25d-33fe22669b3f") format("svg"); }

@font-face {
  font-family: "Unit Offc W01 Light";
  src: url("../fonts/def987c2-632c-4b68-a545-632642b283b1.eot?#iefix");
  src: url("../fonts/def987c2-632c-4b68-a545-632642b283b1.eot?#iefix") format("eot"), url("../fonts/3c21b4d3-3289-401a-9c7f-8641263994ad.woff2") format("woff2"), url("../fonts/a7901f01-d73c-48f1-b542-55c2438299e0.woff") format("woff"), url("../fonts/05e23041-8571-4c01-8c67-b0bd6a13b845.ttf") format("truetype"), url("../fonts/4838279b-9fa4-4cda-a076-cb03e678a52d.svg#4838279b-9fa4-4cda-a076-cb03e678a52d") format("svg"); }

@font-face {
  font-family: "Unit Offc W01 Regular";
  src: url("../fonts/62ee022e-d24c-42af-a5bd-bcfebdf08011.eot?#iefix");
  src: url("../fonts/62ee022e-d24c-42af-a5bd-bcfebdf08011.eot?#iefix") format("eot"), url("../fonts/26b417f7-bc34-4753-b339-e4d5b6d2dacd.woff2") format("woff2"), url("../fonts/a6c91dda-d4ae-4d51-be05-1da4055b3900.woff") format("woff"), url("../fonts/1927e516-44e1-45eb-ac75-ecd7966d5c84.ttf") format("truetype"), url("../fonts/eac6988e-9a03-4b59-9e0c-ca323a876518.svg#eac6988e-9a03-4b59-9e0c-ca323a876518") format("svg"); }

@font-face {
  font-family: "Unit Offc W01 Medium";
  src: url("../fonts/10e6db45-cba0-4abc-9eaf-1801af4f738c.eot?#iefix");
  src: url("../fonts/10e6db45-cba0-4abc-9eaf-1801af4f738c.eot?#iefix") format("eot"), url("../fonts/91ab1f3b-167c-4ce1-b58e-6dcc52468064.woff2") format("woff2"), url("../fonts/ca49688c-50e1-4f26-bbf1-84ef6401353f.woff") format("woff"), url("../fonts/b99000ac-63d2-4676-88cc-42ee9576a440.ttf") format("truetype"), url("../fonts/63477d36-474e-4708-b996-7782e03346c0.svg#63477d36-474e-4708-b996-7782e03346c0") format("svg"); }

@font-face {
  font-family: "Unit Offc W01 Bold";
  src: url("../fonts/9f993023-6989-456c-b306-cb6ca3662071.eot?#iefix");
  src: url("../fonts/9f993023-6989-456c-b306-cb6ca3662071.eot?#iefix") format("eot"), url("../fonts/a8bdc4b5-08e3-4e40-9810-79d70377e4aa.woff2") format("woff2"), url("../fonts/051dfbb7-243c-48e4-b7f5-d698e93c6310.woff") format("woff"), url("../fonts/5e030e7f-e949-41a8-a36d-0d0968a531d5.ttf") format("truetype"), url("../fonts/6ac45c9f-03fa-467a-bc9a-5e00cd4c88b0.svg#6ac45c9f-03fa-467a-bc9a-5e00cd4c88b0") format("svg"); }
