@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

HTML {
  font-size: 100.01%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

A,
ABBR,
ACRONYM,
ADDRESS,
APPLET,
BIG,
BLOCKQUOTE,
BODY,
CAPTION,
CITE,
CODE,
DD,
DEL,
DFN,
DIV,
DL,
DT,
EM,
FIELDSET,
FIGURE,
FONT,
FORM,
H1,
H2,
H3,
H4,
H5,
H6,
HR,
HTML,
IFRAME,
IMG,
INS,
KBD,
LABEL,
LEGEND,
LI,
OBJECT,
OL,
P,
PRE,
Q,
S,
SAMP,
SMALL,
SPAN,
STRIKE,
STRONG,
SUB,
SUP,
TABLE,
TBODY,
TD,
TFOOT,
TH,
THEAD,
TR,
TT,
UL,
VAR {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: inherit
}

ADDRESS,
CITE,
DFN,
EM,
I,
VAR {
  font-style: normal
}

H1,
H2,
H3,
H4,
H5,
H6,
TH {
  font-size: 10px;
  font-weight: 400
}

INPUT,
SELECT,
TEXTAREA {
  font-family: arial, sans-serif;
  font-size: 1em
}

#support-school button,
INPUT[type=button],
INPUT[type=submit] {
  cursor: pointer
}

SMALL,
SUB,
SUP {
  font-size: .85em
}

OL,
UL {
  list-style: none
}

TABLE {
  border-collapse: collapse;
  border-spacing: 0
}

CAPTION,
TD,
TH {
  text-align: left
}

SUB,
SUP {
  vertical-align: baseline;
  position: relative;
  top: -.5em
}

SUB {
  top: .5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block
}

BODY {
  font-size: 10px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

STRONG {
  font-weight: 400
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0
}

.wrapper {
  max-width: 1440px;
  padding: 0 10.35em;
  margin: 0 auto
}

.row,
.row-box {
  overflow: hidden
}

.row {
  clear: both;
  position: relative
}

.row-box {
  margin-right: 1.6em;
  margin-left: 1.6em
}

.floor {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6em 0 5em
}

.floor-padding {
  padding-top: 4em;
  padding-bottom: 4em
}

.floor-padding.no-pad-top {
  padding-top: 0
}

.floor-padding .col-2 .bottom-padding,
.floor-padding .col-3 .bottom-padding,
.floor-padding .col-66 .bottom-padding,
.ugc ol {
  padding-bottom: 2em
}

.grid .grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 2em 2em
}

.grid .w-1 {
  width: 33.33%
}

.grid .w-1-5 {
  width: 50%
}

.grid .w-2 {
  width: 66.66%
}

.col,
.col-side.primary {
  float: left
}

.col-inline {
  overflow: hidden;
  float: none;
  display: inline-block;
  vertical-align: top
}

.col-side {
  width: 19.5em
}

.col-side.secondary {
  float: right
}

.col-orphan {
  margin-left: 19.5em
}

.col-fill,
.col.col-main {
  float: none
}

.col.col-main .col-66 {
  width: 66.55%
}

.col.right {
  float: right
}

.col-1-of-6 {
  width: 16.666%
}

.col-2-of-6 {
  width: 33.333%
}

.col-3-of-6 {
  width: 50%
}

.col-4-of-6 {
  width: 66.666%
}

.col-5-of-6 {
  width: 83.333%
}

.col-2,
.col-50 {
  width: 50%
}

.col-25 {
  width: 25%
}

.col-30 {
  width: 30%
}

.col-3,
.col-33 {
  width: 33.333%
}

.col-40 {
  width: 40%
}

.col-20,
.col-5 {
  width: 20%
}

.col-60 {
  width: 60%
}

.col-66 {
  width: 66.666%
}

.col-70 {
  width: 70%
}

.col-75 {
  width: 75%
}

.col-80 {
  width: 80%
}

.col-box {
  position: relative;
  margin-right: 1.6em;
  margin-left: 1.6em
}

.vpad-0-10 {
  padding-top: 0;
  padding-bottom: 10em
}

.vpad-10-0 {
  padding-top: 10em;
  padding-bottom: 0
}

.vpad-10,
.vpad-10-5 {
  padding-top: 10em;
  padding-bottom: 10em
}

.vpad-10-5 {
  padding-bottom: 5em
}

.vpad-0-1,
.vpad-1-1 {
  padding-top: 0;
  padding-bottom: 1em
}

.vpad-1-1 {
  padding-top: 1em
}

.vpad-0-3,
.vpad-1-3 {
  padding-top: 1em;
  padding-bottom: 3em
}

.vpad-0-3 {
  padding-top: 0
}

.vpad-3-0,
.vpad-3-3 {
  padding-top: 3em;
  padding-bottom: 0
}

.vpad-3-3 {
  padding-bottom: 3em
}

.vpad-0-5,
.vpad-0-6 {
  padding-top: 0;
  padding-bottom: 5em
}

.vpad-0-6 {
  padding-bottom: 6em
}

.vpad-6-0,
.vpad-6-6 {
  padding-top: 6em;
  padding-bottom: 0
}

.vpad-6-6 {
  padding-bottom: 6em
}

.vpad-6-3,
.vpad-6-9 {
  padding-top: 6em;
  padding-bottom: 3em
}

.vpad-6-9 {
  padding-bottom: 9em
}

.vpad-12-12,
.vpad-12-6 {
  padding-top: 12em;
  padding-bottom: 12em
}

.vpad-12-6 {
  padding-bottom: 6em
}

.vpad-0-12 {
  padding-top: 0;
  padding-bottom: 12em
}

.flexbox-row {
  display: block
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .flexbox-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .flexbox-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.flexbox-item {
  display: inline-block;
  vertical-align: top
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .flexbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .flexbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.flexbox-item-box {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 1px
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .flexbox-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .flexbox-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.flexbox-fullheight,
.flexbox-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.flexbox-fullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}

@font-face {
  font-family: "choosetoteach";
  src: url(../fonts/icons/choosetoteach.eot);
  src: url(../fonts/icons/choosetoteach.eot?#iefix) format("embedded-opentype"), url(../fonts/icons/choosetoteach.woff) format("woff"), url(../fonts/icons/choosetoteach.ttf) format("truetype"), url(../fonts/icons/choosetoteach.svg#choosetoteach) format("svg");
  font-weight: 400;
  font-style: normal
}

[data-icon]:before {
  content: attr(data-icon)
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
  font-family: "choosetoteach" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-facebook:before {
  content: "\61"
}

.icon-instagram:before {
  content: "\63"
}

.icon-twitter:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij48cGF0aCBkPSJNNDYuMTM3LDYuNTUyYy0wLjc1LTAuNjM2LTEuOTI4LTAuNzI3LTMuMTQ2LTAuMjM4bC0wLjAwMiwwQzQxLjcwOCw2LjgyOCw2LjcyOCwyMS44MzIsNS4zMDQsMjIuNDQ1CWMtMC4yNTksMC4wOS0yLjUyMSwwLjkzNC0yLjI4OCwyLjgxNGMwLjIwOCwxLjY5NSwyLjAyNiwyLjM5NywyLjI0OCwyLjQ3OGw4Ljg5MywzLjA0NWMwLjU5LDEuOTY0LDIuNzY1LDkuMjEsMy4yNDYsMTAuNzU4CWMwLjMsMC45NjUsMC43ODksMi4yMzMsMS42NDYsMi40OTRjMC43NTIsMC4yOSwxLjUsMC4wMjUsMS45ODQtMC4zNTVsNS40MzctNS4wNDNsOC43NzcsNi44NDVsMC4yMDksMC4xMjUJYzAuNTk2LDAuMjY0LDEuMTY3LDAuMzk2LDEuNzEyLDAuMzk2YzAuNDIxLDAsMC44MjUtMC4wNzksMS4yMTEtMC4yMzdjMS4zMTUtMC41NCwxLjg0MS0xLjc5MywxLjg5Ni0xLjkzNWw2LjU1Ni0zNC4wNzcJQzQ3LjIzMSw3LjkzMyw0Ni42NzUsNy4wMDcsNDYuMTM3LDYuNTUyeiBNMjIsMzJsLTMsOGwtMy0xMGwyMy0xN0wyMiwzMnoiPjwvcGF0aD48L3N2Zz4=');
}

.icon-odnoklassniki:before {
  content: "\65"
}

.icon-youtube:before {
  content: "\66"
}

.icon-file-o:before {
  content: "\67"
}

.icon-file-word-o:before {
  content: "\68"
}

.icon-file-pdf-o:before {
  content: "\69"
}

.icon-file-excel-o:before {
  content: "\6a"
}

.icon-file-image-o:before {
  content: "\6b"
}

.icon-bars:before {
  content: "\6c"
}

.icon-vk:before {
  content: "\62"
}

.icon-angle-down:before {
  content: "\6d"
}

.icon-angle-up:before {
  content: "\6e"
}

.icon-angle-right:before {
  content: "\6f"
}

.icon-angle-left:before {
  content: "\70"
}

.icon-chevron-down:before {
  content: "\71"
}

.icon-chevron-left:before {
  content: "\72"
}

.icon-chevron-right:before {
  content: "\73"
}

.icon-check:before {
  content: "\74"
}

.icon-credit-card:before {
  content: "\75"
}

.icon-map:before {
  content: "\76"
}

.icon-map-marker:before {
  content: "\77"
}

.icon-search:before {
  content: "\78"
}

.icon-play:before {
  content: "\79"
}

.icon-pause:before {
  content: "\7a"
}

.icon-close:before {
  content: "\41"
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item,
.sticky-header .main-nav ul {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #1D1D1B
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.crop-container img,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

blockquote,
body,
div,
footer,
header,
img,
li,
section,
td,
th,
tr,
ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body,
h1 {
  color: #1D1D1B
}

body {
  font-size: 10px;
  height: 100%;
  font-family: 'MullerMedium', Helvetica, Arial, sans-serif;
  font-weight: 400
}

.icon-before {
  margin-right: .4em
}

.icon-after {
  margin-left: .4em
}

.icon-link,
.nowrap {
  white-space: nowrap
}

.inline-link {
  margin-right: .5em
}

.phone-link {
  cursor: default
}

.phone-link,
.phone-link:hover {
  text-decoration: none !important
}

.phone {
  white-space: nowrap
}

.clear {
  clear: both
}

.fixed {
  position: fixed
}

.fw,
.ugc div {
  max-width: 100%
}

.crop-container {
  overflow: hidden;
  position: relative
}

.crop-to-fit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: auto;
  max-width: none
}

.crop-to-fit.show {
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

#support-school .limit .remove-teacher,
#teachers-list li:before,
.hidden {
  display: none
}

* {
  line-height: 1
}

.ugc .wp-caption-text,
em {
  font-style: italic
}

a {
  color: #3B553F
}
a:hover:not(.wp-block-button__link) {
  color: #1D5426;
}

h1 {
  padding: .1em 0;
  font-size: 8em
}

.ugc h2,
h1,
h2 {
  font-family: "EchoesSandBlack", sans-serif;
  text-transform: uppercase;
  line-height: 1
}

h2 {
  font-size: 4.81em;
  margin-bottom: .95em
}

.ugc h3,
h3 {
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  line-height: 1.33
}

h2,
h3 {
  padding: .1em 0;
  color: #1D1D1B
}

h3 {
  font-size: 2.1em
}

.ugc {
  max-width: 90em;
  padding-right: 3em
}

.ugc dl dt,
.ugc strong {
  font-weight: 700
}

a {
  text-decoration: underline
}

.persons li.grid-item a:hover,
a.btn,
a:hover,
a {
  text-decoration: none;
}

.ugc h2 {
  font-size: 3.5em;
  margin-bottom: .7em
}

.ugc *+h2 {
  margin-top: 1.4em
}

.ugc h3 {
  font-size: 2.4em;
  margin-bottom: .9em
}

.ugc *+h3 {
  margin-top: 1.6em
}

.ugc figure figcaption,
.ugc h4 {
  line-height: 1.33;
  margin-bottom: 0
}

.ugc h4 {
  font-family: "MullerBold", sans-serif;
  font-weight: 400
}

.ugc h4,
.ugc p,
.ugc ul li {
  font-size: 1.8em
}

.ugc ul {
  padding-left: 2.9em;
  margin-bottom: 2em
}

.ugc ul li {
  position: relative
}

.ugc ul li:before {
  position: absolute;
  left: -1.5em;
  content: '\2014'
}

.ugc ol li ol,
.ugc ul li ul {
  padding-top: .5em;
  padding-left: 1.5em;
  padding-bottom: 0
}

.ugc ol li ol li,
.ugc ul li ul li {
  font-size: 1em;
  padding-left: 0
}

.ugc form p .btn,
.ugc ul ul li {
  font-size: 1em
}

.ugc ol {
  list-style: decimal;
  padding-left: 3em
}

.ugc ol li,
.ugc ul li {
  line-height: 1.5;
  margin-bottom: .5em
}

.ugc ol li ol {
  padding-left: 1em
}

.ugc dl,
.ugc ol li {
  font-size: 1.8em
}

.ugc dl dt {
  line-height: 1.5;
  width: 8em;
  clear: left;
  float: left
}

.ugc blockquote,
.ugc dl dd,
.ugc p {
  line-height: 1.5;
  margin-bottom: 1.5em
}

.ugc dl dd {
  overflow: hidden
}

.ugc blockquote {
  padding-left: 1.5em;
  border-left: 2px solid #f0f0f0;
  font-size: 2.33em;
  font-style: italic;
  padding-bottom: .25em
}

.ugc blockquote p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0
}

.ugc blockquote footer {
  padding-top: .5em;
  line-height: 1.5;
  font-style: normal;
  color: #7e7d7e
}

.ugc *+blockquote {
  margin-top: 1.5em
}

.ugc figure,
.ugc img {
  max-width: 100%;
  margin-bottom: 3.5em
}

.ugc figure figcaption {
  margin-top: .5em;
  font-size: 1.6em;
  font-style: italic
}

.ugc img {
  width: auto;
  max-height: 90vh;
  height: auto;
  margin-bottom: .5em
}

#support-school .btn-primary,
.ugc *+p img,
.ugc figure {
  margin-top: 1em
}

.ugc .partner {
  margin-top: 7em
}

.ugc .partner .logo {
  max-width: 26em;
  max-height: 10.5em;
  height: auto;
  width: auto;
  margin-bottom: 3.5em
}

.ugc hr {
  margin-top: 5em;
  margin-bottom: 5em
}

.ugc form {
  padding: 1em 0 4em
}

.ugc form label {
  display: block;
  font-size: 1.6em;
  line-height: 1.33;
  padding-bottom: .6em
}

.ugc form .req {
  color: #e03c31
}

.ugc form .btn {
  font-size: 1.6em
}

.ugc form .ui-selectmenu-button,
.ugc form input[type=email],
.ugc form input[type=tel],
.ugc form input[type=text],
.ugc form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  margin-top: .5em;
  border: 2px solid #7e7d7e;
  padding: .8em 1em;
  -webkit-border-radius: .3em;
  border-radius: .3em
}

.ugc form .ui-selectmenu-button:disabled,
.ugc form input[type=email]:disabled,
.ugc form input[type=tel]:disabled,
.ugc form input[type=text]:disabled,
.ugc form textarea:disabled {
  border-color: #f0f0f0
}

.ugc form .ui-selectmenu-button {
  position: relative;
  display: block
}

.ugc form .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  font-size: 1.2em;
  top: .5em;
  right: .5em
}

.ugc form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  top: .35em;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg)
}

#teachers-list li img,
.ugc p.success {
  -webkit-border-radius: .2em;
  border-radius: .2em
}

.ugc p.success {
  background: rgba(151, 215, 0, .25);
  padding: .4em
}

.page.person .patron .yes .icon-check,
.page.school .patron .yes .icon-check,
.ugc p.success .icon {
  color: #97d700
}

.ugc p.error {
  color: rgba(224, 60, 49, .2)
}

.main-nav li ul,
.ui-selectmenu-menu {
  display: none;
  width: 40em;
  margin: 0;
  padding: 1em 1em .9em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 15px 26px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 15px 26px 2px rgba(0, 0, 0, .2)
}

.ui-selectmenu-menu.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-menu li {
  display: block;
  width: auto;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.3;
  padding: .6em .5em;
  cursor: pointer
}

.ui-selectmenu-menu li:hover {
  color: #3B553F
}

#support-school {
  width: 100%;
  max-width: 50em;
  margin: 0 0 4em;
  padding: 0
}

@media only screen and (max-width:440px) {
  #support-school {
    max-width: none
  }
}

#support-school h3 {
  font-family: "EchoesSandBlack", sans-serif;
  margin: 0 0 .4em
}

#support-school h3 a,
#teachers-list li a {
  color: #1D1D1B;
  text-decoration: none
}

#support-school table {
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 2.5em
}

#support-school table th {
  width: 8em
}

#support-school table td,
#support-school table th {
  vertical-align: top;
  font-size: 1.6em;
  line-height: 1.2;
  padding: 0 1em 1em 0
}

#support-school input[type=email],
#support-school input[type=tel],
#support-school input[type=text],
#support-school textarea {
  width: 100%
}

#teachers-list {
  border-top: 2px solid #f0f0f0;
  margin: 0 0 1.3em;
  padding: 0
}

#teachers-list li {
  position: relative;
  margin: 0;
  padding: 1em 0;
  border-bottom: 2px solid #f0f0f0;
  overflow: hidden;
  font-size: 1em
}

#teachers-list li a {
  display: inline-block;
  color: #2d2c2d
}

#teachers-list li .info {
  overflow: hidden;
  padding-right: 2em
}

#teachers-list li img {
  display: block;
  width: 4em;
  height: auto;
  margin: 0 1em 0 0;
  float: left
}

#teachers-list li h4 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  line-height: 1.2
}

#teachers-list li p {
  font-size: 1.4em;
  line-height: 1.2;
  margin: 0
}

#teachers-list li .remove-teacher {
  position: absolute;
  top: 2em;
  right: .3em;
  cursor: pointer;
  color: #7e7d7e
}

#teachers-list li .remove-teacher:hover,
.files li a {
  color: #1D1D1B
}

#teachers-list li .remove-teacher i {
  font-size: 2em
}

.gray-bg {
  background: #f0f0f0
}

.collapsed,
.flex .fotorama .fotorama__nav-wrap {
  display: none
}

.fotorama .fotorama__arr {
  display: block;
  margin-top: -3.4em;
  width: 6.4em;
  height: 6.4em;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-image: url(../i/arrows.svg);
  background-size: 25.6em 6.4em
}

.fotorama .fotorama__arr--prev {
  background-position-x: 0
}

.fotorama .fotorama__arr--next {
  background-position-x: -6.4em
}

.fotorama .fotorama__nav:after,
.fotorama .fotorama__stage:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(88, 0, 0, .05)), color-stop(75%, rgba(88, 0, 0, .08)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(88, 0, 0, .11), transparent);
  background-image: -o-linear-gradient(transparent, rgba(88, 0, 0, .05) 25%, rgba(88, 0, 0, .08) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(88, 0, 0, .11), transparent);
  background-image: linear-gradient(transparent, rgba(88, 0, 0, .05) 25%, rgba(88, 0, 0, .08) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(88, 0, 0, .11), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px
}

.fotorama .fotorama__dot {
  width: 6px;
  height: 6px;
  border-color: #d2d2d2;
  border-width: 3px
}

.fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-color: #1D1D1B;
  border-width: 3px
}

.video-fullwidth {
  width: 100%
}

@media only screen and (max-width:880px) {
  .video-fullwidth {
    width: 100%
  }
}

.flex .video-wrapper,
.video-fullwidth .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0
}

.home-promo .video-box .video-wrapper embed,
.home-promo .video-box .video-wrapper iframe,
.home-promo .video-box .video-wrapper object,
.video-fullwidth .video-wrapper embed,
.video-fullwidth .video-wrapper iframe,
.video-fullwidth .video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.flex .video-wrapper {
  max-width: 800px;
  max-height: 450px
}

.flex .video-wrapper embed,
.flex .video-wrapper iframe,
.flex .video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 450px
}

.files li,
h2.files-title {
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  font-size: 3.1em;
  line-height: 1.33;
  margin-bottom: 1em
}

.files li {
  display: inline-block;
  font-size: 2.1em;
  line-height: 1.5em;
  margin-right: 2em;
  margin-bottom: 1.5em
}

.files li .icon {
  position: relative;
  margin-right: .3em
}

.ac-title,
.main-nav li:hover ul,
hr {
  display: block
}

.ac-title div {
  overflow: hidden;
  line-height: 1.33;
  margin-right: 2em
}

.ac-title .icon {
  float: right;
  position: relative;
  top: .15em;
  display: inline-block;
  width: 1em;
  height: 1em
}

.ac-group.opened .ac-title .icon-angle-down {
  top: .15em;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg)
}

.ac-content {
  display: none
}

.accordion,
ul.career li {
  border-bottom: 2px solid #1D1D1B
}

.accordion .ac-content {
  padding-bottom: 1em
}

.accordion-title,
.persons li.grid-item h4 {
  font-family: "MullerBold", sans-serif;
  line-height: 1.33
}

.accordion-title {
  font-weight: 400;
  font-size: 3.1em;
  margin-top: 0;
  margin-bottom: 0
}

.accordion-title a {
  display: block;
  color: #1D1D1B;
  padding: .65em 0 .73em;
  border-top: 2px solid #1D1D1B
}

.logos li.grid-item,
.logos-list li.list-item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 4%;
  margin-bottom: 5.5em
}

.logos-list li.list-item .image {
  position: relative;
  height: 13em;
  margin-bottom: 2.5em
}

.logos-list li.list-item .image img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 60%;
  max-height: 100%
}

.flex .accordion .ugc,
.logos-list li.list-item .ugc {
  margin-bottom: 0
}

.logos li.grid-item {
  vertical-align: middle;
  width: 20%;
  text-align: center;
  margin-bottom: 5em
}

.logos li.grid-item img {
  width: auto;
  max-width: 100%;
  max-height: 13em
}

.logos li.grid-item p {
  margin-top: 1em;
  font-size: 1.8em;
  line-height: 1.33
}

.logos li.grid-item a {
  color: #7e7d7e
}

.persons li.grid-item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 4%;
  margin-bottom: 4em
}

.persons li.grid-item img {
  width: 100%;
  margin-bottom: 1.5em
}

.persons li.grid-item h4 {
  font-size: 2.1em
}

.persons li.grid-item p {
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.5
}

.persons li.grid-item a {
  color: #3B553F;
  text-decoration: underline
}

.flex hr {
  margin-top: 10em;
  margin-bottom: 4.5em
}

.flex hr.symmetrical {
  margin-top: 5em
}

.btn-list li {
  display: inline-block;
  margin-right: 3em;
  margin-bottom: 3em
}

.btn-list li a {
  font-size: 1.8em
}

.btn-list li a:hover {
  background: #1D1D1B;
  color: #fff
}

.flex .accordion,
.flex .files,
.flex .gallery,
.flex .ugc,
.flex .video {
  margin-bottom: 5em
}

.flex .logos {
  margin-bottom: 0
}

.flex .persons {
  margin-bottom: 1em
}

.flex .btn-list {
  margin-bottom: 2em
}

.loading {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

hr {
  width: 100%;
  height: 2px;
  background-color: #1D1D1B
}

hr.wave {
  height: 1em;
  background: 0 0;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 7.2em 1em;
  background-image: url(../i/wave-black.svg)
}

hr.wave.white {
  background-image: url(../i/wave-white.svg)
}

.btn {
  display: inline-block;
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #1D1D1B;
  border: 2px solid #1D1D1B;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  padding: .8em 1em;
  margin-bottom: .05em
}

.btn.btn-primary,
.page-header .super .btn:hover {
  background: #1D1D1B;
  color: #fff
}

.btn.green {
  border-color: #97d700
}

.btn.green.btn-primary {
  background-color: #97d700;
  color: #1D1D1B
}

.btn.blue {
  border-color: #3B553F
}

.btn.blue.btn-primary {
  background-color: #3B553F;
  color: #1D1D1B
}

.col-btns .btn {
  display: block;
  font-size: 2.1em;
  margin-bottom: 1em
}

.page-header {
  overflow: visible
}

.page-header .super {
  background: #3B553F;
  overflow: hidden;
  padding: 1.6em 2.4em
}

.page-header .super .btn {
  font-size: 1.4em;
}

.page-header .super .btn-outline {
  background-color: white;
}

.page-header .super .col-60 {
  text-align: right
}

.page-header .super .col-60 .btn {
  margin-left: 1em
}

.page-header .main-header {
  background: #fff;
  padding: 1rem 4em;
  min-height: 90px
}

.page-header .logo {
  float: left;
  font-size: 1em;
  width: 180px;
  height: 51px;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../i/newteacher-logo.svg);
  background-size: contain;
  margin: 0
}

.page-header .main-nav {
  float: right;
  text-align: right;
  padding-top: 2.2em
}

.main-nav {
  position: relative;
  top: -.3em
}

.main-nav li,
.main-nav li a {
  display: inline-block;
  line-height: 1.5
}

.main-nav li {
  position: relative;
  margin-left: 1em;
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  font-size: 1.8em
}

.main-nav li a {
  color: #1D1D1B;
  padding-bottom: .1em
}

.main-nav li a:hover {
  color: #3B553F
}

.main-nav li.current a {
  border-bottom: 2px solid #3B553F
}

.main-nav li.current ul li a {
  border: 0
}

.main-nav li ul {
  width: 12em;
  position: absolute;
  z-index: 6000;
  top: 1.5em;
  left: -1em;
  padding: .6em 1em .5em
}

.main-nav li ul li {
  display: block;
  font-size: .7em;
  margin: 0
}

.main-nav li ul li a {
  line-height: 1.5;
  padding: .5em 0
}

.main-nav li:last-child ul {
  left: auto;
  right: -1em
}

.sticky-header {
  position: fixed;
  z-index: 5000;
  top: -10em;
  left: 0;
  width: 100%;
  min-height: 6.4em;
  background: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, .15);
  padding: 1.6em 4em;
  -webkit-transition: top .2s ease-in;
  -o-transition: top .2s ease-in;
  transition: top .2s ease-in
}

.sticky-header.show {
  top: 0
}

.sticky-header .symbol {
  display: block;
  width: 3.2em;
  height: 3.2em;
  float: left;
  margin-right: 1em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../i/newteacher-symbol.svg);
  background-size: 3.2em 3.2em
}

.sticky-header .main-nav {
  float: right;
  padding-top: .6em
}

.sticky-header .main-nav li {
  position: relative;
  top: .1em
}

.sticky-header .main-nav .btn {
  float: right;
  margin-left: 2em;
  padding-top: .4em;
  padding-bottom: .35em;
  font-size: 1.4em;
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #2d2c2d
}

.sticky-header .main-nav .btn:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
  color: #fff
}

@media only screen and (min-width:981px) {
  .cards.cards-layout-6 li:nth-child(-n+2) {
    width: 50%
  }
}

.cards li {
  width: 25%;
  display: inline-block;
  vertical-align: top
}

.cards li .card {
  display: block;
  background: #fff;
  overflow: hidden
}

.cards li .card .circle {
  position: absolute;
  z-index: 5;
  top: 1.6em;
  left: 1.6em;
  color: #fff;
  background: #a51890;
  width: 4.8em;
  height: 4.8em;
  -webkit-border-radius: 2.4em;
  border-radius: 2.4em;
  text-align: center
}

.cards li .card .circle span {
  font-family: "EchoesSandBlack", sans-serif;
  font-size: 2.5em;
  line-height: 2.1
}

.cards li .card img,
.timeline .years table {
  width: 100%
}

.cards li .card .info {
  padding: 1.2em 1.6em 1.6em
}

.cards li .card h3 {
  font-size: 1rem;
  color: #1D1D1B;
  margin-bottom: 0;
}

.cards li .card p {
  color: #2d2c2d
}

.cards li .card,
.cards li blockquote,
.stories .card {
  position: relative;
  margin: 0 1.6em 3.2em;
  -webkit-border-radius: .5em;
  border-radius: .5em
}

.cards li blockquote {
  border: 2px solid #1D1D1B;
  padding: 1.2em 1.6em 2.4em
}

.cards li blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 42%;
  left: -22px;
  width: 22px;
  height: 18px;
  background: url(../i/bubble-tip.svg);
  background-size: 22px 18px
}

.cards li blockquote span,
.stories .card .info p.date {
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .stories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .stories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.stories li {
  width: 49.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .stories li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .stories li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media only screen and (max-width:740px) {
  .stories li {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .stories li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:740px) and (-ms-high-contrast:active),
only screen and (max-width:740px) and (-ms-high-contrast:none) {
  .stories li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.stories li.hidden {
  display: none
}

.stories .card {
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: top center;
  background-color: #f0f0f0
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .stories .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .stories .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 1;
    -ms-flex-preferred-size: 1;
    flex-basis: 1
  }
}

.stories .card .shadow {
  position: relative;
  background: rgba(0, 0, 0, .14);
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .stories .card .shadow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .stories .card .shadow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

.stories .card .shadow::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 65.63574%
}

.stories .card .shadow::after {
  content: "";
  display: table;
  clear: both
}

.stories .card .info {
  position: relative;
  padding: 2.4em 3.2em 3.4em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(51%, rgba(0, 0, 0, .66)), to(rgba(0, 0, 0, .7)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .66) 51%, rgba(0, 0, 0, .7) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .66) 51%, rgba(0, 0, 0, .7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B00000', endColorstr='#b3000000', GradientType=0)
}

.home-how h2,
.home-promo a,
.home-promo h1,
.home-promo h2,
.regions-grid li .card .info h3,
.school.page .header-row.cover dl em,
.school.page .header-row.cover h1,
.site-footer a,
.stories .card .info h3 {
  color: #fff
}

.cards li .card p,
.stories .card .info p.date {
  margin-bottom: .5em
}

.regions-grid li .card .info p.schools-count,
.stories .card .info p.lead {
  margin-top: .5em;
  font-size: 1.4em;
  line-height: 1.5em
}

.regions-grid li .card img,
.stories .card img {
  opacity: .84
}

.stories .card:hover .shadow {
  background: 0 0
}

.events.cards li {
  width: 33.33%
}

@media only screen and (max-width:980px) {
  .events.cards li {
    width: 50%
  }
}

@media only screen and (max-width:660px) {
  .events.cards li {
    width: 80%
  }

  .events.cards.owl li {
    width: 82vw
  }
}

.events.cards .card {
  background: rgba(255, 205, 0, .33)
}

.events.cards .card .info p,
.site-footer .subscribe input[type=email] {
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em
}

.events.cards .card .info p {
  margin-bottom: .5em
}

.publications.cards li {
  width: 33.33%
}

@media only screen and (max-width:980px) {
  .publications.cards li {
    width: 50%
  }
}

@media only screen and (max-width:660px) {
  .publications.cards li {
    width: 80%
  }

  .publications.cards.owl li {
    width: 82vw
  }
}

.publications.cards .card {
  border: 2px solid #f0f0f0
}

.publications.cards .source {
  margin-top: -1.2em;
  padding: 0 1.6em 2.4em
}

.publications.cards .source img {
  max-width: 13em;
  max-height: 7em;
  width: auto;
  height: auto
}

.more-follow {
  padding: 2.4em 0 1em
}

.more-follow .btn {
  font-size: 2.1em
}

.partners.row .logos {
  padding: 5em 0
}

.partners.row .logos li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5em;
  margin-bottom: 1em
}

.partners.row .logos li img {
  max-width: 290px;
  max-height: 110px
}

.partners.row .logos li .btn {
  margin-top: 1em;
  font-size: 1.4em;
  margin-bottom: 1em
}

@media only screen and (max-width:660px) {
  .partners.row .logos li {
    margin-right: 2em
  }

  .partners.row .logos li img {
    max-width: 130px;
    max-height: 80px
  }
}

.site-footer {
  background: #1D1D1B;
  color: #7e7d7e
}

.site-footer .footer-info {
  padding-bottom: 6em
}

.site-footer h3 {
  color: #fff;
  margin-bottom: 1em
}

.cards li .card p,
.site-footer p {
  font-size: 1.4em;
  line-height: 1.5
}

.site-footer .subscribe {
  padding-bottom: 1px
}

.site-footer .subscribe input[type=email] {
  width: 58%;
  background: #2d2c2d;
  color: #7e7d7e;
  margin: 0;
  padding: .8em 1em;
  border: 2px solid #2d2c2d;
  border-right: none;
  -webkit-border-top-left-radius: .3em;
  border-top-left-radius: .3em;
  -webkit-border-bottom-left-radius: .3em;
  border-bottom-left-radius: .3em
}

.site-footer .subscribe input[type=email]:focus {
  outline: 0;
  border-color: #7e7d7e;
  color: #fff
}

.site-footer .subscribe input[type=submit] {
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em;
  background: #7e7d7e;
  color: #fff;
  margin: 0;
  padding: .8em 1em;
  border: 2px solid #7e7d7e;
  -webkit-border-top-right-radius: .3em;
  border-top-right-radius: .3em;
  -webkit-border-bottom-right-radius: .3em;
  border-bottom-right-radius: .3em
}

.site-footer .subscribe input[type=submit]:focus {
  outline: 0;
  border-color: #fff
}

.site-footer .social li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em
}

.site-footer .social li a {
  display: inline-block;
  width: 4.8em;
  height: 4.8em;
  -webkit-border-radius: 2.4em;
  border-radius: 2.4em;
  text-align: center
}

.site-footer .social li a.facebook {
  background: #0561af
}

.site-footer .social li a.vk {
  background: #4d75a2
}

.site-footer .social li a.instagram {
  background: #9a60c0
}

.site-footer .social li a.twitter {
  background: #00bff3
}

.site-footer .social li a.youtube {
  background: #d02525
}

.site-footer .social li a.odnoklassniki {
  background: #ff7200
}

.site-footer .social li a:hover {
  background: #fff;
  color: #1D1D1B
}

.site-footer .social li a .icon {
  font-size: 2.9em;
  line-height: 1.9
}

.site-footer .extra-links {
  padding-top: .3em;
  text-align: right
}

.home-promo .video-control .label span,
.page header h1,
.site-footer .extra-links li {
  font-family: "MullerBold", sans-serif
}

.site-footer .extra-links li {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: .5em
}

.site-footer .dev {
  text-align: right
}

.page.person p.type a:hover,
.page.school p.type a:hover,
.site-footer .dev a:hover {
  text-decoration: underline
}

.home-how,
.home-promo {
  background: #a51890;
  color: #fff
}

.home-promo .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 41.67%;
  background: #1D1D1B
}

.home-promo .video-box .video-wrapper {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 41.67%
}

.home-promo .video-box .shadow {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 22%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(51%, rgba(0, 0, 0, .66)), to(rgba(0, 0, 0, .7)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .66) 51%, rgba(0, 0, 0, .7) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .66) 51%, rgba(0, 0, 0, .7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B00000', endColorstr='#b3000000', GradientType=0)
}

.home-promo .video-box .cover {
  z-index: 90
}

.home-promo .wrapper {
  position: relative
}

.home-promo .wrapper .promo-content {
  position: relative;
  overflow: visible;
  -webkit-transition: height .3s ease-out;
  -o-transition: height .3s ease-out;
  transition: height .3s ease-out;
  min-height: 30em
}

.home-promo .wrapper .promo-btn {
  margin-top: -2em;
  padding-bottom: 2em
}

.home-promo .wrapper .promo-btn .btn {
  text-align: center;
  font-size: 2.1em;
  color: #a51890;
  border-color: #fff;
  background: #fff
}

.home-promo h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73%;
  position: absolute;
  z-index: 500;
  left: 0;
  padding-right: .5em;
  padding-top: .27em;
  padding-bottom: 1.3em;
  -webkit-transition: top .3s ease-out;
  -o-transition: top .3s ease-out;
  transition: top .3s ease-out
}

.home-promo .video-control {
  padding-top: 3.5em;
  width: 27%;
  float: right
}

.home-promo .video-control .label strong {
  font-size: 4.81em;
  line-height: 1
}

.home-promo .video-control .label span {
  display: inline-block;
  margin-top: .3em;
  font-size: 2.1em;
  line-height: 1.33
}

.home-promo .video-control .icon {
  float: left;
  font-size: 5em;
  margin-right: .5em;
  margin-bottom: .5em
}

.home-promo.pause .video-control .icon-play {
  display: inline-block
}

.home-promo.pause .video-control .icon-pause {
  display: none
}

.home-promo.play .video-control .icon-pause {
  display: inline-block
}

.home-promo.play .video-control .icon-play {
  display: none
}

.home-promo .wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.home-promo .video-control .label strong,
.home-stats h3.year,
.stat strong {
  font-family: "EchoesSandBlack", sans-serif
}

.stat {
  margin: 5.5em 0;
  padding-right: 3.2em
}

.stat.center {
  text-align: center
}

.page .links li,
.page header p,
.stat p {
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  font-size: 2.1em;
  line-height: 1.5em
}

.stat strong {
  position: relative;
  color: #a51890;
  font-weight: 600;
  font-size: 4.81em;
  line-height: 1
}

.stat strong.large {
  font-size: 8em
}

.stat strong .hang {
  position: absolute;
  top: -.1em;
  left: -.6em
}

.stat em {
  color: #a51890;
  font-style: normal
}

.infographics {
  position: relative;
  top: .3em;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat
}

.infographics.infographics-school {
  width: 9.2em;
  height: 8em;
  background-image: url(../i/infographics-school.svg);
  background-size: 9.2em 8em
}

.infographics.infographics-teachers {
  width: 13.8em;
  height: 7.8em;
  background-image: url(../i/infographics-teachers.svg);
  background-size: 13.8em 7.8em
}

.timeline .years {
  width: 75%;
  border-bottom: 2px solid #1D1D1B;
  margin-bottom: 1.9em
}

.timeline .years table td {
  width: 33.33%;
  padding: 0 1.6em 2.4em;
  position: relative
}

.timeline .years table .first-year-dot {
  background: #fff
}

.timeline .years table .first-year-dot .dot,
.timeline .years table .second-year-dot .dot {
  display: block;
  margin-left: 1.6em;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #1D1D1B
}

.timeline .years table .first-year-dot,
.timeline .years table .second-year-dot {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 3.2em;
  height: 16px
}

.timeline .years table .arrow-head {
  display: block;
  position: absolute;
  bottom: -12px;
  right: -1px;
  width: 12px;
  height: 22px;
  background: url(../i/timeline-arrow-head.svg);
  background-size: 12px 22px
}

.home-community,
.home-what {
  background: #f0f0f0
}

.home-who .btn {
  border-color: #97d700
}

.home-who .btn.btn-primary {
  background-color: #97d700;
  color: #1D1D1B
}

.home-community .col-20 {
  text-align: right
}

.home-community .col-20 .btn {
  font-size: 1.4em
}

.page {
  min-height: 50em;
  padding-top: 3em;
  padding-bottom: 10em
}

.page.with-more {
  padding-bottom: 2em
}

.page header h1 {
  margin-top: .5em;
  margin-bottom: .7em
}

.page header h1.modest {
  font-size: 3.8em;
  line-height: 1.2
}

.page .links li,
.page header p {
  margin-bottom: 1.5em
}

.page h2 {
  font-size: 3.5em
}

.page .links li {
  margin-bottom: 1em
}

.announce a,
.page .links li a,
section.region a {
  color: #1D1D1B
}

.filters .select-options li:hover,
.page .links li a:hover,
section.region a:hover,
ul.career li a:hover {
  color: #3B553F
}

.page .links li .icon {
  position: relative;
  top: .15em
}

.more.page {
  background: #f0f0f0;
  padding-bottom: 8em
}

.page-row,
div.page-row+div.page-row.with-bg,
div.page-row.with-bg+div.page-row {
  margin-top: 6em
}

.page-row.with-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6em;
  padding-bottom: 5em
}

@media only screen and (max-width:760px) {

  .page-row .col.col-2,
  .page-row .col.col-70 {
    width: 100%;
    float: none
  }

  .page-row div.col+div.col.col-2 {
    padding-top: 1em
  }
}

div.page-row+div.page-row {
  margin-top: 4em
}

div.page-row.with-bg+div.page-row.with-bg {
  margin-top: 0
}

div.page-row.gray-bg+div.page-row.gray-bg {
  border-top: 2px solid #d2d2d2
}

.filters,
.filters input[type=search] {
  font-family: "MullerBold", sans-serif
}

.filters {
  display: block;
  padding-bottom: 3em;
  font-size: 1.4em;
  position: relative
}

.filters input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 20em;
  height: 3.2em;
  margin-right: 10px;
  padding: .5em .8em .4em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  border: 2px solid #7e7d7e;
  line-height: 1.2;
  vertical-align: top;
  color: #1D1D1B
}

.filters input[type=search]:focus {
  outline: 0;
  border-color: #3B553F
}

@media only screen and (max-width:840px) {
  .filters input[type=search] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em
  }
}

.filters .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 1em
}

.filters .select {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 5px 0 0;
  padding: 0;
  width: 16.6em
}

@media only screen and (max-width:840px) {
  .filters .select {
    width: 20em
  }
}

@media only screen and (max-width:640px) {
  .filters .select {
    width: 16em
  }
}

@media only screen and (max-width:560px) {
  .filters .select {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em
  }
}

.filters .select-styled {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 3.2em;
  padding: .55em .8em 0;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  border: 2px solid #7e7d7e;
  line-height: 1.2;
  color: #1D1D1B;
  overflow: hidden
}

.filters .select-styled span {
  position: relative;
  display: block;
  padding: .4em 0;
  overflow: hidden;
  white-space: nowrap
}

.filters .select-styled span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.6em;
  height: 2em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49%, #fff), color-stop(50%, #fff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 49%, #fff 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 49%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

.filters .select-styled:after {
  content: '';
  width: 0;
  height: 0;
  border: .5em solid transparent;
  border-color: #1D1D1B transparent transparent;
  position: absolute;
  top: 1.3em;
  right: 1em
}

.filters .select-styled.active:after,
.filters .select-styled:active:after {
  top: .8em;
  border-color: transparent transparent #1D1D1B
}

.filters .select-options {
  display: none;
  width: 18em;
  position: absolute;
  z-index: 6000;
  top: -1em;
  left: 0;
  margin: 0;
  padding: 1em 1em .9em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 15px 26px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 15px 26px 2px rgba(0, 0, 0, .2)
}

.filters .select-options li {
  display: block;
  width: auto;
  margin: 0;
  line-height: 1.3;
  padding: .4em .5em
}

.filters .select-options li[rel=hide],
.not-found {
  display: none
}

.not-found {
  padding-bottom: 3em
}

.persons-set {
  clear: both;
  margin: 2.5em 0 0;
  padding-bottom: 2.5em
}

.persons-set .persons-set-items li {
  display: inline-block;
  width: 20%;
  vertical-align: top
}

@media only screen and (max-width:980px) {
  .persons-set .persons-set-items li {
    width: 25%
  }
}

@media only screen and (max-width:660px) {
  .persons-set .persons-set-items li {
    width: 50%
  }
}

.persons-set .persons-set-items .item {
  display: block;
  margin: 0 1.6em 3.2em
}

.persons-set .persons-set-items .item img {
  width: 100%;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  margin-bottom: 1em
}

.persons-set .persons-set-items .item h3 {
  font-size: 1.8em
}

.person-quote footer p,
.persons-set .persons-set-items .item p {
  font-size: 1.4em;
  line-height: 1.2;
  color: #2d2c2d
}

.persons-set .persons-set-items .item p .no-patron,
.persons-set .persons-set-items .item p .present {
  display: inline-block;
  padding: .3em .2em;
  margin-top: .5em;
  margin-left: -.2em;
  -webkit-border-radius: .2em;
  border-radius: .2em;
  color: #1D1D1B;
  font-weight: 700
}

.persons-set .persons-set-items .item p .present {
  background: rgba(255, 205, 0, .33)
}

.persons-set .persons-set-items .item p .no-patron {
  background: rgba(255, 205, 0, .33)
}

.persons-set .persons-set-items .item p .present {
  background: rgba(151, 215, 0, .25)
}

.persons-set.persons-set-collapsed .filters,
.persons-set.persons-set-collapsed .persons-set-items li {
  display: none
}

.persons-set.persons-set-collapsed .persons-set-items li:nth-child(n+1):nth-child(-n+2) {
  display: inline-block
}

@media only screen and (min-width:661px) {
  .persons-set.persons-set-collapsed .persons-set-items li:nth-child(n+1):nth-child(-n+4) {
    display: inline-block
  }
}

@media only screen and (min-width:981px) {
  .persons-set.persons-set-collapsed .persons-set-items li:nth-child(n+1):nth-child(-n+5) {
    display: inline-block
  }
}

.persons-set.persons-set-collapsed .loading {
  display: block;
  width: 4.5em;
  height: 4.5em;
  border: .5em solid #d2d2d2;
  border-top: .5em solid #1D1D1B;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite
}

.persons-set.persons-set-collapsed .btn-list {
  display: none
}

.persons-set.persons-set-collapsed .btn-list li {
  width: auto
}

.row-box+.persons-set {
  margin-top: 5em
}

.partners-page .persons-set {
  margin-bottom: 4em
}

@media only screen and (max-width:660px) {
  .partners-page .persons-set {
    margin-bottom: 0
  }
}

.persons-brief li {
  display: inline-block;
  width: 50%;
  vertical-align: top
}

.persons-brief li .item {
  margin: 0 1.6em 6em
}

.persons-brief li img {
  width: 60%;
  margin-bottom: 2.5em;
  -webkit-border-radius: .5em;
  border-radius: .5em
}

.persons-brief li .info {
  overflow: hidden;
  padding-right: 3em
}

.persons-brief li .info blockquote,
.persons-brief li .info p {
  color: #2d2c2d;
  font-size: 1.8em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em
}

.persons-brief li .info p.role {
  margin-top: 0;
  color: #7e7d7e
}

.persons-brief li .info blockquote {
  margin-top: .7em;
  font-size: 2.1em;
  font-style: italic
}

header+.persons-brief {
  margin-top: 2em
}

.page.person,
.page.school {
  padding-top: 0
}

.page.person .portrait,
.page.school .portrait {
  padding-right: 1.6em
}

.page.person .portrait img,
.page.school .portrait img {
  width: 100%;
  -webkit-border-radius: .5em;
  border-radius: .5em
}

.page.person p.type,
.page.school p.type {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 1.4em;
  margin-bottom: 0
}

.page.person h1.modest,
.page.school h1.modest {
  margin-top: .2em;
  margin-bottom: .15em
}

.page.person header,
.page.school header {
  padding-bottom: 3em
}

.page.person header hr,
.page.school header hr {
  margin-top: 5.2em;
  margin-bottom: 5em
}

.page.person .flex,
.page.school .flex {
  padding-top: 2em
}

.page.person .ugc p,
.page.school .ugc p {
  margin-bottom: 1em
}

.page.person .ugc ul,
.page.school .ugc ul {
  padding-left: 2.9em;
  margin-bottom: 1.5em
}

.page.person .ugc ol,
.page.school .ugc ol {
  padding-bottom: 1.5em
}

.page.person .persons-set,
.page.school .persons-set {
  margin-top: 1em
}

.page.person .patron .yes,
.page.school .patron .yes {
  display: inline-block;
  background: rgba(151, 215, 0, .25);
  padding: .3em .2em;
  margin-left: -.2em;
  -webkit-border-radius: .2em;
  border-radius: .2em;
  color: #1D1D1B;
  font-weight: 700
}

.page.person .actions,
.page.school .actions {
  margin-top: 5em;
  margin-bottom: 5em
}

section.region,
ul.career {
  margin-top: 6em;
  border-top: 2px solid #1D1D1B
}

ul.career li h3,
ul.schools li h3 {
  margin: 0
}

ul.career li a {
  display: block;
  padding: 1em 0;
  color: #1D1D1B
}

.page.job header p.type,
.school.page .actions {
  margin-bottom: 0
}

.page.job header h1 {
  margin-top: .2em
}

.country-map {
  border-top: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  height: 50em
}

.regional-map {
  border: 2px solid #1D1D1B;
  height: 50em
}

.gm-style-iw div div {
  color: red
}

.regions-row {
  padding-top: 3em
}

.regions-grid {
  padding-top: 1em;
  overflow: hidden
}

.regions-grid li {
  width: 33.33%;
  float: left
}

@media only screen and (max-width:740px) {
  .regions-grid li {
    width: 50%
  }
}

@media only screen and (max-width:440px) {
  .regions-grid li {
    width: 100%;
    float: none
  }
}

.regions-grid li .card {
  position: relative;
  display: block;
  margin: 0 1.6em 3.2em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  padding-bottom: 62%;
  background: #1D1D1B
}

.regions-grid li .card .info {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2.4em 3.2em 3.4em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(51%, rgba(0, 0, 0, .66)), to(rgba(0, 0, 0, .7)));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .66) 51%, rgba(0, 0, 0, .7) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .66) 51%, rgba(0, 0, 0, .7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B00000', endColorstr='#b3000000', GradientType=0)
}

.regions-grid li .card .info .count {
  position: relative;
  font-size: .75em;
  top: .35em;
  float: right;
  margin-left: 1em
}

.quotes i.next:hover,
.quotes i.prev:hover,
.regions-grid li .card:hover img {
  opacity: 1
}

.regions {
  height: 50em;
  overflow: scroll;
  background-color: #ffcd00;
  color: #1D1D1B
}

.regions h3,
.tabs .tabs-links li {
  font-family: "MullerBold", sans-serif;
  font-weight: 400
}

.regions h3 {
  padding: .8em 1em .5em;
  font-size: 1.8em;
  line-height: 1.5em
}

.regions ul {
  border-top: 2px solid rgba(0, 0, 0, .1)
}

.regions ul li {
  font-size: 1.4em;
  border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.regions ul li a,
ul.schools li a {
  display: block;
  color: #1D1D1B;
  padding: 1em 1.4em
}

.regions ul li a span {
  float: right;
  margin-left: 1em
}

.region-map {
  border: 2px solid #f0f0f0;
  height: 40em
}

section.region {
  padding: 3em 0;
  overflow: hidden
}

section.region .ugc {
  padding-left: 2.1em
}

section.region h3 {
  margin-right: 1em
}

section.region .schools-list li {
  font-size: 2.1em;
  line-height: 1.5
}

section.region .schools-list li a {
  display: inline-block;
  padding: 0 1em 1em
}

section.region .schools-list li,
ul.schools li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%
}

ul.schools li a {
  padding: 2em 0 0
}

ul.schools li a:hover {
  color: #3B553F
}

.announce,
.person-quote footer img {
  -webkit-border-radius: .5em;
  border-radius: .5em
}

.announce,
.school.page dl em {
  background: rgba(255, 205, 0, .33)
}

.announce {
  padding: 1.2em 1.6em 1.6em;
  margin-bottom: 3em
}

.school.page .header-row.cover {
  padding-top: 7em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff
}

.school.page .header-row.cover .btn.btn-primary {
  color: #1D1D1B;
  border-color: #fff;
  background-color: #fff
}

.school.page .header-row.cover .wrapper {
  z-index: 2;
  width: 100%
}

.school.page .header-row.cover .bg-box {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1D1D1B
}

.school.page .header-row.cover .bg-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.school.page dd,
.school.page dl dt {
  padding-top: .2em;
  padding-bottom: .3em
}

.school.page dl dd {
  position: relative;
  margin-bottom: 1.2em
}

.school.page dl em {
  display: inline-block;
  font-style: normal;
  font-size: .8em;
  font-weight: 700;
  color: #1D1D1B;
  -webkit-border-radius: .2em;
  border-radius: .2em;
  margin-left: .9em;
  padding: .3em .4em .4em;
  line-height: 1;
  position: relative;
  top: -.1em
}

.quotes {
  position: relative;
  -webkit-transition: height .3s ease-out;
  -o-transition: height .3s ease-out;
  transition: height .3s ease-out
}

@media only screen and (max-width:1250px) {
  .quotes h2 {
    padding-right: 3em
  }
}

.quotes i.next,
.quotes i.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -3.4em;
  width: 6.4em;
  height: 6.4em;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-image: url(../i/arrows.svg);
  background-size: 25.6em 6.4em;
  opacity: .3;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.quotes i.next.disabled,
.quotes i.prev.disabled {
  opacity: .1
}

.quotes i.prev {
  background-position-x: -12.8em;
  left: 3em
}

.quotes i.next {
  background-position-x: -19.2em;
  right: 3em
}

@media only screen and (max-width:1250px) {

  .quotes i.next,
  .quotes i.prev {
    top: 4em;
    margin-top: 0
  }

  .quotes i.prev {
    left: auto;
    right: 9.4em
  }

  .quotes i.next {
    right: 3em
  }
}

@media only screen and (max-width:740px) {
  .quotes i.prev {
    right: 6.4em
  }

  .quotes i.next {
    right: 0
  }
}

.person-quote {
  overflow: hidden;
  margin-bottom: 3em
}

.person-quote .quote {
  width: 70%;
  padding-right: 2em;
  border-right: 2px solid #d2d2d2;
  font-size: 2.33em;
  line-height: 1.5;
  font-style: italic;
  padding-bottom: 0;
  margin-bottom: 0;
  float: left
}

.person-quote .quote p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em
}

.person-quote footer,
.tabs .tabs-links li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.person-quote footer {
  width: 30%;
  padding-left: 4em;
  padding-bottom: .7em;
  float: left
}

.person-quote footer img {
  width: 10em !important;
  margin-bottom: 1em;
  float: left
}

.person-quote footer .info {
  overflow: hidden;
  padding-left: 2em
}

.person-quote footer h3 {
  font-size: 1.8em
}

@media only screen and (max-width:800px) {
  .person-quote .quote {
    width: 62%
  }

  .person-quote footer {
    width: 38%
  }
}

@media only screen and (max-width:660px) {
  .person-quote .quote {
    width: 100%;
    float: none;
    padding-right: 0;
    border-right: none;
    padding-bottom: 2em;
    border-bottom: 2px solid #d2d2d2
  }

  .person-quote footer {
    width: 100%;
    float: none;
    padding: 4em 0 0
  }
}

#apply .btn-list li {
  margin-bottom: 1.5em;
  display: block
}

#apply .btn-list li a {
  display: block;
  line-height: 1.3
}

.tabs .tabs-links {
  padding-bottom: 6em
}

.tabs .tabs-links li {
  display: inline-block;
  font-size: 1.4em
}

.tabs .tabs-links li a {
  display: inline-block;
  border-width: 2px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .15);
  color: #1D1D1B;
  padding: .8em 1em;
  margin-bottom: .05em
}

.tabs .tabs-links li a.active {
  border-color: #1D1D1B;
  background: #1D1D1B;
  color: #fff
}

.tabs .tabs-links li:first-child a {
  border-left-width: 2px;
  -webkit-border-top-left-radius: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  border-bottom-left-radius: .5em
}

.tabs .tabs-links li:last-child a {
  border-right: 2px solid rgba(0, 0, 0, .15);
  -webkit-border-top-right-radius: .5em;
  border-top-right-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  border-bottom-right-radius: .5em
}

.tabs .tab-item {
  height: 0;
  overflow: hidden
}

.tabs .tab-item.active {
  height: auto
}

.countdown-row {
  background-color: rgba(255, 205, 0, .33);
  padding: 1.6em 0
}

.countdown-container,
.countdown-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.countdown-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.countdown-container h3 {
  font-size: 3em;
  margin-right: .7em
}

.countdown-container .btn {
  margin-top: 1.4em;
  font-size: 1.4em
}

.countdown-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#countdown,
#countdown .countdown-card,
.countdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

#countdown {
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#countdown .countdown-card {
  margin: 0 1em 0 0;
  border: 2px solid #1D1D1B;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

#countdown .countdown-card span:first-child {
  display: block;
  width: 2em;
  text-align: center;
  font-size: 2.4em;
  padding-top: .2em;
  line-height: 1.3;
  font-family: "EchoesSandBlack", sans-serif;
  font-weight: 600;
  border-right: 2px solid #1D1D1B
}

#countdown .countdown-card span:last-child {
  display: block;
  width: 4.2em;
  padding: .6em 0 0 .5em;
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.33
}

#countdown .countdown-card.minutes span:last-child {
  width: 5.4em
}

.popup,
.popup-block {
  overflow: hidden;
  width: 100%
}

.popup {
  background: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
  z-index: 9999;
  overflow: scroll;
  top: 0;
  left: 0;
  padding: 3.2em;
  height: 100vh;
  -webkit-overflow-scrolling: touch
}

.no-body,
.popup-body {
  padding: 4.8em 6.4em 10.2em;
  margin: 0 auto
}

.popup-body {
  background: #fff;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  max-width: 80em
}

.no-body {
  text-align: center
}

.popup-close-link {
  z-index: 9999;
  position: fixed;
  top: 3.2em;
  right: 3.2em;
  color: #fff
}

.popup-close-link .icon {
  font-size: 4em
}

@media only screen and (max-width:1250px) {
  /* body {
    font-size: 9px
  } */

  .wrapper {
    padding: 0 2.4em
  }
}

/* @media only screen and (max-width:1100px) {
  body {
    font-size: 8px
  }
} */

@media only screen and (max-width:980px) {
  body {
    font-size: 7px
  }

  .cards li .card p,
  .page .sidebar .links li,
  .page-header .super .btn,
  .site-footer p,
  .sticky-header .main-nav .btn,
  .stories li .card .info p.lead {
    font-size: 1.8em
  }

  .col.col-r-980-fw {
    width: 100% !important
  }

  .cards li {
    width: 50%
  }

  .stories li {
    width: 100%
  }

  .page-header .logo {
    width: 140px;
    height: 41px;
  }

  .sticky-header .main-nav .btn {
    display: none
  }

  .page .main.col.col-70 {
    width: 75%
  }

  .page .sidebar.col.col-30,
  .persons-set li {
    width: 25%
  }

  .home-promo .video-control .icon {
    float: none;
    margin: 0 0 .3em
  }

  .home-stats .col.col-33 {
    width: 100%;
    overflow: hidden
  }

  .home-stats .col.col-33 .stat {
    float: left;
    width: 40%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 6em
  }

  .home-stats .col.col-33 .col-box {
    overflow: hidden;
    margin-bottom: 6em;
    border-bottom: 2px solid #1D1D1B
  }

  .home-stats .col.col-66 {
    width: 100%
  }

  .site-footer .col.col-2-of-6 {
    width: 50%
  }

  .site-footer .col.col-1-of-6 {
    width: 100%
  }

  .site-footer .extra-links {
    padding-top: 6em;
    text-align: left
  }

  .site-footer .extra-links li {
    display: inline-block;
    margin-right: 2em
  }
}

.desktop-only {
  display: block
}

.mobile-nav,
.mobile-only {
  display: none
}

@media only screen and (max-width:740px) {
  .mobile-only {
    display: block
  }

  .desktop-only {
    display: none !important
  }

  .wrapper {
    padding: 0
  }

  .mobile-header {
    background: #fff;
    overflow: hidden
  }

  .mobile-header .logo {
    float: none;
    font-size: 1em;
    width: 142px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../i/newteacher-logo.svg);
    background-size: contain;
    margin: 1.6em;
  }

  .mobile-header .mobile-nav-link {
    position: fixed;
    display: inline-block;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 2.4em 1.6em 2.4em 2.4em;
    color: #1D1D1B
  }

  .mobile-header .mobile-nav-link i {
    font-size: 4em
  }

  .mobile-nav,
  .mobile-nav .container {
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: scroll
  }

  .mobile-nav {
    position: fixed;
    z-index: 8888;
    top: 0;
    right: 0;
    height: 100vh;
    background: #fff
  }

  .mobile-nav .container {
    position: absolute;
    padding: 2em 1.6em 16em;
    text-align: center;
    max-height: 100vh
  }

  .mobile-nav .mobile-nav-first-btn {
    margin-top: -.3em;
    padding-bottom: 6em
  }

  .mobile-nav .mobile-nav-first-btn li .btn {
    display: inline-block !important
  }

  .mobile-nav .main-nav {
    padding-bottom: 6em
  }

  .mobile-nav .main-nav li {
    display: block;
    font-size: 2.6em;
    margin: 0 0 1em
  }

  .mobile-nav .main-nav li ul {
    display: block;
    width: 100%;
    position: relative;
    padding: .4em 0 0;
    text-align: center;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto 1.5em;
    top: auto;
    left: auto
  }

  .mobile-nav .main-nav li ul li {
    font-size: .8em;
    margin: 0
  }

  .mobile-nav .main-nav li ul li a {
    padding: .35em 1em;
    color: #7e7d7e
  }

  .mobile-nav .main-nav li:last-child ul {
    left: auto;
    right: auto
  }

  .mobile-nav .buttons li {
    display: inline-block;
    margin: 0 .5em 2em
  }

  .mobile-nav .buttons li .btn {
    font-size: 2.1em
  }

  .cards li blockquote span {
    font-size: 1.8em
  }

  .ugc form .ui-selectmenu-button,
  .ugc form input[type=email],
  .ugc form input[type=text] {
    width: 100%
  }

  .stat strong .hang {
    top: .1em;
    left: -.45em;
    font-size: .7em
  }
}

.desktop-only-660-ib {
  display: inline-block
}

.mobile-only-660,
.mobile-only-660-ib {
  display: none
}

@media only screen and (max-width:660px) {
  .vpad-0-10 {
    padding-top: 0;
    padding-bottom: 7em
  }

  .vpad-10-0 {
    padding-top: 7em;
    padding-bottom: 0
  }

  .vpad-10 {
    padding: 7em 0
  }

  .mobile-660-exception,
  .mobile-only-660 {
    display: block !important
  }

  .mobile-only-660-ib {
    display: inline-block !important
  }

  .col.col-r-660-fw {
    width: 100% !important
  }

  .mobile-nav .buttons br {
    display: none
  }

  .mobile-nav .buttons li,
  .mobile-nav .buttons li .btn {
    display: block
  }

  .cards li {
    width: 80%
  }

  .cards.owl li {
    width: 82vw
  }

  .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .home-promo .video-box,
  .home-promo .video-box .video-wrapper {
    padding-top: 56.3%
  }

  .home-promo .video-control {
    width: 7em
  }

  .home-promo .video-control .icon {
    font-size: 7em
  }

  .home-promo .video-control .label {
    display: none
  }

  .home-promo .wrapper .promo-content {
    min-height: 0
  }

  .home-stats .col.col-33 .stat,
  .persons-set li {
    width: 50%
  }

  .stat strong.large,
  h1 {
    font-size: 6em
  }

  .page header h1.modest,
  .stat strong,
  .ugc h2,
  h2 {
    font-size: 4em
  }

  .home-who .col-25,
  .home-who .col-75,
  .person .col.col-33,
  .person .col.col-66,
  .persons-brief li {
    width: 100%
  }

  .tabs .tabs-links li {
    margin: 0 .5em .5em 0
  }

  .tabs .tabs-links li a {
    -webkit-border-radius: .5em;
    border-radius: .5em
  }

  .page .main.col.col-70,
  .page .main.col.col-75 {
    float: none;
    width: 100%
  }

  .page .sidebar.col.col-25,
  .page .sidebar.col.col-30 {
    float: none;
    width: 100%;
    padding-bottom: 6em
  }

  .page .sidebar.col.col-25 .links,
  .page .sidebar.col.col-30 .links {
    border-top: 2px solid #1D1D1B;
    padding-top: 2em
  }

  .flex {
    padding-right: 0
  }

  .logos-list li.list-item {
    display: block;
    width: 100%;
    margin: 4em 0
  }

  .logos-list li.list-item .image {
    height: auto;
    margin-bottom: 1.5em
  }

  .logos-list li.list-item .image img {
    position: relative;
    max-width: 50%;
    max-height: 12em
  }

  .person .portrait {
    width: 60%;
    margin-bottom: 3em
  }

  .country-map-row.vpad-3-3 {
    padding-top: 0
  }

  .country-map-row .col.col-25,
  .country-map-row .col.col-75 {
    width: 100%;
    float: none
  }

  .country-map-row .regions {
    height: auto
  }

  .country-map-row .regions ul li {
    font-size: 1.8em
  }

  section.region {
    margin-top: 3em;
    padding-bottom: 0
  }

  .site-footer .col.col-50,
  section.region .col.col-25,
  section.region .col.col-75 {
    width: 100%
  }

  .site-footer .col.col-1-of-6,
  .site-footer .col.col-2-of-6,
  section.region .schools-list li,
  ul.schools li {
    width: 50%
  }

  section.region .schools-list li a {
    padding: 1em 1em 0 0
  }

  section.region .ugc {
    padding: 1em 0 0
  }

  .site-footer form {
    margin-bottom: 6em
  }

  .site-footer .extra-links {
    padding-top: 0
  }

  .site-footer .logos li {
    margin-right: 2em
  }

  .site-footer .logos li img {
    max-width: 130px;
    max-height: 80px
  }

  .site-footer .dev {
    text-align: left;
    margin-top: 3em
  }

  .popup {
    padding: 1.6em
  }

  .popup-body {
    padding: 3.2em 1.6em;
    -webkit-border-radius: .5em;
    border-radius: .5em
  }

  .popup-close-link {
    color: #1D1D1B
  }

  .popup-no-body .popup-close-link {
    color: #fff !important
  }
}

@media only screen and (max-width:400px) {
  h1 {
    font-size: 5.5em
  }

  .page header h1.modest,
  .stat strong,
  .stat strong.large,
  .ugc h2,
  h2 {
    font-size: 3.8em
  }

  .infographics.infographics-school {
    width: 4.6em;
    height: 4em;
    background-size: 4.6em 4em
  }

  .infographics.infographics-teachers {
    width: 6.9em;
    height: 3.9em;
    background-size: 6.9em 3.9em
  }

  section.region .schools-list li {
    width: 100%
  }
}

@media only screen and (max-width:340px) {
  h1 {
    font-size: 4.5em
  }
}

.content-row {
  padding-top: 7em;
  padding-bottom: 7em;
  overflow: hidden
}

@media only screen and (max-width:660px) {
  .content-row {
    padding-top: 4em;
    padding-bottom: 4em
  }
}

@media only screen and (max-width:600px) {
  .content-row.lead-row {
    padding-top: 1em
  }
}

.content-row.content-row-default+.content-row.content-row-default {
  padding-top: 0
}

.content-row-warmbg {
  background-color: #fff7ef
}

.content-row.content-row-warmbg+.content-row.content-row-warmbg {
  border-top: 1px solid #d9d2cb
}

.content-row.content-row-attention,
.padded-multiline span {
  background-color: #FFF578;
  padding: 2.8em 0
}

@media only screen and (max-width:600px) {
  .content-row.content-row-attention {
    padding: 1em 0
  }

  .content-row.content-row-attention h2 {
    font-size: 2em
  }

  .content-row.content-row-attention p {
    margin-top: .6em;
    font-size: 1.6em
  }
}

.content-row.content-row-attention h2 {
  line-height: 1.2;
  margin-bottom: 0
}

hr.default-light-separator {
  background-color: rgba(0, 0, 0, .1);
  height: 1px
}

#cover-header {
  background: #1D1D1B;
  min-height: 46.9vw;
  background-size: cover;
  width: 100%;
  display: block
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  #cover-header {
    height: 46.9vw
  }
}

#cover-header .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

@media only screen and (max-width:600px) {
  #cover-header {
    background-size: 100% auto
  }
}

#cover-header h1 {
  width: 100%;
  color: #fff;
  font-family: "EchoesSandBlack", sans-serif;
  font-size: 6em;
  line-height: 1.1
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  #cover-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  #cover-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

#cover-header .shadow-overlay {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  #cover-header .shadow-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  #cover-header .shadow-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

#cover-header .gradient-overlay {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), to(rgba(0, 0, 0, .7)));
  background: -o-linear-gradient(top, transparent 33%, rgba(0, 0, 0, .7) 100%);
  background: linear-gradient(to bottom, transparent 33%, rgba(0, 0, 0, .7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B00000', endColorstr='#b3000000', GradientType=0)
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  #cover-header .gradient-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  #cover-header .gradient-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media only screen and (max-width:600px) {
  #cover-header .gradient-overlay {
    background: #fff !important;
    margin-top: 46.9vw
  }

  #cover-header .gradient-overlay .content-row {
    padding-top: 2em;
    padding-bottom: 0
  }

  #cover-header .gradient-overlay h1 {
    color: #1D1D1B;
    font-size: 4.2em
  }
}

#cover-header .text-box {
  padding-top: 10em;
  padding-bottom: 7em
}

@media only screen and (max-width:660px) {
  #cover-header .text-box {
    padding-top: 7em;
    padding-bottom: 4em
  }
}

.page-lead {
  font-size: 3.1em
}
@media (min-width: 601px) {
  .page-lead {
    color: white;
  }
}

@media only screen and (max-width:400px) {
  .page-lead {
    font-size: 2.4em
  }
}

.page-lead p {
  line-height: 1.5
}

.page-lead p+p,
.page-lead-with-illustration p+p {
  margin-top: .75em
}

.ugc-lead h4,
.ugc-lead ol li,
.ugc-lead p,
.ugc-lead ul li {
  font-size: 2.4em
}

.ugc-lead p {
  margin-bottom: 1em
}

@media only screen and (max-width:660px) {
  .ugc-lead {
    padding-right: 0
  }
}

.page-lead-with-illustration {
  font-size: 2.7em
}

@media only screen and (max-width:400px) {
  .page-lead-with-illustration {
    font-size: 2.4em
  }

  .page-lead-with-illustration p {
    margin-right: 0
  }
}

.page-lead-with-illustration p {
  line-height: 1.5;
  margin-right: 1em
}

.padded-multiline {
  position: relative;
  left: -.25em
}

.padded-multiline span {
  display: inline;
  padding: .25em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.features .feature.half {
  width: 49.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .features .feature.half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .features .feature.half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media only screen and (max-width:400px) {
  .features .feature.half {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .features .feature.half {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:400px) and (-ms-high-contrast:active),
only screen and (max-width:400px) and (-ms-high-contrast:none) {
  .features .feature.half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.features .feature.third {
  width: 32.93%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .features .feature.third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .features .feature.third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

@media only screen and (max-width:600px) {
  .features .feature.third {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .features .feature.third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:600px) and (-ms-high-contrast:active),
only screen and (max-width:600px) and (-ms-high-contrast:none) {
  .features .feature.third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.features .feature h3,
.steps-table h3 {
  font-size: 2.1em;
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  line-height: 1.4
}

.features .feature p {
  font-size: 1.6em;
  line-height: 1.5;
  margin: .5em .5em 1.9em 0
}

.features .feature-box {
  margin: 0 1.6em 3.2em
}

.apply-row,
.content-row h2 {
  margin-bottom: .8em
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .content-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .content-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.content-col-50 {
  width: 49.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .content-col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .content-col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media only screen and (max-width:550px) {
  .content-col-50 {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .content-col-50 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:550px) and (-ms-high-contrast:active),
only screen and (max-width:550px) and (-ms-high-contrast:none) {
  .content-col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.content-col-33,
.landing-recruiting-2020 #geo .content-col-33,
.landing-standard #geo .content-col-33 {
  width: 32.93%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .content-col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .content-col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

@media only screen and (max-width:550px) {
  .content-col-33 {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .content-col-33 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:550px) and (-ms-high-contrast:active),
only screen and (max-width:550px) and (-ms-high-contrast:none) {
  .content-col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.content-col-66 {
  width: 66.26%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .content-col-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .content-col-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    -webkit-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%
  }
}

@media only screen and (max-width:550px) {
  .content-col-66 {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .content-col-66 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:550px) and (-ms-high-contrast:active),
only screen and (max-width:550px) and (-ms-high-contrast:none) {
  .content-col-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.content-col-80 {
  width: 79.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .content-col-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .content-col-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
  }
}

@media only screen and (max-width:660px) {
  .content-col-80 {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .content-col-80 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:660px) and (-ms-high-contrast:active),
only screen and (max-width:660px) and (-ms-high-contrast:none) {
  .content-col-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.illustrations-photo {
  width: 32.93%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .illustrations-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .illustrations-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

.illustrations-photo img {
  position: absolute;
  width: 27em;
  height: auto
}

.illustrations-photo .image-1 {
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(3em, 0) rotate(-9deg);
  -ms-transform: translate(3em, 0) rotate(-9deg);
  transform: translate(3em, 0) rotate(-9deg)
}

.illustrations-photo .image-2 {
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: translate(40%, -50%) rotate(9deg);
  -ms-transform: translate(40%, -50%) rotate(9deg);
  transform: translate(40%, -50%) rotate(9deg)
}

.illustrations-photo .image-3 {
  z-index: 3;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(40%, 0) rotate(-3deg);
  -ms-transform: translate(40%, 0) rotate(-3deg);
  transform: translate(40%, 0) rotate(-3deg)
}

@media only screen and (max-width:1250px) {
  .illustrations-photo img {
    width: 26em
  }

  .illustrations-photo .image-2 {
    -webkit-transform: translate(25%, -50%) rotate(9deg);
    -ms-transform: translate(25%, -50%) rotate(9deg);
    transform: translate(25%, -50%) rotate(9deg)
  }

  .illustrations-photo .image-3 {
    -webkit-transform: translate(30%, 0) rotate(-3deg);
    -ms-transform: translate(30%, 0) rotate(-3deg);
    transform: translate(30%, 0) rotate(-3deg)
  }
}

@media only screen and (max-width:860px) {
  .illustrations-photo img {
    width: 25em
  }

  .illustrations-photo .image-2 {
    -webkit-transform: translate(25%, -45%) rotate(9deg);
    -ms-transform: translate(25%, -45%) rotate(9deg);
    transform: translate(25%, -45%) rotate(9deg)
  }
}

@media only screen and (max-width:800px) {
  .illustrations-photo img {
    width: 24em
  }

  .illustrations-photo .image-2 {
    -webkit-transform: translate(25%, -40%) rotate(9deg);
    -ms-transform: translate(25%, -40%) rotate(9deg);
    transform: translate(25%, -40%) rotate(9deg)
  }
}

@media only screen and (max-width:660px) {
  .illustrations-photo {
    width: 99.6%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: 20em
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .illustrations-photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:660px) and (-ms-high-contrast:active),
only screen and (max-width:660px) and (-ms-high-contrast:none) {
  .illustrations-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media only screen and (max-width:660px) {
  .illustrations-photo img {
    width: 21em
  }

  .illustrations-photo .image-1 {
    top: 0;
    left: 0;
    -webkit-transform: translate(2em, 0) rotate(-9deg);
    -ms-transform: translate(2em, 0) rotate(-9deg);
    transform: translate(2em, 0) rotate(-9deg)
  }

  .illustrations-photo .image-2 {
    top: 0;
    left: 0;
    -webkit-transform: translate(17em, 4em) rotate(9deg);
    -ms-transform: translate(17em, 4em) rotate(9deg);
    transform: translate(17em, 4em) rotate(9deg)
  }

  .illustrations-photo .image-3 {
    top: 0;
    left: 0;
    -webkit-transform: translate(33em, 0) rotate(-3deg);
    -ms-transform: translate(33em, 0) rotate(-3deg);
    transform: translate(33em, 0) rotate(-3deg)
  }
}

@media only screen and (max-width:380px) {
  .illustrations-photo {
    height: 17em
  }

  .illustrations-photo img {
    width: 17em
  }
}

.illustration-side {
  width: 32.93%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .illustration-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .illustration-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

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

@media only screen and (max-width:660px) {
  .illustration-side {
    width: 99.6%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .illustration-side {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:660px) and (-ms-high-contrast:active),
only screen and (max-width:660px) and (-ms-high-contrast:none) {
  .illustration-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media only screen and (max-width:660px) {
  .illustration-side img {
    width: 66vw;
    margin: 3em 0 4em
  }
}

.landing-recruiting-2020,
.landing-standard {
  overflow: hidden;
  width: 100%
}

.landing-recruiting-2020 .btn.btn-primary,
.landing-standard .btn.btn-primary {
  background-color: #20b408;
  border-color: #20b408
}

.landing-recruiting-2020 .btn.btn-primary:hover,
.landing-standard .btn.btn-primary:hover {
  background-color: #1c9c07;
  border-color: #1c9c07
}

.landing-recruiting-2020 .content-row .btn-list,
.landing-standard .content-row .btn-list {
  margin-top: 4.2em
}

.landing-recruiting-2020 .content-row .btn-list.no-margin,
.landing-standard .content-row .btn-list.no-margin {
  margin-top: 0
}

.landing-recruiting-2020 .content-row .btn-list li,
.landing-standard .content-row .btn-list li {
  margin: 0 2em 2em 0
}

.landing-recruiting-2020 .person-quote .quote,
.landing-standard .person-quote .quote {
  border-color: rgba(0, 0, 0, .1);
  border-width: 1px
}

.landing-recruiting-2020 #geo,
.landing-standard #geo {
  background-repeat: no-repeat;
  background-position: 53vw -9vw;
  background-size: 140em 77em
}

@media only screen and (max-width:1150px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 58vw -8vw;
    background-size: 120em 66em
  }
}

@media only screen and (max-width:900px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 60vw -2vw;
    background-size: 100em 55em
  }
}

@media only screen and (max-width:770px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 58vw -2vw;
    background-size: 100em 55em
  }
}

@media only screen and (max-width:700px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 54vw -4vw;
    background-size: 100em 55em
  }
}

@media only screen and (max-width:660px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 62vw -6vw;
    background-size: 70em 38em
  }
}

@media only screen and (max-width:560px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 55vw -6vw;
    background-size: 70em 38em
  }
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {

  .landing-recruiting-2020 #geo .content-col-33,
  .landing-standard #geo .content-col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {

  .landing-recruiting-2020 #geo .content-col-33,
  .landing-standard #geo .content-col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

.landing-recruiting-2020 #geo .content-col-66,
.landing-standard #geo .content-col-66 {
  width: 66.26%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {

  .landing-recruiting-2020 #geo .content-col-66,
  .landing-standard #geo .content-col-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {

  .landing-recruiting-2020 #geo .content-col-66,
  .landing-standard #geo .content-col-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    -webkit-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%
  }
}

@media only screen and (max-width:490px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 64vw -6vw;
    background-size: 50em 27em;
    position: relative
  }

  .landing-recruiting-2020 #geo .content-col-33,
  .landing-standard #geo .content-col-33 {
    width: 14em;
    position: absolute;
    top: 3.2em;
    right: 0
  }

  .landing-recruiting-2020 #geo .content-col-66,
  .landing-standard #geo .content-col-66 {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {

    .landing-recruiting-2020 #geo .content-col-66,
    .landing-standard #geo .content-col-66 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:490px) and (-ms-high-contrast:active),
only screen and (max-width:490px) and (-ms-high-contrast:none) {

  .landing-recruiting-2020 #geo .content-col-66,
  .landing-standard #geo .content-col-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

@media only screen and (max-width:490px) {

  .landing-recruiting-2020 #geo .content-col-66 h2,
  .landing-standard #geo .content-col-66 h2 {
    padding-right: 5em
  }
}

@media only screen and (max-width:410px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 60vw -8vw
  }
}

@media only screen and (max-width:360px) {

  .landing-recruiting-2020 #geo,
  .landing-standard #geo {
    background-position: 52vw -8vw
  }
}

.landing-recruiting-2020 #geo h2,
.landing-standard #geo h2 {
  margin: .1em 0;
  padding: 0
}

.landing-recruiting-2020 #geo .ig,
.landing-standard #geo .ig {
  text-align: right;
  font-family: "EchoesSandBlack", sans-serif;
  font-weight: 500
}

.landing-recruiting-2020 #geo .ig .ig-num,
.landing-standard #geo .ig .ig-num {
  position: relative;
  top: .03em;
  right: -.025em;
  font-size: 14.4em;
  line-height: 1;
  margin-bottom: 0
}

.landing-recruiting-2020 #geo .ig .ig-text,
.landing-standard #geo .ig .ig-text {
  position: relative;
  top: -.1em;
  font-size: 3.6em;
  line-height: 1.05
}

@media only screen and (max-width:660px) {

  .landing-recruiting-2020 #geo .ig .ig-num,
  .landing-standard #geo .ig .ig-num {
    font-size: 10.8em
  }

  .landing-recruiting-2020 #geo .ig .ig-text,
  .landing-standard #geo .ig .ig-text {
    font-size: 2.7em
  }
}

@media only screen and (max-width:490px) {

  .landing-recruiting-2020 #geo .ig .ig-num,
  .landing-standard #geo .ig .ig-num {
    font-size: 7.2em
  }

  .landing-recruiting-2020 #geo .ig .ig-text,
  .landing-standard #geo .ig .ig-text {
    font-size: 1.8em
  }
}

.landing-recruiting-2020 .money strong,
.landing-standard .money strong {
  background: #FFF578;
  padding: 0 .2em
}

.landing-recruiting-2020 .money strong a,
.landing-standard .money strong a {
  color: #1D1D1B;
  text-decoration: none
}

@media only screen and (max-width:1250px) {

  .landing-recruiting-2020 .quotes i.next,
  .landing-recruiting-2020 .quotes i.prev,
  .landing-standard .quotes i.next,
  .landing-standard .quotes i.prev {
    top: 6.8em
  }
}

@media only screen and (max-width:660px) {

  .landing-recruiting-2020 .quotes i.next,
  .landing-recruiting-2020 .quotes i.prev,
  .landing-standard .quotes i.next,
  .landing-standard .quotes i.prev {
    top: 3.1em
  }
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .landing-press {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .landing-press {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.landing-press .press-item.half {
  width: 49.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .landing-press .press-item.half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .landing-press .press-item.half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media only screen and (max-width:550px) {
  .landing-press .press-item.half {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .landing-press .press-item.half {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:550px) and (-ms-high-contrast:active),
only screen and (max-width:550px) and (-ms-high-contrast:none) {
  .landing-press .press-item.half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.landing-press .press-item.third {
  width: 32.93%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .landing-press .press-item.third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .landing-press .press-item.third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

@media only screen and (max-width:550px) {
  .landing-press .press-item.third {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .landing-press .press-item.third {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:550px) and (-ms-high-contrast:active),
only screen and (max-width:550px) and (-ms-high-contrast:none) {
  .landing-press .press-item.third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.landing-press .press-item-box {
  margin: 0 1.6em 3.2em
}

.landing-press img {
  height: 7em;
  margin-bottom: 2em
}

@media only screen and (max-width:600px) {
  .landing-press img {
    height: 6em;
    margin-bottom: 1em
  }
}

@media only screen and (max-width:400px) {
  .landing-press img {
    height: 5em
  }
}

.landing-press a h3 {
  text-decoration: underline;
  margin-right: .7em
}

.landing-press a:hover h3 {
  text-decoration: none
}

.landing-regions-list {
  padding-top: .3em;
  margin-bottom: 2em
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .landing-regions-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .landing-regions-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.landing-regions-list li {
  width: 49.6%;
  margin-bottom: 2.4em
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .landing-regions-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .landing-regions-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

.landing-regions-list li h3 {
  font-size: 2.1em;
  font-family: "MullerBold", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 1em
}

.steps-table {
  width: 100%;
  border-bottom: 1px solid #1D1D1B;
  margin-top: 4.7em;
  margin-bottom: 3em
}

.steps-table td {
  border-top: 1px solid #1D1D1B;
  padding: 3.2em 0 3.9em;
  vertical-align: top
}

.steps-table td.step {
  padding-right: 2.4em
}

.steps-table td.info {
  padding-right: 5.2em
}

.steps-table td.info h3 {
  margin-bottom: .4em
}

.steps-table td.duration {
  width: 30%;
  padding-left: 10%
}

@media only screen and (max-width:660px) {
  .steps-table td.duration {
    width: 14%;
    padding-left: 0
  }
}

@media only screen and (max-width:400px) {
  .steps-table {
    margin-bottom: 2em
  }

  .steps-table tr {
    display: block;
    padding-top: 2em;
    border-top: 1px solid #1D1D1B;
    padding-bottom: 3em
  }

  .steps-table td {
    display: block;
    border: 0;
    padding: 0
  }

  .steps-table td.step {
    float: left;
    padding: 0;
    width: 8em
  }

  .steps-table td.info {
    overflow: hidden;
    padding-bottom: .7em
  }

  .steps-table td.duration {
    padding-left: 8em
  }
}

.steps-table .step-circle {
  display: block;
  font-family: "MullerBold", sans-serif;
  font-weight: 700;
  font-size: 2.78em;
  width: 2.3em;
  height: 2.3em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 2.46;
  text-align: center;
  background: #20b408;
  color: #fff
}

.steps-table .dur,
.steps-table p {
  font-size: 1.8em;
  line-height: 1.5
}

.steps-table .dur {
  font-style: italic;
  white-space: nowrap
}

.apply-photo {
  display: inline-block;
  vertical-align: top;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-size: cover;
  background-position: center center;
  width: 33.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .apply-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .apply-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .apply-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .apply-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%
  }
}

@media only screen and (max-width:660px) {
  .apply-photo {
    width: 99.6%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-bottom: 66%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .apply-photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:660px) and (-ms-high-contrast:active),
only screen and (max-width:660px) and (-ms-high-contrast:none) {
  .apply-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.apply-content-col {
  vertical-align: top;
  padding-top: 7em;
  padding-left: 10.35em;
  padding-bottom: 7em;
  width: 65.6%
}

@media only screen and (max-width:1250px) {
  .apply-content-col {
    padding-left: 2.4em
  }
}

@media only screen and (max-width:740px) {
  .apply-content-col {
    padding-left: 0
  }
}

@media only screen and (max-width:660px) {
  .apply-content-col {
    padding-top: 4em;
    padding-bottom: 4em
  }
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .apply-content-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .apply-content-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .apply-content-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .apply-content-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%
  }
}

@media only screen and (max-width:660px) {
  .apply-content-col {
    width: 99.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .apply-content-col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%
    }
  }
}

@media only screen and (max-width:660px) and (-ms-high-contrast:active),
only screen and (max-width:660px) and (-ms-high-contrast:none) {
  .apply-content-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.landing-accordeon {
  margin-bottom: 4em
}

.landing-accordeon h3 {
  font-size: 2.1em;
  line-height: 1.42
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .cards-2020 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .cards-2020 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.cards-2020.cards-layout-6 li {
  width: 24.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .cards-2020.cards-layout-6 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .cards-2020.cards-layout-6 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
  }
}

.cards-2020.cards-layout-6 li:nth-child(-n+2) {
  width: 49.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .cards-2020.cards-layout-6 li:nth-child(-n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .cards-2020.cards-layout-6 li:nth-child(-n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

.cards-2020.cards-layout-5 li:nth-child(-n+2) h3,
.cards-2020.cards-layout-6 li:nth-child(-n+2) h3 {
  font-size: 3.6em
}

@media only screen and (max-width:980px) {
  .cards-2020.cards-layout-6 li {
    width: 49.6%
  }

  @supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
    .cards-2020.cards-layout-6 li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%
    }
  }
}

@media only screen and (max-width:980px) and (-ms-high-contrast:active),
only screen and (max-width:980px) and (-ms-high-contrast:none) {
  .cards-2020.cards-layout-6 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media only screen and (max-width:980px) {
  .cards-2020.cards-layout-6 li h3 {
    font-size: 2.1em !important
  }
}

.cards-2020.cards-layout-5 li {
  width: 32.93%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .cards-2020.cards-layout-5 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .cards-2020.cards-layout-5 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

.cards-2020.cards-layout-5 li:nth-child(-n+2) {
  width: 49.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .cards-2020.cards-layout-5 li:nth-child(-n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .cards-2020.cards-layout-5 li:nth-child(-n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

.cards-2020.cards-layout-3 li {
  width: 32.93%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .cards-2020.cards-layout-3 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .cards-2020.cards-layout-3 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
  }
}

.cards-2020.cards-layout-2 li,
.cards-2020.cards-layout-4 li {
  width: 49.6%
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {

  .cards-2020.cards-layout-2 li,
  .cards-2020.cards-layout-4 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {

  .cards-2020.cards-layout-2 li,
  .cards-2020.cards-layout-4 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media only screen and (max-width:660px) {
  .cards-2020 li {
    width: 84vw !important
  }
}

@supports ((-webkit-flex-wrap:wrap) or (flex-wrap:wrap)) {
  .cards-2020 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .cards-2020 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.cards-2020 .card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 1.6em 3.2em;
  position: relative;
  display: block;
  background: #fff;
  -webkit-border-radius: .6em;
  border-radius: .6em;
  overflow: hidden
}

.cards-2020 .card .info {
  padding: 1.2em 1.6em 2.4em
}

.cards-2020 .card h3 {
  color: #1D1D1B;
  margin-bottom: .2em
}

.cards-2020 .card img {
  width: 100%
}

.social-buttons li {
  display: inline-block
}

.social-buttons a {
  position: relative;
  color: #fff
}

.social-buttons a.facebook {
  background: #0561af;
  border-color: #0561af
}

.social-buttons a.vk {
  background: #4d75a2;
  border-color: #4d75a2
}

.social-buttons a.instagram {
  background: #9a60c0;
  border-color: #9a60c0
}

.social-buttons a.twitter {
  background: #00bff3;
  border-color: #00bff3
}

.social-buttons a.youtube {
  background: #d02525;
  border-color: #d02525
}

.social-buttons a.odnoklassniki {
  background: #ff7200;
  border-color: #ff7200
}

.social-buttons a:hover {
  background: #fff;
  color: #1D1D1B;
  border-color: #1D1D1B
}

.social-buttons a .icon {
  position: absolute;
  top: .35em;
  left: .55em;
  font-size: 1.5em
}

.social-buttons a span {
  display: inline-block;
  padding-left: 2em
}

.landing-standard-partners {
  padding-top: 5em
}

.landing-standard-partners h2 {
  margin-bottom: 0
}

.landing-standard-partners .logos li {
  margin-right: 4em
}

/*!
* Fotorama 4.6.4 | http://fotorama.io/license/
*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
  -o-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
  transition-timing-function: cubic-bezier(.1, 0, .25, 1);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, .2)
}

@media print {

  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: 0 0 !important
  }
}

.fotorama {
  min-width: 1px;
  overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>:not(:first-child) {
  display: none
}

.fotorama--fullscreen,
.fullscreen {
  background: #1D1D1B;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important
}

.fullscreen {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #1D1D1B
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important
}

.fotorama__stage__frame {
  overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: 0 !important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full,
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer
}

.fotorama__nav--dots,
.fotorama__nav--thumbs {
  display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(rgba(64, 64, 64, .1)));
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #1D1D1B
}

.fotorama__caption a {
  text-decoration: none;
  color: #1D1D1B;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  padding: 5px 10px
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0
}

.fotorama__select {
  cursor: auto
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent
  }
}

.fotorama__arr {
  z-index: 11;
  cursor: pointer
}

.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  cursor: pointer
}

.fotorama__video-play {
  z-index: 11
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
  background-position: 0 0, 0 0;
  left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none
}

@media (max-width: 575.98px) {
  .gutenberg {
    padding: 0 10px;
  }
}

.gutenberg a {
  text-decoration: underline;
}
.gutenberg a:hover, .gutenberg .wp-block-button a {
  text-decoration: none !important;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px;
}

.news-item {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #fff;
}

.news-thumbnail {
overflow: hidden;
  aspect-ratio: 8/5;
}

.news-thumbnail img {
    width: 100%;
    height: auto;
}

.news-title {
    margin-top: 10px;
    font-size: 1.5em;
}

.news-excerpt {
    margin-top: 10px;
}

.news-grid h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.news-grid p {
  margin-bottom: 0;
}

.main-header .btn-box {
  float: right;
  margin-left: 2em;
  padding-top: 5px;
}
.main-header .btn-box .btn {
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: bold;
  font-size: 18px;
	color: white !important;
	background-color: #3B553F;
	border-radius: 4px;
	padding: 16px 20px;
	transition: margin 250ms;
}

.main-header .btn-box .btn:hover {
	margin-top: -2px;
	text-decoration: none;
}

@media only screen and (max-width:980px) {
  .page-header .main-header {
    min-height: 72px;
  }
  .main-header .btn-box .btn {
    font-size: 13px;
    padding: 8px 10px;
  }
}