/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/*! formstone v1.4.16 [background.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-background {
  overflow: hidden;
  position: relative;
}

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

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

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

.fs-background-media.fs-background-animated {
  transition: opacity .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: 50%;
  background-size: cover;
}

.fs-background-media.fs-background-fixed {
  background-position: 50%;
  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.16 [carousel.css] 2019-07-31 | 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 :after,
.fs-carousel:before,
.fs-carousel :before {
  box-sizing: border-box;
  transition: none;
  -webkit-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: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden;
  transition: transform .5s ease;
  transform: translateZ(0);
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  -ms-flex-align: start;
  align-items: flex-start;
  transition: height .5s ease,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;
  -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.16 [checkbox.css] 2019-07-31 | GPL-3.0 License | formstone.it */

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

.fs-checkbox,
.fs-checkbox *,
.fs-checkbox:after,
.fs-checkbox :after,
.fs-checkbox:before,
.fs-checkbox :before {
  box-sizing: border-box;
  transition: none;
  -webkit-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;
  transition: none;
  opacity: 0;
  -webkit-appearance: none;
}

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

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

.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;
  transition: transform .15s ease;
  transform: rotate(45deg) scale(0);
}

.fs-checkbox-checked .fs-checkbox-flag:before {
  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;
  transform: scale(0);
  transition: transform .15s ease;
}

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

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

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

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

.fs-checkbox-disabled .fs-checkbox-marker,
.fs-checkbox-label.fs-checkbox-disabled {
  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;
  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,
.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.16 [dropdown.css] 2019-07-31 | 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 :after,
.fs-dropdown:before,
.fs-dropdown :before {
  box-sizing: border-box;
  transition: none;
  -webkit-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-group,
.fs-dropdown-disabled .fs-dropdown-item,
.fs-dropdown-disabled .fs-dropdown-selected {
  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.16 [lightbox.css] 2019-07-31 | 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;
  transform: translateZ(0);
}

.fs-lightbox,
.fs-lightbox :not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-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 {
  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 {
  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;
  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;
  transform: translate3D(0,0,0);
}

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

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

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

.fs-lightbox-iframe {
  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,
.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;
  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;
  transform: translateY(-50%);
}

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

.fs-lightbox-loading .fs-lightbox-content,
.fs-lightbox-loading .fs-lightbox-control,
.fs-lightbox-loading .fs-lightbox-meta,
.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 0;
  transition: opacity .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-control {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  transform: translate(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;
  transform: translateY(100%);
  transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
}

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

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  transform: translate(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.16 [viewer.css] 2019-07-31 | GPL-3.0 License | formstone.it */

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

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

.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;
  transform: translate3D(0,0,0);
  transition: opacity .25s ease;
}

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

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

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

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

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

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

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

/*! formstone v1.4.16 [navigation.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-navigation,
.fs-navigation *,
.fs-navigation:after,
.fs-navigation :after,
.fs-navigation:before,
.fs-navigation :before {
  box-sizing: border-box;
  transition: none;
  -webkit-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 {
  transition: visibility 1ms linear .2s;
}

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

.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 {
  transform: translate3D(-270px,0,0);
}

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

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

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

.fs-navigation-overlay-nav.fs-navigation-open,
.fs-navigation-push-nav.fs-navigation-open {
  transform: translate3D(0,0,0);
  transition: transform .2s ease,visibility 1ms 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: hsla(0,0%,100%,.75);
  content: "";
  display: block;
  opacity: 0;
  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;
  transform: translate3D(0,0,0);
}

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

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

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

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

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

/*! formstone v1.4.16 [pagination.css] 2019-07-31 | 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.16 [grid.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-grid .fs-row,
.fs_grid_row {
  min-width: 300px;
  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 {
  -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 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

.fs_grid_row_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;
  -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 {
  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%;
  -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 {
  -ms-flex-order: -1;
  order: -1;
}

.fs_grid_cell_last {
  -ms-flex-order: 1;
  order: 1;
}

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

* {
  box-sizing: border-box;
}

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

.fs-grid .fs-row.fs-all-reverse {
  -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 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

.fs-grid .fs-row.fs-all-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 {
  -ms-flex-order: -1;
  order: -1;
}

.fs-grid .fs-row .fs-cell.fs-all-last,
.fs-grid .fs-row [class*=-contained].fs-all-last {
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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;
  -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%;
  -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 {
    -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 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-sm-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-sm-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-sm-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .fs-grid .fs-row.fs-sm-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-sm-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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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 {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-sm-last,
  .fs-grid .fs-row [class*=-contained].fs-sm-last {
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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%;
    -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 {
    -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 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-xs-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-xs-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-xs-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .fs-grid .fs-row.fs-xs-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-xs-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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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 {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-xs-last,
  .fs-grid .fs-row [class*=-contained].fs-xs-last {
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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%;
    -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 {
    -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 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-md-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-md-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-md-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .fs-grid .fs-row.fs-md-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-md-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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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 {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-md-last,
  .fs-grid .fs-row [class*=-contained].fs-md-last {
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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%;
    -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 {
    -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 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-lg-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-lg-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-lg-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .fs-grid .fs-row.fs-lg-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-lg-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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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 {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-lg-last,
  .fs-grid .fs-row [class*=-contained].fs-lg-last {
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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%;
    -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 {
    -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 {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fs-grid .fs-row.fs-xl-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fs-grid .fs-row.fs-xl-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-grid .fs-row.fs-xl-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .fs-grid .fs-row.fs-xl-align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-grid .fs-row.fs-xl-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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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 {
    -ms-flex-order: -1;
    order: -1;
  }

  .fs-grid .fs-row .fs-cell.fs-xl-last,
  .fs-grid .fs-row [class*=-contained].fs-xl-last {
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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;
    -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%;
    -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;
  }
}

[data-whatinput=mouse] a:focus,
[data-whatinput=mouse] button:focus,
[data-whatinput=touch] a:focus,
[data-whatinput=touch] button:focus {
  outline: none;
}

html {
  box-sizing: border-box;
}

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

body {
  min-width: 300px;
  overflow-x: hidden;
}

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

iframe {
  width: 100%!important;
  border: none;
}

menu {
  margin: 0;
  padding: 0;
}

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

figure,
hr {
  margin: 0;
}

hr {
  height: 1px;
  background: #ddd;
  border: none;
}

.symbol {
  display: block;
  stroke: inherit;
  fill: currentColor;
  transition: fill .25s;
}

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

.symbol_arrow_down {
  height: 12px;
  width: 15px;
}

.symbol_arrow_right {
  height: 12px;
  width: 14px;
}

.symbol_arrow_over,
.symbol_arrow_up {
  height: 13px;
  width: 15px;
}

.symbol_calendar {
  height: 14px;
  width: 13px;
}

.symbol_caret_down {
  height: 10px;
  width: 20px;
}

.symbol_cart {
  height: 12px;
  width: 12px;
}

.symbol_chevron_left,
.symbol_chevron_right {
  height: 20px;
  width: 20px;
}

.symbol_circled_arrow_left,
.symbol_circled_arrow_right {
  height: 50px;
  width: 50px;
}

.symbol_circles {
  height: 40px;
  width: 38px;
}

.symbol_clock {
  height: 12px;
  width: 12px;
}

.symbol_close {
  height: 12px;
  width: 14px;
}

.symbol_email {
  height: 11px;
  width: 14px;
}

.symbol_facebook {
  height: 15px;
  width: 15px;
}

.symbol_gear {
  height: 20px;
  width: 20px;
}

.symbol_home {
  height: 9px;
  width: 9px;
}

.symbol_info {
  height: 31px;
  width: 31px;
}

.symbol_mail {
  height: 11px;
  width: 15px;
}

.symbol_logo {
  height: 114px;
  width: 390px;
}

.symbol_logo_expanded {
  height: 98px;
  width: 510px;
}

.symbol_logo_expanded_white {
  height: 40px;
  width: 204px;
}

.symbol_marker {
  height: 14px;
  width: 10px;
}

.symbol_phone {
  height: 12px;
  width: 12px;
}

.symbol_play {
  height: 42px;
  width: 42px;
}

.symbol_printer {
  height: 12px;
  width: 12px;
}

.symbol_search,
.symbol_share {
  height: 15px;
  width: 15px;
}

.symbol_twitter {
  height: 12px;
  width: 15px;
}

.symbol_user,
.symbol_video_pause,
.symbol_video_play {
  height: 12px;
  width: 10px;
}

.cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cover_image {
  position: relative;
  z-index: 2;
}

.cover_image img {
  width: auto;
  height: auto;
  min-width: 100%!important;
  min-height: 100%!important;
  z-index: 0;
}

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

.center_vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.absolute_center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hide {
  display: none!important;
  visibility: hidden;
}

.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;
}

.offscreen {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -999px;
  overflow: hidden;
  z-index: -999;
}

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

a {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
}

strong {
  font-weight: 700;
}

.typography {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (min-width:740px) {
  .typography {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.typography a {
  color: #017b90;
  transition: color .25s,background .25s;
}

.typography a:focus,
.typography a:hover {
  color: #6c297a;
}

.typography p {
  margin: 30px 0;
}

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

.typography h1 {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 50px 0 3px;
}

@media screen and (min-width:500px) {
  .typography h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .typography h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .typography h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .typography h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

.typography h2 {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #6c297a;
  margin: 50px 0 3px;
}

@media screen and (min-width:500px) {
  .typography h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .typography h2 {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .typography h2 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .typography h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:500px) {
  .typography h2 {
    margin-bottom: 12px;
  }
}

.typography h3 {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 53px 0 6px;
}

@media screen and (min-width:500px) {
  .typography h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:740px) {
  .typography h3 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.27586;
  }
}

@media screen and (min-width:980px) {
  .typography h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.23529;
  }
}

@media screen and (min-width:1220px) {
  .typography h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.175;
  }
}

@media screen and (min-width:500px) {
  .typography h3 {
    margin-bottom: 20px;
  }
}

.typography h4 {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin: 56px 0 4px;
}

@media screen and (min-width:500px) {
  .typography h4 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63158;
  }
}

@media screen and (min-width:740px) {
  .typography h4 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:980px) {
  .typography h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.26923;
  }
}

@media screen and (min-width:1220px) {
  .typography h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
  }
}

@media screen and (min-width:500px) {
  .typography h4 {
    margin-bottom: 10px;
  }
}

.typography h5 {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  margin: 58px 0 0;
}

@media screen and (min-width:740px) {
  .typography h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.88235;
  }
}

@media screen and (min-width:980px) {
  .typography h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

@media screen and (min-width:500px) {
  .typography h5 {
    margin-bottom: 2px;
  }
}

.typography h6 {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  margin: 55px 0 0;
}

@media screen and (min-width:500px) {
  .typography h6 {
    margin-bottom: 3px;
  }
}

.typography .intro {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
}

@media screen and (min-width:500px) {
  .typography .intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .typography .intro {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .typography .intro {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .typography .intro {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.typography .copy {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #3f3f3f;
}

@media screen and (min-width:740px) {
  .typography .copy {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.typography .label {
  color: #454545;
}

.typography .caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  color: #454545;
}

.wysiwyg_block {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width:740px) {
  .wysiwyg_block {
    margin-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .wysiwyg_block {
    margin-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .wysiwyg_block {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .wysiwyg_block {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .wysiwyg_block {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .wysiwyg_block {
    margin-bottom: 100px;
  }
}

.wysiwyg_block .typography :first-child {
  margin-top: 0;
}

.wysiwyg_block .typography :last-child {
  margin-bottom: 0;
}

.layout_home .wysiwyg_block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 8;
  background: #fff;
  margin: 0;
  transform: translateZ(0);
}

@media screen and (min-width:740px) {
  .layout_home .wysiwyg_block {
    padding-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .layout_home .wysiwyg_block {
    padding-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .layout_home .wysiwyg_block {
    padding-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .layout_home .wysiwyg_block {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .layout_home .wysiwyg_block {
    padding-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .layout_home .wysiwyg_block {
    padding-bottom: 100px;
  }
}

.main_content>.typography>:last-child {
  margin-bottom: 0;
}

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

.typography .aligncenter,
.typography .alignleft,
.typography .alignnone,
.typography .alignright,
.typography .block_center,
.typography .block_left,
.typography .block_right {
  width: auto;
  border: 1px solid #ebebeb;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  table-layout: fixed;
}

.typography .aligncenter img,
.typography .alignleft img,
.typography .alignnone img,
.typography .alignright img,
.typography .block_center img,
.typography .block_left img,
.typography .block_right img {
  display: block;
  margin: -1px;
  max-width: calc(100% + 2px);
}

.typography .aligncenter figcaption,
.typography .alignleft figcaption,
.typography .alignnone figcaption,
.typography .alignright figcaption,
.typography .block_center figcaption,
.typography .block_left figcaption,
.typography .block_right figcaption {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  border: 1px solid #ebebeb;
  display: block;
  margin: 0 10px 10px;
  padding: 8px 10px;
}

@media screen and (min-width:740px) {
  .typography .aligncenter figcaption,
  .typography .alignleft figcaption,
  .typography .alignnone figcaption,
  .typography .alignright figcaption,
  .typography .block_center figcaption,
  .typography .block_left figcaption,
  .typography .block_right figcaption {
    margin: 0 20px 20px;
    padding: 13px 20px 15px;
  }
}

.typography .aligncenter+*,
.typography .alignleft+*,
.typography .alignnone+*,
.typography .alignright+*,
.typography .block_center+*,
.typography .block_left+*,
.typography .block_right+* {
  margin-top: 0;
}

.typography .alignleft,
.typography .alignright,
.typography .block_left,
.typography .block_right {
  max-width: 50%;
}

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

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

@media screen and (min-width:740px) {
  .typography .alignleft,
  .typography .block_left {
    margin-right: 50px;
  }
}

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

@media screen and (min-width:740px) {
  .typography .alignright,
  .typography .block_right {
    margin-left: 50px;
  }
}

@media screen and (min-width:980px) {
  .typography .alignright,
  .typography .block_right {
    margin-right: calc(-140px - 1.04166667% - 20px);
  }
}

@media screen and (min-width:1220px) {
  .typography .alignright,
  .typography .block_right {
    margin-right: calc(-180px - 1.04166667% - 20px);
  }
}

.typography .aligncenter,
.typography .block_center {
  text-align: center;
}

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

.video_frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

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

.typography blockquote {
  margin: 20px 0;
}

.typography blockquote p {
  margin: 0;
}

.typography ol,
.typography ul {
  list-style: none;
}

.typography ol li,
.typography ul li {
  margin: 10px 0;
}

.typography ol {
  counter-reset: a;
}

.typography ol>li:before {
  content: counter(a) ". ";
  counter-increment: a;
}

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

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

.typography ul li:before {
  width: 5px;
  height: 5px;
  background: #444;
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  margin: 10px 0 0 -15px;
}

.typography table {
  width: 100%;
  border-collapse: collapse;
}

.typography table tr:nth-child(odd) {
  background: #eaeaea;
}

.typography table th {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  background: #666;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
}

.typography table td {
  padding: 10px 20px;
}

.table_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: .01%;
}

.table_wrapper_overflow {
  position: relative;
  border: 1px solid #ccc;
}

.table_wrapper_overflow:after {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg,transparent,rgba(0,0,0,.1));
  content: "";
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.skip_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 300;
  background: #9d0952;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  transform: translate(-50%,-200%);
  transition: top .35s,transform .35s;
}

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

@media screen and (min-width:740px) {
  .skip_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .skip_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.skip_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .skip_link [class*=icon] {
    display: none;
  }
}

.skip_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.skip_link:active,
.skip_link:focus {
  transform: translate(-50%,40px);
}

.no-csstransforms .skip_link {
  top: -100%;
}

.no-csstransforms .skip_link:active,
.no-csstransforms .skip_link:focus {
  top: 40px;
}

form h5 {
  color: #9d0952;
}

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

label:not(.fs-checkbox-label) {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  margin: 5px 0;
  display: block;
}

input,
textarea {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  -webkit-appearance: none;
  appearance: none;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 15px 20px;
  transition: background .25s,border .25s;
  width: 100%;
}

@media screen and (min-width:740px) {
  input,
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
    padding: 12px 20px;
  }
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
  background: #fff;
  border-color: #9d0952;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

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

select {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: #9d0952 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAFYwwxmAAAABGdBTUEAALGPC/xhBQAAAONJREFUOBGtU9sRgjAQBGf84pcCtAFaoAdtgi4oA5qgB1uwAgrg1y8/jLsxF80lZvBxMzd3t7e7CTAUxpgBaaNgsGMtpeFAdCldc0O1PeqRWBSh1q1Fbt2JlYiNW+4FcPOj4NStBmbeKxO1F4BkL6LIkyfoBsSOZI0nH0eTMI98TTUdMjF7IUiHN0S+4jBAnBJk+Q4ReXkh78KtmhyxU3A8ghh+DaFwgTw5p18KPZ6HYGiQly8cqWnkglHFsv/AtI8MUgAMK+Q5Y8xdldJmMYha5BUpwb7NitYsYcKff1jD/TvnDjLV14Il6CpEAAAAAElFTkSuQmCC") no-repeat calc(100% - 20px) 50%/10px 6px;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 0 20px;
  transition: background .25s;
}

select:focus,
select:hover {
  background-color: #000;
}

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

.form_column_flex {
  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 {
    column-count: 2;
    column-gap: 20px;
  }

  .form_column_2>* {
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

.form-builder [class*=wrapper] {
  margin-bottom: 20px;
}

form.form_builder .form_builder_errors {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  color: #c00;
}

form.form_builder .form_builder_error_list_entry_link {
  color: #22323e;
  text-decoration: underline;
}

form.form_builder .form_builder_required_message {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  color: #999;
  text-align: right;
}

form.form_builder .form_builder_required_star {
  color: #c00;
  font-size: 20px;
  font-size: 1.25rem;
}

form.form_builder legend {
  color: #22323e;
}

form.form_builder label,
form.form_builder legend {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  margin: 5px 0;
  font-size: 12px;
}

form.form_builder label {
  color: #87939a;
}

form.form_builder h2 {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
}

@media screen and (min-width:500px) {
  form.form_builder h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  form.form_builder h2 {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  form.form_builder h2 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  form.form_builder h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

form.form_builder p {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (min-width:740px) {
  form.form_builder p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

form.form_builder input.form_builder_text {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  -webkit-appearance: none;
  appearance: none;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 15px 20px;
  transition: background .25s,border .25s;
  height: auto;
}

@media screen and (min-width:740px) {
  form.form_builder input.form_builder_text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
    padding: 12px 20px;
  }
}

form.form_builder input.form_builder_text:focus,
form.form_builder input.form_builder_text:hover {
  background: #fff;
  border-color: #9d0952;
}

form.form_builder .fs-checkbox {
  display: inline-block;
  float: left;
}

form.form_builder label.fs-checkbox-label {
  display: inline-block;
  padding: 4px 0;
}

form.form_builder input.form_builder_submit {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  height: auto;
  width: auto;
  background: #9d0952;
  border: 0;
  color: #fff;
}

@media print {
  form.form_builder input.form_builder_submit {
    display: none;
  }
}

@media screen and (min-width:740px) {
  form.form_builder input.form_builder_submit {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  form.form_builder input.form_builder_submit {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

form.form_builder input.form_builder_submit [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  form.form_builder input.form_builder_submit [class*=icon] {
    display: none;
  }
}

form.form_builder input.form_builder_submit [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

form.form_builder input.form_builder_submit:focus,
form.form_builder input.form_builder_submit:hover {
  background: #000;
}

form.form_builder .fs-checkbox {
  margin-bottom: 0;
}

@media screen and (min-width:500px) {
  form.form_builder .form_builder_firstname {
    width: 48.5%;
    float: left;
    margin: 0 3% 2% 0;
  }
}

@media screen and (min-width:500px) {
  form.form_builder .form_builder_lastname {
    width: 48.5%;
    float: left;
    margin: 0 0 2%;
  }
}

form.form_builder .form_builder_date_2,
form.form_builder .form_builder_date_3 {
  width: 80px;
  float: left;
  margin-right: 10px;
}

form.form_builder .form_builder_date_4 {
  width: 90px;
  float: left;
}

form.form_builder .form_builder_full {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}

form.form_builder .form_builder_split {
  width: 48.5%;
  float: left;
  margin: 0 3% 2% 0;
}

form.form_builder .form_builder_split_last_col {
  margin-right: 0;
}

form.form_builder .form_builder_phone_3 {
  float: left;
  margin-right: 10px;
}

form.form_builder .form_builder_phone_3 input {
  width: 75px;
}

form.form_builder .form_builder_phone_4 {
  float: left;
}

form.form_builder .form_builder_phone_4 input {
  width: 90px;
}

.form_builder_captcha_instructions {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #22323e;
  font-weight: 400;
}

.logo {
  margin: 0;
  --logo-icon-color: #3f3f3f;
}

.mobile_sidebar_group .logo,
body.layout_home .logo {
  --logo-icon-color: #fff;
}

.logo_header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media screen and (min-width:980px) {
  .logo_header {
    display: block;
  }
}

@media screen and (max-width:739px) {
  .navie-lock .logo_header {
    opacity: 1;
  }
}

.pinned .logo_header {
  opacity: 1;
  display: block;
}

.pinned .logo_header .symbol {
  height: auto;
  max-width: 300px;
}

.logo_page_header {
  display: none;
}

@media screen and (min-width:980px) {
  .logo_page_header {
    display: block;
    margin-right: 40px;
    padding: 40px 0;
  }
}

.logo_footer {
  margin-bottom: 21px;
}

@media screen and (min-width:980px) {
  .logo_footer {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}

@media screen and (min-width:1220px) {
  .logo_footer {
    padding-bottom: 7px;
  }
}

@media screen and (min-width:1270px) {
  .logo_footer {
    padding-bottom: 9px;
  }
}

.logo_home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media screen and (min-width:980px) {
  .logo_home {
    display: block;
  }
}

@media screen and (min-width:980px) {
  .pinned .logo_home {
    opacity: 0;
  }
}

.logo_home_mini {
  transition: opacity .25s;
}

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

@media screen and (max-width:739px) {
  .navie-lock .logo_home_mini {
    opacity: 0;
  }
}

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

.logo_symbol .logo_link_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.logo_symbol .logo_link_label.focusable:active,
.logo_symbol .logo_link_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.logo_link_symbol {
  color: var(--logo-icon-color);
  fill: var(--logo-icon-color);
  display: block;
}

@media screen and (max-width:1219px) {
  .logo_footer .symbol_logo {
    height: 82px;
    width: 281px;
    margin: 0 auto;
  }
}

.logo_home .symbol_logo {
  height: 85px;
  width: 287px;
}

@media screen and (max-width:979px) {
  .logo_header .symbol_logo_expanded {
    height: 40px;
    width: 204px;
  }
}

@media screen and (min-width:980px) and (max-width:1219px) {
  .logo_page_header .symbol_logo_expanded {
    height: 85px;
    width: 440px;
  }
}

@media screen and (min-width:980px) {
  .logo_page_header_full .symbol_logo_expanded_white {
    height: 85px;
    width: 440px;
  }
}

@media screen and (min-width:1220px) {
  .logo_page_header_full .symbol_logo_expanded_white {
    height: 98px;
    width: 510px;
  }
}

.logo_print {
  display: none;
}

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

.site_search_handle {
  display: none;
}

@media screen and (min-width:980px) {
  .site_search_handle {
    height: 100%;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: color .25s,transform .25s;
  }
}

@media screen and (min-width:1220px) {
  .site_search_handle {
    width: 35px;
  }
}

@media screen and (min-width:980px) {
  .site_search_handle:focus,
  .site_search_handle:hover {
    color: #9d0952;
  }
}

@media screen and (min-width:980px) {
  .layout_home:not(.pinned) .site_search_handle:focus,
  .layout_home:not(.pinned) .site_search_handle:hover {
    color: hsla(0,0%,100%,.6);
  }
}

@media screen and (min-width:980px) {
  .layout_home:not(.pinned) .site_search_handle {
    color: #fff;
  }
}

.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;
  margin-bottom: 34px;
}

.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 {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
  background: #000;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 13px;
  font-size: .8125rem;
  padding: 17px 10px;
  transition: border .25s;
}

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

.site_search_input:focus,
.site_search_input:hover {
  background: #000;
  border-color: #017b90;
  color: #fff;
}

.site_search_input::-webkit-input-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.site_search_input::-moz-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.site_search_input:-ms-input-placeholder,
.site_search_input::-ms-input-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.site_search_input::placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.site_search_input[placeholder] {
  text-overflow: ellipsis;
}

.site_search_button {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  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%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
}

.site_search_results {
  background: #9d0952;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-top: 42px;
  padding-bottom: 200px;
}

@media screen and (min-width:740px) {
  .site_search_results {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}

@media screen and (min-width:980px) {
  .site_search_results {
    margin-top: -50px;
  }
}

.site_search_results .site_search_header {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  margin-bottom: 30px;
}

@media screen and (min-width:740px) {
  .site_search_results .site_search_header {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .site_search_results .site_search_header {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .site_search_header {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .site_search_results .site_search_header {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .site_search_results .site_search_header {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .site_search_results .site_search_header {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .site_search_header {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .site_search_results .site_search_header {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .site_search_results .site_search_header {
    margin-bottom: 60px;
  }
}

.site_search_results .site_search_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #fff;
  clear: both;
  margin: 0;
}

@media screen and (min-width:500px) {
  .site_search_results .site_search_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .site_search_results .site_search_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .site_search_results .site_search_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .site_search_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

.site_search_results .site_search_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
  max-width: 1000px;
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
}

@media screen and (min-width:500px) {
  .site_search_results .site_search_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .site_search_results .site_search_caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .site_search_results .site_search_caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .site_search_caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.site_search_results .site_search_caption a {
  border-bottom: 1px solid #fff;
  color: inherit;
  transition: color .25s;
}

.site_search_results .site_search_caption a:focus,
.site_search_results .site_search_caption a:hover {
  color: hsla(0,0%,100%,.65);
}

.site_search_results .gsc-control-cse {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

.site_search_results .gsc-search-box {
  position: relative;
  font-size: inherit;
  margin-bottom: 90px;
}

form.gsc-search-box {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
}

@media screen and (min-width:740px) {
  form.gsc-search-box {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  form.gsc-search-box {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  form.gsc-search-box {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  form.gsc-search-box {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  form.gsc-search-box {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  form.gsc-search-box {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  form.gsc-search-box {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  form.gsc-search-box {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

table.gsc-search-box {
  position: relative;
}

table.gsc-search-box:before {
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid hsla(0,0%,100%,.25);
  content: "";
  pointer-events: none;
  transform: translate(-50%,-50%);
}

@media screen and (min-width:1400px) {
  table.gsc-search-box:before {
    height: calc(100% + 40px);
    width: calc(100% + 40px);
  }
}

.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;
}

.site_search_results .gsc-search-box input.gsc-input {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
  height: auto!important;
  width: 100%;
  background-color: #fff!important;
  background-position: 20px 50%!important;
  border: 0;
  font-size: inherit;
  margin: 0!important;
  padding: 24px 30px!important;
}

@media screen and (min-width:500px) {
  .site_search_results .gsc-search-box input.gsc-input {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-search-box input.gsc-input {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .site_search_results .gsc-search-box input.gsc-input {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .gsc-search-box input.gsc-input {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.site_search_results .gsc-search-box td.gsc-search-button {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
  transition: background .25s;
}

.site_search_results .gsc-search-box td.gsc-search-button:after,
.site_search_results .gsc-search-box td.gsc-search-button:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  transition: opacity .25s;
}

.site_search_results .gsc-search-box td.gsc-search-button:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAFN++nkAAAABGdBTUEAALGPC/xhBQAACjJJREFUaAXdm3tsVmcdx+nbUhx0dXipUmSjbmzzErepU9jFciuGgUwzGxMXo8aJm07NYhyLWaR/OJFpdGZTHNFld/9gJtrYNLaUtgIzCrvJNudExwwbBqoLyKUUSv18z87v8JxznvO+533bQuUkp8/vfnuu5+Fl0iTnaW5uPuSgJ0EYIyexSZOSuMuL4Pnz5+8RUsgyOzIy8vZI2gfE3MQQpJN4YEA+xTCmtT7rES0mhIU1ELZGXANcKeC1CxcuPD/guYyUsI9pQgUD3Bb/NwovNDQ0TFm8ePG5LpOKrRNeZUQzv2DBgurNmzdfgMCw8VJtS0vLnEhTXNNOSUKQ+w0bNgyleFIqpigFanNeSiasbGwgpaw7BNdAgcSaHV5ZYKG/v/8KaSiCUpryqmqaXFQw9ffw8PBOMTAY0VG4CdJPTaG6uvqCTZs2/V14JGTMUq26aGho6EUZiUIwpZUrV06uq6vb0dTU9N3Zs2cf2bVr1x+Nl2wjz+R8KcV7KikQ4iOk4h2HKtZqFYP2IZ+yeHp9vGBkoXiVlxkSQ+MDMZmiVmOS6eEb5FFVVXV2Qi4TpdqNxgyU+/r6DhqhVHvs2LGvmYy/gsb1tIVCod/IgTJ5/8QIpVpGV6fJFMi3BeTLRshq6Y3rvbxSFV+xYsXZkkkqRyPMmOS0qre3904TNLrh7qSJlMVkZs1kZu02QbWktZ3euFywGXINiJ77kQEzEvOc10IuZSrcxkxbnceoeo30NuaRlUwqapytxlmbawCjj4DfmBzFra2ttQMDA3edOHFCK1X00GGX0mHPRAQPEDnGYWwdwdnVONri0ckkYUM71N9MQOtsW1vbCcPdNnDslhSHD+PwM65QuTD2VhHA96THEvsOZtIrSRsFLbMIBf2oko7WqRxgYy22bhOcHOqi6anW2k77ViGM9UvUjsXDPrGV/aJNttg7/gX+hGtXa8hMlzAeMD7emLSrla/NiCq7wWPZzpkz50dJe8HgskktZsVLS8KyY3MbNj+UYJ+cxwhq2AeBTJ48+fyNGzf+IymcB9fqvH///gOSpcRbGWjeTTeaxxJkGsTmMqRbifb74pV60L2e2fGwK+ceeVy64JhjYzLpC0S6F0NvNlrO9nECvXLRokUXHj9+/K+m4wvA69gU3FanADbzj0Fr4n2NMu5g0HSvX7/+mCvnwsUCyO3YNVgubAdF01MFToljc+gGkMsxJWth6dNBZR7vW3j3UOpu3jvsvGzG87aZjhmldXLAAFNb6nmSQfWBUkIu3+uYOa0ReaErmAdmH17HPlzyCCdbMcdkV0Wm+uJz6Qco6ReYXo8lnbPffhSd+3mjD29kX0Z2dlI2ibsOohOZCbGCnccK9k/Ds1qCPQfePgKoCWX+Q+mLrgGRY8qr24mpoeI+FBtCOHeDjecRfpcUyLyDzJdnKQfnckqmfjGnQ5U4lQP03k2zTzDZL+PLPrUdiqcncMxhLfogQHnK66zK/rpBs9IFtzI+SwX651PGoDw/MHg0LaP7s6H+WWQedadrUxnfawT65JsGj6ZlSj1o+nSj98tf9wpBP5DtURMeixZ7WgvU16t89oI+Dhnez2ufUh4ajqOrCJ+863i7T6BSGo6L2oscI5i5r1bivJS9yDHGP1iJgywdTiBF7UWOGQSfzjJSIf1z0iNz73WFDvTPScBGt+AxeuxIe7vPXoFjyOeNwVp7i8GjaVmUFps+a8OPDXbbQk9PzzaH8EMHrhiket2h8otZRoI+ptyXmQDRDhhcSUvVgq6TLqtWsFP57ETrKA63EOmVEiKQpylRFIxP0UfDxm+xsUw81usvsXSu98mJFjkWguJBFKcJ5hmaOnVqfWdnZ8mlFB2dXFSpNwWa/CH43QQ/y/BkG3MspruZh8I7iL6V6IO11zUQHvIfxXGzQx8CrhVezHnKsRTC0V32QLNPFfRfxcwM2cpy7nUsBT2U7x6y+crrWPZfjLdS1sdcCZzr3qNRNJ/zoo5dQ1zdLeSkMg/adN5nKf+fOcw/6cok4WLOcztOGs2LZzkfd8cK0Of8lDhOOgfvjnYnMcfz4fQ5k0EWXLTRVo0q46VLl9YfOXJkKWauZfRfw5t5js5KCt1n4f2G99esFU+Aj2TJjgW9rISZ1jUEtJLEvs37trEIIMNGF35WsTQ8ncGvmJwrYTa361g6HsSLfV1lOiRQbSlbeF+iKK+C69V35HTeRpadGbSzeD+CTH2moZCB7pba2trrurq69paSzcPPTJiAqlgiHyDRzItrghnkvZu9c01HR8dreRz6ZJgaU5gaN+PzW/CjfdWVxc8h8OX0ep9LLxf2Jhz26AaM+fhD9NJNzLf7ynWWV16bETdM8u9L/nkKPI/DSXBXmtemycUS0hylyjqn+S579nEdMrfSC11zWE6rywS+63+PzvuSevT4LXT2XUl6KTxKmGTrEN5JwqnFCOM3YPwXpYyNF5/YriKuHuwHpzjzw0hbw0jTNMj9BAmH28srGFXS0UOigzU1NRflueSKlMYJIOk3EJ+OuOe6LojxHjrjqy6tGBwcAAYHB3+WTBalA9OmTWucCMkqAZIaZG1pIkHt29FD3DdTjLkRoQRQpStoPtq7knIYTh2RkzKnAye5i0nyL65vYn2BgmR+F7qyhfC+3aXpvN+Dgdj3QEzgNCLE9QLxxRYrCnAxHbcgT1i6zrsiKQhta5I2wfBUfHRcKg9fzLrpSd2e84k55kc6n/NKaWyPz3h0z/HQUiQtWqn7a05X70lJTiACa44u/5NPdM+TZLi4Evb9TOTDrtAEhFPxsX36ej0VOnt34TtJKnN4Oae7JUn6RMB1tcQIDH7bYfEwLTvYPp8yvFhb0L9+onBHUohF4H79didJP904R81HiSE6ISoe1pxb88YVKNKjugHcjtL7XUUK8W+Gin4Qsd+lnw44jFE/lrnM9c8I/STHy1+5tGJwrFJcAv0O4dhQJunj0PSTsL5ihsaTx0fEO1mo/kTSsR2F2L5IWD8vx3csYSnS0+swHPyy2TWE8efq6+vntbe3/9eljycc/viknXiWuX6I5RA9e0klP0ZIJSzDS5YsaTh69Og2wNhBPXS6lznzCZw9HuJj3rBg6hfL7RhObT8kqxuV99KzOytx7E3YDOm4xlDSEdP3Ia4j6MvwbmcOPQI8qsu38Ey/FnuxOWqxJFv87aaX55fby0UTNif6fDx8+PAvwa8xWlZLIDrrdrJ1vERAus/aA6xRMZ1WW4rutWbRLsLG5byZMaCra51v0PYh3ws8gzf2wCsr8UxnMasOolsIev025tXXIZ/lsMYEJAFdQtzJ/0y4j/+ZMOwaZRToB2FKvNGlC86beNkJJx0RXBVFmMucuxbex8EvSsr4cAI8hGw/rX4N1c20yHU0lK3RJD7qhH3JnCpaJYn/XydshQ1/eNcHXnKonxEJ500cuavPqITdxDlz97JGzDSaWtaKg2dkwpZkeCS9F3wuyf+Bi4Mb/gcOXDisSzX8QwAAAABJRU5ErkJggg==") no-repeat 50% 50%/30px;
}

.site_search_results .gsc-search-box td.gsc-search-button:after {
  background: url("data:image/png;base64,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") no-repeat 50% 50%/30px;
  opacity: 0;
}

.site_search_results .gsc-search-box td.gsc-search-button:focus,
.site_search_results .gsc-search-box td.gsc-search-button:hover {
  background: #f2f2f2;
}

.site_search_results .gsc-search-box td.gsc-search-button:focus:before,
.site_search_results .gsc-search-box td.gsc-search-button:hover:before {
  opacity: 0;
}

.site_search_results .gsc-search-box td.gsc-search-button:focus:after,
.site_search_results .gsc-search-box td.gsc-search-button:hover:after {
  opacity: 1;
}

.site_search_results .gsc-search-box button.gsc-search-button,
.site_search_results .gsc-search-box input.gsc-search-button {
  height: 100%;
  min-width: 100%;
  width: auto;
  background: none;
  border: 0;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  font-size: inherit;
  font-weight: 400;
  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: 5px solid #ebebeb;
  padding: 34px 0 33px;
}

.site_search_results .gsc-above-wrapper-area .gsc-result-info {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding-left: 0;
}

.site_search_results .gsc-above-wrapper-area .gsc-orderby-container {
  display: none;
}

.site_search_results .gsc-adBlock {
  height: auto!important;
  border-bottom: 5px solid #ebebeb;
}

.site_search_results .gsc-adBlock iframe {
  margin: 24px 0 30px;
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-adBlock iframe {
    margin: 44px 0 50px;
  }
}

.site_search_results .gsc-results-wrapper-visible {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  padding-bottom: 40px;
  width: 100%;
  background: #fff;
  margin-bottom: -200px;
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .site_search_results .gsc-results-wrapper-visible {
    padding-bottom: 80px;
  }
}

.site_search_results .gsc-results-wrapper-visible .gsc-result:not(.gsc-imageResult) {
  border: 0;
  border-bottom: 5px solid #ebebeb;
  margin-bottom: 0;
  padding: 24px 0 30px;
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible .gsc-result:not(.gsc-imageResult) {
    padding: 44px 0 52px;
  }
}

.site_search_results .gsc-results-wrapper-visible .gsc-table-result {
  font-family: inherit;
  font-size: inherit;
}

.site_search_results .gsc-results-wrapper-visible .gsc-thumbnail {
  border: 1px solid #e7e7e7;
  display: none;
  padding: 5px;
}

@media screen and (min-width:500px) {
  .site_search_results .gsc-results-wrapper-visible .gsc-thumbnail {
    display: block;
    float: right;
  }
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible .gsc-thumbnail {
    padding: 10px;
  }
}

.site_search_results .gsc-results-wrapper-visible .gsc-thumbnail .gs-image-box {
  height: auto;
  width: 60px;
  padding: 0;
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible .gsc-thumbnail .gs-image-box {
    width: 120px;
  }
}

.site_search_results .gsc-results-wrapper-visible .gsc-thumbnail img.gs-image {
  max-height: 100%!important;
  max-width: 100%;
  width: 100%;
  border: 0;
}

.site_search_results .gsc-results-wrapper-visible .gsc-table-cell-snippet-close {
  padding: 0;
}

@media screen and (min-width:500px) {
  .site_search_results .gsc-results-wrapper-visible .gsc-table-cell-snippet-close {
    width: calc(100% - 72px);
    float: left;
    padding-right: 30px;
  }
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible .gsc-table-cell-snippet-close {
    width: calc(100% - 142px);
  }
}

.site_search_results .gsc-results-wrapper-visible div.gs-title {
  height: auto;
  color: inherit;
  font-size: inherit;
  margin-bottom: 10px;
  text-decoration: none;
}

.site_search_results .gsc-results-wrapper-visible a.gs-title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  height: inherit;
  color: #017b90!important;
  text-decoration: inherit;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .site_search_results .gsc-results-wrapper-visible a.gs-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63158;
  }
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible a.gs-title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:980px) {
  .site_search_results .gsc-results-wrapper-visible a.gs-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.26923;
  }
}

@media screen and (min-width:1220px) {
  .site_search_results .gsc-results-wrapper-visible a.gs-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.site_search_results .gsc-results-wrapper-visible a.gs-title:focus,
.site_search_results .gsc-results-wrapper-visible a.gs-title:hover {
  color: #6c297a!important;
}

.site_search_results .gsc-results-wrapper-visible a.gs-title b {
  color: inherit!important;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.site_search_results .gsc-results-wrapper-visible .gs-snippet {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  margin-bottom: 10px;
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-results-wrapper-visible .gs-snippet {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.site_search_results .gsc-results-wrapper-visible .gsc-url-top {
  display: none;
}

.site_search_results .gsc-results-wrapper-visible .gs-visibleUrl {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #3f3f3f;
}

.site_search_results .gsc-results-wrapper-visible .gs-visibleUrl b {
  font-weight: inherit;
}

.site_search_results .gsc-expansionArea .gsc-cursor-box {
  margin-bottom: 0;
  padding: 40px 0;
  text-align: center;
}

.site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  height: 30px;
  width: 30px;
  background: none;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  color: #3f3f3f;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: color .25s;
}

@media screen and (min-width:740px) {
  .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.88235;
  }
}

@media screen and (min-width:980px) {
  .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
    height: 40px;
    width: 40px;
    margin: 0 10px;
    padding: 3px 0;
  }
}

.site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-current-page,
.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: #9d0952;
}

@media screen and (min-width:980px) {
  .site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-current-page {
    box-shadow: 0 0 0 9px #fff,0 0 0 10px #e7e7e7;
  }
}

.site_search_results div.gcsc-branding {
  padding-bottom: 20px;
  pointer-events: none;
}

.photo_prop {
  max-width: 240px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: .15em;
  display: none;
  font-family: sans-serif;
  line-height: 1.35;
}

.photo_prop.visible {
  display: block;
}

.photo_prop.lower-region {
  -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
  padding: 10px 10px 60px;
  transform: translate(-50%,-100%);
}

.photo_prop.upper-region {
  -webkit-clip-path: polygon(0 100%,0 50px,50% 0,100% 50px,100% 100%);
  clip-path: polygon(0 100%,0 50px,50% 0,100% 50px,100% 100%);
  padding: 60px 10px 10px;
  transform: translate(-50%);
}

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

.photo_prop_close:focus,
.photo_prop_close:hover {
  background: #333;
  color: #fff;
}

.lower-region .photo_prop_close {
  transform: translateY(calc(-50% - 25px));
}

.upper-region .photo_prop_close {
  transform: translateY(calc(-50% + 25px));
}

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

.acsb-trigger.acsb-trigger {
  bottom: 10px!important;
  right: 70px!important;
  top: auto!important;
}

body.tnew-hide-service-buttons .acsb-trigger.acsb-trigger {
  display: none!important;
}

.acsb-trigger.acsb-trigger:focus,
.acsb-trigger.acsb-trigger:hover {
  transform: none!important;
}

@media (min-width:1024px) {
  .acsb-trigger.acsb-trigger {
    right: 90px!important;
  }
}

.acsb-trigger.acsb-trigger.acsb-trigger-size-small {
  width: 40px!important;
  height: 40px!important;
}

.acsb-trigger.acsb-trigger.acsb-trigger-size-small svg {
  max-width: 25px!important;
  max-height: 25px!important;
}

@media (min-width:1024px) {
  .acsb-trigger.acsb-trigger.acsb-trigger-size-big {
    width: 60px!important;
    height: 60px!important;
  }
}

.acsb-trigger.acsb-trigger.acsb-trigger-size-big svg {
  max-width: 35px!important;
  max-height: 35px!important;
}

.footer {
  background: #000;
  padding: 30px 0;
}

@media screen and (min-width:980px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 37px;
  }
}

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

@media screen and (min-width:980px) {
  .footer_group_lace {
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid hsla(0,0%,100%,.25);
    margin-bottom: 23px;
    padding-bottom: 32px;
  }
}

@media screen and (min-width:980px) {
  .footer_group_lace,
  .footer_group_sole {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer_charity {
  margin-top: 30px;
}

@media screen and (min-width:980px) {
  .footer_charity {
    margin-top: 12px;
  }
}

.footer_charity_image {
  max-width: 220px;
  width: 100%;
  display: block;
}

@media screen and (min-width:980px) {
  .footer_charity_image {
    max-width: 180px;
  }
}

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

.footer_address {
  color: #fff;
  margin-bottom: 26px;
  text-align: center;
}

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

.footer_address_details {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.94118;
  margin-bottom: 28px;
}

@media screen and (min-width:980px) {
  .footer_address_details {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

@media screen and (min-width:1220px) {
  .footer_address_details {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width:1270px) {
  .footer_address_details {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 46px;
  }
}

.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_link {
  color: inherit;
  display: block;
  transition: opacity .25s;
}

.footer_address_link:focus,
.footer_address_link:hover {
  opacity: .6;
}

.footer_address_street_icon {
  display: none;
}

@media screen and (min-width:500px) {
  .footer_address_street_icon {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (min-width:1220px) {
  .footer_address_street_icon {
    position: relative;
    top: -2px;
    transform: scale(1.5);
  }
}

@media screen and (min-width:500px) {
  .footer_address_street_label {
    display: inline-block;
  }
}

.footer_address_phone {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #323232;
  margin-bottom: 0;
}

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

@media screen and (min-width:740px) {
  .footer_address_phone {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .footer_address_phone {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.footer_address_phone [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .footer_address_phone [class*=icon] {
    display: none;
  }
}

.footer_address_phone [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:980px) {
  .footer_address_phone {
    background: none;
    display: inline-block;
    overflow: visible;
    padding: 0;
  }
}

.footer_address_phone:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

@media screen and (min-width:980px) {
  .footer_address_phone:before {
    display: none;
  }
}

@media screen and (min-width:980px) {
  .footer_address_phone:focus,
  .footer_address_phone:hover {
    background: none;
  }
}

.footer_address_phone:focus:before,
.footer_address_phone:hover:before {
  transform: translate(0) skew(0);
}

.footer_address_phone:focus [class*=icon],
.footer_address_phone:focus [class*=label],
.footer_address_phone:hover [class*=icon],
.footer_address_phone:hover [class*=label] {
  color: #9d0952;
}

@media screen and (min-width:980px) {
  .footer_address_phone:focus [class*=icon],
  .footer_address_phone:focus [class*=label],
  .footer_address_phone:hover [class*=icon],
  .footer_address_phone:hover [class*=label] {
    color: #fff;
  }
}

@media screen and (min-width:980px) {
  .footer_address_phone:focus [class*=label],
  .footer_address_phone:hover [class*=label] {
    border-bottom-color: currentColor;
  }
}

.footer_address_phone [class*=icon] {
  color: #fff;
}

@media screen and (min-width:980px) {
  .footer_address_phone [class*=icon] {
    color: #fff;
  }
}

@media true {
  .footer_address_phone [class*=icon] {
    display: none;
  }
}

.footer_address_phone [class*=label] {
  color: #fff;
}

@media screen and (min-width:980px) {
  .footer_address_phone [class*=label] {
    border-bottom: 1px solid transparent;
    color: #fff;
    transition: border-color .25s;
  }
}

@media screen and (min-width:980px) {
  .footer_address_phone {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.94118;
    vertical-align: middle;
  }
}

@media screen and (min-width:1220px) {
  .footer_address_phone {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width:1270px) {
  .footer_address_phone {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width:980px) {
  .footer_address_phone [class*=label] {
    border: 0;
  }
}

@media screen and (min-width:1220px) {
  .footer_address_icon {
    transform: scale(1.5);
  }
}

.header {
  width: 100%;
  position: relative;
  z-index: 200;
}

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

.header:before {
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: #fff;
  box-shadow: inset 0 1px 0 0 #e6e6e6,inset 0 -1px 0 0 #e6e6e6;
  content: "";
}

.header:before,
.layout_home .header {
  position: absolute;
  top: 0;
  left: 0;
}

.layout_home .header:before {
  opacity: 0;
  transition: opacity .35s;
}

@media screen and (max-width:739px) {
  .navie-lock .header:before {
    opacity: 1;
  }
}

.header_ribbon {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid hsla(0,0%,100%,.15);
}

@media screen and (max-width:979px) {
  .header_ribbon_inner {
    position: relative;
  }
}

@media screen and (min-width:980px) {
  .header_ribbon_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width:980px) {
  .layout_home .header_ribbon_group {
    transition: transform .35s;
  }
}

.header_ribbon_group_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile_sidebar_tools {
  height: calc(100% + 24px);
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -12px 0;
}

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

.mobile_sidebar_tools:before {
  height: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  content: "";
  transform: translateY(-50%);
}

.mobile_sidebar_handle_wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: transparent;
  overflow: hidden;
}

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

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

.mobile_sidebar_handle {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mobile_sidebar_handle:before {
  height: 2px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 11px;
  background: #000;
  box-shadow: 0 -4px 0 0 #000,2px -4px 0 0 #000,0 4px 0 0 #000,2px 4px 0 0 #000;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.mobile_sidebar_search {
  position: absolute;
  top: 50%;
  right: 11px;
  pointer-events: none;
  transform: translateY(-50%) scale(.825);
}

.mobile_sidebar {
  height: 100%!important;
  background: #000!important;
  opacity: 0;
  visibility: hidden;
  padding: 0 20px 100px;
  transform: none!important;
  transition: opacity .5s,transform .5s,visibility .5s!important;
}

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

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

.mobile_sidebar.fs-navigation-enabled {
  max-width: 400px;
  width: 100%;
  z-index: 400;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}

.mobile_sidebar.fs-navigation-enabled.fs-navigation-open {
  opacity: 1;
  visibility: visible;
  transform: none!important;
}

.fs-navigation-overlay-content:before {
  background: rgba(0,0,0,.85);
  z-index: 80;
}

.mobile_sidebar_group {
  position: relative;
  margin-bottom: 10px;
  padding: 22px 0;
}

.mobile_sidebar_close_wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 8;
}

.mobile_sidebar_close {
  height: 50px;
  width: 50px;
  background: #017b90;
  color: transparent;
  transition: background .25s;
}

.mobile_sidebar_close:focus,
.mobile_sidebar_close:hover {
  background: #fff;
}

.mobile_sidebar_close:focus:after,
.mobile_sidebar_close:focus:before,
.mobile_sidebar_close:hover:after,
.mobile_sidebar_close:hover:before {
  background: #017b90;
}

.mobile_sidebar_close:after,
.mobile_sidebar_close:before {
  height: 16px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: "";
  transition: background .25s;
}

.mobile_sidebar_close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.mobile_sidebar_close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.page {
  background: #fff;
  overflow: hidden;
  padding-top: 0;
}

@media print {
  .page {
    padding-top: 0;
  }
}

@media screen and (min-width:980px) {
  .page {
    padding-top: 0;
  }
}

@media screen and (min-width:1220px) and (min-height:800px) {
  .page {
    overflow: visible;
  }
}

.layout_home .page {
  padding-top: 0;
}

.page_content {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width:740px) {
  .page_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .page_content {
    padding-bottom: 80px;
    padding-top: 0;
  }
}

.layout_full .page_content,
.layout_home .page_content {
  padding: 0;
}

.layout_home .page_content {
  overflow: visible;
}

.page_content>.fs-row {
  display: block;
}

.page_content>.fs-row:after {
  clear: both;
  content: "";
  display: table;
}

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

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

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

@media screen and (min-width:980px) {
  .layout_full .page_header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
  }
}

@media screen and (min-width:980px) {
  .page_header_group {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width:980px) {
  .layout_full .page_header_group {
    border-bottom: 1px solid hsla(0,0%,100%,.3);
  }
}

.page_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
}

@media screen and (min-width:500px) {
  .page_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .page_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .page_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .page_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

.no_caption .page_title {
  margin-bottom: 20px;
}

.page_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
  margin: 0;
}

@media screen and (min-width:500px) {
  .page_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .page_caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .page_caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .page_caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.sidebar_cell {
  clear: right;
}

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

.breadcrumb_nav {
  display: none;
}

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

.breadcrumb_list {
  padding: 25px 0;
}

.breadcrumb_item {
  display: inline-block;
}

.breadcrumb_item:not(:last-child):not(:nth-last-child(2)):after {
  height: 12px;
  width: 1px;
  background: #d3d3d3;
  content: "";
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  transform: rotate(45deg);
}

.layout_full .breadcrumb_item:not(:last-child):not(:nth-last-child(2)):after {
  background: hsla(0,0%,100%,.3);
}

.breadcrumb_item:nth-last-child(2):after {
  height: 1px;
  width: 12px;
  background: #d3d3d3;
  content: "";
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.layout_full .breadcrumb_item:nth-last-child(2):after {
  background: hsla(0,0%,100%,.3);
}

.breadcrumb_name {
  display: block;
}

.breadcrumb_name_icon {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb_label,
.breadcrumb_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb_link {
  color: #000;
  transition: color .25s;
}

.breadcrumb_link:focus,
.breadcrumb_link:hover {
  color: #9d0952;
}

.layout_full .breadcrumb_link {
  color: #fff;
}

.layout_full .breadcrumb_link:focus,
.layout_full .breadcrumb_link:hover {
  color: hsla(0,0%,100%,.6);
}

.breadcrumb_label {
  color: #000;
}

.layout_full .breadcrumb_label {
  color: #fff;
}

.breadcrumb_item:last-child .breadcrumb_label {
  color: #6c6c6c;
}

.layout_full .breadcrumb_item:last-child .breadcrumb_label {
  color: hsla(0,0%,100%,.65);
}

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

.breadcrumb_dropdown_swap {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  background: #9d0952;
  color: #fff;
  padding: 5px 15px;
}

.breadcrumb_dropdown_swap:after {
  position: relative;
  top: 2px;
  border: 5px solid transparent;
  border-top-color: #fff;
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.layout_full .breadcrumb_dropdown_swap:after {
  border-top-color: #9d0952;
}

.layout_full .breadcrumb_dropdown_swap {
  background: #fff;
  color: #9d0952;
}

.breadcrumb_dropdown {
  width: 640px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  background: #9d0952;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.225);
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  transition: opacity .15s,visibility .15s;
}

.breadcrumb_dropdown_wrapper:focus .breadcrumb_dropdown,
.breadcrumb_dropdown_wrapper:hover .breadcrumb_dropdown {
  opacity: 1;
  visibility: visible;
}

.footer_nav {
  border-bottom: 1px solid #3e3e3e;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

@media screen and (min-width:980px) {
  .footer_nav {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.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:980px) {
  .footer_nav_item {
    display: inline-block;
  }
}

.footer_nav_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 0;
  transition: color .25s;
}

@media screen and (min-width:1220px) {
  .footer_nav_link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width:980px) {
  .footer_nav_link:after {
    height: 20px;
    width: 1px;
    background: hsla(0,0%,100%,.25);
    content: "";
    display: inline-block;
    margin: 0 15px;
    transform: rotate(35deg);
    vertical-align: middle;
  }
}

@media screen and (min-width:1220px) {
  .footer_nav_link:after {
    margin: 0 24px;
  }
}

.footer_nav_item:last-child .footer_nav_link:after {
  display: none;
}

.footer_nav_link:focus,
.footer_nav_link:hover {
  color: hsla(0,0%,100%,.6);
}

@media screen and (min-width:980px) {
  .footer_nav_item:last-child .footer_nav_link {
    font-weight: 300;
  }
}

.main_menu_nav {
  --theme-link-color: #3f3f3f;
  margin: 0 -20px 40px;
}

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

@media screen and (max-width:979px) {
  .main_menu_nav_lg {
    display: none;
  }
}

body.layout_home .main_menu_nav {
  --theme-link-color: #fff;
}

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

.main_menu_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.main_menu_nav_title.focusable:active,
.main_menu_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

@media screen and (min-width:980px) {
  .main_menu_nav_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
  }
}

@media screen and (min-width:980px) {
  body:not(.layout_home) .main_menu_nav_list {
    margin-left: -50px;
    transition: margin-left .25s;
  }
}

@media screen and (min-width:980px) {
  body:not(.layout_home).scrolled-by .main_menu_nav_list {
    margin-left: 0;
  }
}

.main_menu_nav_item {
  position: relative;
  border-top: 1px solid hsla(0,0%,100%,.2);
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  margin: 15px 0;
  padding-left: 20px;
}

.main_menu_nav_item.theme_yellow {
  color: #f6bf35;
}

.main_menu_nav_item.theme_orange {
  color: #eb8f2d;
}

.main_menu_nav_item.theme_blue {
  color: #00a2c0;
}

.main_menu_nav_item.theme_green {
  color: #a9b62c;
}

.main_menu_nav_item.theme_red {
  color: #9d0952;
}

.main_menu_nav_item.theme_purple {
  color: #6c297a;
}

.main_menu_nav_item.theme_red {
  --theme-bg: #9d0952;
}

.main_menu_nav_item.theme_orange {
  --theme-bg: #b16410;
}

.main_menu_nav_item.theme_blue {
  --theme-bg: #017b90;
}

.main_menu_nav_item.theme_green {
  --theme-bg: #a9b62c;
}

@media screen and (min-width:980px) {
  .main_menu_nav_item {
    position: static;
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
}

.main_menu_nav_item:before {
  height: calc(100% + 2px);
  width: 5px;
  position: absolute;
  top: -1px;
  left: 0;
  background: currentColor;
  content: "";
}

@media screen and (min-width:980px) {
  .main_menu_nav_item:before {
    display: none;
  }
}

.main_menu_nav_sm .main_menu_nav_item.fs-swap-enabled .main_menu_nav_children {
  display: none;
}

.main_menu_nav_sm .main_menu_nav_item.fs-swap-active .main_menu_nav_children {
  display: block;
}

.main_menu_nav_lg .main_menu_nav_item.focused .main_menu_nav_children,
.main_menu_nav_lg .main_menu_nav_item:focus .main_menu_nav_children,
.main_menu_nav_lg .main_menu_nav_item:hover .main_menu_nav_children {
  opacity: 1;
  visibility: visible;
  transition: opacity .35s .15s,visibility .35s .15s;
}

.main_menu_nav_item_wrapper {
  position: relative;
}

@media screen and (min-width:980px) {
  .main_menu_nav_item_wrapper {
    position: static;
  }
}

.main_menu_nav_link {
  width: calc(100% - 80px);
  color: var(--theme-link-color);
  display: inline-block;
  padding: 10px 0 17px;
  vertical-align: top;
}

@media screen and (min-width:980px) {
  .main_menu_nav_link {
    border-bottom: 2px solid var(--theme-bg);
    font-family: proxima-nova,sans-serif;
    font-weight: 500;
    color: var(--theme-link-color);
    transition: background .25s,color .25s;
    width: auto;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width:1220px) {
  .main_menu_nav_link {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-bottom: 5px;
  }
}

.main_menu_nav_link_label,
.pinned .main_menu_nav_item.focused .main_menu_nav_link,
.pinned .main_menu_nav_item:focus .main_menu_nav_link,
.pinned .main_menu_nav_item:hover .main_menu_nav_link {
  color: var(--theme-link-color);
}

.main_menu_nav_link_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: normal;
}

@media screen and (min-width:980px) {
  .main_menu_nav_link_label {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    transition: color .25s;
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_link_label:after {
    position: relative;
    top: 3px;
    border: 6px solid transparent;
    border-top-color: var(--theme-bg);
    content: "";
    display: inline-block;
    margin: 0 4px 0 0;
    transform: scaleX(.685);
    vertical-align: middle;
  }
}

@media screen and (min-width:1220px) {
  .main_menu_nav_link_label:after {
    margin: 0 8px;
  }
}

@media screen and (min-width:980px) {
  .pinned .main_menu_nav_item:focus .main_menu_nav_link_label,
  .pinned .main_menu_nav_item:hover .main_menu_nav_link_label {
    color: var(--theme-link-color);
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_item:last-child .main_menu_nav_link_label {
    text-transform: none;
  }
}

.main_menu_nav_link_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.53846;
}

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

.main_menu_nav_toggle {
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: var(--theme-bg);
  cursor: pointer;
}

@media screen and (min-width:980px) {
  .main_menu_nav_lg .main_menu_nav_toggle {
    display: none;
  }
}

.main_menu_nav_toggle_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.main_menu_nav_toggle_label.focusable:active,
.main_menu_nav_toggle_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.main_menu_nav_toggle_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform .25s;
  color: #fff;
}

.main_menu_nav_toggle_icon .symbol {
  color: inherit;
}

.main_menu_nav_toggle_icon:before {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  transform: translate(-50%,-50%);
}

.main_menu_nav_toggle_icon_open {
  transform: translate(-50%,-50%) rotate(90deg) scale(1);
}

.fs-swap-active .main_menu_nav_toggle_icon_open {
  transform: translate(-50%,-50%) rotate(90deg) scale(0);
}

.main_menu_nav_toggle_icon_close {
  transform: translate(-50%,-50%) scale(0);
}

.fs-swap-active .main_menu_nav_toggle_icon_close {
  transform: translate(-50%,-50%) scale(1);
}

@media screen and (min-width:980px) {
  .main_menu_nav_toggle_icon {
    color: var(--theme-bg);
  }

  .main_menu_nav_toggle_icon:before {
    border-color: var(--theme-bg);
  }
}

.main_menu_nav_children {
  padding: 6px 0 34px;
}

@media screen and (min-width:980px) {
  .main_menu_nav_children {
    background: var(--theme-bg);
  }
}

.main_menu_nav_lg .main_menu_nav_children {
  padding: 15px calc(20px + 1.04166667%);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
  opacity: 0;
  transition: opacity .35s,visibility .35s;
  visibility: hidden;
}

@media screen and (min-width:740px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .main_menu_nav_lg .main_menu_nav_children {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_children_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_child_item {
    width: calc(25% - 30px);
    margin: 15px;
    text-align: center;
    white-space: normal;
  }
}

.main_menu_nav_child_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
  padding: 13px 22px 12px;
  transition: color .25s;
}

@media screen and (min-width:980px) {
  .main_menu_nav_child_link {
    height: 160px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-size: 1.5rem;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.33333;
    padding: 20px;
  }
}

@media screen and (min-width:1220px) {
  .main_menu_nav_child_link {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.26667;
  }
}

.main_menu_nav_child_link:focus,
.main_menu_nav_child_link:hover {
  color: hsla(0,0%,100%,.6);
}

.main_menu_nav_child_link_background {
  display: none;
}

@media screen and (min-width:980px) {
  .main_menu_nav_child_link_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: transform .25s;
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_child_link:focus .main_menu_nav_child_link_background,
  .main_menu_nav_child_link:hover .main_menu_nav_child_link_background {
    transform: scale(1.15);
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_child_link:focus .main_menu_nav_child_link_background:before,
  .main_menu_nav_child_link:hover .main_menu_nav_child_link_background:before {
    background: rgba(0,0,0,.7);
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_child_link_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.3);
    content: "";
    transition: background .25s;
  }
}

@media screen and (min-width:980px) {
  .main_menu_nav_child_link_label {
    position: relative;
    z-index: 4;
  }
}

.main_nav {
  margin: 0 -20px 40px;
}

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

@media screen and (max-width:979px) {
  .main_nav_lg {
    display: none;
  }
}

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

@media screen and (min-width:980px) {
  .layout_home .main_nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility .25s;
  }
}

@media screen and (min-width:980px) {
  .pinned .main_nav {
    opacity: 1;
    visibility: visible;
  }
}

.main_nav_header {
  display: none;
}

@media screen and (min-width:980px) {
  .main_nav_header {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
}

@media screen and (min-width:980px) {
  body:not(.layout_home) .main_nav_header {
    transform: scale(0);
    transform-origin: left center;
    transition: transform .25s;
  }
}

@media screen and (min-width:980px) {
  body:not(.layout_home).scrolled-by .main_nav_header {
    transform: scale(1);
  }
}

.main_nav_title {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.main_nav_title.focusable:active,
.main_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

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

@media screen and (min-width:980px) {
  body:not(.layout_home) .main_nav_list {
    margin-left: -50px;
    transition: margin-left .25s;
  }
}

@media screen and (min-width:980px) {
  body:not(.layout_home).scrolled-by .main_nav_list {
    margin-left: 0;
  }
}

.main_nav_item {
  position: relative;
  border-top: 1px solid hsla(0,0%,100%,.2);
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  margin: 15px 0;
  padding-left: 20px;
}

.main_nav_item.theme_yellow {
  color: #f6bf35;
}

.main_nav_item.theme_orange {
  color: #eb8f2d;
}

.main_nav_item.theme_blue {
  color: #00a2c0;
}

.main_nav_item.theme_green {
  color: #a9b62c;
}

.main_nav_item.theme_red {
  color: #9d0952;
}

.main_nav_item.theme_purple {
  color: #6c297a;
}

@media screen and (min-width:980px) {
  .main_nav_item {
    position: static;
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
}

.main_nav_item:before {
  height: calc(100% + 2px);
  width: 5px;
  position: absolute;
  top: -1px;
  left: 0;
  background: currentColor;
  content: "";
}

@media screen and (min-width:980px) {
  .main_nav_item:before {
    display: none;
  }
}

.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;
  transition: opacity .35s .15s,visibility .35s .15s;
}

.main_nav_item_wrapper {
  position: relative;
}

@media screen and (min-width:980px) {
  .main_nav_item_wrapper {
    position: static;
  }
}

.main_nav_link {
  width: calc(100% - 80px);
  color: #fff;
  display: inline-block;
  padding: 10px 0 17px;
  vertical-align: top;
}

@media screen and (min-width:980px) {
  .main_nav_link {
    width: auto;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    padding: 33px 0;
  }
}

@media screen and (min-width:1220px) {
  .main_nav_link {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 31px 0;
  }
}

.main_nav_link_pretext {
  display: none;
}

@media screen and (min-width:980px) {
  .main_nav_link_pretext {
    font-family: proxima-nova,sans-serif;
    font-weight: 200;
    color: #000;
    display: inline-block;
    font-size: inherit;
  }
}

.main_nav_link_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 200;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
}

@media screen and (min-width:980px) {
  .main_nav_link_label {
    display: inline-block;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    text-transform: lowercase;
    transition: color .25s;
  }
}

@media screen and (min-width:980px) {
  .main_nav_link_label:after {
    position: relative;
    top: 3px;
    border: 6px solid transparent;
    border-top-color: currentColor;
    content: "";
    display: inline-block;
    margin: 0 4px 0 0;
    transform: scaleX(.685);
    vertical-align: middle;
  }
}

@media screen and (min-width:1220px) {
  .main_nav_link_label:after {
    margin: 0 4px 0 3px;
  }
}

@media screen and (min-width:980px) {
  .theme_red .main_nav_link_label {
    color: #9d0952;
  }
}

@media screen and (min-width:980px) {
  .theme_orange .main_nav_link_label {
    color: #b16410;
  }
}

@media screen and (min-width:980px) {
  .theme_blue .main_nav_link_label {
    color: #017b90;
  }
}

@media screen and (min-width:980px) {
  .main_nav_item:focus .main_nav_link_label,
  .main_nav_item:hover .main_nav_link_label {
    color: #000;
  }
}

@media screen and (min-width:980px) {
  .main_nav_item:last-child .main_nav_link_label {
    text-transform: none;
  }
}

.main_nav_link_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.53846;
}

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

.main_nav_toggle {
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #fff;
  cursor: pointer;
}

.main_nav_lg .main_nav_toggle {
  display: none;
}

.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%;
  left: 50%;
  transition: transform .25s;
}

.main_nav_toggle_icon:before {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  transform: translate(-50%,-50%);
}

.main_nav_toggle_icon_open {
  transform: translate(-50%,-50%) rotate(90deg) scale(1);
}

.fs-swap-active .main_nav_toggle_icon_open {
  transform: translate(-50%,-50%) rotate(90deg) scale(0);
}

.main_nav_toggle_icon_close {
  transform: translate(-50%,-50%) scale(0);
}

.fs-swap-active .main_nav_toggle_icon_close {
  transform: translate(-50%,-50%) scale(1);
}

.main_nav_children {
  padding: 6px 0 34px;
}

.main_nav_lg .main_nav_children {
  padding: 15px calc(20px + 1.04166667%);
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 40;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
  opacity: 0;
  transition: opacity .35s,visibility .35s;
  visibility: hidden;
}

@media screen and (min-width:740px) {
  .main_nav_lg .main_nav_children {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .main_nav_lg .main_nav_children {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .main_nav_lg .main_nav_children {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .main_nav_lg .main_nav_children {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .main_nav_lg .main_nav_children {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .main_nav_lg .main_nav_children {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .main_nav_lg .main_nav_children {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .main_nav_lg .main_nav_children {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .main_nav_item:first-child .main_nav_children {
    background: #9d0952;
  }
}

@media screen and (min-width:980px) {
  .main_nav_item:nth-child(2) .main_nav_children {
    background: #eb8f2d;
  }
}

@media screen and (min-width:980px) {
  .main_nav_item:nth-child(3) .main_nav_children {
    background: #017b90;
  }
}

@media screen and (min-width:980px) {
  .main_nav_children_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

@media screen and (min-width:980px) {
  .main_nav_child_item {
    width: calc(25% - 30px);
    margin: 15px;
    text-align: center;
    white-space: normal;
  }
}

.main_nav_child_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
  padding: 13px 22px 12px;
  transition: color .25s;
}

@media screen and (min-width:980px) {
  .main_nav_child_link {
    height: 160px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-size: 1.5rem;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.33333;
    padding: 20px;
  }
}

@media screen and (min-width:1220px) {
  .main_nav_child_link {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.26667;
  }
}

.main_nav_child_link:focus,
.main_nav_child_link:hover {
  color: hsla(0,0%,100%,.6);
}

.main_nav_child_link_background {
  display: none;
}

@media screen and (min-width:980px) {
  .main_nav_child_link_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: transform .25s;
  }
}

@media screen and (min-width:980px) {
  .main_nav_child_link:focus .main_nav_child_link_background,
  .main_nav_child_link:hover .main_nav_child_link_background {
    transform: scale(1.15);
  }
}

@media screen and (min-width:980px) {
  .main_nav_child_link:focus .main_nav_child_link_background:before,
  .main_nav_child_link:hover .main_nav_child_link_background:before {
    background: rgba(0,0,0,.7);
  }
}

@media screen and (min-width:980px) {
  .main_nav_child_link_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.3);
    content: "";
    transition: background .25s;
  }
}

@media screen and (min-width:980px) {
  .main_nav_child_link_label {
    position: relative;
    z-index: 4;
  }
}

.secondary_nav_lg {
  display: none;
}

@media screen and (min-width:980px) {
  .secondary_nav_lg {
    display: block;
  }
}

.secondary_nav.theme_buttons {
  margin-bottom: 26px;
}

.secondary_nav.theme_links {
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  margin-bottom: 26px;
  padding-bottom: 26px;
}

.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;
}

@media screen and (min-width:980px) {
  .secondary_nav_item {
    display: inline-block;
  }
}

.theme_buttons .linked_up,
.theme_links .buttoned_up {
  display: none;
}

.theme_links.tnew_nav .buttoned_up {
  display: block;
}

.theme_links.tnew_nav .buttoned_up a,
.theme_links.tnew_nav .buttoned_up span {
  display: inline-block;
}

.secondary_nav_link {
  display: block;
}

@media screen and (min-width:980px) {
  .secondary_nav_link {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 13px;
    font-size: .8125rem;
    padding: 7px 5px 8px;
    transition: background .25s,color .25s;
  }
}

@media screen and (min-width:1220px) {
  .secondary_nav_link {
    font-size: 14px;
    font-size: .875rem;
    padding: 7px 9px 6px;
  }
}

@media screen and (min-width:980px) {
  .layout_home .secondary_nav_link {
    color: #fff;
  }
}

.theme_links .secondary_nav_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 0;
  transition: color .25s;
}

.theme_links .secondary_nav_link:focus,
.theme_links .secondary_nav_link:hover {
  color: hsla(0,0%,100%,.6);
}

@media screen and (min-width:980px) {
  .linked_up .secondary_nav_link {
    position: relative;
  }
}

@media screen and (min-width:980px) {
  .linked_up .secondary_nav_link:after {
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: #9d0952;
    content: "";
    display: none;
    transform: translate(-50%);
  }
}

@media screen and (min-width:980px) {
  .linked_up .secondary_nav_link:focus,
  .linked_up .secondary_nav_link:hover {
    color: #9d0952;
  }
}

@media screen and (min-width:980px) {
  .layout_home:not(.pinned) .linked_up .secondary_nav_link:focus,
  .layout_home:not(.pinned) .linked_up .secondary_nav_link:hover {
    color: #fff;
  }
}

@media screen and (min-width:980px) {
  .linked_up .secondary_nav_link.active {
    background: #9d0952;
    color: #fff;
  }
}

@media screen and (min-width:980px) {
  .linked_up .secondary_nav_link.active:after {
    display: block;
  }
}

.theme_buttons .secondary_nav_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 20px 20px 19px;
}

@media print {
  .theme_buttons .secondary_nav_link {
    display: none;
  }
}

@media screen and (min-width:740px) {
  .theme_buttons .secondary_nav_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .theme_buttons .secondary_nav_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.theme_buttons .secondary_nav_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .theme_buttons .secondary_nav_link [class*=icon] {
    display: none;
  }
}

.theme_buttons .secondary_nav_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.theme_buttons .secondary_nav_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #017b90;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_buttons .secondary_nav_link:focus:before,
.theme_buttons .secondary_nav_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_buttons .secondary_nav_link:focus [class*=icon],
.theme_buttons .secondary_nav_link:focus [class*=label],
.theme_buttons .secondary_nav_link:hover [class*=icon],
.theme_buttons .secondary_nav_link:hover [class*=label] {
  color: #fff;
}

.theme_buttons .secondary_nav_link [class*=icon] {
  color: #017b90;
}

@media true {
  .theme_buttons .secondary_nav_link [class*=icon] {
    display: none;
  }
}

.theme_buttons .secondary_nav_link [class*=label] {
  color: #3a3a3a;
}

@media screen and (min-width:740px) {
  .theme_buttons .secondary_nav_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.theme_buttons .secondary_nav_link [class*=icon] {
  transform: scale(1.15);
}

@media screen and (min-width:980px) {
  .buttoned_up .secondary_nav_link,
  .js-tnew-nav .secondary_nav_link {
    font-weight: 400;
  }
}

@media screen and (min-width:980px) {
  .buttoned_up .secondary_nav_link:focus,
  .buttoned_up .secondary_nav_link:hover,
  .js-tnew-nav .secondary_nav_link:focus,
  .js-tnew-nav .secondary_nav_link:hover {
    color: #017b90;
  }
}

@media screen and (min-width:980px) {
  .layout_home:not(.pinned) .buttoned_up .secondary_nav_link:focus,
  .layout_home:not(.pinned) .buttoned_up .secondary_nav_link:hover,
  .layout_home:not(.pinned) .js-tnew-nav .secondary_nav_link:focus,
  .layout_home:not(.pinned) .js-tnew-nav .secondary_nav_link:hover {
    color: #fff;
  }
}

@media screen and (min-width:980px) {
  .secondary_nav_link.cart,
  .secondary_nav_link.search,
  .secondary_nav_link.user {
    font-weight: 700;
  }
}

@media screen and (min-width:980px) {
  .secondary_nav_link.search .secondary_nav_link_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
  }

  .secondary_nav_link.search .secondary_nav_link_label.focusable:active,
  .secondary_nav_link.search .secondary_nav_link_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
  }
}

@media screen and (min-width:980px) {
  .secondary_nav_link_icon {
    color: #017b90;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    transition: color .25s;
  }
}

@media screen and (min-width:980px) {
  .layout_home:not(.pinned) .secondary_nav_link:focus .secondary_nav_link_icon,
  .layout_home:not(.pinned) .secondary_nav_link:hover .secondary_nav_link_icon,
  .layout_home:not(.pinned) .secondary_nav_link_icon {
    color: #fff;
  }
}

.user .secondary_nav_link_icon {
  position: relative;
  top: -1px;
}

.mobile_sidebar .cart .secondary_nav_link_icon,
.mobile_sidebar .search .secondary_nav_link_icon,
.mobile_sidebar .user .secondary_nav_link_icon {
  color: #017b90;
}

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

@media screen and (min-width:980px) {
  .layout_home:not(.pinned) .secondary_nav_link_label {
    box-shadow: 0 1px 0 0 transparent;
    transition: box-shadow .25s;
  }
}

@media screen and (min-width:980px) {
  .layout_home:not(.pinned) .secondary_nav_link:focus .secondary_nav_link_label,
  .layout_home:not(.pinned) .secondary_nav_link:hover .secondary_nav_link_label {
    box-shadow: 0 1px 0 0 #eb8f2d;
  }
}

.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_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width:980px) {
  .social_nav_list {
    display: block;
    margin-left: -6px;
  }
}

@media screen and (min-width:1220px) {
  .social_nav_list {
    margin-left: -12px;
  }
}

.social_nav_item {
  display: inline-block;
  vertical-align: top;
}

.social_nav_link {
  height: 40px;
  width: 40px;
  position: relative;
  display: block;
  transition: opacity .25s;
}

@media screen and (min-width:1220px) {
  .social_nav_link {
    width: 52px;
  }
}

.social_nav_link:focus,
.social_nav_link:hover {
  opacity: .6;
}

.instagram .social_nav_link:before {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/instagram.png) no-repeat 50% 50%/contain;
  content: "";
  transform: translate(-50%,-50%) scale(1.5);
}

@media screen and (min-width:980px) {
  .instagram .social_nav_link:before {
    transform: translate(-50%,-50%) scale(1);
  }
}

.facebook .social_nav_link:before {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/facebook.png) no-repeat 50% 50%/contain;
  content: "";
  transform: translate(-50%,-50%) scale(1.5);
}

@media screen and (min-width:980px) {
  .facebook .social_nav_link:before {
    transform: translate(-50%,-50%) scale(1);
  }
}

.twitter .social_nav_link:before {
  height: 20px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/twitter.png) no-repeat 50% 50%/contain;
  content: "";
  transform: translate(-50%,-50%) scale(1.5);
}

@media screen and (min-width:980px) {
  .twitter .social_nav_link:before {
    transform: translate(-50%,-50%) scale(1);
  }
}

.linkedin .social_nav_link:before {
  height: 22px;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/linkedin.png) no-repeat 50% 50%/contain;
  content: "";
  transform: translate(-50%,-50%) scale(1.5);
}

@media screen and (min-width:980px) {
  .linkedin .social_nav_link:before {
    transform: translate(-50%,-50%) scale(1);
  }
}

.youtube .social_nav_link:before {
  height: 21px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/youtube.png) no-repeat 50% 50%/contain;
  content: "";
  transform: translate(-50%,-50%) scale(1.5);
}

@media screen and (min-width:980px) {
  .youtube .social_nav_link:before {
    transform: translate(-50%,-50%) 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;
}

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

@media screen and (max-width:979px) {
  .sub_nav_lg {
    display: none;
  }
}

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

.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_wrapper {
  position: relative;
}

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

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

.sub_nav_handle {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  width: 100%;
  position: relative;
  background: #6c297a;
  color: #fff;
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 40px;
  text-align: left;
}

.sub_nav_handle.fs-navigation-enabled {
  padding: 15px calc(20px + 1.04166667%);
  display: block;
}

@media screen and (min-width:740px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .sub_nav_handle.fs-navigation-enabled {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

.sub_nav_handle_icon {
  margin-right: calc((20px + 1.04166667%) * 1);
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  padding: 0 8px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform .25s;
}

@media screen and (min-width:740px) {
  .sub_nav_handle_icon {
    margin-right: calc(((100% - 720px) / 2 + 1.04166667%) * 1);
  }
}

@media screen and (min-width:980px) {
  .sub_nav_handle_icon {
    margin-right: calc(((100% - 960px) / 2 + 1.04166667%) * 1);
  }
}

@media screen and (min-width:1220px) {
  .sub_nav_handle_icon {
    margin-right: calc(((100% - 1200px) / 2 + 1.04166667%) * 1);
  }
}

.sub_nav_handle_icon_open {
  transform: translateY(-50%) rotate(90deg) scale(1);
}

.fs-navigation-open~.sub_nav_handle_icon_open {
  transform: translateY(-50%) rotate(90deg) scale(0);
}

.sub_nav_handle_icon_close {
  transform: translateY(-50%) scale(0);
}

.fs-navigation-open~.sub_nav_handle_icon_close {
  transform: translateY(-50%) scale(1);
}

.sub_nav_handle_icon:before {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  transform: translate(-50%,-50%);
}

.sub_nav_list {
  background: #6c297a;
  display: none;
}

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

@media screen and (min-width:980px) {
  .sub_nav_list {
    position: relative;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width:980px) {
  .sub_nav_list:before {
    height: calc(100% - 20px);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
  }
}

@media screen and (min-width:1220px) {
  .sub_nav_list:before {
    height: calc(100% - 25px);
  }
}

.sub_nav_list.fs-navigation-open {
  display: block;
}

@media screen and (min-width:980px) {
  .sub_nav_item {
    width: 50%;
    position: relative;
    z-index: 2;
    border-left: 5px solid hsla(0,0%,100%,.25);
  }
}

.sub_nav_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  padding: 15px calc(20px + 1.04166667%) 14px;
  border-top: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  transition: color .25s;
}

@media screen and (min-width:740px) {
  .sub_nav_link {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .sub_nav_link {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .sub_nav_link {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .sub_nav_link {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .sub_nav_link {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .sub_nav_link {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .sub_nav_link {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .sub_nav_link {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .sub_nav_link {
    border-top: 0;
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 10px 10px 20px;
  }
}

@media screen and (min-width:1220px) {
  .sub_nav_link {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 25px;
  }
}

.sub_nav_link:focus,
.sub_nav_link:hover {
  color: hsla(0,0%,100%,.6);
}

.active .sub_nav_link {
  background: #501e5b;
}

@media screen and (min-width:980px) {
  .active .sub_nav_link {
    background: none;
    text-decoration: underline;
  }
}

.js-tnew-nav .cart {
  position: relative;
}

.js-tnew-nav .js-cart-badge {
  opacity: 0;
  pointer-events: none;
}

body.tnew_logged_in .js-tnew-nav .js-cart-badge {
  opacity: 1;
}

.js-tnew-nav .cart_badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
}

.mobile_sidebar .js-tnew-nav .cart_badge {
  transform: translate(100%,-50%);
}

.js-tnew-nav .cart_count {
  font-family: proxima-nova,sans-serif;
  font-weight: 500;
  color: #eb8f2d;
  font-size: 13px;
  font-size: .8125rem;
}

body.pinned .js-tnew-nav .cart_count {
  color: #017b90;
}

.js-logout,
body.tnew_logged_in .js-login {
  display: none;
}

body.tnew_logged_in .js-logout {
  display: inline-block;
}

.alert {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #9d0952;
  border-top: 1px solid #8b0045;
  color: #fff;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 11px 0;
  transition: opacity .25s,visibility .25s;
}

@media screen and (min-width:1220px) {
  .alert {
    padding: 14px 0;
  }
}

.alert.show_alert {
  display: block;
  opacity: 1;
  visibility: visible;
}

.alert_body {
  padding-left: 60px;
  padding-right: 100px;
}

@media screen and (min-width:1220px) {
  .alert_body {
    padding-left: 70px;
    padding-right: 130px;
  }
}

@media (min-width:1500px) {
  .alert_body {
    padding-left: 0;
  }
}

.alert_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  margin: 0 0 2px;
}

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

.alert_content {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (min-width:1220px) {
  .alert_content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.alert_description {
  display: inline-block;
}

.alert_description p {
  margin: 0;
}

.alert_discovery {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  transition: color .25s;
}

.alert_discovery:focus,
.alert_discovery:hover {
  color: hsla(0,0%,100%,.5);
}

.alert_discovery_label {
  border-bottom: 1px solid #ba5386;
}

.alert_close {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #9d0952;
  padding: 14px 13px;
  transition: background .25s;
}

@media screen and (min-width:980px) {
  .alert_close {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}

@media screen and (min-width:1220px) {
  .alert_close {
    padding: 19px 18px;
  }
}

.alert_close:focus,
.alert_close:hover {
  background: hsla(0,0%,100%,.5);
}

.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;
}

.artist_spotlight {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width:740px) {
  .artist_spotlight {
    margin-bottom: 60px;
  }
}

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

@media screen and (min-width:740px) {
  .artist_spotlight {
    text-align: left;
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight {
    margin-top: -50px;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight {
    margin-top: -70px;
  }
}

.artist_spotlight_inner {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width:740px) {
  .artist_spotlight_inner {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_inner {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_inner {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .artist_spotlight_inner {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .artist_spotlight_inner {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_inner {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_inner {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .artist_spotlight_inner {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_inner {
    padding-right: 0;
  }
}

.artist_spotlight_body {
  -ms-flex: auto;
  flex: auto;
}

@media screen and (min-width:980px) {
  .artist_spotlight_body {
    padding-top: 46px;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_body {
    padding-top: 66px;
  }
}

.artist_spotlight_header {
  margin-bottom: 14px;
}

@media screen and (min-width:1220px) {
  .artist_spotlight_header {
    margin-bottom: 28px;
  }
}

.artist_spotlight_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #6c297a;
  margin: 0;
}

@media screen and (min-width:500px) {
  .artist_spotlight_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .artist_spotlight_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

.artist_spotlight_details {
  margin-bottom: 30px;
}

@media screen and (min-width:1220px) {
  .artist_spotlight_details {
    margin-bottom: 78px;
  }
}

.artist_spotlight_detail {
  font-size: 18px;
  font-size: 1.125rem;
}

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

.artist_spotlight_detail_genre {
  margin-bottom: 22px;
}

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

@media screen and (min-width:740px) {
  .artist_spotlight_detail_website:before {
    height: 18px;
    width: 1px;
    background: rgba(0,0,0,.3);
    content: "";
    display: inline-block;
    margin: 0 14px;
    transform: rotate(45deg);
    vertical-align: middle;
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_detail_website:before {
    margin: 0 24px;
  }
}

.artist_spotlight_detail_icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

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

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

.artist_spotlight_detail_icon:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 10px;
  background: #000;
  content: "";
  transform: translateY(-50%);
}

@media screen and (min-width:740px) {
  .artist_spotlight_detail_icon:after {
    width: 20px;
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_detail_icon:after {
    width: 50px;
  }
}

.artist_spotlight_detail_type {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
}

.artist_spotlight_detail_type_website {
  display: none;
}

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

.artist_spotlight_detail_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
}

.artist_spotlight_detail_label_website {
  display: none;
  font-style: italic;
}

@media screen and (min-width:740px) {
  .artist_spotlight_detail_label_website {
    border-bottom: 1px solid rgba(1,123,144,.45);
    color: #017b90;
    display: inline-block;
    transition: color .25s;
  }
}

.artist_spotlight_detail_label_website:focus,
.artist_spotlight_detail_label_website:hover {
  color: rgba(1,123,144,.6);
}

.artist_spotlight_detail_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #017b90;
  margin-bottom: 0;
}

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

@media screen and (min-width:740px) {
  .artist_spotlight_detail_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_detail_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.artist_spotlight_detail_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .artist_spotlight_detail_link [class*=icon] {
    display: none;
  }
}

.artist_spotlight_detail_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.artist_spotlight_detail_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.artist_spotlight_detail_link:focus:before,
.artist_spotlight_detail_link:hover:before {
  transform: translate(0) skew(0);
}

.artist_spotlight_detail_link:focus [class*=icon],
.artist_spotlight_detail_link:focus [class*=label],
.artist_spotlight_detail_link:hover [class*=icon],
.artist_spotlight_detail_link:hover [class*=label],
.artist_spotlight_detail_link [class*=icon] {
  color: #fff;
}

@media true {
  .artist_spotlight_detail_link [class*=icon] {
    display: none;
  }
}

.artist_spotlight_detail_link [class*=label] {
  color: #fff;
}

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

.artist_spotlight_caption {
  position: relative;
  color: #fff;
}

.artist_spotlight_caption:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #9d0952;
  box-shadow: inset 0 0 0 10px #9d0952,inset 0 0 0 11px hsla(0,0%,100%,.4);
  content: "";
}

@media screen and (min-width:980px) {
  .artist_spotlight_caption:before {
    width: 100vw;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_caption:before {
    box-shadow: inset 0 0 0 20px #9d0952,inset 0 0 0 21px hsla(0,0%,100%,.4);
  }
}

.artist_spotlight_caption_pillow {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
  position: relative;
  z-index: 20;
  padding: 30px;
}

@media screen and (min-width:500px) {
  .artist_spotlight_caption_pillow {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .artist_spotlight_caption_pillow {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_caption_pillow {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_caption_pillow {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

@media screen and (min-width:980px) {
  .artist_spotlight_caption_pillow {
    padding: 40px 200px 40px 0;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_caption_pillow {
    padding: 80px 380px 80px 0;
  }
}

.artist_spotlight_caption_pillow>:first-child {
  margin-top: 0;
}

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

.artist_spotlight_caption_body {
  max-width: 716px;
}

.artist_spotlight_aside {
  position: relative;
  z-index: 80;
}

@media screen and (min-width:980px) {
  .artist_spotlight_aside {
    margin-left: -160px;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_aside {
    margin-left: -300px;
  }
}

.artist_spotlight_aside_image {
  max-height: 620px;
  width: 40px;
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media screen and (min-width:980px) {
  .artist_spotlight_aside_image {
    width: 320px;
    display: block;
  }
}

@media screen and (min-width:1220px) {
  .artist_spotlight_aside_image {
    width: 534px;
  }
}

@media screen and (min-width:980px) {
  .calendar_intro {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
  }
}

.calendar_callout {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  margin: 0 0 40px;
  padding: 26px;
}

@media screen and (min-width:980px) {
  .calendar_callout {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin: 10px 0 0 55px;
  }
}

@media screen and (min-width:1220px) {
  .calendar_callout {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

.calendar_callout_header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.calendar_callout_icon {
  width: 24px;
  height: 24px;
  position: relative;
  background-color: #9d0a53;
  border-radius: 50%;
  color: #fff;
  display: block;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.calendar_callout_icon .symbol_question {
  width: 7px;
  height: 11px;
}

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

.calendar_callout_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .47px;
  letter-spacing: .02938rem;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.calendar_callout_title:before {
  width: 10px;
  height: 1px;
  background-color: #9d0a53;
  content: "";
  display: block;
}

.calendar_callout_title_label {
  margin-left: 6px;
}

.calendar_callout_body {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
}

.calendar_callout_body p {
  margin: 0;
}

.calendar_callout_body a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #9d0a53;
  text-decoration-color: #9d0a53;
}

.cookie_notice {
  position: fixed;
  inset: auto 0 var(--cookie-notice-offset,0) 0;
  z-index: 110;
  background-color: #fff;
  border-top: 1px solid #000;
  padding-block: 20px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.cookie_notice.is_visible {
  display: block;
  opacity: 1;
  visibility: visible;
}

.cookie_notice_grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 15px 15px;
}

@media screen and (min-width:740px) {
  .cookie_notice_grid {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cookie_notice_grid_item.is_content {
  -ms-flex: 1;
  flex: 1;
}

.cookie_notice_grid_item.is_cta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cookie_notice_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .04em;
  line-height: 1.33333;
  text-transform: uppercase;
  margin: 0;
}

.cookie_notice_description {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  margin-block: 5px 0;
}

@media screen and (min-width:740px) {
  .cookie_notice_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.cookie_notice_description>p {
  margin-block: 0;
}

.cookie_notice_discovery {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #000;
  margin: 0;
}

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

@media screen and (min-width:740px) {
  .cookie_notice_discovery {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .cookie_notice_discovery {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.cookie_notice_discovery [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .cookie_notice_discovery [class*=icon] {
    display: none;
  }
}

.cookie_notice_discovery [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.cookie_notice_discovery:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #6c297a;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.cookie_notice_discovery:focus:before,
.cookie_notice_discovery:hover:before {
  transform: translate(0) skew(0);
}

.cookie_notice_discovery:focus [class*=icon],
.cookie_notice_discovery:focus [class*=label],
.cookie_notice_discovery:hover [class*=icon],
.cookie_notice_discovery:hover [class*=label],
.cookie_notice_discovery [class*=icon] {
  color: #fff;
}

@media true {
  .cookie_notice_discovery [class*=icon] {
    display: none;
  }
}

.cookie_notice_discovery [class*=label] {
  color: #fff;
}

.spotlight {
  --media-ratio: 16/9;
  background: #000;
}

.spotlight.ratio_ultrawide {
  --media-ratio: 21/9;
}

.spotlight.has_video {
  --media-ratio: 16/9;
}

.spotlight_inner {
  --pad-top: calc(1 / (var(--media-ratio)) * 100%);
  position: relative;
  padding-top: var(--pad-top);
}

@media print {
  .spotlight_inner {
    padding-top: 0;
  }
}

.spotlight_media_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: var(--media-ratio);
}

.spotlight_video_controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 44px;
  height: 44px;
}

@media screen and (min-width:980px) {
  .spotlight_video_controls {
    bottom: 100px;
  }
}

.spotlight_video_control {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid hsla(0,0%,100%,.3);
  border-radius: 50%;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
}

.spotlight_video_control.active {
  display: -ms-flexbox;
  display: flex;
}

.spotlight_video_control .symbol {
  color: #fff;
}

.spotlight_background {
  width: 100%;
  aspect-ratio: var(--media-ratio);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

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

.spotlight_body {
  position: relative;
  z-index: 4;
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

@media screen and (min-width:1220px) {
  .spotlight_body {
    width: 100%;
    background: #000;
    padding: 40px 0;
  }
}

.spotlight_header_group {
  margin-bottom: 20px;
}

.spotlight_header_group:after {
  height: 1px;
  max-width: 240px;
  width: 100%;
  background: hsla(0,0%,100%,.25);
  content: "";
  display: block;
  margin-top: 20px;
}

.spotlight_time {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  display: block;
  margin: 0 0 25px;
}

@media screen and (min-width:500px) {
  .spotlight_time {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63158;
  }
}

@media screen and (min-width:740px) {
  .spotlight_time {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:980px) {
  .spotlight_time {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.26923;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_time {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
  }
}

@media screen and (min-width:980px) {
  .spotlight_time {
    margin-bottom: 15px;
  }
}

.spotlight_title_billing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 0;
  margin: 0;
}

.spotlight_title_billing_item {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
}

.spotlight_title_billing_item.level_one {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.22222;
}

@media screen and (min-width:500px) {
  .spotlight_title_billing_item.level_one {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.21429;
  }
}

@media screen and (min-width:740px) {
  .spotlight_title_billing_item.level_one {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.20833;
  }
}

@media screen and (min-width:980px) {
  .spotlight_title_billing_item.level_one {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.2037;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_title_billing_item.level_one {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.spotlight_title_billing_item.level_two {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

@media screen and (min-width:500px) {
  .spotlight_title_billing_item.level_two {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:740px) {
  .spotlight_title_billing_item.level_two {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:980px) {
  .spotlight_title_billing_item.level_two {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_title_billing_item.level_two {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.spotlight_title_billing_item.level_three {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.20833;
}

@media screen and (min-width:500px) {
  .spotlight_title_billing_item.level_three {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.17857;
  }
}

@media screen and (min-width:740px) {
  .spotlight_title_billing_item.level_three {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1875;
  }
}

@media screen and (min-width:980px) {
  .spotlight_title_billing_item.level_three {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.19444;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_title_billing_item.level_three {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.spotlight_title_billing_item.level_four {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
}

@media screen and (min-width:500px) {
  .spotlight_title_billing_item.level_four {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.19048;
  }
}

@media screen and (min-width:740px) {
  .spotlight_title_billing_item.level_four {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.20833;
  }
}

@media screen and (min-width:980px) {
  .spotlight_title_billing_item.level_four {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.18519;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_title_billing_item.level_four {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.spotlight_label {
  display: block;
  margin-top: 10px;
}

.spotlight_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
}

@media screen and (min-width:500px) {
  .spotlight_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .spotlight_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .spotlight_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

.spotlight_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
}

@media screen and (min-width:500px) {
  .spotlight_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .spotlight_label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .spotlight_label {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.spotlight_info {
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 22px;
}

@media screen and (min-width:1220px) {
  .spotlight_info {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.spotlight_info:last-child {
  margin-bottom: 0;
}

.spotlight_info_icon {
  position: absolute;
  top: 3px;
  left: 0;
  color: #017b90;
}

.spotlight_info_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.57143;
}

@media screen and (min-width:1220px) {
  .spotlight_info_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
  }
}

.spotlight_info_date:after {
  color: hsla(0,0%,100%,.5);
  content: "/";
  margin: 0 8px 0 10px;
}

.spotlight_info_date:last-child:after {
  display: none;
}

.spotlight_dates {
  margin-top: 5px;
}

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

@media screen and (min-width:740px) {
  .spotlight_date {
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
  }
}

.spotlight_date:not(:last-child) {
  position: relative;
}

@media screen and (min-width:740px) {
  .spotlight_date:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
  }
}

.spotlight_date:not(:last-child):after {
  background: hsla(0,0%,100%,.3);
  content: "";
}

@media screen and (max-width:739px) {
  .spotlight_date:not(:last-child):after {
    height: 1px;
    width: 26px;
    display: block;
    margin-top: 10px;
  }
}

@media screen and (min-width:740px) {
  .spotlight_date:not(:last-child):after {
    height: 36px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
  }
}

.spotlight_date_detail {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  font-weight: 600;
}

@media screen and (min-width:740px) {
  .spotlight_date_detail {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_date_detail {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.spotlight_date_time {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (min-width:740px) {
  .spotlight_date_time {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_date_time {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.spotlight_date_location {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  display: block;
}

.spotlight_location {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #9e9e9e;
  margin: 0;
}

@media screen and (min-width:740px) {
  .spotlight_location {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_location {
    color: #fff;
  }
}

.spotlight_links {
  margin-top: 18px;
}

.spotlight_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #017b90;
}

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

@media screen and (min-width:740px) {
  .spotlight_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .spotlight_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.spotlight_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .spotlight_link [class*=icon] {
    display: none;
  }
}

.spotlight_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .spotlight_link {
    display: inline-block;
    margin-right: 20px;
  }
}

.spotlight_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.spotlight_link:focus:before,
.spotlight_link:hover:before {
  transform: translate(0) skew(0);
}

.spotlight_link:focus [class*=icon],
.spotlight_link:focus [class*=label],
.spotlight_link:hover [class*=icon],
.spotlight_link:hover [class*=label] {
  color: #017b90;
}

.spotlight_link [class*=icon] {
  color: #fff;
}

@media true {
  .spotlight_link [class*=icon] {
    display: none;
  }
}

.spotlight_link [class*=label] {
  color: #fff;
}

@media screen and (min-width:500px) {
  .spotlight_link {
    margin-right: 10px;
  }
}

@media screen and (min-width:1220px) {
  .spotlight_link {
    min-width: 230px;
  }
}

.spotlight_link.theme_disabled {
  background: #ebebeb;
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}

.spotlight_link.theme_disabled [class*=label] {
  color: #017b90;
}

.spotlight_footer {
  position: relative;
  background: #9d0952;
  color: #fff;
  padding: 27px 0 20px;
  text-align: center;
}

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

@media screen and (min-width:740px) {
  .spotlight_footer {
    padding: 35px 0 34px;
    text-align: left;
  }
}

.spotlight_detail {
  font-size: 18px;
  font-size: 1.125rem;
}

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

.spotlight_detail_genre {
  margin-bottom: 22px;
}

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

@media screen and (min-width:740px) {
  .spotlight_detail_website:before {
    height: 18px;
    width: 1px;
    background: hsla(0,0%,100%,.3);
    content: "";
    display: inline-block;
    margin: 0 14px;
    transform: rotate(45deg);
    vertical-align: middle;
  }
}

@media screen and (min-width:980px) {
  .spotlight_detail_website:before {
    margin: 0 24px;
  }
}

.spotlight_detail_icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

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

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

.spotlight_detail_icon:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 10px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

@media screen and (min-width:740px) {
  .spotlight_detail_icon:after {
    width: 20px;
  }
}

@media screen and (min-width:980px) {
  .spotlight_detail_icon:after {
    width: 50px;
  }
}

.spotlight_detail_type {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
}

.spotlight_detail_type_website {
  display: none;
}

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

.spotlight_detail_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 500;
  font-style: italic;
}

.spotlight_detail_label_website {
  display: none;
}

@media screen and (min-width:740px) {
  .spotlight_detail_label_website {
    border-bottom: 1px solid hsla(0,0%,100%,.45);
    color: #fff;
    display: inline-block;
    transition: color .25s;
  }
}

.spotlight_detail_label_website:focus,
.spotlight_detail_label_website:hover {
  color: hsla(0,0%,100%,.6);
}

.spotlight_detail_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  margin-bottom: 0;
}

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

@media screen and (min-width:740px) {
  .spotlight_detail_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .spotlight_detail_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.spotlight_detail_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .spotlight_detail_link [class*=icon] {
    display: none;
  }
}

.spotlight_detail_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.spotlight_detail_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.spotlight_detail_link:focus:before,
.spotlight_detail_link:hover:before {
  transform: translate(0) skew(0);
}

.spotlight_detail_link:focus [class*=icon],
.spotlight_detail_link:focus [class*=label],
.spotlight_detail_link:hover [class*=icon],
.spotlight_detail_link:hover [class*=label] {
  color: #fff;
}

.spotlight_detail_link [class*=icon] {
  color: #9d0952;
}

@media true {
  .spotlight_detail_link [class*=icon] {
    display: none;
  }
}

.spotlight_detail_link [class*=label] {
  color: #9d0952;
}

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

.artists_block {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width:740px) {
  .artists_block {
    margin-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .artists_block {
    margin-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .artists_block {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .artists_block {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .artists_block {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .artists_block {
    margin-bottom: 100px;
  }
}

.artists_block_header {
  margin-bottom: 20px;
}

.artists_block_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #6c297a;
  margin: 0;
}

@media screen and (min-width:500px) {
  .artists_block_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .artists_block_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .artists_block_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .artists_block_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.artists {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(1,1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width:400px) {
  .artists {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width:980px) {
  .artists {
    grid-template-columns: repeat(3,1fr);
  }
}

@media screen and (min-width:1220px) {
  .artists {
    grid-row-gap: 40px;
    grid-template-columns: repeat(4,1fr);
  }
}

.artist {
  border: 1px solid #e7e7e7;
  padding: 10px;
}

@media screen and (min-width:740px) {
  .artist {
    padding: 20px;
  }
}

@media screen and (min-width:1220px) {
  .artists_block_featured .artist:first-child {
    grid-column: span 2;
  }
}

.artist_link {
  height: 100%;
}

.artist_inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.artist_media {
  position: relative;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 10px;
}

@media screen and (min-width:740px) {
  .artist_media {
    margin-bottom: 20px;
  }
}

.artist_media:before {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid hsla(0,0%,100%,.4);
  content: "";
  pointer-events: none;
  transform: translate(-50%,-50%);
}

.artist_image {
  width: 100%;
}

.artists_block_featured .artist:first-child .artist_image {
  height: 100%;
  aspect-ratio: 4/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.artist_hint {
  -ms-flex-align: center;
  align-items: center;
  color: #9d0952;
  column-gap: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: color .25s;
}

.artist_link:focus .artist_hint,
.artist_link:hover .artist_hint {
  color: #000;
}

.artist_hint_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1.25;
}

@media screen and (min-width:740px) {
  .artist_hint_label {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.88235;
  }
}

@media screen and (min-width:980px) {
  .artist_hint_label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.artist_link:focus .artist_hint_icon,
.artist_link:hover .artist_hint_icon {
  animation: a 1s infinite;
}

@keyframes a {
  50% {
    transform: translate(4px);
  }
}

.button_group {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wysiwyg_block+.button_group {
  margin-top: -10px;
}

@media screen and (min-width:740px) {
  .wysiwyg_block+.button_group {
    margin-top: -15px;
  }
}

@media screen and (min-width:980px) {
  .wysiwyg_block+.button_group {
    margin-top: -20px;
  }
}

@media screen and (min-width:1220px) {
  .wysiwyg_block+.button_group {
    margin-top: -25px;
  }
}

@media screen and (min-width:980px) {
  .wysiwyg_block+.button_group {
    margin-top: -24px;
  }
}

@media screen and (min-width:980px) and (min-width:740px) {
  .wysiwyg_block+.button_group {
    margin-top: -36px;
  }
}

@media screen and (min-width:980px) and (min-width:980px) {
  .wysiwyg_block+.button_group {
    margin-top: -48px;
  }
}

@media screen and (min-width:980px) and (min-width:1220px) {
  .wysiwyg_block+.button_group {
    margin-top: -60px;
  }
}

.button_group_cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 15px 15px;
}

.button_group_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  margin: 0!important;
}

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

@media screen and (min-width:740px) {
  .button_group_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .button_group_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.button_group_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .button_group_link [class*=icon] {
    display: none;
  }
}

.button_group_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .button_group_link {
    display: inline-block;
    margin-right: 20px;
  }
}

.button_group.theme_purple .button_group_link {
  background: #6c297a;
}

.button_group.theme_purple .button_group_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eaeaea;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.button_group.theme_purple .button_group_link:focus:before,
.button_group.theme_purple .button_group_link:hover:before {
  transform: translate(0) skew(0);
}

.button_group.theme_purple .button_group_link:focus [class*=icon],
.button_group.theme_purple .button_group_link:focus [class*=label],
.button_group.theme_purple .button_group_link:hover [class*=icon],
.button_group.theme_purple .button_group_link:hover [class*=label] {
  color: #3f3f3f;
}

.button_group.theme_purple .button_group_link [class*=icon] {
  color: #fff;
}

@media true {
  .button_group.theme_purple .button_group_link [class*=icon] {
    display: none;
  }
}

.button_group.theme_purple .button_group_link [class*=label] {
  color: #fff;
}

.button_group.theme_blue .button_group_link {
  background: #017b90;
}

.button_group.theme_blue .button_group_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eaeaea;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.button_group.theme_blue .button_group_link:focus:before,
.button_group.theme_blue .button_group_link:hover:before {
  transform: translate(0) skew(0);
}

.button_group.theme_blue .button_group_link:focus [class*=icon],
.button_group.theme_blue .button_group_link:focus [class*=label],
.button_group.theme_blue .button_group_link:hover [class*=icon],
.button_group.theme_blue .button_group_link:hover [class*=label] {
  color: #3f3f3f;
}

.button_group.theme_blue .button_group_link [class*=icon] {
  color: #fff;
}

@media true {
  .button_group.theme_blue .button_group_link [class*=icon] {
    display: none;
  }
}

.button_group.theme_blue .button_group_link [class*=label] {
  color: #fff;
}

.button_group.theme_red .button_group_link {
  background: #9d0952;
}

.button_group.theme_red .button_group_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eaeaea;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.button_group.theme_red .button_group_link:focus:before,
.button_group.theme_red .button_group_link:hover:before {
  transform: translate(0) skew(0);
}

.button_group.theme_red .button_group_link:focus [class*=icon],
.button_group.theme_red .button_group_link:focus [class*=label],
.button_group.theme_red .button_group_link:hover [class*=icon],
.button_group.theme_red .button_group_link:hover [class*=label] {
  color: #3f3f3f;
}

.button_group.theme_red .button_group_link [class*=icon] {
  color: #fff;
}

@media true {
  .button_group.theme_red .button_group_link [class*=icon] {
    display: none;
  }
}

.button_group.theme_red .button_group_link [class*=label] {
  color: #fff;
}

.contact_card {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width:740px) {
  .contact_card {
    margin-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .contact_card {
    margin-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .contact_card {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .contact_card {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .contact_card {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .contact_card {
    margin-bottom: 100px;
  }
}

.contact_card_inner {
  position: relative;
  border: 1px solid #ebebeb;
  margin-top: 20px;
  padding: 25px;
}

@media screen and (min-width:740px) {
  .contact_card_inner {
    margin-top: 35px;
    padding: 50px;
  }
}

@media screen and (min-width:1220px) {
  .contact_card_inner {
    padding: 50px 85px 92px;
  }
}

.contact_card_inner:before {
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #ebebeb;
  content: "";
  pointer-events: none;
  transform: translate(-50%,-50%);
}

@media screen and (min-width:740px) {
  .contact_card_inner:before {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.contact_card_header {
  height: 105px;
  width: 105px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 5px solid #9d0952;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -45px;
  margin-bottom: 13px;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width:740px) {
  .contact_card_header {
    margin-top: -84px;
  }
}

@media screen and (min-width:980px) {
  .contact_card_header {
    margin-bottom: 31px;
  }
}

.contact_card_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #9d0952;
  margin: 0;
}

.contact_card_body {
  position: relative;
}

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

@media screen and (min-width:1220px) {
  .contact_card_body {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.contact_card_details {
  margin-bottom: 14px;
}

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

@media screen and (min-width:980px) {
  .contact_card_details {
    padding-right: 20px;
  }
}

@media screen and (min-width:1220px) {
  .contact_card_details {
    margin-bottom: 6px;
  }
}

.contact_card_details:after {
  height: 1px;
  width: 82px;
  background: #ebebeb;
  content: "";
  display: block;
  margin-top: 8px;
}

@media screen and (min-width:500px) {
  .contact_card_details:after {
    display: none;
  }
}

.contact_card_pretext {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #3f3f3f;
  margin: 0;
}

@media screen and (min-width:740px) {
  .contact_card_pretext {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media screen and (min-width:980px) {
  .contact_card_pretext {
    margin-bottom: 6px;
  }
}

.contact_card_name {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  margin: 0 0 4px;
}

@media screen and (min-width:500px) {
  .contact_card_name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .contact_card_name {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .contact_card_name {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .contact_card_name {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.contact_card_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #323232;
  margin: 0;
}

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

.contact_card_links_lg {
  display: none;
}

@media screen and (min-width:500px) {
  .contact_card_links_lg {
    display: block;
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

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

.contact_card_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #6c297a;
}

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

@media screen and (min-width:740px) {
  .contact_card_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .contact_card_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.contact_card_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .contact_card_link [class*=icon] {
    display: none;
  }
}

.contact_card_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .contact_card_link {
    display: inline-block;
    margin-right: 20px;
    background: none;
    overflow: visible;
    padding: 0;
  }
}

.contact_card_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #9d0952;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

@media screen and (min-width:500px) {
  .contact_card_link:before {
    display: none;
  }
}

@media screen and (min-width:500px) {
  .contact_card_link:focus,
  .contact_card_link:hover {
    background: none;
  }
}

.contact_card_link:focus:before,
.contact_card_link:hover:before {
  transform: translate(0) skew(0);
}

.contact_card_link:focus [class*=icon],
.contact_card_link:focus [class*=label],
.contact_card_link:hover [class*=icon],
.contact_card_link:hover [class*=label] {
  color: #fff;
}

@media screen and (min-width:500px) {
  .contact_card_link:focus [class*=icon],
  .contact_card_link:focus [class*=label],
  .contact_card_link:hover [class*=icon],
  .contact_card_link:hover [class*=label] {
    color: #6c297a;
  }
}

@media screen and (min-width:500px) {
  .contact_card_link:focus [class*=label],
  .contact_card_link:hover [class*=label] {
    border-bottom-color: currentColor;
  }
}

.contact_card_link [class*=icon] {
  color: #fff;
}

@media screen and (min-width:500px) {
  .contact_card_link [class*=icon] {
    color: #017b90;
  }
}

@media true {
  .contact_card_link [class*=icon] {
    display: none;
  }
}

.contact_card_link [class*=label] {
  color: #fff;
}

@media screen and (min-width:500px) {
  .contact_card_link [class*=label] {
    border-bottom: 1px solid transparent;
    color: #017b90;
    transition: border-color .25s;
  }
}

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

.contact_card_links_sm .contact_card_link:last-child {
  margin-bottom: 0;
}

.contact_card_links_sm .contact_card_link [class*=icon] {
  display: none;
}

.contact_card_links_lg .contact_card_link:focus [class*=icon],
.contact_card_links_lg .contact_card_link:hover [class*=icon] {
  animation: c 1s infinite;
}

.contact_card_types {
  margin-bottom: 20px;
}

@media screen and (min-width:740px) {
  .contact_card_types {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

@media screen and (min-width:980px) {
  .contact_card_types {
    display: block;
  }
}

@media screen and (min-width:1220px) {
  .contact_card_types {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width:740px) {
  .contact_card_group:first-child {
    margin-right: 60px;
  }
}

.contact_card_type {
  position: relative;
  display: block;
  padding-left: 20px;
}

@media print {
  .contact_card_type {
    padding-left: 0;
  }
}

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

.contact_card_type .symbol {
  margin: 0 auto;
}

.contact_card_type_icon {
  min-width: 14px;
  position: absolute;
  top: 7px;
  left: 0;
  color: #9d0952;
  text-align: center;
}

@media screen and (min-width:980px) {
  .contact_card_type_icon {
    top: 11px;
  }
}

.contact_card_type_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #454545;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (min-width:980px) {
  .contact_card_type_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

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

.contact_card_type_link .contact_card_type_label {
  border-bottom: 1px solid #ebebeb;
  color: #9d0952;
  transition: color .25s;
}

.contact_card_type_link:focus .contact_card_type_label,
.contact_card_type_link:hover .contact_card_type_label {
  color: #000;
}

.events_list_header {
  margin-bottom: 20px;
}

@media screen and (min-width:1220px) {
  .events_list_header {
    margin-bottom: 28px;
  }
}

.events_list_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #6c297a;
  margin: 0;
}

@media screen and (min-width:500px) {
  .events_list_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .events_list_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .events_list_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .events_list_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.events_list_inner {
  border-top: 5px solid #ebebeb;
  padding-top: 26px;
}

@media print {
  .events_list_inner {
    border: 0;
  }
}

@media screen and (min-width:740px) {
  .events_list_inner {
    padding-top: 60px;
  }
}

.event_item {
  border-bottom: 5px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 26px;
}

@media print {
  .event_item {
    padding-bottom: 0;
    border: 0;
  }
}

@media screen and (min-width:500px) {
  .event_item {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width:740px) {
  .event_item {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.event_item:last-child {
  margin-bottom: 0;
}

.event_item_figure {
  position: relative;
  border: 1px solid #e7e7e7;
  margin-bottom: 9px;
  padding: 20px;
}

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

@media screen and (min-width:500px) {
  .event_item_figure {
    width: 250px;
    -ms-flex-order: 2;
    order: 2;
    padding: 5px;
  }
}

@media screen and (min-width:740px) {
  .event_item_figure {
    width: 300px;
    -ms-flex-order: inherit;
    order: inherit;
    margin-bottom: 0;
    padding: 20px;
  }
}

.event_item_figure:before {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid hsla(0,0%,100%,.4);
  content: "";
  pointer-events: none;
  transform: translate(-50%,-50%);
}

@media screen and (min-width:500px) {
  .event_item_figure:before {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

@media screen and (min-width:740px) {
  .event_item_figure:before {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

.event_item_figure_link {
  display: block;
}

.event_item_attend {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6c297a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
}

@media (min-width:500px) and (max-width:739px) {
  .event_item_attend {
    bottom: 5px;
    left: 5px;
  }
}

@media screen and (min-width:980px) {
  .event_item_attend {
    padding: 10px 14px;
  }
}

.event_item_attend_icon .symbol_music_note {
  width: 16px;
  height: 16px;
}

@media screen and (min-width:980px) {
  .event_item_attend_icon .symbol_music_note {
    width: 18px;
    height: 18px;
  }
}

.event_item_attend_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.2;
  margin-left: 6px;
}

@media screen and (min-width:980px) {
  .event_item_attend_label {
    font-size: 13px;
    font-size: .8125rem;
    margin-left: 10px;
  }
}

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

@media screen and (min-width:500px) {
  .event_item_body {
    width: calc(100% - 100px);
    padding-right: 20px;
  }
}

@media screen and (min-width:740px) {
  .event_item_body {
    width: calc(100% - 300px);
    padding-right: 0;
    padding-left: 20px;
  }
}

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

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

.event_item_header {
  margin-bottom: 20px;
}

.event_item_info {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event_item_info:after {
  height: 1px;
  max-width: 125px;
  width: 100%;
  background: #d8d8d8;
  content: "";
  display: block;
  margin: 10px 0 12px;
  -ms-flex-order: 15;
  order: 15;
}

.event_item_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #6c297a;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  -ms-flex-order: 5;
  order: 5;
  margin: 0;
}

@media screen and (min-width:980px) {
  .event_item_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:1220px) {
  .event_item_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.26316;
  }
}

.event_item_title_link {
  color: inherit;
  display: block;
  transition: color .25s;
}

.event_item_title_link:focus,
.event_item_title_link:hover,
.event_item_title_link:visited {
  color: #9d0952;
}

.event_item_status {
  -ms-flex-align: center;
  align-items: center;
  background: #323232;
  border: 1px solid #e6e6e6;
  border-radius: 500px;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 6px;
  -ms-flex-order: 1;
  order: 1;
  padding: 8px 12px;
}

.event_item_status_icon .symbol_warning {
  width: 16px;
  height: 16px;
}

.event_item_status_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.2;
  margin-left: 6px;
  text-transform: uppercase;
}

.event_item_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #6c297a;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.57143;
  -ms-flex-order: 10;
  order: 10;
}

.event_item_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  color: #454545;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.66667;
  margin: 0;
}

@media screen and (min-width:980px) {
  .event_item_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.event_item_caption a {
  color: #9d0952;
  transition: color .25s;
  text-decoration: underline;
}

.event_item_caption a:focus,
.event_item_caption a:hover {
  color: #000;
  text-decoration: none;
}

.event_item_caption p {
  margin: 0;
}

.event_item_details {
  padding: 0 2px;
}

@media screen and (min-width:980px) {
  .event_item_details {
    margin-bottom: 9px;
  }
}

@media screen and (min-width:1220px) {
  .event_item_details {
    margin-bottom: 7px;
    padding: 0;
  }
}

.event_item_detail {
  position: relative;
  margin-bottom: 11px;
  padding-left: 20px;
}

@media print {
  .event_item_detail {
    padding-left: 0;
  }
}

@media screen and (min-width:980px) {
  .event_item_detail {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (min-width:980px) {
  .event_item_detail:before {
    color: #cacaca;
    content: "/";
    font-weight: 300;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
}

@media screen and (min-width:980px) {
  .event_item_detail:first-child:before {
    display: none;
  }
}

.event_item_detail_icon {
  min-width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #017b90;
  text-align: center;
}

@media screen and (min-width:980px) {
  .event_item_detail_icon {
    min-width: auto;
    position: relative;
    top: auto;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
}

.event_item_detail_icon .symbol {
  margin: 0 auto;
}

.event_item_detail_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

@media screen and (min-width:1220px) {
  .event_item_detail_label {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .5px;
    letter-spacing: .03125rem;
  }
}

.event_item_type {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 14px;
  font-size: .875rem;
  font-style: italic;
}

.events {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f4f4f4;
  transform: translateZ(0);
}

@media screen and (min-width:740px) {
  .events {
    padding-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .events {
    padding-top: 80px;
  }
}

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

@media screen and (min-width:740px) {
  .events {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .events {
    padding-bottom: 80px;
  }
}

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

.events_header {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width:740px) {
  .events_header {
    margin-bottom: 60px;
  }
}

@media print {
  .events_header {
    text-align: left;
  }
}

@media screen and (min-width:1220px) {
  .events_header {
    width: 105px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 0 20px;
  }
}

.events_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #017b90;
  margin: 0;
}

.events_title:before {
  height: 44px;
  width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  border: 5px solid #fff;
  border-radius: 50%;
  content: "";
  transform: translate(-50%,-50%);
}

@media screen and (min-width:1220px) {
  .events_title:before {
    height: 105px;
    width: 105px;
    border-color: #017b90;
  }
}

@media screen and (min-width:1220px) {
  .events_carousel .fs-carousel-pagination {
    display: none!important;
  }
}

.events_carousel .fs-carousel-controls {
  display: none!important;
}

@media screen and (min-width:1220px) {
  .events_carousel .fs-carousel-controls {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width:1220px) {
  .events_carousel .fs-carousel-controls.fs-carousel-visible {
    display: block!important;
  }
}

.event {
  max-width: 440px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width:740px) {
  .event {
    max-width: 545px;
    margin-right: 25px;
  }
}

@media screen and (min-width:1220px) {
  .event {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 30px 30px 70px;
  }
}

.event_header {
  margin-bottom: 20px;
}

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

@media screen and (min-width:1220px) {
  .event_header:after {
    height: 1px;
    max-width: 250px;
    width: 100%;
    background: #ebebeb;
    content: "";
    display: block;
    margin: 16px 0 26px;
  }
}

.event_figure {
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding: 20px;
}

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

@media screen and (min-width:1220px) {
  .event_figure {
    background: none;
    border: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}

.event_figure:before {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid hsla(0,0%,100%,.4);
  content: "";
  pointer-events: none;
  transform: translate(-50%,-50%);
}

@media screen and (min-width:1220px) {
  .event_figure:before {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.event_attend {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6c297a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
}

@media screen and (min-width:980px) {
  .event_attend {
    padding: 10px 14px;
  }
}

.event_attend_icon .symbol_music_note {
  width: 16px;
  height: 16px;
}

@media screen and (min-width:980px) {
  .event_attend_icon .symbol_music_note {
    width: 18px;
    height: 18px;
  }
}

.event_attend_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.2;
  margin-left: 6px;
}

@media screen and (min-width:980px) {
  .event_attend_label {
    font-size: 13px;
    font-size: .8125rem;
    margin-left: 10px;
  }
}

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

.event_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #9d0952;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  margin: 0;
}

@media screen and (min-width:980px) {
  .event_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

.event_title p {
  margin: 0;
}

.event_title_link {
  color: inherit;
  display: block;
  transition: color .25s;
}

.event_title_link:focus,
.event_title_link:hover {
  color: #6c297a;
}

.event_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #9d0952;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.57143;
}

.event_details {
  margin-bottom: 17px;
  padding: 0 2px;
}

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

.event_detail {
  position: relative;
  margin-bottom: 11px;
  padding-left: 20px;
}

@media print {
  .event_detail {
    padding-left: 0;
  }
}

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

@media screen and (min-width:1220px) {
  .event_detail:first-child,
  .event_detail:nth-child(2) {
    display: inline-block;
  }
}

@media screen and (min-width:1220px) {
  .event_detail:nth-child(2):before {
    color: #cacaca;
    content: "/";
    font-weight: 300;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
}

.event_detail_icon {
  min-width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #017b90;
  text-align: center;
}

@media screen and (min-width:980px) {
  .event_detail_icon {
    min-width: auto;
    position: relative;
    top: auto;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
}

.event_detail_icon .symbol {
  margin: 0 auto;
}

.event_detail_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

@media screen and (min-width:1220px) {
  .event_detail_label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: .5px;
    letter-spacing: .03125rem;
  }
}

.event_type {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 14px;
  font-size: .875rem;
  font-style: italic;
}

.explorer {
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 25px 0 40px;
}

@media print {
  .explorer {
    padding: 20px 0;
  }
}

@media screen and (min-width:740px) {
  .explorer {
    padding: 40px 0 80px;
  }
}

@media screen and (min-width:980px) {
  .explorer {
    padding: 63px 0 110px;
  }
}

@media screen and (min-width:1220px) and (min-height:800px) {
  .explorer {
    z-index: 20;
    transform: translateZ(0);
  }
}

.explorer_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: grayscale(100%);
  opacity: .22;
}

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

.explorer_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.7);
}

.explorer_inner {
  position: relative;
  z-index: 4;
}

.explorer_header {
  margin-bottom: 34px;
}

@media screen and (min-width:980px) {
  .explorer_header {
    margin-bottom: 64px;
  }
}

.explorer_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

@media screen and (min-width:500px) {
  .explorer_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.85714;
  }
}

@media screen and (min-width:980px) {
  .explorer_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.26667;
  }
}

.explorer_title_label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.explorer_title_icon {
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
}

.explorer_body {
  display: none;
}

@media screen and (min-width:740px) {
  .explorer_body {
    display: block;
    padding-left: 50px;
  }
}

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

.explorer_link {
  color: inherit;
  display: block;
}

@media screen and (min-width:740px) {
  .explorer_link {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width:1270px) {
  .explorer_link {
    margin-bottom: 56px;
  }
}

.explorer_link:before {
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f6bf35;
  content: "";
  opacity: 0;
  transform: translate(-20px);
  transition: opacity .25s,transform .25s;
}

.explorer_link:focus:before,
.explorer_link:hover:before {
  opacity: 1;
  transform: translate(0);
}

.explorer_link:last-child {
  margin-bottom: 0;
}

@media screen and (min-width:740px) {
  .explorer_figure {
    max-width: 240px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -2;
    margin-right: 105px;
    opacity: 0;
    transform: translate(-40%,-50%);
    transition: opacity .25s,transform .25s;
  }
}

@media screen and (min-width:1270px) {
  .explorer_figure {
    max-width: 360px;
  }
}

.explorer_figure:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.25);
  content: "";
}

@media screen and (min-width:740px) {
  .explorer_link:focus .explorer_figure,
  .explorer_link:hover .explorer_figure {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.explorer_image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

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

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

.explorer_name {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  display: block;
  margin: 0 0 8px;
}

@media screen and (min-width:500px) {
  .explorer_name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .explorer_name {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .explorer_name {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .explorer_name {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

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

@media screen and (min-width:1270px) {
  .explorer_name {
    font-size: 75px;
    font-size: 4.6875rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
  }
}

.explorer_name_icon {
  display: none;
}

@media screen and (min-width:740px) {
  .explorer_name_icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    opacity: 0;
    transform: translate(-100%,-50%);
    transition: opacity .25s,transform .25s;
  }
}

.explorer_link:focus .explorer_name_icon,
.explorer_link:hover .explorer_name_icon {
  animation: b 1s infinite;
  opacity: 1;
}

@media screen and (min-width:740px) {
  .explorer_name_icon .symbol {
    height: 24px;
    width: 30px;
  }
}

@keyframes b {
  50% {
    transform: translateY(-50%);
  }
}

.explorer_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  display: block;
  margin: 0 0 26px;
}

@media screen and (min-width:740px) {
  .explorer_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media print {
  .explorer_caption {
    margin-bottom: 0;
  }
}

@media screen and (min-width:740px) {
  .explorer_caption {
    max-width: 490px;
    margin-bottom: 0;
    opacity: .5;
    transition: opacity .25s;
  }
}

@media screen and (min-width:740px) {
  .explorer_link:focus .explorer_caption,
  .explorer_link:hover .explorer_caption {
    opacity: 1;
  }
}

@media screen and (min-width:740px) {
  .explorer_carousel {
    width: 100%!important;
    position: absolute!important;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.explorer_carousel .fs-carousel-page:before {
  background: hsla(0,0%,100%,.28);
}

.explorer_carousel .fs-carousel-page.fs-carousel-active:before {
  background: #fff;
}

.explorer_item {
  max-width: 280px;
  margin-right: 15px;
  margin-bottom: 18px;
}

@media screen and (min-width:500px) {
  .explorer_item {
    max-width: 400px;
  }
}

.explorer_item_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #6c297a;
  opacity: 0;
  transform: scale(.925);
  transition: opacity .25s,transform .25s;
}

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

@media screen and (min-width:740px) {
  .explorer_item_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .explorer_item_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.explorer_item_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .explorer_item_link [class*=icon] {
    display: none;
  }
}

.explorer_item_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.explorer_item_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.explorer_item_link:focus:before,
.explorer_item_link:hover:before {
  transform: translate(0) skew(0);
}

.explorer_item_link:focus [class*=icon],
.explorer_item_link:focus [class*=label],
.explorer_item_link:hover [class*=icon],
.explorer_item_link:hover [class*=label] {
  color: #6c297a;
}

.explorer_item_link [class*=icon] {
  color: #fff;
}

@media true {
  .explorer_item_link [class*=icon] {
    display: none;
  }
}

.explorer_item_link [class*=label] {
  color: #fff;
}

@media screen and (max-width:499px) {
  .explorer_item_link [class*=label] {
    transform: scale(1.35);
  }
}

.fs-carousel-visible .explorer_item_link {
  opacity: 1;
  transform: scale(1);
}

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

.filter_wrapper {
  background: #9d0952;
  padding: 20px 0 30px;
}

@media screen and (min-width:980px) {
  .filter_wrapper {
    padding: 35px 0 45px;
  }
}

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

.filter_inner_item {
  border: 1px solid hsla(0,0%,100%,.25);
  padding: 18px 20px;
}

.filter_inner_item+.filter_inner_item {
  margin-top: 30px;
}

.filter_search {
  position: relative;
  margin-bottom: 40px;
}

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

.filter_search_label.filter_search_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
  line-height: 1.22222;
  font-style: italic;
  margin: 0 0 10px;
  text-transform: none;
}

.filter_search_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

@media screen and (min-width:740px) {
  .filter_search_row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.filter_search_input_wrap {
  position: relative;
  z-index: 2;
  -ms-flex: 1;
  flex: 1;
}

.filter_search_submit_wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.filter_search_submit_field {
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .25s ease;
}

.filter_search_submit_field:focus,
.filter_search_submit_field:hover {
  background-color: #017b90;
  color: #fff;
}

.filter_search_submit_field:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

.filter_search_input {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: none;
  color: #000;
  line-height: 1;
  padding: 20px;
}

@media screen and (min-width:740px) {
  .filter_search_input {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.filter_search_input::-webkit-input-placeholder {
  opacity: 1;
}

.filter_search_input::-moz-placeholder {
  opacity: 1;
}

.filter_search_input:-ms-input-placeholder,
.filter_search_input::-ms-input-placeholder {
  opacity: 1;
}

.filter_search_input::placeholder {
  opacity: 1;
}

.filter_search_input:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

@media screen and (min-width:740px) {
  .filter_search_input {
    padding: 30px;
  }
}

.filter_search_input_wrapper {
  margin-bottom: 0;
}

.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-family: proxima-nova,sans-serif;
  font-weight: 300;
  background: #fff;
  border: 0;
  color: #525252;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 16px 70px 15px 20px;
}

@media screen and (min-width:1220px) {
  .filter_search_input_field {
    padding: 36px 30px 35px;
  }
}

.filter_search_submit_wrapper {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
}

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

.filter_search_submit_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.filter_search_submit_label.focusable:active,
.filter_search_submit_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.filter_search_submit_icon {
  margin-right: 10px;
}

.filter_search_submit_icon svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width:740px) {
  .filter_search_submit_icon svg {
    width: 30px;
    height: 30px;
  }
}

.filter_search_submit_field {
  height: 100%;
  background-color: #f7f7f7;
  color: #3f3f3f;
  padding: 15px 45px;
}

@media screen and (min-width:740px) {
  .filter_search_submit_field {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.filter_search_submit_text {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

@media screen and (min-width:740px) {
  .filter_search_submit_text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.filter_sifter {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns),1fr);
  gap: 15px 30px;
  margin-bottom: 30px;
}

@media screen and (min-width:740px) {
  .filter_sifter {
    --columns: 3;
  }
}

.filter_dropdown_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.filter_dropdown_label.focusable:active,
.filter_dropdown_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.filter_dropdown_wrapper .fs-dropdown-selected {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  border: 0;
  color: #343434;
  font-size: 14px;
  font-size: .875rem;
  padding: 20px;
}

@media screen and (min-width:1220px) {
  .filter_dropdown_wrapper .fs-dropdown-selected {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.filter_dropdown_wrapper .fs-dropdown-selected:before {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
  content: "";
}

@media screen and (min-width:1220px) {
  .filter_dropdown_wrapper .fs-dropdown-selected:before {
    width: 60px;
  }
}

.filter_dropdown_wrapper .fs-dropdown-selected:after {
  position: absolute;
  top: 50%;
  right: 0;
  border: 10px solid transparent;
  border-top-color: #000;
  content: "";
  margin-top: 5px;
  margin-right: 15px;
  transform: translateY(-50%) scaleX(.85);
}

@media screen and (min-width:1220px) {
  .filter_dropdown_wrapper .fs-dropdown-selected:after {
    margin-right: 20px;
  }
}

.filter_dropdown_wrapper .fs-dropdown-focus,
.filter_dropdown_wrapper .fs-dropdown:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

.filter_dropdown_wrapper .fs-dropdown-options {
  border-top: 1px solid #e6e6e6;
}

.filter_dropdown_wrapper .fs-dropdown-item {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  color: #343434;
  font-size: 14px;
  font-size: .875rem;
  padding: 17px 20px 16px;
  transition: background .25s;
}

.filter_dropdown_wrapper .fs-dropdown-item:focus,
.filter_dropdown_wrapper .fs-dropdown-item:hover {
  background: #eaeaea;
}

@media screen and (min-width:1220px) {
  .filter_dropdown_wrapper .fs-dropdown-item {
    padding: 22px 30px 21px;
  }
}

.filter_options {
  margin-top: 30px;
}

.filter_options_open_wrap {
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.filter_options_open_wrap:after {
  height: 1px;
  background: hsla(0,0%,100%,.25);
  content: "";
  -ms-flex: 1;
  flex: 1;
}

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

.filter_options_open {
  width: 100%;
  border: 1px solid hsla(0,0%,100%,.3);
  color: #fff;
  display: block;
  padding: 14px 20px;
  text-align: center;
  transition: border .25s;
}

.filter_options_open [class*=icon] {
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .filter_options_open [class*=icon] {
    display: none;
  }
}

.filter_options_open [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.filter_options_open:focus,
.filter_options_open:hover {
  border-color: #fff;
}

.filter_options_open [class*=icon] {
  position: relative;
  top: -1px;
}

.filter_options_open [class*=label] {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  font-style: italic;
}

@media screen and (min-width:1220px) {
  .filter_options_open [class*=label] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width:740px) {
  .filter_options_open {
    height: 100%;
  }
}

@media screen and (min-width:980px) {
  .filter_options_open {
    width: auto;
    position: relative;
    z-index: 4;
    background: #9d0952;
    border: 0;
    padding: 0 15px 0 0;
  }
}

.filter_options_wrapper {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width:740px) {
  .filter_options_wrapper {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .filter_options_wrapper {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .filter_options_wrapper {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .filter_options_wrapper {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .filter_options_wrapper {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .filter_options_wrapper {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .filter_options_wrapper {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .filter_options_wrapper {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:979px) {
  .filter_options_wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #9d0952;
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    visibility: hidden;
    transition: opacity .25s,visibility .25s;
  }
}

@media screen and (min-width:980px) {
  .filter_options_wrapper {
    position: relative;
    z-index: 4;
    background: #9d0952;
    padding: 0;
  }
}

@media screen and (max-width:979px) {
  .filter_options_wrapper.fs-swap-active {
    opacity: 1;
    visibility: visible;
  }
}

.filter_options_close {
  width: 100%;
  border: 1px solid hsla(0,0%,100%,.3);
  color: #fff;
  display: block;
  padding: 14px 20px;
  text-align: center;
  transition: border .25s;
  margin-bottom: 25px;
}

.filter_options_close [class*=icon] {
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .filter_options_close [class*=icon] {
    display: none;
  }
}

.filter_options_close [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.filter_options_close:focus,
.filter_options_close:hover {
  border-color: #fff;
}

.filter_options_close [class*=icon] {
  position: relative;
  top: -1px;
}

.filter_options_close [class*=label] {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  font-style: italic;
}

@media screen and (min-width:1220px) {
  .filter_options_close [class*=label] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

.filter_options_hint {
  color: #fff;
  margin-bottom: 25px;
}

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

.filter_options_hint_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  font-style: italic;
  margin-right: 8px;
  vertical-align: top;
}

.filter_options_hint_icon {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (min-width:980px) {
  .filter_options_choices_wrapper {
    -ms-flex-align: center;
    align-items: center;
    background: #9d0952;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 10px 34px;
  }
}

.filter_options_choices_wrapper .fs-checkbox.fs-checkbox-focus,
.filter_options_choices_wrapper .fs-checkbox:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

@media screen and (min-width:980px) {
  .filter_options_choices_wrapper .fs-checkbox {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

@media screen and (max-width:979px) {
  .filter_options_choices_wrapper .fs-checkbox:after {
    height: 1px;
    max-width: 175px;
    width: 100%;
    background: #ba5386;
    content: "";
    display: block;
    margin: 20px 0;
  }
}

@media screen and (min-width:980px) {
  .filter_options_choices_wrapper .fs-checkbox:first-child {
    margin-left: 0;
  }
}

.filter_options_choices_wrapper .fs-checkbox-marker {
  background: none;
  border-color: hsla(0,0%,100%,.25);
  transition: border .25s;
}

@media screen and (min-width:1220px) {
  .filter_options_choices_wrapper .fs-checkbox-marker {
    margin-right: 10px;
  }
}

.filter_options_choices_wrapper .fs-checkbox-marker:focus,
.filter_options_choices_wrapper .fs-checkbox-marker:hover {
  background: none;
}

.filter_options_choices_wrapper .fs-checkbox-checked .fs-checkbox-marker,
.filter_options_choices_wrapper .fs-radio-checked .fs-radio-marker {
  background: none;
  border-color: hsla(0,0%,100%,.3);
}

.filter_options_choices_wrapper .fs-checkbox-flag:before {
  height: 16px;
  width: 8px;
  border-color: #fff;
  margin-top: -2px;
}

.filter_options_choices_wrapper .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  background: #fff;
}

.filter_options_choices_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
}

.filter_options_apply_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 20px 30px;
}

@media screen and (min-width:740px) {
  .filter_options_apply_wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width:980px) {
  .filter_options_apply_wrap {
    column-gap: 62px;
  }
}

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

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

  .filter_options_apply_wrap_item.is_left {
    -ms-flex: 1;
    flex: 1;
  }

  .filter_options_apply_wrap_item.is_right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.filter_options_apply_submit {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  width: 100%;
  height: 100%;
  background-color: #017b90;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.72222;
  padding: 13px 20px;
  transition: .25s ease;
}

.filter_options_apply_submit:focus,
.filter_options_apply_submit:hover {
  background-color: #fff;
  color: #000;
}

.filter_options_apply_submit:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

@media screen and (min-width:980px) {
  .filter_options_apply_submit {
    width: auto;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 13px 100px;
  }
}

.filter_review {
  padding-top: 18px;
  padding-bottom: 30px;
}

.filter_review_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0 -20px -10px;
}

@media screen and (min-width:740px) {
  .filter_review_inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.filter_review_inner_item {
  margin-bottom: 20px;
  padding: 0 10px;
}

@media screen and (min-width:740px) {
  .filter_review_inner_item.is_left {
    -ms-flex: 1;
    flex: 1;
  }

  .filter_review_inner_item.is_right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.filter_review_types {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (min-width:740px) {
  .filter_review_types {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.filter_review_pages_wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.filer_reviews_pages_wrap_item {
  padding: 0 5px;
}

.filer_reviews_pages_submit {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  height: 100%;
  background-color: #9d0952;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.72222;
  padding: 13px 30px;
  transition: .25s ease;
}

.filer_reviews_pages_submit:focus,
.filer_reviews_pages_submit:hover {
  background-color: #017b90;
}

.filer_reviews_pages_submit:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

@media screen and (min-width:500px) {
  .filter_review_label {
    display: block;
  }
}

.filter_review_type {
  font-style: italic;
  font-weight: 600;
}

.filter_review_icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}

@media screen and (min-width:740px) {
  .filter_review_icon {
    top: -4px;
  }
}

.filter_review_pages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter_review_pages_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  margin-bottom: 3px;
}

.filter_review_pages_dropdown_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.filter_review_pages_dropdown_label.focusable:active,
.filter_review_pages_dropdown_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.filter_review_pages_dropdown_wrapper .fs-dropdown-selected {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #000;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  padding: 24px 90px 23px 20px;
  text-transform: uppercase;
}

.filter_review_pages_dropdown_wrapper .fs-dropdown-selected:before {
  height: 20px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 46px;
  background: hsla(0,0%,85%,.37);
  content: "";
  transform: translateY(-50%);
}

.filter_review_pages_dropdown_wrapper .fs-dropdown-selected:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border: 6px solid transparent;
  border-top-color: #000;
  content: "";
  margin-top: 3px;
  transform: translateY(-50%) scaleX(.85);
}

.filter_review_pages_dropdown_wrapper .fs-dropdown-focus,
.filter_review_pages_dropdown_wrapper .fs-dropdown:focus {
  outline: 3px solid #9d0952;
  outline-offset: 3px;
}

.filter_review_pages_dropdown_wrapper .fs-dropdown-options {
  border-top: 1px solid #505050;
}

.filter_review_pages_dropdown_wrapper .fs-dropdown-item {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  background: #000;
  border-bottom: 1px solid #505050;
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  transition: background .25s;
}

.filter_review_pages_dropdown_wrapper .fs-dropdown-item:focus,
.filter_review_pages_dropdown_wrapper .fs-dropdown-item:hover {
  background: #333;
}

.filter_review_reset_wrap {
  margin-top: 2px;
}

.filter_review_reset {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  color: #9d0952;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
  text-decoration: underline;
}

.filter_review_reset:focus,
.filter_review_reset:hover {
  text-decoration: none;
}

.filter_review_reset:focus {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.flex_callout {
  position: relative;
  padding: 50px 0 15px;
}

@media print {
  .flex_callout {
    padding: 0;
  }
}

@media screen and (min-width:500px) {
  .flex_callout {
    padding: 12% 0;
  }
}

.flex_callout_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.flex_callout_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  content: "";
}

.flex_callout_background:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  border: 1px solid hsla(0,0%,100%,.3);
  content: "";
  transform: translate(-50%,-50%);
}

@media screen and (min-width:980px) {
  .flex_callout_background:after {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.flex_callout_inner {
  position: relative;
  z-index: 4;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}

@media print {
  .flex_callout_inner {
    text-align: left;
  }
}

@media screen and (min-width:350px) {
  .flex_callout_inner {
    padding: 0;
  }
}

.flex_callout_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
}

@media screen and (min-width:500px) {
  .flex_callout_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.18605;
  }
}

@media screen and (min-width:740px) {
  .flex_callout_title {
    font-size: 59px;
    font-size: 3.6875rem;
    line-height: 1.13559;
  }
}

@media screen and (min-width:980px) {
  .flex_callout_title {
    font-size: 74px;
    font-size: 4.625rem;
    line-height: 1.12162;
  }
}

@media screen and (min-width:1220px) {
  .flex_callout_title {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 1.11111;
  }
}

.flex_callout_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
  margin: 0;
}

@media screen and (min-width:500px) {
  .flex_callout_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .flex_callout_label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .flex_callout_label {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .flex_callout_label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.flex_callout_links {
  margin-top: 50px;
}

@media screen and (min-width:500px) {
  .flex_callout_links {
    margin-top: 40px;
  }
}

.flex_callout_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #6c297a;
}

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

@media screen and (min-width:740px) {
  .flex_callout_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .flex_callout_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.flex_callout_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .flex_callout_link [class*=icon] {
    display: none;
  }
}

.flex_callout_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .flex_callout_link {
    display: inline-block;
    margin-right: 20px;
  }
}

.flex_callout_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.flex_callout_link:focus:before,
.flex_callout_link:hover:before {
  transform: translate(0) skew(0);
}

.flex_callout_link:focus [class*=icon],
.flex_callout_link:focus [class*=label],
.flex_callout_link:hover [class*=icon],
.flex_callout_link:hover [class*=label] {
  color: #6c297a;
}

.flex_callout_link [class*=icon] {
  color: #fff;
}

@media true {
  .flex_callout_link [class*=icon] {
    display: none;
  }
}

.flex_callout_link [class*=label] {
  color: #fff;
}

@media screen and (min-width:500px) {
  .flex_callout_link {
    margin: 0 12px;
  }
}

@media screen and (min-width:740px) {
  .flex_callout_link {
    min-width: 230px;
  }
}

@media screen and (max-width:739px) {
  .flexible_feature-lock {
    overflow: hidden;
  }
}

.flexible_feature {
  min-height: 500px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #000;
  overflow: hidden;
  padding: 178px 0 80px;
}

@media print {
  .flexible_feature {
    padding: 20px 0;
  }
}

@media screen and (min-width:980px) {
  .flexible_feature {
    min-height: 900px;
    padding: 220px 0 30px;
  }
}

@media screen and (min-width:1220px) {
  .flexible_feature {
    padding: 266px 0 32px;
  }
}

.flexible_feature_background_wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

@media screen and (max-width:979px) {
  .flexible_feature_background_wrapper_lg {
    display: none;
  }
}

.flexible_feature_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

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

.flexible_feature_background:before {
  z-index: 2;
  background: linear-gradient(90deg,rgba(0,0,0,.925),transparent),linear-gradient(180deg,rgba(0,0,0,.75),transparent 20%);
  content: "";
}

.flexible_feature_background:before,
.flexible_feature_background_video,
.flexible_feature_fallback_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-touchevents .flexible_feature_fallback_background {
  display: none;
}

.flexible_feature_video_controls {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 10;
}

.flexible_feature_video_controls_inner {
  position: relative;
}

.flexible_feature_video_control {
  position: absolute;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  opacity: 1;
  transition: opacity .25s,visibility .25s;
  visibility: visible;
}

.flexible_feature_video_control.pressed {
  opacity: 0;
  visibility: hidden;
}

.flexible_feature_video_control_icon {
  width: 44px;
  position: relative;
  aspect-ratio: 1;
  background-color: rgba(0,0,0,.4);
  border: 1px solid hsla(0,0%,100%,.3);
  border-radius: 50%;
  display: block;
  transition: background-color .25s,border-color .25s;
}

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

.flexible_feature_video_control_icon .symbol_video_play {
  margin-left: 1px;
}

.flexible_feature_video_control:focus .flexible_feature_video_control_icon,
.flexible_feature_video_control:hover .flexible_feature_video_control_icon {
  background-color: rgba(0,0,0,.7);
  border-color: hsla(0,0%,100%,.5);
}

.flexible_feature_video_control_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  opacity: 0;
  translate: -12px 0 0;
  transition: opacity .25s,translate .25s;
}

.flexible_feature_video_control:focus .flexible_feature_video_control_label,
.flexible_feature_video_control:hover .flexible_feature_video_control_label {
  opacity: 1;
  translate: 0 0 0;
}

.flexible_feature_row {
  position: relative;
  z-index: 10;
}

.flexible_feature_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  max-width: 400px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

@media screen and (min-width:500px) {
  .flexible_feature_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .flexible_feature_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .flexible_feature_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .flexible_feature_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:1270px) {
  .flexible_feature_title {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 1.11111;
  }
}

@media screen and (min-width:740px) {
  .flexible_feature_title {
    max-width: 520px;
  }
}

@media screen and (min-width:980px) {
  .flexible_feature_title {
    max-width: 600px;
  }
}

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

@media screen and (min-width:1270px) {
  .flexible_feature_title {
    max-width: 940px;
  }
}

.flexible_feature_title p {
  font-weight: 500;
  margin: 0;
}

.flexible_feature_title em {
  font-style: italic;
  font-weight: 100;
}

.flexible_feature_links {
  margin-top: 15px;
}

.flexible_feature_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

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

@media screen and (min-width:740px) {
  .flexible_feature_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .flexible_feature_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.flexible_feature_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .flexible_feature_link [class*=icon] {
    display: none;
  }
}

.flexible_feature_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .flexible_feature_link {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width:740px) {
  .flexible_feature_link {
    min-width: 232px;
  }
}

.theme_blue .flexible_feature_link {
  background: #017b90;
}

.theme_blue .flexible_feature_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_blue .flexible_feature_link:focus:before,
.theme_blue .flexible_feature_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_blue .flexible_feature_link:focus [class*=icon],
.theme_blue .flexible_feature_link:focus [class*=label],
.theme_blue .flexible_feature_link:hover [class*=icon],
.theme_blue .flexible_feature_link:hover [class*=label] {
  color: #017b90;
}

.theme_blue .flexible_feature_link [class*=icon] {
  color: #fff;
}

@media true {
  .theme_blue .flexible_feature_link [class*=icon] {
    display: none;
  }
}

.theme_blue .flexible_feature_link [class*=label] {
  color: #fff;
}

@media screen and (max-width:499px) {
  .theme_blue .flexible_feature_link [class*=label] {
    transform: scale(1.35);
  }
}

.theme_purple .flexible_feature_link {
  background: #6c297a;
}

.theme_purple .flexible_feature_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_purple .flexible_feature_link:focus:before,
.theme_purple .flexible_feature_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_purple .flexible_feature_link:focus [class*=icon],
.theme_purple .flexible_feature_link:focus [class*=label],
.theme_purple .flexible_feature_link:hover [class*=icon],
.theme_purple .flexible_feature_link:hover [class*=label] {
  color: #6c297a;
}

.theme_purple .flexible_feature_link [class*=icon] {
  color: #fff;
}

@media true {
  .theme_purple .flexible_feature_link [class*=icon] {
    display: none;
  }
}

.theme_purple .flexible_feature_link [class*=label] {
  color: #fff;
}

@media screen and (max-width:499px) {
  .theme_purple .flexible_feature_link [class*=label] {
    transform: scale(1.35);
  }
}

.theme_red .flexible_feature_link {
  background: #fff;
}

.theme_red .flexible_feature_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_red .flexible_feature_link:focus:before,
.theme_red .flexible_feature_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_red .flexible_feature_link:focus [class*=icon],
.theme_red .flexible_feature_link:focus [class*=label],
.theme_red .flexible_feature_link:hover [class*=icon],
.theme_red .flexible_feature_link:hover [class*=label] {
  color: #fff;
}

.theme_red .flexible_feature_link [class*=icon] {
  color: #9d0952;
}

@media true {
  .theme_red .flexible_feature_link [class*=icon] {
    display: none;
  }
}

.theme_red .flexible_feature_link [class*=label] {
  color: #9d0952;
}

@media screen and (max-width:499px) {
  .theme_red .flexible_feature_link [class*=label] {
    transform: scale(1.35);
  }
}

.theme_white .flexible_feature_link {
  background: #fff;
}

.theme_white .flexible_feature_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_white .flexible_feature_link:focus:before,
.theme_white .flexible_feature_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_white .flexible_feature_link:focus [class*=icon],
.theme_white .flexible_feature_link:focus [class*=label],
.theme_white .flexible_feature_link:hover [class*=icon],
.theme_white .flexible_feature_link:hover [class*=label] {
  color: #fff;
}

.theme_white .flexible_feature_link [class*=icon] {
  color: #000;
}

@media true {
  .theme_white .flexible_feature_link [class*=icon] {
    display: none;
  }
}

.theme_white .flexible_feature_link [class*=label] {
  color: #000;
}

@media screen and (max-width:499px) {
  .theme_white .flexible_feature_link [class*=label] {
    transform: scale(1.35);
  }
}

.flexible_feature_footer {
  display: none;
}

@media screen and (min-width:980px) {
  .flexible_feature_footer {
    position: relative;
    z-index: 4;
    display: block;
    text-align: right;
    margin-top: 70px;
  }
}

.flexible_feature_credit_wrapper {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #fff;
}

@media screen and (min-width:740px) {
  .flexible_feature_credit_wrapper {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.flexible_feature_credit_icon {
  display: inline-block;
  margin-right: 8px;
}

.flexible_feature_credit_title {
  display: inline-block;
  font-weight: 700;
}

.flexible_feature_credit_label {
  display: inline-block;
}

.flexible_feature_children_trigger {
  width: 100%;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
}

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

.flexible_feature_children_trigger_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.flexible_feature_children_trigger_icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.flexie {
  --bg-color: #6c297a;
}

.flexie:where(.theme_purple) {
  --bg-color: #6c297a;
  --fg-color: #fff;
}

.flexie:where(.theme_red) {
  --bg-color: #9d0952;
  --fg-color: #fff;
}

.flexie:where(.theme_blue) {
  --bg-color: #017b90;
  --fg-color: #fff;
}

.flexie:where(.theme_black) {
  --bg-color: #000;
  --fg-color: #fff;
}

.flexie {
  position: relative;
  background-color: var(--bg-color);
  color: var(--fg-color);
  overflow: hidden;
  padding: 20px;
}

.flexie_inner {
  position: relative;
  border: 1px solid hsla(0,0%,100%,.4);
}

.flexie:where(.has_image) .flexie_inner:before {
  position: absolute;
  inset: 20px;
  z-index: 1;
  border: 1px solid hsla(0,0%,100%,.4);
  content: "";
  pointer-events: none;
}

@media screen and (min-width:1270px) {
  .flexie:where(.has_image) .flexie_content_cell.flexie_content_cell.flexie_content_cell {
    width: 72.91666667%;
    max-width: min(72.91666667%,50vw);
    -ms-flex-preferred-size: 72.91666667%;
    flex-basis: 72.91666667%;
  }
}

.flexie_content_inner {
  padding-inline: 40px;
}

@media screen and (min-width:1270px) {
  .flexie_content_inner {
    padding-inline: 20px;
  }
}

.flexie_inner_wrap {
  position: relative;
  padding-block: 30px;
}

@media screen and (max-width:1219px) {
  .flexie:where(.has_image) .flexie_inner_wrap {
    -webkit-padding-before: 0;
    padding-block-start: 0;
  }
}

@media screen and (min-width:1220px) {
  .flexie_inner_wrap {
    padding: 113px 0 112px;
  }
}

.flexie_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 10px;
  text-transform: uppercase;
}

@media screen and (min-width:500px) {
  .flexie_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .flexie_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .flexie_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .flexie_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:980px) {
  .flexie_title {
    margin-bottom: 13px;
  }
}

.flexie_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
  margin: 0 0 18px;
}

@media screen and (min-width:500px) {
  .flexie_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .flexie_caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .flexie_caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .flexie_caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

@media screen and (min-width:980px) {
  .flexie_caption {
    margin-bottom: 36px;
  }
}

.flexie_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
}

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

@media screen and (min-width:740px) {
  .flexie_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .flexie_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.flexie_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .flexie_link [class*=icon] {
    display: none;
  }
}

.flexie_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .flexie_link {
    display: inline-block;
    margin-right: 20px;
  }
}

.flexie_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.flexie_link:focus:before,
.flexie_link:hover:before {
  transform: translate(0) skew(0);
}

.flexie_link:focus [class*=icon],
.flexie_link:focus [class*=label],
.flexie_link:hover [class*=icon],
.flexie_link:hover [class*=label] {
  color: #fff;
}

.flexie_link [class*=icon] {
  color: #6c297a;
}

@media true {
  .flexie_link [class*=icon] {
    display: none;
  }
}

.flexie_link [class*=label] {
  color: #6c297a;
}

@media screen and (max-width:499px) {
  .flexie_link [class*=label] {
    transform: scale(1.35);
  }
}

@media screen and (min-width:740px) {
  .flexie_link {
    min-width: 232px;
  }
}

.flexie_media_wrap {
  position: relative;
}

@media screen and (max-width:1219px) {
  .flexie_media_wrap {
    padding-right: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
    aspect-ratio: 16/9;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:1219px) and (min-width:740px) {
  .flexie_media_wrap {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:1219px) and (min-width:980px) {
  .flexie_media_wrap {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:1219px) and (min-width:1220px) {
  .flexie_media_wrap {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:1219px) and (min-width:1270px) {
  .flexie_media_wrap {
    padding-right: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:1219px) and (min-width:740px) {
  .flexie_media_wrap {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:1219px) and (min-width:980px) {
  .flexie_media_wrap {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:1219px) and (min-width:1220px) {
  .flexie_media_wrap {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (max-width:1219px) and (min-width:1270px) {
  .flexie_media_wrap {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .flexie_media_wrap {
    position: absolute;
    inset: 0 0 0 auto;
    width: 100%;
    max-width: 490px;
    height: 100%;
    aspect-ratio: 1;
    padding-bottom: 0;
  }
}

.flexie_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.media_gallery {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media screen and (min-width:740px) {
  .media_gallery {
    margin-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .media_gallery {
    margin-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .media_gallery {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .media_gallery {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .media_gallery {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .media_gallery {
    margin-bottom: 100px;
  }
}

.media_gallery_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  margin: 0 0 18px;
}

@media screen and (min-width:500px) {
  .media_gallery_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .media_gallery_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .media_gallery_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .media_gallery_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:980px) {
  .media_gallery_title {
    margin-bottom: 48px;
  }
}

.media_gallery_body {
  transform: translateZ(0);
}

@media screen and (min-width:980px) {
  .media_gallery_body {
    position: relative;
  }
}

@media screen and (min-width:980px) {
  .media_gallery_items.theme_slide {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 50%;
  }
}

@media screen and (min-width:1220px) {
  .media_gallery_items.theme_slide {
    padding-left: 660px;
  }
}

.media_gallery_items.theme_feature {
  display: none;
}

@media screen and (min-width:980px) {
  .media_gallery_items.theme_feature {
    max-width: 800px;
    display: block;
    overflow: hidden;
  }
}

.media_gallery_items .fs-carousel-controls {
  top: 20px;
  background: #017b90;
}

@media screen and (min-width:1220px) {
  .media_gallery_items .fs-carousel-controls {
    top: 50px;
  }
}

.media_gallery_item {
  max-width: 500px;
  margin-right: 10px;
}

@media screen and (min-width:980px) {
  .theme_slide .media_gallery_item {
    margin-right: 20px;
  }
}

@media screen and (min-width:980px) {
  .theme_feature .media_gallery_item {
    max-width: inherit;
    margin-right: 0;
    padding-top: 40px;
  }
}

@media screen and (min-width:980px) {
  .theme_slide .media_gallery_item_inner {
    transform: translate(-100%) scale(1);
    transform-origin: right top;
    transition: opacity .25s,transform .25s;
  }
}

@media screen and (min-width:980px) {
  .theme_slide .fs-carousel-item_previous+* .media_gallery_item_inner {
    opacity: 0;
    transform: translate(-100%,40px) scale(1.5);
  }
}

.media_gallery_item_link {
  position: relative;
  display: block;
}

.media_gallery_item_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  color: #fff;
  opacity: .6;
  transform: translate(-50%,-50%) scale(2);
  transition: opacity .25s;
}

.media_gallery_item_link:focus .media_gallery_item_play,
.media_gallery_item_link:hover .media_gallery_item_play {
  opacity: 1;
}

.media_gallery_item_figure_inner {
  position: relative;
}

.media_gallery_item_figure_inner:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg,rgba(0,0,0,.75),transparent 50%);
  content: "";
}

@media screen and (min-width:980px) {
  .media_gallery_item_figure_inner:before {
    background: linear-gradient(145deg,rgba(0,0,0,.65),transparent 35%);
  }
}

.media_gallery_item_link .media_gallery_item_figure_inner:before {
  background: rgba(0,0,0,.35);
}

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

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

.media_gallery_count {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  padding: 14px 20px;
  transform: translate(20px);
  transition: opacity .35s,transform .35s;
}

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

@media screen and (min-width:980px) {
  .theme_slide .media_gallery_count {
    display: none;
  }
}

@media screen and (min-width:980px) {
  .theme_feature .media_gallery_count {
    height: 105px;
    width: 105px;
    top: 0;
    bottom: auto;
    left: 50px;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid hsla(0,0%,85%,.8);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    margin-top: -15px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    white-space: nowrap;
  }
}

.fs-carousel-visible .media_gallery_count {
  opacity: 1;
  transform: translate(0);
}

.media_gallery_count_number {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: middle;
}

.media_gallery_count_label {
  height: 20px;
  width: 1px;
  background: #d3d3d3;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  transform: rotate(45deg);
}

.media_gallery_item_figcaption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  position: relative;
  margin-top: 10px;
  opacity: 0;
  transform: translate(40px);
  transition: opacity .5s,transform .5s;
}

@media screen and (min-width:740px) {
  .media_gallery_item_figcaption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media print {
  .media_gallery_item_figcaption {
    opacity: 1;
    transform: none;
  }
}

@media screen and (min-width:980px) {
  .media_gallery_item_figcaption {
    margin-top: 24px;
  }
}

@media screen and (min-width:980px) {
  .theme_slide .media_gallery_item_figcaption {
    display: none;
  }
}

.fs-carousel-visible .media_gallery_item_figcaption {
  opacity: 1;
  transform: translate(0);
}

.media_gallery_item_figcaption_icon {
  position: absolute;
  top: 6px;
  left: 0;
}

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

@media screen and (min-width:980px) {
  .media_gallery_item_figcaption_icon {
    top: 8px;
  }
}

.media_gallery_item_figcaption_inner {
  color: #454545;
  padding-left: 20px;
}

@media print {
  .media_gallery_item_figcaption_inner {
    padding-left: 0;
  }
}

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

.media_gallery_item_figcaption_inner p {
  margin: 0;
}

.linked_list {
  margin-top: 40px;
  background: #9d0952;
  padding: 30px 0 20px;
}

@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:1220px) {
  .linked_list {
    margin-top: 100px;
  }
}

@media print {
  .linked_list {
    padding: 20px 0;
  }
}

@media screen and (min-width:740px) {
  .linked_list {
    padding: 45px 0 25px;
  }
}

@media screen and (min-width:980px) {
  .linked_list {
    padding: 68px 0 35px;
  }
}

.linked_list:last-child {
  margin-bottom: -40px;
}

@media screen and (min-width:740px) {
  .linked_list:last-child {
    margin-bottom: -60px;
  }
}

.linked_list_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #fff;
  margin: 0 0 20px;
}

@media screen and (min-width:500px) {
  .linked_list_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .linked_list_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .linked_list_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .linked_list_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:740px) {
  .linked_list_title {
    margin-bottom: 35px;
  }
}

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

@media screen and (min-width:500px) {
  .linked_list_group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

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

.linked_list_item {
  margin-bottom: 10px;
}

@media print {
  .linked_list_item {
    margin-bottom: 0;
  }
}

@media screen and (min-width:500px) {
  .linked_list_item {
    width: 50%;
    padding: 0 15px;
  }
}

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

@media screen and (min-width:980px) {
  .linked_list_item {
    width: 33.33%;
    margin-bottom: 57px;
    padding: 0 25px;
  }
}

.linked_list_link {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #fff;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

@media print {
  .linked_list_link {
    padding: 0;
  }
}

.linked_list_link:before {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  right: -2px;
  z-index: 2;
  background: #ba5386;
  content: "";
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform .25s;
}

.linked_list_link:focus:before,
.linked_list_link:hover:before {
  transform: scaleX(.75);
}

.linked_list_link_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  padding-right: 10px;
}

@media screen and (min-width:740px) {
  .linked_list_link_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.linked_list_link:focus .linked_list_link_icon,
.linked_list_link:hover .linked_list_link_icon {
  animation: c 1s infinite;
}

@keyframes c {
  50% {
    transform: translate(10px);
  }
}

.map_block {
  position: relative;
}

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

@media screen and (min-width:500px) {
  .map_block {
    background: #f4f4f4;
    border: 10px solid #fff;
    padding: 0 10px 10px;
  }
}

@media screen and (min-width:980px) {
  .map_block {
    border-width: 20px;
    padding: 0 20px 20px;
  }
}

@media screen and (min-width:1400px) {
  .map_block {
    border-width: 30px;
    padding: 0 30px 30px;
  }
}

.map_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid #fff;
}

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

.map_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.5);
  content: "";
}

.map_background:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  border: 1px solid hsla(0,0%,100%,.3);
  content: "";
  transform: translate(-50%,-50%);
}

.map {
  display: none;
}

@media screen and (min-width:500px) {
  .map {
    display: block;
  }
}

.map_header {
  position: relative;
  padding: 14% 0 18%;
}

@media screen and (min-width:500px) {
  .map_header {
    margin: 0 -10px;
    padding: 20px 0;
    pointer-events: none;
  }
}

@media screen and (min-width:980px) {
  .map_header {
    margin: 0 -20px;
    padding: 35px 0 32px;
  }
}

.map_header_inner {
  position: relative;
  z-index: 12;
  padding: 0 30px;
}

@media screen and (min-width:500px) {
  .map_header_inner {
    padding: 0;
  }
}

.map_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (min-width:500px) {
  .map_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .map_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .map_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .map_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:500px) {
  .map_title {
    color: #000;
    margin-bottom: 0;
    text-align: left;
  }
}

.map_title_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #6c297a;
}

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

@media screen and (min-width:740px) {
  .map_title_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .map_title_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.map_title_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .map_title_link [class*=icon] {
    display: none;
  }
}

.map_title_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.map_title_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.map_title_link:focus:before,
.map_title_link:hover:before {
  transform: translate(0) skew(0);
}

.map_title_link:focus [class*=icon],
.map_title_link:focus [class*=label],
.map_title_link:hover [class*=icon],
.map_title_link:hover [class*=label] {
  color: #6c297a;
}

.map_title_link [class*=icon] {
  color: #fff;
}

@media true {
  .map_title_link [class*=icon] {
    display: none;
  }
}

.map_title_link [class*=label] {
  color: #fff;
}

@media screen and (min-width:500px) {
  .map_dropdown_wrapper,
  .map_title_link {
    display: none;
  }
}

.map_dropdown_wrapper .fs-dropdown-selected {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  border: 0;
  padding: 11px 70px 10px 15px;
  transition: background .25s;
}

@media screen and (min-width:740px) {
  .map_dropdown_wrapper .fs-dropdown-selected {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.88235;
  }
}

@media screen and (min-width:980px) {
  .map_dropdown_wrapper .fs-dropdown-selected {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.map_dropdown_wrapper .fs-dropdown-selected:before {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAAHtrL1SAAAAAXNSR0IArs4c6QAAARJJREFUSA21UUESwiAQw/HWX3jVkz/iafgon+JZE6aLFAhttewMZZvNbjatc84FnHd2kH6B+GIPstwJJyaG2m0z3HlGLrjvzNnCaLYBt3okGZHkYIgUJcHaW+MfNiEgsQ3tTp0k5d02kXiKnJA6XyhPibItueW0K15sn95NIRksqmYKrEa5RVdNTWOTVOv+QTVxxuNPLFdUfnN8YSNgWl5cy6ulel85Hya/QU5q5dxQRs//wqeaEFBoqSp+hZf+pc+qcwZMPShCD6faqs8JpCeOKY2+qUXNFB7ZaFFqNGOU+8plUx2gxznKPWftin/db3aptvIo7HXPnkNiq/u/XaptPQrKPWtDo3Q/zKVy4VHg+Sk+eMX91zFpXaYAAAAASUVORK5CYII=") no-repeat 50% 50%/15px 10px;
  border-left: 1px solid #e6e6e6;
  content: "";
  transition: background .25s;
}

.map_dropdown_wrapper .fs-dropdown-selected:focus,
.map_dropdown_wrapper .fs-dropdown-selected:hover {
  background: #f7f7f7;
}

.map_dropdown_wrapper .fs-dropdown-selected:focus:before,
.map_dropdown_wrapper .fs-dropdown-selected:hover:before {
  background-color: #e6e6e6;
}

.map_dropdown_wrapper .fs-dropdown-options {
  border-bottom: 1px solid #e6e6e6;
}

.map_dropdown_wrapper .fs-dropdown-item {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  padding: 10px 15px;
  transition: background .25s;
}

@media screen and (min-width:740px) {
  .map_dropdown_wrapper .fs-dropdown-item {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.88235;
  }
}

@media screen and (min-width:980px) {
  .map_dropdown_wrapper .fs-dropdown-item {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.map_dropdown_wrapper .fs-dropdown-item:focus,
.map_dropdown_wrapper .fs-dropdown-item:hover {
  background: #e6e6e6;
}

.map_dropdown_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.map_dropdown_label.focusable:active,
.map_dropdown_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.map {
  height: 90vmin;
  max-height: 690px;
  border: 1px solid #d7e0e2;
}

.map .gm-style-iw.gm-style-iw-c {
  background: #6c297a;
  color: #fff;
  padding: 0;
}

.map .gm-style-iw.gm-style-iw-c:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top-color: #6c297a;
  content: "";
  transform: translate(-50%);
}

.map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto!important;
}

.map .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
  height: 50px!important;
  width: 50px!important;
}

.map .gm-style-iw.gm-style-iw-c [aria-label=Close] {
  height: 40px!important;
  width: 40px!important;
  top: 20px!important;
  right: 20px!important;
  background: url("data:image/png;base64,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")!important;
  background-position: 50% 50%!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  margin: 0!important;
  opacity: 1!important;
  transition: opacity .25s;
}

.map .gm-style-iw.gm-style-iw-c [aria-label=Close]:focus,
.map .gm-style-iw.gm-style-iw-c [aria-label=Close]:hover {
  opacity: .6!important;
}

.theme_single .map .gm-style-iw.gm-style-iw-c [aria-label=Close] {
  display: none;
}

.map .gm-style-iw.gm-style-iw-c [aria-label=Close] img,
.map .gm-style-iw.gm-style-iw-c [aria-label=Close] span {
  display: none!important;
}

.map .gm-style-iw-t:after {
  background: #6c297a!important;
}

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

@media screen and (max-width:499px) {
  .map_item_wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: #6c297a;
    border: 10px solid #fff;
    box-shadow: 0 5px 5px 0 #fff;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility .25s;
  }
}

@media screen and (max-width:499px) {
  .map_item_wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}

.map_item {
  position: relative;
  padding: 80px 15px 17px;
}

.map_item_close {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAAEH5aXCAAAABGdBTUEAALGPC/xhBQAAEK5JREFUeAHtnWnMHlUVx0tbWqS0UCBA2fpQZQkYDBIRNCZiEIgmoEWJ7EUjkQ800U9+MxYosSaNLEqMlkhxxVixIXwiFmuRGBDDVmhp+75sZZHNFGSRtv7+886Z3rnPnZk788wz7wP1JKf3nv2ce2e9z523U6YEYOfOnQeCr4DXBsR5FkqCq/LcKVPE9HkJXShItZGvyxlWGZhyTg/iChNs3749lwqyxSZTC32f/tnfZapvhjKwvunA2ymjl43htlL2DSSX0VTan7nKqSCXki/vo3GUS8mPpkiJUdaBoj+/z1PKQDY7J4OxNscIEK7zTBxkIoW/b5EsMUa4TgouZF7LOhjcAW4p07EIuSNBTAzXK2LOGPpo8OAc0yNyRhB/9+RBEr2nk8MgKE2ZKGXnUxIl+cexcGfb7WcqGDyfEWlHikFlyf0I4tUycD27/dT5F9VGQ5ZN1ikx7dPpYzjGrmy68fcA1HeFqezbJjPdwhbjnhx4oKvo2x4vf6wVekwFGOtYFPyjSteXT5h5B3eB0kE+vy5NsEcVMGcHfWQfM6fRjMj5zBGev7KjGLvkKuofsOYC+bTEN/+sSjomKWjdYOiXOnddWJAxOm+4gqJ+HefmIwkiIuuYxGtDzt3KPPUcmflWB1ifk0LAm1XlrEyeeHUukEk1YvqBmtJpgIuC9qnwoaAwgpnaxyWL8rgZ0OrJIQjIvuToXRJUimXi6OvgI6CuW7ojnxJrW6qXOqTJwZYcNUEsK3UUEmJ3jzkKyV0eevuYLu08V1bYN4NChQIBdsektn2nQs6kaQDXSerjGZeX9dsIYM5SX2cbndxKYc4RI/qWadbFrfy+J5eZShr5/IzRQif1+XbmSoyM8Dq6NnmsHFkmN79T086LOcuU2LFjx7i6RY6Mj4+e9EKAbF5yYQwJjadAcmYOjW+8igDJiVsZRE79QDEBZEcCp4DJe1bpmEtZ4AZSEKCXCCr+keIeyT/pk2CFfm5upk2btuvwLDGU/8JLuG9nczJ16tRnJTPa13Np/F+a0IoEHOEK/b4/B+7Q+bouPeF657gmp/+9ydH0A5goJpCCmH7hEVYUwAwtEO2Y8azF/8SDncNQ0M1Guy38nkv7fQKs8Xmi5RBYkZOJk2MMQODqhqA/mEuDgprB8DGn1A9CveA0rghTe7c5uTQ3FP+iQMD3SxU9IfrvJVax93nZpwZqVnr+ciTyd0w3J3CI0ksDxvuh+5qjH+y2eEcN+k+YJPMDq6ZBqwfGBcXehyQh6H5gcqn3ktaB+a3YsOjOB28DQ7A01k8tPSLNDES7uJaTSGXi+E/a1Yu7Vb5xerpXwMIqmzblxH7Jif9Kbd8Yz3AcqDuztpMWDYi/2slnbZRrDNY4RudGGXWkRF47LLfSkCjZhbrx3aQ0QAtCcrzWiqHt9bmE+ZYp9AmHzCDuiXVCoH++5Uo7N7OFSB4eJMyYER17HrM2wiSnQrhsvUw+gGwVPKcYIND9lQwEmXiCTP69PGNGduzh0YpRW2VKpFwBaRG9Kjtf7uS9Qs8ii4zhK9ahYwpqqwDLC3/XZLnTeTgjTGOANlQQ/luZAT8t/E7PcqdjT30bfcVB6FBBTQ+hsjzcQu7NiDKLGjL89c1AnXMoNhRx9Bt1AjpHTk37lSdpVQD89BUArye70AxV+auS4/sPudyNoL21yjgkx66wAF+/zYKcvCceYGHYu51ks/zgRTS60QX4PgYtiNjhGziC5WACftAiGuX5duzT7xXplfGtINqxMj1XRqzHk0T5x+VnffjLTIH26EwwQh3yinseRPEwp5gXRqUGcvqIk1flO36WN0bZ9NG/IxN03CF2svjjFBH3U4mfJw6ecZzoyW6arzMMmjg/duKqW77IFJsEjs70HIs8L9a+Sg9fe4Ib5dSB16vsBpIT6Egwu/w5gdXdBF4NfgLc0w0EfTCo3wy1CacIfuHadN4nKyX506LsAnwdspe1lWjpKmCTICT3aezOAT8DHpriv2m3gk+Cq4WsHA73sCFILSDxE8AnwabwvVoB21Ym659EZP4uOuPgvyJ0t6FzSNt5Fvoj2E0FSd0O/5hCQ0+A7uXg8wFfej/a21Nvj8T5gkBQjXbfFs66UfGhK5kPd9b1U6lPhBu9KFuho38grAyQKuDT3RuikFqQa+cGjKMx0IWPxSbWVI9ga92A9Et/6KyMgwOdgAadXi4J6j9JNNtsgyN3Jbz2RsHKUYpQIIe5NoppW29mMLrfcXB3RMyhqZBHtuST5hR3zqC80Cmi1SWiptWSjzszO6L8OEWEXyOjvLSvRF5nObndVRoBRfcGlXtyLTXsSEh+f3WKCS+SoOCupPywo9xqh3EKeTdojIKeixIIKowIkwS/nKapRk/XuwBGtvRI/4Jdkuoe+rV+pKn2WK1BTIM3c9pws8ttTlBBYHdVujC9uEK1UGzrYoUKAQFxv2GV5MTGpP11TlBCoJsUYYlA1y7GbK0tCdcncnK+OhHCcNex4m42WGLXswSsrVOM2VirFce+bEsYxHoBTCBRo3dLSte+b2DXqBhL3tq6RShxYmeP/laI1bE5YdT8p24xlry1TYqwFC1x2rmqzGCJKdRtcRA1M5a8tYMUoRwtcdpFLjHQSl5VMZa8tYMW4RWyyi1k4De+omIseWvbKMIr5OGsEAnagFAxVoDatopQrsSyd6aXB54Fv3gW3sbZvHuUzxeN7ClkvZCsIW9baje79ULkWMWkAXIN/OU5xuDEYamLrdmhxTTtN7jfCQ/uoeT3iVP7CaAoL3wZ3OvOyBeKDOrwlbirzywke8SNxzlyPdFbKyb1u9adkd9asKatP/p2YpN41H2mblybDtrTVMgWY9R15OoXFWE6xGi1GPxlK59JDBgXDlpIVRHDKIacf9OXtzFoz7CgsW1sEeaPGK3MjJPzBvPtnidRH3OaYd0izG7QYrDXJmqD48yvCrnSuLRRv2JxIo+5hdiJnTmt6BAnNDPhlRHPF7abLV9PlHuSfLBPWMCwYuoWYe7cYujPN35Zi95UK4L2xj5dmDc7Cnv1KRQwKGJNgSiKTcweGFWEHKL7rOVZGMAUaHd9f1eo3b2AvE50cry+MAOU3HXfJYWKkyRwisg9PQTTQdn94TK/ABa06IZJXq87hQSfrvsycQzUjT5f+hy1xCCHfzo53RDtFqMDHEN1J60YYq9RAilsiS7CFDE83qzTtvPDjLjZ/YK+vURZivEtxn4xnVwAiDsTdOGl+KwLNPG2v+uRvv4SwNAONXzf4MV7oCC1Zmycv+gFeBA66nEmJiK+spVDJ855Mba1dQhwrhPEum/Qqf3UrODYzQBXmSOnfaF2ck0MCFi0H0W5/B68GDzA9Q2t4/5ToL5ZfA4MwX9hHuvaddIn6BWhbBrwdJge1EnSVUFI5GtgnX1bt6JfbwNASRKtnawlMWqJ0uI+h5Hh4bUcVCtvQuXPoJ7a17DKE/xzEdVuhqMxaRPCwOuUuBC8BPz4cMqr7XUdFreBtzNRne4hskw7mxAmQBfV74IXg9MtgYj2OXR0b9dayRNpq9/WXmfQ3qHtA2Jpz8a+4AJQcQ018eLFgl4vV4DLiPV0rNHI6jEwl4DZT6/0i0C7MfWNkR4bOtsAQyytYnwevA18E6yCcRRG6uPlyskn4fNA95U0VOQGmIvAOmdKZew2FMhJk/QV0H0jhewDPUCf2UbM1n2Q2Dzwgb6UdzH0JdGPwDmtBx+yQ3L+EHg1qLO4CPSnUQbe+jxwKSRxMmi/qYaSvRHmjIEDjYgDapkGXgPuAEPwDMzjO0+XoJqIbaGM4OlTng93nlTHAalR26keAUOgPw4z/IkhiC5N2W+NXiZ3Q8/ueFwmPRw165K22hsLIx+nk3vVby1hHPvLTBZU947dbiL8gWUMNDHrbFC89jpfvzGN46PA17wAIsWr80zfOIf3kyFjcjgYuq/qRxrbMdOsJBxcBIZgeTOPu48Vg3ZtaODgLWw0Chhq544PWsb8aCOHu6ERY3UsGHpcXlZrOHCyAvRBj3RRmxFqBfuAKzNmureMgT7cHFU6Vnp38OFRGJ2te0Ul+j5S0tiBD/mDCl1+6UfhqoDRRnjRny3UHSfFZAOLXrQW17VtS1+x0xyi/zJZ3djE0JLME6APVwZ9oXWcrwn9H3Aoyx34zX04Y3u94Hc2MYplcd1WuQUHaUAmfmeDoUXMo/tco7gB9OGsPsUBGQSYxdGY22znDob10RvaxMi3xSlqlSN6rd8z8XkW6MP63LAi1TK5D7/MKbVMEKxH0eNFA2J89FqbGPkyv0WtclJuLZebc4f/X4I+XJQpIVESPkRvKswcNegQdOgTQ4yRmAgbHtXsDzb0xH4tOqcFhLebcVctObQ+MfgcqYlwx5LctK3Fh1OnwLnO50LvOn1cLx30iT3wxOBjZCfChpAcQ7eJ6zQhfwN92PXXcs1Dxy0J1Z4YbEZ+ImwYyfUAf9Ch79ULyxhKPVOkfZMf9Pdx6Entkp+ut/eAA93TqOkp8LPg+KQW5ASnprcg3Y2g4zpD/LWWjY7NyHTJM+qM8Z+eunhqajpI1LQZdOGdqTjzNzKP5G8bOrL1Fay+kqX/atUgSEe6spFtlf4kyed4cbdpQrZ6zEOYMvFHDshLSxxjtJUbCqST6rb2HtPmgJCftjsd6PncqoHX1kofTvIZk0mTfHKzZoCLvzkqSFA2uozJR4HKZLG1ac+HTZqQP/lc6HMCvM5ZMRPB5Ugf9OvSdJT6RUmO4MSExni1bupzdfh48GRRYV3wyaXx4yu2UTd/xeiilqIYxB8HfZi4FMP9uS+BvqzI2bD4xGw8EX5O+BrZiSG3b4I+3JLVgGSeL4XeCnZycydOaxORFZV28D1SE0M+08HQJoj8BgiUloA+rPQLbJMm2NAmws+TWCMxMeTxO3+QoZf6+SY0gvsCyouCygMwidHZRPhpEnvSJobYVwbG934/x4xGWTf40C9arX62SIz5ekfw36pFw9fNrpclNaSOYihWQQ5jyrHN0PgLLSa+Bd9/F8mHReFQUB/b+hB6TMsb16QIkE1MVxPhp0gO2cToIFFOvs6gND4vAH14F8aRUb5R7IEy8GFJlIP/K2UjwAAu9wcR+j2w/3f0zCrQwWAW+DTog76FGNoulEAq70sWY6SPvkPfzDwPf07jojC+C/RBaxFnNHb6ATdkbBb6A5bSa1opHWdngzsCQR6G19pf12sl2Ul0wljof4nZFBgnsZrt6S2qB4f6emitPAfgj/B228sYte8FrgFDcD/MGUXjOjAf50eA2ucbAk2YPkfeLYBa9VNF0cehehuvd+MeZNQI9klQn26F4EWYH9h7DLXpK92iL431qd/pg4ztQLYE1xmzHiyCexB0d6QMVE2xMTWcBBadDap9DBydOklG9xh9pBK6+cNOYDP/tv6CWTyMzSXkqXouBfWYWgb6WmBm80gdWJKgVo/vLKsilT1Gezk46btcyGF/cDH4FFgFOusXdDCU7Ycg8b3BpaC/uwVWELTsvxJcBMYtLdRIG5/Hglrk087BV8EY2I7STeDQH/E7/wiHog5h/L4D6ruIQc8M/fEZ7ZoR6rcb7ZgR7gkOAvKrH4z0R2fGB3FU17bzCQklyCTp9NefafoqeEJIZ4g8bfJYBa5k8B8bYpwo1yMxIWWZppcJ+/NK1s7Dxs4GnWXq6wyxs8Xal+BtcJFBfxl6ZOF/fCqiRYagYW0AAAAASUVORK5CYII=") no-repeat 50% 50%/50px 50px;
  color: transparent;
  transition: opacity .25s;
}

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

.map_item_close:focus,
.map_item_close:hover {
  opacity: .6;
}

.map_item_image {
  max-width: 140px!important;
  margin: -60px 0 10px;
}

.map_item_title {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
}

.map_item_address,
.map_item_title {
  font-family: proxima-nova,sans-serif;
}

.map_item_address {
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  line-height: 1.52941;
  margin-bottom: 16px;
}

.map_item_address:before {
  height: 1px;
  width: 120px;
  background: hsla(0,0%,100%,.3);
  content: "";
  display: block;
  margin: 10px 0 12px;
}

.map_item_address p {
  margin: 0;
}

.map_item_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
}

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

@media screen and (min-width:740px) {
  .map_item_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .map_item_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.map_item_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .map_item_link [class*=icon] {
    display: none;
  }
}

.map_item_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.map_item_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ebebeb;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.map_item_link:focus:before,
.map_item_link:hover:before {
  transform: translate(0) skew(0);
}

.map_item_link:focus [class*=icon],
.map_item_link:focus [class*=label],
.map_item_link:hover [class*=icon],
.map_item_link:hover [class*=label],
.map_item_link [class*=icon] {
  color: #6c297a;
}

@media true {
  .map_item_link [class*=icon] {
    display: none;
  }
}

.map_item_link [class*=label] {
  color: #6c297a;
}

.map_item_link:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:739px) {
  .navie-lock {
    overflow: hidden;
  }
}

.navie {
  position: relative;
  background: #000;
  overflow: hidden;
  padding: 178px 0 80px;
}

@media print {
  .navie {
    padding: 20px 0;
  }
}

@media screen and (min-width:980px) {
  .navie {
    padding: 220px 0 30px;
  }
}

@media screen and (min-width:1220px) {
  .navie {
    padding: 266px 0 32px;
  }
}

.navie_background_wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

@media screen and (max-width:979px) {
  .navie_background_wrapper_lg {
    display: none;
  }
}

.navie_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

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

.navie_background:before {
  z-index: 2;
  background: linear-gradient(90deg,rgba(0,0,0,.925),transparent),linear-gradient(180deg,rgba(0,0,0,.75),transparent 20%);
  content: "";
}

.navie_background:before,
.navie_background_video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.navie_background_video {
  -o-object-fit: cover;
  object-fit: cover;
}

.navie_fallback_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-touchevents .navie_fallback_background {
  display: none;
}

.navie_video_controls {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 10;
}

.navie_video_controls_inner {
  position: relative;
}

.navie_video_control {
  position: absolute;
  bottom: 0;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  opacity: 1;
  transition: opacity .25s,visibility .25s;
  visibility: visible;
}

.navie_video_control.pressed {
  opacity: 0;
  visibility: hidden;
}

.navie_video_control_icon {
  width: 44px;
  position: relative;
  aspect-ratio: 1;
  background-color: rgba(0,0,0,.4);
  border: 1px solid hsla(0,0%,100%,.3);
  border-radius: 50%;
  display: block;
  transition: background-color .25s,border-color .25s;
}

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

.navie_video_control_icon .symbol_video_play {
  margin-left: 1px;
}

.navie_video_control:focus .navie_video_control_icon,
.navie_video_control:hover .navie_video_control_icon {
  background-color: rgba(0,0,0,.7);
  border-color: hsla(0,0%,100%,.5);
}

.navie_video_control_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  opacity: 0;
  translate: -12px 0 0;
  transition: opacity .25s,translate .25s;
}

.navie_video_control:focus .navie_video_control_label,
.navie_video_control:hover .navie_video_control_label {
  opacity: 1;
  translate: 0 0 0;
}

@media screen and (min-width:980px) {
  .navie_items {
    margin-bottom: 96px;
  }
}

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

.navie_item_inner {
  position: relative;
  z-index: 4;
  border-top: 1px solid hsla(0,0%,100%,.15);
  border-bottom: 1px solid hsla(0,0%,100%,.15);
  margin: 15px 0;
  transition: border .25s;
}

@media screen and (min-width:980px) {
  .navie_item_inner {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}

@media screen and (min-width:980px) {
  .navie_item:focus .navie_item_inner,
  .navie_item:hover .navie_item_inner {
    border-top-color: hsla(0,0%,100%,.15);
    border-bottom-color: hsla(0,0%,100%,.15);
  }
}

.navie_button {
  border-left-style: solid;
  border-left-width: 5px;
  cursor: pointer;
  padding: 10px 20px 16px;
  transition: box-shadow .25s;
}

.theme_yellow .navie_button {
  border-color: #f6bf35;
}

.theme_orange .navie_button {
  border-color: #eb8f2d;
}

.theme_blue .navie_button {
  border-color: #00a2c0;
}

.theme_green .navie_button {
  border-color: #a9b62c;
}

.theme_red .navie_button {
  border-color: #9d0952;
}

.theme_purple .navie_button {
  border-color: #6c297a;
}

@media screen and (min-width:740px) {
  .navie_button {
    padding: 35px 30px;
  }
}

@media screen and (min-width:980px) {
  .navie_button {
    padding: 29px 30px 30px;
  }
}

@media screen and (min-width:1220px) {
  .navie_button {
    padding: 23px 30px 24px;
  }
}

.theme_red .navie_button:focus,
.theme_red .navie_button:hover {
  box-shadow: -4px 0 0 0 #9d0952;
}

.theme_orange .navie_button:focus,
.theme_orange .navie_button:hover {
  box-shadow: -4px 0 0 0 #eb8f2d;
}

.theme_blue .navie_button:focus,
.theme_blue .navie_button:hover {
  box-shadow: -4px 0 0 0 #017b90;
}

.navie_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #fff;
  margin: 0;
  transition: opacity .25s;
}

@media screen and (min-width:500px) {
  .navie_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .navie_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .navie_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .navie_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .navie_title {
    opacity: 1;
  }
}

.navie_button:focus .navie_title,
.navie_button:hover .navie_title {
  opacity: .5;
}

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

.navie_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #fff;
  margin: 0;
  transition: opacity .25s;
}

@media screen and (min-width:740px) {
  .navie_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media screen and (max-width:499px) {
  .navie_caption {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.53846;
  }
}

@media screen and (min-width:740px) {
  .navie_caption {
    opacity: 1;
  }
}

.navie_button:focus .navie_caption,
.navie_button:hover .navie_caption {
  opacity: .5;
}

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

.navie_children {
  padding-left: calc(20px + 1.04166667%);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  opacity: 0;
  overflow-y: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 84px 0 0;
  visibility: hidden;
  transition: opacity .25s,visibility .25s;
}

@media screen and (min-width:740px) {
  .navie_children {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:980px) {
  .navie_children {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1220px) {
  .navie_children {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:1270px) {
  .navie_children {
    padding-left: calc((100% - 1250px) / 2 + 1.04166667%);
  }
}

@media screen and (min-width:740px) {
  .navie_children {
    position: absolute;
    z-index: 8;
    background: none;
    overflow-y: visible;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navie_children.fs-swap-active {
  opacity: 1;
  visibility: visible;
}

.nav_children_inner {
  position: relative;
}

.navie_children_header {
  max-width: 280px;
  margin: 0 auto 70px;
}

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

.navie_children_close {
  height: 50px;
  width: 50px;
  position: relative;
  float: right;
  background: #000;
  color: #fff;
  transition: background .25s,color .25s;
}

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

.navie_children_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #030803;
  clear: both;
  margin: 0 0 7px;
}

@media screen and (min-width:500px) {
  .navie_children_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .navie_children_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .navie_children_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .navie_children_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

.navie_children_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #030803;
  margin: 0;
}

@media screen and (min-width:740px) {
  .navie_children_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

@media screen and (max-width:499px) {
  .navie_children_caption {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.53846;
  }
}

.navie_children_caption_label {
  display: inline;
}

.navie_children_caption_icon {
  position: relative;
  left: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.navie_children_items_wrapper {
  padding-bottom: 40px;
}

.theme_yellow .navie_children_items_wrapper {
  background: #f6bf35;
}

.theme_orange .navie_children_items_wrapper {
  background: #eb8f2d;
}

.theme_blue .navie_children_items_wrapper {
  background: #00a2c0;
}

.theme_green .navie_children_items_wrapper {
  background: #a9b62c;
}

.theme_red .navie_children_items_wrapper {
  background: #9d0952;
}

.theme_purple .navie_children_items_wrapper {
  background: #6c297a;
}

@media screen and (min-width:740px) {
  .navie_children_items_wrapper {
    padding-bottom: 0;
  }
}

@media screen and (min-width:740px) {
  [class*=theme] .navie_children_items_wrapper {
    background: none;
  }
}

.navie_children_items {
  position: relative;
  top: -36px;
}

@media screen and (min-width:740px) {
  .navie_children_items {
    top: 0;
    padding-right: 90px;
    padding-left: 5px;
  }
}

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

@media screen and (min-width:740px) {
  .navie_children_items .fs-carousel-wrapper {
    transform: translate(40%);
    transform: translate3d(40%,0,0);
    transition: .35s;
  }
}

.fs-swap-active .navie_children_items .fs-carousel-wrapper {
  transform: translate(0);
  transform: translateZ(0);
}

.navie_children_items .fs-carousel-controls {
  position: absolute;
  top: 50%;
  transform: translate(100%,-50%);
  transition: transform .25s;
}

.fs-swap-active .navie_children_items .fs-carousel-controls {
  margin-right: -20px;
  transform: translate(100%,-50%);
}

.navie_child_item {
  max-width: 280px;
  margin: 0 auto 20px;
}

@media screen and (min-width:740px) {
  .navie_child_item {
    max-width: inherit;
    margin: 0 10px 0 0;
  }
}

.navie_child_item:last-child {
  margin-bottom: 0;
}

.navie_child_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 500;
  height: 162px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.26667;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  transition: color .25s;
}

.navie_child_link:focus,
.navie_child_link:hover {
  color: hsla(0,0%,100%,.6);
}

.navie_child_link_background {
  transition: transform .25s;
}

.navie_child_link_background,
.navie_child_link_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.navie_child_link_background:before {
  z-index: 2;
  background: rgba(0,0,0,.3);
  content: "";
  transition: background .25s;
}

.navie_child_link:focus .navie_child_link_background,
.navie_child_link:hover .navie_child_link_background {
  transform: scale(1.15);
}

.navie_child_link:focus .navie_child_link_background:before,
.navie_child_link:hover .navie_child_link_background:before {
  background: rgba(0,0,0,.7);
}

.navie_child_link_label {
  position: relative;
  z-index: 4;
}

.navie_footer {
  display: none;
}

@media screen and (min-width:980px) {
  .navie_footer {
    position: relative;
    z-index: 4;
    display: block;
    text-align: right;
    display: none;
  }
}

.navie_credit_wrapper {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #fff;
}

@media screen and (min-width:740px) {
  .navie_credit_wrapper {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.navie_credit_icon {
  display: inline-block;
  margin-right: 8px;
}

.navie_credit_title {
  font-weight: 700;
}

.navie_credit_label,
.navie_credit_title {
  display: inline-block;
}

.navie_children_trigger {
  width: 100%;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
}

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

.navie_children_trigger_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.navie_children_trigger_icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.public_project {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  transform: translateZ(0);
}

.public_project_inner {
  background: #f4f4f4;
  padding: 25px;
}

@media screen and (min-width:980px) {
  .public_project_inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
}

.public_project_photo {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}

@media screen and (min-width:980px) {
  .public_project_photo {
    width: 37%;
    margin: 0;
    padding-right: 25px;
  }
}

.public_project_figure {
  position: relative;
  display: block;
}

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

@media screen and (min-width:980px) {
  .public_project_figure {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 20px;
  }
}

@media screen and (min-width:1220px) {
  .public_project_figure {
    background: none;
    border: 0;
    padding: 0;
  }
}

@media screen and (min-width:980px) {
  .public_project_figure:before {
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    border: 1px solid hsla(0,0%,100%,.4);
    content: "";
    pointer-events: none;
    transform: translate(-50%,-50%);
  }
}

@media screen and (min-width:1220px) {
  .public_project_figure:before {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.public_project_attend {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6c297a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
}

@media screen and (min-width:980px) {
  .public_project_attend {
    padding: 10px 14px;
  }
}

.public_project_attend_icon .symbol_music_note {
  width: 16px;
  height: 16px;
}

@media screen and (min-width:980px) {
  .public_project_attend_icon .symbol_music_note {
    width: 18px;
    height: 18px;
  }
}

.public_project_attend_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.2;
  margin-left: 6px;
}

@media screen and (min-width:980px) {
  .public_project_attend_label {
    font-size: 13px;
    font-size: .8125rem;
    margin-left: 10px;
  }
}

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

@media screen and (min-width:980px) {
  .public_project_info {
    width: 63%;
  }
}

.public_project_title_link {
  display: block;
  transition: color .25s;
}

.public_project_title_link:focus .public_project_title,
.public_project_title_link:hover .public_project_title {
  color: #9d0952;
}

.public_project_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #6c297a;
  margin: 0;
}

@media screen and (min-width:500px) {
  .public_project_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .public_project_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .public_project_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .public_project_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

@media screen and (min-width:980px) {
  .public_project_title {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}

@media screen and (min-width:980px) and (min-width:500px) {
  .public_project_title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63158;
  }
}

@media screen and (min-width:980px) and (min-width:740px) {
  .public_project_title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:980px) and (min-width:980px) {
  .public_project_title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.26923;
  }
}

@media screen and (min-width:980px) and (min-width:1220px) {
  .public_project_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
  }
}

.public_project_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  color: #6c297a;
}

.public_project_description {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  color: 0;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.66667;
  margin-top: 20px;
}

@media screen and (min-width:980px) {
  .public_project_description {
    padding-right: 25px;
  }
}

.public_project_description:before {
  height: 1px;
  width: 125px;
  background: #d8d8d8;
  content: "";
  display: block;
  margin-bottom: 20px;
}

.public_project_description p {
  margin: 0;
}

.public_project_carousel {
  margin-top: 30px;
}

@media screen and (min-width:1220px) {
  .public_project_carousel .fs-carousel-pagination {
    display: none!important;
  }
}

.public_project_carousel .fs-carousel-canister {
  margin: 0 -17px;
}

.public_project_carousel.fs-carousel-enabled .fs-carousel-wrapper {
  min-height: 180px;
}

@media screen and (min-width:980px) {
  .public_project_carousel.fs-carousel-enabled .fs-carousel-wrapper {
    width: calc(100% - 65px);
  }
}

.public_project_thin .public_project_carousel .fs-carousel-wrapper {
  min-height: 117px;
}

.public_project_item {
  padding: 0 17px;
}

.public_project_item:first-child .public_project_detail_icon {
  display: inline-block;
}

.public_project_item:last-child .public_project_item_inner:after {
  content: none;
}

.public_project_item_inner {
  height: 100%;
  position: relative;
}

@media screen and (min-width:740px) {
  .public_project_item_inner {
    padding-right: 50px;
  }
}

@media screen and (min-width:980px) {
  .public_project_item_inner {
    padding-right: 60px;
  }
}

@media screen and (min-width:740px) {
  .public_project_item_inner:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 5;
    background: hsla(0,0%,45%,.3);
    content: "";
    display: block;
    transform: rotate(10deg);
  }
}

@media screen and (min-width:740px) and (min-width:740px) {
  .public_project_item_inner:after {
    right: 27px;
  }
}

.public_project_detail {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.public_project_detail_icon {
  position: relative;
  top: 1px;
  color: #017b90;
  display: none;
  margin-right: 10px;
}

.public_project_detail_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

.public_project_label_date {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
}

.public_project_buttons {
  margin-top: 20px;
}

@media screen and (min-width:980px) {
  .public_project_buttons {
    margin-top: 50px;
  }
}

.public_project.public_project_full {
  background: #f4f4f4;
}

@media screen and (min-width:980px) {
  .public_project.public_project_full {
    padding: 30px 0;
  }
}

.public_project.public_project_full .public_project_info {
  width: 100%;
}

.public_project.public_project_full .public_project_detail_label {
  font-size: 20px;
  font-size: 1.25rem;
}

.public_project.public_project_full .fs-carousel-controls {
  top: 55px;
}

@media screen and (min-width:1220px) {
  .public_project.public_project_thin .fs-carousel-pagination {
    display: none!important;
  }
}

.public_project.public_project_thin .fs-carousel-controls {
  height: 117px;
  width: 63px!important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: none!important;
  padding: 0!important;
}

@media screen and (min-width:1220px) {
  .public_project.public_project_thin .fs-carousel-controls.fs-carousel-visible {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.public_project.public_project_thin .fs-carousel-control,
.public_project.public_project_thin .fs-carousel-control-icon .symbol {
  width: 35px;
  height: 35px;
}

.spotlight {
  transform: translateZ(0);
}

@media screen and (max-width:1219px) {
  .spotlight .fs-carousel-controls {
    display: none!important;
  }
}

.spotlight .fs-carousel-controls {
  top: auto;
  bottom: 175px;
}

.spotlight .public_project_item_inner:after {
  background: hsla(0,0%,100%,.3);
}

.quote {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width:740px) {
  .quote {
    margin-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .quote {
    margin-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .quote {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .quote {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .quote {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .quote {
    margin-bottom: 100px;
  }
}

.quote_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #6c297a;
  margin: 0 0 10px;
}

@media screen and (min-width:500px) {
  .quote_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .quote_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .quote_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .quote_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}

.quote_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #3f3f3f;
  margin: 0;
}

@media screen and (min-width:740px) {
  .quote_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

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

.quote_inner {
  border-top: 5px solid #ebebeb;
  padding-top: 30px;
}

@media print {
  .quote_inner {
    border: 0;
  }
}

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

@media screen and (min-width:980px) {
  .quote_inner {
    padding-top: 45px;
  }
}

@media screen and (min-width:1220px) {
  .quote_inner {
    padding-top: 62px;
  }
}

.quote_figure {
  max-width: 440px;
  margin-bottom: 25px;
}

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

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

@media screen and (min-width:1220px) {
  .quote_figure {
    width: 100%;
  }
}

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

@media screen and (min-width:740px) {
  .quote_image {
    opacity: 0;
  }
}

.quote_image_big {
  margin-bottom: -40px;
  padding-right: 20px;
}

@media screen and (min-width:740px) {
  .quote_image_big {
    transform: translateY(50%);
    transition: opacity .65s,transform .65s;
  }
}

@media screen and (min-width:1220px) {
  .quote_image_big {
    margin-bottom: -50px;
    padding-right: 50px;
  }
}

.quote_image_big:only-child {
  margin-bottom: 20px;
}

.quote_image_mini {
  padding-left: 90px;
}

@media screen and (min-width:740px) {
  .quote_image_mini {
    transform: translateY(100%);
    transition: opacity .75s,transform .75s;
  }
}

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

@media screen and (min-width:740px) {
  .visible .quote_image {
    opacity: 1;
    transform: translate(0);
  }
}

.quote_wrapper {
  width: 100%;
}

@media screen and (min-width:1220px) {
  .quote_wrapper {
    padding-top: 65px;
  }
}

@media screen and (min-width:740px) {
  .quote_figure+.quote_wrapper {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}

@media screen and (min-width:1220px) {
  .quote_figure+.quote_wrapper {
    width: calc(100% - 440px);
    padding-left: 70px;
  }
}

.quote_body {
  margin: 0;
}

.quote_content {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  color: #9d0952;
  margin: 0 0 14px;
}

@media screen and (min-width:500px) {
  .quote_content {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63158;
  }
}

@media screen and (min-width:740px) {
  .quote_content {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:980px) {
  .quote_content {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.26923;
  }
}

@media screen and (min-width:1220px) {
  .quote_content {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
  }
}

@media screen and (min-width:980px) {
  .quote_content {
    font-weight: 600;
    line-height: 1.66667;
  }
}

@media screen and (min-width:1220px) {
  .quote_content {
    margin-bottom: 22px;
  }
}

.quote_cite {
  display: block;
  font-style: normal;
  text-align: right;
}

.quote_cite_name {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  color: #3f3f3f;
  display: block;
  margin: 0 0 3px;
  text-transform: uppercase;
}

@media screen and (min-width:740px) {
  .quote_cite_name {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.88235;
  }
}

@media screen and (min-width:980px) {
  .quote_cite_name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

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

.quote_cite_name:before {
  height: 1px;
  width: 30px;
  position: relative;
  top: -1px;
  background: #d8d8d8;
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.quote_cite_type {
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  line-height: 1.66667;
  text-transform: uppercase;
  display: block;
  margin: 0;
}

.quote_cite_mark,
.quote_cite_type {
  font-family: proxima-nova,sans-serif;
  color: #3f3f3f;
}

.quote_cite_mark {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  margin: 34px 0 0;
  text-align: right;
}

@media screen and (min-width:1220px) {
  .quote_cite_mark {
    margin-top: 87px;
  }
}

.quote_cite_mark_sup {
  top: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  margin-right: 5px;
}

.quote_cite_mark_label {
  border-bottom: 1px solid #dedede;
  color: inherit;
  line-height: 1;
  transition: color .25s;
}

.quote_cite_mark_label:focus,
.quote_cite_mark_label:hover {
  color: #9d0952;
}

.season_subscriptions_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width:740px) {
  .season_subscriptions_wrapper {
    margin-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .season_subscriptions_wrapper {
    margin-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .season_subscriptions_wrapper {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .season_subscriptions_wrapper {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .season_subscriptions_wrapper {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .season_subscriptions_wrapper {
    margin-bottom: 100px;
  }
}

.season_subscriptions_group {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 5px solid #ebebeb;
}

.season_subscription_group_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (min-width:500px) {
  .season_subscription_group_title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:740px) {
  .season_subscription_group_title {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.27586;
  }
}

@media screen and (min-width:980px) {
  .season_subscription_group_title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.23529;
  }
}

@media screen and (min-width:1220px) {
  .season_subscription_group_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.175;
  }
}

.season_subscription_item {
  margin-bottom: 30px;
  padding-bottom: 26px;
}

@media print {
  .season_subscription_item {
    padding-bottom: 0;
    border: 0;
  }
}

@media screen and (min-width:500px) {
  .season_subscription_item {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width:740px) {
  .season_subscription_item {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

.season_subscription_item:last-child {
  margin-bottom: 0;
}

.season_subscription_item_figure {
  position: relative;
  border: 1px solid #e7e7e7;
  margin-bottom: 9px;
  padding: 20px;
}

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

@media screen and (min-width:500px) {
  .season_subscription_item_figure {
    width: 250px;
    -ms-flex-order: 2;
    order: 2;
    padding: 5px;
  }
}

@media screen and (min-width:740px) {
  .season_subscription_item_figure {
    width: 300px;
    -ms-flex-order: inherit;
    order: inherit;
    margin-bottom: 0;
    padding: 20px;
  }
}

.season_subscription_item_figure:before {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid hsla(0,0%,100%,.4);
  content: "";
  pointer-events: none;
  transform: translate(-50%,-50%);
}

@media screen and (min-width:500px) {
  .season_subscription_item_figure:before {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

@media screen and (min-width:740px) {
  .season_subscription_item_figure:before {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

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

@media screen and (min-width:500px) {
  .season_subscription_item_body {
    width: calc(100% - 100px);
    padding-right: 20px;
  }
}

@media screen and (min-width:740px) {
  .season_subscription_item_body {
    width: calc(100% - 300px);
    padding-right: 0;
    padding-left: 20px;
  }
}

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

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

.season_subscription_item_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #6c297a;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  -ms-flex-order: 5;
  order: 5;
  margin: 0;
}

@media screen and (min-width:980px) {
  .season_subscription_item_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:1220px) {
  .season_subscription_item_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.26316;
  }
}

.season_subscription_item_title_link {
  color: inherit;
  display: block;
  transition: color .25s;
}

.season_subscription_item_title_link:focus,
.season_subscription_item_title_link:hover,
.season_subscription_item_title_link:visited {
  color: #9d0952;
}

.season_subscription_item_description {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  color: #454545;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.66667;
  margin: 0 0 40px;
}

@media screen and (min-width:980px) {
  .season_subscription_item_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.season_subscription_item_description a {
  color: #9d0952;
  transition: color .25s;
  text-decoration: underline;
}

.season_subscription_item_description a:focus,
.season_subscription_item_description a:hover {
  color: #000;
  text-decoration: none;
}

.season_subscription_item_description p {
  margin: 0;
}

.season_subscription_item_details {
  margin: 15px 0;
  padding: 0 2px;
}

.season_subscription_item_detail {
  position: relative;
  margin-bottom: 11px;
  padding-left: 20px;
}

@media print {
  .season_subscription_item_detail {
    padding-left: 0;
  }
}

@media screen and (min-width:980px) {
  .season_subscription_item_detail {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (min-width:980px) {
  .season_subscription_item_detail:before {
    color: #cacaca;
    content: "/";
    font-weight: 300;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
}

@media screen and (min-width:980px) {
  .season_subscription_item_detail:first-child:before {
    display: none;
  }
}

.season_subscription_item_detail_icon {
  min-width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #017b90;
  text-align: center;
}

@media screen and (min-width:980px) {
  .season_subscription_item_detail_icon {
    min-width: auto;
    position: relative;
    top: auto;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
}

.season_subscription_item_detail_icon .symbol {
  margin: 0 auto;
}

.season_subscription_item_detail_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

@media screen and (min-width:1220px) {
  .season_subscription_item_detail_label {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .5px;
    letter-spacing: .03125rem;
  }
}

.season_subscription_item_type {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #3f3f3f;
  font-size: 14px;
  font-size: .875rem;
  font-style: italic;
}

.season_subscription_item_footer_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1.25px;
  letter-spacing: .07813rem;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
}

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

.season_subscription_add_to_cart {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #9d0952;
  color: #fff;
  float: left;
  margin: 16px 16px 0 0;
}

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

@media screen and (min-width:740px) {
  .season_subscription_add_to_cart {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .season_subscription_add_to_cart {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.season_subscription_add_to_cart [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .season_subscription_add_to_cart [class*=icon] {
    display: none;
  }
}

.season_subscription_add_to_cart [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.season_subscription_add_to_cart:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.season_subscription_add_to_cart:focus:before,
.season_subscription_add_to_cart:hover:before {
  transform: translate(0) skew(0);
}

.season_subscription_add_to_cart:focus [class*=icon],
.season_subscription_add_to_cart:focus [class*=label],
.season_subscription_add_to_cart:hover [class*=icon],
.season_subscription_add_to_cart:hover [class*=label],
.season_subscription_add_to_cart [class*=icon] {
  color: #fff;
}

@media true {
  .season_subscription_add_to_cart [class*=icon] {
    display: none;
  }
}

.season_subscription_add_to_cart [class*=label],
.signup {
  color: #fff;
}

.signup {
  background: #323232;
  padding: 33px 0 37px;
}

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

@media screen and (min-width:980px) {
  .signup {
    padding-bottom: 30px;
  }
}

@media screen and (min-width:500px) {
  .signup_inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.signup_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.94118;
  margin: 0 0 30px;
}

@media screen and (min-width:980px) {
  .signup_caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media screen and (min-width:500px) {
  .signup_caption {
    margin-bottom: 0;
    padding-right: 20px;
  }
}

.signup_caption strong {
  font-weight: 500;
}

.signup_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #9d0952;
  margin: 0;
}

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

@media screen and (min-width:740px) {
  .signup_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .signup_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.signup_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .signup_link [class*=icon] {
    display: none;
  }
}

.signup_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .signup_link {
    display: inline-block;
    margin-right: 20px;
  }
}

.signup_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.signup_link:focus:before,
.signup_link:hover:before {
  transform: translate(0) skew(0);
}

.signup_link:focus [class*=icon],
.signup_link:focus [class*=label],
.signup_link:hover [class*=icon],
.signup_link:hover [class*=label] {
  color: #9d0952;
}

.signup_link [class*=icon] {
  color: #fff;
}

@media true {
  .signup_link [class*=icon] {
    display: none;
  }
}

.signup_link [class*=label] {
  color: #fff;
}

@media (min-width:400px) {
  .signup_link {
    margin-right: 0;
  }
}

@media screen and (min-width:500px) {
  .signup_link {
    min-width: 140px;
    white-space: nowrap;
  }
}

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

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

.signup_link_lg {
  display: none;
}

@media screen and (min-width:500px) {
  .signup_link_lg {
    display: block;
  }
}

.simplified_filter {
  margin-top: 32px;
}

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

.simplified_filter_wrapper {
  background: #9d0952;
  padding: 20px 0 30px;
}

@media screen and (min-width:980px) {
  .simplified_filter_wrapper {
    padding: 35px 0 30px;
  }
}

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

.simplified_filter_inner_item {
  border: 1px solid hsla(0,0%,100%,.25);
  padding: 18px 20px;
}

.simplified_filter_inner_item+.simplified_filter_inner_item {
  margin-top: 30px;
}

.simplified_filter_search {
  position: relative;
  margin-bottom: 40px;
}

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

.simplified_filter_search_label.simplified_filter_search_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
  line-height: 1.22222;
  font-style: italic;
  margin: 0 0 10px;
  text-transform: none;
}

.simplified_filter_search_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

@media screen and (min-width:740px) {
  .simplified_filter_search_row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.simplified_filter_search_input_wrap {
  position: relative;
  z-index: 2;
  -ms-flex: 1;
  flex: 1;
}

.simplified_filter_search_submit_wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.simplified_filter_search_submit_field {
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .25s ease;
}

.simplified_filter_search_submit_field:focus,
.simplified_filter_search_submit_field:hover {
  background-color: #017b90;
  color: #fff;
}

.simplified_filter_search_submit_field:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

.simplified_filter_search_input {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: none;
  color: #000;
  line-height: 1;
  padding: 20px;
}

@media screen and (min-width:740px) {
  .simplified_filter_search_input {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.simplified_filter_search_input::-webkit-input-placeholder {
  opacity: 1;
}

.simplified_filter_search_input::-moz-placeholder {
  opacity: 1;
}

.simplified_filter_search_input:-ms-input-placeholder,
.simplified_filter_search_input::-ms-input-placeholder {
  opacity: 1;
}

.simplified_filter_search_input::placeholder {
  opacity: 1;
}

.simplified_filter_search_input:focus {
  outline: 3px solid #017b90;
  outline-offset: 3px;
}

@media screen and (min-width:740px) {
  .simplified_filter_search_input {
    padding: 30px;
  }
}

.simplified_filter_search_input_wrapper {
  margin-bottom: 0;
}

.simplified_filter_search_input_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.simplified_filter_search_input_label.focusable:active,
.simplified_filter_search_input_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.simplified_filter_search_input_field {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  background: #fff;
  border: 0;
  color: #525252;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 16px 70px 15px 20px;
}

@media screen and (min-width:1220px) {
  .simplified_filter_search_input_field {
    padding: 36px 30px 35px;
  }
}

.simplified_filter_search_submit_wrapper {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
}

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

.simplified_filter_search_submit_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.simplified_filter_search_submit_label.focusable:active,
.simplified_filter_search_submit_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.simplified_filter_search_submit_icon {
  margin-right: 10px;
}

.simplified_filter_search_submit_icon svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width:740px) {
  .simplified_filter_search_submit_icon svg {
    width: 30px;
    height: 30px;
  }
}

.simplified_filter_search_submit_field {
  height: 100%;
  background-color: #f7f7f7;
  color: #3f3f3f;
  padding: 15px 45px;
}

@media screen and (min-width:740px) {
  .simplified_filter_search_submit_field {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.simplified_filter_search_submit_text {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

@media screen and (min-width:740px) {
  .simplified_filter_search_submit_text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.simplified_filter_review {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  row-gap: 8px;
}

@media screen and (min-width:740px) {
  .simplified_filter_review {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.simplified_filter_review_info {
  color: #fff;
  column-gap: 8px;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
}

@media screen and (min-width:500px) {
  .simplified_filter_review_info {
    column-gap: 16px;
  }
}

.simplified_filter_review_info_hint {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
}

.simplified_filter_review_info_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
}

.simplified_filter_review_clear {
  --label-color: #1a1918;
  --icon-color: #9d0952;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f4f4;
  border: 0;
  border-radius: 36px;
  column-gap: 14px;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  transition: background .25s;
}

.simplified_filter_review_clear:focus,
.simplified_filter_review_clear:hover {
  background: #017b90;
  --label-color: #fff;
  --icon-color: #fff;
}

.simplified_filter_review_clear_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: var(--label-color);
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: 1px;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  transition: color .25s;
}

.simplified_filter_review_clear_icon {
  color: var(--icon-color);
  transition: color .25s;
}

.simplified_filter_review_clear_icon .symbol_refresh {
  width: 13px;
  height: 14px;
}

.spot {
  position: relative;
  overflow: hidden;
}

.spot.theme_yellow {
  background: #f6bf35;
}

.spot.theme_orange {
  background: #eb8f2d;
}

.spot.theme_blue {
  background: #00a2c0;
}

.spot.theme_green {
  background: #a9b62c;
}

.spot.theme_red {
  background: #9d0952;
}

.spot.theme_purple {
  background: #6c297a;
}

.spot_wrapper {
  overflow: hidden;
}

.spot_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.spot_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg,rgba(0,0,0,.75),transparent);
  content: "";
}

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

.spot_cell {
  position: relative;
}

.spot_figure {
  display: none;
}

@media screen and (min-width:980px) {
  .spot_figure {
    width: 360px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-right: 50px;
    transform: translateY(-50%);
  }
}

@media screen and (min-width:1220px) {
  .spot_figure {
    width: 495px;
  }
}

.spot_figure:before {
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid hsla(0,0%,100%,.2);
  content: "";
  transform: translate(-50%,-50%);
}

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

.spot_inner {
  position: relative;
  z-index: 4;
  padding: 75px 0 30px;
}

@media print {
  .spot_inner {
    padding: 20px 0;
  }
}

@media screen and (min-width:740px) {
  .spot_inner {
    padding: 130px 0 100px;
  }
}

@media screen and (min-width:980px) {
  .spot_inner {
    padding: 220px 0 140px;
  }
}

@media screen and (min-width:1270px) {
  .spot_inner {
    padding: 298px 0 215px;
  }
}

.spot_body {
  position: relative;
  color: #fff;
}

.spot_header {
  margin-bottom: 140px;
}

@media print {
  .spot_header {
    margin-bottom: 0;
  }
}

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

.spot_time {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  display: block;
  margin: 0 0 17px;
}

@media screen and (min-width:500px) {
  .spot_time {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63158;
  }
}

@media screen and (min-width:740px) {
  .spot_time {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:980px) {
  .spot_time {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.26923;
  }
}

@media screen and (min-width:1220px) {
  .spot_time {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
  }
}

@media screen and (min-width:1270px) {
  .spot_time {
    margin-bottom: 12px;
  }
}

.spot_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  max-width: 400px;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width:500px) {
  .spot_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .spot_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .spot_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .spot_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:1270px) {
  .spot_title {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 1.11111;
  }
}

@media screen and (min-width:740px) {
  .spot_title {
    max-width: 520px;
  }
}

@media screen and (min-width:980px) {
  .spot_title {
    max-width: 600px;
  }
}

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

@media screen and (min-width:1270px) {
  .spot_title {
    max-width: 940px;
  }
}

.spot_title p {
  font-weight: 500;
  margin: 0;
}

.spot_title em {
  font-style: italic;
  font-weight: 100;
}

.spot_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  margin: 0;
}

@media screen and (min-width:740px) {
  .spot_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.spot_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

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

@media screen and (min-width:740px) {
  .spot_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .spot_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.spot_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .spot_link [class*=icon] {
    display: none;
  }
}

.spot_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .spot_link {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width:740px) {
  .spot_link {
    min-width: 232px;
  }
}

.theme_blue .spot_link {
  background: #017b90;
}

.theme_blue .spot_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_blue .spot_link:focus:before,
.theme_blue .spot_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_blue .spot_link:focus [class*=icon],
.theme_blue .spot_link:focus [class*=label],
.theme_blue .spot_link:hover [class*=icon],
.theme_blue .spot_link:hover [class*=label] {
  color: #017b90;
}

.theme_blue .spot_link [class*=icon] {
  color: #fff;
}

@media true {
  .theme_blue .spot_link [class*=icon] {
    display: none;
  }
}

.theme_blue .spot_link [class*=label] {
  color: #fff;
}

@media screen and (max-width:499px) {
  .theme_blue .spot_link [class*=label] {
    transform: scale(1.35);
  }
}

.theme_purple .spot_link {
  background: #fff;
}

.theme_purple .spot_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_purple .spot_link:focus:before,
.theme_purple .spot_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_purple .spot_link:focus [class*=icon],
.theme_purple .spot_link:focus [class*=label],
.theme_purple .spot_link:hover [class*=icon],
.theme_purple .spot_link:hover [class*=label] {
  color: #fff;
}

.theme_purple .spot_link [class*=icon] {
  color: #6c297a;
}

@media true {
  .theme_purple .spot_link [class*=icon] {
    display: none;
  }
}

.theme_purple .spot_link [class*=label] {
  color: #6c297a;
}

@media screen and (max-width:499px) {
  .theme_purple .spot_link [class*=label] {
    transform: scale(1.35);
  }
}

.theme_red .spot_link {
  background: #fff;
}

.theme_red .spot_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_red .spot_link:focus:before,
.theme_red .spot_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_red .spot_link:focus [class*=icon],
.theme_red .spot_link:focus [class*=label],
.theme_red .spot_link:hover [class*=icon],
.theme_red .spot_link:hover [class*=label] {
  color: #fff;
}

.theme_red .spot_link [class*=icon] {
  color: #9d0952;
}

@media true {
  .theme_red .spot_link [class*=icon] {
    display: none;
  }
}

.theme_red .spot_link [class*=label] {
  color: #9d0952;
}

@media screen and (max-width:499px) {
  .theme_red .spot_link [class*=label] {
    transform: scale(1.35);
  }
}

.spot_detail {
  height: calc(100% - 20px);
  max-width: 500px;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 8;
  transform: translate(100%,-50%);
  transition: transform .5s;
}

@media screen and (min-width:500px) {
  .spot_detail {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (min-width:740px) {
  .spot_detail {
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    margin-right: 20px;
  }
}

@media screen and (min-width:980px) {
  .spot_detail {
    height: calc(100% - 120px);
    width: calc(100% - 120px);
    margin-right: 40px;
  }
}

@media screen and (min-width:1220px) {
  .spot_detail {
    height: calc(100% - 180px);
    width: calc(100% - 180px);
  }
}

.spot_detail:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg,hsla(0,0%,100%,.75),transparent 5%);
  content: "";
  pointer-events: none;
}

.spot_detail.fs-swap-active {
  transform: translateY(-50%);
}

.spot_detail_open {
  position: absolute;
  bottom: 190px;
  right: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff;
  color: #fff;
  margin-right: 30px;
  transition: box-shadow .25s,color .25s,margin-right .25s,transform .25s;
}

@media screen and (min-width:500px) {
  .spot_detail_open {
    bottom: 32px;
    margin-right: 20px;
  }
}

@media screen and (min-width:740px) {
  .spot_detail_open {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.spot_detail_open:after {
  height: 1px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 100%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

@media screen and (min-width:500px) {
  .spot_detail_open:after {
    width: 20px;
  }
}

.spot_detail_open:focus,
.spot_detail_open:hover {
  box-shadow: 0 0 0 10px transparent;
}

.spot_detail_open.fs-swap-active {
  margin-right: 0;
  transform: translate(100%);
}

@media screen and (min-width:740px) {
  .spot_detail_open.fs-swap-active {
    transform: translate(100%,-50%);
  }
}

.spot_detail_open_icon .symbol {
  height: 60px;
  width: 60px;
}

@media screen and (min-width:500px) {
  .spot_detail_open_icon .symbol {
    height: 45px;
    width: 45px;
  }
}

.spot_detail_inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  overflow-y: auto;
  overflow-y: scroll;
  padding: 42px 20px;
}

@media screen and (min-width:740px) {
  .spot_detail_inner {
    padding: 42px 46px 62px;
  }
}

.spot_detail_close {
  position: fixed;
  top: 30px;
  right: 10px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  padding: 14px;
  transform: scale(0);
  transition: color .25s,transform .25s .35s;
}

.theme_yellow .spot_detail_close:focus,
.theme_yellow .spot_detail_close:hover {
  color: #f6bf35;
}

.theme_orange .spot_detail_close:focus,
.theme_orange .spot_detail_close:hover {
  color: #eb8f2d;
}

.theme_blue .spot_detail_close:focus,
.theme_blue .spot_detail_close:hover {
  color: #00a2c0;
}

.theme_green .spot_detail_close:focus,
.theme_green .spot_detail_close:hover {
  color: #a9b62c;
}

.theme_red .spot_detail_close:focus,
.theme_red .spot_detail_close:hover {
  color: #9d0952;
}

.theme_purple .spot_detail_close:focus,
.theme_purple .spot_detail_close:hover {
  color: #6c297a;
}

.fs-swap-active .spot_detail_close {
  transform: scale(1);
}

.spot_detail_close_icon {
  display: block;
  transition: transform .25s;
}

.spot_detail_close:focus .spot_detail_close_icon,
.spot_detail_close:hover .spot_detail_close_icon {
  transform: scale(1.25);
}

.spot_detail_label_wrapper {
  color: #9d0952;
  margin-bottom: 25px;
}

.spot_detail_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  vertical-align: top;
}

.spot_detail_icon {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (min-width:500px) {
  .spot_detail_body {
    padding-left: 35px;
  }
}

.spot_detail_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #020102;
  margin-bottom: 35px;
}

@media screen and (min-width:740px) {
  .spot_detail_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.spot_detail_caption p {
  margin: 0;
}

.spot_detail_iframe {
  position: relative;
  margin-bottom: 44px;
  padding-bottom: 56%;
}

.spot_detail_iframe iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spot_detail_share {
  height: 40px;
  width: 40px;
  position: relative;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 6px;
  transition: transform .25s;
}

.spot_detail_share:focus,
.spot_detail_share:hover {
  transform: scale(1.15);
}

.spot_detail_share.theme_share {
  background: #00bf00;
}

.spot_detail_share.theme_facebook {
  background: #3a579d;
}

.spot_detail_share.theme_twitter {
  background: #03aced;
}

.spot_detail_share.theme_email {
  background: #000;
}

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

.story {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width:740px) {
  .story {
    padding-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .story {
    padding-top: 80px;
  }
}

@media screen and (min-width:740px) {
  .story {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .story {
    padding-bottom: 80px;
  }
}

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

@media screen and (min-width:1220px) and (min-height:800px) {
  .story {
    z-index: 20;
    background: #fff;
    transform: translateZ(0);
  }
}

.story_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  max-width: 280px;
  margin: 0 0 27px;
}

@media screen and (min-width:500px) {
  .story_title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media screen and (min-width:740px) {
  .story_title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.29545;
  }
}

@media screen and (min-width:980px) {
  .story_title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.30769;
  }
}

@media screen and (min-width:1220px) {
  .story_title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:500px) {
  .story_title {
    max-width: 320px;
  }
}

@media screen and (min-width:740px) {
  .story_title {
    max-width: 440px;
  }
}

@media screen and (min-width:1220px) {
  .story_title {
    margin-bottom: 158px;
    padding-left: 100px;
  }
}

.story_wrapper {
  position: relative;
}

.story_timeline {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 22px;
}

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

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

@media screen and (min-width:1220px) {
  .story_timeline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    margin: -10px 0;
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .story_timeline {
    position: relative;
  }
}

@media (max-height:829px),screen and (max-width:1219px) {
  .story_timeline {
    height: 100%!important;
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .csspositionsticky .story_timeline {
    position: sticky;
    top: 120px;
  }
}

.story_time {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  width: 33.33%;
  position: relative;
  color: #d3d3d3;
  font-size: 15px;
  font-size: .9375rem;
  padding: 0 10px;
  text-align: left;
  transition: color .25s;
}

@media screen and (min-width:500px) {
  .story_time {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width:980px) {
  .story_time {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width:1220px) {
  .story_time {
    height: calc(33.33% - 20px);
    width: 100%;
    border-left: 5px solid currentColor;
    margin: 10px 0;
    padding: 0;
  }
}

.story_time:first-child.fs-swap-active,
.story_time:first-child:focus,
.story_time:first-child:hover {
  color: #9d0952;
}

.story_time:nth-child(2).fs-swap-active,
.story_time:nth-child(2):focus,
.story_time:nth-child(2):hover {
  color: #017b90;
}

.story_time:nth-child(3).fs-swap-active,
.story_time:nth-child(3):focus,
.story_time:nth-child(3):hover {
  color: #9d0952;
}

@media screen and (min-width:1220px) {
  .story_time_inner {
    position: absolute;
    top: -5px;
    left: 14px;
    white-space: nowrap;
  }
}

.story_time_progress {
  display: block;
}

.story_time_progress:after {
  height: 5px;
  background: currentColor;
  content: "";
  display: block;
  margin: 10px 0 5px;
}

@media screen and (min-width:1220px) {
  .story_time_progress:after {
    display: none;
  }
}

.story_time_current,
.story_time_current:after {
  display: inline-block;
  vertical-align: middle;
}

.story_time_current:after {
  height: 13px;
  width: 1px;
  background: #d3d3d3;
  content: "";
  margin: -2px 6px 0 10px;
  transform: rotate(45deg);
}

@media screen and (min-width:500px) {
  .story_time_current:after {
    height: 20px;
    margin: -2px 8px 0 12px;
  }
}

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

.story_time_label {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #d3d3d3;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  transition: color .25s;
}

.fs-swap-active .story_time_label,
.story_time:focus .story_time_label,
.story_time:hover .story_time_label {
  color: #3f3f3f;
}

.story_body {
  position: relative;
  overflow: hidden;
}

@media (max-height:829px),screen and (max-width:1219px) {
  .story_body {
    margin-top: 0!important;
  }
}

.story_item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}

@media print {
  .story_item {
    height: auto!important;
    position: relative;
    opacity: 1;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:1220px) {
  .story_item {
    opacity: 1;
    padding-top: 30px;
    padding-left: 204px;
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .story_item {
    position: relative;
    z-index: 8;
    margin-bottom: 80px;
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .story_item:last-child {
    margin-bottom: 0;
  }
}

.story_item.fs-swap-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

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

.story_item_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76471;
  max-width: 420px;
  margin-bottom: 10px;
}

@media screen and (min-width:500px) {
  .story_item_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77778;
  }
}

@media screen and (min-width:740px) {
  .story_item_caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width:980px) {
  .story_item_caption {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media screen and (min-width:1220px) {
  .story_item_caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

@media screen and (min-width:740px) {
  .story_item_caption {
    margin-bottom: -50px;
  }
}

@media screen and (min-width:980px) {
  .story_item_caption {
    max-width: 490px;
  }
}

@media screen and (min-width:1220px) {
  .story_item_caption {
    margin-bottom: -100px;
    transform: translateY(-1200px);
    transition: transform .85s;
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .story_item_caption {
    opacity: 0;
    transform: translate(0);
    transition: opacity .25s;
  }
}

@media screen and (min-width:1220px) {
  .fs-swap-active~.story_item .story_item_caption {
    transform: translateY(1200px);
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .fs-swap-active~.story_item .story_item_caption {
    transform: translate(0);
  }
}

@media screen and (min-width:1220px) {
  .fs-swap-active .story_item_caption {
    transform: translate(0);
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .fs-swap-active .story_item_caption {
    opacity: 1;
  }
}

.story_item_caption p {
  margin: 0;
}

.story_item_caption a {
  color: #017b90;
  transition: color .25s;
}

.story_item_caption a:focus,
.story_item_caption a:hover {
  color: #6c297a;
}

.story_item_media {
  position: relative;
  float: right;
}

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

@media screen and (min-width:500px) {
  .story_item_media {
    max-width: 400px;
  }
}

@media screen and (min-width:980px) {
  .story_item_media {
    max-width: 500px;
  }
}

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

.story_item_figure {
  position: relative;
  color: #fff;
  display: block;
  overflow: hidden;
}

@media screen and (min-width:1220px) {
  .story_item_figure {
    transform: translateY(-1200px);
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .story_item_figure {
    opacity: 0;
    transform: translate(0);
  }
}

.story_item_figure:first-child {
  max-width: 240px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width:740px) {
  .story_item_figure:first-child {
    max-width: 300px;
  }
}

@media screen and (min-width:1220px) {
  .story_item_figure:first-child {
    max-width: 390px;
    transition: transform 1s;
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .story_item_figure:first-child {
    transition: opacity .5s;
  }
}

.story_item_figure:last-child {
  clear: both;
  margin: 18% 15% 0 0;
}

@media screen and (min-width:740px) {
  .story_item_figure:last-child {
    margin-top: 80px;
    margin-right: 50px;
  }
}

@media screen and (min-width:1220px) {
  .story_item_figure:last-child {
    margin-top: 190px;
    margin-right: 105px;
    transition: transform 1.15s;
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .story_item_figure:last-child {
    transition: opacity .75s;
  }
}

.story_item_figure.theme_portrait {
  max-width: 160px;
  z-index: 6;
}

@media screen and (min-width:980px) {
  .story_item_figure.theme_portrait {
    max-width: 200px;
  }
}

@media screen and (min-width:1220px) {
  .story_item_figure.theme_portrait {
    max-width: 290px;
    top: 40px;
    margin-right: 40px;
  }
}

@media screen and (min-width:1220px) {
  .story_item_figure.theme_portrait~* {
    margin-top: 190px;
  }
}

@media screen and (min-width:1220px) {
  .fs-swap-active~.story_item .story_item_figure {
    transform: translateY(1200px);
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .fs-swap-active~.story_item .story_item_figure {
    transform: translate(0);
  }
}

@media screen and (min-width:1220px) {
  .fs-swap-active .story_item_figure {
    transform: translate(0);
  }
}

@media screen and (min-width:1220px) and (min-height:830px) {
  .fs-swap-active .story_item_figure {
    opacity: 1;
  }
}

.story_item_lightbox:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.46);
  content: "";
}

.story_item_lightbox_details {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  text-align: center;
  transform: translateY(-50%);
}

.story_item_lightbox_icon {
  display: inline-block;
  transition: transform .25s;
}

@media screen and (min-width:1220px) {
  .story_item_lightbox_icon {
    margin-bottom: 16px;
  }
}

.story_item_lightbox:focus .story_item_lightbox_icon,
.story_item_lightbox:hover .story_item_lightbox_icon {
  transform: scale(1.15);
}

@media screen and (min-width:1220px) {
  .story_item_lightbox_icon .symbol {
    height: 105px;
    width: 105px;
  }
}

.story_item_lightbox_label_wrapper {
  display: none;
}

@media screen and (min-width:1220px) {
  .story_item_lightbox_label_wrapper {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.26667;
  }
}

@media screen and (min-width:1220px) {
  .story_item_lightbox_label {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
  }
}

@media screen and (min-width:1220px) {
  .story_item_lightbox_cite {
    display: inline-block;
    font-weight: 300;
    vertical-align: middle;
  }
}

@media screen and (min-width:1220px) {
  .story_item_lightbox_cite:before {
    content: "-";
    display: inline-block;
    margin: -4px 8px 0 2px;
    vertical-align: middle;
  }
}

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

.topic_block {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

@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:1220px) {
  .topic_block {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .topic_block {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .topic_block {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .topic_block {
    margin-bottom: 100px;
  }
}

@media screen and (min-width:1220px) and (min-height:800px) {
  .topic_block {
    z-index: 20;
    background: #fff;
    transform: translateZ(0);
  }
}

.layout_home .topic_block {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}

@media screen and (min-width:740px) {
  .layout_home .topic_block {
    padding-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .layout_home .topic_block {
    padding-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .layout_home .topic_block {
    padding-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .layout_home .topic_block {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .layout_home .topic_block {
    padding-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .layout_home .topic_block {
    padding-bottom: 100px;
  }
}

@media screen and (min-width:980px) {
  .theme_pair .topic_items {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
}

@media screen and (min-width:1270px) {
  .theme_pair .topic_items {
    margin: 0 -50px;
  }
}

.topic_row {
  position: relative;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

@media screen and (min-width:740px) {
  .topic_row {
    margin-bottom: 40px;
  }
}

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

.topic_row:before {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid #ebebeb;
  content: "";
  pointer-events: none;
  transform: translate(-50%,-50%);
}

@media print {
  .topic_row:before {
    display: none;
  }
}

@media screen and (min-width:1220px) {
  .topic_row:before {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (min-width:740px) {
  .topic_row:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width:980px) {
  .theme_pair .topic_row {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}

@media screen and (min-width:1270px) {
  .theme_pair .topic_row {
    width: calc(50% - 100px);
    margin: 0 50px;
  }
}

.topic_figure {
  position: relative;
  display: block;
  margin: -1px;
  padding-bottom: 50%;
}

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

@media screen and (min-width:740px) {
  .topic_figure {
    width: 240px;
    height: calc(100% + 2px);
    position: absolute;
    top: 0;
    padding-bottom: 0;
  }
}

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

@media screen and (min-width:740px) {
  .topic_row:nth-of-type(2n) .topic_figure {
    right: 0;
    left: auto;
  }
}

@media screen and (min-width:740px) {
  .topic_row:nth-of-type(odd) .topic_figure {
    left: 0;
  }
}

@media screen and (min-width:980px) {
  .theme_pair .topic_figure {
    height: auto;
    width: calc(100% + 2px);
    position: relative;
  }
}

.topic_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width:980px) {
  .theme_pair .topic_background {
    display: none;
  }
}

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

@media screen and (min-width:980px) {
  .topic_image {
    display: block;
  }
}

.topic_wrapper {
  position: relative;
  z-index: 4;
}

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

@media screen and (min-width:980px) {
  .topic_wrapper {
    width: calc(100% - 330px);
  }
}

@media screen and (min-width:740px) {
  .topic_row:nth-of-type(2n) .topic_wrapper {
    margin-right: 240px;
  }
}

@media screen and (min-width:980px) {
  .topic_row:nth-of-type(2n) .topic_wrapper {
    margin-right: 330px;
  }
}

@media screen and (min-width:740px) {
  .topic_row:nth-of-type(odd) .topic_wrapper {
    margin-left: 240px;
  }
}

@media screen and (min-width:980px) {
  .topic_row:nth-of-type(odd) .topic_wrapper {
    margin-left: 330px;
  }
}

@media screen and (min-width:980px) {
  .theme_pair .topic_row:nth-of-type(n) .topic_wrapper {
    width: 100%;
    margin: 0;
  }
}

.topic_details {
  padding: 14px 25px 20px;
}

@media screen and (min-width:740px) {
  .topic_details {
    padding: 20px 25px;
  }
}

@media screen and (min-width:980px) {
  .topic_details {
    padding: 40px;
  }
}

@media screen and (min-width:1220px) {
  .topic_details {
    padding: 57px 60px 50px;
  }
}

@media screen and (min-width:1220px) {
  .topic_row:nth-of-type(2n) .topic_details {
    padding-left: 80px;
  }
}

@media screen and (min-width:1220px) {
  .theme_pair .topic_details {
    padding: 32px 60px 50px;
  }
}

.topic_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin: 0;
}

@media screen and (min-width:980px) {
  .topic_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

@media screen and (min-width:1220px) {
  .topic_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.31579;
    margin-bottom: 13px;
  }
}

.topic_caption {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  color: #454545;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  margin-bottom: 10px;
}

@media screen and (min-width:980px) {
  .topic_caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:1220px) {
  .topic_caption {
    margin-bottom: 25px;
  }
}

@media screen and (min-width:1220px) {
  .theme_pair .topic_caption {
    margin-bottom: 35px;
  }
}

.topic_caption p {
  margin: 0;
}

.topic_caption a {
  color: #9d0952;
  transition: color .25s;
  text-decoration: underline;
}

.topic_caption a:focus,
.topic_caption a:hover {
  color: #000;
  text-decoration: none;
}

.topic_block:not(.theme_buttoned_up) .topic_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #9d0952;
}

@media print {
  .topic_block:not(.theme_buttoned_up) .topic_link {
    display: none;
  }
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .topic_block:not(.theme_buttoned_up) .topic_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.topic_block:not(.theme_buttoned_up) .topic_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .topic_block:not(.theme_buttoned_up) .topic_link [class*=icon] {
    display: none;
  }
}

.topic_block:not(.theme_buttoned_up) .topic_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link {
    background: none;
    display: inline-block;
    overflow: visible;
    padding: 0;
  }
}

.topic_block:not(.theme_buttoned_up) .topic_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #6c297a;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link:before {
    display: none;
  }
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link:focus,
  .topic_block:not(.theme_buttoned_up) .topic_link:hover {
    background: none;
  }
}

.topic_block:not(.theme_buttoned_up) .topic_link:focus:before,
.topic_block:not(.theme_buttoned_up) .topic_link:hover:before {
  transform: translate(0) skew(0);
}

.topic_block:not(.theme_buttoned_up) .topic_link:focus [class*=icon],
.topic_block:not(.theme_buttoned_up) .topic_link:focus [class*=label],
.topic_block:not(.theme_buttoned_up) .topic_link:hover [class*=icon],
.topic_block:not(.theme_buttoned_up) .topic_link:hover [class*=label] {
  color: #fff;
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link:focus [class*=icon],
  .topic_block:not(.theme_buttoned_up) .topic_link:focus [class*=label],
  .topic_block:not(.theme_buttoned_up) .topic_link:hover [class*=icon],
  .topic_block:not(.theme_buttoned_up) .topic_link:hover [class*=label] {
    color: #9d0952;
  }
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link:focus [class*=label],
  .topic_block:not(.theme_buttoned_up) .topic_link:hover [class*=label] {
    border-bottom-color: currentColor;
  }
}

.topic_block:not(.theme_buttoned_up) .topic_link [class*=icon] {
  color: #fff;
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link [class*=icon] {
    color: #6c297a;
  }
}

@media screen and (max-width:739px) {
  .topic_block:not(.theme_buttoned_up) .topic_link [class*=icon] {
    display: none;
  }
}

.topic_block:not(.theme_buttoned_up) .topic_link [class*=label] {
  color: #fff;
}

@media screen and (min-width:740px) {
  .topic_block:not(.theme_buttoned_up) .topic_link [class*=label] {
    border-bottom: 1px solid transparent;
    color: #6c297a;
    transition: border-color .25s;
  }
}

.theme_buttoned_up .topic_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  line-height: 1;
  overflow: hidden;
  padding: 23px 20px 22px;
  transition: background .25s,border .25s,box-shadow .25s,transform .25s;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  background: #6c297a;
}

@media print {
  .theme_buttoned_up .topic_link {
    display: none;
  }
}

@media screen and (min-width:740px) {
  .theme_buttoned_up .topic_link {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 21px 20px;
  }
}

@media screen and (min-width:980px) {
  .theme_buttoned_up .topic_link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 20px 19px;
  }
}

.theme_buttoned_up .topic_link [class*=icon] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

@media print {
  .theme_buttoned_up .topic_link [class*=icon] {
    display: none;
  }
}

.theme_buttoned_up .topic_link [class*=label] {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transition: color .25s;
}

.theme_buttoned_up .topic_link:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  transform: translate(-120%) skew(25deg);
  transition: transform .35s;
}

.theme_buttoned_up .topic_link:focus:before,
.theme_buttoned_up .topic_link:hover:before {
  transform: translate(0) skew(0);
}

.theme_buttoned_up .topic_link:focus [class*=icon],
.theme_buttoned_up .topic_link:focus [class*=label],
.theme_buttoned_up .topic_link:hover [class*=icon],
.theme_buttoned_up .topic_link:hover [class*=label],
.theme_buttoned_up .topic_link [class*=icon] {
  color: #fff;
}

@media true {
  .theme_buttoned_up .topic_link [class*=icon] {
    display: none;
  }
}

.theme_buttoned_up .topic_link [class*=label] {
  color: #fff;
}

@media screen and (min-width:740px) {
  .layout_home .topic_link {
    display: inline-block;
    margin-bottom: 0;
  }
}

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

.topic_link:focus [class*=icon],
.topic_link:hover [class*=icon] {
  animation: c 1s infinite;
}

.accordion_item.fs-swap-enabled .accordion_item_content,
.theme_pair .topic_link [class*=icon] {
  display: none;
}

@media print {
  .accordion_item.fs-swap-enabled .accordion_item_content {
    display: block;
  }
}

.accordion_item.fs-swap-active .accordion_item_content {
  display: block;
}

.accordion {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width:740px) {
  .accordion {
    margin-top: 60px;
  }
}

@media screen and (min-width:980px) {
  .accordion {
    margin-top: 80px;
  }
}

@media screen and (min-width:1220px) {
  .accordion {
    margin-top: 100px;
  }
}

@media screen and (min-width:740px) {
  .accordion {
    margin-bottom: 60px;
  }
}

@media screen and (min-width:980px) {
  .accordion {
    margin-bottom: 80px;
  }
}

@media screen and (min-width:1220px) {
  .accordion {
    margin-bottom: 100px;
  }
}

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

.accordion_item_heading_label {
  -ms-flex: 1;
  flex: 1;
}

.accordion_item_heading_icon {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordion_header {
  margin-bottom: 30px;
}

.accordion_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  color: #6c297a;
  margin: 0 0 3px;
}

@media screen and (min-width:500px) {
  .accordion_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media screen and (min-width:740px) {
  .accordion_title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.27027;
  }
}

@media screen and (min-width:980px) {
  .accordion_title {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 1.23256;
  }
}

@media screen and (min-width:1220px) {
  .accordion_title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.accordion_description {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
  color: #3f3f3f;
}

@media screen and (min-width:740px) {
  .accordion_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.accordion_description p {
  margin: 0;
}

.accordion_item {
  border-bottom: 5px solid #ebebeb;
}

.accordion_item_heading {
  margin: 0;
}

.accordion_item_button {
  width: 100%;
  text-align: left;
  transition: color .25s;
}

.accordion_item_button:focus {
  outline: 2px solid #6c297a;
  outline-offset: 4px;
}

.accordion_item_button:focus,
.accordion_item_button:hover {
  color: #6c297a;
}

.accordion_item_heading_inner {
  padding: 20px 0;
}

.accordion_item_heading_label {
  padding-right: 20px;
}

.accordion_item_heading_title {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-right: 10px;
}

@media screen and (min-width:500px) {
  .accordion_item_heading_title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.63158;
  }
}

@media screen and (min-width:740px) {
  .accordion_item_heading_title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.3913;
  }
}

@media screen and (min-width:980px) {
  .accordion_item_heading_title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.26923;
  }
}

@media screen and (min-width:1220px) {
  .accordion_item_heading_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
  }
}

.accordion_item_heading_subtitle {
  font-family: proxima-nova,sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.86667;
}

@media screen and (min-width:740px) {
  .accordion_item_heading_subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.94444;
  }
}

.accordion_item_heading_icon {
  width: 45px;
  height: 45px;
  background: #fff;
  border: 3px solid #6c297a;
  border-radius: 50%;
  transition: background .25s;
}

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

.accordion_item_heading_icon:after,
.accordion_item_heading_icon:before {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #6c297a;
  border-radius: 2px;
  content: "";
  transition: opacity .25s,transform .25s,background .25s;
}

.accordion_item_heading_icon:before {
  transform: translate(-50%,-50%);
}

.accordion_item_heading_icon:after {
  transform: translate(-50%,-50%) rotate(90deg);
}

.accordion_item.fs-swap-active .accordion_item_heading_icon:after {
  transform: translate(-50%,-50%) rotate(0deg);
}

.accordion_item_button:focus .accordion_item_heading_icon,
.accordion_item_button:hover .accordion_item_heading_icon {
  background: #6c297a;
}

.accordion_item_button:focus .accordion_item_heading_icon:after,
.accordion_item_button:focus .accordion_item_heading_icon:before,
.accordion_item_button:hover .accordion_item_heading_icon:after,
.accordion_item_button:hover .accordion_item_heading_icon:before {
  background-color: #fff;
}

.accordion_item_content {
  color: #3f3f3f;
  overflow: hidden;
  padding: 0 0 40px;
}

.accordion_item_content .typography a {
  font-weight: 700;
}

.accordion_item_content .typography>:first-child {
  margin-top: 0;
}

.accordion_item_content .typography>:last-child {
  margin-bottom: 0;
}

@media print {
  .fs-carousel-canister {
    width: 100%!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transform: none!important;
  }
}

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

.fs-carousel-controls {
  width: auto!important;
  position: fixed;
  top: 100px;
  right: 0;
  background: #9d0952;
  padding: 5px 0!important;
}

@media print {
  .fs-carousel-controls {
    display: none;
  }
}

@media screen and (min-width:740px) {
  .fs-carousel-controls {
    padding: 10px 0!important;
  }
}

@media screen and (min-width:1220px) {
  .fs-carousel-controls {
    padding: 20px 0!important;
  }
}

.fs-carousel-control {
  height: 45px;
  width: 50px;
  position: relative;
  color: #fff;
  cursor: default;
  display: block;
  opacity: .3;
  pointer-events: none;
  transition: opacity .25s,transform .25s;
}

@media screen and (min-width:740px) {
  .fs-carousel-control {
    height: 50px;
    width: 70px;
  }
}

@media screen and (min-width:1220px) {
  .fs-carousel-control {
    height: 70px;
    width: 90px;
  }
}

.fs-carousel-control.fs-carousel-visible {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.fs-carousel-control:focus,
.fs-carousel-control:hover {
  opacity: .6;
  transform: scale(1.15);
}

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

@media screen and (max-width:1219px) {
  .fs-carousel-control-icon .symbol {
    height: 35px;
    width: 35px;
  }
}

@media screen and (max-width:739px) {
  .fs-carousel-control-icon .symbol {
    height: 30px;
    width: 30px;
  }
}

.controls_blue .fs-carousel-controls {
  background: #017b90;
}

.controls_purple .fs-carousel-controls {
  background: #6c297a;
}

.fs-carousel-pagination {
  text-align: center;
}

@media print {
  .fs-carousel-pagination {
    display: none!important;
  }
}

.fs-carousel-page {
  height: 20px;
  width: 15px;
  position: relative;
  border-radius: 50%;
  color: transparent;
  display: inline-block;
}

.fs-carousel-page:before {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #dedede;
  border-radius: 50%;
  content: "";
  transform: translate(-50%,-50%) scale(1);
  transition: background .25s,transform .25s;
}

.fs-carousel-page.fs-carousel-active:before {
  background: #f6bf35;
  transform: translate(-50%,-50%) scale(1.5);
}

.fs-dropdown-wrapper {
  position: relative;
}

.fs-dropdown {
  z-index: inherit;
}

.fs-dropdown-selected {
  padding: 20px;
}

.fs-dropdown-options {
  z-index: 8;
  background: none;
  border: 0;
}

.fs-dropdown-item {
  background: #eee;
  padding: 20px;
}

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

.fs-checkbox-marker {
  height: 30px;
  width: 30px;
  float: none;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  transition: background .25s,border .25s;
}

.fs-checkbox-checked .fs-checkbox-marker {
  background: #fff;
  border-color: #c2c3c5;
}

.fs-checkbox-flag {
  position: absolute;
  top: 0;
  left: 0;
}

.fs-checkbox-flag:before {
  height: 12px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #9d0952;
  border-width: 3px;
  margin: -1px 0 0;
  transform: translate(-50%,-50%) rotate(45deg) scale(0);
}

.fs-checkbox-checked .fs-checkbox-flag:before {
  transform: translate(-50%,-50%) rotate(45deg) scale(1);
}

.fs-checkbox-radio .fs-checkbox-flag {
  background: #9d0952;
}

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

.fs-lightbox {
  background: rgba(0,0,0,.75);
  outline: 0;
}

.fs-lightbox .fs-lightbox-close {
  height: 44px;
  width: 44px;
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  background: #017b90;
  color: #fff;
  margin-bottom: 10px;
  transition: background .25s,color .25s;
}

@media screen and (min-width:1220px) {
  .fs-lightbox .fs-lightbox-close {
    top: 0;
    bottom: auto;
    left: 100%;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.fs-lightbox .fs-lightbox-close:focus,
.fs-lightbox .fs-lightbox-close:hover {
  background: #fff;
  color: #017b90;
}

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

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

.fs-lightbox .fs-lightbox-video_wrapper {
  margin-right: auto!important;
  margin-left: auto!important;
}

.fs-lightbox-mobile .fs-lightbox-video_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fs-lightbox-tools {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  width: 100%!important;
  background: #000;
  color: #fff;
}

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

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

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

.fs-lightbox-caption .caption {
  margin: 0;
  padding: 20px;
}

.fs-lightbox-mobile {
  z-index: 200;
}

.fs-lightbox-mobile .fs-lightbox-content,
.fs-lightbox-mobile .fs-lightbox-tools {
  background-color: transparent;
}

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

.fs-lightbox-mobile .fs-lightbox-caption p,
.fs-lightbox-mobile .fs-lightbox-position 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 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

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

.pagination_arrow {
  position: relative;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}

.pagination_arrow:focus:not(.pagination_arrow_disabled) [class*=icon],
.pagination_arrow:hover:not(.pagination_arrow_disabled) [class*=icon] {
  transform: scale(1.15);
}

@media screen and (min-width:740px) {
  .pagination_arrow:focus:not(.pagination_arrow_disabled) [class*=icon],
  .pagination_arrow:hover:not(.pagination_arrow_disabled) [class*=icon] {
    transform: scale(1.25);
  }
}

.pagination_arrow_disabled [class*=icon] {
  color: #ebebeb;
}

.pagination_arrow_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.pagination_arrow_label.focusable:active,
.pagination_arrow_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.pagination_arrow_icon {
  color: #9d0952;
  display: block;
  transition: transform .25s;
}

@media screen and (min-width:740px) {
  .pagination_arrow_icon {
    transform: scale(1.15);
  }
}

.pagination_nav {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

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

.pagination_link {
  font-family: proxima-nova,sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.07143;
  letter-spacing: .5px;
  letter-spacing: .03125rem;
  height: 35px;
  width: 35px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  color: #3f3f3f;
  display: inline-block;
  margin: 0 2px;
  padding: 2px;
  vertical-align: middle;
  transition: color .25s;
}

@media screen and (min-width:740px) {
  .pagination_link {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.88235;
  }
}

@media screen and (min-width:980px) {
  .pagination_link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

@media screen and (min-width:740px) {
  .pagination_link {
    height: 40px;
    width: 40px;
    margin: 0 5px;
    padding: 3px;
  }
}

.pagination_link:focus,
.pagination_link:hover {
  color: #9d0952;
}

.pagination_link.active {
  box-shadow: 0 0 0 6px #fff,0 0 0 7px #e7e7e7;
}

@media print {
  * {
    background: 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,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

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

  blockquote,
  pre {
    border: 1px solid #999;
    padding: 10px;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  .print {
    display: block;
  }
}