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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

form, p, ul, ol, dl, dt, dd, li, body, h1, h2, h3, h4, h5, h6, td, tr, button, input, fieldset {
  margin: 0;
  padding: 0;
}

header, footer, article, section, hgroup, nav, figure {
  display: block;
}

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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  display: block;
}

article > * + * {
  margin-top: 1em;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

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

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.screenreader {
  position: absolute;
  left: -999em;
  top: -999em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, span, a, blockquote, cite {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active ul, .wf-active ol, .wf-active dl, .wf-active span, .wf-active a, .wf-active blockquote, .wf-active cite, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive h6, .wf-inactive p, .wf-inactive ul, .wf-inactive ol, .wf-inactive dl, .wf-inactive span, .wf-inactive a, .wf-inactive blockquote, .wf-inactive cite, .no-js h1, .no-js h2, .no-js h3, .no-js h4, .no-js h5, .no-js h6, .no-js p, .no-js ul, .no-js ol, .no-js dl, .no-js span, .no-js a, .no-js blockquote, .no-js cite {
  opacity: 1;
}

form, p, ul, ol, dl, dt, dd, li, body, h1, h2, h3, h4, h5, h6, td, tr, button, input, fieldset {
  margin: 0;
  padding: 0;
}

header, footer, article, section, hgroup, nav, figure {
  display: block;
}

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

nav ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
}

.body-wrap {
  overflow: hidden;
}

.row {
  width: 100%;
  overflow: auto;
  position: relative;
}

.content-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 4%;
  position: relative;
  overflow: hidden; /* changing from auto to hopefully fix offest graphics without messing with anthing else. */
}

.flex-grid-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 47.5em) {
  .flex-grid-wrap .flex-grid-wrap {
    flex-wrap: nowrap;
    display: block;
  }
}
.flex-grid-wrap.wrap {
  flex-wrap: wrap;
}
.flex-grid-wrap.even-spaced {
  justify-content: space-between;
}
.flex-grid-wrap.reversed {
  flex-direction: row-reverse;
}
@media (max-width: 47.5em) {
  .flex-grid-wrap.reversed {
    flex-direction: column;
  }
}
.flex-grid-wrap.add-bottom-margin {
  margin-bottom: 40px;
}
.flex-grid-wrap.flex-align-end {
  align-items: flex-end;
}
.flex-grid-wrap.flex-center-content-v {
  align-items: center;
}
.flex-grid-wrap.flex-center-content-h {
  justify-content: center;
}
@media (max-width: 47.5em) {
  .flex-grid-wrap {
    flex-direction: column;
    display: block;
  }
}

.flex-col {
  position: relative;
  overflow: visible;
}

.third {
  flex: 0 1 30%;
  padding: 5px 0;
}
.third.left-marg {
  margin-left: 5%;
}
.third.alt1 {
  flex: 0 1 35%;
  padding: 0;
  margin-top: 280px;
}
@media (max-width: 47.5em) {
  .third.alt1 {
    margin-top: 0;
  }
}
.third.alt2 {
  flex: 0 1 35%;
}

.quarter {
  flex: 0 1 23%;
  padding: 5px 0;
}

.half {
  flex: 0 1 47.5%;
}

.two-third {
  flex: 0 1 65%;
}

.one-third {
  flex: 0 1 35%;
}

.full {
  flex: 0 1 100%;
}

.overflow-yes {
  overflow: visible;
}
@media (max-width: 47.5em) {
  .overflow-yes {
    overflow: hidden;
  }
}

.space-margin {
  margin-left: 5%;
}

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

.pull-wrap {
  margin: -530px 0 80px 0;
}
@media (max-width: 47.5em) {
  .pull-wrap {
    margin-bottom: 30px;
  }
}
.pull-wrap.no-overlap {
  margin: 100px 0 100px 0;
}
@media (max-width: 47.5em) {
  .pull-wrap.no-overlap {
    margin: 50px 0 50px 0;
  }
}
.pull-wrap.tall-hero-no-circles {
  margin: -300px 0 0 0;
}

.fluid-wrap {
  margin-bottom: 80px;
  width: 100%;
  overflow: visible;
}
.fluid-wrap img {
  margin-bottom: 20px;
}
.fluid-wrap img.fullwidth {
  width: 154%;
}
@media (max-width: 47.5em) {
  .fluid-wrap img.fullwidth {
    width: 100%;
  }
}
.fluid-wrap h2 {
  font-weight: 500;
  text-transform: none;
}
.fluid-wrap h2.main {
  font-weight: 600;
  text-transform: uppercase;
}
.fluid-wrap .button {
  margin-bottom: 20px;
}

.ajax-box .fluid-wrap img.fullwidth {
  width: 100%;
}

.box-grid {
  margin-bottom: 100px;
}
@media (max-width: 47.5em) {
  .box-grid {
    margin-bottom: 30px;
  }
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.image-grid .cell {
  flex: 0 1 50%;
  padding: 0 10px 10px 0;
}
.image-grid .cell img {
  margin: 0;
}

body {
  margin: 0;
  font-family: "korolev", helvetica, arial, sans-serif;
  font-weight: 500;
  color: #707170;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

p, address, ul, ol, dl, dd, .fauxP {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.01875em;
}
p:first-child, address:first-child, ul:first-child, ol:first-child, dl:first-child, dd:first-child, .fauxP:first-child {
  margin-top: 0;
}
@media (min-width: 29.9375em) {
  p, address, ul, ol, dl, dd, .fauxP {
    font-size: 0.875rem;
  }
}
@media (min-width: 47.5em) {
  p, address, ul, ol, dl, dd, .fauxP {
    font-size: 0.9375rem;
  }
}

.bquote {
  padding: 40px 40px 20px 40px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 5px solid #002f6d;
  border-right: 1px solid #dcdcdc;
  font-style: italic;
  margin-bottom: 20px;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: #002f6d;
  font-weight: 600;
}
a:hover {
  color: #9db3e8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, dt, th {
  font-family: "korolev", helvetica, arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

h1 a, h2 a {
  text-decoration: none;
  font-weight: 400;
}

h1 {
  color: #002f6d;
  line-height: 1.1;
  font-size: 32px;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc(32px + 18 * (100vw - 320px) / 700);
  }
}
@media (min-width: 1020px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  color: #000000;
  font-size: 1.5625rem;
  letter-spacing: 0.3px;
}
@media (min-width: 29.9375em) {
  h2 {
    font-size: 1.8125rem;
  }
}
@media (min-width: 47.5em) {
  h2 {
    font-size: 2.1875rem;
  }
}

h3, dt, .fauxH3 {
  font-size: 1.3125rem;
}
@media (min-width: 47.5em) {
  h3, dt, .fauxH3 {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.125rem;
}

ul, dl, ol {
  padding: 0 30px 0 0;
  text-align: left;
}

ul {
  list-style-type: disc;
  margin-left: 1.2em;
}

ol {
  margin-left: 1.2em;
}

/*ul li:before, dt:before{
	content: "";
	width:6px;
	height:6px;
	background-color:$brand;
	float:left;
	margin:.6em 0 0 -2em;
	border-radius:50%;
}*/
nav li {
  padding: 0;
}

nav li:before {
  display: none;
}

img {
  vertical-align: middle;
  transition: opacity 0.2s ease-out;
  width: 100%;
  height: auto;
}
.js img.lazyload {
  opacity: 0;
}
img .lazyloaded, .no-js img {
  opacity: 1;
}

.lead {
  font-size: 16px;
  color: #002f6d;
}
@media (min-width: 320px) {
  .lead {
    font-size: calc(16px + 4 * (100vw - 320px) / 280);
  }
}
@media (min-width: 600px) {
  .lead {
    font-size: 20px;
  }
}

.metaHeading {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

p, ol, ul {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

h1 {
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 600;
  margin-bottom: 54px;
  line-height: 1.1em;
  /*.content-wrap & {
  	&::after {
  		content: "";
  		position: absolute;
  		width: 263px;
  		height: 4px;
  		background: url('/assets/img/headline_underline_mosaic.svg');
  		margin-top: 18px;
  		display: block;
  	}
  }*/
}
h1.news {
  text-transform: none;
}
@media (max-width: 60em) {
  h1 {
    font-size: 2.125rem;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1em;
}
.home h2 {
  font-size: 3.75rem;
  margin-bottom: 54px;
  line-height: 1em;
  /*&::after {
  	content: "";
  	position: absolute;
  	width: 263px;
  	height: 4px;
  	background: url('/assets/img/headline_underline_mosaic.svg');
  	margin-top: 18px;
  	display: block;
  }*/
}
@media (max-width: 47.5em) {
  .home h2 {
    font-size: 2.125rem;
    margin-bottom: 40px;
  }
}
h2.main {
  font-size: 3.75rem;
  margin-bottom: 54px;
  line-height: 1em;
  /*&::after {
  	content: "";
  	position: absolute;
  	width: 263px;
  	height: 4px;
  	background: url('/assets/img/headline_underline_mosaic.svg');
  	margin-top: 18px;
  	display: block;
  }*/
}
@media (max-width: 60em) {
  h2.main {
    font-size: 2.125rem;
  }
}
@media (max-width: 60em) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #002f6d;
  line-height: 1.3em;
}
@media (max-width: 60em) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #002f6d;
  line-height: 1.3em;
}

.photo-credits {
  font-size: 0.75rem;
}

.blockLink {
  display: block;
}

.blockLink p {
  color: #707170;
}

.alignCenter {
  text-align: center;
}

.listReset {
  list-style: none;
  padding: 0;
}
.listReset li {
  padding: 0;
}
.listReset li:before {
  display: none;
}

.screenreader {
  position: absolute;
  left: -999em;
  top: -999em;
}

.spacing {
  margin-top: 1.1em;
}
@media (min-width: 47.5em) {
  .spacing {
    margin-top: 1.85em;
  }
}

.doubleSpacing {
  margin-top: 2.2em;
}
@media (min-width: 47.5em) {
  .doubleSpacing {
    margin-top: 3.7em;
  }
}

.halfSpacing {
  margin-top: 0.65em;
}
@media (min-width: 47.5em) {
  .halfSpacing {
    margin-top: 0.925em;
  }
}

.fullscreen {
  display: none !important;
}
@media (min-width: 47.5em) {
  .fullscreen {
    display: block !important;
  }
}

.fullscreenFlex {
  display: none !important;
}
@media (min-width: 47.5em) {
  .fullscreenFlex {
    display: flex !important;
  }
}

@media (min-width: 47.5em) {
  .mini {
    display: none !important;
  }
}

.miniFlexLinearise {
  flex-direction: column;
}
@media (min-width: 47.5em) {
  .miniFlexLinearise {
    flex-direction: row;
  }
}

.miniFlexLineariseAlt {
  flex-direction: column;
}
@media (min-width: 60em) {
  .miniFlexLineariseAlt {
    flex-direction: row;
  }
}

.flex {
  display: flex;
}

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

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

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

.justifyCenter {
  justify-content: center;
}

.itemsCenter {
  align-items: center;
}

.flexColumn {
  flex-direction: column;
}

.flexWrap {
  flex-wrap: wrap;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, span, a, blockquote, cite {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active ul, .wf-active ol, .wf-active dl, .wf-active span, .wf-active a, .wf-active blockquote, .wf-active cite, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive h6, .wf-inactive p, .wf-inactive ul, .wf-inactive ol, .wf-inactive dl, .wf-inactive span, .wf-inactive a, .wf-inactive blockquote, .wf-inactive cite, .no-js h1, .no-js h2, .no-js h3, .no-js h4, .no-js h5, .no-js h6, .no-js p, .no-js ul, .no-js ol, .no-js dl, .no-js span, .no-js a, .no-js blockquote, .no-js cite {
  opacity: 1;
}

.inline_icon {
  width: 18px;
  margin-right: 10px;
  display: inline;
}

mark {
  background-color: rgb(231.3504132231, 236.6595041322, 249.4495867769);
  padding: 0 3px;
}

.alert {
  background-color: rgba(0, 212, 85, 0.2);
  border: 1px solid #00d455;
  padding: 20px;
  color: #002f6d;
}
.alert.top p {
  margin-bottom: 0;
  text-align: center;
}

header.row {
  overflow: visible;
}

.header {
  padding-top: 16px;
  padding-bottom: 34px;
  background-color: white;
  z-index: 1;
}
.header .flex-grid-wrap {
  flex-wrap: nowrap;
}
@media (max-width: 87.5em) {
  .header .flex-grid-wrap {
    display: block;
  }
}
@media (max-width: 47.5em) {
  .header {
    overflow: visible;
    padding-top: 30px;
  }
}

.hide-overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  min-height: 880px;
}
@media (max-width: 47.5em) {
  .home .hide-overlay {
    min-height: 800px;
  }
}
.hide-overlay.tall {
  min-height: 800px;
}

.logo {
  flex: 1 25%;
  padding-top: 32px;
}
.logo img {
  display: block;
  width: 400px;
}
@media (max-width: 47.5em) {
  .logo img {
    margin: 0 auto;
    width: 80%;
  }
}

.donate-container a {
  font-size: 1.2em;
  padding: 10px 4%;
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: #002f6d;
  color: white;
}
.donate-container a:hover {
  background-color: #75afff;
}

#bbox-msg-wrapper img {
  width: 50px !important;
}

.footer-graphics-outer {
  overflow: hidden;
  margin-top: -150px;
  z-index: -1;
}

.footer-graphics-inner {
  position: relative;
  height: 400px;
}

footer {
  background: #efefef url("/assets/img/footer_swirl_1.svg") no-repeat;
  padding: 85px 0;
  margin-top: 0;
  z-index: 0;
}
footer .logo {
  padding-top: 5px;
  flex: 0 1 25%;
}
footer .logo img {
  width: 100%;
}
@media (max-width: 47.5em) {
  footer .logo img {
    width: 60%;
    margin-bottom: 30px;
  }
}
footer p {
  font-size: 0.9375rem;
}
footer h3 {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.375em;
  color: #002f6d;
}
@media (max-width: 47.5em) {
  footer h3 {
    font-size: 1.5rem;
  }
}
footer h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #002f6d;
}
footer h4 a {
  text-decoration: none;
}
@media (max-width: 47.5em) {
  footer h4 {
    font-size: 1.625rem;
    margin-bottom: 10px;
  }
}
footer nav ul {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0;
  margin-bottom: 20px;
}
footer nav ul li {
  margin-bottom: 5px;
}
footer nav ul a {
  text-decoration: none;
}
footer .social {
  justify-content: flex-start;
  margin-bottom: 30px;
}
footer .social a {
  margin-left: 0;
  margin-right: 10px;
}

footer .social {
  justify-content: flex-start;
}
footer .social a {
  margin-left: 0;
  margin-right: 10px;
}

.footer-cols {
  flex: 0 1 13%;
}
@media (max-width: 47.5em) {
  .footer-cols {
    margin-bottom: 30px;
  }
}
.footer-cols:first-of-type {
  padding-left: 0;
}
.footer-cols.highlights {
  flex: 0 1;
}
.footer-cols.highlights h3 {
  font-size: 1.6875rem;
  margin-bottom: 10px;
}
@media (max-width: 47.5em) {
  .footer-cols.highlights h3 {
    font-size: 1.375rem;
  }
}
.footer-cols.highlights a {
  text-decoration: none;
}
.footer-cols.signup {
  flex: 0 1 30%;
}

.divider {
  margin-bottom: 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid #707170;
}
@media (max-width: 47.5em) {
  .divider {
    padding-bottom: 20px;
  }
}

.video-block {
  margin-bottom: 100px;
}
@media (max-width: 47.5em) {
  .video-block {
    margin-bottom: 30px;
  }
}

.featured {
  background: url("/assets/img/home_featured_bg.svg") no-repeat;
  min-height: 800px;
  overflow-x: hidden;
  overflow-y: visible;
  overflow: visible;
}
@media (max-width: 47.5em) {
  .featured {
    margin-bottom: 30px;
  }
}
.featured .content {
  padding: 100px 0 200px 0;
  min-height: 700px;
}
@media (max-width: 100em) {
  .featured .content {
    padding: 100px 0;
  }
}
@media (max-width: 47.5em) {
  .featured .content {
    padding: 0 0 30px 0;
    min-height: 0;
  }
}
@media (max-width: 47.5em) {
  .featured .half {
    padding-bottom: 40px;
  }
}
@media (max-width: 47.5em) {
  .featured .button {
    width: 100%;
  }
}
.featured h2 {
  font-size: 3.75rem;
  margin-bottom: 54px;
  line-height: 1em;
}
@media (max-width: 47.5em) {
  .featured h2 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.featured h3 {
  color: #75afff;
  font-size: 2.625rem;
}

.feature-img {
  position: absolute;
}
@media (max-width: 47.5em) {
  .feature-img {
    position: relative !important;
  }
}
.feature-img.main {
  /*@media (max-width:$G){
  	width: 130%;
  }*/
  /*@media (max-width:$F){
  	width: 130%;
  }*/
  /*@media (max-width:$B){
  	width: 130%;
  }*/
}
@media (max-width: 87.5em) {
  .feature-img.main {
    width: 130%;
  }
}
@media (min-width: 87.5em) {
  .feature-img.main {
    width: 110%;
  }
}

.reversed .feature-img {
  right: 0;
}

.bio-labs-list {
  margin-top: 60px;
}

.bio-labs {
  margin-bottom: 20px;
  padding-right: 20px;
}
.bio-labs h3 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.bio-labs-label {
  flex: 1;
  margin-left: 15px;
}

.bio-labs-icons {
  width: 80px;
  height: 80px;
}
@media (max-width: 47.5em) {
  .bio-labs-icons {
    float: left;
    margin-right: 20px;
  }
}

.gdpr-privacy {
  margin-top: 20px;
}
.gdpr-privacy h3 {
  font-size: 1.5em;
}
.gdpr-privacy p {
  margin-bottom: 0;
}

.dividing-header {
  border-top: 2px solid #002f6d;
  border-bottom: 2px dotted #002f6d;
  color: #002f6d;
  font-size: 5rem !important;
  padding: 30px 0 30px;
  margin-bottom: 60px !important;
}
@media (max-width: 47.5em) {
  .dividing-header {
    font-size: 2.125rem !important;
  }
}

.freeform-row .freeform-column {
  padding: 0 0 25px 0;
}
.freeform-row .freeform-column .freeform-input {
  padding: 10px 5px;
  font-size: 1.125rem;
  color: #707170;
  border: 1px solid #b5b5b5;
  font-family: "korolev", helvetica, arial, sans-serif;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.freeform-row .freeform-column .freeform-label {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.freeform-row .freeform-column .freeform-input-only-label {
  font-size: 1.1em;
}
.freeform-row .freeform-column .freeform-input[type=radio] {
  margin-bottom: 10px; /**/
}
.freeform-row .freeform-column label {
  font-size: 1.1em;
}
@media (max-width: 47.5em) {
  .freeform-row .freeform-column {
    flex: none !important;
  }
}
.freeform-row .button, .freeform-row button {
  display: block;
  max-width: 369px;
  padding: 18px 22px;
  background-color: #002f6d;
  color: white;
  text-decoration: none;
  font-size: 1.0625rem;
  width: 100%;
  cursor: pointer;
  font-family: "korolev", helvetica, arial, sans-serif;
  font-weight: 700;
  border: none;
}
.freeform-row .button:hover, .freeform-row button:hover {
  color: #9db3e8;
}
@media (max-width: 47.5em) {
  .freeform-row {
    flex-direction: column;
  }
}

.freeform-form-has-errors {
  margin-bottom: 20px;
}

.freeform-errors li {
  margin-left: 0;
  padding-left: 0;
}
.freeform-errors li:before {
  content: none;
}

.freeform-input[type=checkbox] {
  margin-bottom: 8px;
}

.filter-form .freeform-column {
  padding: 0 10px 25px 0;
}

table {
  font-size: 1.2em;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.3em;
  border-width: 1px;
  border-color: #b6b6b6;
  border-collapse: collapse;
}
table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #b6b6b6;
  background-color: #dedede;
}
table td {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #b6b6b6;
  background-color: #ffffff;
}
table td.time {
  width: 30%;
}
table.no-borders td {
  border: none;
}

.navs {
  flex: 1 75%;
  padding-top: 20px;
}

.primary-nav-wrap {
  padding-top: 24px;
}
@media (max-width: 47.5em) {
  .primary-nav-wrap {
    opacity: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    overflow: scroll;
    z-index: 9999;
    padding: 52px 5.40541% 0;
    background: #002f6d;
    transition: transform 0.2s ease-out;
    transform: translateY(-100%);
  }
  .nav-on .primary-nav-wrap {
    opacity: 1;
    transform: translateY(0);
  }
}

.primary-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 1.25rem;
}
.primary-nav a {
  margin-left: 30px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.primary-nav a.active {
  font-weight: 600;
}
.primary-nav a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 32px;
  bottom: -22px;
  transform: translateY(14px) scale(1);
  opacity: 1;
  background: #002f6d;
  margin: 0 auto;
}
@media (max-width: 47.5em) {
  .primary-nav a {
    color: white;
  }
}
@media (max-width: 67em) {
  .primary-nav {
    font-size: 1.125rem;
  }
  .primary-nav a {
    margin-left: 20px;
  }
}
@media (max-width: 60em) {
  .primary-nav {
    justify-content: space-between;
  }
  .primary-nav a {
    margin: 0;
  }
}
@media (max-width: 47.5em) {
  .primary-nav {
    display: block;
    font-size: 1.625rem;
  }
  .primary-nav li {
    margin-bottom: 20px;
  }
}

.subnav {
  background: #efefef;
  z-index: 6;
}
.subnav .scroll-mask {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 43px;
  background: linear-gradient(90deg, #efefef, rgba(239, 239, 239, 0));
}
.subnav .content-wrap {
  overflow: scroll;
}
.subnav .scroll-hint {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.312%22%20height%3D%22110.562%22%3E%3Cpath%20opacity%3D%22.6%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23b8b8b8%22%20d%3D%22M0%200h43.312v110.562H0L26%2054%200%200z%22%2F%3E%3Cpath%20opacity%3D%22.3%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23efefef%22%20d%3D%22M8.9%200h43.312v110.562H8.9L34.9%2054%208.9%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
}
.subnav.deep {
  background: #002f6d;
}
.subnav.deep .scroll-mask {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 43px;
  background: linear-gradient(90deg, #002e6d, rgba(0, 46, 109, 0));
}
.subnav.deep .scroll-hint {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.312%22%20height%3D%22110.562%22%3E%3Cpath%20opacity%3D%22.6%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%232059a7%22%20d%3D%22M0%200h43.312v110.562H0L26%2054%200%200z%22%2F%3E%3Cpath%20opacity%3D%22.3%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%230c3e83%22%20d%3D%22M8.9%200h43.312v110.562H8.9L34.9%2054%208.9%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
}

.sub-nav-wrap {
  padding: 6px 0;
}

.sub-nav {
  padding: 10px 0;
}
.sub-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 0;
  font-size: 1rem;
}
.sub-nav ul li {
  flex: 0 0 auto;
}
.sub-nav ul a {
  margin-right: 30px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.sub-nav ul a.active {
  font-weight: 600;
}
.sub-nav ul a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 9px;
  bottom: 2px;
  transform: translateY(14px) scale(1);
  opacity: 1;
  background: #002f6d;
  margin: 0 auto;
}
@media (max-width: 60em) {
  .sub-nav ul a.active:after {
    height: 11px;
    bottom: 2px;
  }
}
@media (max-width: 60em) {
  .sub-nav {
    padding: 10px 0;
  }
}

.deep .sub-nav a {
  color: white;
}
.deep .sub-nav a:hover {
  color: #9db3e8;
}
.deep .sub-nav a.active:after {
  background: white;
}

.menu-trigger-wrap {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 18px;
  right: 4%;
  z-index: 8;
}
.nav-on .menu-trigger-wrap {
  background: transparent;
}

.menu-trigger {
  position: relative;
  display: block;
  width: 26px;
  height: 20px;
  margin: 0;
  outline: 0;
}
.menu-trigger span {
  transition: all 0.3s ease;
  width: 100%;
  height: 3px;
  background-color: #002f6d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.menu-trigger span:before, .menu-trigger span:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #002f6d;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.menu-trigger span:before {
  top: -8px;
}
.menu-trigger span:after {
  bottom: -8px;
}

.nav-on .menu-trigger span {
  background: transparent !important;
}
.nav-on .menu-trigger span:before, .nav-on .menu-trigger span:after {
  background-color: #fff;
}
.nav-on .menu-trigger span:before {
  top: 0;
  transform: rotate(45deg);
}
.nav-on .menu-trigger span:after {
  top: 0;
  transform: rotate(-45deg);
}

#cookie-law {
  padding: 15px 20px;
  position: fixed;
  color: white;
  background: #002f6d;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
#cookie-law p {
  border-right: 1px solid white;
  width: 70%;
  float: left;
  margin: 0;
  padding-right: 15px;
}
@media (max-width: 36.75em) {
  #cookie-law p {
    font-size: 0.8em;
  }
}
#cookie-law .stronger {
  font-weight: bold;
}
#cookie-law a {
  color: white;
}
#cookie-law .close-cookie-banner a {
  color: white;
}
#cookie-law .cookieConfirm {
  float: right;
  width: 30%;
  text-align: right;
  padding-left: 10px;
}
#cookie-law label {
  position: relative;
  display: inline;
  left: auto;
  top: auto;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 36.75em) {
  #cookie-law label {
    font-size: 0.9em;
  }
}
#cookie-law input[type=checkbox i] {
  margin: 0 0 0 5px;
  height: 17px;
  width: 20px;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  font-size: 1.2em;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.3em;
  border-width: 1px;
  border-color: #b6b6b6;
  border-collapse: collapse;
}
table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #b6b6b6;
  background-color: #dedede;
}
table td {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #b6b6b6;
  background-color: #ffffff;
}
table td.time {
  width: 30%;
}
table.no-borders td {
  border: none;
}

.social {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  height: 24px;
}
.social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
@media (max-width: 47.5em) {
  .social {
    justify-content: center;
  }
}
.social .nav-search {
  text-decoration: none;
  font-weight: 500;
  width: 87px;
  line-height: 25px;
}
.social .social_sub a {
  margin-left: 4px;
}

nav ul {
  margin-bottom: 0;
}

.stats {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 47.5em) {
  .stats {
    margin-bottom: 30px;
  }
}
.home .stats {
  margin-bottom: 60px;
}
.stats .box {
  margin-left: 5%;
}
.stats .box:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 47.5em) {
  .stats .box {
    margin-left: 0;
  }
}
.stats h2 {
  font-size: 5.625rem;
  font-weight: 700;
  color: #75afff;
  margin-bottom: 10px;
}
@media (max-width: 47.5em) {
  .stats h2 {
    font-size: 3.75rem;
  }
}
.stats h2::after {
  background: none !important;
}
.home .stats h2 {
  font-size: 5.625rem;
  margin-bottom: 10px;
}
@media (max-width: 47.5em) {
  .home .stats h2 {
    font-size: 3.75rem;
  }
}
.stats h3 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 47.5em) {
  .stats h3 {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }
}
.stats .carousel-cell {
  padding: 0 20px;
  width: 33.3333333333%;
}
@media (max-width: 47.5em) {
  .stats .carousel-cell {
    width: 100%;
  }
}

.hero {
  min-height: 760px;
  position: relative;
  overflow: visible;
  margin-bottom: 100px;
}
.hero.shorten {
  min-height: 700px;
}
@media (max-width: 47.5em) {
  .hero.shorten {
    min-height: 600px;
  }
}
@media (max-width: 47.5em) {
  .hero {
    min-height: 820px;
    margin-bottom: 30px;
  }
}
.hero .hero-bg-main {
  position: absolute;
  width: 100%;
  min-height: 780px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 47.5em) {
  .hero .hero-bg-main {
    min-height: 600px;
    background-size: cover;
  }
}

@media (max-width: 47.5em) {
  .home .hero {
    min-height: 600px;
  }
}

.hero-graphics {
  min-height: 880px;
  overflow: hidden;
}
@media (max-width: 47.5em) {
  .hero-graphics {
    min-height: 810px;
  }
}
.hero-graphics .hero-bg-main {
  position: absolute;
  width: 100%;
  min-height: 880px;
  background-repeat: no-repeat;
  background-position: top 0 right -30px;
}
@media (max-width: 60em) {
  .hero-graphics .hero-bg-main {
    background-position: top 0 right -330px;
  }
}
@media (max-width: 47.5em) {
  .hero-graphics .hero-bg-main {
    min-height: 600px;
    background-size: cover;
    background-position: top 0 right -330px;
  }
}

.parallax {
  position: absolute;
}

.hero-outline-text {
  right: -40px;
  bottom: 0;
  width: 80%;
}
@media (max-width: 47.5em) {
  .hero-outline-text {
    right: 0;
    width: 100%;
    bottom: 140px;
  }
}

.hero-header {
  width: 65%;
  margin-top: 70px;
  overflow: hidden;
}
.hero-header h1 {
  font-size: 5.625rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
  color: white;
}
.hero-header h1::after {
  background: none !important;
}
.hero-header h1 .dynamic {
  font-size: 6.25rem;
  font-weight: 700;
}
@media (max-width: 47.5em) {
  .hero-header h1 .dynamic {
    font-size: 3.125rem;
  }
}
@media (max-width: 29.9375em) {
  .hero-header h1 .dynamic {
    font-size: 2.9375rem;
  }
}
@media (max-width: 47.5em) {
  .hero-header h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 29.9375em) {
  .hero-header h1 {
    font-size: 3.125rem;
  }
}
.hero-header p {
  color: white;
  font-size: 1.75rem;
  line-height: 1.3em;
}
@media (max-width: 47.5em) {
  .hero-header p {
    font-size: 1.25rem;
  }
}
@media (max-width: 67em) {
  .hero-header {
    width: 70%;
  }
}
@media (max-width: 60em) {
  .hero-header {
    width: 100%;
  }
}

@media (max-width: 60em) {
  .header {
    z-index: 7;
  }
}

@media (max-width: 47.5em) {
  .positioning {
    top: 20px !important;
    bottom: auto !important;
    width: 270px !important;
  }
}

.element_00 {
  width: 616px;
  top: -100px;
  right: -50px;
}

.element_01 {
  width: 579px;
  top: -80px;
  right: -32px;
}

.element_08 {
  width: 217px;
  top: 20px;
  right: 46%;
}

.sidebar-wrap {
  background: white;
  padding: 30px 20px 30px 70px;
}
@media (max-width: 47.5em) {
  .sidebar-wrap {
    padding: 0;
  }
}
.sidebar-wrap .event h1 {
  font-size: 1.375rem;
  text-transform: none;
  line-height: 1.2em;
  margin-bottom: 0;
}
.sidebar-wrap .event h1::after {
  background: none !important;
}
.sidebar-wrap .event h1 a {
  font-weight: 700;
}
.sidebar-wrap .event p {
  font-size: 1rem;
}

body.no-scroll {
  overflow-y: hidden;
}

.overlay-bg {
  background-color: rgba(0, 47, 109, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  transition: opacity 300ms;
}
.overlay-bg.overlay-bg-out {
  transition-delay: 100ms;
  opacity: 0;
}
.overlay-bg.overlay-bg-in {
  display: block;
  opacity: 1;
}

.overlay-page {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 84%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 116px 0;
  transition: transform 300ms ease;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.overlay-page.overlay-page-out {
  transform: translateX(-100%);
}
.overlay-page.overlay-page-in {
  display: block;
  transition-delay: 100ms;
  transform: translateX(0%);
}
.overlay-page .sidebar {
  width: 20%;
  position: fixed;
}
.overlay-page .main {
  width: 66%;
  margin-left: 25%;
  overflow: auto;
}
@media (max-width: 47.5em) {
  .overlay-page .main {
    width: 100%;
    margin-left: 0;
  }
}
.overlay-page .close {
  position: fixed;
  width: 34px;
  top: 38px;
}
.overlay-page aside a {
  text-decoration: none;
}
.overlay-page aside h1 {
  line-height: 1.5em;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 1em;
  margin-bottom: 20px;
  color: inherit;
}
.overlay-page aside h1::after {
  content: none;
}
.overlay-page aside h2.related-articles {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #002f6d;
  line-height: 1.3em;
  font-weight: normal;
}
@media (max-width: 47.5em) {
  .overlay-page {
    width: 96%;
  }
}

.ajax-wrap {
  display: none;
}

.social {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  height: 24px;
}
.social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
@media (max-width: 47.5em) {
  .social {
    justify-content: center;
  }
}
.social .nav-search {
  text-decoration: none;
  font-weight: 500;
  width: 87px;
  line-height: 25px;
}
.social .social_sub a {
  margin-left: 4px;
}

nav ul {
  margin-bottom: 0;
}

.testimonials {
  margin-bottom: 60px;
}
.testimonials .photo-blocks {
  margin-bottom: 50px;
}
@media (max-width: 47.5em) {
  .testimonials .photo-blocks {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
.testimonials .photo-blocks img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
}
@media (max-width: 47.5em) {
  .testimonials .photo-blocks img {
    width: 60px;
    height: 60px;
    float: left;
  }
}
.testimonials .photo-blocks h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #002f6d;
}
@media (max-width: 47.5em) {
  .testimonials .photo-blocks h3 {
    font-size: 1.875rem;
  }
}
.testimonials .photo-blocks h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #002f6d;
  margin-bottom: 10px;
}
.testimonials .photo-blocks .flex-col {
  flex: 1;
  padding-left: 20px;
}
@media (max-width: 47.5em) {
  .testimonials .photo-blocks .flex-col {
    padding-left: 72px;
  }
}
.testimonials.in-fluid {
  margin-bottom: 0;
  margin-top: 30px;
}
.testimonials.in-fluid .photo-blocks {
  margin-bottom: 20px;
}

.alt-testimonial::before {
  content: url(/uploads/main/testimonial_quote_open.svg);
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200px;
}
@media (max-width: 47.5em) {
  .alt-testimonial::before {
    left: -30px;
    width: 150px;
  }
}

.alt-testimonial::after {
  content: url(/uploads/main/testimonial_quote_close.svg);
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 200px;
  z-index: 0;
}
@media (max-width: 47.5em) {
  .alt-testimonial::after {
    right: 0;
    width: 150px;
  }
}

.alt-testimonial {
  border: 2px solid #34A3DC;
  padding: 30px 30px 30px;
  color: #77787B;
  margin: 60px 0 60px;
  background-color: white;
  position: relative;
}

.alt-testimonial__testimonial {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
@media (max-width: 47.5em) {
  .alt-testimonial__testimonial {
    font-size: 1.2rem;
  }
}

.alt-testimonial__cite {
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.alt-testimonial__photo {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
}

.alt-testimonial__image-col {
  flex: 0 1 108px;
}

.alt-testimonial__content-col {
  flex: 1;
}

.box-grid {
  overflow: visible;
}
.box-grid .box {
  padding: 42px 38px 38px 38px;
  background: white;
  margin: 4px 0 20px 5%;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 5px 15px 2px rgba(33, 78, 138, 0.15);
  transition: box-shadow 0.2s ease-out;
  /*@media (max-width:$B){
  	flex: 0 0 100%;
  	margin-left: 0;
  	&:nth-child(odd) {
  		margin-left: 0;
  	}
  	-webkit-box-shadow: 0px 5px 15px 2px rgba(33,78,138,0.15);
  	-moz-box-shadow: 0px 5px 15px 2px rgba(33,78,138,0.15);
  	box-shadow: 0px 5px 15px 2px rgba(33,78,138,0.15);

  }*/
}
.box-grid .box:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 47.5em) {
  .box-grid .box {
    flex: 0 0 47.5%;
    margin: 4px 0 20px 5%;
  }
  .box-grid .box:nth-child(3n+1) {
    margin-left: auto;
  }
  .box-grid .box:nth-child(odd) {
    margin-left: 0;
  }
}
.box-grid .box h2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 47.5em) {
  .box-grid .box h2 {
    font-size: 1.75rem;
  }
}
.box-grid .box p {
  font-size: 1.0625rem;
}
.box-grid .box.people h2 {
  font-size: 2rem;
}
.box-grid .box.people h3 {
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.5rem;
}
.box-grid .box.people img {
  margin-bottom: 20px;
  border-radius: 50%;
}
.box-grid .box.quarter {
  margin-left: 2%;
}
.box-grid .box.quarter:nth-child(4n+1) {
  margin-left: 0;
}
.box-grid .flex-grid-wrap {
  justify-content: flex-start;
}
.box-grid a.company-logos.new {
  text-decoration: none;
  color: #707170;
  font-weight: 500;
}
.box-grid a.company-logos.new:hover {
  color: #707170;
}
.box-grid .company-logos.new {
  justify-content: center !important;
  overflow: hidden; /* Hide the content initially */
  position: relative;
}
.box-grid .company-logos.new img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 75px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 47.5em) {
  .box-grid .company-logos.new img {
    max-height: 110px;
  }
}
.box-grid .company-logos.new:hover {
  /*.company-logos__addcontent {
  	 max-height: 200px;
  }*/
}
.box-grid .company-logos.new:hover .company-logos__addcontent {
  opacity: 1;
}
.box-grid .company-logos.new p {
  font-size: 0.9375rem;
}
.box-grid .company-logos.new h2 {
  text-align: center;
}
.box-grid .company-logos.new .company-logos__summary {
  text-align: center;
}
.box-grid .company-logos.new .company-logos__addcontent {
  /*margin-top: auto;*/
  text-align: center;
  /*	max-height: 0; /* Initially hidden */
  overflow: hidden; /* Hide overflow content */
  transition: max-height 0.5s ease-in-out; /* Smooth transition for max-height change */
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  display: flex;
  top: 0;
  opacity: 0;
  color: white;
  background-color: rgba(0, 47, 109, 0.9);
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  /* margin-top: auto; */
  text-align: center;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
}
.box-grid .company-logos.new .company-logos__addcontent p {
  margin-bottom: 0;
  padding: 5px;
  /*border: 1px solid #efefef;*/
  font-size: 1rem;
}
@media (max-width: 47.5em) {
  .box-grid .company-logos.new .company-logos__addcontent {
    position: relative;
    opacity: 1;
    border: 1px solid #b9b9be;
    color: #002f6d;
    background-color: white;
  }
}

/* end .box-grid */
.files {
  font-size: 1.0625rem;
  margin-bottom: 20px;
  margin-left: 0;
  list-style-type: none;
}
.files li {
  margin-bottom: 5px;
}

.files-thumbs {
  margin-bottom: 60px;
}
.files-thumbs .file-grid {
  justify-content: flex-start;
}
.files-thumbs .file-grid .file-col {
  flex: 0 1 20%;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 20px 30px;
}
@media (max-width: 47.5em) {
  .files-thumbs .file-grid .file-col {
    flex: 0 1 50%;
    padding: 20px 10px;
  }
}

.file-grid {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.file-grid:after {
  content: "";
  flex: auto;
}
.file-grid .file-col {
  flex: 0 1 46%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ffffff;
}
.file-grid .file-col a {
  text-decoration: none;
}
.file-grid .file-col h2 {
  font-size: 1.3em;
  text-transform: none;
}
.file-grid .file-col p {
  font-weight: 500;
  color: #707170;
}
@media (max-width: 47.5em) {
  .file-grid .file-col p {
    font-size: 1rem;
    line-height: 1.4em;
  }
}
.file-grid .file-col img {
  margin-bottom: 20px;
}

.slideshow-container {
  position: relative;
  margin-bottom: 30px;
}

.slide {
  width: 100%;
  height: auto;
}

.flickity-page-dots {
  text-align: right;
  top: 10px;
  right: 10px;
  bottom: auto;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #00b0ca;
}
.flickity-page-dots .dot.is-selected {
  background: #9db3e8;
}

.flickity-prev-next-button {
  top: 34px;
  background: white;
  border: 1px solid #002f6d;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button.previous {
  right: 64px;
  left: auto;
}
.flickity-prev-next-button svg {
  width: 20px;
}
.flickity-prev-next-button .arrow {
  fill: #002f6d;
  width: 50%;
}

.slider-featured {
  margin-bottom: 100px;
  overflow: visible;
}
.slider-featured .slideshow-container {
  margin: 1px;
}
.slider-featured .slideshow-container.content {
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.stats .carousel-cell {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.stats .carousel-cell.is-previous {
  opacity: 1;
}
.stats .carousel-cell.is-next {
  opacity: 1;
}
.stats .carousel-cell.is-selected {
  opacity: 1;
}

.search-form {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.search-form label {
  width: 100%;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.search-form .search-input {
  padding: 10px 5px;
  font-size: 1.125rem;
  color: #707170;
  border: 1px solid #b5b5b5;
  font-family: "korolev", helvetica, arial, sans-serif;
  width: 100%;
  height: 53px;
}
.search-form .flex-col {
  margin-right: 10px;
}

.icon-search {
  width: 20px;
}

.content-wrap .result-box {
  display: block;
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.content-wrap .result-box h1 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: none;
}
.content-wrap .result-box h1::after {
  content: none;
}
.content-wrap .result-box a {
  text-decoration: none;
  font-weight: 500;
}

.color_3, .color_2, .button {
  display: block;
  max-width: 369px;
  padding: 18px 22px;
  background-color: #002f6d;
  color: white;
  text-decoration: none;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  font-size: 1.0625rem;
  font-family: "korolev", helvetica, arial, sans-serif;
  cursor: pointer;
  width: 100%;
  border: none;
}
.color_3:hover, .color_2:hover, .button:hover {
  color: #9db3e8;
}

.button + .button {
  margin-top: 10px;
}

.color_2 {
  background-color: #75afff;
}
.color_2:hover {
  color: #002f6d;
}

.color_3 {
  background-color: #efefef;
  color: #002f6d;
}
.caption {
  background: linear-gradient(to bottom, rgba(0, 47, 109, 0) 0%, rgb(0, 47, 109) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00002f6d", endColorstr="#002f6d",GradientType=0 );
  font-weight: 600;
  padding: 60px 38px 35px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  color: white;
  cursor: default;
  line-height: 1.4em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cecece;
  margin: 40px 0;
  padding: 0;
}

.companies {
  margin-bottom: 100px;
}
.home .companies {
  margin-bottom: 150px;
}

.companies-logos {
  text-align: center;
}
@media (max-width: 47.5em) {
  .companies-logos {
    margin-bottom: 30px;
  }
}
.home .companies-logos {
  margin-bottom: 35px;
}
.companies-logos .box {
  margin-left: 5%;
}
.companies-logos .box:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 47.5em) {
  .companies-logos .box {
    margin-left: 0;
  }
}
.companies-logos h2 {
  font-size: 5.625rem;
  font-weight: 700;
  color: #75afff;
  margin-bottom: 10px;
}
@media (max-width: 47.5em) {
  .companies-logos h2 {
    font-size: 3.75rem;
  }
}
.companies-logos h2::after {
  background: none !important;
}
.home .companies-logos h2 {
  font-size: 5.625rem;
  margin-bottom: 10px;
}
@media (max-width: 47.5em) {
  .home .companies-logos h2 {
    font-size: 3.75rem;
  }
}
.companies-logos h3 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 47.5em) {
  .companies-logos h3 {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }
}
.companies-logos .carousel-cell {
  padding: 30px 30px;
  width: 25%;
}
@media (max-width: 47.5em) {
  .companies-logos .carousel-cell {
    width: 100%;
  }
}

.news {
  margin-bottom: 100px;
}
@media (max-width: 47.5em) {
  .news {
    margin-bottom: 50px;
  }
}

.news-page .third {
  /*@media (max-width:$E){
  	margin-left: 0;
  	flex: 0 1 47.5%;
  }*/
}
@media (max-width: 47.5em) {
  .news-page .third {
    margin-left: 0;
  }
}
.news-page .content-wrap {
  overflow: auto;
}
.news-page .two-third {
  z-index: 1;
}

.article-box {
  margin-left: 5%;
  margin-bottom: 25px;
}
.article-box:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 47.5em) {
  .article-box {
    margin-left: 0 !important;
  }
}
.article-box .meta {
  font-size: 1rem;
  color: #002f6d;
  overflow: auto;
  padding: 7px 10px;
  background: white;
}
.article-box .meta .date {
  display: block;
  float: left;
}
.article-box .meta .category {
  display: block;
  float: right;
  text-transform: uppercase;
}
.article-box .article-wrap {
  position: relative;
  min-height: 325px;
  background-color: #002f6d;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c2c2c2;
}
.article-box .article-wrap hgroup {
  color: white;
  background: rgba(0, 47, 109, 0.9);
  position: absolute;
  bottom: 0;
  padding: 18px 28px;
  width: 100%;
}
.article-box .article-wrap hgroup h1 {
  font-size: 1.375rem;
  color: white;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 47.5em) {
  .article-box .article-wrap hgroup h1 {
    font-size: 1.125rem;
  }
}
.article-box .article-wrap hgroup h1::after {
  background: none;
}
.article-box .article-wrap hgroup h2 {
  font-size: 0.875rem;
  color: white;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.article-box .article-wrap hgroup h2::after {
  background: none !important;
}
.news-page .article-box {
  /*&:nth-child(even) {
  	margin-left: auto;
  }*/
  /*&:nth-child(3n+1) {
  	margin-left: auto;
  }*/
}
.news-page .article-box:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 47.5em) {
  .news-page .article-box:nth-child(3n+1) {
    margin-left: 0;
  }
}
.article-box .vid-play {
  width: 75px;
  position: absolute;
  top: 28px;
  left: 28px;
}

.pagination {
  font-size: 1.25rem;
  font-weight: 300;
  width: 100%;
}
.pagination a {
  text-decoration: none;
  font-weight: 500;
}
.pagination a.active {
  font-weight: 700;
}
.pagination ul {
  margin-left: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination .pages {
  margin-right: 20px;
}

.company-logos {
  justify-content: center !important;
}
.company-logos img {
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
ul.cat-filter {
  list-style-type: none;
  margin-bottom: 40px;
  border-bottom: 1px solid #002f6d;
  padding-bottom: 15px;
  margin-left: 0;
}
@media (max-width: 47.5em) {
  ul.cat-filter {
    width: 100%;
  }
}
ul.cat-filter li {
  display: inline-block;
  margin-right: 25px;
}
ul.cat-filter a {
  text-decoration: none;
}
ul.cat-filter a.active {
  color: #9db3e8;
}

.img-info-box {
  display: flex;
  justify-content: space-between;
}
.img-info-box a {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}

.event-times {
  font-weight: 600;
  color: #002f6d;
  font-size: 1.375rem;
}

.capital-map {
  margin-bottom: 100px;
}
.capital-map .half:nth-child(2) {
  margin-right: 5%;
}
.capital-map img {
  margin-bottom: 30px;
}

.investor-list {
  color: #002f6d;
  font-weight: 600;
  list-style-type: none;
  margin-left: 0;
  -moz-column-count: 2;
  column-count: 2;
  line-height: 1em;
  padding-right: 0;
}
.investor-list li {
  margin-bottom: 10px;
}
.investor-list .reduce {
  font-weight: 400;
  font-size: 0.8em;
}

@media (max-width: 800px) {
  .hero-graphics__cs-new .hero-bg-main {
    min-height: 368px;
  }
}

.sidebar-wrap__case-study {
  padding: 0px 0px 0px 30px;
  color: white;
}
.sidebar-wrap__case-study .fluid-wrap {
  background-color: #75afff;
  padding: 30px;
}
.sidebar-wrap__case-study h2, .sidebar-wrap__case-study h3 {
  color: white;
}
.sidebar-wrap__case-study ul li {
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .sidebar-wrap__case-study {
    padding: 0;
  }
}

.cs-image-wrapper {
  position: relative;
}

.cs-image {
  border: 8px solid white;
  border-radius: 50%;
}

.cs-image__content-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.cs-image__header-large {
  position: absolute;
  width: 563px;
  top: -70px;
  right: -115px;
}
@media (max-width: 900px) {
  .cs-image__header-large {
    width: 400px;
    top: -38px;
    right: -50px;
  }
}
@media (max-width: 47.5em) {
  .cs-image__header-large {
    width: 200px;
    top: -20px;
    right: -20px;
  }
}

.cs-image__header-small {
  position: absolute;
  width: 270px;
  top: 220px;
  right: 270px;
}
@media (max-width: 900px) {
  .cs-image__header-small {
    width: 180px;
    top: 200px;
    right: 200px;
  }
}
@media (max-width: 47.5em) {
  .cs-image__header-small {
    width: 120px;
    top: 110px;
    right: 70px;
  }
}

@media (max-width: 900px) {
  .flex-grid-wrap__cs-new {
    display: block;
  }
}
@media (max-width: 1010px) {
  .flex-grid-wrap__cs-new .two-third {
    flex: 0 1 63%;
  }
}
