@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-Book.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-BookItalic.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-Light.otf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-LightItalic.otf");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-Medium.otf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-MediumItalic.otf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-BoldItalic.otf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Spotify Circular";
  src: url("../fonts/CircularSpotifyText-BlackItalic.otf");
  font-weight: 900;
  font-style: italic; }

/**
 * Foundation for Sites
 * Version 6.7.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.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;
  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: -0.25em; }

sup {
  top: -0.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; }

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.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; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em&xlarge=90em&xxlarge=100em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Spotify Circular", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.cell {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .cell.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 75em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2.5rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2.5rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2.5rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2.5rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2.5rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2.5rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 75em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 90em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2.5rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2.5rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2.5rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2.5rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2.5rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2.5rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2.5rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2.5rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 75em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 90em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 75em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 75em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 90em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media print, screen and (min-width: 75em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 75em) {
    .grid-y > .large-auto {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xlarge-auto {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.5rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.5rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.5rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.5rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.5rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.5rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.5rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.5rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 90em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 75em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 90em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.5rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.5rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.5rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.5rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.5rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.5rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.5rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.5rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

.align-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

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

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

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

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

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

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

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 75em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 75em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Spotify Circular", Helvetica, sans-serif;
  font-style: normal;
  font-weight: "Spotify Circular", Helvetica, sans-serif;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: black; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 68.75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1ed760;
    color: #000; }
  .button:hover, .button:focus {
    background-color: #1ab752;
    color: #000; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1ed760;
    color: #000; }
  .button.primary:hover, .button.primary:focus {
    background-color: #18ac4d;
    color: #000; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #000; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #000; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #000; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #000; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #000; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #000; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #000; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #000; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #1ed760;
    color: #1ed760; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0f6c30;
    color: #0f6c30; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #1ed760;
    color: #1ed760; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0f6c30;
    color: #0f6c30; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #1ed760; }
  .button.clear:hover, .button.clear:focus {
    color: #0f6c30; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #1ed760; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0f6c30; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em;
    content: '';
    border-bottom-width: 0;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1ed760; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1ed760; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1ed760; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1ed760 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1ed760 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1ed760;
  color: #fff; }
  .badge.primary {
    background: #1ed760;
    color: #000; }
  .badge.secondary {
    background: #767676;
    color: #000; }
  .badge.success {
    background: #3adb76;
    color: #000; }
  .badge.warning {
    background: #ffae00;
    color: #000; }
  .badge.alert {
    background: #cc4b37;
    color: #000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1ed760; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group::before, .button-group::after {
    display: none; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #1ed760;
    color: #000; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #18ac4d;
    color: #000; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #767676;
    color: #000; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #000; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #000; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #000; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #000; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #000; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #000; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #000; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1ed760;
    color: #1ed760; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #0f6c30;
    color: #0f6c30; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1ed760;
    color: #1ed760; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0f6c30;
    color: #0f6c30; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1ed760; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #0f6c30; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1ed760; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0f6c30; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 75em) {
    .button-group.stacked-for-medium .button {
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 47.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 74.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #dcfae7;
    color: #000; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #000; }
  .callout.success {
    background-color: #e1faea;
    color: #000; }
  .callout.warning {
    background-color: #fff3d9;
    color: #000; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #000; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #000; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button.medium, .close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .menu.vertical.icon-top li a img,
    .menu.vertical.icon-top li a i,
    .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
    .menu.vertical.icon-bottom li a i,
    .menu.vertical.icon-bottom li a svg {
      text-align: left; }
  .menu.expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.expanded.icon-top li a img,
  .menu.expanded.icon-top li a i,
  .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
  .menu.expanded.icon-bottom li a i,
  .menu.expanded.icon-bottom li a svg {
    text-align: left; }
  .menu.simple {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 75em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.large-expanded li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xlarge-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.xlarge-vertical {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a, .menu.nested.icon-left li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg, .menu.nested.icon-left li a img,
    .menu.nested.icon-left li a i,
    .menu.nested.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a, .menu.nested.icon-right li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg, .menu.nested.icon-right li a img,
    .menu.nested.icon-right li a i,
    .menu.nested.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a, .menu.nested.icon-top li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg, .menu.nested.icon-top li a img,
    .menu.nested.icon-top li a i,
    .menu.nested.icon-top li a svg {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
    .menu.nested.icon-bottom li a i,
    .menu.nested.icon-bottom li a svg {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1ed760;
    color: #000; }
  .menu .active > a {
    background: #1ed760;
    color: #000; }
  .menu.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right.icon-top li a img,
  .menu.align-right.icon-top li a i,
  .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
  .menu.align-right.icon-bottom li a i,
  .menu.align-right.icon-bottom li a svg {
    text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1ed760;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1ed760 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #000;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1ed760; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #000; }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #000; } }

@media print, screen and (min-width: 75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #000; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #000; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #000; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1ed760;
  color: #fff; }
  .label.primary {
    background: #1ed760;
    color: #000; }
  .label.secondary {
    background: #767676;
    color: #000; }
  .label.success {
    background: #3adb76;
    color: #000; }
  .label.warning {
    background: #ffae00;
    color: #000; }
  .label.alert {
    background: #cc4b37;
    color: #000; }

.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media print, screen and (max-width: 47.99875em) {
    .media-object.stack-for-small {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.media-object-section {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 75em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1ed760; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1ed760; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1ed760;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1ab752; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 68.75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 68.75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 68.75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 68.75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1ed760; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #000; }
  tfoot {
    background: #f2f2f2;
    color: #000; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media print, screen and (max-width: 74.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1ed760; }
  .tabs.primary > li > a {
    color: #000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1dcc5b; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1ed760; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fff;
      color: #1ab953; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1ed760; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #000;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(30, 215, 96, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: '';
    border-top-width: 0;
    border-color: transparent transparent #000;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #000;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: '';
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 89.99875em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 99.99875em) {
    .top-bar.stacked-for-xlarge {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.99875em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 89.99875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 90em) and (max-width: 99.99875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.99875em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 21; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 21; }
  to {
    stroke-dashoffset: 0; } }

.open-embed {
  display: block;
  width: 80px;
  height: 80px; }
  .open-embed:hover svg circle {
    fill: #1ed760; }
  .open-embed svg {
    width: 100%;
    height: 100%; }
    .open-embed svg circle {
      transition: fill .15s linear; }
  @media print, screen and (min-width: 75em) {
    .open-embed {
      width: 145px;
      height: 145px; } }

.flip-animate {
  font-size: 70px;
  line-height: 75px;
  height: 75px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  display: inline-block; }
  html[data-whatinput="mouse"] .flip-animate:hover .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(1) {
      transition-delay: 0s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(2) {
      transition-delay: 0.015s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(3) {
      transition-delay: 0.03s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(4) {
      transition-delay: 0.045s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(5) {
      transition-delay: 0.06s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(6) {
      transition-delay: 0.075s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(7) {
      transition-delay: 0.09s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(8) {
      transition-delay: 0.105s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(9) {
      transition-delay: 0.12s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(10) {
      transition-delay: 0.135s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(11) {
      transition-delay: 0.15s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(12) {
      transition-delay: 0.165s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(13) {
      transition-delay: 0.18s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(14) {
      transition-delay: 0.195s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(15) {
      transition-delay: 0.21s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(16) {
      transition-delay: 0.225s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(17) {
      transition-delay: 0.24s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(18) {
      transition-delay: 0.255s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(19) {
      transition-delay: 0.27s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(20) {
      transition-delay: 0.285s; }
    html[data-whatinput="mouse"] .flip-animate:hover .letter:nth-child(21) {
      transition-delay: 0.3s; }
  .flip-animate .block {
    height: 75px; }
  .flip-animate .block:last-child {
    color: #fff; }
  .flip-animate .letter {
    display: inline-block;
    line-height: 70px;
    height: 75px; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #2d46b9;
    border: 1px solid #fff; }
  .styled-checkbox:checked + label:before {
    background: #fff; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    background: #2d46b9;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #2d46b9, 4px 0 0 #2d46b9, 4px -2px 0 #2d46b9, 4px -4px 0 #2d46b9, 4px -6px 0 #2d46b9, 4px -8px 0 #2d46b9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.animated-text-box {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #000;
  padding: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .animated-text-box {
      padding-bottom: 30px; } }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .animated-text-box {
      padding: 15px;
      background: #fff; }
      .animated-text-box:before {
        content: "";
        top: 50px;
        bottom: 30px;
        right: 15px;
        left: 15px;
        background: #000;
        position: absolute; } }
  .animated-text-box .inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .animated-text-box .accordionContainer {
    width: 100% !important;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .animated-text-box .accordionContainer {
        margin-top: 20%; } }
    @media print, screen and (min-width: 75em) {
      .animated-text-box .accordionContainer {
        margin-top: 10%; } }
  .animated-text-box p {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #fff;
    display: block;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
    pointer-events: none;
    font-weight: 900;
    text-align: center;
    width: 100%;
    font-size: 60px;
    line-height: 50px; }
    @media print, screen and (min-width: 48em) {
      .animated-text-box p {
        font-size: 36px;
        line-height: 30px; } }
    @media print, screen and (min-width: 75em) {
      .animated-text-box p {
        font-size: 60px;
        line-height: 50px; } }
    @media screen and (min-width: 90em) {
      .animated-text-box p {
        font-size: 70px;
        line-height: 60px; } }
  .animated-text-box h3 {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px; }
  .animated-text-box .button {
    margin-top: 30px; }
    @media print, screen and (min-width: 75em) {
      .animated-text-box .button {
        position: absolute;
        bottom: 60px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0; } }

/************************************************

Stylesheet: Global Stylesheet

*************************************************/
body {
  overflow-x: hidden; }
  body.dropdown-open {
    height: 100%;
    overflow: hidden;
    position: relative; }
    body.dropdown-open:after {
      content: "";
      position: absolute;
      top: 80px;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.75);
      z-index: 2; }

.button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 16px 33px 15px;
  letter-spacing: 2px;
  color: #000;
  background-color: #1ed760;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease;
  border: 1px solid #1ed760; }
  .button:hover {
    background-color: #fff;
    color: #000 !important;
    border-color: #000; }
  .button.hollow:hover {
    background-color: #1ed760;
    color: #000;
    border-color: #1ed760; }

.facetwp-hidden {
  display: none !important; }

@media print, screen and (min-width: 48em) {
  .large-750 {
    max-width: 620px; } }

@media print, screen and (min-width: 75em) {
  .large-750 {
    max-width: 780px; } }

.grecaptcha-badge {
  visibility: hidden; }

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase; }

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

.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #fff;
  padding: 0; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 12px 0 30px; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"], .post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"][disabled], .post-password-form input[type="submit"].disabled:hover, .post-password-form input[type="submit"][disabled]:hover, .post-password-form input[type="submit"].disabled:focus, .post-password-form input[type="submit"][disabled]:focus {
    background-color: #1ed760;
    color: #000; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #1ab752;
    color: #000; }

.default-content-box {
  padding: 60px 0; }
  @media print, screen and (min-width: 75em) {
    .default-content-box {
      padding: 90px 0; } }
  .default-content-box h2 {
    line-height: 1.08;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 48em) {
      .default-content-box h2 {
        font-size: 70px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .default-content-box h2 {
        font-size: 80px;
        letter-spacing: -0.04em; } }
    @media screen and (min-width: 90em) {
      .default-content-box h2 {
        font-size: 100px;
        letter-spacing: -4px; } }

.error404 .main {
  position: relative; }

.error404 #error-animation {
  width: 1000px;
  height: 500px;
  left: 50%;
  margin-left: -500px;
  position: absolute;
  top: 0; }

.error404 .content-not-found {
  text-align: center;
  margin-top: 100px;
  padding-top: 210px;
  padding-bottom: 120px; }
  .error404 .content-not-found h1 {
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.02em;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 48em) {
      .error404 .content-not-found h1 {
        font-size: 110px;
        font-style: normal;
        font-weight: 700;
        line-height: 120px;
        letter-spacing: -0.02em; } }
  .error404 .content-not-found .button {
    margin-top: 80px; }
  .error404 .content-not-found .entry-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease; }
    .error404 .content-not-found .entry-content.fade-in {
      opacity: 1; }
  @media print, screen and (min-width: 48em) {
    .error404 .content-not-found {
      padding-bottom: 140px; } }
  @media print, screen and (min-width: 75em) {
    .error404 .content-not-found {
      padding-bottom: 175px; } }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before,
.gallery::after {
  content: " ";
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*="depth-"] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type="text"],
    .respond-form form input[type="email"],
    .respond-form form input[type="url"],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type="text"]:focus,
      .respond-form form input[type="email"]:focus,
      .respond-form form input[type="url"]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type="text"]:invalid,
      .respond-form form input[type="email"]:invalid,
      .respond-form form input[type="url"]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type="text"],
    .respond-form form input[type="email"],
    .respond-form form input[type="url"] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.aspect {
  display: block; }
  .aspect.carousel {
    padding-bottom: 64.86486%;
    position: relative; }
    .aspect.carousel img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .aspect.square {
    padding-bottom: 100%;
    position: relative; }
    .aspect.square img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .aspect.next {
    padding-bottom: 73.09942%;
    position: relative; }
    .aspect.next img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
    @media print, screen and (min-width: 75em) {
      .aspect.next {
        padding-bottom: 56.41026%;
        position: relative; }
        .aspect.next img {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; } }
  .aspect.just-in {
    padding-bottom: 54.0107%;
    position: relative; }
    .aspect.just-in img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .aspect.featured-image {
    padding-bottom: 53.95833%;
    position: relative; }
    .aspect.featured-image img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center;
  list-style: none;
  margin: 10px 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li.slick-active button:before {
      background: #1ed760; }
    .slick-dots li button {
      text-indent: -9999px;
      position: relative;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .slick-dots li button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -3px;
        margin-left: -3px;
        width: 6px;
        height: 6px;
        background: #7d7d7d;
        border-radius: 6px; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition-property: -webkit-transform, height;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

header.header .top-bar {
  background: #000;
  padding: 0 20px;
  z-index: 50; }
  @media print, screen and (min-width: 48em) {
    header.header .top-bar {
      padding: 0 30px; } }
  @media print, screen and (min-width: 75em) {
    header.header .top-bar {
      padding: 0 20px; } }
  @media screen and (min-width: 90em) {
    header.header .top-bar {
      padding: 0 60px; } }
  header.header .top-bar .top-bar-left {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto; }
  header.header .top-bar .top-bar-right {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto; }
  header.header .top-bar ul {
    background: transparent; }
    header.header .top-bar ul.main-nav > li a {
      color: #fff;
      font-size: 16px;
      font-weight: 900;
      padding: 32px 20px; }
      @media screen and (min-width: 90em) {
        header.header .top-bar ul.main-nav > li a {
          padding: 32px 28px; } }
      header.header .top-bar ul.main-nav > li a.with-dropdown {
        padding-right: 38px;
        background-image: url(../images/icons/chevron-down.svg);
        background-position: right 20px center;
        background-repeat: no-repeat; }
    header.header .top-bar ul.logo li a {
      display: block;
      padding: 15px 0; }
      header.header .top-bar ul.logo li a svg {
        width: 156px;
        height: 30px; }
      @media print, screen and (min-width: 75em) {
        header.header .top-bar ul.logo li a svg {
          width: 224px;
          height: 43px; } }
      @media print, screen and (min-width: 75em) {
        header.header .top-bar ul.logo li a {
          padding: 17px 0; } }
    header.header .top-bar ul.cta .button {
      font-size: 15px;
      font-weight: 900;
      color: #000;
      letter-spacing: 0;
      text-transform: none; }
    header.header .top-bar ul.search li a {
      padding: 28px 45px; }
    header.header .top-bar ul.search li svg {
      width: 20px;
      height: 20px; }
  header.header .top-bar #nav-icon {
    display: block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    z-index: 10;
    margin: 15px 0;
    padding: 0;
    width: 17px;
    height: 14px; }
    header.header .top-bar #nav-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: 0.3s ease-in-out; }
      header.header .top-bar #nav-icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center; }
      header.header .top-bar #nav-icon span:nth-child(2) {
        top: 6px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center; }
      header.header .top-bar #nav-icon span:nth-child(3) {
        top: 12px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center; }
    header.header .top-bar #nav-icon[aria-expanded="true"] span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      left: 0; }
    header.header .top-bar #nav-icon[aria-expanded="true"] span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    header.header .top-bar #nav-icon[aria-expanded="true"] span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 12px;
      left: 0; }

header.header .dropdown-pane.menu-pane {
  left: 0 !important;
  right: 0 !important;
  border: 0;
  border-top: 1px solid #fff;
  background-color: #000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 51; }
  @media print, screen and (min-width: 75em) {
    header.header .dropdown-pane.menu-pane {
      padding: 100px 120px; } }
  header.header .dropdown-pane.menu-pane p,
  header.header .dropdown-pane.menu-pane a {
    color: #fff; }
  header.header .dropdown-pane.menu-pane .close-dropdown {
    position: absolute;
    top: 45px;
    right: 45px; }
  header.header .dropdown-pane.menu-pane#company-info .main-links li {
    padding: 25px 0; }
  header.header .dropdown-pane.menu-pane#company-info .main-links a {
    padding: 0 0;
    font-weight: bold; }
  header.header .dropdown-pane.menu-pane#company-info .side-links > .grid-x {
    padding: 25px 0; }
    header.header .dropdown-pane.menu-pane#company-info .side-links > .grid-x:hover {
      background: linear-gradient(156.87deg, #000000 14.96%, #3648b7 85.04%); }
  header.header .dropdown-pane.menu-pane#company-info .side-links .aspect {
    padding-bottom: 55%;
    position: relative; }
    header.header .dropdown-pane.menu-pane#company-info .side-links .aspect img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  header.header .dropdown-pane.menu-pane#company-info .side-links h4 {
    font-size: 18px; }
  header.header .dropdown-pane.menu-pane#company-info .side-links p {
    font-size: 14px;
    margin: 0; }
  header.header .dropdown-pane.menu-pane#communities {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0; }
    header.header .dropdown-pane.menu-pane#communities h2 {
      color: #fff;
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: 70px;
      letter-spacing: 0em;
      text-align: center; }
    header.header .dropdown-pane.menu-pane#communities hr {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: 0;
      margin: 0;
      border: 0; }
    header.header .dropdown-pane.menu-pane#communities .grid-container {
      max-width: 1320px; }
    header.header .dropdown-pane.menu-pane#communities .item {
      padding: 20px 0;
      width: 220px; }
      header.header .dropdown-pane.menu-pane#communities .item:hover {
        background: linear-gradient(156.87deg, #000000 14.96%, #3648b7 85.04%); }
      header.header .dropdown-pane.menu-pane#communities .item .aspect {
        padding-bottom: 60%;
        position: relative;
        padding-bottom: 0;
        width: 180px;
        height: 108px;
        margin: 0 auto; }
        header.header .dropdown-pane.menu-pane#communities .item .aspect img {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; }
      header.header .dropdown-pane.menu-pane#communities .item h4 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0em;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        margin-top: 20px; }
  header.header .dropdown-pane.menu-pane#search {
    height: inherit;
    padding-top: 110px;
    padding-bottom: 110px;
    border-bottom: 1px solid #fff; }

.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff; }
  .search-form label {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .search-form label .search-field {
      background: transparent;
      border: 0;
      color: #fff;
      box-shadow: none;
      font-weight: 500;
      height: inherit;
      padding: 0;
      margin: 0;
      line-height: 1;
      font-size: 28px; }
      @media print, screen and (min-width: 48em) {
        .search-form label .search-field {
          font-size: 32px; } }
      @media print, screen and (min-width: 75em) {
        .search-form label .search-field {
          font-size: 48px; } }
      .search-form label .search-field::-webkit-input-placeholder {
        color: #fff; }
      .search-form label .search-field:-moz-placeholder {
        color: #fff; }
      .search-form label .search-field::-moz-placeholder {
        color: #fff; }
      .search-form label .search-field:-ms-input-placeholder {
        color: #fff; }
  .search-form .search-submit {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    text-indent: -9999px;
    border: 0;
    box-shadow: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px; }
    .search-form .search-submit svg {
      display: block;
      max-width: 100%;
      height: auto; }
    @media print, screen and (min-width: 75em) {
      .search-form .search-submit {
        -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        height: 50px; } }

.off-canvas {
  padding-top: 80px;
  background: #000;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh); }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
  .off-canvas .is-drilldown {
    max-width: 100% !important;
    min-height: 100%; }
  .off-canvas .drilldown {
    margin-top: 20px; }
    .off-canvas .drilldown a {
      background: transparent;
      color: #fff; }
    .off-canvas .drilldown .is-drilldown-submenu {
      background: transparent; }
    .off-canvas .drilldown .is-drilldown-submenu-parent > a:after {
      display: none; }
    .off-canvas .drilldown > li > a,
    .off-canvas .drilldown .main-link > a,
    .off-canvas .drilldown .js-drilldown-back > a {
      font-size: 30px;
      font-weight: 700;
      padding: 15px 20px; }
      .off-canvas .drilldown > li > a svg,
      .off-canvas .drilldown .main-link > a svg,
      .off-canvas .drilldown .js-drilldown-back > a svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 10px;
        height: 18px; }
      @media print, screen and (min-width: 48em) {
        .off-canvas .drilldown > li > a,
        .off-canvas .drilldown .main-link > a,
        .off-canvas .drilldown .js-drilldown-back > a {
          font-size: 48px;
          padding: 20px 60px; } }
    .off-canvas .drilldown .js-drilldown-back > a {
      font-size: 22px;
      font-weight: 400;
      padding-bottom: 30px;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0px;
      text-align: left; }
      .off-canvas .drilldown .js-drilldown-back > a:before {
        display: none; }
      .off-canvas .drilldown .js-drilldown-back > a svg {
        margin-right: 3px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas .drilldown .search-wrapper {
      padding: 60px 20px 30px; }
      @media print, screen and (min-width: 48em) {
        .off-canvas .drilldown .search-wrapper {
          padding: 30px 60px; } }
    .off-canvas .drilldown .button-wrapper {
      padding: 30px 20px; }
      @media print, screen and (min-width: 48em) {
        .off-canvas .drilldown .button-wrapper {
          padding: 0 60px; } }
      .off-canvas .drilldown .button-wrapper .button {
        cursor: pointer;
        font-size: 15px;
        font-weight: 900;
        color: #000;
        letter-spacing: 0;
        text-transform: none;
        padding-left: 28px;
        padding-right: 28px; }
    .off-canvas .drilldown .side-link {
      padding-bottom: 30px; }
      @media print, screen and (max-width: 47.99875em) {
        .off-canvas .drilldown .side-link.first {
          padding-top: 65px; }
        .off-canvas .drilldown .side-link .small-7 {
          padding-left: 0; } }
      @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
        .off-canvas .drilldown .side-link {
          width: 33.3333%;
          float: left;
          padding: 25px; }
          .off-canvas .drilldown .side-link h4 {
            font-size: 18px;
            margin-top: 20px;
            margin-bottom: 0; }
          .off-canvas .drilldown .side-link p {
            font-size: 14px; } }
      .off-canvas .drilldown .side-link .aspect {
        padding: 0;
        padding-bottom: 55%;
        position: relative; }
        .off-canvas .drilldown .side-link .aspect img {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; }
      .off-canvas .drilldown .side-link a {
        padding: 0;
        font-size: 22px;
        font-weight: bold; }
      .off-canvas .drilldown .side-link .small-7 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        .off-canvas .drilldown .side-link .small-7 h4 {
          width: 100%; }
        .off-canvas .drilldown .side-link .small-7 p {
          color: #fff; }
          @media print, screen and (max-width: 47.99875em) {
            .off-canvas .drilldown .side-link .small-7 p {
              display: none; } }
    .off-canvas .drilldown .communities {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      @media print, screen and (max-width: 47.99875em) {
        .off-canvas .drilldown .communities {
          padding: 0 10px; } }
      .off-canvas .drilldown .communities li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - 2.5rem);
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
        width: 50%; }
        @media print, screen and (min-width: 48em) {
          .off-canvas .drilldown .communities li {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(33.33333% - 1.875rem);
            margin-left: 0.9375rem;
            margin-right: 0.9375rem;
            padding-bottom: 40px; } }
        .off-canvas .drilldown .communities li.js-drilldown-back {
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: calc(100% - 2.5rem);
          margin-left: 1.25rem;
          margin-right: 1.25rem;
          margin: 0;
          padding: 0;
          padding-bottom: 0; }
          .off-canvas .drilldown .communities li.js-drilldown-back a {
            padding-left: 10px; }
        .off-canvas .drilldown .communities li.is-submenu-item a {
          padding: 0; }
          .off-canvas .drilldown .communities li.is-submenu-item a.aspect {
            padding-bottom: 66.45161%;
            position: relative; }
            .off-canvas .drilldown .communities li.is-submenu-item a.aspect img {
              left: 0;
              height: 100%;
              position: absolute;
              top: 0;
              width: 100%;
              object-fit: cover; }
        .off-canvas .drilldown .communities li.is-submenu-item h4 {
          margin-top: 16px;
          font-size: 22px; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #000;
  color: #fff;
  padding: 60px 0;
  margin-top: 0; }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .footer {
      padding-left: 60px;
      padding-right: 60px; } }
  .footer #cookie-banner {
    background: #000;
    color: #919496;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 70px;
    transition: bottom 0.3s ease;
    display: none; }
    @media print, screen and (max-width: 47.99875em) {
      .footer #cookie-banner {
        height: inherit; } }
    .footer #cookie-banner p {
      color: #919496;
      font-size: 0.875rem;
      margin: 0; }
      @media print, screen and (max-width: 74.99875em) {
        .footer #cookie-banner p {
          line-height: 1.2; } }
    .footer #cookie-banner.display {
      display: block; }
    .footer #cookie-banner.accepted {
      bottom: -70px; }
      @media print, screen and (max-width: 47.99875em) {
        .footer #cookie-banner.accepted {
          bottom: -200px; } }
    .footer #cookie-banner .text {
      padding-top: 10px;
      padding-bottom: 10px; }
    .footer #cookie-banner #cookie-button {
      font-weight: 500;
      display: inline-block;
      color: #1ed760;
      padding: 15px 0;
      border-top: 4px solid #1ed760;
      font-size: 0.875rem;
      text-transform: uppercase;
      cursor: pointer; }
      @media print, screen and (max-width: 47.99875em) {
        .footer #cookie-banner #cookie-button {
          font-size: 0.75rem; } }
      .footer #cookie-banner #cookie-button:hover {
        text-decoration: underline; }
  .footer .logo {
    display: block;
    margin: 10px 0 30px;
    width: 104px;
    height: 32px; }
    .footer .logo svg {
      display: block;
      max-width: 100%;
      height: auto; }
    @media print, screen and (min-width: 75em) {
      .footer .logo {
        padding: 0;
        width: 133px;
        height: 40px; } }
    .footer .logo img {
      max-width: 90px;
      height: auto; }
      @media print, screen and (min-width: 75em) {
        .footer .logo img {
          max-width: 132px;
          height: auto; } }
  .footer .social {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer .social li {
      display: inline-block; }
      .footer .social li a {
        display: block;
        width: 50px;
        height: 50px;
        background: #2e2f2a;
        border-radius: 50px;
        text-align: center;
        line-height: 58px; }
        .footer .social li a:hover svg {
          fill: #1ed760; }
      .footer .social li svg {
        fill: #fff;
        width: 20px;
        height: 20px; }
  .footer nav {
    padding-top: 15px;
    padding-bottom: 30px; }
    .footer nav h5 {
      text-transform: uppercase;
      color: #919496;
      font-size: 0.75rem;
      letter-spacing: 0.08em;
      margin-bottom: 10px;
      font-weight: 900; }
  .footer ul.menu {
    margin: 0;
    padding: 0; }
    .footer ul.menu li.active a {
      background: none; }
    .footer ul.menu li a {
      color: #fff;
      font-size: 1rem;
      padding-left: 0;
      font-weight: 500; }
      .footer ul.menu li a:hover {
        text-decoration: underline; }
  .footer .legal ul.menu li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #919496;
    padding-top: 0;
    font-size: 0.75rem; }
    .footer .legal ul.menu li a:hover {
      color: #1ed760;
      text-decoration: none; }
  .footer .copyright {
    color: #919496;
    font-size: 0.75rem; }
  .footer .legal,
  .footer .copyright {
    margin-top: 20px; }
  .footer .social-wrapper {
    padding: 30px 0;
    text-align: left; }
    .footer .social-wrapper li {
      padding-left: 15px; }
    @media print, screen and (min-width: 75em) {
      .footer .social-wrapper {
        padding: 0;
        text-align: right; } }

.article-content .article-header.full .header-image {
  margin-bottom: 25px;
  padding-bottom: 38.4%;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .article-content .article-header.full .header-image {
      margin-bottom: 60px; } }
  .article-content .article-header.full .header-image img {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover; }
  @media print, screen and (min-width: 48em) {
    .article-content .article-header.full .header-image {
      padding-bottom: 38.28125%;
      position: relative; }
      .article-content .article-header.full .header-image img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; } }
  @media print, screen and (min-width: 75em) {
    .article-content .article-header.full .header-image {
      padding-bottom: 38.19444%;
      position: relative; }
      .article-content .article-header.full .header-image img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; } }

.article-content .article-header.full .byline {
  margin-bottom: 60px; }
  @media print, screen and (max-width: 47.99875em) {
    .article-content .article-header.full .byline {
      margin-bottom: 40px; } }

.article-content .article-header.full .meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px; }

.article-content .article-header.side {
  margin-bottom: 70px;
  border-bottom: 1px solid #000; }
  .article-content .article-header.side .header-title .inner {
    padding: 30px 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media print, screen and (max-width: 47.99875em) {
      .article-content .article-header.side .header-title .inner {
        padding: 30px 20px; } }
    .article-content .article-header.side .header-title .inner .top {
      margin: auto; }
    .article-content .article-header.side .header-title .inner .bottom {
      margin-top: auto; }

.article-content .article-header .quip {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1ed760; }

.article-content .article-header .single-title {
  line-height: 1.2;
  font-weight: 700;
  font-size: 26px;
  margin: 10px 0 30px; }
  @media print, screen and (min-width: 48em) {
    .article-content .article-header .single-title {
      font-size: 36px; } }
  @media print, screen and (min-width: 75em) {
    .article-content .article-header .single-title {
      font-size: 48px; } }

@media print, screen and (max-width: 47.99875em) {
  .article-content .article-header .byline {
    margin-bottom: 40px; } }

.article-content .article-header .meta button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer; }
  .article-content .article-header .meta button span {
    display: inline-block;
    padding-left: 8px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400; }

.article-content .article-header .dropdown-pane.share {
  background: #fff;
  background-image: url(../images/icons/share-bg.svg);
  background-repeat: no-repeat;
  width: 222px;
  border: 0;
  height: 64px;
  padding: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .article-content .article-header .dropdown-pane.share {
      background-image: none;
      height: inherit;
      border: 1px solid #000; } }
  .article-content .article-header .dropdown-pane.share .menu {
    padding: 0; }
    .article-content .article-header .dropdown-pane.share .menu a {
      padding: 0; }

.article-content .entry-content .excerpt p {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.45; }
  @media print, screen and (min-width: 75em) {
    .article-content .entry-content .excerpt p {
      font-size: 24px; } }

@media print, screen and (min-width: 75em) {
  .article-content .entry-content p,
  .article-content .entry-content li {
    font-size: 18px; } }

.article-content .entry-content p a,
.article-content .entry-content li a {
  color: #2d46b9; }
  .article-content .entry-content p a:hover,
  .article-content .entry-content li a:hover {
    text-decoration: underline; }

@media print, screen and (max-width: 47.99875em) {
  .article-content .entry-content .alignright {
    margin: 0; } }

@media print, screen and (min-width: 48em) {
  .article-content .entry-content .alignright {
    max-width: 50%; } }

@media print, screen and (min-width: 75em) {
  .article-content .entry-content .alignright {
    margin-right: -80px;
    max-width: calc(50% + 80px); } }

@media screen and (min-width: 90em) {
  .article-content .entry-content .alignright {
    margin-right: -210px;
    max-width: calc(50% + 210px); } }

@media print, screen and (max-width: 47.99875em) {
  .article-content .entry-content .alignleft {
    margin: 0; } }

@media print, screen and (min-width: 48em) {
  .article-content .entry-content .alignleft {
    max-width: 50%; } }

@media print, screen and (min-width: 75em) {
  .article-content .entry-content .alignleft {
    margin-left: -80px;
    max-width: calc(50% + 80px); } }

@media screen and (min-width: 90em) {
  .article-content .entry-content .alignleft {
    margin-left: -210px;
    max-width: calc(50% + 210px); } }

.article-content .entry-content .single-image {
  padding: 30px 0; }

.article-content .entry-content .gallery-wrapper {
  padding: 30px 0; }

.article-content .entry-content .sideby-images {
  padding: 30px 0; }
  .article-content .entry-content .sideby-images .sideby-image {
    padding-bottom: 30px; }
  .article-content .entry-content .sideby-images .aspect.square-img {
    padding-bottom: 100%;
    position: relative; }
    .article-content .entry-content .sideby-images .aspect.square-img img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .article-content .entry-content .sideby-images .aspect.wide-img {
    padding-bottom: 58.24176%;
    position: relative; }
    .article-content .entry-content .sideby-images .aspect.wide-img img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  @media print, screen and (min-width: 48em) {
    .article-content .entry-content .sideby-images.offset .square {
      width: 36.805556%; } }
  @media print, screen and (min-width: 48em) {
    .article-content .entry-content .sideby-images.offset .wide {
      width: 63.194444%; } }
  @media print, screen and (min-width: 48em) {
    .article-content .entry-content .sideby-images.split .square {
      width: 50%; } }
  @media print, screen and (min-width: 48em) {
    .article-content .entry-content .sideby-images.split .wide {
      width: 50%; } }
  .article-content .entry-content .sideby-images .wp-caption {
    padding-left: 30px; }
    .article-content .entry-content .sideby-images .wp-caption p {
      margin-bottom: 0; }

.article-content .entry-content blockquote {
  border: 0;
  color: #000;
  padding: 30px 0; }
  @media print, screen and (min-width: 48em) {
    .article-content .entry-content blockquote {
      padding: 60px 0; } }
  @media screen and (min-width: 90em) {
    .article-content .entry-content blockquote {
      padding: 70px 0; } }
  .article-content .entry-content blockquote p {
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    font-size: 26px; }
  @media print, screen and (min-width: 48em) {
    .article-content .entry-content blockquote {
      margin-left: -40px;
      margin-right: -40px; }
      .article-content .entry-content blockquote p {
        font-size: 36px; } }
  @media print, screen and (min-width: 75em) {
    .article-content .entry-content blockquote {
      margin-left: -80px;
      margin-right: -80px; }
      .article-content .entry-content blockquote p {
        font-size: 42px; } }
  @media screen and (min-width: 90em) {
    .article-content .entry-content blockquote {
      margin-left: -210px;
      margin-right: -210px; }
      .article-content .entry-content blockquote p {
        font-size: 48px; } }

.article-content .entry-content .image-left {
  padding: 30px 0; }
  .article-content .entry-content .image-left .img {
    padding-bottom: 30px; }

.article-content .social-share .title {
  display: none; }

.article-content .social-share a {
  padding: 0; }

.article-content .article-footer {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 75em) {
    .article-content .article-footer {
      margin-bottom: 145px; } }
  .article-content .article-footer .inner {
    border-top: 1px solid #000; }
  .article-content .article-footer .social-share {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .article-content .article-footer .social-share .title {
      display: inherit; }
      .article-content .article-footer .social-share .title span {
        font-size: 12px;
        line-height: 1.66;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400; }

.article-content .author-outer {
  padding-bottom: 40px; }
  .article-content .author-outer.bottom {
    padding-top: 30px; }
  @media print, screen and (max-width: 47.99875em) {
    .article-content .author-outer {
      padding-bottom: 20px; } }
  @media print, screen and (max-width: 47.99875em) {
    .article-content .author-outer .align-middle {
      padding-bottom: 20px; }
      .article-content .author-outer .align-middle .cell.shrink {
        padding-right: 0; } }
  .article-content .author-outer img {
    width: 70px; }
    @media print, screen and (min-width: 48em) {
      .article-content .author-outer img {
        width: 80px; } }
    @media print, screen and (min-width: 75em) {
      .article-content .author-outer img {
        width: 100px; } }
  .article-content .author-outer h4 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 5px; }
    @media print, screen and (min-width: 75em) {
      .article-content .author-outer h4 {
        font-size: 24px; } }
  .article-content .author-outer p {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase; }
  .article-content .author-outer h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal; }

.gallery-wrapper .swiper-only-container {
  position: relative;
  padding: 60px 0;
  overflow: hidden; }
  .gallery-wrapper .swiper-only-container .swiper-button {
    position: absolute;
    bottom: 140px;
    cursor: pointer;
    z-index: 10;
    top: inherit;
    cursor: pointer;
    right: 0;
    margin-top: 0;
    width: 100px;
    background: none;
    height: inherit; }
    .gallery-wrapper .swiper-only-container .swiper-button:hover svg .path {
      stroke-dashoffset: 83; }
    .gallery-wrapper .swiper-only-container .swiper-button svg .path {
      stroke-dasharray: 41;
      stroke-dashoffset: 62;
      transition: stroke-dashoffset 0.3s linear; }
    .gallery-wrapper .swiper-only-container .swiper-button.swiper-button-previous {
      left: 0;
      text-align: left; }
    .gallery-wrapper .swiper-only-container .swiper-button.swiper-button-next {
      right: 0;
      text-align: right; }
      .gallery-wrapper .swiper-only-container .swiper-button.swiper-button-next svg {
        margin-left: -20px;
        transition: margin 0.3s linear; }
      .gallery-wrapper .swiper-only-container .swiper-button.swiper-button-next:hover svg {
        margin-left: 0; }
    .gallery-wrapper .swiper-only-container .swiper-button span {
      font-weight: bold;
      line-height: 24px;
      position: relative;
      top: -4px; }
    @media print, screen and (max-width: 74.99875em) {
      .gallery-wrapper .swiper-only-container .swiper-button {
        display: none !important; } }

@media print, screen and (max-width: 47.99875em) {
  .gallery-wrapper .image-carousel,
  .gallery-wrapper .swiper-only-container {
    margin: 0 20px; } }

.gallery-wrapper .image-carousel .image,
.gallery-wrapper .swiper-only-container .image {
  padding-bottom: 100%;
  position: relative;
  display: block; }
  .gallery-wrapper .image-carousel .image img,
  .gallery-wrapper .swiper-only-container .image img {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover; }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .gallery-wrapper .image-carousel .image,
    .gallery-wrapper .swiper-only-container .image {
      padding-bottom: 64.87603%;
      position: relative; }
      .gallery-wrapper .image-carousel .image img,
      .gallery-wrapper .swiper-only-container .image img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; } }

.gallery-wrapper .image-carousel .swiper-slide-active img,
.gallery-wrapper .swiper-only-container .swiper-slide-active img {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25); }

.gallery-wrapper .image-carousel .slick-arrow,
.gallery-wrapper .swiper-only-container .slick-arrow {
  position: absolute;
  bottom: 50px;
  cursor: pointer;
  z-index: 3; }
  .gallery-wrapper .image-carousel .slick-arrow:hover svg .path,
  .gallery-wrapper .swiper-only-container .slick-arrow:hover svg .path {
    stroke-dashoffset: 83; }
  .gallery-wrapper .image-carousel .slick-arrow svg .path,
  .gallery-wrapper .swiper-only-container .slick-arrow svg .path {
    stroke-dasharray: 41;
    stroke-dashoffset: 62;
    transition: stroke-dashoffset 0.3s linear; }
  .gallery-wrapper .image-carousel .slick-arrow.prev,
  .gallery-wrapper .swiper-only-container .slick-arrow.prev {
    left: 9%; }
  .gallery-wrapper .image-carousel .slick-arrow.next,
  .gallery-wrapper .swiper-only-container .slick-arrow.next {
    right: 11%; }
    .gallery-wrapper .image-carousel .slick-arrow.next svg,
    .gallery-wrapper .swiper-only-container .slick-arrow.next svg {
      margin-left: -20px;
      transition: margin 0.3s linear; }
    .gallery-wrapper .image-carousel .slick-arrow.next:hover svg,
    .gallery-wrapper .swiper-only-container .slick-arrow.next:hover svg {
      margin-left: 0; }
  .gallery-wrapper .image-carousel .slick-arrow span,
  .gallery-wrapper .swiper-only-container .slick-arrow span {
    font-weight: bold;
    line-height: 24px;
    position: relative;
    top: -4px; }
  @media print, screen and (max-width: 74.99875em) {
    .gallery-wrapper .image-carousel .slick-arrow,
    .gallery-wrapper .swiper-only-container .slick-arrow {
      display: none !important; } }

.gallery-carousel {
  padding: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .gallery-carousel {
      padding: 0 20px; } }
  .gallery-carousel .aspect {
    height: 480px; }
    @media print, screen and (max-width: 47.99875em) {
      .gallery-carousel .aspect {
        height: 300px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media print, screen and (max-width: 47.99875em) {
      .gallery-carousel .aspect img {
        max-height: 100%;
        width: auto;
        margin: auto; } }
    @media print, screen and (min-width: 48em) {
      .gallery-carousel .aspect img {
        height: 100%;
        width: auto;
        margin: 0 auto; } }
  .gallery-carousel .slick-list {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 20% !important;
    padding-right: 20% !important; }
    @media print, screen and (max-width: 47.99875em) {
      .gallery-carousel .slick-list {
        padding-left: 5% !important;
        padding-right: 5% !important; } }
  .gallery-carousel .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .gallery-carousel .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px; }
  .gallery-carousel .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, -40px);
    transform: translate3d(0, 0, -40px);
    transition: -webkit-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s; }
    .gallery-carousel .slick-slide .wp-caption {
      background: transparent;
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s ease; }
  .gallery-carousel .slick-snext,
  .gallery-carousel .slick-sprev {
    display: block; }
  .gallery-carousel .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .gallery-carousel .slick-current .wp-caption {
      opacity: 1; }
  .gallery-carousel .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -40px);
    transform: translate3d(50%, 0, -40px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .gallery-carousel .slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -40px);
    transform: translate3d(-50%, 0, -40px); }
  .gallery-carousel .slick-arrow {
    position: absolute;
    bottom: 60px;
    z-index: 10; }
    @media print, screen and (max-width: 47.99875em) {
      .gallery-carousel .slick-arrow {
        bottom: 0; } }
    .gallery-carousel .slick-arrow.prev {
      left: 65px; }
      @media print, screen and (max-width: 47.99875em) {
        .gallery-carousel .slick-arrow.prev {
          left: 20px; } }
    .gallery-carousel .slick-arrow.next {
      right: 65px; }
      @media print, screen and (max-width: 47.99875em) {
        .gallery-carousel .slick-arrow.next {
          right: 20px; } }
    .gallery-carousel .slick-arrow span {
      font-weight: bold;
      line-height: 24px;
      position: relative;
      top: -4px; }
  .gallery-carousel .wp-caption {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px; }

@media print, screen and (min-width: 75em) {
  .up-next {
    border-top: 1px solid #000; } }

@media print, screen and (max-width: 74.99875em) {
  .up-next {
    padding: 20px; } }

.up-next h2 {
  margin-bottom: -13px;
  line-height: 1.08;
  font-weight: bold;
  font-size: 60px;
  position: relative;
  z-index: 2;
  letter-spacing: 0 !important; }
  @media print, screen and (min-width: 48em) {
    .up-next h2 {
      font-size: 70px;
      letter-spacing: -4px; } }
  @media print, screen and (min-width: 75em) {
    .up-next h2 {
      font-size: 80px;
      letter-spacing: -0.04em; } }
  @media screen and (min-width: 90em) {
    .up-next h2 {
      font-size: 100px;
      letter-spacing: -4px; } }
  @media print, screen and (min-width: 48em) {
    .up-next h2 {
      margin-bottom: -15px; } }
  @media print, screen and (min-width: 75em) {
    .up-next h2 {
      font-size: 64px;
      margin-bottom: 40px; } }

@media print, screen and (min-width: 48em) {
  .up-next .image {
    width: 50%; } }

@media print, screen and (min-width: 75em) {
  .up-next .image {
    width: 54%; } }

@media print, screen and (max-width: 47.99875em) {
  .up-next .post-box {
    -webkit-flex-flow: column !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    padding-left: 0;
    padding-right: 0; } }

@media print, screen and (min-width: 48em) {
  .up-next .post-box {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (min-width: 75em) {
  .up-next .post-box {
    width: 46%; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .up-next .post-box {
    padding-left: 25px; } }

.up-next .post-box h3 {
  font-size: 26px;
  line-height: 1.4; }
  @media print, screen and (min-width: 75em) {
    .up-next .post-box h3 {
      font-size: 28px; } }

@media print, screen and (max-width: 47.99875em) {
  .discover-more {
    padding-bottom: 60px; } }

@media print, screen and (max-width: 74.99875em) {
  .discover-more {
    padding-top: 40px; } }

@media print, screen and (min-width: 75em) {
  .discover-more > .title {
    padding: 55px 0;
    background: #000; }
    .discover-more > .title h2 {
      color: #fff; } }

.discover-more > .title h2 {
  line-height: 1.08;
  font-weight: bold;
  font-size: 60px; }
  @media print, screen and (min-width: 48em) {
    .discover-more > .title h2 {
      font-size: 70px;
      letter-spacing: -4px; } }
  @media print, screen and (min-width: 75em) {
    .discover-more > .title h2 {
      font-size: 80px;
      letter-spacing: -0.04em; } }
  @media screen and (min-width: 90em) {
    .discover-more > .title h2 {
      font-size: 100px;
      letter-spacing: -4px; } }
  @media print, screen and (max-width: 47.99875em) {
    .discover-more > .title h2 {
      font-size: 14vw; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .discover-more .post-box {
    padding-top: 20px;
    padding-bottom: 50px; } }

.reveal.media-kit {
  padding: 60px 20px; }
  .reveal.media-kit h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0; }
  .reveal.media-kit .button.download {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    border-radius: 50px;
    margin: 0;
    padding: 8px 10px; }
    .reveal.media-kit .button.download span {
      display: inline-block;
      padding-left: 8px; }
    .reveal.media-kit .button.download:hover {
      color: #000; }
  .reveal.media-kit .post-box {
    padding: 20px;
    background-color: transparent; }
    .reveal.media-kit .post-box h3 {
      color: #fff; }
    .reveal.media-kit .post-box .download-item svg path {
      fill: #fff; }
    .reveal.media-kit .post-box .download-item svg circle {
      stroke: #fff; }
    .reveal.media-kit .post-box .file-name .cell.shrink {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.news-landing .news-title-bar {
  width: 100%;
  background: #2d46b9;
  display: block;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: relative; }
  .news-landing .news-title-bar .scroll {
    display: inline-block;
    padding: 22px 0 10px;
    will-change: transform; }
    .news-landing .news-title-bar .scroll.cloned {
      position: absolute;
      top: 0px;
      left: 0px; }
  .news-landing .news-title-bar .ticker-item {
    display: inline-block;
    padding: 0 30px; }
    .news-landing .news-title-bar .ticker-item h2 {
      color: #fff;
      opacity: 0.3;
      font-size: 42px;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.02em;
      margin: 0; }
      .news-landing .news-title-bar .ticker-item h2.white {
        opacity: 1; }
      @media print, screen and (min-width: 48em) {
        .news-landing .news-title-bar .ticker-item h2 {
          font-size: 60px;
          font-style: normal;
          font-weight: 700;
          letter-spacing: -0.02em;
          text-align: left; } }
      @media print, screen and (min-width: 75em) {
        .news-landing .news-title-bar .ticker-item h2 {
          font-size: 92px; } }
      @media screen and (min-width: 90em) {
        .news-landing .news-title-bar .ticker-item h2 {
          font-size: 110px;
          font-style: normal;
          font-weight: 700;
          letter-spacing: -0.02em; } }

.news-landing .category-link-bar {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 10; }
  @media print, screen and (max-width: 74.99875em) {
    .news-landing .category-link-bar.is-stuck {
      margin-top: 62px !important; } }
  .news-landing .category-link-bar.hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .news-landing .category-link-bar.is-stuck {
    border-top-color: #fff; }
  .news-landing .category-link-bar .progress-bar {
    background-color: #000;
    height: 100%;
    width: 0%;
    min-width: 50px; }
    @media print, screen and (max-width: 74.99875em) {
      .news-landing .category-link-bar .progress-bar {
        display: none; } }
    .mix-blend-mode-no .news-landing .category-link-bar .progress-bar {
      background-color: #fff; }
    .news-landing .category-link-bar .progress-bar .outer {
      padding-left: 50px;
      width: 100vw; }
  @media print, screen and (min-width: 75em) {
    .news-landing .category-link-bar {
      background: #fff;
      transition: background .15s ease; } }
  @media print, screen and (min-width: 75em) {
    .news-landing .category-link-bar .cat {
      mix-blend-mode: difference;
      border-right: 1px solid #fff; }
      .mix-blend-mode-no .news-landing .category-link-bar .cat {
        border-right: 1px solid #000; } }
  .news-landing .category-link-bar .cat a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    padding: 23px 20px;
    background: #fff;
    display: block;
    font-weight: 400;
    font-size: 16x;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1em; }
    .news-landing .category-link-bar .cat a span {
      color: #000; }
    @media print, screen and (min-width: 75em) {
      .news-landing .category-link-bar .cat a {
        background: transparent; }
        .news-landing .category-link-bar .cat a span {
          color: #fff; }
          .mix-blend-mode-no .news-landing .category-link-bar .cat a span {
            color: #000; } }
    @media screen and (min-width: 90em) {
      .news-landing .category-link-bar .cat a {
        font-size: 18px;
        padding: 23px 30px; } }
  .news-landing .category-link-bar .cat.all {
    width: 150px;
    border-right: 0; }
    @media print, screen and (min-width: 75em) {
      .news-landing .category-link-bar .cat.all {
        mix-blend-mode: normal; } }
    @media screen and (min-width: 90em) {
      .news-landing .category-link-bar .cat.all {
        width: 177px; } }
    .news-landing .category-link-bar .cat.all a {
      line-height: 1;
      text-align: center; }
      .news-landing .category-link-bar .cat.all a.active {
        background: #2d46b9; }
        .news-landing .category-link-bar .cat.all a.active svg path {
          fill: #fff; }
  .news-landing .category-link-bar .trigger-container {
    position: relative; }
    .news-landing .category-link-bar .trigger-container .trigger {
      padding: 20px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      display: block;
      border-bottom: 1px solid #000;
      font-weight: 400;
      position: relative;
      z-index: 10;
      background-color: #fff;
      background-image: url(../images/icons/plus.svg);
      background-repeat: no-repeat;
      background-position: center right 20px; }
      .news-landing .category-link-bar .trigger-container .trigger.hover {
        background-color: #000;
        color: #fff;
        background-image: url(../images/icons/close-small.svg); }
      @media print, screen and (min-width: 48em) {
        .news-landing .category-link-bar .trigger-container .trigger {
          padding: 25px 35px; } }
      .news-landing .category-link-bar .trigger-container .trigger.close-filter {
        background: #2d46b9;
        color: #fff;
        background-image: url(../images/icons/close-small.svg);
        background-repeat: no-repeat;
        background-position: center right 20px;
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 15; }
  .news-landing .category-link-bar .dropdown-pane {
    background-color: transparent;
    padding: 0;
    border: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    display: block !important;
    height: 0;
    overflow: hidden; }
    .news-landing .category-link-bar .dropdown-pane .cat {
      display: none;
      opacity: 0; }
    .news-landing .category-link-bar .dropdown-pane.is-open {
      overflow: visible;
      opacity: 1;
      visibility: visible;
      height: inherit !important; }
      .news-landing .category-link-bar .dropdown-pane.is-open .cat {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        display: block; }
        .news-landing .category-link-bar .dropdown-pane.is-open .cat:nth-child(1) {
          -webkit-animation: slideDown 300ms 130ms ease-in-out forwards;
          animation: slideDown 300ms 130ms ease-in-out forwards; }
        .news-landing .category-link-bar .dropdown-pane.is-open .cat:nth-child(2) {
          -webkit-animation: slideDown 300ms 260ms ease-in-out forwards;
          animation: slideDown 300ms 260ms ease-in-out forwards; }
        .news-landing .category-link-bar .dropdown-pane.is-open .cat:nth-child(3) {
          -webkit-animation: slideDown 300ms 390ms ease-in-out forwards;
          animation: slideDown 300ms 390ms ease-in-out forwards; }
        .news-landing .category-link-bar .dropdown-pane.is-open .cat:nth-child(4) {
          -webkit-animation: slideDown 300ms 520ms ease-in-out forwards;
          animation: slideDown 300ms 520ms ease-in-out forwards; }
        .news-landing .category-link-bar .dropdown-pane.is-open .cat:nth-child(5) {
          -webkit-animation: slideDown 300ms 650ms ease-in-out forwards;
          animation: slideDown 300ms 650ms ease-in-out forwards; }
    .news-landing .category-link-bar .dropdown-pane .mobile-filter, .news-landing .category-link-bar .dropdown-pane .mobile-all-news {
      padding: 20px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      border-bottom: 1px solid #000;
      font-weight: 400;
      margin: 0;
      text-align: left; }
      .news-landing .category-link-bar .dropdown-pane .mobile-filter svg, .news-landing .category-link-bar .dropdown-pane .mobile-all-news svg {
        float: right; }
      @media print, screen and (min-width: 48em) {
        .news-landing .category-link-bar .dropdown-pane .mobile-filter, .news-landing .category-link-bar .dropdown-pane .mobile-all-news {
          padding: 25px 35px; } }
  .news-landing .category-link-bar .facetwp-facet {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .news-landing .category-link-bar .facetwp-facet .facetwp-radio {
      background: none;
      padding: 20px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      border-bottom: 1px solid #000;
      font-weight: 400;
      margin: 0; }
      @media print, screen and (min-width: 48em) {
        .news-landing .category-link-bar .facetwp-facet .facetwp-radio {
          padding: 25px 35px; } }
      .news-landing .category-link-bar .facetwp-facet .facetwp-radio .facetwp-counter {
        display: none; }
      .news-landing .category-link-bar .facetwp-facet .facetwp-radio:first-child {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        background-image: url(../images/icons/all.svg);
        background-repeat: no-repeat;
        background-position: center right 20px; }

.news-landing .featured-top-row .overlap-title {
  padding-top: 30px;
  display: block;
  overflow: hidden;
  margin-bottom: -10px;
  position: relative;
  z-index: 2; }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .news-landing .featured-top-row .overlap-title {
      margin-bottom: -2px; }
      .news-landing .featured-top-row .overlap-title svg {
        width: 100%;
        height: auto; } }
  .news-landing .featured-top-row .overlap-title svg {
    display: block;
    max-width: 100%; }

.news-landing .featured-top-row .small-posts {
  padding-left: 20px;
  padding-right: 20px; }
  @media print, screen and (min-width: 48em) {
    .news-landing .featured-top-row .small-posts {
      padding-left: 35px;
      padding-right: 35px; } }
  @media print, screen and (min-width: 75em) {
    .news-landing .featured-top-row .small-posts {
      padding-left: 50px;
      padding-right: 50px; } }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .news-landing .featured-top-row .small-posts {
      display: grid;
      grid-template-columns: 60% 40%;
      grid-template-rows: 1fr 1fr;
      gap: 0px 0px; }
      .news-landing .featured-top-row .small-posts .item:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2;
        padding-right: 35px; }
        .news-landing .featured-top-row .small-posts .item:nth-child(1) .title {
          border: 0; }
      .news-landing .featured-top-row .small-posts .item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .news-landing .featured-top-row .small-posts .item:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3; } }
  @media print, screen and (max-width: 47.99875em) {
    .news-landing .featured-top-row .small-posts .post-box {
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .news-landing .featured-top-row .small-posts .item .title {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000; }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .news-landing .featured-top-row .small-posts .item .title {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media print, screen and (min-width: 75em) {
      .news-landing .featured-top-row .small-posts .item .title {
        border-bottom: 1px solid #1ed760; } }
    @media print, screen and (max-width: 47.99875em) {
      .news-landing .featured-top-row .small-posts .item .title {
        padding-bottom: 20px;
        border-color: #000; } }
    @media print, screen and (min-width: 75em) {
      .news-landing .featured-top-row .small-posts .item .title {
        max-width: 80%; } }
    .news-landing .featured-top-row .small-posts .item .title .cat {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 14px;
      color: #1ed760; }
  .news-landing .featured-top-row .small-posts .item:last-child .title {
    border-bottom: 0; }
  .news-landing .featured-top-row .small-posts .item:first-child {
    padding-top: 0; }
    .news-landing .featured-top-row .small-posts .item:first-child .title {
      padding-top: 30px; }
      @media print, screen and (max-width: 47.99875em) {
        .news-landing .featured-top-row .small-posts .item:first-child .title {
          padding-top: 20px; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .news-landing .featured-post {
    border-bottom: 1px solid #000; } }

@media print, screen and (min-width: 75em) {
  .news-landing .featured-post {
    border-left: 1px solid #000; } }

.news-landing .featured-post .post-box.featured {
  padding: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .news-landing .featured-post .post-box.featured {
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      border-bottom: 1px solid #000; } }
  @media print, screen and (max-width: 47.99875em) {
    .news-landing .featured-post .post-box.featured .aspect.featured-image {
      padding-bottom: 69.33333%;
      position: relative; }
      .news-landing .featured-post .post-box.featured .aspect.featured-image img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; } }
  .news-landing .featured-post .post-box.featured .title {
    max-width: 675px;
    padding: 30px 75px 30px 50px;
    position: relative; }
    .news-landing .featured-post .post-box.featured .title .open-embed {
      position: absolute;
      top: -40px;
      right: 20px; }
      @media print, screen and (max-width: 47.99875em) {
        .news-landing .featured-post .post-box.featured .title .open-embed {
          width: 56px;
          height: 56px;
          top: -28px; } }
      @media print, screen and (min-width: 48em) {
        .news-landing .featured-post .post-box.featured .title .open-embed {
          right: -40px; } }
      @media print, screen and (min-width: 75em) {
        .news-landing .featured-post .post-box.featured .title .open-embed {
          top: -72px;
          right: -72px; } }
    .news-landing .featured-post .post-box.featured .title h3 {
      line-height: 1.4; }
      @media print, screen and (min-width: 48em) {
        .news-landing .featured-post .post-box.featured .title h3 {
          font-size: 26px; } }
      @media print, screen and (min-width: 75em) {
        .news-landing .featured-post .post-box.featured .title h3 {
          font-size: 18px; } }
      @media screen and (min-width: 90em) {
        .news-landing .featured-post .post-box.featured .title h3 {
          font-size: 28px; } }

.news-landing .category-listing .title-row,
.news-landing .all-posts-listing .title-row {
  padding: 45px 0;
  border-top: 1px solid #000; }
  .news-landing .category-listing .title-row h2,
  .news-landing .all-posts-listing .title-row h2 {
    line-height: 1.08;
    font-weight: bold;
    font-size: 60px;
    font-size: 70px; }
    @media print, screen and (min-width: 48em) {
      .news-landing .category-listing .title-row h2,
      .news-landing .all-posts-listing .title-row h2 {
        font-size: 70px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .news-landing .category-listing .title-row h2,
      .news-landing .all-posts-listing .title-row h2 {
        font-size: 80px;
        letter-spacing: -0.04em; } }
    @media screen and (min-width: 90em) {
      .news-landing .category-listing .title-row h2,
      .news-landing .all-posts-listing .title-row h2 {
        font-size: 100px;
        letter-spacing: -4px; } }
    @media print, screen and (max-width: 47.99875em) {
      .news-landing .category-listing .title-row h2,
      .news-landing .all-posts-listing .title-row h2 {
        font-size: 54px;
        line-height: 50px; } }
    @media print, screen and (min-width: 75em) {
      .news-landing .category-listing .title-row h2,
      .news-landing .all-posts-listing .title-row h2 {
        font-size: 80px; } }
    @media screen and (min-width: 90em) {
      .news-landing .category-listing .title-row h2,
      .news-landing .all-posts-listing .title-row h2 {
        font-size: 110px; } }
  .news-landing .category-listing .title-row p,
  .news-landing .all-posts-listing .title-row p {
    font-size: 18px; }
    @media print, screen and (min-width: 48em) {
      .news-landing .category-listing .title-row p,
      .news-landing .all-posts-listing .title-row p {
        font-size: 22px; } }
    @media screen and (min-width: 90em) {
      .news-landing .category-listing .title-row p,
      .news-landing .all-posts-listing .title-row p {
        font-size: 28px; } }
  @media print, screen and (max-width: 47.99875em) {
    .news-landing .category-listing .title-row,
    .news-landing .all-posts-listing .title-row {
      padding-bottom: 65px;
      margin-bottom: -60px; } }

.news-landing .category-listing .category-container,
.news-landing .all-posts-listing .category-container {
  position: relative; }
  @media print, screen and (max-width: 74.99875em) {
    .news-landing .category-listing .category-container,
    .news-landing .all-posts-listing .category-container {
      padding-bottom: 150px; }
      .news-landing .category-listing .category-container.shown .title-row,
      .news-landing .all-posts-listing .category-container.shown .title-row {
        display: none; } }
  @media print, screen and (max-width: 74.99875em) and (max-width: 47.99875em) {
    .news-landing .category-listing .category-container.shown .post-box.large,
    .news-landing .all-posts-listing .category-container.shown .post-box.large {
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .news-landing .category-listing .category-container.shown .post-box.large .image,
      .news-landing .all-posts-listing .category-container.shown .post-box.large .image {
        -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px; }
        .news-landing .category-listing .category-container.shown .post-box.large .image .wide-image,
        .news-landing .all-posts-listing .category-container.shown .post-box.large .image .wide-image {
          padding-bottom: 100%;
          position: relative; }
          .news-landing .category-listing .category-container.shown .post-box.large .image .wide-image img,
          .news-landing .all-posts-listing .category-container.shown .post-box.large .image .wide-image img {
            left: 0;
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            object-fit: cover; }
      .news-landing .category-listing .category-container.shown .post-box.large .title,
      .news-landing .all-posts-listing .category-container.shown .post-box.large .title {
        line-height: 1;
        padding-left: 20px; } }

.news-landing .category-listing .whats-new .title-row,
.news-landing .all-posts-listing .whats-new .title-row {
  background: #2d46b9; }
  .news-landing .category-listing .whats-new .title-row h2,
  .news-landing .category-listing .whats-new .title-row p,
  .news-landing .all-posts-listing .whats-new .title-row h2,
  .news-landing .all-posts-listing .whats-new .title-row p {
    color: #fff; }

.news-landing .category-listing .trends-data .title-row,
.news-landing .all-posts-listing .trends-data .title-row {
  background: #ffc864; }

.news-landing .category-listing .inside-spotify .title-row,
.news-landing .all-posts-listing .inside-spotify .title-row {
  background: #f573a0; }

.news-landing .category-listing .creator-stories .title-row,
.news-landing .all-posts-listing .creator-stories .title-row {
  background: #c3f0c8; }

@media print, screen and (min-width: 75em) {
  .news-landing .category-listing .box-border,
  .news-landing .all-posts-listing .box-border {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0; }
    .news-landing .category-listing .box-border:nth-child(3),
    .news-landing .all-posts-listing .box-border:nth-child(3) {
      border-right: 1px solid #000; }
    .news-landing .category-listing .box-border:nth-child(2), .news-landing .category-listing .box-border:nth-child(5),
    .news-landing .all-posts-listing .box-border:nth-child(2),
    .news-landing .all-posts-listing .box-border:nth-child(5) {
      border-right: 0; } }

.news-landing .category-listing .load-more,
.news-landing .all-posts-listing .load-more {
  position: absolute;
  right: 150px;
  z-index: 2;
  margin: 0; }
  @media print, screen and (min-width: 75em) {
    .news-landing .category-listing .load-more,
    .news-landing .all-posts-listing .load-more {
      padding: 20px 33px;
      bottom: -28.5px; } }
  @media print, screen and (max-width: 74.99875em) {
    .news-landing .category-listing .load-more,
    .news-landing .all-posts-listing .load-more {
      bottom: 60px;
      right: 50%;
      margin-right: -89px; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .news-landing .category-listing .category-posts .box-border:last-child,
  .news-landing .all-posts-listing .category-posts .box-border:last-child {
    display: none; } }

.news-landing .all-posts-listing {
  display: none; }
  .news-landing .all-posts-listing.filtered .title-row {
    display: none; }
  .news-landing .all-posts-listing .title-row {
    background: #000; }
    .news-landing .all-posts-listing .title-row h2,
    .news-landing .all-posts-listing .title-row p {
      color: #fff; }
  @media print, screen and (min-width: 75em) {
    .news-landing .all-posts-listing .box-border {
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      border-bottom: 0; }
      .news-landing .all-posts-listing .box-border:nth-child(3) {
        border-right: 0; }
      .news-landing .all-posts-listing .box-border:nth-child(2), .news-landing .all-posts-listing .box-border:nth-child(5) {
        border-right: 1px solid #000; } }
  @media print, screen and (max-width: 47.99875em) {
    .news-landing .all-posts-listing .all-posts {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .news-landing .all-posts-listing .facetwp-facet-load_more {
    text-align: center;
    position: relative;
    margin: 0; }
    .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.85em 1em;
      border: 1px solid transparent;
      border-radius: 100px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-family: inherit;
      font-size: 0.9rem;
      -webkit-appearance: none;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      padding: 16px 33px 15px;
      letter-spacing: 2px;
      color: #000;
      background-color: #1ed760;
      transition: color .15s ease, background-color .15s ease, border-color .15s ease;
      border: 1px solid #1ed760;
      color: #000; }
      [data-whatinput='mouse'] .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more {
        outline: 0; }
      .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more, .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more.disabled, .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more[disabled], .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more.disabled:hover, .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more[disabled]:hover, .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more.disabled:focus, .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more[disabled]:focus {
        background-color: #1ed760;
        color: #000; }
      .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more:hover, .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more:focus {
        background-color: #1ab752;
        color: #000; }
      .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more:hover {
        background-color: #fff;
        color: #000 !important;
        border-color: #000; }
      .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more.hollow:hover {
        background-color: #1ed760;
        color: #000;
        border-color: #1ed760; }
      @media print, screen and (min-width: 75em) {
        .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more {
          position: absolute;
          right: 150px;
          z-index: 2;
          margin: 0;
          color: #000; } }
  @media print, screen and (min-width: 75em) and (min-width: 75em) {
    .news-landing .all-posts-listing .facetwp-facet-load_more .facetwp-load-more {
      padding: 20px 33px;
      bottom: -28.5px; } }

.facetwp-load-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 16px 33px 15px;
  letter-spacing: 2px;
  color: #000;
  background-color: #1ed760;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease;
  border: 1px solid #1ed760; }
  [data-whatinput='mouse'] .facetwp-load-more {
    outline: 0; }
  .facetwp-load-more, .facetwp-load-more.disabled, .facetwp-load-more[disabled], .facetwp-load-more.disabled:hover, .facetwp-load-more[disabled]:hover, .facetwp-load-more.disabled:focus, .facetwp-load-more[disabled]:focus {
    background-color: #1ed760;
    color: #000; }
  .facetwp-load-more:hover, .facetwp-load-more:focus {
    background-color: #1ab752;
    color: #000; }
  .facetwp-load-more:hover {
    background-color: #fff;
    color: #000 !important;
    border-color: #000; }
  .facetwp-load-more.hollow:hover {
    background-color: #1ed760;
    color: #000;
    border-color: #1ed760; }

.article-content.parallax .article-header {
  background: #F037A5; }
  .article-content.parallax .article-header.full .header-image {
    margin-bottom: 25px;
    padding-bottom: 76.8%;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .article-header.full .header-image {
        margin-bottom: 90px; } }
    .article-content.parallax .article-header.full .header-image div {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .article-header.full .header-image {
        padding-bottom: 38.28125%;
        position: relative; }
        .article-content.parallax .article-header.full .header-image div {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; } }
    @media print, screen and (min-width: 75em) {
      .article-content.parallax .article-header.full .header-image {
        padding-bottom: 38.19444%;
        position: relative; }
        .article-content.parallax .article-header.full .header-image div {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; } }
    .article-content.parallax .article-header.full .header-image > div {
      overflow: hidden; }
      .article-content.parallax .article-header.full .header-image > div lottie-player {
        width: 125%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 900px) {
          .article-content.parallax .article-header.full .header-image > div lottie-player {
            width: 110%; } }
        @media screen and (min-width: 90em) {
          .article-content.parallax .article-header.full .header-image > div lottie-player {
            width: 100%; } }
        @media print, screen and (max-width: 47.99875em) {
          .article-content.parallax .article-header.full .header-image > div lottie-player {
            width: 210%; } }
  .article-content.parallax .article-header.full h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    max-width: 200px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 23px;
    margin: 0;
    line-height: 1; }
    @media (max-width: 360px) {
      .article-content.parallax .article-header.full h1 {
        font-size: 20px; } }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .article-header.full h1 {
        font-size: 26px;
        max-width: 300px; } }
    @media print, screen and (min-width: 75em) {
      .article-content.parallax .article-header.full h1 {
        font-size: 48px;
        max-width: 450px; } }

.article-content.parallax .parallax-container {
  position: relative; }
  .article-content.parallax .parallax-container .intro {
    max-width: 450px;
    text-align: center; }
    .article-content.parallax .parallax-container .intro .excerpt {
      padding-bottom: 40px; }
      @media print, screen and (max-width: 47.99875em) {
        .article-content.parallax .parallax-container .intro .excerpt {
          padding-top: 90px; } }
      .article-content.parallax .parallax-container .intro .excerpt p {
        margin: 0;
        margin-bottom: 30px; }
        .article-content.parallax .parallax-container .intro .excerpt p:last-child {
          margin-bottom: 0; }
  @media print, screen and (min-width: 75em) {
    .article-content.parallax .parallax-container .content-blocks p {
      font-size: 20px; } }
  .article-content.parallax .parallax-container .guitar {
    position: absolute;
    left: 10px;
    width: 215px;
    margin-top: -90px; }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .guitar {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; } }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .parallax-container .guitar {
        width: 345px;
        margin-top: -170px;
        margin-left: -200px;
        left: 30%; } }
    @media print, screen and (min-width: 75em) {
      .article-content.parallax .parallax-container .guitar {
        margin-top: -200px;
        width: 526px;
        left: 40%;
        margin-left: -400px; } }
  .article-content.parallax .parallax-container .mic {
    position: absolute;
    left: 75%;
    width: 100px;
    margin-top: -200px; }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .mic {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; } }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .parallax-container .mic {
        width: 120px;
        margin-right: -10px;
        margin-top: -300px;
        left: 80%; } }
    @media print, screen and (min-width: 75em) {
      .article-content.parallax .parallax-container .mic {
        width: 275px;
        margin-right: -300px;
        margin-top: -500px;
        left: 70%; } }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .parallax-container .mic img {
        margin-top: -40px;
        margin-left: 0px; } }
    @media print, screen and (min-width: 75em) {
      .article-content.parallax .parallax-container .mic img {
        margin-top: -80px;
        margin-left: -20px; } }
  .article-content.parallax .parallax-container .left-graphic {
    width: 423px;
    height: 1070px;
    position: absolute;
    left: -250px;
    background: url(../animations/parallax/SVG/BURST_TRI_PINK.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-top: -500px;
    z-index: -1; }
    @media (min-width: 1440px) {
      .article-content.parallax .parallax-container .left-graphic {
        left: 0; } }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .article-content.parallax .parallax-container .left-graphic {
        left: -200px; } }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .left-graphic {
        display: none; } }
  .article-content.parallax .parallax-container .right-graphic {
    width: 447px;
    height: 1029px;
    position: absolute;
    right: -150px;
    margin-top: 200px;
    background: url(../animations/parallax/SVG/BURST_TRI_BLUE.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    z-index: -1; }
    @media (min-width: 1440px) {
      .article-content.parallax .parallax-container .right-graphic {
        right: 0; } }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .article-content.parallax .parallax-container .right-graphic {
        right: -200px; } }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .right-graphic {
        display: none; } }
  @media print, screen and (max-width: 47.99875em) {
    .article-content.parallax .parallax-container .megaphone #megaphone {
      width: 175px;
      height: 175px;
      margin-top: -100px; } }
  @media print, screen and (max-width: 47.99875em) {
    .article-content.parallax .parallax-container .megaphone .bubble-outer {
      margin: 0 -30px; } }
  .article-content.parallax .parallax-container .megaphone .speech-bubble {
    position: relative;
    margin-left: -70px; }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .megaphone .speech-bubble {
        margin-left: 0;
        padding: 30px 0; } }
    .article-content.parallax .parallax-container .megaphone .speech-bubble p {
      margin: 0;
      color: #fff;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media print, screen and (max-width: 47.99875em) {
        .article-content.parallax .parallax-container .megaphone .speech-bubble p {
          width: 65%;
          opacity: 0;
          transition: opacity .3s ease;
          transition-delay: 1.5s; }
          .article-content.parallax .parallax-container .megaphone .speech-bubble p.fade-in {
            opacity: 1; } }
      .article-content.parallax .parallax-container .megaphone .speech-bubble p a {
        text-decoration: underline;
        color: #fff;
        font-weight: 700; }
      @media print, screen and (min-width: 48em) {
        .article-content.parallax .parallax-container .megaphone .speech-bubble p {
          margin-left: 30px;
          max-width: 300px;
          font-size: 20px; } }
      @media print, screen and (min-width: 75em) {
        .article-content.parallax .parallax-container .megaphone .speech-bubble p {
          max-width: 500px;
          font-size: 24px; } }
  .article-content.parallax .parallax-container .arrow-container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: -30px; }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .arrow-container {
        padding-top: 30px;
        margin-bottom: 0; } }
    .article-content.parallax .parallax-container .arrow-container p {
      text-align: center; }
      .article-content.parallax .parallax-container .arrow-container p a {
        text-decoration: underline;
        font-weight: 700; }
      @media print, screen and (min-width: 75em) {
        .article-content.parallax .parallax-container .arrow-container p {
          font-size: 24px; } }
    .article-content.parallax .parallax-container .arrow-container #arrow {
      position: absolute;
      right: 100%; }
  .article-content.parallax .parallax-container .video-wrap {
    position: relative;
    max-width: 980px;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .parallax-container .video-wrap {
        margin-bottom: -30px; } }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .video-wrap {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        margin-bottom: 30px; } }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .video-wrap .lottie-burst {
        display: none; } }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .parallax-container .video-wrap .video {
        position: absolute;
        top: 150px;
        width: 340px;
        left: 50%;
        margin-left: -170px; } }
    .article-content.parallax .parallax-container .video-wrap .video .mejs-controls {
      opacity: 0; }
    .article-content.parallax .parallax-container .video-wrap .video .mejs-overlay-button {
      background: url(../images/icons/play-button.svg) no-repeat;
      background-size: 100%;
      background-position: center; }
  .article-content.parallax .parallax-container .speaker-wrapper {
    position: relative;
    padding-bottom: 30px; }
    @media print, screen and (min-width: 48em) {
      .article-content.parallax .parallax-container .speaker-wrapper {
        padding-bottom: 200px; } }
    .article-content.parallax .parallax-container .speaker-wrapper .speaker {
      height: 375px; }
      @media print, screen and (max-width: 47.99875em) {
        .article-content.parallax .parallax-container .speaker-wrapper .speaker {
          width: 375px;
          margin-bottom: -60px;
          position: relative;
          z-index: 2;
          -webkit-transform: none !important;
          -ms-transform: none !important;
          transform: none !important;
          margin-left: auto;
          margin-right: auto;
          height: inherit; } }
      @media (max-width: 400px) {
        .article-content.parallax .parallax-container .speaker-wrapper .speaker {
          margin-left: -60px; } }
      @media print, screen and (min-width: 48em) {
        .article-content.parallax .parallax-container .speaker-wrapper .speaker {
          right: -200px;
          top: 50px;
          position: absolute;
          z-index: 3; } }
      .article-content.parallax .parallax-container .speaker-wrapper .speaker img {
        position: absolute;
        top: 60px;
        left: 208px; }
        @media print, screen and (max-width: 47.99875em) {
          .article-content.parallax .parallax-container .speaker-wrapper .speaker img {
            position: relative;
            top: inherit;
            left: inherit;
            width: 240px;
            margin-top: -300px;
            margin-left: 177px; } }
    @media print, screen and (max-width: 47.99875em) {
      .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-outer {
        padding-bottom: 84.50704%;
        position: relative;
        margin-left: -15px;
        margin-right: -15px; }
        .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-outer div {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; } }
    .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text {
      position: relative; }
      @media print, screen and (max-width: 47.99875em) {
        .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text {
          background: url(../animations/parallax/SVG/mobile-bubble-2.svg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text lottie-player {
        width: 100%;
        height: auto; }
        @media print, screen and (max-width: 47.99875em) {
          .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text lottie-player {
            display: none; } }
      .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text p {
        margin: 0;
        padding: 30px;
        color: #fff; }
        @media (max-width: 350px) {
          .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text p {
            padding: 30px 15px; } }
        @media print, screen and (min-width: 48em) {
          .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text p {
            position: absolute;
            padding: 120px 60px;
            width: 100%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
        @media print, screen and (min-width: 75em) {
          .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text p {
            font-size: 22px; } }
        .article-content.parallax .parallax-container .speaker-wrapper .bubble-2-text p a {
          color: #fff;
          text-decoration: underline;
          font-weight: 700; }

.noteworthy {
  padding-top: 30px; }
  @media print, screen and (min-width: 48em) {
    .noteworthy {
      padding: 30px 35px; } }
  @media print, screen and (min-width: 75em) {
    .noteworthy {
      padding: 30px 55px 75px; } }
  @media print, screen and (min-width: 75em) {
    .noteworthy .coverflow {
      padding-left: 75px;
      padding-right: 100px; } }
  .noteworthy h1 {
    line-height: 1.08;
    font-weight: bold;
    font-size: 60px; }
    @media print, screen and (min-width: 48em) {
      .noteworthy h1 {
        font-size: 70px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .noteworthy h1 {
        font-size: 80px;
        letter-spacing: -0.04em; } }
    @media screen and (min-width: 90em) {
      .noteworthy h1 {
        font-size: 100px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .noteworthy h1 {
        margin-bottom: -10px; } }
    @media print, screen and (max-width: 47.99875em) {
      .noteworthy h1 {
        text-align: center;
        margin: 16px 0 0; } }
    @media (min-width: 1460px) {
      .noteworthy h1 {
        padding-left: 10%; } }
  .noteworthy svg.title {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block; }
    @media print, screen and (min-width: 48em) {
      .noteworthy svg.title {
        margin: 20px 0;
        max-width: 100%; } }
  .noteworthy .swiper-container .swiper-button {
    position: absolute;
    bottom: 30px;
    cursor: pointer;
    z-index: 10;
    top: inherit;
    cursor: pointer;
    right: 0;
    margin-top: 0;
    width: 100px;
    background: none;
    height: inherit; }
    .noteworthy .swiper-container .swiper-button:hover svg .path {
      stroke-dashoffset: 83; }
    .noteworthy .swiper-container .swiper-button svg .path {
      stroke-dasharray: 41;
      stroke-dashoffset: 62;
      transition: stroke-dashoffset 0.3s linear; }
    .noteworthy .swiper-container .swiper-button.swiper-button-previous {
      left: 0;
      text-align: left; }
    .noteworthy .swiper-container .swiper-button.swiper-button-next {
      right: 0;
      text-align: right; }
      .noteworthy .swiper-container .swiper-button.swiper-button-next svg {
        margin-left: -20px;
        transition: margin 0.3s linear; }
      .noteworthy .swiper-container .swiper-button.swiper-button-next:hover svg {
        margin-left: 0; }
    .noteworthy .swiper-container .swiper-button span {
      font-weight: bold;
      line-height: 24px;
      position: relative;
      top: -4px; }
    @media print, screen and (max-width: 74.99875em) {
      .noteworthy .swiper-container .swiper-button {
        display: none !important; } }
  .noteworthy .image-carousel,
  .noteworthy .swiper-container {
    padding: 0;
    padding-bottom: 20px; }
    @media print, screen and (max-width: 47.99875em) {
      .noteworthy .image-carousel,
      .noteworthy .swiper-container {
        margin: 0 20px; } }
    .noteworthy .image-carousel .image,
    .noteworthy .swiper-container .image {
      padding-bottom: 100%;
      position: relative;
      display: block; }
      .noteworthy .image-carousel .image img,
      .noteworthy .swiper-container .image img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; }
      @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
        .noteworthy .image-carousel .image,
        .noteworthy .swiper-container .image {
          padding-bottom: 64.87603%;
          position: relative; }
          .noteworthy .image-carousel .image img,
          .noteworthy .swiper-container .image img {
            left: 0;
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            object-fit: cover; } }
    .noteworthy .image-carousel .swiper-slide-active img,
    .noteworthy .swiper-container .swiper-slide-active img {
      box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25); }
    .noteworthy .image-carousel .slick-arrow,
    .noteworthy .swiper-container .slick-arrow {
      position: absolute;
      bottom: 50px;
      cursor: pointer;
      z-index: 3; }
      .noteworthy .image-carousel .slick-arrow:hover svg .path,
      .noteworthy .swiper-container .slick-arrow:hover svg .path {
        stroke-dashoffset: 83; }
      .noteworthy .image-carousel .slick-arrow svg .path,
      .noteworthy .swiper-container .slick-arrow svg .path {
        stroke-dasharray: 41;
        stroke-dashoffset: 62;
        transition: stroke-dashoffset 0.3s linear; }
      .noteworthy .image-carousel .slick-arrow.prev,
      .noteworthy .swiper-container .slick-arrow.prev {
        left: 9%; }
      .noteworthy .image-carousel .slick-arrow.next,
      .noteworthy .swiper-container .slick-arrow.next {
        right: 11%; }
        .noteworthy .image-carousel .slick-arrow.next svg,
        .noteworthy .swiper-container .slick-arrow.next svg {
          margin-left: -20px;
          transition: margin 0.3s linear; }
        .noteworthy .image-carousel .slick-arrow.next:hover svg,
        .noteworthy .swiper-container .slick-arrow.next:hover svg {
          margin-left: 0; }
      .noteworthy .image-carousel .slick-arrow span,
      .noteworthy .swiper-container .slick-arrow span {
        font-weight: bold;
        line-height: 24px;
        position: relative;
        top: -4px; }
      @media print, screen and (max-width: 74.99875em) {
        .noteworthy .image-carousel .slick-arrow,
        .noteworthy .swiper-container .slick-arrow {
          display: none !important; } }
  .noteworthy .title-carousel {
    overflow: hidden; }
    .noteworthy .title-carousel .post-box {
      padding: 10px 30px 30px;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-left: 30px; }
      @media print, screen and (min-width: 48em) {
        .noteworthy .title-carousel .post-box {
          padding: 30px; } }
      @media print, screen and (min-width: 75em) {
        .noteworthy .title-carousel .post-box {
          padding: 70px 50px;
          padding-bottom: 0;
          padding-top: 25px; } }
      @media print, screen and (min-width: 48em) {
        .noteworthy .title-carousel .post-box {
          padding-left: 10%; } }
      @media print, screen and (min-width: 75em) {
        .noteworthy .title-carousel .post-box {
          padding-left: 22%; } }
      @media print, screen and (max-width: 47.99875em) {
        .noteworthy .title-carousel .post-box .cat {
          font-size: 14px; } }

.top-banner {
  overflow: hidden; }
  @media print, screen and (min-width: 75em) {
    .top-banner .sidebar {
      border-left: 1px solid #000;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; }
      .top-banner .sidebar > div {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .top-banner .sidebar {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      border-top: 1px solid #000; }
      .top-banner .sidebar > div {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; } }
  @media print, screen and (max-width: 47.99875em) {
    .top-banner .sidebar {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .top-banner .sidebar .top-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media print, screen and (max-width: 47.99875em) {
      .top-banner .sidebar .top-box {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #000;
        min-height: 340px; }
        .top-banner .sidebar .top-box .post-box {
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          padding-top: 40px; }
          .top-banner .sidebar .top-box .post-box .image {
            -webkit-flex: unset;
            -ms-flex: unset;
            flex: unset; }
          .top-banner .sidebar .top-box .post-box .title {
            padding-top: 15px;
            padding-left: 0; }
        .top-banner .sidebar .top-box .wide-image {
          padding-bottom: 53.9185%;
          position: relative; }
          .top-banner .sidebar .top-box .wide-image img {
            left: 0;
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            object-fit: cover; } }
    .top-banner .sidebar .top-box .wide-image {
      display: block;
      padding-bottom: 54.0107%;
      position: relative;
      margin-bottom: 20px; }
      .top-banner .sidebar .top-box .wide-image img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; }
    @media print, screen and (min-width: 75em) {
      .top-banner .sidebar .top-box .post-box {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #fff; }
        .top-banner .sidebar .top-box .post-box:hover {
          background: #000; }
          .top-banner .sidebar .top-box .post-box:hover .cat,
          .top-banner .sidebar .top-box .post-box:hover a {
            color: #fff; } }
  .top-banner .sidebar .featured-box {
    background: #000;
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (max-width: 47.99875em) {
      .top-banner .sidebar .featured-box {
        min-height: 340px; } }
    .top-banner .sidebar .featured-box h2 {
      padding-left: 25px;
      text-align: center;
      font-size: 32px;
      margin-bottom: 30px; }
      @media print, screen and (min-width: 75em) {
        .top-banner .sidebar .featured-box h2 {
          font-size: 34px;
          margin-bottom: 20px; } }
      @media screen and (min-width: 90em) {
        .top-banner .sidebar .featured-box h2 {
          padding-left: 25px;
          font-size: 44px; } }
      .top-banner .sidebar .featured-box h2 a {
        color: #fff; }
    .top-banner .sidebar .featured-box .image {
      display: block;
      padding-left: 25px; }
      @media print, screen and (min-width: 75em) {
        .top-banner .sidebar .featured-box .image {
          padding-left: 35px; } }
    .top-banner .sidebar .featured-box .button {
      margin-top: 30px; }
      @media print, screen and (max-width: 47.99875em) {
        .top-banner .sidebar .featured-box .button {
          font-size: 12px;
          margin-top: 30px; } }

.announcement-bar {
  background: #ff6437;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: relative; }
  .announcement-bar .scroll {
    display: inline-block;
    padding: 16px 0;
    will-change: transform; }
    .announcement-bar .scroll.cloned {
      position: absolute;
      top: 0px;
      left: 0px; }
  .announcement-bar .ticker-item {
    display: inline-block;
    padding: 0 30px; }
  .announcement-bar .type {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #fae62d;
    position: relative;
    top: -3px; }
  .announcement-bar .title {
    color: #fff;
    font-size: 34px;
    padding-left: 40px; }

@media print, screen and (min-width: 48em) {
  .secondary-posts .box-border:nth-child(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .secondary-posts .box-border:nth-child(1):hover {
      border-bottom-color: #fff; }
  .secondary-posts .box-border:nth-child(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .secondary-posts .box-border:nth-child(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .secondary-posts .box-border:nth-child(4) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
    .secondary-posts .box-border:nth-child(4):hover {
      position: relative; }
      .secondary-posts .box-border:nth-child(4):hover:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        left: -1px;
        background: #fff;
        z-index: 2; }
  .secondary-posts .box-border:nth-child(5) {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .secondary-posts .box-border.more-news {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; } }

.secondary-posts .box-border .post-box {
  height: 100%; }
  @media print, screen and (min-width: 75em) {
    .secondary-posts .box-border .post-box:hover {
      background: #000; }
      .secondary-posts .box-border .post-box:hover .cat,
      .secondary-posts .box-border .post-box:hover a {
        color: #fff; } }

.secondary-posts .more-news {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #000;
  padding: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .secondary-posts .more-news {
      padding-bottom: 30px; } }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .secondary-posts .more-news {
      padding: 50px 15px 30px;
      background: #fff; }
      .secondary-posts .more-news:before {
        content: "";
        top: 50px;
        bottom: 30px;
        right: 15px;
        left: 15px;
        background: #000;
        position: absolute; } }
  .secondary-posts .more-news .inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .secondary-posts .more-news .accordionContainer {
    width: 100% !important;
    position: relative;
    height: 150px !important; }
    @media print, screen and (min-width: 48em) {
      .secondary-posts .more-news .accordionContainer {
        margin-top: 35%; } }
    @media print, screen and (min-width: 75em) {
      .secondary-posts .more-news .accordionContainer {
        margin-top: 10%;
        height: 180px !important; } }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .secondary-posts .more-news .accordionContainer {
        height: 90px !important; } }
  .secondary-posts .more-news p {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #fff;
    display: block;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
    pointer-events: none;
    font-weight: 900;
    text-align: center;
    width: 100%;
    font-size: 60px;
    line-height: 50px; }
    @media print, screen and (min-width: 48em) {
      .secondary-posts .more-news p {
        font-size: 36px;
        line-height: 30px; } }
    @media print, screen and (min-width: 75em) {
      .secondary-posts .more-news p {
        font-size: 60px;
        line-height: 50px; } }
    @media screen and (min-width: 90em) {
      .secondary-posts .more-news p {
        font-size: 70px;
        line-height: 60px; } }
  .secondary-posts .more-news h3 {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px; }
  .secondary-posts .more-news .button {
    margin-top: 30px; }
    @media print, screen and (min-width: 75em) {
      .secondary-posts .more-news .button {
        position: absolute;
        bottom: 60px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0; } }

.newsletter-banner {
  background: #2d46b9;
  color: #fff; }
  @media print, screen and (min-width: 48em) {
    .newsletter-banner {
      border-bottom: 1px solid #000; } }
  @media print, screen and (max-width: 74.99875em) {
    .newsletter-banner .form-wrap {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  @media print, screen and (min-width: 75em) {
    .newsletter-banner .form-wrap {
      border-right: 1px solid #fff;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .newsletter-banner a {
    color: #fff;
    text-decoration: underline; }
  .newsletter-banner #mc_embed_signup_scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px; }
    @media print, screen and (max-width: 47.99875em) {
      .newsletter-banner #mc_embed_signup_scroll {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #000; } }
    @media print, screen and (min-width: 48em) {
      .newsletter-banner #mc_embed_signup_scroll {
        padding: 10px 65px 15px; } }
    @media print, screen and (min-width: 75em) {
      .newsletter-banner #mc_embed_signup_scroll {
        padding-top: 10px;
        padding-bottom: 20px; } }
    .newsletter-banner #mc_embed_signup_scroll .input-group {
      position: relative;
      margin-bottom: 10px; }
      .newsletter-banner #mc_embed_signup_scroll .input-group input.email {
        background: transparent;
        box-shadow: none;
        border: 0;
        border-bottom: 2px solid #fff;
        color: #fff;
        padding-right: 120px;
        font-size: 18px;
        padding-left: 0;
        margin: 0; }
        .newsletter-banner #mc_embed_signup_scroll .input-group input.email::-webkit-input-placeholder {
          color: #fff; }
        .newsletter-banner #mc_embed_signup_scroll .input-group input.email:-moz-placeholder {
          color: #fff; }
        .newsletter-banner #mc_embed_signup_scroll .input-group input.email::-moz-placeholder {
          color: #fff; }
        .newsletter-banner #mc_embed_signup_scroll .input-group input.email:-ms-input-placeholder {
          color: #fff; }
      .newsletter-banner #mc_embed_signup_scroll .input-group input[type="submit"] {
        position: absolute;
        right: 0;
        top: 7px;
        background: transparent;
        border: 0;
        box-shadow: none;
        font-size: 18px;
        color: #fff;
        padding-right: 30px;
        background: url(../images/icons/arrow-right-white.svg);
        background-repeat: no-repeat;
        background-position: right center; }
    .newsletter-banner #mc_embed_signup_scroll .disclaimer {
      color: #fff;
      opacity: 1;
      font-size: 10px;
      line-height: 15px;
      margin: 0; }
    @media print, screen and (max-width: 47.99875em) {
      .newsletter-banner #mc_embed_signup_scroll .form-group {
        width: 100%; } }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .newsletter-banner #mc_embed_signup_scroll .form-group {
        width: 70%; } }
    .newsletter-banner #mc_embed_signup_scroll .settings-group {
      min-width: 151px; }
      @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
        .newsletter-banner #mc_embed_signup_scroll .settings-group {
          width: 30%; } }
      @media print, screen and (max-width: 47.99875em) {
        .newsletter-banner #mc_embed_signup_scroll .settings-group {
          width: 100%; }
          .newsletter-banner #mc_embed_signup_scroll .settings-group .disclaimer {
            margin-top: 20px; } }
      .newsletter-banner #mc_embed_signup_scroll .settings-group ul {
        padding-top: 5px;
        margin: 0;
        margin-left: 30px;
        list-style: none; }
        @media print, screen and (max-width: 47.99875em) {
          .newsletter-banner #mc_embed_signup_scroll .settings-group ul {
            margin: 0 20px;
            text-align: center; }
            .newsletter-banner #mc_embed_signup_scroll .settings-group ul li {
              display: inline-block;
              padding: 0 5px; } }
        .newsletter-banner #mc_embed_signup_scroll .settings-group ul li input {
          margin: 0; }
        .newsletter-banner #mc_embed_signup_scroll .settings-group ul li label {
          color: #fff;
          font-size: 13px;
          margin: 0; }
  .newsletter-banner .newsletter-animation {
    overflow: hidden; }
    .newsletter-banner .newsletter-animation .small-animation {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      background: #2d46b9;
      padding: 5px 0; }
      .newsletter-banner .newsletter-animation .small-animation .ticker-item {
        display: inline-block;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        padding: 0 7px;
        color: #fff;
        font-size: 38px;
        font-weight: 500;
        line-height: 1; }
    .newsletter-banner .newsletter-animation #newsletter-animation {
      height: 100%;
      display: none; }
      @media print, screen and (min-width: 75em) {
        .newsletter-banner .newsletter-animation #newsletter-animation {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          display: block; } }

.spotlight {
  position: relative; }
  .spotlight .spotlight-item {
    padding-top: 35px;
    padding-left: 35px;
    background: #2d46b9; }
    @media print, screen and (min-width: 48em) {
      .spotlight .spotlight-item {
        padding-top: 50px; } }
    @media print, screen and (min-width: 75em) {
      .spotlight .spotlight-item {
        padding-top: 70px;
        padding-left: 45px; } }
    .spotlight .spotlight-item.black h2 {
      color: #000; }
    .spotlight .spotlight-item.black .spotlight-text h3 a {
      color: #000; }
    .spotlight .spotlight-item.black .spotlight-text .subtitle {
      color: #000; }
    .spotlight .spotlight-item.black .spotlight-text .excerpt p {
      color: #000; }
    .spotlight .spotlight-item .spotlight-text {
      padding-right: 30px; }
      @media print, screen and (max-width: 47.99875em) {
        .spotlight .spotlight-item .spotlight-text {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2; } }
      @media print, screen and (min-width: 75em) {
        .spotlight .spotlight-item .spotlight-text {
          padding-right: 45px;
          padding-top: 0; } }
      .spotlight .spotlight-item .spotlight-text h3 {
        margin-top: 12px;
        margin-bottom: 20px; }
        @media print, screen and (min-width: 75em) {
          .spotlight .spotlight-item .spotlight-text h3 {
            margin-top: 23px;
            margin-bottom: 37px; } }
        .spotlight .spotlight-item .spotlight-text h3 a {
          color: #fff;
          display: block;
          font-size: 26px;
          font-style: normal;
          font-weight: 700;
          line-height: 32px;
          letter-spacing: 0px;
          text-align: left;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          /* cssnano-ignore-line */
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media print, screen and (min-width: 75em) {
            .spotlight .spotlight-item .spotlight-text h3 a {
              font-size: 40px;
              line-height: 1.125;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              /* cssnano-ignore-line */
              -webkit-box-orient: vertical;
              overflow: hidden; } }
          @media screen and (min-width: 90em) {
            .spotlight .spotlight-item .spotlight-text h3 a {
              font-size: 52px;
              line-height: 1.125; } }
      .spotlight .spotlight-item .spotlight-text .subtitle {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        margin-top: 45px;
        display: block;
        font-size: 12px; }
        @media print, screen and (max-width: 47.99875em) {
          .spotlight .spotlight-item .spotlight-text .subtitle {
            margin-top: 70px;
            margin-bottom: 20px; } }
        @media print, screen and (min-width: 75em) {
          .spotlight .spotlight-item .spotlight-text .subtitle {
            margin-top: 0;
            font-size: 16px; } }
      .spotlight .spotlight-item .spotlight-text .excerpt {
        padding-bottom: 50px; }
        .spotlight .spotlight-item .spotlight-text .excerpt p {
          color: #fff;
          font-size: 15px; }
          @media print, screen and (min-width: 75em) {
            .spotlight .spotlight-item .spotlight-text .excerpt p {
              font-size: 18px; } }
    .spotlight .spotlight-item .spotlight-image {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media print, screen and (min-width: 48em) {
        .spotlight .spotlight-item .spotlight-image {
          padding-top: 0;
          padding-bottom: 80px; } }
      @media print, screen and (min-width: 75em) {
        .spotlight .spotlight-item .spotlight-image {
          padding-top: 0;
          padding-bottom: 150px;
          margin-top: -35px; } }
      .spotlight .spotlight-item .spotlight-image .wide-image {
        display: block;
        padding-bottom: 56.25%;
        position: relative; }
        .spotlight .spotlight-item .spotlight-image .wide-image img {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; }
      .spotlight .spotlight-item .spotlight-image .inner {
        position: relative; }
        .spotlight .spotlight-item .spotlight-image .inner .open-embed {
          position: absolute;
          left: 20px;
          bottom: -40px; }
          @media print, screen and (min-width: 75em) {
            .spotlight .spotlight-item .spotlight-image .inner .open-embed {
              bottom: -72px; } }
    .spotlight .spotlight-item h2 {
      line-height: 1.08;
      font-weight: bold;
      font-size: 60px;
      color: #fff;
      margin-bottom: 0; }
      @media print, screen and (min-width: 48em) {
        .spotlight .spotlight-item h2 {
          font-size: 70px;
          letter-spacing: -4px; } }
      @media print, screen and (min-width: 75em) {
        .spotlight .spotlight-item h2 {
          font-size: 80px;
          letter-spacing: -0.04em; } }
      @media screen and (min-width: 90em) {
        .spotlight .spotlight-item h2 {
          font-size: 100px;
          letter-spacing: -4px; } }
      @media print, screen and (min-width: 75em) {
        .spotlight .spotlight-item h2 {
          margin-bottom: 35px; } }
      @media print, screen and (max-width: 47.99875em) {
        .spotlight .spotlight-item h2 {
          margin-bottom: -3%;
          position: relative;
          z-index: 3; } }
  .spotlight .spotlight-nav {
    position: absolute;
    right: 15px;
    top: 50%;
    transition: top 0.15s ease; }
    @media print, screen and (min-width: 48em) {
      .spotlight .spotlight-nav {
        right: 45px;
        bottom: 40px;
        top: inherit; } }
    @media print, screen and (min-width: 75em) {
      .spotlight .spotlight-nav {
        bottom: 100px; } }
    .spotlight .spotlight-nav .pager {
      color: #fff;
      font-size: 26px;
      line-height: 1.4;
      display: inline-block;
      padding: 0 10px; }
      @media print, screen and (min-width: 75em) {
        .spotlight .spotlight-nav .pager {
          font-size: 28px; } }
    .spotlight .spotlight-nav .slick-disabled {
      opacity: 0.5; }
    .spotlight .spotlight-nav .slick-arrow {
      cursor: pointer; }

.communities-title {
  background: #000;
  padding: 30px; }
  @media print, screen and (min-width: 48em) {
    .communities-title {
      padding: 50px 30px; } }
  @media print, screen and (min-width: 75em) {
    .communities-title {
      padding: 60px 45px 30px; } }
  .communities-title h2 {
    color: #fff;
    line-height: 1.08;
    font-weight: bold;
    font-size: 60px;
    margin: 0; }
    @media print, screen and (min-width: 48em) {
      .communities-title h2 {
        font-size: 70px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .communities-title h2 {
        font-size: 80px;
        letter-spacing: -0.04em; } }
    @media screen and (min-width: 90em) {
      .communities-title h2 {
        font-size: 100px;
        letter-spacing: -4px; } }
    @media print, screen and (max-width: 47.99875em) {
      .communities-title h2 {
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: 0em;
        text-align: left; } }

.communities-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .communities-tabs .subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 30px;
    display: block; }
    @media print, screen and (max-width: 74.99875em) {
      .communities-tabs .subtitle {
        padding-bottom: 0; } }
    @media print, screen and (max-width: 47.99875em) {
      .communities-tabs .subtitle {
        display: none; } }
  .communities-tabs .tabs {
    border: 0; }
    @media print, screen and (min-width: 75em) {
      .communities-tabs .tabs {
        width: 33.33333%;
        margin: 0;
        border-right: 1px solid #000;
        position: relative;
        background: #fff;
        border-top: 1px solid #fff; }
        .communities-tabs .tabs .overlay {
          position: absolute;
          height: 25%;
          width: 100%;
          background: #000;
          top: 0;
          z-index: 1; } }
    .communities-tabs .tabs .tabs-title {
      background: transparent;
      position: relative;
      overflow: hidden;
      z-index: 2; }
      .communities-tabs .tabs .tabs-title > a {
        background: transparent;
        font-size: 28px;
        line-height: 1.33;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        color: #000;
        border-bottom: 1px solid #000;
        position: relative;
        z-index: 11;
        transition: color 0.3s linear; }
        @media print, screen and (min-width: 75em) {
          .communities-tabs .tabs .tabs-title > a {
            padding-top: 32px;
            padding-bottom: 32px;
            font-size: 22px;
            position: relative;
            z-index: 3; } }
        @media screen and (min-width: 90em) {
          .communities-tabs .tabs .tabs-title > a {
            padding-top: 41px;
            padding-bottom: 41px;
            font-size: 28px; } }
      .communities-tabs .tabs .tabs-title:first-child .overlay {
        top: 0;
        left: 0; }
      .communities-tabs .tabs .tabs-title:last-child > a {
        border-bottom-color: #fff; }
      .communities-tabs .tabs .tabs-title .overlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: -100%;
        background-color: #000;
        z-index: 10; }
      .communities-tabs .tabs .tabs-title.is-active > a {
        color: #fff !important; }
      .communities-tabs .tabs .tabs-title.is-active .overlay {
        top: 0;
        left: 0; }
  .communities-tabs .tabs-content {
    border: 0;
    padding: 0; }
    @media print, screen and (min-width: 75em) {
      .communities-tabs .tabs-content {
        width: 66.66667%;
        margin: 0; } }
    .communities-tabs .tabs-content .tabs-panel {
      height: 100%;
      padding-left: 70px;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .communities-tabs .tabs-content .tabs-panel.is-active {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .communities-tabs .tabs-content .tabs-panel.is-active .grid-x {
          width: 100%; }
        .communities-tabs .tabs-content .tabs-panel.is-active .image-wrapper {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .communities-tabs .tabs-content .tabs-panel.is-active .image-wrapper > div {
            width: 100%; }
        .communities-tabs .tabs-content .tabs-panel.is-active .wide-image {
          margin: 0 auto;
          width: 150px;
          height: 150px; }
        .communities-tabs .tabs-content .tabs-panel.is-active .links {
          padding-left: 45px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .communities-tabs .tabs-content .tabs-panel.is-active .links .link {
            padding: 30px 0;
            position: relative; }
            .communities-tabs .tabs-content .tabs-panel.is-active .links .link:first-child:after {
              content: "";
              position: absolute;
              bottom: 0;
              height: 1px;
              left: 0;
              width: 100%;
              background: #fff; }
              @media print, screen and (min-width: 75em) {
                .communities-tabs .tabs-content .tabs-panel.is-active .links .link:first-child:after {
                  width: 100%; } }
            .communities-tabs .tabs-content .tabs-panel.is-active .links .link a {
              color: #fff;
              font-weight: bold; }
              @media print, screen and (min-width: 75em) {
                .communities-tabs .tabs-content .tabs-panel.is-active .links .link a {
                  font-size: 18px;
                  line-height: 1.56; } }
  .communities-tabs .accordion {
    margin: 0;
    width: 100%; }
  .communities-tabs .accordion-item {
    position: relative;
    width: 100%; }
    .communities-tabs .accordion-item .accordion-title {
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      line-height: 40px;
      letter-spacing: 0.1em;
      text-align: left;
      color: #000;
      padding: 30px;
      border-left: 0;
      border-right: 0;
      border-color: #000;
      text-transform: uppercase; }
      @media print, screen and (max-width: 47.99875em) {
        .communities-tabs .accordion-item .accordion-title {
          text-align: center;
          font-size: 24px; } }
      .communities-tabs .accordion-item .accordion-title:before {
        display: none; }
    .communities-tabs .accordion-item .accordion-content {
      border: 0;
      width: 100%; }
      @media print, screen and (max-width: 47.99875em) {
        .communities-tabs .accordion-item .accordion-content {
          padding-left: 0;
          padding-right: 0; } }
      .communities-tabs .accordion-item .accordion-content .grid-x {
        width: 100%; }
      .communities-tabs .accordion-item .accordion-content .wide-image {
        margin: 0 auto;
        width: 125px;
        height: 125px; }
      @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
        .communities-tabs .accordion-item .accordion-content .image-wrapper {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .communities-tabs .accordion-item .accordion-content .links {
        padding-left: 45px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        @media print, screen and (max-width: 47.99875em) {
          .communities-tabs .accordion-item .accordion-content .links {
            padding-right: 40px;
            padding-left: 90px; } }
        .communities-tabs .accordion-item .accordion-content .links .link {
          padding: 30px 0;
          position: relative; }
          .communities-tabs .accordion-item .accordion-content .links .link:first-child:after {
            content: "";
            position: absolute;
            bottom: 0;
            height: 1px;
            left: 0;
            width: 100%;
            background: #fff; }
            @media print, screen and (min-width: 75em) {
              .communities-tabs .accordion-item .accordion-content .links .link:first-child:after {
                width: 80%; } }
          .communities-tabs .accordion-item .accordion-content .links .link a {
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            line-height: 25px; }
            @media print, screen and (min-width: 75em) {
              .communities-tabs .accordion-item .accordion-content .links .link a {
                font-size: 24px;
                line-height: 1.4; } }
    .communities-tabs .accordion-item.is-active .accordion-title {
      position: absolute;
      color: #fff;
      background: transparent;
      width: 100%; }
      @media print, screen and (max-width: 47.99875em) {
        .communities-tabs .accordion-item.is-active .accordion-title {
          border-bottom: 1px solid #fff; } }
    .communities-tabs .accordion-item.is-active .accordion-content {
      padding-top: 150px; }

.post-box {
  padding: 20px 28px;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .post-box {
      padding: 50px 15px 30px; } }
  @media print, screen and (min-width: 75em) {
    .post-box {
      padding: 60px 45px 25px; } }
  @media screen and (min-width: 90em) {
    .post-box {
      padding: 70px 50px 40px; } }
  @media print, screen and (max-width: 47.99875em) {
    .post-box:not(.large) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row; }
      .post-box:not(.large) .image {
        -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px; }
        .post-box:not(.large) .image .wide-image {
          margin: 0; }
      .post-box:not(.large) div.title {
        line-height: 1;
        padding-left: 20px; }
        .post-box:not(.large) div.title h3 {
          margin-top: 5px;
          margin-bottom: 0;
          line-height: 23px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          word-break: break-word;
          overflow: hidden; } }
  .post-box.large {
    padding-bottom: 30px; }
    .post-box.large .wide-image {
      padding-bottom: 53.9185%;
      position: relative; }
      .post-box.large .wide-image img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; }
    @media print, screen and (min-width: 48em) {
      .post-box.large {
        padding: 0;
        padding-right: 35px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin-top: 0; }
        .post-box.large .image {
          width: 66.6667%; }
        .post-box.large .wide-image {
          height: 100%;
          padding-bottom: 68.75%;
          position: relative;
          margin: 0; }
          .post-box.large .wide-image img {
            left: 0;
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            object-fit: cover; }
        .post-box.large .title {
          width: 33.3333%;
          padding: 30px 35px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .post-box.large .title h3 {
            font-size: 22px;
            line-height: 1.4; } }
    @media print, screen and (min-width: 75em) and (max-width: 89.99875em) {
      .post-box.large {
        padding-right: 0; } }
    @media screen and (min-width: 90em) {
      .post-box.large .title h3 {
        font-size: 28px;
        line-height: 1.4; } }
    .post-box.large .open-embed {
      margin-bottom: 30px; }
      @media print, screen and (max-width: 47.99875em) {
        .post-box.large .open-embed {
          display: none; } }
      @media print, screen and (min-width: 75em) {
        .post-box.large .open-embed {
          width: 65px;
          height: 65px; }
          .post-box.large .open-embed svg {
            width: 65px;
            height: 65px; } }
      @media screen and (min-width: 90em) {
        .post-box.large .open-embed {
          width: 85px;
          height: 85px; }
          .post-box.large .open-embed svg {
            width: 85px;
            height: 85px; } }
  .post-box .wide-image {
    display: block;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 15px; }
    .post-box .wide-image img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
    @media print, screen and (min-width: 75em) {
      .post-box .wide-image {
        padding-bottom: 54.0107%;
        position: relative; }
        .post-box .wide-image img {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; } }
  .post-box h3 {
    font-size: 16px;
    line-height: 1.63;
    font-weight: normal;
    margin-top: 10px; }
    .noteworthy .post-box h3 {
      font-size: 18px;
      line-height: 25px; }
      @media print, screen and (min-width: 48em) {
        .noteworthy .post-box h3 {
          font-size: 20px;
          line-height: 1.6; } }
  .post-box .cat {
    color: #1ed760;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 700; }
    @media print, screen and (max-width: 47.99875em) {
      .post-box .cat {
        font-size: 12px; } }
  @media print, screen and (min-width: 75em) {
    .post-box {
      background-color: #fff;
      transition: background-color .3s ease;
      overflow: hidden; }
      .post-box .image,
      .post-box .title {
        position: relative; }
      .post-box .cat,
      .post-box a {
        transition: color 0.3s ease; }
      .post-box:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: -webkit-transform 0.15s linear;
        transition: transform 0.15s linear;
        -webkit-transform: translateY(-101%);
        -ms-transform: translateY(-101%);
        transform: translateY(-101%); }
      .post-box.whats-new {
        overflow: hidden;
        height: 100%; }
        .post-box.whats-new:before {
          background: #2d46b9; }
        .post-box.whats-new:hover {
          background-color: #2d46b9; }
          .secondary-posts .post-box.whats-new:hover {
            background-color: #000; }
          .post-box.whats-new:hover .cat,
          .post-box.whats-new:hover a {
            color: #fff; }
      .post-box.inside-spotify {
        overflow: hidden;
        height: 100%; }
        .post-box.inside-spotify:before {
          background: #f573a0; }
        .post-box.inside-spotify:hover {
          background-color: #f573a0; }
          .secondary-posts .post-box.inside-spotify:hover {
            background-color: #000; }
            .secondary-posts .post-box.inside-spotify:hover .cat,
            .secondary-posts .post-box.inside-spotify:hover a {
              color: #fff; }
          .post-box.inside-spotify:hover .cat,
          .post-box.inside-spotify:hover a {
            color: #000; }
      .post-box.creator-stories {
        overflow: hidden;
        height: 100%; }
        .post-box.creator-stories:before {
          background: #c3f0c8; }
        .post-box.creator-stories:hover {
          background-color: #c3f0c8; }
          .secondary-posts .post-box.creator-stories:hover {
            background-color: #000; }
            .secondary-posts .post-box.creator-stories:hover .cat,
            .secondary-posts .post-box.creator-stories:hover a {
              color: #fff; }
          .post-box.creator-stories:hover .cat,
          .post-box.creator-stories:hover a {
            color: #000; }
      .post-box.trends-data {
        overflow: hidden;
        height: 100%; }
        .post-box.trends-data:before {
          background: #ffc864; }
        .post-box.trends-data:hover {
          background-color: #ffc864; }
          .secondary-posts .post-box.trends-data:hover {
            background-color: #000; }
            .secondary-posts .post-box.trends-data:hover .cat,
            .secondary-posts .post-box.trends-data:hover a {
              color: #fff; }
          .post-box.trends-data:hover .cat,
          .post-box.trends-data:hover a {
            color: #000; } }

@media print, screen and (min-width: 75em) {
  .box-border {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }
    .box-border:nth-child(3n) {
      border-right: 0; } }

.mood-quiz-wrap {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  transition: all .3s ease-in;
  opacity: 0; }
  .mood-quiz-wrap .quiz-slide {
    position: relative;
    text-align: center;
    height: 500px;
    padding: 60px 0 0;
    z-index: 200; }
    @media (min-width: 375px) {
      .mood-quiz-wrap .quiz-slide {
        height: 520px;
        padding: 75px 0 0; } }
    @media (min-width: 440px) {
      .mood-quiz-wrap .quiz-slide {
        height: 540px; } }
    @media (min-width: 600px) {
      .mood-quiz-wrap .quiz-slide {
        height: 580px; } }
    @media (min-width: 768px) {
      .mood-quiz-wrap .quiz-slide {
        padding: 85px 4% 0;
        height: 525px; } }
    @media (min-width: 1200px) {
      .mood-quiz-wrap .quiz-slide {
        padding: 12% 4% 0; } }
    .mood-quiz-wrap .quiz-slide .transition-video-wrap {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 300; }
      .mood-quiz-wrap .quiz-slide .transition-video-wrap video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .mood-quiz-wrap .quiz-slide img.spotify-logo {
      position: absolute;
      top: 15px;
      left: 15px;
      display: block;
      z-index: 200;
      width: 100%;
      max-width: 72px; }
      @media (min-width: 768px) {
        .mood-quiz-wrap .quiz-slide img.spotify-logo {
          max-width: 91px; } }
    .mood-quiz-wrap .quiz-slide h3.question {
      font-family: 'Spotify Circular';
      font-weight: 900;
      font-size: 25px;
      line-height: 1.2;
      letter-spacing: -0.8px;
      margin: 0 0 13% 0;
      padding: 0 9%; }
      @media (min-width: 1200px) {
        .mood-quiz-wrap .quiz-slide h3.question {
          font-size: 34px;
          padding: 0;
          margin: 0 0 7% 0; } }
    .mood-quiz-wrap .quiz-slide a.answer {
      width: 50%;
      float: left;
      padding: 0;
      outline: 0;
      -moz-outline-style: none; }
      @media (min-width: 768px) {
        .mood-quiz-wrap .quiz-slide a.answer {
          padding: 15px 0 0 0; } }
      .mood-quiz-wrap .quiz-slide a.answer p {
        font-family: 'Spotify Circular';
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: -0.4px;
        transition: all .1s ease-in; }
        @media (min-width: 375px) {
          .mood-quiz-wrap .quiz-slide a.answer p {
            font-size: 15px; } }
        @media (min-width: 768px) {
          .mood-quiz-wrap .quiz-slide a.answer p {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .mood-quiz-wrap .quiz-slide a.answer p {
            font-size: 24px; } }
      .mood-quiz-wrap .quiz-slide a.answer p.mobile-answer {
        display: block; }
        @media (min-width: 768px) {
          .mood-quiz-wrap .quiz-slide a.answer p.mobile-answer {
            display: none; } }
      .mood-quiz-wrap .quiz-slide a.answer p.desktop-answer {
        display: none; }
        @media (min-width: 768px) {
          .mood-quiz-wrap .quiz-slide a.answer p.desktop-answer {
            display: block; } }
      .mood-quiz-wrap .quiz-slide a.answer img.icon {
        width: 100%;
        max-width: 55px;
        height: auto;
        margin: 35px auto 30px;
        opacity: 0; }
        @media (min-width: 768px) {
          .mood-quiz-wrap .quiz-slide a.answer img.icon {
            max-width: 75px;
            margin: 45px auto 30px; } }
    .mood-quiz-wrap .quiz-slide a.answer:focus {
      outline: 0;
      -moz-outline-style: none; }
    .mood-quiz-wrap .quiz-slide a.answer:hover p {
      letter-spacing: 0;
      font-weight: 900; }
    .mood-quiz-wrap .quiz-slide a.answer.left {
      border-right: 1px solid; }
      @media (min-width: 768px) {
        .mood-quiz-wrap .quiz-slide a.answer.left {
          border-right: 2px solid; } }
    .mood-quiz-wrap .quiz-slide a.answer.right {
      border-left: 1px solid; }
      @media (min-width: 768px) {
        .mood-quiz-wrap .quiz-slide a.answer.right {
          border-left: 2px solid; } }
  .mood-quiz-wrap .quiz-slide.question-one {
    background-color: #319cf0; }
    .mood-quiz-wrap .quiz-slide.question-one h3.question {
      color: #baefc9; }
      @media (min-width: 1200px) {
        .mood-quiz-wrap .quiz-slide.question-one h3.question {
          padding: 0 5%; } }
    .mood-quiz-wrap .quiz-slide.question-one a.answer p {
      color: #baefc9; }
    .mood-quiz-wrap .quiz-slide.question-one a.answer:hover p {
      color: #ffd0d3; }
    .mood-quiz-wrap .quiz-slide.question-one a.answer.left,
    .mood-quiz-wrap .quiz-slide.question-one a.answer.right {
      border-color: #baefc9; }
    .mood-quiz-wrap .quiz-slide.question-one .slick-dots li button:before {
      background: rgba(186, 239, 201, 0.2); }
    .mood-quiz-wrap .quiz-slide.question-one .slick-dots li:nth-child(1) button:before {
      background: #baefc9; }
  .mood-quiz-wrap .quiz-slide.question-two {
    background-color: #112f60; }
    .mood-quiz-wrap .quiz-slide.question-two h3.question {
      color: #2d8f7e; }
    .mood-quiz-wrap .quiz-slide.question-two a.answer p {
      color: #2d8f7e; }
    .mood-quiz-wrap .quiz-slide.question-two a.answer:hover p {
      color: #ff7ea4; }
    .mood-quiz-wrap .quiz-slide.question-two a.answer.left,
    .mood-quiz-wrap .quiz-slide.question-two a.answer.right {
      border-color: #2d8f7e; }
    .mood-quiz-wrap .quiz-slide.question-two .slick-dots li button:before {
      background: rgba(45, 143, 126, 0.2); }
    .mood-quiz-wrap .quiz-slide.question-two .slick-dots li:nth-child(1) button:before,
    .mood-quiz-wrap .quiz-slide.question-two .slick-dots li:nth-child(2) button:before {
      background: #2d8f7e; }
  .mood-quiz-wrap .quiz-slide.question-three {
    background-color: #ff7ea4; }
    .mood-quiz-wrap .quiz-slide.question-three h3.question {
      color: #112f60; }
    .mood-quiz-wrap .quiz-slide.question-three a.answer p {
      color: #112f60; }
    .mood-quiz-wrap .quiz-slide.question-three a.answer:hover p {
      color: #2d8f7e; }
    .mood-quiz-wrap .quiz-slide.question-three a.answer.left,
    .mood-quiz-wrap .quiz-slide.question-three a.answer.right {
      border-color: #112f60; }
    .mood-quiz-wrap .quiz-slide.question-three .slick-dots li button:before {
      background: rgba(17, 47, 96, 0.2); }
    .mood-quiz-wrap .quiz-slide.question-three .slick-dots li:nth-child(1) button:before,
    .mood-quiz-wrap .quiz-slide.question-three .slick-dots li:nth-child(2) button:before,
    .mood-quiz-wrap .quiz-slide.question-three .slick-dots li:nth-child(3) button:before {
      background: #112f60; }
  .mood-quiz-wrap .quiz-slide.question-four {
    background-color: #ba9fc6; }
    .mood-quiz-wrap .quiz-slide.question-four h3.question {
      color: #fce648; }
    .mood-quiz-wrap .quiz-slide.question-four a.answer p {
      color: #fce648; }
    .mood-quiz-wrap .quiz-slide.question-four a.answer:hover p {
      color: #89ede0; }
    .mood-quiz-wrap .quiz-slide.question-four a.answer.left,
    .mood-quiz-wrap .quiz-slide.question-four a.answer.right {
      border-color: #fce648; }
    .mood-quiz-wrap .quiz-slide.question-four .slick-dots li button:before {
      background: rgba(252, 230, 72, 0.2); }
    .mood-quiz-wrap .quiz-slide.question-four .slick-dots li:nth-child(1) button:before,
    .mood-quiz-wrap .quiz-slide.question-four .slick-dots li:nth-child(2) button:before,
    .mood-quiz-wrap .quiz-slide.question-four .slick-dots li:nth-child(3) button:before,
    .mood-quiz-wrap .quiz-slide.question-four .slick-dots li:nth-child(4) button:before {
      background: #fce648; }
  .mood-quiz-wrap .quiz-slide.question-five {
    background-color: #319cf0; }
    .mood-quiz-wrap .quiz-slide.question-five h3.question {
      color: #ffd0d3; }
    .mood-quiz-wrap .quiz-slide.question-five a.answer p {
      color: #ffd0d3; }
    .mood-quiz-wrap .quiz-slide.question-five a.answer:hover p {
      color: #baefc9; }
    .mood-quiz-wrap .quiz-slide.question-five a.answer.left,
    .mood-quiz-wrap .quiz-slide.question-five a.answer.right {
      border-color: #ffd0d3; }
    .mood-quiz-wrap .quiz-slide.question-five .slick-dots li button:before {
      background: #ffd0d3; }
  .mood-quiz-wrap .results-wrap {
    padding: 0;
    height: 500px;
    overflow: hidden; }
    @media (min-width: 375px) {
      .mood-quiz-wrap .results-wrap {
        height: 520px; } }
    @media (min-width: 440px) {
      .mood-quiz-wrap .results-wrap {
        height: 540px; } }
    @media (min-width: 600px) {
      .mood-quiz-wrap .results-wrap {
        height: 580px; } }
    @media (min-width: 768px) {
      .mood-quiz-wrap .results-wrap {
        height: 525px; } }
    .mood-quiz-wrap .results-wrap .result {
      display: none;
      position: relative;
      text-align: center;
      height: 100%;
      padding: 25% 10% 0;
      z-index: 200; }
      @media (min-width: 375px) {
        .mood-quiz-wrap .results-wrap .result {
          padding: 21% 10% 0; } }
      @media (min-width: 400px) {
        .mood-quiz-wrap .results-wrap .result {
          padding: 50px 10% 0; } }
      @media (min-width: 600px) {
        .mood-quiz-wrap .results-wrap .result {
          padding: 170px 10% 0; } }
      @media (min-width: 768px) {
        .mood-quiz-wrap .results-wrap .result {
          padding: 28% 0% 0 9%; } }
      @media (min-width: 992px) {
        .mood-quiz-wrap .results-wrap .result {
          padding: 12% 6% 0 8%; } }
      @media (min-width: 600px) {
        .mood-quiz-wrap .results-wrap .result .left-block {
          float: left;
          width: 40%; } }
      @media (min-width: 768px) {
        .mood-quiz-wrap .results-wrap .result .left-block {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .mood-quiz-wrap .results-wrap .result .left-block {
          float: left;
          width: 40%; } }
      .mood-quiz-wrap .results-wrap .result .left-block h2.mood-title {
        font-family: 'Spotify Circular';
        font-weight: 900;
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 25px 0; }
        @media (min-width: 992px) {
          .mood-quiz-wrap .results-wrap .result .left-block h2.mood-title {
            font-size: 31px;
            line-height: 31px;
            margin: 0 0 40px 0; } }
      .mood-quiz-wrap .results-wrap .result .left-block img.mood-icon {
        display: block;
        margin: 0 auto 15px;
        width: 100%;
        max-width: 62px;
        padding: 0; }
        @media (min-width: 768px) {
          .mood-quiz-wrap .results-wrap .result .left-block img.mood-icon {
            max-width: 50px; } }
        @media (min-width: 992px) {
          .mood-quiz-wrap .results-wrap .result .left-block img.mood-icon {
            max-width: 78px;
            margin: 0 auto 40px; } }
      .mood-quiz-wrap .results-wrap .result .left-block p.mobile-mood-copy {
        font-family: 'Spotify Circular';
        font-weight: 500;
        font-size: 15px;
        line-height: 1.15;
        letter-spacing: -0.1px;
        margin: 0 0 25px 0;
        display: block; }
        @media (min-width: 992px) {
          .mood-quiz-wrap .results-wrap .result .left-block p.mobile-mood-copy {
            display: none; } }
      .mood-quiz-wrap .results-wrap .result .left-block p.desktop-mood-copy {
        font-family: 'Spotify Circular';
        font-weight: 500;
        font-size: 21px;
        line-height: 1.1;
        letter-spacing: -0.1px;
        margin: 0;
        display: none; }
        @media (min-width: 992px) {
          .mood-quiz-wrap .results-wrap .result .left-block p.desktop-mood-copy {
            display: block; } }
      .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap {
        position: relative;
        display: block;
        outline: 0;
        -moz-outline-style: none; }
        @media (min-width: 600px) {
          .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap {
            float: left;
            width: 60%; } }
        @media (min-width: 768px) {
          .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap {
            float: left;
            width: 50%; } }
        @media (min-width: 992px) {
          .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap {
            float: left;
            width: 60%; } }
        .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap .playlist-inner-wrap {
          margin: 0 12%;
          padding: 15px 15px 67px;
          position: relative;
          background-repeat: no-repeat; }
          @media (min-width: 400px) {
            .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap .playlist-inner-wrap {
              margin: 0 17%; } }
          @media (min-width: 500px) {
            .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap .playlist-inner-wrap {
              margin: 0 23%; } }
          @media (min-width: 600px) {
            .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap .playlist-inner-wrap {
              margin: 0 12%; } }
          .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap .playlist-inner-wrap p.mobile-tagline {
            font-family: 'Spotify Circular';
            font-weight: 500;
            font-size: 15px;
            line-height: 15px;
            letter-spacing: 0px;
            margin: 0;
            padding: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%; }
            @media (min-width: 600px) {
              .mood-quiz-wrap .results-wrap .result a.playlist-outer-wrap .playlist-inner-wrap p.mobile-tagline {
                display: none; } }
      .mood-quiz-wrap .results-wrap .result a.playlist-inner-wrap:focus {
        outline: 0;
        -moz-outline-style: none; }
      .mood-quiz-wrap .results-wrap .result p.desktop-tagline {
        font-family: 'Spotify Circular';
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0px;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        width: 100%;
        display: none; }
        @media (min-width: 600px) {
          .mood-quiz-wrap .results-wrap .result p.desktop-tagline {
            display: block; } }
    .mood-quiz-wrap .results-wrap .result.happy-one,
    .mood-quiz-wrap .results-wrap .result.happy-two {
      background-image: url("../images/mood-quiz/happy-results-background.svg");
      background-size: cover; }
      @media (min-width: 992px) {
        .mood-quiz-wrap .results-wrap .result.happy-one,
        .mood-quiz-wrap .results-wrap .result.happy-two {
          background-size: contain; } }
      .mood-quiz-wrap .results-wrap .result.happy-one h2.mood-title,
      .mood-quiz-wrap .results-wrap .result.happy-two h2.mood-title {
        color: #319cf0; }
      .mood-quiz-wrap .results-wrap .result.happy-one p.mobile-mood-copy,
      .mood-quiz-wrap .results-wrap .result.happy-one p.desktop-mood-copy,
      .mood-quiz-wrap .results-wrap .result.happy-two p.mobile-mood-copy,
      .mood-quiz-wrap .results-wrap .result.happy-two p.desktop-mood-copy {
        color: #319cf0; }
      .mood-quiz-wrap .results-wrap .result.happy-one .playlist-inner-wrap,
      .mood-quiz-wrap .results-wrap .result.happy-two .playlist-inner-wrap {
        background-image: url("../images/mood-quiz/happy-playlist-background.svg");
        background-size: cover; }
        .mood-quiz-wrap .results-wrap .result.happy-one .playlist-inner-wrap p.mobile-tagline,
        .mood-quiz-wrap .results-wrap .result.happy-two .playlist-inner-wrap p.mobile-tagline {
          color: #319cf0; }
      .mood-quiz-wrap .results-wrap .result.happy-one p.desktop-tagline,
      .mood-quiz-wrap .results-wrap .result.happy-two p.desktop-tagline {
        color: #319cf0; }
    .mood-quiz-wrap .results-wrap .result.chill-one,
    .mood-quiz-wrap .results-wrap .result.chill-two {
      background-image: url("../images/mood-quiz/chill-results-background.svg");
      background-size: cover; }
      @media (min-width: 992px) {
        .mood-quiz-wrap .results-wrap .result.chill-one,
        .mood-quiz-wrap .results-wrap .result.chill-two {
          background-size: contain; } }
      .mood-quiz-wrap .results-wrap .result.chill-one h2.mood-title,
      .mood-quiz-wrap .results-wrap .result.chill-two h2.mood-title {
        color: #ba9fc6; }
      .mood-quiz-wrap .results-wrap .result.chill-one p.mobile-mood-copy,
      .mood-quiz-wrap .results-wrap .result.chill-one p.desktop-mood-copy,
      .mood-quiz-wrap .results-wrap .result.chill-two p.mobile-mood-copy,
      .mood-quiz-wrap .results-wrap .result.chill-two p.desktop-mood-copy {
        color: #ba9fc6; }
      .mood-quiz-wrap .results-wrap .result.chill-one .playlist-inner-wrap,
      .mood-quiz-wrap .results-wrap .result.chill-two .playlist-inner-wrap {
        background-image: url("../images/mood-quiz/chill-playlist-background.svg");
        background-size: cover; }
        .mood-quiz-wrap .results-wrap .result.chill-one .playlist-inner-wrap p.mobile-tagline,
        .mood-quiz-wrap .results-wrap .result.chill-two .playlist-inner-wrap p.mobile-tagline {
          color: #ba9fc6; }
      .mood-quiz-wrap .results-wrap .result.chill-one p.desktop-tagline,
      .mood-quiz-wrap .results-wrap .result.chill-two p.desktop-tagline {
        color: #ba9fc6; }
    .mood-quiz-wrap .results-wrap .result.lit-one,
    .mood-quiz-wrap .results-wrap .result.lit-two {
      background-image: url("../images/mood-quiz/lit-results-background.svg");
      background-size: cover; }
      @media (min-width: 992px) {
        .mood-quiz-wrap .results-wrap .result.lit-one,
        .mood-quiz-wrap .results-wrap .result.lit-two {
          background-size: cover; } }
      .mood-quiz-wrap .results-wrap .result.lit-one h2.mood-title,
      .mood-quiz-wrap .results-wrap .result.lit-two h2.mood-title {
        color: #2d8f7e; }
      .mood-quiz-wrap .results-wrap .result.lit-one p.mobile-mood-copy,
      .mood-quiz-wrap .results-wrap .result.lit-one p.desktop-mood-copy,
      .mood-quiz-wrap .results-wrap .result.lit-two p.mobile-mood-copy,
      .mood-quiz-wrap .results-wrap .result.lit-two p.desktop-mood-copy {
        color: #2d8f7e; }
      .mood-quiz-wrap .results-wrap .result.lit-one .playlist-inner-wrap,
      .mood-quiz-wrap .results-wrap .result.lit-two .playlist-inner-wrap {
        background-image: url("../images/mood-quiz/lit-playlist-background.svg");
        background-size: cover; }
        .mood-quiz-wrap .results-wrap .result.lit-one .playlist-inner-wrap p.mobile-tagline,
        .mood-quiz-wrap .results-wrap .result.lit-two .playlist-inner-wrap p.mobile-tagline {
          color: #2d8f7e; }
      .mood-quiz-wrap .results-wrap .result.lit-one p.desktop-tagline,
      .mood-quiz-wrap .results-wrap .result.lit-two p.desktop-tagline {
        color: #2d8f7e; }
    .mood-quiz-wrap .results-wrap .result.focused {
      background-image: url("../images/mood-quiz/focused-results-background.svg");
      background-size: cover; }
      @media (min-width: 992px) {
        .mood-quiz-wrap .results-wrap .result.focused {
          background-size: contain; } }
      .mood-quiz-wrap .results-wrap .result.focused h2.mood-title {
        color: #ff7ea4; }
      .mood-quiz-wrap .results-wrap .result.focused p.mobile-mood-copy,
      .mood-quiz-wrap .results-wrap .result.focused p.desktop-mood-copy {
        color: #ff7ea4; }
      .mood-quiz-wrap .results-wrap .result.focused .playlist-inner-wrap {
        background-image: url("../images/mood-quiz/focused-playlist-background.svg");
        background-size: cover; }
        .mood-quiz-wrap .results-wrap .result.focused .playlist-inner-wrap p.mobile-tagline {
          color: #ff7ea4; }
      .mood-quiz-wrap .results-wrap .result.focused p.desktop-tagline {
        color: #ff7ea4; }
    .mood-quiz-wrap .results-wrap .slick-dots {
      display: none !important; }
  .mood-quiz-wrap .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 55px 0;
    z-index: 200; }
    @media (min-width: 768px) {
      .mood-quiz-wrap .slick-dots {
        margin: 0 0 30px 0; } }
    .mood-quiz-wrap .slick-dots li button {
      width: 10px;
      height: 10px;
      margin: 0 10px; }
      @media (min-width: 768px) {
        .mood-quiz-wrap .slick-dots li button {
          width: 13px;
          height: 13px;
          margin: 0 13px; } }
    .mood-quiz-wrap .slick-dots li button:before {
      width: 10px;
      height: 10px; }
      @media (min-width: 768px) {
        .mood-quiz-wrap .slick-dots li button:before {
          width: 13px;
          height: 13px; } }

.mood-quiz-wrap.slick-initialized {
  opacity: 1; }

.qsm-quiz-container {
  padding-bottom: 30px; }
  .qsm-quiz-container .qsm-btn {
    border-radius: 50px;
    background: #d0d0d0;
    color: #000;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 13px 45px 12px; }
    .qsm-quiz-container .qsm-btn.qsm-submit-btn, .qsm-quiz-container .qsm-btn.qsm-next, .qsm-quiz-container .qsm-btn.btn-reload-quiz {
      background: #1ed760;
      color: #fff;
      border: none;
      cursor: pointer; }
      .qsm-quiz-container .qsm-btn.qsm-submit-btn:hover, .qsm-quiz-container .qsm-btn.qsm-submit-btn:focus, .qsm-quiz-container .qsm-btn.qsm-next:hover, .qsm-quiz-container .qsm-btn.qsm-next:focus, .qsm-quiz-container .qsm-btn.btn-reload-quiz:hover, .qsm-quiz-container .qsm-btn.btn-reload-quiz:focus {
        background: #4bdf80;
        color: #fff; }
    .qsm-quiz-container .qsm-btn:hover, .qsm-quiz-container .qsm-btn:focus {
      background: #d0d0d0;
      color: #000; }
  .qsm-quiz-container .btn-reload-quiz {
    border-radius: 50px;
    background: #1ed760;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 13px 45px 12px; }
    .qsm-quiz-container .btn-reload-quiz:hover, .qsm-quiz-container .btn-reload-quiz:focus {
      background: #4bdf80;
      color: #fff; }
  .qsm-quiz-container .qsm-pagination {
    padding-top: 30px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .qsm-quiz-container .qsm-pagination .qmn_page_counter_message, .qsm-quiz-container .qsm-pagination .qmn_page_message {
      display: none; }
  .qsm-quiz-container .quiz_section {
    padding-bottom: 30px; }
    .qsm-quiz-container .quiz_section.quiz_begin {
      padding-bottom: 0; }
    .qsm-quiz-container .quiz_section .mlw_qmn_question, .qsm-quiz-container .quiz_section .mlw_qmn_question_number {
      display: inline-block;
      padding-bottom: 16px;
      font-size: 1.25rem;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: -0.5px; }
      @media print, screen and (min-width: 48em) {
        .qsm-quiz-container .quiz_section .mlw_qmn_question, .qsm-quiz-container .quiz_section .mlw_qmn_question_number {
          font-size: 1.35rem; } }
      .qsm-quiz-container .quiz_section .mlw_qmn_question p, .qsm-quiz-container .quiz_section .mlw_qmn_question h3, .qsm-quiz-container .quiz_section .mlw_qmn_question h4, .qsm-quiz-container .quiz_section .mlw_qmn_question h5, .qsm-quiz-container .quiz_section .mlw_qmn_question h6, .qsm-quiz-container .quiz_section .mlw_qmn_question_number p, .qsm-quiz-container .quiz_section .mlw_qmn_question_number h3, .qsm-quiz-container .quiz_section .mlw_qmn_question_number h4, .qsm-quiz-container .quiz_section .mlw_qmn_question_number h5, .qsm-quiz-container .quiz_section .mlw_qmn_question_number h6 {
        margin-bottom: 0; }
    .qsm-quiz-container .quiz_section .mlw_qmn_question_number {
      padding-right: 5px; }
    .qsm-quiz-container .quiz_section .quick-question-res-p {
      padding-top: 10px; }
    .qsm-quiz-container .quiz_section input:disabled + label {
      opacity: .5; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

.quiz-wrapper {
  position: relative;
  height: 568px;
  overflow: hidden; }
  @media print, screen and (min-width: 75em) {
    .quiz-wrapper {
      height: 522px; } }
  .quiz-wrapper .quiz-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3; }
  .quiz-wrapper .quiz-start {
    background-color: #f037a5;
    text-align: center;
    background-image: url(../images/quiz/answer-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    height: 568px; }
    @media print, screen and (max-width: 47.99875em) {
      .quiz-wrapper .quiz-start {
        background-image: url(../images/quiz/answer-background-mobile.svg); } }
    @media print, screen and (min-width: 75em) {
      .quiz-wrapper .quiz-start {
        height: 522px; } }
    .quiz-wrapper .quiz-start .inner {
      width: 100%; }
      .quiz-wrapper .quiz-start .inner h2 {
        font-size: 2.5rem;
        color: #fae62d;
        font-weight: 900; }
        @media print, screen and (max-width: 47.99875em) {
          .quiz-wrapper .quiz-start .inner h2 {
            font-size: 1.875rem; } }
        @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
          .quiz-wrapper .quiz-start .inner h2 {
            font-size: 2rem; } }
      .quiz-wrapper .quiz-start .inner .button {
        margin-bottom: 0;
        border-radius: 0;
        font-size: 1.125rem;
        padding: 16px 32px;
        text-align: center;
        border: 2px solid #fae62d;
        color: #fff;
        background: transparent;
        transition: background 0.3s ease, color 0.3s ease;
        text-transform: capitalize; }
        .quiz-wrapper .quiz-start .inner .button:hover {
          text-decoration: none;
          background: #fae62d;
          color: #f037a5; }

.quiz-carousel {
  position: relative;
  background-color: #f037a5;
  height: 568px; }
  @media print, screen and (min-width: 75em) {
    .quiz-carousel {
      height: 522px; } }
  .quiz-carousel .slide {
    padding: 40px;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    height: 568px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 75em) {
      .quiz-carousel .slide {
        padding: 80px; } }
    @media print, screen and (min-width: 75em) {
      .quiz-carousel .slide {
        height: 522px; } }
    .quiz-carousel .slide .inner {
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 0.6s;
      animation-duration: 0.6s;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .quiz-carousel .slide h3 {
      font-size: 1.375rem;
      color: #fff; }
      @media print, screen and (max-width: 47.99875em) {
        .quiz-carousel .slide h3 {
          margin-bottom: 15px; } }
    .quiz-carousel .slide.final {
      text-align: center;
      background-image: url(../images/quiz/answer-background.svg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media print, screen and (max-width: 47.99875em) {
        .quiz-carousel .slide.final {
          background-image: url(../images/quiz/answer-background-mobile.svg); } }
      .quiz-carousel .slide.final .inner {
        width: 100%; }
      .quiz-carousel .slide.final h2 {
        font-size: 2.5rem;
        color: #fae62d;
        font-weight: 900; }
        @media print, screen and (max-width: 47.99875em) {
          .quiz-carousel .slide.final h2 {
            font-size: 1.875rem; } }
      .quiz-carousel .slide.final p {
        color: #fff;
        font-size: 1.375rem; }
        @media print, screen and (max-width: 47.99875em) {
          .quiz-carousel .slide.final p {
            font-size: 1.3125rem; } }
        .quiz-carousel .slide.final p a {
          font-weight: 700;
          text-decoration: underline;
          color: #fff; }
  .quiz-carousel .slick-current .slide .inner {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }
  .quiz-carousel .question {
    text-align: center; }
    .quiz-carousel .question.odd {
      background-image: url(../images/quiz/question-odd.svg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media print, screen and (max-width: 47.99875em) {
        .quiz-carousel .question.odd {
          background-image: url(../images/quiz/question-odd-mobile.svg); } }
    .quiz-carousel .question.even {
      background-image: url(../images/quiz/question-even.svg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media print, screen and (max-width: 47.99875em) {
        .quiz-carousel .question.even {
          background-image: url(../images/quiz/question-even-mobile.svg); } }
    .quiz-carousel .question .answers {
      list-style: none;
      margin: 0;
      padding: 0; }
      .quiz-carousel .question .answers li {
        padding-top: 8px;
        padding-bottom: 8px; }
        @media print, screen and (min-width: 48em) {
          .quiz-carousel .question .answers li {
            padding-top: 15px;
            padding-bottom: 15px; } }
        .quiz-carousel .question .answers li:last-child {
          padding-bottom: 0; }
      .quiz-carousel .question .answers a {
        display: block;
        position: relative;
        font-size: 0.9375rem;
        padding: 14px;
        line-height: 1.1;
        text-align: center;
        border: 2px solid #fae62d;
        color: #fff;
        background: transparent;
        transition: background 0.3s ease, color 0.3s ease; }
        @media print, screen and (min-width: 75em) {
          .quiz-carousel .question .answers a {
            font-size: 1.125rem;
            padding: 16px; } }
        .quiz-carousel .question .answers a:focus {
          outline: none; }
        .quiz-carousel .question .answers a:hover {
          text-decoration: none;
          background: #f037a5;
          color: #fae62d; }
        .quiz-carousel .question .answers a .result {
          position: absolute;
          opacity: 0;
          right: -60px;
          top: 10px;
          transition: opacity 0.3s ease; }
          @media print, screen and (max-width: 74.99875em) {
            .quiz-carousel .question .answers a .result {
              right: 50%;
              top: 50%;
              margin-right: -11px;
              margin-top: -11px; }
              .quiz-carousel .question .answers a .result svg {
                width: 22px;
                height: 22px; }
              .quiz-carousel .question .answers a .result.correct svg path {
                stroke: #f037a5; } }
        .quiz-carousel .question .answers a.display-result .result {
          opacity: 1; }
        .quiz-carousel .question .answers a.correct {
          background: #fae62d;
          color: #f037a5;
          font-weight: bold;
          opacity: 1 !important; }
          @media print, screen and (max-width: 74.99875em) {
            .quiz-carousel .question .answers a.correct {
              color: rgba(240, 55, 165, 0.2); } }
        .quiz-carousel .question .answers a.incorrect {
          background: #f037a5;
          color: #fae62d;
          font-weight: bold;
          opacity: 1 !important; }
          @media print, screen and (max-width: 74.99875em) {
            .quiz-carousel .question .answers a.incorrect {
              color: rgba(250, 230, 45, 0.2); } }
      .quiz-carousel .question .answers.answered a {
        opacity: 0.5; }
  .quiz-carousel .answer {
    text-align: center;
    background-image: url(../images/quiz/answer-background.svg);
    background-repeat: no-repeat;
    background-size: cover; }
    @media print, screen and (max-width: 47.99875em) {
      .quiz-carousel .answer {
        background-image: url(../images/quiz/answer-background-mobile.svg); } }
    .quiz-carousel .answer .correct {
      display: block;
      position: relative;
      font-size: 0.9375rem;
      padding: 14px;
      line-height: 1.1;
      text-align: center;
      background: #fae62d;
      color: #f037a5;
      font-weight: bold; }
      @media print, screen and (min-width: 48em) {
        .quiz-carousel .answer .correct {
          font-size: 1.375rem;
          padding: 16px; } }
    .quiz-carousel .answer .summary {
      padding-top: 40px; }
      .quiz-carousel .answer .summary p {
        font-size: 1.125rem;
        color: #fff;
        margin-bottom: 0; }
        @media print, screen and (min-width: 48em) {
          .quiz-carousel .answer .summary p {
            font-size: 1.375rem; } }
  .quiz-carousel .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .quiz-carousel .slick-dots li:nth-child(even) {
      display: none; }
    .quiz-carousel .slick-dots li:last-child {
      display: none; }
    .quiz-carousel .slick-dots li button {
      width: 25px;
      cursor: default; }
      @media print, screen and (min-width: 48em) {
        .quiz-carousel .slick-dots li button {
          width: 40px; } }
      .quiz-carousel .slick-dots li button:focus {
        outline: none; }
      .quiz-carousel .slick-dots li button:before {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 12px; }
    .quiz-carousel .slick-dots li.slick-active button:before,
    .quiz-carousel .slick-dots li.viewed button:before {
      background: #fff; }

.reveal {
  border: 0; }
  .reveal.media-kit {
    background: #000;
    color: #fff; }
    .reveal.media-kit .close-button {
      color: #fff; }
  .reveal#podcast-embed {
    background-color: rgba(0, 0, 0, 0.75); }
    .reveal#podcast-embed .grid-container, .reveal#podcast-embed .grid-x {
      height: 100%; }
    .reveal#podcast-embed .cell {
      position: relative; }
    .reveal#podcast-embed .close-button {
      color: #fff;
      top: -30px;
      right: -10px; }
    .reveal#podcast-embed .button {
      position: absolute;
      bottom: 30px;
      font-size: 15px;
      font-weight: 900;
      color: #000;
      letter-spacing: 0;
      text-transform: none; }

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px); }

.about-container .grid {
  display: grid;
  gap: 1px;
  background: #000;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  gap: 1px; }
  .about-container .grid .carousel-container {
    grid-area: 1 / 1 / 2 / 2; }
  .about-container .grid .article-link {
    grid-area: 2 / 1 / 3 / 2; }
  .about-container .grid .statement {
    grid-area: 3 / 1 / 4 / 2; }
  .about-container .grid .callout {
    grid-area: 4 / 1 / 5 / 2; }
  .about-container .grid .community-link {
    grid-area: 5 / 1 / 6 / 2; }
  .about-container .grid .grid-item {
    background: #fff; }
  @media print, screen and (min-width: 48em) {
    .about-container .grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto auto auto; }
      .about-container .grid .carousel-container {
        grid-area: 1 / 1 / 2 / 3; }
      .about-container .grid .article-link {
        grid-area: 2 / 1 / 3 / 2; }
      .about-container .grid .community-link {
        grid-area: 2 / 2 / 3 / 3; }
      .about-container .grid .statement {
        grid-area: 3 / 1 / 4 / 3; }
      .about-container .grid .callout {
        grid-area: 4 / 1 / 5 / 2; } }
  @media print, screen and (min-width: 75em) {
    .about-container .grid {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto auto auto; }
      .about-container .grid .carousel-container {
        grid-area: 1 / 1 / 3 / 3; }
      .about-container .grid .article-link {
        grid-area: 1 / 3 / 2 / 4; }
      .about-container .grid .community-link {
        grid-area: 2 / 3 / 3 / 4; }
      .about-container .grid .statement {
        grid-area: 3 / 1 / 4 / 3; }
      .about-container .grid .callout {
        grid-area: 3 / 3 / 4 / 4; } }

.about-container .about-carousel {
  padding: 30px; }
  @media print, screen and (min-width: 75em) {
    .about-container .about-carousel {
      padding: 45px 95px 45px 45px; }
      .about-container .about-carousel .about-image-carousel {
        padding-left: 45px; }
      .about-container .about-carousel .about-title-carousel .inner,
      .about-container .about-carousel .about-title-carousel h2 {
        padding-left: 45px; } }
  @media print, screen and (max-width: 74.99875em) {
    .about-container .about-carousel .about-image-carousel {
      padding-bottom: 20px; } }
  @media print, screen and (max-width: 74.99875em) {
    .about-container .about-carousel .about-title-carousel {
      padding-top: 20px; } }
  .about-container .about-carousel .about-title-carousel.slick-slider {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text; }
  .about-container .about-carousel .nav {
    text-align: right;
    color: #000; }
    @media print, screen and (max-width: 74.99875em) {
      .about-container .about-carousel .nav {
        display: none; } }
    .about-container .about-carousel .nav .pager {
      color: #000;
      font-size: 26px;
      line-height: 1.4;
      display: inline-block;
      padding: 0 10px; }
      @media print, screen and (min-width: 75em) {
        .about-container .about-carousel .nav .pager {
          font-size: 28px; } }
    .about-container .about-carousel .nav .slick-disabled {
      opacity: 0.5; }
    .about-container .about-carousel .nav .slick-arrow {
      cursor: pointer; }
  .about-container .about-carousel h2 {
    line-height: 1.08;
    font-weight: bold;
    font-size: 60px; }
    @media print, screen and (min-width: 48em) {
      .about-container .about-carousel h2 {
        font-size: 70px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .about-container .about-carousel h2 {
        font-size: 80px;
        letter-spacing: -0.04em; } }
    @media screen and (min-width: 90em) {
      .about-container .about-carousel h2 {
        font-size: 100px;
        letter-spacing: -4px; } }
    @media print, screen and (max-width: 47.99875em) {
      .about-container .about-carousel h2 {
        position: relative;
        margin-bottom: -13px;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: -0.02em;
        text-align: left; } }
    @media (max-width: 374px) {
      .about-container .about-carousel h2 {
        font-size: 40px;
        margin-bottom: -16px; } }
    @media print, screen and (min-width: 75em) and (max-width: 89.99875em) {
      .about-container .about-carousel h2 {
        padding-left: 45px; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .about-container .sidebar-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row; }
    .about-container .sidebar-container .article-link,
    .about-container .sidebar-container .community-link {
      width: 50%; } }

.about-container .article-link {
  padding: 35px 30px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease; }
  @media print, screen and (min-width: 75em) {
    .about-container .article-link {
      padding: 35px 45px; } }
  .about-container .article-link .text {
    position: relative; }
  .about-container .article-link:hover {
    background-color: #2d46b9; }
    .about-container .article-link:hover h3,
    .about-container .article-link:hover .quip,
    .about-container .article-link:hover a:not(.button) {
      color: #fff; }
  .about-container .article-link .quip {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    color: #1ed760;
    padding-top: 10px; }
    @media print, screen and (max-width: 47.99875em) {
      .about-container .article-link .quip {
        font-size: 12px; } }
  .about-container .article-link h3 {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px; }
  .about-container .article-link h3,
  .about-container .article-link .quip,
  .about-container .article-link a {
    transition: color 0.3s linear; }
  .about-container .article-link .aspect {
    padding-bottom: 54.0107%;
    position: relative; }
    .about-container .article-link .aspect img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }

.about-container .community-link {
  padding: 35px 30px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease; }
  @media print, screen and (min-width: 75em) {
    .about-container .community-link {
      padding: 35px 45px; } }
  .about-container .community-link:hover:not(.up-next-item) {
    background-color: #2d46b9; }
    .about-container .community-link:hover:not(.up-next-item) h2,
    .about-container .community-link:hover:not(.up-next-item) a:not(.button) {
      color: #fff; }
  .about-container .community-link h2 {
    position: relative;
    position: relative;
    z-index: 2;
    width: 100%;
    letter-spacing: -0.02em;
    text-align: center; }
    @media print, screen and (max-width: 47.99875em) {
      .about-container .community-link h2 {
        position: relative;
        margin-bottom: -13px;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 58px;
        text-align: center; } }
    @media (max-width: 374px) {
      .about-container .community-link h2 {
        font-size: 40px;
        margin-bottom: -16px; } }
    .about-container .community-link h2 a {
      display: block;
      width: 100%; }
    @media print, screen and (min-width: 48em) {
      .about-container .community-link h2 {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: -13px; } }
    @media print, screen and (min-width: 75em) {
      .about-container .community-link h2 {
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 72px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: -18px; } }
  .about-container .community-link .aspect {
    padding-bottom: 54.0107%;
    position: relative; }
    .about-container .community-link .aspect img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .about-container .community-link .button {
    margin-top: 30px;
    position: relative; }

.about-container .statement.grid-item {
  padding: 30px;
  background: #000; }
  @media print, screen and (min-width: 75em) {
    .about-container .statement.grid-item {
      padding: 35px; } }
  .about-container .statement.grid-item p {
    color: #fff;
    font-size: 16px; }
    .about-container .statement.grid-item p strong {
      display: block;
      font-size: 18px; }
  @media print, screen and (min-width: 48em) {
    .about-container .statement.grid-item {
      padding: 66px 88px;
      background: #c3f0c8; }
      .about-container .statement.grid-item p {
        color: #000;
        font-size: 18px; }
        .about-container .statement.grid-item p strong {
          display: inline;
          font-size: 18px; } }
  @media print, screen and (min-width: 75em) {
    .about-container .statement.grid-item {
      padding: 120px 100px; }
      .about-container .statement.grid-item p {
        color: #000;
        font-size: 34px; }
        .about-container .statement.grid-item p strong {
          display: inline;
          font-size: 34px; } }

.about-container .callout.grid-item {
  background: #000;
  color: #fff;
  border: 0;
  padding: 60px;
  text-align: center;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 47.99875em) {
    .about-container .callout.grid-item {
      border-top: 1px solid #fff; } }
  .about-container .callout.grid-item h2 {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    letter-spacing: -0.04em;
    margin-bottom: 40px; }
    @media print, screen and (min-width: 75em) {
      .about-container .callout.grid-item h2 {
        font-size: 86px;
        font-style: normal;
        font-weight: 700;
        line-height: 86px;
        letter-spacing: -0.04em;
        text-align: left; } }

.about-container .additional-link {
  position: relative;
  overflow: hidden; }
  .about-container .additional-link h3,
  .about-container .additional-link .quip,
  .about-container .additional-link a,
  .about-container .additional-link p {
    transition: color 0.3s linear; }
  .about-container .additional-link .aspect {
    margin-bottom: 30px;
    padding-bottom: 54.30108%;
    position: relative; }
    .about-container .additional-link .aspect img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .about-container .additional-link .post-box {
    position: relative;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    transition: background-color 0.3s ease;
    height: 100%; }
    .about-container .additional-link .post-box:hover {
      background-color: #2d46b9; }
      .about-container .additional-link .post-box:hover h3,
      .about-container .additional-link .post-box:hover .quip,
      .about-container .additional-link .post-box:hover a,
      .about-container .additional-link .post-box:hover p {
        color: #fff; }
    @media print, screen and (max-width: 47.99875em) {
      .about-container .additional-link .post-box {
        padding-top: 40px;
        padding-bottom: 40px; } }

.press-center {
  position: relative; }
  .press-center .press-header {
    padding-top: 24px; }
    @media print, screen and (min-width: 48em) {
      .press-center .press-header {
        padding: 48px 0 0 34px; } }
    @media print, screen and (min-width: 75em) {
      .press-center .press-header {
        padding: 73px 0 0 53px; } }
    .press-center .press-header h1 {
      font-weight: bold;
      margin-bottom: 25px;
      font-size: 60px;
      line-height: 60px;
      letter-spacing: -0.02em;
      text-align: center; }
      @media print, screen and (min-width: 48em) {
        .press-center .press-header h1 {
          font-size: 70px;
          line-height: 70px;
          /* identical to box height, or 100% */
          letter-spacing: -0.02em;
          text-align: left; } }
      @media print, screen and (min-width: 75em) {
        .press-center .press-header h1 {
          font-size: 110px;
          line-height: 120px;
          /* identical to box height, or 109% */
          letter-spacing: -0.02em;
          margin-bottom: 0; } }
    @media print, screen and (max-width: 47.99875em) {
      .press-center .press-header .menu li {
        width: 50%; }
        .press-center .press-header .menu li a {
          display: block;
          width: 100%;
          text-align: center;
          letter-spacing: 1.8px;
          font-size: 16px; } }
    .press-center .press-header .menu li a {
      background: #fff;
      color: #000;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 18px;
      font-weight: 400;
      padding: 24px 10px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      transition: background 0.3s ease, color 0.3s ease; }
      @media print, screen and (min-width: 48em) {
        .press-center .press-header .menu li a {
          padding: 24px 50px;
          border: 1px solid #000;
          border-right: 0;
          border-bottom: 0; } }
      @media print, screen and (min-width: 75em) {
        .press-center .press-header .menu li a {
          padding: 24px 90px; }
          .press-center .press-header .menu li a:hover {
            background: #000;
            color: #fff; } }
      .press-center .press-header .menu li a.active {
        background: #2d46b9;
        color: #fff; }
        .press-center .press-header .menu li a.active:hover {
          background: #000;
          color: #fff; }
  .press-center .media-kit-box .download {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    border-radius: 50px;
    padding: 8px 10px;
    transition: all 0.15s ease; }
    @media print, screen and (max-width: 74.99875em) {
      .press-center .media-kit-box .download {
        display: none; } }
    .press-center .media-kit-box .download:hover {
      background: #1ed760; }
      .press-center .media-kit-box .download:hover span {
        display: inline-block; }
    .press-center .media-kit-box .download span {
      display: none;
      padding-left: 8px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 14px; }
  .press-center .media-kit-box .aspect {
    padding-bottom: 54.0107%;
    position: relative;
    margin-bottom: 20px; }
    .press-center .media-kit-box .aspect img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  @media print, screen and (max-width: 47.99875em) {
    .press-center .media-kit-box .file-name {
      padding-left: 20px;
      width: 100%; } }
  .press-center .media-kit-box .file-name h3 {
    margin: 0; }
  .press-center .media-kit-box .file-name.grid-x {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .press-center .media-kit-box .file-name .download-item {
    padding-left: 10px; }
  @media print, screen and (max-width: 74.99875em) {
    .press-center .media-kit-box .title h3 {
      font-weight: 500;
      font-size: 20px; } }
  .press-center .title-bar {
    background: #2d46b9;
    color: #fff;
    padding: 30px 45px 22px; }
    @media print, screen and (max-width: 47.99875em) {
      .press-center .title-bar {
        padding: 18px 15px 30px; }
        .press-center .title-bar .cell {
          max-width: 100%; } }
    .press-center .title-bar > .grid-x {
      width: 100%; }
    .press-center .title-bar .back {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff; }
      .press-center .title-bar .back span {
        line-height: 1;
        display: inline-block;
        padding-left: 5px; }
    .press-center .title-bar h3 {
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0px;
      text-align: left; }
      @media print, screen and (max-width: 47.99875em) {
        .press-center .title-bar h3 {
          margin-top: 10px; } }
      @media print, screen and (min-width: 48em) {
        .press-center .title-bar h3 {
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 45px;
          letter-spacing: 0px;
          text-align: left; } }
      @media print, screen and (min-width: 75em) {
        .press-center .title-bar h3 {
          font-size: 48px;
          font-style: normal;
          font-weight: 700;
          line-height: 68px;
          letter-spacing: 0px;
          text-align: left; } }
    .press-center .title-bar .download-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .press-center .title-bar .download-wrapper .download-all {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        border-radius: 50px;
        padding: 8px 10px;
        transition: all 0.15s ease;
        border: 1px solid #fff;
        color: #fff; }
        .press-center .title-bar .download-wrapper .download-all svg path {
          fill: #fff; }
        .press-center .title-bar .download-wrapper .download-all svg circle {
          stroke: #fff; }
        .press-center .title-bar .download-wrapper .download-all span {
          padding-left: 8px;
          display: inline-block;
          font-size: 16px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 2px;
          font-size: 14px;
          color: #fff; }
  .press-center .facetwp-facet-load_more {
    text-align: center;
    position: relative;
    margin: 0; }
    @media print, screen and (max-width: 47.99875em) {
      .press-center .facetwp-facet-load_more {
        padding: 30px 0; } }
    .press-center .facetwp-facet-load_more .facetwp-load-more {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.85em 1em;
      border: 1px solid transparent;
      border-radius: 100px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-family: inherit;
      font-size: 0.9rem;
      -webkit-appearance: none;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      padding: 16px 33px 15px;
      letter-spacing: 2px;
      color: #000;
      background-color: #1ed760;
      transition: color .15s ease, background-color .15s ease, border-color .15s ease;
      border: 1px solid #1ed760;
      color: #000; }
      [data-whatinput='mouse'] .press-center .facetwp-facet-load_more .facetwp-load-more {
        outline: 0; }
      .press-center .facetwp-facet-load_more .facetwp-load-more, .press-center .facetwp-facet-load_more .facetwp-load-more.disabled, .press-center .facetwp-facet-load_more .facetwp-load-more[disabled], .press-center .facetwp-facet-load_more .facetwp-load-more.disabled:hover, .press-center .facetwp-facet-load_more .facetwp-load-more[disabled]:hover, .press-center .facetwp-facet-load_more .facetwp-load-more.disabled:focus, .press-center .facetwp-facet-load_more .facetwp-load-more[disabled]:focus {
        background-color: #1ed760;
        color: #000; }
      .press-center .facetwp-facet-load_more .facetwp-load-more:hover, .press-center .facetwp-facet-load_more .facetwp-load-more:focus {
        background-color: #1ab752;
        color: #000; }
      .press-center .facetwp-facet-load_more .facetwp-load-more:hover {
        background-color: #fff;
        color: #000 !important;
        border-color: #000; }
      .press-center .facetwp-facet-load_more .facetwp-load-more.hollow:hover {
        background-color: #1ed760;
        color: #000;
        border-color: #1ed760; }
      @media print, screen and (min-width: 75em) {
        .press-center .facetwp-facet-load_more .facetwp-load-more {
          position: absolute;
          right: 150px;
          z-index: 2;
          margin: 0;
          color: #000; } }
  @media print, screen and (min-width: 75em) and (min-width: 75em) {
    .press-center .facetwp-facet-load_more .facetwp-load-more {
      padding: 20px 33px;
      bottom: -28.5px; } }
  .press-center .inquiries-content {
    border-top: 1px solid #000; }
    @media print, screen and (min-width: 48em) {
      .press-center .inquiries-content .content-wrap {
        border-right: 1px solid #000; } }
    .press-center .inquiries-content .content-wrap .inner {
      background: #000;
      color: #fff;
      padding: 50px 30px; }
      @media print, screen and (min-width: 75em) {
        .press-center .inquiries-content .content-wrap .inner {
          padding: 110px 90px; } }
      .press-center .inquiries-content .content-wrap .inner a {
        color: #1ed760; }
        .press-center .inquiries-content .content-wrap .inner a.button {
          margin-top: 30px; }
    .press-center .inquiries-content .form-wrap {
      padding: 50px 30px; }
      @media print, screen and (min-width: 75em) {
        .press-center .inquiries-content .form-wrap {
          padding: 80px 70px; } }
      .press-center .inquiries-content .form-wrap label {
        font-weight: bold;
        font-size: 18px; }
        @media print, screen and (min-width: 75em) {
          .press-center .inquiries-content .form-wrap label {
            font-size: 18px; } }
      .press-center .inquiries-content .form-wrap .wpcf7-form-control {
        box-shadow: none;
        border: 1px solid #000; }
        .press-center .inquiries-content .form-wrap .wpcf7-form-control.wpcf7-submit {
          border: 0; }
  .press-center .media-search {
    background: #2d46b9;
    color: #fff;
    padding: 20px;
    border-bottom: 1px solid #000; }
    @media print, screen and (min-width: 48em) {
      .press-center .media-search {
        padding: 35px; } }
    @media print, screen and (min-width: 75em) {
      .press-center .media-search {
        padding: 42px 60px; } }
    .press-center .media-search .facetwp-type-search {
      margin: 0; }
      .press-center .media-search .facetwp-type-search .facetwp-input-wrap {
        display: block; }
      .press-center .media-search .facetwp-type-search .facetwp-search {
        background: transparent;
        border: 0;
        color: #fff;
        box-shadow: none;
        font-weight: 500;
        height: inherit;
        padding: 0;
        margin: 0;
        line-height: 1;
        font-size: 28px; }
        @media print, screen and (min-width: 48em) {
          .press-center .media-search .facetwp-type-search .facetwp-search {
            font-size: 32px; } }
        @media print, screen and (min-width: 75em) {
          .press-center .media-search .facetwp-type-search .facetwp-search {
            font-size: 48px;
            padding-right: 60px; } }
        .press-center .media-search .facetwp-type-search .facetwp-search::-webkit-input-placeholder {
          color: #fff; }
        .press-center .media-search .facetwp-type-search .facetwp-search:-moz-placeholder {
          color: #fff; }
        .press-center .media-search .facetwp-type-search .facetwp-search::-moz-placeholder {
          color: #fff; }
        .press-center .media-search .facetwp-type-search .facetwp-search:-ms-input-placeholder {
          color: #fff; }
      .press-center .media-search .facetwp-type-search .facetwp-icon {
        opacity: 1;
        top: 4px;
        width: 30px;
        height: 30px; }
        .press-center .media-search .facetwp-type-search .facetwp-icon:before {
          content: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="21.7499" cy="21.7502" rx="18.7499" ry="18.7502" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/><path d="M50.7499 50.7507L35.75 35.7505" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          background-repeat: no-repeat;
          background-position: center center;
          background-size: auto 100%;
          width: 100%;
          height: 100%;
          background: none; }
        @media print, screen and (min-width: 75em) {
          .press-center .media-search .facetwp-type-search .facetwp-icon {
            width: 50px;
            height: 50px; }
            .press-center .media-search .facetwp-type-search .facetwp-icon:before {
              content: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="21.7499" cy="21.7502" rx="18.7499" ry="18.7502" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/><path d="M50.7499 50.7507L35.75 35.7505" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>'); } }
        .press-center .media-search .facetwp-type-search .facetwp-icon.f-loading:before {
          -webkit-animation: none;
          animation: none; }

.ftr-banner {
  background-color: #f573a0;
  color: #000;
  padding: 45px 25px 25px;
  text-align: center;
  border-top: 1px solid #000;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .ftr-banner {
      padding: 40px 60px; } }
  .ftr-banner .button {
    border-color: #000;
    background: transparent;
    color: #000;
    margin: 0; }
    .ftr-banner .button:hover {
      background: #1ed760; }
  .ftr-banner h2 {
    margin-bottom: 25px;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: center; }
  @media print, screen and (min-width: 75em) {
    .ftr-banner {
      background-color: #fff;
      padding: 45px 0 35px;
      background-image: url(../images/icons/ftr-banner.svg);
      background-repeat: no-repeat;
      background-position: center;
      height: 150px; }
      .ftr-banner .button {
        color: #000;
        border-color: #000;
        background-color: #fff;
        position: absolute;
        top: 53px;
        left: 70%; } }
  @media screen and (min-width: 100em) {
    .ftr-banner .button {
      left: 65%; } }

.search-results {
  position: relative; }
  .search-results .search-header {
    padding-top: 35px;
    background: #2d46b9;
    padding-right: 0;
    border-bottom: 1px solid #000; }
    @media print, screen and (min-width: 48em) {
      .search-results .search-header {
        padding-left: 35px;
        padding-right: 0; } }
    @media print, screen and (min-width: 75em) {
      .search-results .search-header {
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 0; } }
    .search-results .search-header h1 {
      margin-bottom: 25px;
      font-size: 28px;
      font-style: normal;
      font-weight: 500;
      line-height: 38px;
      letter-spacing: 0px;
      text-align: left;
      color: #fff;
      padding-left: 20px; }
      @media print, screen and (min-width: 48em) {
        .search-results .search-header h1 {
          margin-bottom: 35px;
          padding-left: 0;
          font-size: 32px;
          font-style: normal;
          font-weight: 500;
          line-height: 30px;
          letter-spacing: 0px;
          text-align: left; } }
      @media print, screen and (min-width: 75em) {
        .search-results .search-header h1 {
          font-size: 48px;
          font-style: normal;
          font-weight: 500;
          line-height: 68px;
          letter-spacing: 0px;
          text-align: left; } }
    @media print, screen and (max-width: 47.99875em) {
      .search-results .search-header .menu li {
        width: 50%; }
        .search-results .search-header .menu li a {
          display: block;
          width: 100%;
          text-align: center;
          border-left: 0;
          border-right: 0;
          letter-spacing: 1.8px !important;
          font-size: 16px !important;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .search-results .search-header .menu li a {
      background: #fff;
      color: #000;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 18px;
      font-weight: 400;
      padding: 24px 15px;
      border: 1px solid #000;
      border-right: 0;
      border-bottom: 0;
      transition: background 0.3s ease, color 0.3s ease; }
      @media print, screen and (min-width: 48em) {
        .search-results .search-header .menu li a {
          padding: 24px 50px; } }
      @media print, screen and (min-width: 75em) {
        .search-results .search-header .menu li a {
          padding: 24px 90px; }
          .search-results .search-header .menu li a:hover {
            background: #000;
            color: #fff; } }
      .search-results .search-header .menu li a.active {
        background: #2d46b9;
        color: #fff; }
        .search-results .search-header .menu li a.active:hover {
          background: #000;
          color: #fff; }
  @media print, screen and (max-width: 47.99875em) {
    .search-results .search-listing {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .search-results .facetwp-facet-load_more {
    text-align: center;
    position: relative;
    margin: 0; }
    @media print, screen and (max-width: 47.99875em) {
      .search-results .facetwp-facet-load_more {
        padding: 30px 0; } }
    .search-results .facetwp-facet-load_more .facetwp-load-more {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.85em 1em;
      border: 1px solid transparent;
      border-radius: 100px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-family: inherit;
      font-size: 0.9rem;
      -webkit-appearance: none;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      padding: 16px 33px 15px;
      letter-spacing: 2px;
      color: #000;
      background-color: #1ed760;
      transition: color .15s ease, background-color .15s ease, border-color .15s ease;
      border: 1px solid #1ed760;
      color: #000; }
      [data-whatinput='mouse'] .search-results .facetwp-facet-load_more .facetwp-load-more {
        outline: 0; }
      .search-results .facetwp-facet-load_more .facetwp-load-more, .search-results .facetwp-facet-load_more .facetwp-load-more.disabled, .search-results .facetwp-facet-load_more .facetwp-load-more[disabled], .search-results .facetwp-facet-load_more .facetwp-load-more.disabled:hover, .search-results .facetwp-facet-load_more .facetwp-load-more[disabled]:hover, .search-results .facetwp-facet-load_more .facetwp-load-more.disabled:focus, .search-results .facetwp-facet-load_more .facetwp-load-more[disabled]:focus {
        background-color: #1ed760;
        color: #000; }
      .search-results .facetwp-facet-load_more .facetwp-load-more:hover, .search-results .facetwp-facet-load_more .facetwp-load-more:focus {
        background-color: #1ab752;
        color: #000; }
      .search-results .facetwp-facet-load_more .facetwp-load-more:hover {
        background-color: #fff;
        color: #000 !important;
        border-color: #000; }
      .search-results .facetwp-facet-load_more .facetwp-load-more.hollow:hover {
        background-color: #1ed760;
        color: #000;
        border-color: #1ed760; }
      @media print, screen and (min-width: 75em) {
        .search-results .facetwp-facet-load_more .facetwp-load-more {
          position: absolute;
          right: 150px;
          z-index: 2;
          margin: 0;
          color: #000; } }
  @media print, screen and (min-width: 75em) and (min-width: 75em) {
    .search-results .facetwp-facet-load_more .facetwp-load-more {
      padding: 20px 33px;
      bottom: -28.5px; } }

@media print, screen and (min-width: 75em) {
  .video-row .featured {
    border-right: 1px solid #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.video-row .livestream-wrapper {
  padding: 30px 45px; }
  @media print, screen and (max-width: 47.99875em) {
    .video-row .livestream-wrapper {
      padding: 0 0 30px; } }
  .video-row .livestream-wrapper h1 {
    line-height: 1.08;
    font-weight: bold;
    font-size: 60px;
    position: relative;
    z-index: 10; }
    @media print, screen and (min-width: 48em) {
      .video-row .livestream-wrapper h1 {
        font-size: 70px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .video-row .livestream-wrapper h1 {
        font-size: 80px;
        letter-spacing: -0.04em; } }
    @media screen and (min-width: 90em) {
      .video-row .livestream-wrapper h1 {
        font-size: 100px;
        letter-spacing: -4px; } }
    @media print, screen and (min-width: 75em) {
      .video-row .livestream-wrapper h1 {
        margin-bottom: -17px; } }
    @media screen and (min-width: 90em) {
      .video-row .livestream-wrapper h1 {
        margin-bottom: -22px; } }
  .video-row .livestream-wrapper .inner {
    position: relative; }
    .video-row .livestream-wrapper .inner .nav {
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 4;
      text-align: right;
      padding-right: 10px;
      transition: top 0.15s ease; }
      @media print, screen and (max-width: 47.99875em) {
        .video-row .livestream-wrapper .inner .nav {
          padding-top: 40px;
          padding-right: 50px; } }
      .video-row .livestream-wrapper .inner .nav .pager {
        color: #000;
        font-size: 26px;
        line-height: 1.4;
        display: inline-block;
        padding: 0 10px; }
        @media print, screen and (min-width: 75em) {
          .video-row .livestream-wrapper .inner .nav .pager {
            font-size: 28px; } }
  .video-row .livestream-wrapper .video-carousel {
    padding: 0 10px;
    position: relative;
    z-index: 2; }
    @media print, screen and (max-width: 47.99875em) {
      .video-row .livestream-wrapper .video-carousel {
        padding: 0; } }
    .video-row .livestream-wrapper .video-carousel .video-inline {
      position: relative; }
      .video-row .livestream-wrapper .video-carousel .video-inline .video-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        z-index: 4;
        transition: opacity 0.15s ease; }
      .video-row .livestream-wrapper .video-carousel .video-inline .image-wrap {
        padding-bottom: 56.25%;
        position: relative; }
        .video-row .livestream-wrapper .video-carousel .video-inline .image-wrap img {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%;
          object-fit: cover; }
      .video-row .livestream-wrapper .video-carousel .video-inline .play-button {
        position: absolute;
        left: 20px;
        width: 80px;
        height: 80px;
        bottom: -40px;
        cursor: pointer;
        z-index: 5; }
        @media print, screen and (max-width: 47.99875em) {
          .video-row .livestream-wrapper .video-carousel .video-inline .play-button {
            left: inherit;
            right: 50px; } }
        @media print, screen and (min-width: 75em) {
          .video-row .livestream-wrapper .video-carousel .video-inline .play-button {
            bottom: -72px;
            width: 144px;
            height: 144px;
            left: 30px; } }
        .video-row .livestream-wrapper .video-carousel .video-inline .play-button svg {
          width: 100%;
          height: 100%; }
      .video-row .livestream-wrapper .video-carousel .video-inline.playing .video-wrap {
        opacity: 1; }
      .video-row .livestream-wrapper .video-carousel .video-inline.playing .play-button {
        display: none; }
    .video-row .livestream-wrapper .video-carousel .post-box {
      padding-top: 25px;
      padding-left: 200px;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; }
      @media print, screen and (max-width: 47.99875em) {
        .video-row .livestream-wrapper .video-carousel .post-box {
          padding-left: 30px;
          padding-top: 50px; } }
      .video-row .livestream-wrapper .video-carousel .post-box .duration {
        display: block;
        padding-bottom: 40px; }
      @media print, screen and (min-width: 75em) {
        .video-row .livestream-wrapper .video-carousel .post-box h3 {
          font-size: 28px; } }

.video-row .sidebar {
  padding: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .video-row .sidebar .next-video {
      border-top: 1px solid #000; } }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .video-row .sidebar {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .video-row .sidebar .next-video {
        width: 50%;
        border-top: 1px solid #000; }
      .video-row .sidebar .media-kits {
        width: 50%;
        padding: 0;
        background: #000; }
      .video-row .sidebar .additional-info {
        width: 100%; } }
  .video-row .sidebar .title {
    position: relative;
    margin-bottom: -20px; }
    @media print, screen and (max-width: 74.99875em) {
      .video-row .sidebar .title svg {
        width: 100%;
        margin-top: 30px; } }
  .video-row .sidebar .next-slide {
    padding: 0 50px 60px;
    opacity: 1;
    transition: opacity 0.15s ease;
    cursor: pointer; }
    .video-row .sidebar .next-slide.fade {
      opacity: 0; }
    .video-row .sidebar .next-slide .post-box {
      padding: 20px 0 0; }
      @media print, screen and (max-width: 47.99875em) {
        .video-row .sidebar .next-slide .post-box {
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          padding-top: 40px; }
          .video-row .sidebar .next-slide .post-box .cat,
          .video-row .sidebar .next-slide .post-box h1 {
            display: none; } }
    .video-row .sidebar .next-slide .play-button,
    .video-row .sidebar .next-slide .duration {
      display: none; }
  .video-row .sidebar .additional-info {
    border-top: 1px solid #000;
    padding: 60px 50px; }
  @media print, screen and (min-width: 75em) {
    .video-row .sidebar.videos-1 .additional-info {
      border-top: 0; } }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .video-row .sidebar.videos-1 .additional-info {
      width: 50%; } }

.livestream-page .filters .title-bar {
  background: #fff;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px; }
  @media print, screen and (min-width: 75em) {
    .livestream-page .filters .title-bar {
      background: #2d46b9;
      border-top: 0; } }
  .livestream-page .filters .title-bar h2 {
    color: #000;
    text-align: center;
    margin: 0;
    font-size: 42px; }
    @media print, screen and (min-width: 48em) {
      .livestream-page .filters .title-bar h2 {
        font-size: 60px; } }
    @media print, screen and (min-width: 75em) {
      .livestream-page .filters .title-bar h2 {
        color: #fff;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0em;
        text-align: center; } }

.livestream-page .filters .facetwp-facet {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  .livestream-page .filters .facetwp-facet .facetwp-radio {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    padding: 23px 30px;
    background: #fff;
    display: block;
    font-weight: 400;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1em;
    background: none;
    margin: 0;
    border-right: 1px solid #000; }
    .livestream-page .filters .facetwp-facet .facetwp-radio:last-child {
      border-right: 0; }
    @media print, screen and (min-width: 75em) {
      .livestream-page .filters .facetwp-facet .facetwp-radio.checked {
        background: #2d46b9;
        color: #fff; } }
    .livestream-page .filters .facetwp-facet .facetwp-radio .facetwp-counter {
      display: none; }

.livestream-page .filters .trigger-container {
  position: relative; }
  .livestream-page .filters .trigger-container .trigger {
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    border-bottom: 1px solid #000;
    font-weight: 400;
    position: relative;
    z-index: 10;
    background-color: #2d46b9;
    color: #fff;
    background-image: url(../images/icons/plus-white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px; }
    .livestream-page .filters .trigger-container .trigger.hover {
      background-color: #2d46b9;
      color: #fff;
      background-image: url(../images/icons/close-small.svg); }
    @media print, screen and (min-width: 48em) {
      .livestream-page .filters .trigger-container .trigger {
        padding: 25px 35px; } }
    .livestream-page .filters .trigger-container .trigger.close-filter {
      background: #2d46b9;
      color: #fff;
      background-image: url(../images/icons/close-small.svg);
      background-repeat: no-repeat;
      background-position: center right 20px;
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 15; }

.livestream-page .filters .dropdown-pane {
  background-color: transparent;
  padding: 0;
  border: 0;
  visibility: hidden;
  opacity: 0;
  display: block !important;
  height: 0;
  overflow: hidden; }
  .livestream-page .filters .dropdown-pane .facetwp-radio {
    display: none;
    opacity: 0; }
  .livestream-page .filters .dropdown-pane.is-open {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    height: inherit !important; }
    .livestream-page .filters .dropdown-pane.is-open .facetwp-radio {
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
      display: block; }
      .livestream-page .filters .dropdown-pane.is-open .facetwp-radio:nth-child(1) {
        -webkit-animation: slideDown 300ms 130ms ease-in-out forwards;
        animation: slideDown 300ms 130ms ease-in-out forwards; }
      .livestream-page .filters .dropdown-pane.is-open .facetwp-radio:nth-child(2) {
        -webkit-animation: slideDown 300ms 260ms ease-in-out forwards;
        animation: slideDown 300ms 260ms ease-in-out forwards; }
      .livestream-page .filters .dropdown-pane.is-open .facetwp-radio:nth-child(3) {
        -webkit-animation: slideDown 300ms 390ms ease-in-out forwards;
        animation: slideDown 300ms 390ms ease-in-out forwards; }
      .livestream-page .filters .dropdown-pane.is-open .facetwp-radio:nth-child(4) {
        -webkit-animation: slideDown 300ms 520ms ease-in-out forwards;
        animation: slideDown 300ms 520ms ease-in-out forwards; }
      .livestream-page .filters .dropdown-pane.is-open .facetwp-radio:nth-child(5) {
        -webkit-animation: slideDown 300ms 650ms ease-in-out forwards;
        animation: slideDown 300ms 650ms ease-in-out forwards; }
  .livestream-page .filters .dropdown-pane .mobile-filter,
  .livestream-page .filters .dropdown-pane .mobile-all-news {
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    font-weight: 400;
    margin: 0;
    text-align: left; }
    .livestream-page .filters .dropdown-pane .mobile-filter svg,
    .livestream-page .filters .dropdown-pane .mobile-all-news svg {
      float: right; }
    @media print, screen and (min-width: 48em) {
      .livestream-page .filters .dropdown-pane .mobile-filter,
      .livestream-page .filters .dropdown-pane .mobile-all-news {
        padding: 25px 35px; } }

.livestream-page .filters .facetwp-facet {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 74.99875em) {
    .livestream-page .filters .facetwp-facet {
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column; }
      .livestream-page .filters .facetwp-facet .facetwp-radio {
        background: #fff;
        padding: 20px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        border-bottom: 1px solid #000;
        font-weight: 400;
        margin: 0; } }
    @media print, screen and (max-width: 74.99875em) and (min-width: 48em) {
      .livestream-page .filters .facetwp-facet .facetwp-radio {
        padding: 25px 35px; } }
  @media print, screen and (max-width: 74.99875em) {
        .livestream-page .filters .facetwp-facet .facetwp-radio .facetwp-counter {
          display: none; } }
    @media print, screen and (max-width: 74.99875em) and (max-width: 74.99875em) {
      .livestream-page .filters .facetwp-facet .facetwp-radio:first-child {
        display: none;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        background-repeat: no-repeat;
        background-position: center right 20px; } }

.livestream-page .additional-stories {
  border-top: 1px solid #000;
  position: relative; }
  .livestream-page .additional-stories .facetwp-facet-load_more {
    margin: 0; }
    @media print, screen and (max-width: 74.99875em) {
      .livestream-page .additional-stories .facetwp-facet-load_more {
        text-align: center; } }
    .livestream-page .additional-stories .facetwp-facet-load_more button {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.85em 1em;
      border: 1px solid transparent;
      border-radius: 100px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-family: inherit;
      font-size: 0.9rem;
      -webkit-appearance: none;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      padding: 16px 33px 15px;
      letter-spacing: 2px;
      color: #000;
      background-color: #1ed760;
      transition: color .15s ease, background-color .15s ease, border-color .15s ease;
      border: 1px solid #1ed760;
      margin: 0 auto 60px; }
      [data-whatinput='mouse'] .livestream-page .additional-stories .facetwp-facet-load_more button {
        outline: 0; }
      .livestream-page .additional-stories .facetwp-facet-load_more button, .livestream-page .additional-stories .facetwp-facet-load_more button.disabled, .livestream-page .additional-stories .facetwp-facet-load_more button[disabled], .livestream-page .additional-stories .facetwp-facet-load_more button.disabled:hover, .livestream-page .additional-stories .facetwp-facet-load_more button[disabled]:hover, .livestream-page .additional-stories .facetwp-facet-load_more button.disabled:focus, .livestream-page .additional-stories .facetwp-facet-load_more button[disabled]:focus {
        background-color: #1ed760;
        color: #000; }
      .livestream-page .additional-stories .facetwp-facet-load_more button:hover, .livestream-page .additional-stories .facetwp-facet-load_more button:focus {
        background-color: #1ab752;
        color: #000; }
      .livestream-page .additional-stories .facetwp-facet-load_more button:hover {
        background-color: #fff;
        color: #000 !important;
        border-color: #000; }
      .livestream-page .additional-stories .facetwp-facet-load_more button.hollow:hover {
        background-color: #1ed760;
        color: #000;
        border-color: #1ed760; }
      @media print, screen and (min-width: 75em) {
        .livestream-page .additional-stories .facetwp-facet-load_more button {
          position: absolute;
          right: 150px;
          z-index: 2;
          margin: 0;
          margin: 0; } }
  @media print, screen and (min-width: 75em) and (min-width: 75em) {
    .livestream-page .additional-stories .facetwp-facet-load_more button {
      padding: 20px 33px;
      bottom: -28.5px; } }
  .livestream-page .additional-stories .media-kits {
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #000;
    padding: 0;
    display: none; }

.livestream-page #livestream-articles {
  position: relative; }
  @media print, screen and (max-width: 74.99875em) {
    .livestream-page #livestream-articles {
      padding-bottom: 60px; } }
  .livestream-page #livestream-articles .media-kits {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media print, screen and (min-width: 75em) {
    .livestream-page #livestream-articles .box-border:last-child {
      display: none; } }

.livestream-page .accordionContainer {
  width: 100% !important;
  position: relative;
  height: 150px !important; }
  @media print, screen and (min-width: 48em) {
    .livestream-page .accordionContainer {
      margin-top: 10%;
      height: 180px !important; } }
  @media print, screen and (min-width: 75em) {
    .livestream-page .accordionContainer {
      margin-top: 10%;
      height: 180px !important; } }
  @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
    .livestream-page .accordionContainer p {
      font-size: 60px;
      line-height: 50px; } }

#stream-kits .filter-header {
  padding-bottom: 30px; }
  #stream-kits .filter-header h2 {
    margin: 0; }
  @media print, screen and (max-width: 47.99875em) {
    #stream-kits .filter-header .filter {
      padding-top: 20px; }
      #stream-kits .filter-header .filter .grid-x {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        #stream-kits .filter-header .filter .grid-x .cell {
          padding-left: 0; } }

#stream-kits .filter span.text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px; }

#stream-kits .filter #kit-dropdown {
  background-color: #1ed760;
  height: inherit;
  background-image: url(../images/icons/chevron-down-black.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center right -23px;
  padding: 11px 35px 11px 18px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  border: 0;
  border-radius: 60px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  max-width: 200px;
  letter-spacing: 1px; }

#stream-kits .media-kit-item .media-kit-box h3 a {
  color: #fff;
  font-weight: 700; }

#stream-kits .media-kit-item .media-kit-box .download span {
  display: none; }

#stream-kits .media-kit-item .media-kit-box .download svg path {
  fill: #fff; }

#stream-kits .media-kit-item .media-kit-box .download svg circle {
  stroke: #fff; }

@media print, screen and (max-width: 47.99875em) {
  #stream-kits .media-kit-item .media-kit-box .title {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.wrapped.livestream-page .video-row .livestream-wrapper h1 {
  margin-bottom: 15px; }
  @media print, screen and (max-width: 47.99875em) {
    .wrapped.livestream-page .video-row .livestream-wrapper h1 {
      font-size: 44px; } }

@media print, screen and (min-width: 75em) {
  .wrapped.livestream-page .video-row .sidebar .title {
    margin-bottom: -42px; } }

.wrapped.livestream-page .filters .title-bar {
  background: #c3f0c8;
  border-top: 1px solid #000;
  border-bottom: 0; }
  .wrapped.livestream-page .filters .title-bar h2 {
    color: #000; }

.wrapped.livestream-page.placeholder .video-row .livestream-wrapper {
  padding: 0 0 30px; }
  @media print, screen and (min-width: 75em) {
    .wrapped.livestream-page.placeholder .video-row .livestream-wrapper {
      padding: 30px 65px; } }
  .wrapped.livestream-page.placeholder .video-row .livestream-wrapper .video-carousel {
    padding: 0; }
    .wrapped.livestream-page.placeholder .video-row .livestream-wrapper .video-carousel .post-box {
      padding-left: 25px; }
      @media print, screen and (min-width: 48em) {
        .wrapped.livestream-page.placeholder .video-row .livestream-wrapper .video-carousel .post-box {
          padding-left: 35px;
          max-width: 75%;
          padding-top: 50px; } }
      @media print, screen and (min-width: 75em) {
        .wrapped.livestream-page.placeholder .video-row .livestream-wrapper .video-carousel .post-box {
          padding-left: 200px;
          max-width: 100%; } }

.wrapped.livestream-page.placeholder .announcement-bar {
  background: #3c01e5; }
  .wrapped.livestream-page.placeholder .announcement-bar .type {
    color: #c0b1d2; }
  .wrapped.livestream-page.placeholder .announcement-bar .title {
    color: #90efd9; }

.wrapped.livestream-page.placeholder .wp-video,
.wrapped.livestream-page.placeholder video.wp-video-shortcode,
.wrapped.livestream-page.placeholder .mejs-container,
.wrapped.livestream-page.placeholder .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important; }

.wrapped.livestream-page.placeholder .mejs-container {
  padding-top: 53.958333%; }

.wrapped.livestream-page.placeholder .wp-video,
.wrapped.livestream-page.placeholder video.wp-video-shortcode {
  max-width: 100% !important; }

.wrapped.livestream-page.placeholder video.wp-video-shortcode {
  position: relative; }

.wrapped.livestream-page.placeholder .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.wrapped.livestream-page.placeholder .mejs-controls {
  display: none; }

.wrapped.livestream-page.placeholder .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block; }
  .wrapped.livestream-page.placeholder .mejs-overlay-play .mejs-overlay-button {
    right: 20px;
    width: 80px;
    height: 80px;
    bottom: -40px;
    cursor: pointer;
    z-index: 5;
    background-image: url(../images/icons/play-button.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% 100%;
    background-position: center; }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .wrapped.livestream-page.placeholder .mejs-overlay-play .mejs-overlay-button {
        left: initial;
        right: 80px;
        width: 110px;
        height: 110px;
        bottom: -55px; } }
    @media print, screen and (min-width: 75em) {
      .wrapped.livestream-page.placeholder .mejs-overlay-play .mejs-overlay-button {
        bottom: -72px;
        width: 144px;
        height: 144px;
        left: 30px;
        right: inherit; } }

.podcasts-page .default-content-box p {
  font-size: 18px;
  text-align: center; }
  @media print, screen and (min-width: 75em) {
    .podcasts-page .default-content-box p {
      font-size: 34px;
      line-height: 52px; } }

@media print, screen and (max-width: 47.99875em) {
  .podcasts-page .default-content-box {
    padding: 35px 0 50px; }
    .podcasts-page .default-content-box p {
      font-size: 16px; } }

.podcasts-page .grid {
  display: grid;
  gap: 0 1px;
  background: #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr; }
  .podcasts-page .grid .grid-item {
    padding: 0 50px;
    background: #fff; }
    .podcasts-page .grid .grid-item.column-1 {
      grid-column-start: 1; }
    .podcasts-page .grid .grid-item.column-2 {
      grid-column-start: 2; }
    .podcasts-page .grid .grid-item.column-3 {
      grid-column-start: 3; }
    .podcasts-page .grid .grid-item .post-box {
      height: 100%;
      padding: 20px 0;
      border-bottom: 1px solid #000; }

@media print, screen and (max-width: 74.99875em) {
  .podcasts-page .podcast-carousel-wrapper {
    border-top: 1px solid #000;
    padding-top: 30px; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .podcasts-page .podcast-carousel-wrapper {
    padding-left: 90px;
    padding-right: 90px; } }

.podcasts-page .podcast-header {
  border-top: 1px solid #000; }

.podcasts-page .podcast-info {
  padding: 30px; }
  @media print, screen and (min-width: 75em) {
    .podcasts-page .podcast-info {
      padding: 60px 50px;
      border-right: 1px solid #000; }
      .podcasts-page .podcast-info:last-child {
        border-right: 0; } }
  .podcasts-page .podcast-info .quip {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1ed760;
    font-size: 14px; }
  .podcasts-page .podcast-info h3 {
    font-size: 40px; }
    @media print, screen and (min-width: 48em) {
      .podcasts-page .podcast-info h3 {
        font-size: 50px; } }
  .podcasts-page .podcast-info .aspect {
    margin-bottom: 35px; }
    .podcasts-page .podcast-info .aspect img {
      box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25); }

@media print, screen and (min-width: 75em) {
  .podcasts-page .announcement-bar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; } }

.podcasts-page .podcast-episodes {
  position: relative; }
  .podcasts-page .podcast-episodes.show-all .post-box:nth-child(n+3) {
    display: block !important; }
  .podcasts-page .podcast-episodes .podcast-episodes-column {
    padding-bottom: 60px; }
    @media print, screen and (min-width: 75em) {
      .podcasts-page .podcast-episodes .podcast-episodes-column {
        padding: 0 50px;
        border-right: 1px solid #000; }
        .podcasts-page .podcast-episodes .podcast-episodes-column:last-child {
          border-right: 0; } }
    .podcasts-page .podcast-episodes .podcast-episodes-column .post-box {
      padding: 30px 0;
      border-top: 1px solid #000; }
      .podcasts-page .podcast-episodes .podcast-episodes-column .post-box:first-child {
        border-top: 0; }
      .podcasts-page .podcast-episodes .podcast-episodes-column .post-box:nth-child(n+4) {
        display: none; }
      @media print, screen and (min-width: 75em) {
        .podcasts-page .podcast-episodes .podcast-episodes-column .post-box {
          padding: 40px 0 30px; }
          .podcasts-page .podcast-episodes .podcast-episodes-column .post-box:nth-child(n+3) {
            display: none; }
          .podcasts-page .podcast-episodes .podcast-episodes-column .post-box h3 a:hover {
            text-decoration: underline; } }
  @media print, screen and (min-width: 75em) {
    .podcasts-page .podcast-episodes .load-more-podcasts {
      position: absolute;
      right: 150px;
      z-index: 2;
      margin: 0; } }
  @media print, screen and (min-width: 75em) and (min-width: 75em) {
    .podcasts-page .podcast-episodes .load-more-podcasts {
      padding: 20px 33px;
      bottom: -28.5px; } }

.podcasts-page .image-carousel {
  padding: 0;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 74.99875em) {
    .podcasts-page .image-carousel {
      margin: 0 20px;
      padding-top: 100px; } }
  .podcasts-page .image-carousel .image {
    padding-bottom: 100%;
    position: relative; }
    .podcasts-page .image-carousel .image img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .podcasts-page .image-carousel .slick-list {
    margin-top: -20px;
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    padding-left: 10% !important;
    padding-right: 10% !important; }
  .podcasts-page .image-carousel .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px; }
  .podcasts-page .image-carousel .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, -40px);
    transform: translate3d(0, 0, -40px);
    transition: -webkit-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s; }
  .podcasts-page .image-carousel .slick-snext,
  .podcasts-page .image-carousel .slick-sprev {
    display: block; }
  .podcasts-page .image-carousel .swiper-slide-active img {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25); }
  .podcasts-page .image-carousel .swiper-slide-active .podcast-info {
    opacity: 1; }
  .podcasts-page .image-carousel .slick-clone-current {
    position: absolute;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .podcasts-page .image-carousel .slick-slide.slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -40px);
    transform: translate3d(50%, 0, -40px);
    z-index: 2;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .podcasts-page .image-carousel .right {
    -webkit-transform: translate3d(50%, 0, -40px);
    transform: translate3d(50%, 0, -40px); }
  .podcasts-page .image-carousel .slick-slide.slick-sprev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -40px);
    transform: translate3d(-50%, 0, -40px);
    z-index: 2; }
  .podcasts-page .image-carousel .left {
    -webkit-transform: translate3d(-50%, 0, -40px);
    transform: translate3d(-50%, 0, -40px); }
  .podcasts-page .image-carousel .slick-arrow {
    display: none !important; }
  .podcasts-page .image-carousel .podcast-info {
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    bottom: 100%; }
    .podcasts-page .image-carousel .podcast-info h3 {
      font-size: 32px; }

.podcasts-page .title-carousel {
  overflow: hidden; }
  .podcasts-page .title-carousel .post-box {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 30px 0;
    border-top: 1px solid #000; }
    .podcasts-page .title-carousel .post-box:first-child {
      border-top: 0; }
  .podcasts-page .title-carousel .podcast-episodes {
    padding: 30px; }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .podcasts-page .title-carousel .podcast-episodes {
        padding-left: 0;
        padding-right: 0; } }

.livestream-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); }
  .livestream-overlay .close-button {
    color: #ffc864;
    top: 60px;
    right: 60px;
    z-index: 99; }
    @media print, screen and (max-width: 47.99875em) {
      .livestream-overlay .close-button {
        top: 15%;
        right: 10px; } }

#livestream-modal {
  width: 100%;
  top: inherit;
  background: transparent;
  border: 0;
  overflow: visible;
  background-size: cover;
  background-color: #1ed760;
  background-position: center center;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 47.99875em) {
    #livestream-modal {
      max-width: 100%; } }
  @media print, screen and (min-width: 75em) {
    #livestream-modal {
      width: 1056px; } }
  #livestream-modal .inner {
    position: relative;
    max-width: 1100px;
    max-height: 100vh;
    text-align: center;
    padding: 40px 0; }
    @media print, screen and (min-width: 75em) {
      #livestream-modal .inner {
        padding: 45px 0; } }
    #livestream-modal .inner .close-button {
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      padding: 5px;
      cursor: pointer; }
      @media print, screen and (max-width: 47.99875em) {
        #livestream-modal .inner .close-button {
          width: 44px;
          height: 34px;
          padding: 6px 12px;
          top: -34px;
          right: 0;
          background: #121212; } }
      #livestream-modal .inner .close-button svg {
        width: 20px;
        height: 20px;
        display: block; }
        #livestream-modal .inner .close-button svg path {
          stroke: #fff; }
    #livestream-modal .inner .logo {
      max-width: 94px;
      margin: 0 auto 50px; }
      @media print, screen and (min-width: 75em) {
        #livestream-modal .inner .logo {
          max-width: 133px;
          margin: 0 auto 70px; } }
      #livestream-modal .inner .logo svg {
        display: block;
        width: 100%;
        height: auto; }
        #livestream-modal .inner .logo svg path {
          fill: #000; }
    @media print, screen and (max-width: 47.99875em) {
      #livestream-modal .inner .takeover-image {
        padding: 0 33px; } }
    #livestream-modal .inner p {
      font-size: 18px;
      line-height: 25px;
      margin-top: 10px;
      margin-bottom: 40px; }
      @media print, screen and (min-width: 75em) {
        #livestream-modal .inner p {
          font-size: 30px;
          line-height: 42px;
          margin-top: 20px;
          margin-bottom: 60px; } }
    #livestream-modal .inner .button {
      background-color: #000;
      border-color: #000;
      color: #fff; }
      #livestream-modal .inner .button:hover {
        background-color: #fff;
        color: #000; }
    #livestream-modal .inner video {
      width: 100%;
      display: block; }
    #livestream-modal .inner .wp-video,
    #livestream-modal .inner video.wp-video-shortcode,
    #livestream-modal .inner .mejs-container,
    #livestream-modal .inner .mejs-overlay.load {
      width: 100% !important;
      height: 100% !important; }
    #livestream-modal .inner .mejs-container {
      padding-top: 53.958333%; }
    #livestream-modal .inner .wp-video,
    #livestream-modal .inner video.wp-video-shortcode {
      max-width: 100% !important; }
    #livestream-modal .inner video.wp-video-shortcode {
      position: relative; }
    #livestream-modal .inner .mejs-mediaelement {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    #livestream-modal .inner .mejs-controls {
      display: none; }
    #livestream-modal .inner .mejs-overlay-play {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block; }
      #livestream-modal .inner .mejs-overlay-play .mejs-overlay-button {
        left: 20px;
        width: 80px;
        height: 80px;
        bottom: -40px;
        cursor: pointer;
        z-index: 5;
        background-image: url(../images/icons/play-button.svg);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 100% 100%;
        background-position: center; }
        @media print, screen and (max-width: 47.99875em) {
          #livestream-modal .inner .mejs-overlay-play .mejs-overlay-button {
            left: inherit;
            right: 50px; } }
        @media print, screen and (min-width: 75em) {
          #livestream-modal .inner .mejs-overlay-play .mejs-overlay-button {
            bottom: -72px;
            width: 144px;
            height: 144px;
            left: 30px; } }

.flex-content .about-container .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media print, screen and (min-width: 48em) {
    .flex-content .about-container .flex {
      border-bottom: 1px solid #000;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row; } }
  .flex-content .about-container .flex.up-next-row {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .flex-content .about-container .flex.up-next-row .community-link {
      border: 0 !important; }
  .flex-content .about-container .flex:nth-child(odd) .community-link {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    @media print, screen and (min-width: 48em) {
      .flex-content .about-container .flex:nth-child(odd) .community-link {
        border-right: 1px solid #000; } }
  .flex-content .about-container .flex:nth-child(odd) .text-area {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-content .about-container .flex:nth-child(even) .community-link {
    background: #000; }
    @media print, screen and (min-width: 48em) {
      .flex-content .about-container .flex:nth-child(even) .community-link {
        border-left: 1px solid #000;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
    .flex-content .about-container .flex:nth-child(even) .community-link h2 a {
      color: #fff; }
    .flex-content .about-container .flex:nth-child(even) .community-link .button {
      background: #000;
      border: 1px solid #fff;
      color: #fff; }
      .flex-content .about-container .flex:nth-child(even) .community-link .button:hover {
        background: #fff;
        color: #000; }
  .flex-content .about-container .flex:nth-child(even) .text-area {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-content .about-container .flex .grid-item {
    width: 100%;
    border-bottom: 1px solid #000; }
    @media print, screen and (min-width: 48em) {
      .flex-content .about-container .flex .grid-item {
        width: 50%;
        height: 100%;
        min-height: 100%;
        border-bottom: 0; } }
  .flex-content .about-container .flex .text-area {
    padding: 35px 45px;
    background: #fff; }
  .flex-content .about-container .flex .community-link:hover:not(.up-next-item) {
    background: #000; }
  .flex-content .about-container .flex .community-link.black {
    background: #000; }
    .flex-content .about-container .flex .community-link.black h2 a {
      color: #fff; }
      .flex-content .about-container .flex .community-link.black h2 a:before, .flex-content .about-container .flex .community-link.black h2 a:after {
        color: #1ed760; }
    .flex-content .about-container .flex .community-link.black .button {
      background: #000;
      color: #fff;
      border-color: #fff; }
      .flex-content .about-container .flex .community-link.black .button:hover {
        color: #000;
        background: #fff; }
  .flex-content .about-container .flex .community-link h2 {
    text-align: left; }
    .flex-content .about-container .flex .community-link h2 a {
      white-space: nowrap;
      position: relative;
      display: inline-block;
      width: initial; }
      .flex-content .about-container .flex .community-link h2 a:before {
        content: attr(title);
        padding-right: 20px;
        position: absolute;
        right: 100%;
        color: #FFD2D7;
        opacity: .5; }
      .flex-content .about-container .flex .community-link h2 a:after {
        content: attr(title);
        padding-left: 20px;
        position: absolute;
        left: 100%;
        color: #FFD2D7;
        opacity: .5; }
  @media print, screen and (min-width: 75em) {
    .flex-content .about-container .flex .community-link .image {
      max-width: 70%;
      margin: 0 auto; } }
  .flex-content .about-container .flex .community-link.up-next-item h3 {
    font-size: 16px;
    line-height: 1.63;
    font-weight: normal;
    margin-top: 10px; }
    @media print, screen and (min-width: 75em) {
      .flex-content .about-container .flex .community-link.up-next-item h3 {
        font-size: 18px; } }
  .flex-content .about-container .flex .community-link.up-next-item .cat {
    color: #1ed760;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-top: 20px;
    display: block; }
    @media print, screen and (max-width: 47.99875em) {
      .flex-content .about-container .flex .community-link.up-next-item .cat {
        font-size: 12px; } }

.flex-content .accordion-section {
  padding: 80px 0; }
  @media print, screen and (min-width: 48em) {
    .flex-content .accordion-section {
      padding: 100px 0 110px; } }
  .flex-content .accordion-section h2 {
    margin-bottom: 60px; }
  .flex-content .accordion-section .accordion {
    border: 0; }
    .flex-content .accordion-section .accordion .accordion-item {
      border-bottom: 1px solid #000; }
      .flex-content .accordion-section .accordion .accordion-item .accordion-title {
        border: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        background: #fff !important;
        padding-left: 0;
        padding-right: 50px;
        padding-top: 30px;
        padding-bottom: 30px; }
        @media print, screen and (min-width: 75em) {
          .flex-content .accordion-section .accordion .accordion-item .accordion-title {
            padding-right: 100px; } }
        .flex-content .accordion-section .accordion .accordion-item .accordion-title:before {
          font-weight: 100;
          font-size: 45px;
          line-height: 1;
          color: #1ed760;
          margin-top: -22px; }
          @media print, screen and (min-width: 75em) {
            .flex-content .accordion-section .accordion .accordion-item .accordion-title:before {
              right: 50px; } }
      .flex-content .accordion-section .accordion .accordion-item .accordion-content {
        border: 0;
        padding-left: 0;
        padding-right: 50px; }
        @media print, screen and (min-width: 75em) {
          .flex-content .accordion-section .accordion .accordion-item .accordion-content {
            padding-right: 100px; } }
        .flex-content .accordion-section .accordion .accordion-item .accordion-content p {
          font-size: 16px; }

.flex-content .additional-stories {
  border-top: 0; }
  .flex-content .additional-stories .filters .title-bar {
    background: #CFF56A;
    border-bottom: 1px solid #000; }
    @media print, screen and (max-width: 47.99875em) {
      .flex-content .additional-stories .filters .title-bar h2 {
        font-size: 38px; } }
    @media print, screen and (max-width: 47.99875em) {
      .flex-content .additional-stories .filters .title-bar {
        padding: 5px 15px; } }
  .flex-content .additional-stories #flex-articles .media-kits {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex-content .additional-stories #flex-articles .community-link {
    padding: 45px 35px;
    background: #000;
    text-align: center; }
    .flex-content .additional-stories #flex-articles .community-link h2 {
      color: #fff;
      margin-bottom: 20px; }
      @media print, screen and (max-width: 74.99875em) {
        .flex-content .additional-stories #flex-articles .community-link h2 {
          font-size: 32px; } }
      .flex-content .additional-stories #flex-articles .community-link h2 a {
        color: #fff; }
    .flex-content .additional-stories #flex-articles .community-link .button {
      margin-top: 30px;
      margin-bottom: 0;
      background: #000;
      border-color: #1ed760;
      color: #1ed760; }
      .flex-content .additional-stories #flex-articles .community-link .button:hover {
        background: #1ed760;
        color: #000; }
  @media print, screen and (max-width: 47.99875em) {
    .flex-content .additional-stories #flex-articles.grid-margin-y {
      margin-top: 0;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 75em) {
    .flex-content .additional-stories #flex-articles.grid-margin-y {
      margin-top: 0;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 47.99875em) {
    .flex-content .additional-stories #flex-articles .box-border {
      margin: 0;
      width: 100%; } }
  @media print, screen and (min-width: 75em) {
    .flex-content .additional-stories #flex-articles .box-border {
      margin: 0; } }
  .flex-content .additional-stories #flex-articles .box-border:nth-last-child(-n+1) {
    display: none; }
  .flex-content .additional-stories #flex-articles .box-border .post-box .cat {
    display: block;
    padding-bottom: 20px; }
  .flex-content .additional-stories #flex-articles.show-all:nth-last-child(-n+1) {
    display: block; }
  @media print, screen and (max-width: 74.99875em) {
    .flex-content .additional-stories .facetwp-facet-load_more {
      margin: 60px auto 30px; } }

.flex-content.flex-1 .additional-stories #flex-articles .box-border:nth-last-child(-n+2) {
  display: none; }

.flex-content.flex-1 .additional-stories #flex-articles.show-all:nth-last-child(-n+2) {
  display: block; }

.flex-content.flex-1 .featured h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -0.02em;
  margin-top: 40px; }
  @media print, screen and (min-width: 48em) {
    .flex-content.flex-1 .featured h1 {
      font-weight: 700;
      font-size: 70px;
      line-height: 70px;
      text-align: center;
      letter-spacing: -0.02em;
      margin-top: 80px; } }
  @media print, screen and (min-width: 75em) {
    .flex-content.flex-1 .featured h1 {
      font-weight: 700;
      font-size: 100px;
      line-height: 100px;
      letter-spacing: -0.04em; } }

.flex-content.flex-1 .featured .noteworthy .swiper-container {
  padding-bottom: 60px;
  max-width: 1070px; }
  .flex-content.flex-1 .featured .noteworthy .swiper-container .image {
    padding-bottom: 64.86486%;
    position: relative; }
    .flex-content.flex-1 .featured .noteworthy .swiper-container .image img {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      object-fit: cover; }
  .flex-content.flex-1 .featured .noteworthy .swiper-container .featured-item {
    position: relative; }
    .flex-content.flex-1 .featured .noteworthy .swiper-container .featured-item .play-button {
      position: absolute;
      top: 100%;
      right: 60px;
      margin-top: -60px;
      display: block;
      width: 120px;
      height: 120px;
      cursor: pointer; }
      @media print, screen and (max-width: 47.99875em) {
        .flex-content.flex-1 .featured .noteworthy .swiper-container .featured-item .play-button {
          width: 80px;
          height: 80px;
          right: 30px;
          margin-top: -40px; } }
      .flex-content.flex-1 .featured .noteworthy .swiper-container .featured-item .play-button svg {
        display: block;
        height: 100%;
        width: 100%; }

@media print, screen and (min-width: 75em) {
  .flex-content.flex-1 .featured .noteworthy .title-carousel .post-box {
    padding-left: 20%;
    padding-right: 20%; } }

.flex-content.flex-1 .announcement-bar {
  background: #2d46b9; }
  .flex-content.flex-1 .announcement-bar .type {
    color: #FFCDD2; }

.flex-content.flex-1 .article-content {
  padding: 60px 0; }
  .flex-content.flex-1 .article-content iframe {
    margin: 60px auto; }

.flex-content.flex-2 .title-bar.header-title {
  padding-top: 0;
  padding-bottom: 0; }
  @media print, screen and (min-width: 75em) {
    .flex-content.flex-2 .title-bar.header-title {
      padding-left: 45px; } }
  .flex-content.flex-2 .title-bar.header-title.white {
    background: #fff;
    color: #000; }
  .flex-content.flex-2 .title-bar.header-title h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -0.02em;
    margin: 25px 0 25px; }
    @media print, screen and (min-width: 48em) {
      .flex-content.flex-2 .title-bar.header-title h1 {
        font-size: 70px;
        line-height: 70px;
        letter-spacing: -0.02em;
        margin: 40px 0 40px; } }
    @media print, screen and (min-width: 75em) {
      .flex-content.flex-2 .title-bar.header-title h1 {
        font-size: 100px;
        line-height: 100px;
        letter-spacing: -0.04em;
        margin: 40px 0 60px; } }

@media print, screen and (max-width: 74.99875em) {
  .flex-content.flex-2.news-landing .category-link-bar {
    border-bottom: 0; } }

.flex-content.flex-2 .article-header {
  padding-top: 60px; }

.flex-content.flex-2 .gallery-carousel {
  padding: 60px 0 30px; }

.flex-content.flex-2 iframe {
  margin: 60px 0; }

.flex-content.flex-2 .vertical-icons {
  margin: 0 0 60px; }
  @media print, screen and (min-width: 75em) {
    .flex-content.flex-2 .vertical-icons {
      margin: 60px 0; } }
  .flex-content.flex-2 .vertical-icons .vertical-icon {
    padding: 20px 0; }
    @media print, screen and (max-width: 47.99875em) {
      .flex-content.flex-2 .vertical-icons .vertical-icon {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px; }
        .flex-content.flex-2 .vertical-icons .vertical-icon .cell {
          padding: 0 7px; } }
    .flex-content.flex-2 .vertical-icons .vertical-icon .aspect.square {
      width: 60px;
      height: 60px;
      padding-bottom: 100%;
      position: relative;
      padding-bottom: 0; }
      @media print, screen and (min-width: 48em) {
        .flex-content.flex-2 .vertical-icons .vertical-icon .aspect.square {
          width: 140px;
          height: 140px; } }
      .flex-content.flex-2 .vertical-icons .vertical-icon .aspect.square img {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        object-fit: cover; }

.flex-content.flex-2 .columns-list {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 60px 0; }
  .flex-content.flex-2 .columns-list .column-item {
    padding-bottom: 60px; }
    .flex-content.flex-2 .columns-list .column-item:first-child .post-box {
      border-top: 0; }
    @media print, screen and (min-width: 48em) {
      .flex-content.flex-2 .columns-list .column-item {
        padding: 0 45px; }
        .flex-content.flex-2 .columns-list .column-item .post-box {
          border-top: 1px solid #000; }
        .flex-content.flex-2 .columns-list .column-item:nth-child(-n+2) .post-box {
          border-top: 0; } }
    @media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
      .flex-content.flex-2 .columns-list .column-item {
        border-right: 1px solid #000; }
        .flex-content.flex-2 .columns-list .column-item:nth-child(2n+2) {
          border-right: 0; } }
    @media print, screen and (min-width: 75em) {
      .flex-content.flex-2 .columns-list .column-item {
        padding: 0 50px;
        border-right: 1px solid #000; }
        .flex-content.flex-2 .columns-list .column-item:nth-child(-n+3) .post-box {
          border-top: 0; }
        .flex-content.flex-2 .columns-list .column-item:nth-child(3n+3) {
          border-right: 0; } }
    @media print, screen and (max-width: 47.99875em) {
      .flex-content.flex-2 .columns-list .column-item {
        padding-bottom: 0; } }
    .flex-content.flex-2 .columns-list .column-item .post-box {
      padding: 30px 0;
      border-top: 1px solid #000; }
      @media print, screen and (max-width: 47.99875em) {
        .flex-content.flex-2 .columns-list .column-item .post-box {
          padding: 30px;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column; } }
      .flex-content.flex-2 .columns-list .column-item .post-box .icon {
        padding-bottom: 16px; }
        .flex-content.flex-2 .columns-list .column-item .post-box .icon svg {
          width: 54px;
          height: 54px; }
          .flex-content.flex-2 .columns-list .column-item .post-box .icon svg path, .flex-content.flex-2 .columns-list .column-item .post-box .icon svg circle {
            stroke: #1ed760; }
      @media print, screen and (min-width: 75em) {
        .flex-content.flex-2 .columns-list .column-item .post-box {
          padding: 40px 0 30px; }
          .flex-content.flex-2 .columns-list .column-item .post-box h3 a:hover {
            text-decoration: underline; } }

@media print, screen and (max-width: 74.99875em) {
  .flex-content.flex-2 .callout-grid {
    gap: 0;
    border-top: 1px solid #000; } }

@media print, screen and (min-width: 48em) and (max-width: 74.99875em) {
  .flex-content.flex-2 .callout-grid {
    grid-template-rows: 1fr 1fr; }
    .flex-content.flex-2 .callout-grid .callout {
      grid-area: 4 / 1 / 5 / 4;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

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