@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: white;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.tab_item {
  display: none;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 999;
  background: white;
}
@media only screen and (max-width: 992px) {
  .sticky {
    top: 66px;
    z-index: 9;
  }
  .sticky .container {
    padding: 0px;
  }
  .sticky .container .page-nav-mobile__place-icon {
    width: 63px;
  }
  .sticky.page-nav {
    border-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .sticky {
    top: 66px;
    z-index: 9;
  }
  .sticky .container {
    padding: 0px;
  }
  .sticky .container .page-nav-mobile__place-icon {
    width: 63px;
  }
}

.privacy-policy {
  padding-top: 130px;
  padding-bottom: 60px;
  max-width: 850px;
  margin: 0 auto;
}
.privacy-policy .heading-h2-right {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Lora, sans-serif;
  color: #fbb131;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}
.privacy-policy p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  color: #374354;
}
.privacy-policy .text-block-right {
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}

.block-center {
  margin: 0 auto;
}

/* admin bar */
.customize-support .header-navigation {
  margin-top: 32px;
}
@media only screen and (max-width: 600px) {
  .customize-support .header-navigation {
    margin-top: 0px;
  }
}

.customize-support .sticky {
  top: 122px;
}

#wpadminbar {
  z-index: 9999999;
}

@font-face {
  font-family: "webflow-icons";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
      format("truetype"),
    url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)
      format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: "webflow-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

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

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

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

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}

.w-checkbox:after,
.w-radio:after {
  clear: both;
}

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}

.w-widget-map .gm-style-iw + div {
  display: none;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
    sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
        we want the div to inherit that so hover/selection borders in the designer-canvas
        fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay .w--nav-menu-open {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.screen-reader-text {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.slick-custom-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slick-custom-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-custom-dots li button {
  font-size: 0;
  line-height: 0;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
}
.slick-custom-dots li button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: rgba(128, 200, 189, 0.4);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.featured__accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slick-active button:after {
  background-color: #374354 !important;
}

.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.07);
}

.site-header.header-homepage {
  position: fixed;
  height: 90px;
}

.site-header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 63px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/logo.gif");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-header.w--current {
  width: 105px;
  height: 63px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
  background-image: url("../images/logo.gif");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-header__desktop {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto 0px;
  padding: 10px 40px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item:hover {
  border-bottom-color: #80c8bd;
}

.menu-item.menu-dropdown {
  position: relative;
}

.menu-link-01 {
  display: block;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #374354;
  text-decoration: none;
}

.menu-link-01:hover {
  border-bottom-color: #80c8bd;
}

.button-search {
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-right: 44px;
  margin-bottom: auto;
  background-image: url("../images/search-icon.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Fontawesome, sans-serif;
}

.button-search:hover {
  opacity: 0.6;
}

.button-give {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbb131;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.button-give:hover {
  background-color: #374354;
}

.body {
  font-family: "Questrial", sans-serif;
  color: #374354;
}

.image {
  display: block;
}

.site-content.our-work__details {
  padding-bottom: 140px;
}

.banner-homepage {
  position: relative;
  height: 758px;
  max-height: 100%;
}

.background-video {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.container {
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1178px) {
  .container {
    padding: 0 25px;
  }
}

.top-banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 100%;
  max-width: 100%;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-banner__video {
  background-color: rgba(0, 0, 0, 0.4);
}

.heading-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

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

.heading-h1.text-left.text-white {
  color: #fff;
}

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

.heading-h1.banner-small__title {
  color: #fff;
  font-weight: 700;
}

.heading-h1.banner-big__title {
  font-family: "Questrial", sans-serif;
  color: #fbb131;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.heading-h1.banner-home {
  margin-bottom: 15px;
}

.single-post__body a {
  font-family: Questrial;
  color: #fff;
  font-weight: bold;
}

.site-content ul {
  margin-top: 10px;
}
.site-content ul li {
  line-height: 1.2;
  letter-spacing: 0.3px;
}

.paragraph-basic {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  font-family: Questrial;
  width: 100%;
}
.paragraph-basic a {
  font-family: Questrial;
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
.paragraph-basic a:hover {
  text-decoration: none;
}
.paragraph-basic blockquote {
  display: block;
  margin: 10px 0 70px 0;
  padding: 80px 20px 0 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.paragraph-basic blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 80px;
  background: #fff url("../images/MaterialIcon-3.svg") no-repeat center center;
  background-size: cover;
}
.paragraph-basic blockquote:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  top: 40px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
}

.paragraph-basic.text-white {
  margin-top: 0px;
  color: #fff;
}

.paragraph-basic.text-white.text-center {
  max-width: 828px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-basic.text-center {
  font-weight: 400;
  text-align: center;
}

.paragraph-basic.text-center.subtitle__our-partners {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-basic.news-text {
  margin-top: 0px;
  margin-bottom: 22px;
  text-align: center;
}

.paragraph-basic.text-width {
  max-width: 300px;
}

.paragraph-basic._404 {
  font-family: "Questrial", sans-serif;
}

.button-green {
  width: 300px;
  margin-top: 30px;
  padding-bottom: 0px;
  background-color: #afd274;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 78px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.button-green:hover {
  background-color: #fbb131;
}

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

.arrow-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-nav__arrow {
  width: 32px;
  height: 32px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.arrow-nav__arrow:hover {
  background-image: url("../images/MaterialIcon-1-2.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.arrow-nav__arrow.arrow-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-nav__arrow.arrow-left.arrow-homepage {
  background-image: url("../images/MaterialIcon-1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-nav__arrow.arrow-homepage {
  background-image: url("../images/MaterialIcon-1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-nav__arrow.arrow-homepage:hover {
  background-image: url("../images/MaterialIcon-1-2.svg");
  background-position: 50% 50%;
  background-size: contain;
}

.arrow-nav__arrow.arrow-partners {
  background-image: url("../images/MaterialIcon-1-3.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.arrow-nav__arrow.arrow-partners:hover {
  background-image: url("../images/MaterialIcon-1-4.svg");
}

.image-2 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-nav__image {
  display: block;
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}

.about {
  padding-top: 33px;
  padding-bottom: 60px;
}

.about__title {
  width: 848px;
  max-width: 100%;
  margin: 73px auto;
  text-align: center;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
}

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

.heading-h2.text-center.tools__heading {
  margin-bottom: 40px;
}

.heading-h2.text-center.leader-approach__heading {
  margin-bottom: 50px;
}

.heading-h2.text-center.text-nomargin {
  margin-bottom: 0px;
}

.heading-h2.search-title {
  font-size: 21px;
  line-height: normal;
}

.heading-h2.tools__heading {
  margin-bottom: 40px;
}

.about__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1178px) {
  .about__items {
    display: block;
  }
}

.about__video {
  position: relative;
  width: 800px;
  max-width: 100%;
  padding-top: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 1178px) {
  .about__video {
    width: 100%;
  }
}

.about__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
}
@media only screen and (max-width: 1024px) {
  .about__info {
    margin: 0;
    width: 100%;
    margin-top: 15px;
  }
}

.video-block {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #cecece;
}

.video-block.homepage-img-1 {
  background-image: url("../images/facts_banner-1f6d1f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-bg-orange {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 80%;
  height: 80%;
  background-color: #fbb131;
}

.heading-h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 47px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.text-block-2 {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.about__work {
  margin-top: auto;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #374354;
}

.about__work-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.heading-h3.text-white {
  margin-bottom: 14px;
  color: #fff;
}

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

.heading-h3.news-title {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
}

.paragraph-work {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 24px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 200;
}

.button-transparent {
  width: 100%;
  max-width: 300px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 65px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

.button-transparent:hover {
  background-color: #fff;
  color: #374354;
}

.testimonial__icons {
  position: absolute;
  left: 0px;
  top: -10px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial__line {
  height: 1px;
  width: 70%;
  background-color: #374354;
}

.impact {
  padding-top: 35px;
  padding-bottom: 109px;
}

.impact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.impact__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
}

.impact__image {
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
}

.impact__image.homepage-img-2 {
  background-image: url("../images/icon-1-states-93f2e2.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.impact__image.homepage-img-3 {
  background-image: url("../images/icon-2-systems-7ba255.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.impact__image.homepage-img-4 {
  background-image: url("../images/icon-3-leaders-1335a3.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.impact__image.homepage-img-5 {
  background-image: url("../images/icon-4-students-ac4a15.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.news {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.news__bg {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 376px;
  background-color: #374354;
}

.news__content {
  position: relative;
  z-index: 3;
}

.news__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__item {
  position: relative;
  width: 370px;
  max-width: 100%;
  padding-top: 235px;
  padding-right: 29px;
  padding-left: 29px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.news__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 340px;
  background-color: #bebebe;
}

.news__image.homepage-img-6 {
  background-image: url("../images/impact_banner-737efa.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.news__image.homepage-img-7 {
  background-image: url("../images/Screen_Shot_2018-01-17_at_11.26.33_AM-6a8e27.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.news__image.homepage-img-8 {
  background-image: url("../images/facts_banner-1f6d1f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.news__image.our-story-img-3 {
  background-image: url("../images/impact_banner-737efa.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news__image.our-story-img-4 {
  background-image: url("../images/Screen_Shot_2018-01-17_at_11.26.33_AM-6a8e27.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news__image.our-story-img-5 {
  background-image: url("../images/facts_banner-1f6d1f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news__block {
  position: relative;
  z-index: 10;
  display: block;
  padding: 30px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 6px solid #afd274;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13);
}

.button-blue {
  display: block;
  width: 100%;
  max-width: 340px;
  border: 1px solid #374354;
  background-color: #374354;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 79px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-blue:hover {
  background-color: #fff;
  color: #374354;
}

.button-blue.search__button {
  margin-top: 70px;
}

.button-blue.news__button {
  margin-top: auto;
}

.button-blue.work-btn__btn {
  max-width: 274px;
  margin-top: 34px;
}

.button-blue.f-block__btn {
  max-width: 270px;
  margin-top: 40px;
}

.button-blue.success__block-btn {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.button-blue.take-action__btn {
  max-width: 250px;
  margin-top: 60px;
  text-transform: capitalize;
}

.button-blue.posts__item-btn {
  max-width: 250px;
  margin-top: 28px;
  margin-right: 30px;
}

.button-blue.single-post__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 344px;
  margin-top: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-blue.btn-resources {
  max-width: 509px;
}

.button-blue._404 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
}

.news__line {
  position: absolute;
  left: 0px;
  top: -6px;
  width: 100%;
  height: 6px;
  background-color: #afd274;
}

.partners {
  padding-top: 110px;
  padding-bottom: 50px;
}

.partners__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__logo {
  max-height: 90px;
  margin: 0 auto;
}

.site-footer {
  position: relative;
  z-index: 7;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #374354;
}

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

.menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.menu-footer__item {
  width: 100%;
  margin-bottom: 15px;
}

.menu-footer__item.item-last {
  margin-bottom: 0px;
}

.menu-footer__link {
  display: inline-block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-footer__link:hover {
  color: #80c8bd;
}

.menu-footer__link.link-donate {
  color: #fbb131;
  font-weight: 900;
}

.menu-footer__link.link-donate:hover {
  color: #80c8bd;
}

.menu-footer__link.link-bowen {
  font-style: italic;
  text-transform: none;
}

.menu-footer-2 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-links {
  max-width: 100%;
  width: 100%;
}

.footer-links__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 0px;
}

.social-item {
  margin-right: 30px;
}

.social-item.item-last {
  margin-right: 0px;
}

.social-link {
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fontawesome webfont", sans-serif;
  color: #afd274;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.social-link:hover {
  color: #80c8bd;
}

.footer-links__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.footer-logo__icon {
  width: 114px;
  height: 69px;
  margin-bottom: 15px;
  background-image: url("../images/NYCLA-Stacked-Logo-No-Tagline-RGB-3.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-logo__icon.w--current {
  width: 114px;
  height: 69px;
  margin-bottom: 15px;
  background-image: url("../images/NYCLA-Stacked-Logo-No-Tagline-RGB-3.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-logo__text {
  width: 200px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
}
.footer-logo__text a {
  color: #fff;
  text-decoration: none;
}
.footer-logo__text a:hover {
  text-decoration: underline;
}

.submenu-01 {
  position: absolute;
  top: 90px;
  display: none;
  width: 200px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.submenu-01.submenu-2 {
  bottom: -235px;
}

.submenu-01.submenu-2.item-show {
  display: block;
}

.submenu__item {
  padding-top: 1px;
}

.submenu__link {
  display: block;
  background-color: #44536e;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  line-height: 46px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.submenu__link:hover {
  background-color: #fbb131;
}

.site-header__search {
  position: absolute;
  top: 90px;
  display: none;
  width: 100%;
  height: 90px;
  margin-bottom: 0px;
  border-top: 1px solid #374354;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
}

.site-header__search.item-show {
  position: absolute;
  top: 90px;
  display: block;
  width: 100%;
  background-color: #fff;
}

.search__field {
  height: 100%;
  margin-bottom: 0px;
  padding: 30px 60px 30px 0px;
  border: 0px none transparent;
  background-color: transparent;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-style: none;
}

.button-close {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-right: 56px;
  margin-bottom: auto;
  background-image: url("../images/MaterialIcon-4.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.button-close:hover {
  opacity: 0.6;
}

.banner-small {
  height: 350px;
  background-color: #cecece;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
}

.banner-small.banner-img__search {
  padding-top: 90px;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/extra1-95507e.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/extra1-95507e.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-small__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-h1__span {
  text-decoration: underline;
}

.page-content {
  padding-top: 50px;
  padding-bottom: 123px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 13px;
  line-height: normal;
}

.breadcrumb__item {
  position: relative;
  padding-right: 30px;
}

.breadcrumb__link {
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #374354;
  text-decoration: none;
}

.breadcrumb__link:hover {
  color: #80c8bd;
}

.breadcrumb__separator {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 17px;
  line-height: 1.2;
}

.breadcrumb__text {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.2;
  text-transform: capitalize;
}

.search {
  max-width: 100%;
  margin-right: 400px;
}

.search__category {
  margin-top: 35px;
}

.search__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 21px;
  line-height: 1.2;
}

.search__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #80c8bd;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.search__block {
  margin-top: 32px;
}

.search__title-link {
  display: inline-block;
  margin-bottom: 8px;
  color: #374354;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none;
}

.search__title-link:hover {
  text-decoration: underline;
}

.search__title-link.news-blog-search {
  font-size: 23px;
  line-height: normal;
}

.search__text {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.search__span {
  font-weight: 900;
}

.banner-big {
  position: relative;
  padding-bottom: 110px;
}

.banner-big__image {
  width: 100%;
  height: 450px;
  background-color: #c4c4c4;
}

.banner-big__image.banner-img__our-story {
  background-image: url("../images/Our-story-1920-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1440px) {
  .banner-big__image.banner-img__our-story {
    background-image: url("../images/Our-story-1440-banner.jpg");
  }
}

.banner-big__image.banner-img__staff {
  background-image: url("../images/clients_banner-web-e55917.jpg");
  background-position: 50% 37%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-big__image.banner-img__our-work {
  background-image: url("../images/Shortell_LA_110415_5879_copy-c0c2f1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-big__image.banner-img__our-partners {
  background-image: url("../images/our-partners-057a8d.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-big__image.banner-img__news {
  background-image: url("../images/News-1920-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1440px) {
  .banner-big__image.banner-img__news {
    background-image: url("../images/News-1440-banner.jpg");
  }
}

.banner-big__image.banner-img__blog {
  background-image: url("../images/leadership_insights-313168.png");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-big__info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 912px;
  max-width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px;
  background-color: rgba(55, 67, 84, 0.88);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.13);
}

.banner-big__title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fbb131;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.banner-big__text {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.story {
  padding-top: 84px;
  padding-bottom: 92px;
}

.page-nav {
  border-bottom: 1px solid #c8c8c8;
}
.page-nav .w--current {
  border-bottom-color: #afd274;
}

.page-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerMenu li a,
.page-nav__link {
  display: block;
  padding-top: 22px;
  padding-bottom: 16px;
  border-bottom: 8px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto Condensed, sans-serif;
  color: #374354;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.innerMenu li a:hover,
.page-nav__link:hover {
  border-bottom-color: #afd274;
}

.innerMenu .current-cat a,
.page-nav__link.page-nav__active {
  border-bottom-color: #afd274;
}

.page-nav__link.page-nav__active.resources-posts {
  border-bottom-color: #edac1f;
}

.page-nav__link.page-nav__active.workshops-posts {
  border-bottom-color: #6caba3;
}

.page-nav__link.page-nav__active.news-posts {
  border-bottom-color: #5d79a6;
}

.page-nav__link.resources-posts:hover {
  border-bottom-color: #edac1f;
}

.page-nav__link.workshops-posts:hover {
  border-bottom-color: #6caba3;
}

.page-nav__link.news-posts:hover {
  border-bottom-color: #5d79a6;
}

.story-mission {
  padding-bottom: 40px;
}

.story-mission__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .story-mission__content {
    display: block;
  }
}

.story-mission__image {
  width: 693px;
  height: 463px;
  max-width: 100%;
  background-color: #cecece;
}

.story-mission__image.our-story-img-1 {
  background-image: url("../images/Screen_Shot_2018-01-17_at_11.31.58_AM-49f35a.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 690px;
}

.story-mission__text {
  margin-top: 38px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
}

.story-history {
  padding-top: 95px;
}

.story__content {
  padding-top: 94px;
}

.story-history__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .story-history__content {
    display: block;
  }
}

.story-history__image {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  height: 503px;
  width: 690px;
}

.story-history__info {
  margin-left: 50px;
  width: 35%;
}

.story-history__photo {
  position: relative;
  z-index: 1;
  height: 503px;
  max-width: 100%;
  background-color: #cecece;
}

.story-history__photo.our-story-img-2 {
  background-image: url("../images/FAQ_banner-web-df7de1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-history__photo-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  height: 80%;
  background-color: #fbb131;
}

.story-history__title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.2;
}

.story-history__text {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
}

.our-leadership {
  position: relative;
  z-index: 2;
  padding-top: 92px;
  padding-bottom: 60px;
}

.our-leadership__team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.our-leadership__object {
  position: relative;
  width: 275px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 206px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-bottom: 30px;
}

.our-leadership__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 250px;

  background-color: #fff;
}

.our-leadership__image.team-img-1 {
  background-image: url("../images/id_Picture__5_-229daf.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-2 {
  background-image: url("../images/id_Picture__6_-4509b3.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-3 {
  background-image: url("../images/id_Picture__7_-0892c8.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-4 {
  background-image: url("../images/id_Picture__8_-8eb11f.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-5 {
  background-image: url("../images/id_Picture-851a6c.jpeg");
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-6 {
  background-image: url("../images/id_Picture__1_-061c3c.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-7 {
  background-image: url("../images/id_Picture__3_-dc9f4b.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-8 {
  background-image: url("../images/arlene_berg-361f9e.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-9 {
  background-image: url("../images/sharon_bonifazo-ec4c97.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-10 {
  background-image: url("../images/sonia_bu-5c7c14.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-11 {
  background-image: url("../images/steve_buchsbaum-3a885d.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-12 {
  background-image: url("../images/gloria_buckery-4f1731.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-13 {
  background-image: url("../images/jessica_cihal-805f38.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-14 {
  background-image: url("../images/george_foley-ebc864.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__image.team-img-15 {
  background-image: url("../images/ann_marie-b65447.jpeg");
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.our-leadership__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 130px;
  padding: 25px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 6px solid #afd274;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #374354;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.margin-t30 {
  margin-top: 30px;
}

.our-leadership__block:hover {
  border-top-color: #80c8bd;
  background-color: #374354;
  color: #fff;
}

.our-leadership__block.no-hover:hover {
  border-top-color: #afd274;
  background-color: #fff;
  color: #374354;
}

.our-leadership__line {
  position: absolute;
  left: 0px;
  top: -6px;
  width: 100%;
  height: 6px;
  background-color: #afd274;
}

.our-leadership__title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.our-leadership__text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.our-leadership__bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 445px;
  background-color: #374354;
}

#work-workshops {
  margin-bottom: 100px;
}

.team-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.team-slider__ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-slider__ctrl.slider-ctrl__homepage-2 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__leadership-1 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__leadership-2 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__leadership-3 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__leadership-4 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__leadership-5 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__leadership-6 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__our-partners-1 {
  display: none;
}

.team-slider__ctrl.slider-ctrl__our-partners-2 {
  display: none;
}

.slider-ctrl__item {
  margin-right: 10px;
  margin-left: 10px;
}

.slider-ctrl__link,
.dots__wrapper .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: rgba(128, 200, 189, 0.4);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.dots__wrapper .slick-dots {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dots__wrapper .slick-dots li button::before {
  display: none;
}

.slider-ctrl__link:hover,
.dots__wrapper .slick-dots li button:hover {
  background-color: #374354;
}

.slider-ctrl__link.slider-ctrl__active,
.dots__wrapper .slick-dots .slick-active button {
  background-color: #374354;
}

.directors {
  padding-top: 60px;
  padding-bottom: 100px;
}

.directors__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.directors__item {
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.directors__item.item-last {
  margin-bottom: 0px;
}

.directors__name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.directors__position {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
}

.directors__span {
  font-style: italic;
  font-weight: 400;
}

.directors__column {
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stories {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stories__bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 376px;
  background-color: #374354;
}

.careers {
  padding-top: 128px;
  padding-bottom: 150px;
}

.careers__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.careers__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 596px;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers__info {
  margin-left: 40px;
  width: 38%;
}

.careers__image-1 {
  width: 100%;
  height: 268px;
  margin-bottom: 20px;
  background-color: #cecece;
}

.careers__image-1.our-story-img-6 {
  background-image: url("../images/coaching_skills-d3ff32.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.careers__image-2 {
  width: 45%;
  height: 298px;
  margin-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #cecece;
}

.careers__image-2.our-story-img-7 {
  background-image: url("../images/systems_thinking-0c7a58.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.careers__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #76b5b0;
  color: #fff;
}

.careers__caption-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.2;
}

.careers__caption-list {
  margin-bottom: 0px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.careers__list-item {
  margin-top: 0px;
  margin-bottom: 5px;
}

.careers__heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.2;
}

.careers__heading.item-first {
  margin-top: 0px;
}

.careers__text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: normal;
}

.careers__text.item-last {
  margin-bottom: 0px;
}

.careers__link {
  color: #fff;
  text-decoration: none;
}

.careers__link:hover {
  text-decoration: underline;
}

.staff {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-nav__title {
  margin-top: 0px;
  margin-bottom: 46px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.staff__content-1 {
  padding-top: 84px;
  padding-bottom: 70px;
}

.staff__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.staff__items .staff__item__photo {
  display: block;
  cursor: pointer;
}

.our-leadership__item {
  width: 25%;
  padding: 0 5px;
}

.staff__item {
  width: 25%;
  margin-top: 50px;
}

.work {
  padding-top: 70px;
  padding-bottom: 70px;
}

.work__types {
  padding-top: 54px;
  padding-bottom: 28px;
}

.work-btn {
  padding-top: 120px;
}

.work-img-bg__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.work-img-bg__image {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
}

.work-img-bg__photo {
  position: relative;
  z-index: 1;
  width: 665px;
  height: 453px;
  max-width: 100%;
  background-color: #cecece;
}

.work-img-bg__photo.our-work-img-1 {
  background-image: url("../images/extra1-95507e.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-img-bg__photo-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 80%;
  height: 80%;
  background-color: #fbb131;
}

.work-img-bg__info {
  margin-left: 60px;
  width: 100%;
}

.work-img-bg__title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.2;
}

.work-img-bg__text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
}

.work-btn__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.work-btn__info {
  display: block;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.work-btn__photo {
  width: 682px;
  height: 470px;
  max-width: 100%;
  background-color: #cecece;
}

.work-btn__photo.our-work-img-3 {
  background-image: url("../images/leadership_coaching__2_-73308f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-btn__photo.our-work-img-4 {
  background-image: url("../images/deepening_coaching-b6af07.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-btn__photo.our-work-img-2 {
  background-image: url("../images/PD_banner-93779c.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-btn__photo.our-work-img-5 {
  background-image: url("../images/careers_banner-9aa057.JPG");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-btn__title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.2;
}

.work-btn__text {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.2;
}

.work__tools {
  position: relative;
}

.tools__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tools__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 57px;
  margin-bottom: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tools__slide-item {
  width: 350px;
  height: 326px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.tools__slide-image {
  width: 100%;
  height: 100%;
  background-color: #cecece;
}

.tools__slide-image.our-work-img-6 {
  background-image: url("../images/mentor_principal-53cd56.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tools__slide-image.our-work-img-7 {
  background-image: url("../images/impact_banner-737efa.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tools__slide-image.our-work-img-8 {
  background-image: url("../images/facts_banner-1f6d1f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tools__bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 376px;
  background-color: #374354;
}

.banner-medium {
  position: relative;
  padding-bottom: 62px;
}

.banner-medium__image {
  width: 100%;
  height: 350px;
  background-color: #cecece;
}

.banner-medium__image.banner-img__leadership-coaching {
  background-image: url("../images/resources-ed09de.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-medium__image.banner-img__district {
  background-image: url("../images/school-leadership-f18e25.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-medium__image.banner-img__workshops {
  background-image: url("../images/Workshops-eabf0d.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-medium__image.banner-img__leadership-school {
  background-image: url("../images/school-leadership-f18e25.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-medium__info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 870px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px;
  background-color: rgba(55, 67, 84, 0.88);
}

.banner-medium__title {
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 42px;
  line-height: normal;
  text-align: center;
}

.leadership {
  padding-top: 93px;
}

.leader-approach {
  padding-top: 97px;
  padding-bottom: 160px;
}

.l-approach__banner {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 15px;
}

.l-approach__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.l-approach__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial.l-approach__testimonial {
  width: 450px;
  max-width: 100%;
  text-align: center;
}

.testimonial.blog-details {
  margin-top: 30px;
  margin-bottom: 70px;
}

.testimonial.testimonial__our-story {
  margin-bottom: 28px;
}

.testimonial.testimonial__homepage {
  margin-bottom: 40px;
}

.testimonial__text {
  width: 95%;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}

.testimonial__author {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
  width: 100%;
}

.testimonial__symbol {
  width: 80px;
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url("../images/MaterialIcon-3.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: content-box;
}

.la-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #cecece;
}

.la-image.leadership-img-1 {
  background-image: url("../images/our-partners-057a8d.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.la-image.district-img-1 {
  background-image: url("../images/our-partners-057a8d.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.la-image__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 80%;
  height: 80%;
  background-color: #fbb131;
}

.l-approach__text {
  display: block;
  width: 700px;
  max-width: 100%;
  margin-left: 50px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.paragraph {
  -webkit-column-count: 2;
  column-count: 2;
}

.l-approach__paragraph {
  margin-top: 28px;
  margin-bottom: 0px;
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 65px;
  column-gap: 65px;
}

.l-approach__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: 100%;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.l-approach__image {
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
  background-color: #cecece;
}

.l-approach__image.leadership-img-2 {
  background-image: url("../images/icon-3-leaders-1335a3.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-approach__image.leadership-img-3 {
  background-image: url("../images/icon__01.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-approach__image.leadership-img-4 {
  background-image: url("../images/icon__02.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-approach__image.district-img-2 {
  background-image: url("../images/icon-2-systems-7ba255.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-approach__image.district-img-3 {
  background-image: url("../images/icon__01.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-approach__image.district-img-4 {
  background-image: url("../images/icon-4-students-ac4a15.png");
  background-position: 50% 50%;
  background-size: cover;
}

.l-approach__image.district-img-5 {
  background-image: url("../images/icon-3-leaders-1335a3.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-approach__image.district-img-6 {
  background-image: url("../images/icon__02.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-approach__title {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 24px;
  line-height: 1.2;
}

.l-approach__caption {
  max-width: 300px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.featured {
  position: relative;
  padding-top: 85px;
  padding-bottom: 166px;
}

.featured__bg {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 527px;
  background-color: #374354;
}

.featured__content {
  position: relative;
  padding: 80px 76px;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.accordion__title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 45px;
  padding: 40px 90px 40px 40px;
  background-color: #80c8bd;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-transform: capitalize;
  cursor: pointer;
}

.accordion__title:hover {
  background-color: #68a39e;
}

.accordion__content {
  margin-top: 40px;
}

.accordion__icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
}

.accordion__icon.icon-open {
  background-image: url("../images/Icon-1-1.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion__icon.icon-closed {
  background-image: url("../images/Icon-1.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured__heading {
  position: relative;
  margin-bottom: 63px;
}

.accordion__open {
  position: relative;
  margin-bottom: 45px;
}

.featured__accordion li .accordion__content {
  display: none;
}

.featured__accordion li:first-child .accordion__content {
  display: block;
}

.accordion__closed {
  position: relative;
  margin-bottom: 45px;
}

a.button-white {
  display: block;
  border: 1px solid #374354;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #374354;
  font-size: 18px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-white:hover {
  background-color: #374354;
  color: #fff;
}

.button-white.bring-academy__btn {
  max-width: 270px;
  margin-top: auto;
  width: 100%;
  max-height: 77px;
}

.button-white.posts__item-btn {
  width: 250px;
  max-width: 100%;
  margin-top: 28px;
}

.button-white.news-blog-search-btn {
  margin-top: 60px;
}

.button-white.blog-subscribe__btn {
  max-width: 356px;
  margin-right: auto;
  margin-left: auto;
}

.featured__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured__row.row-brd {
  border-top: 1px solid #374354;
}

.f-info__image-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  height: 80%;
  background-color: #fbb131;
}

.f-info__image {
  position: relative;
  width: 447px;
  height: 512px;
  background-color: #cecece;
}

.f-info__image.leadership-img-5 {
  background-image: url("../images/equitable_schools_image-b67638.jpeg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-info__image.district-img-7 {
  background-image: url("../images/equitable_schools_image-b67638.jpeg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.f-block__title {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-transform: capitalize;
}

.f-block__text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.2;
}

.f-block__list {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-left: 20px;
  font-size: 16px;
  line-height: normal;
}

.f-details__block.item-first {
  border-bottom: 1px solid #374354;
}

.f-block__price {
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: 35px;
  text-transform: capitalize;
}

.featured__block {
  padding-left: 30px;
  width: 100%;
}

.featured__block.f-block-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
}

.f-block__span {
  font-weight: 700;
}

.featured__block-item {
  margin-bottom: 30px;
}

.featured__block-item.item-last {
  margin-bottom: 0px;
}

.success {
  position: relative;
  padding-top: 94px;
  padding-bottom: 200px;
}

.success__bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 396px;
  background-color: #374354;
}

.success__content {
  position: relative;
}

.success__item {
  position: relative;
  padding-top: 270px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success__image {
  position: absolute;
  top: 0px;
  width: 90%;
  height: 337px;
  background-color: #cecece;
}

.success__image.leadership-img-6 {
  background-image: url("../images/equitable_schools_image-b67638.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.success__image.leadership-img-7 {
  background-image: url("../images/approach-ea215a.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.success__image.district-img-8 {
  background-image: url("../images/equitable_schools_image-b67638.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.success__image.district-img-9 {
  background-image: url("../images/approach-ea215a.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.success__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  padding: 30px 40px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.13);
}

.success__block-line {
  position: absolute;
  top: -6px;
  width: 100%;
  height: 6px;
  background-color: #afd274;
}

.success__block-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}

.success__block-text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.success__block-info {
  margin-bottom: 15px;
}

.success__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.our-partners {
  padding-top: 85px;
}

.our-reach {
  padding-top: 80px;
  padding-bottom: 40px;
}

.our-reach__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.our-reach__data {
  position: relative;
  overflow: auto;
  width: 440px;
  height: 542px;
  max-width: 100%;
  padding: 50px 30px 30px;
  border: 1px solid #374354;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.13);
}

.our-reach__data::-webkit-scrollbar {
  width: 13px;
}

.our-reach__data::-webkit-scrollbar-thumb {
  background-color: #374354;
}

.our-reach__map {
  position: relative;
  margin-left: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.our-reach__img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/usa-map-b7cfd3.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-reach__marker {
  position: absolute;
  left: 55px;
  top: 65px;
  width: 40px;
  height: 40px;
  background-image: url("../images/MaterialIcon-4-1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-reach__info {
  position: relative;
}

.our-reach__scroll-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 13px;
  height: 100%;
  background-color: #ededed;
}

.our-reach__scroll {
  width: 100%;
  height: 40%;
  background-color: #374354;
}

.our-reach__title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: normal;
}

.our-reach__text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: normal;
}

.funders__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.funders__logo {
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.funders__icon {
  width: 200px;
  height: 86px;
  margin-right: auto;
  margin-left: auto;
}

.funders__icon.our-partners-img-1 {
  background-image: url("../images/time-warner-logo-fba191.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funders__icon.our-partners-img-2 {
  background-image: url("../images/hearst-logo-81cb62.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funders__icon.our-partners-img-3 {
  background-image: url("../images/blackstone-logo-320236.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funders__icon.our-partners-img-4 {
  background-image: url("../images/macys-inc-logo-f5b233.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funders__icon.our-partners-img-5 {
  background-image: url("../images/bill-melinda-logo-e32e65.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funders__icon.our-partners-img-6 {
  background-image: url("../images/morgan-stanley-logo-9ee607.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funders__icon.our-partners-img-7 {
  background-image: url("../images/met-logo-d20996.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.funders__icon.our-partners-img-8 {
  background-image: url("../images/well-fargo-logo-d48401.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.founding {
  padding-top: 130px;
}

.founding__column {
  display: block;
  width: 50%;
  margin-bottom: 68px;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 21px;
  line-height: normal;
}

.founding__item {
  display: block;
  margin-bottom: 9px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.founding__span {
  margin-left: 5px;
  font-weight: 400;
}

.founding__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.founding__info {
  width: 100%;
  margin-bottom: 0px;
  padding-left: 80px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  font-weight: 700;
}

.our-recognitions {
  padding-top: 77px;
  padding-bottom: 79px;
  background-color: #374354;
}

.our-funders {
  padding-top: 100px;
  padding-bottom: 170px;
}

.our-recognitions__slider {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.our-recognitions__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-recognitions__slide {
  width: 827px;
  max-width: 100%;
}

.our-recognitions__text {
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
  font-style: italic;
  text-align: center;
}
.our-recognitions__text a {
  color: #fff;
  text-decoration: underline;
}
.our-recognitions__text a:hover {
  text-decoration: underline;
}

.take-action {
  padding-top: 116px;
  padding-bottom: 147px;
}

.take-action__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.take-action__video-block {
  position: relative;
  width: 665px;
  max-width: 100%;
  padding-top: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  .take-action__video-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.take-action__video-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  height: 80%;
  background-color: #fbb131;
}

.take-action__video {
  position: relative;
  width: 650px;
  height: 400px;
  background-color: #cecece;
  background-image: url("../images/leadership_coaching__2_-73308f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.take-action__play-btn {
  position: absolute;
  left: 280px;
  top: 146px;
  width: 104px;
  height: 104px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fontawesome webfont", sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 104px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.take-action__play-btn:hover {
  color: #fbb131;
}

.take-action__info {
  width: 100%;
}

.take-action__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .take-action__info-block {
    margin-left: 50px;
    padding-top: 0px;
  }
}

.take-action__title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
}

.take-action__text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
}

.other-ways {
  position: relative;
  padding-top: 78px;
  padding-bottom: 60px;
}

.other-ways__bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 453px;
  background-color: #374354;
}

.other-ways__content {
  position: relative;
}

.other-ways__block {
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.other-ways__title {
  width: 826px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.other-ways__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ways-item__image {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #cecece;
}

.ways-item__image.partners-img-1 {
  background-image: url("../images/icon__03.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ways-item__image.partners-img-2 {
  background-image: url("../images/icon__05.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ways-item__image.partners-img-3 {
  background-image: url("../images/icon__06.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ways-item__image.partners-img-4 {
  background-image: url("../images/icon__04.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ways-item__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.ways-item__text {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

.bring-academy {
  padding-top: 60px;
  padding-bottom: 170px;
}

.bring-academy__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.bring-academy__info {
  width: 60%;
  padding-right: 20px;
}
.bring-academy__info .text-link {
  font-size: 16px;
}

.text-link {
  color: #374354;
  font-weight: 600;
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: none;
}

.posts {
  padding-top: 75px;
  padding-bottom: 50px;
}

.posts.blog-list {
  padding-top: 0px;
}

.posts__content {
  padding-top: 15px;
  padding-bottom: 70px;
}

.posts__content.news-posts {
  padding-top: 20px;
}

.posts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.posts__item.news-posts {
  margin-top: 40px;
}

.posts__item.news-posts.news-posts-featured {
  margin-top: 60px;
}

.posts__item-image {
  width: 300px;
  height: 255px;
  max-width: 100%;
  background-color: #cecece;
}

.posts__item-image.post-img-1 {
  background-image: url("../images/mentor_principal-53cd56.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.post-img-1.workshops-posts {
  height: 300px;
}

.posts__item-image.post-img-2 {
  background-image: url("../images/extra2-47059a.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.post-img-3 {
  background-image: url("../images/donors_banner-6ef136.JPG");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.post-img-4 {
  background-image: url("../images/profiles_banner-c2ae56.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.post-img-5 {
  background-image: url("../images/our-partners-057a8d.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.post-img-6 {
  background-image: url("../images/FAQ_banner-web-df7de1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.workshops-posts {
  height: 300px;
}

.posts__item-image.workshops-posts.post-img-7 {
  background-image: url("../images/mentor_principal-53cd56.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts-featured {
  width: 404px;
  height: 303px;
}

.posts__item-image.news-posts-featured.news-img-1 {
  background-image: url("../images/profiles_banner-c2ae56.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts-featured.blog-img-1 {
  background-image: url("../images/coaching_fundamentals-429c1a.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts {
  height: 230px;
}

.posts__item-image.news-posts.news-img-2 {
  background-image: url("../images/mentor_principal-53cd56.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts.news-img-3 {
  background-image: url("../images/extra2-47059a.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts.news-img-4 {
  background-image: url("../images/donors_banner-6ef136.JPG");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts.blog-img-2 {
  background-image: url("../images/extra2-47059a.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts.blog-img-3 {
  background-image: url("../images/careers_banner-9aa057.JPG");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-image.news-posts.blog-img-4 {
  background-image: url("../images/approach-ea215a.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-info {
  margin-left: 40px;
  width: 100%;
}

.posts__item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: normal;
}
.posts__item-title a {
  color: #333;
  text-decoration: none;
}

.posts__cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.posts__cat-list.news-details {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.posts__cat-list.news-posts {
  color: #5d79a6;
}

.posts__cat-list.workshops-posts {
  color: #6caba3;
}

.posts__cat-list.resources-posts {
  color: #edac1f;
}

.posts__cat-list.news-blog-search {
  color: #afd274;
  font-size: 15px;
  line-height: normal;
}

.posts__cat-list.blog-list {
  color: #5d79a6;
}

.posts__cat-item {
  position: relative;
  margin-right: 20px;
}

.posts__cat-link {
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.posts__cat-link a {
  font-weight: 600;
  text-decoration: none;
  color: #5d79a6;
}

.posts__cat-link.resources-posts {
  color: #edac1f;
}

.posts__cat-link.workshops-posts {
  color: #6caba3;
}

.posts__cat-link.news-posts {
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.posts__item-text {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: normal;
}

.posts__cat-sep {
  position: absolute;
  top: 0px;
  right: -12px;
  font-weight: 600;
}

.posts__cat-sep-left {
  left: -12px;
  position: absolute;
  top: 0px;
  font-weight: 600;
}

.posts__cat-sep.resources-posts {
  color: #edac1f;
}

.posts__cat-sep.workshops-posts {
  color: #6caba3;
}

.banner-post {
  width: 100%;
  height: 450px;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  );
}

.banner-post.banner-post-img-1 {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/mentor_principal-53cd56.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/mentor_principal-53cd56.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-post.banner-news-img-1 {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/approach-ea215a.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/approach-ea215a.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-post.banner-blog-img-1 {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/school-leadership-f18e25.png");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../images/school-leadership-f18e25.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-post__title {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Roboto Condensed, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  width: 100%;
}

.banner-post__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-post {
  padding-top: 40px;
  padding-bottom: 150px;
}

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

.single-post__body {
  padding-top: 15px;
  padding-right: 70px;
  width: 100%;
  border-right: 1px solid #374354;
}

.sidebar {
  width: 370px;
  margin-left: 30px;
  padding: 15px 15px 15px 20px;
}

.widget__title {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 21px;
  line-height: 1.2;
  text-transform: capitalize;
}

.widget__content {
  margin-bottom: 0px;
  padding-left: 0px;
}

.widget__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: normal;
}

.widget__item-title {
  font-family: Questrial;
  color: #374354;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

.widget__item-title:hover {
  text-decoration: underline;
}

.widget__item-link {
  margin-top: 10px;
  color: #afd274;
  text-decoration: none;
  text-transform: uppercase;
}

.widget__item-link:hover {
  text-decoration: underline;
}

.single-post__image {
  height: 300px;
  margin-bottom: 60px;
  background-color: #cecece;
}

.single-post__image.single-post-img-1 {
  background-image: url("../images/deepening_coaching-b6af07.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-post__text {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.2;
}

.single-post__btn-icon {
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 12px;
  background-image: url("../images/UXPinIconSet-1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #80c8bd;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.sign-up:hover {
  background-color: #fbb131;
}

.sign-up__icon {
  width: 23px;
  height: 23px;
  margin-left: 15px;
  background-image: url("../images/MaterialIcon-4-2.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.posts__item-btns.single-post__btns {
  margin-top: 50px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pagination__item {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}

.pagination__left {
  display: block;
  border-right: 1px solid #ddd;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fontawesome webfont", sans-serif;
  color: #374354;
  text-decoration: none;
}

.pagination__left:hover {
  background-color: #ddd;
}

.pagination__page {
  display: block;
  border-right: 1px solid #ddd;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #374354;
  text-decoration: none;
}

.pagination__page:hover {
  background-color: #afd274;
}

.pagination__page.page-active {
  background-color: #374354;
  color: #fff;
}

.pagination__right {
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fontawesome webfont", sans-serif;
  color: #374354;
  text-decoration: none;
}

.pagination__right:hover {
  background-color: #ddd;
}

.featured__picture {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
}

.featured__text {
  margin-left: 35px;
  padding: 15px 30px 30px;
}

.featured__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 20px;
  border-top: 1px solid #374354;
}

.single-post__events {
  padding-top: 25px;
  padding-bottom: 10px;
  border-top: 1px solid #374354;
}

.single-post__events-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-post__events-item {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-post__events-title {
  margin-top: 0px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 23px;
  line-height: 35px;
}

.single-post__events-text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.single-post__list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  line-height: normal;
}

.single-post__help {
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
}

.single-post__link {
  color: #374354;
}

.single-post__link:hover {
  text-decoration: none;
}

.posts__search {
  margin-top: 76px;
  margin-bottom: 0px;
}

.posts__search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.posts__search-label {
  margin-top: auto;
  margin-right: 30px;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 2px;
}

.posts__search-input {
  position: relative;
  width: 585px;
  height: 100%;
  margin-bottom: 0px;
  padding: 0px 10px 0px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 67, 84, 0.8);
  border-radius: 1px;
  box-shadow: inset 1px 0 1px 1px rgba(0, 0, 0, 0.1);
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.posts__search-btn {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 20px;
  height: 20px;
  background-image: url("../images/RetinaIcon-1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.posts__search-field {
  position: relative;
}

.posts__teatured {
  padding-top: 20px;
  padding-bottom: 55px;
  border-bottom: 1px solid #374354;
}

.posts__item-link {
  display: inline-block;
  margin-top: 28px;
  color: #374354;
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.ways-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-post__sub-title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
}

.widget__item-date {
  margin-top: 10px;
  color: #afd274;
  font-size: 18px;
  line-height: 1.2;
}

.button-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 45px;
  margin-right: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #cecece;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.button-social.button-social__facebook {
  background-color: #3b5998;
}

.button-social.button-social__twitter {
  background-color: #0084b4;
}

.button-social.button-social__linkedin {
  background-color: #0077b5;
}

.button-social__icon {
  margin-right: 10px;
  font-family: "Fontawesome webfont", sans-serif;
}

.button-social__text {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
}

.search-posts__body {
  padding-top: 15px;
  padding-right: 70px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #374354;
}

.search-posts__item {
  margin-top: 40px;
}

.search__link {
  display: inline-block;
  margin-top: 12px;
  color: #374354;
  font-size: 16px;
  line-height: normal;
  font-style: italic;
  font-weight: 700;
}

.search__link:hover {
  text-decoration: none;
}

.blog-subscribe {
  width: 912px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

.blog-subscribe__title {
  margin-top: 0px;
  margin-bottom: 46px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 23px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.posts__cat-span {
  margin-left: 5px;
}

.single-post__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.single-post__author-img {
  width: 192px;
  height: 192px;
  border: 4px solid #80c8bd;
  border-radius: 200px;
  background-color: #ebebeb;
  box-shadow: 3px 3px 10px 4px rgba(0, 0, 0, 0.1);
}

.single-post__author-img.author-img-1 {
  background-image: url("../images/id_Picture__4_-5ff4bc.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-post__author-info {
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-info__name {
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: Roboto Condensed, sans-serif;
  line-height: 1.2;
  text-transform: capitalize;
}

.author-info__info {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: normal;
}

.contact {
  padding-top: 150px;
  padding-bottom: 160px;
}

.contact__top {
  width: 830px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact__banner {
  position: relative;
  margin-bottom: 60px;
}

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

.contact__form {
  width: 100%;
}

.contact__departments {
  width: 350px;
  margin-top: 76px;
  margin-left: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.c-banner__image {
  position: relative;
  height: 390px;
  max-width: 100%;
  margin-right: 220px;
  background-color: #cecece;
  background-image: url("../images/facts_banner-1f6d1f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-banner__info {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-banner__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(55, 67, 84, 0.89);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.c-banner__info-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-banner__info-address {
  margin-top: 20px;
  color: #fff;
}

.c-banner__info-link {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.c-banner__info-link:hover {
  text-decoration: underline;
}

.c-banner__info-text,
.c-banner__info-text a {
  margin-bottom: 0px;
  text-decoration: none;
  color: #ffffff;
}

.c-banner__info-phone {
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
}

.c-banner__info-phone:hover {
  text-decoration: underline;
}

.contact__top-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  color: #fbb131;
  font-size: 36px;
  line-height: 1.2;
}

.contact__top-subtitle {
  width: 830px;
}

.contact__subtitle {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fbb131;
  font-size: 28px;
  line-height: 36px;
  font-family: Roboto Condensed, sans-serif;
}

.c-form {
  margin-bottom: 0px;
}

.c-form__label {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #374354;
  font-family: Questrial;
}

.c-form__checkbox {
  margin-top: 30px;
}
.c-form__checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.c-form__checkbox input {
  display: inline-block;
  cursor: pointer;
}

.c-form__input {
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #80c8bd;
  border-radius: 0px;
  background-color: #fff;
  color: #374354;
  font-size: 16px;
  line-height: 16px;
}

.c-form__input.c-form__text-area {
  height: 110px;
}

.c-form__submit {
  width: 304px;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #80c8bd;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 18px;
  text-transform: uppercase;
}

.c-form__submit:hover {
  background-color: #fbb131;
}

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

.c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

#contactForm .c-form__row .c-form__item:first-child {
  margin-right: 20px;
}

.recaptcha {
  width: 308px;
  height: 90px;
  background-image: url("../images/Screen_Shot_2017-10-17_at_1.44.46_PM.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.department {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.department.item-last {
  margin-bottom: 0px;
}

.link {
  display: inline-block;
}

.department__person {
  margin-bottom: 0px;
  color: #9fcc60;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
}

.department__link {
  margin-top: 5px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #374354;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
}

.department__link:hover {
  color: #fbb131;
}

.department__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: normal;
}

.video-block__btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 126px;
  height: 126px;
  margin: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fontawesome webfont", sans-serif;
  color: #afd274;
  font-size: 120px;
  line-height: 126px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: none !important;
}

.department a[href^="tel:"] {
  margin-top: 0;
}

.video-block__btn:hover {
  opacity: 0.75;
}

.video-block__btn.action-play-btn {
  left: 0px;
  top: 0px;
}

.f-block__link {
  color: #374354;
  font-weight: 700;
  text-decoration: none;
}

.f-block__link:hover {
  text-decoration: underline;
}

.staff-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff-popup__items {
  position: relative;
  width: 1250px;
  max-width: 100%;
  padding: 170px 170px 100px;
  background-color: #374354;
  margin-top: 100px;
}

.staff-popup__close {
  position: absolute;
  top: 30px;
  right: 25px;
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("../images/MaterialIcon-7.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.staff-popup__close:hover {
  opacity: 0.6;
}

.staff-popup__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.staff-popup__column {
  position: relative;
  overflow: auto;
  height: 500px;
  padding-left: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.staff-popup__person {
  position: relative;
  width: 360px;
  padding-bottom: 130px;
  text-align: center;
}

.staff-popup__image {
  position: relative;
  width: 280px;
  height: 270px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cecece;
}

.staff-popup__image.team-img-1 {
  background-image: url("../images/id_Picture__5_-229daf.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.staff-popup__info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 30px 20px 40px;
  border-top: 12px solid #afd274;
  background-color: #fff;
  color: #374354;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}

.staff-popup__name {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.staff-popup__position {
  margin-bottom: 0px;
}

.staff-popup__text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.featured-item {
  margin-top: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-item.featured-item__homepage {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.featured-item.featured-item__our-work {
  width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.featured-item.featured-item__our-partners {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.featured-item__block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.featured-item__block.featured-block__our-partners {
  width: 80%;
}

.featured-item__image {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  background-color: #cecece;
}

.featured-item__image.featured-img-1 {
  background-image: url("../images/icon-1-states-93f2e2.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-2 {
  background-image: url("../images/icon-2-systems-7ba255.png");
  background-position: 50% 50%;
  background-size: cover;
}

.featured-item__image.featured-img-3 {
  background-image: url("../images/icon-3-leaders-1335a3.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-4 {
  background-image: url("../images/icon-4-students-ac4a15.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-5 {
  background-image: url("../images/icon__01.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-6 {
  background-image: url("../images/icon__02.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-7 {
  background-image: url("../images/icon__03.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-8 {
  background-image: url("../images/icon__05.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-9 {
  background-image: url("../images/icon__06.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item__image.featured-img-10 {
  background-image: url("../images/icon__04.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.careers__info-item {
  margin-bottom: 25px;
}
.careers__info-item li {
  font-size: 17px;
}

.news__block-text {
  margin-bottom: 20px;
  text-align: center;
}

.block-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured-block__bg {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 375px;
  background-color: #374354;
}

.featured-block__content {
  position: relative;
  text-align: center;
}

.featured-block {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
}

.featured-block__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .featured-block__items .slick-slide {
    padding: 10px;
  }
}

.featured-block__item {
  margin-top: 55px;
  padding-bottom: 30px;
}

.featured-block__item-block {
  position: relative;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 270px;
  text-align: center;
}

.featured-block__img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 330px;
  background-color: #cecece;
}

.featured-block__img.block-img-1 {
  background-image: url("../images/impact_banner-737efa.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-block__img.block-img-2 {
  background-image: url("../images/Screen_Shot_2018-01-17_at_11.26.33_AM-6a8e27.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-block__img.block-img-3 {
  background-image: url("../images/facts_banner-1f6d1f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-block__img.block-img-4 {
  background-image: url("../images/equitable_schools_image-b67638.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-block__img.block-img-5 {
  background-image: url("../images/approach-ea215a.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-block__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  min-height: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 6px solid #afd274;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  min-height: 380px;
}

.featured-block__text {
  margin-bottom: 20px;
}
.featured-block__text .paragraph-basic {
  min-height: 54px;
}

.featured-block__title {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  line-height: normal;
}
.featured-block__title a {
  display: block;
  min-height: 92px;
  max-height: 92px;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
}

.menu-link-02 {
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #374354;
  text-decoration: none;
}

.menu-link-02:hover {
  border-bottom-color: #80c8bd;
}

.submenu-02 {
  position: absolute;
  top: 90px;
  display: none;
  width: 200px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.mobile-menu__line {
  position: absolute;
}

.site-footer__widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 15px;
  line-height: normal;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.site-header__mobile {
  height: 63px;
}

.search__items {
  height: 100%;
  margin-bottom: 0px;
}

.menu-link-03 {
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
}

.menu-link-03:hover {
  border-bottom: 4px solid #80c8bd;
}

.submenu-03 {
  position: absolute;
  top: 90px;
  width: 200px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.site-header__mobile-items {
  display: none;
}

.staff-popup__wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__homepage {
  z-index: 1;
  width: 100%;
  height: 560px;
  background-image: url("../images/facts_banner-1f6d1f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video__our-partners {
  width: 100%;
  height: 400px;
  background-image: url("../images/leadership_coaching__2_-73308f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.staff__items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.staff__content-2 {
  display: none;
  padding-top: 84px;
  padding-bottom: 70px;
}

.page-nav-mobile__list.openSection {
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
  transition: 350ms ease;
}

.page-nav-mobile__place-icon.openIcon {
  transform: rotateZ(180deg) !important;
}

.featured__gform {
  margin-bottom: 30px;
}

.image-7 {
  color: #80c8bd;
}

.heading {
  color: #374354;
}

.text-block-4 {
  color: #374354;
}

.founding__wrapper {
  width: 100%;
}

._404-heading {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Roboto Condensed, sans-serif;
  color: #80c8bd;
  font-size: 78px;
  line-height: 56px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="pop-up"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="submenu-hide"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="appear-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="appear-from-right"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="appear-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0%, 35px);
  -ms-transform: translate(0%, 35px);
  transform: translate(0%, 35px);
}

html.w-mod-js *[data-ix="appear-from-top"] {
  opacity: 1;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

html.w-mod-js *[data-ix="mobile-menu-hide"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="mobile-icon-hide"] {
  display: none;
  width: 0px;
}

html.w-mod-js *[data-ix="search-hide"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="submenu-mobile-hide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="staff-items-hide"] {
  display: none;
  opacity: 0;
}

@media only screen and (max-width: 1178px) {
  .about__video + .about__info {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 0;
    margin-top: 50px;
  }
  .about__work,
  .testimonial.testimonial__homepage {
    width: 50%;
  }
}

@media (max-width: 1124px) {
  .tools__slide-item {
    width: 300px;
  }
  .work-img-bg__image,
  .work-btn__image {
    width: 55%;
  }
  .work-img-bg__info,
  .work-btn__info {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .story-history__info {
    margin-top: 55px;
    margin-left: 0px;
  }
  .story-mission__image.our-story-img-1,
  .story-history__image {
    margin: 0 auto;
  }
  .story-history__photo.our-story-img-2 {
    width: 690px;
  }
  .story-history__info {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .work-img-bg__image,
  .work-btn__image {
    width: auto;
  }
  .work-img-bg__info,
  .work-btn__info {
    width: 100%;
  }
  .site-header.header-homepage {
    height: 80px;
  }
  .site-header__content {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .logo-header {
    width: 79px;
    height: 47px;
  }
  .logo-header.w--current {
    width: 79px;
    height: 47px;
    margin-left: 20px;
  }
  .site-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: normal;
  }
  .menu-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 23px;
  }
  .button-give {
    width: 130px;
    margin-top: 24px;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
  }
  .button-give.give-top-btn {
    margin-top: 0px;
  }
  .banner-homepage {
    height: 617px;
  }
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
  .top-banner__content {
    padding-bottom: 72px;
    padding-left: 15px;
  }
  .heading-h1.banner-home {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
  }
  .paragraph-basic {
    margin-left: 0px;
  }
  .button-green {
    width: 250px;
    max-width: 100%;
    font-size: 15px;
    line-height: 65px;
  }
  .l-approach__text {
    width: 50%;
  }
  .arrow-nav__arrow.arrow-homepage {
    width: 28px;
    height: 28px;
  }
  .arrow-nav__separator {
    width: 40px;
    height: 11px;
  }
  .about__title {
    margin-top: 44px;
    margin-bottom: 70px;
  }
  .heading-h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 1.2;
  }
  .about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__video {
    margin-bottom: 55px;
    padding-top: 11px;
    padding-left: 11px;
  }
  .about__info {
    margin-top: 55px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .about__info .testimonial.testimonial__our-story {
    width: 55%;
  }
  .about__info .paragraph-basic {
    width: 40%;
  }
  .about__work .paragraph-basic {
    width: 100%;
  }
  .about__work {
    width: 50%;
    margin-top: 0px;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-h3.text-white {
    font-size: 28px;
    line-height: normal;
  }
  .button-transparent {
    width: 225px;
    font-size: 16px;
  }
  .impact {
    padding-bottom: 95px;
  }
  .button-blue {
    font-size: 16px;
    line-height: 65px;
  }
  .button-blue.posts__item-btn.workshops-btn {
    font-size: 18px;
    line-height: 75px;
  }
  .button-blue.single-post__btn {
    margin-right: auto;
    margin-left: auto;
  }
  .partners {
    padding-bottom: 100px;
  }
  .partners__slider {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .site-footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .menu-footer {
    font-size: 14px;
    line-height: normal;
  }
  .menu-footer__item {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-links {
    font-size: 14px;
    line-height: normal;
  }
  .footer-logo {
    width: 25%;
    margin-right: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-logo__icon.w--current {
    width: 90px;
    height: 54px;
  }
  .footer-logo__text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .submenu-01 {
    top: 80px;
    display: none;
    width: 160px;
    font-size: 14px;
    line-height: 1.2;
  }
  .submenu__link {
    line-height: 35px;
  }
  .site-header__search {
    top: 80px;
    display: none;
    height: 60px;
  }
  .search__field {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .button-close {
    width: 24px;
    height: 24px;
    margin-right: 32px;
  }
  .search {
    margin-right: 0px;
  }
  .page-nav {
    border-bottom-color: transparent;
  }
  .story-mission__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .story-mission__image.our-story-img-1 {
    height: 340px;
  }
  .story-history {
    padding-top: 55px;
  }
  .story__content {
    padding-top: 75px;
  }
  .story-history__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .story-history__image {
    padding-top: 12px;
    padding-left: 12px;
    height: 340px;
  }
  .story-history__photo.our-story-img-2 {
    height: 340px;
  }
  .team-slider__ctrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .team-slider__ctrl.slider-ctrl__homepage-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__leadership-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__leadership-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__leadership-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__leadership-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__leadership-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__leadership-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__our-partners-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team-slider__ctrl.slider-ctrl__our-partners-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .directors__column {
    padding-right: 40px;
    padding-left: 0px;
  }
  .careers__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .careers__images {
    width: 100%;
    margin-bottom: 55px;
  }
  .careers__info {
    margin-left: 0px;
    width: 100%;
  }
  .careers__caption {
    width: 100%;
  }
  .our-leadership__item {
    width: 50%;
  }
  .staff__item {
    width: 50%;
  }
  .work-img-bg__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-img-bg__image {
    margin-bottom: 55px;
    padding-top: 12px;
    padding-left: 12px;
  }
  .work-img-bg__info {
    margin-left: 0px;
  }
  .work-btn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-btn__info {
    margin-left: 0px;
  }
  .work-btn__photo {
    margin-bottom: 55px;
  }
  .l-approach__info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial.l-approach__testimonial {
    width: 50%;
  }
  .testimonial.testimonial__homepage {
    width: 50%;
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .testimonial__text {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial__author {
    font-size: 14px;
    line-height: 20px;
  }
  .l-approach__text {
    margin-left: 30px;
  }
  .l-approach__paragraph {
    margin-top: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .featured__content {
    padding: 0px 0px 37px;
  }
  .accordion__content {
    margin-top: 26px;
  }
  .button-white.accordion-btn {
    margin-right: 20px;
    margin-left: 20px;
  }
  .featured__block {
    padding-left: 0px;
  }
  .featured__block.f-block-btn {
    margin-left: 30px;
  }
  .our-reach__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-reach__data {
    width: 100%;
    height: 300px;
  }
  .our-reach__map {
    width: 100%;
    height: 500px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .funders__logo {
    width: 33.33%;
  }
  .founding__column {
    padding-left: 40px;
  }
  .our-recognitions__slider {
    width: 100%;
  }
  .take-action__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .take-action__video-block {
    padding-top: 12px;
    padding-left: 12px;
  }
  .take-action__info-block {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .posts__item.news-posts.news-posts-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .posts__item.news-posts.post-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .posts__item-image {
    width: 250px;
    margin-right: 20px;
  }
  .posts__item-image.news-posts-featured {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
  .posts__item-image.news-posts {
    margin-right: 30px;
  }
  .posts__item-info {
    margin-left: 0px;
  }
  .single-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-post__body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
    border-right: none;
  }
  .sidebar {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .posts__item-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .posts__item-btns.single-post__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .featured__text {
    margin-left: 0px;
    padding: 0px 0px 10px;
  }
  .featured__info {
    margin-right: 15px;
    margin-left: 15px;
  }
  .posts__search-input {
    width: 100%;
  }
  .posts__search-field {
    width: 585px;
    max-width: 100%;
  }
  .search-posts__body {
    padding-right: 0px;
  }
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__departments {
    width: 100%;
    margin-left: 0px;
  }
  .video-block__btn {
    width: 100px;
    height: 100px;
    font-size: 100px;
    line-height: 100px;
  }
  .staff-popup {
    display: block;
  }
  .staff-popup__items {
    padding: 70px;
    margin-top: 0;
  }
  .staff-popup__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .staff-popup__column {
    padding-left: 0px;
  }
  .staff-popup__person {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .featured-item.featured-item__homepage {
    width: 50%;
    margin-top: 30px;
  }
  .featured-item.featured-item__our-work {
    width: 50%;
  }
  .featured-item.featured-item__our-partners {
    width: 50%;
  }
  .featured-item__image {
    width: 165px;
    height: 165px;
  }
  .featured-block__item {
    margin-top: 48px;
  }
  .featured-block__item-block {
    width: 285px;
    padding-top: 230px;
  }
  .featured-block__img {
    height: 250px;
  }
  .featured-block__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    min-height: 0;
  }
  .featured-block__text {
    margin-bottom: 10px;
  }
  .submenu-02 {
    top: 80px;
    display: none;
    width: 160px;
    font-size: 14px;
    line-height: 1.2;
  }
  .site-header__desktop {
    position: relative;
    height: 63px;
    padding-left: 13px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-header__mobile {
    background-color: #374354;
  }
  .image-5 {
    height: 45px;
  }
  .mobile-menu__hamb-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu__icon-open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mobile-menu__line {
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .mobile-menu__line.line-top {
    top: 3px;
    background-color: #374354;
  }
  .mobile-menu__line.line-middle {
    background-color: #374354;
  }
  .mobile-menu__line.line-bottom {
    bottom: 3px;
    background-color: #374354;
  }
  .mobile-menu__line.line-cross-1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-menu__line.line-cross-2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-menu {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px 0px 0px;
    background-color: #374354;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-menu__item {
    display: block;
  }
  .mobile-menu__link {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    text-decoration: none;
  }
  .mobile-menu__link.link-back {
    padding-top: 0px;
    padding-bottom: 32px;
    color: #80c8bd;
    text-align: left;
  }
  .mobile-menu__link-right {
    margin-left: 14px;
    font-family: "Fontawesome webfont", sans-serif;
  }
  .mobile-menu__link-left {
    margin-right: 14px;
    font-family: "Fontawesome webfont", sans-serif;
  }
  .mobile-submenu-1 {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px 0px 0px;
    background-color: #374354;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-submenu-2 {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px 0px 0px;
    background-color: #374354;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-menu__link-1 {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    text-decoration: none;
  }
  .mobile-menu__link-2 {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    text-decoration: none;
  }
  .mobile-menu__icon-close {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 29px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mobile-menu__hamb-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 63px;
    height: 63px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #374354;
  }
  .page-nav-mobile {
    position: relative;
  }
  .page-nav-mobile__link {
    position: relative;
    display: block;
    height: 60px;
    padding-right: 60px;
    padding-left: 20px;
    border: 1px solid #c8c8c8;
    color: #374354;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
  }
  .page-nav-mobile__list {
    position: absolute;
    z-index: 999;
    display: none;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    height: 0;
  }
  .mobile-innerMenu li,
  .page-nav-mobile__item {
    font-size: 15px;
    line-height: 1.2px;
    font-weight: 600;
    text-align: center;
  }
  .mobile-innerMenu li a,
  .page-nav-mobile__item-link {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    color: #374354;
    text-decoration: none;
  }
  .mobile-innerMenu li.current-cat a {
    border-bottom-color: #afd274;
  }
  .page-nav-mobile__place-text {
    line-height: 58px;
    font-weight: 600;
  }
  .page-nav-mobile__place-icon {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 60px;
    border: 1px solid #374354;
    background-color: #374354;
    font-family: "Fontawesome webfont", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
  }
  .site-header__tablet {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .search__items {
    height: 60px;
  }
  .menu-header__tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-link-03 {
    text-decoration: none;
  }
  .submenu-03 {
    top: 80px;
    display: none;
    width: 160px;
    font-size: 14px;
    line-height: 1.2;
  }
  .menu-link-03__icon {
    margin-left: 5px;
    font-family: "Fontawesome webfont", sans-serif;
  }
  .video__homepage {
    height: 334px;
  }
  .video__our-partners {
    height: 340px;
  }
  .featured-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 815px) {
  .story-history__image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-header.header-homepage {
    height: 63px;
  }
  .site-header__content {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-header {
    width: 75px;
    height: 45px;
  }
  .logo-header.w--current {
    width: 75px;
    height: 45px;
  }
  .button-give {
    width: 100%;
    height: 44px;
  }
  .banner-homepage {
    height: 528px;
    padding-top: 60px;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .heading-h1.banner-home {
    font-size: 28px;
    line-height: normal;
  }
  .paragraph-basic {
    font-size: 14px;
    line-height: normal;
  }
  .button-green {
    font-size: 14px;
    line-height: 58px;
  }
  .about__title {
    margin-top: 40px;
    margin-bottom: 43px;
  }
  .heading-h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2;
  }
  .about__video {
    margin-bottom: 35px;
  }
  .about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__info .testimonial.testimonial__our-story,
  .about__info .paragraph-basic {
    width: 100%;
  }
  .about__work {
    width: 100%;
    margin-left: 0px;
  }
  .testimonial.testimonial__homepage {
    width: 100%;
  }
  .about__video + .about__info {
    flex-wrap: wrap;
  }
  .heading-h3.text-white {
    font-size: 24px;
    line-height: normal;
  }
  .button-transparent {
    width: 230px;
    max-width: 100%;
  }
  .heading-h5 {
    font-size: 21px;
    line-height: normal;
  }
  .button-blue.posts__item-btn.workshops-btn {
    font-size: 14px;
    line-height: 65px;
  }
  .partners {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .partners__slider {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .menu-footer {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-footer.item-last {
    padding-left: 15px;
  }
  .menu-footer__item {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .menu-footer__item.menu-footer__report {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu-footer__link.link-report {
    text-decoration: none;
  }
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer-links__social {
    width: 50%;
    margin-bottom: 0px;
    padding-left: 15px;
  }
  .social-item {
    margin-right: 15px;
  }
  .footer-links__other {
    width: 50%;
    margin-bottom: 0px;
  }
  .footer-logo {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-logo__icon.w--current {
    width: 100px;
    height: 60px;
  }
  .site-header__search {
    top: 63px;
  }
  .team-slider__ctrl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .team-slider__ctrl.slider-ctrl__homepage-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonial.testimonial__homepage {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 43px;
    padding-top: 60px;
  }
  .testimonial__symbol {
    width: 70px;
    height: 70px;
  }
  .button-white.posts__item-btn.workshops-btn {
    font-size: 14px;
    line-height: 65px;
  }
  .funders__logo {
    width: 50%;
    padding: 5px 6px;
  }
  .founding__column {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .founding__info {
    margin-top: 21px;
    padding-top: 21px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .posts__item {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .posts__item-image {
    width: 100%;
    margin-bottom: 23px;
  }
  .posts__item-image.news-posts {
    margin-right: 0px;
  }
  .posts__item-info {
    margin-left: 0px;
  }
  .single-post__content {
    margin-bottom: 40px;
  }
  .posts__item-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-banner__image {
    margin-right: 50px;
  }
  .c-banner__info {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-banner__info-block {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-block__btn {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
  }
  .featured-item.featured-item__homepage {
    width: 100%;
  }
  .featured-item.featured-item__our-work {
    margin-top: 50px;
  }
  .featured-item__image.featured-img-1 {
    width: 135px;
    height: 135px;
    margin-bottom: 13px;
  }
  .featured-block__item {
    margin-top: 36px;
  }
  .featured-block__item-block {
    width: 270px;
  }
  .featured-block__info {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-width: 5px;
  }
  .featured-block__text {
    width: 100%;
  }
  .menu-header__mobile {
    opacity: 0;
  }
  .mobile-menu__hamb-open {
    width: 63px;
    border-left: 1px solid #8a8a8a;
    font-family: "Fontawesome webfont", sans-serif;
    color: #374354;
    font-size: 30px;
    text-decoration: none;
  }
  .mobile-menu {
    height: 100%;
  }
  .mobile-menu__link.link-back {
    padding-left: 35px;
  }
  .mobile-menu__hamb-close {
    display: none;
    border-left: 1px solid transparent;
    font-family: "Fontawesome webfont", sans-serif;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
  }
  .site-footer__widgets {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hamb-open-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamb-closed-icon {
    width: 32px;
    height: 32px;
    background-image: url("../images/MaterialIcon-7.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hamb-open-icon__line {
    width: 100%;
    height: 3px;
    background-color: #374354;
  }
  .site-header__mobile-items {
    width: 100%;
    background-color: #374354;
  }
  .video__homepage {
    height: 209px;
  }
  .single-post__body {
    border-right: none;
  }
}

@media (max-width: 590px) {
  .posts__category,
  .posts__author {
    display: none;
  }
  .bring-academy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .bring-academy__info {
    width: 100%;
    padding-right: 0;
  }
  .button-white.bring-academy__btn {
    display: block;
    width: 270px;
    margin: 30px auto 0;
  }
}

@media (max-width: 479px) {
  .logo-header.w--current {
    width: 75px;
    height: 45px;
  }
  .site-content {
    padding-bottom: 40px;
  }
  .site-content.our-work__details {
    padding-bottom: 40px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-h1.banner-small__title {
    font-size: 21px;
    line-height: normal;
  }
  .heading-h1.banner-home {
    font-size: 28px;
    line-height: normal;
  }
  .button-green {
    width: 220px;
    margin-top: 23px;
    font-size: 14px;
    line-height: 58px;
  }
  .arrow-nav {
    margin-top: 23px;
  }
  .arrow-nav__arrow {
    width: 30px;
    height: 30px;
  }
  .l-approach__text,
  .testimonial.l-approach__testimonial {
    width: 100%;
    margin-bottom: 40px;
  }
  .heading-h2.text-center.leader-approach__heading {
    margin-bottom: 25px;
  }
  .heading-h2.tools__heading {
    margin-bottom: 20px;
  }
  .about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-transparent {
    font-size: 14px;
  }
  .testimonial__icons {
    width: 80%;
  }
  .heading-h5 {
    font-size: 21px;
    line-height: normal;
  }
  .button-blue {
    font-size: 14px;
    line-height: 65px;
  }
  .button-blue.f-block__btn {
    max-width: none;
  }
  .button-white.accordion-btn {
    margin-left: 15px;
    margin-right: 15px;
  }
  .button-blue.work-btn__btn {
    display: block;
    max-width: 227px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  .button-blue.take-action__btn {
    display: block;
    margin-top: 16px;
  }
  .button-blue.posts__item-btn {
    width: 220px;
    margin-top: 17px;
    margin-right: 0px;
  }
  .button-blue.posts__item-btn.workshops-btn {
    width: 100%;
    max-width: none;
  }
  .button-blue.single-post__btn {
    width: 90%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-footer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-footer.item-last {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 37px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-links__social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-links__other {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .site-header__search.item-show {
    display: none;
  }
  .banner-small.banner-img__search {
    height: 300px;
    padding-top: 63px;
  }
  .page-content {
    padding-top: 38px;
    padding-bottom: 80px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .breadcrumb__item {
    margin-bottom: 10px;
  }
  .search {
    margin-right: 0px;
  }
  .search__subtitle {
    font-size: 18px;
    line-height: normal;
  }
  .search__block {
    margin-top: 27px;
  }
  .search__title-link {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: normal;
  }
  .search__title-link.news-blog-search {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.2;
  }
  .banner-big {
    padding-top: 65px;
  }
  .banner-big__image {
    height: 350px;
  }
  .banner-big__info {
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-big__title {
    font-size: 21px;
    line-height: normal;
  }
  .banner-big__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .story {
    padding-top: 53px;
  }
  .page-nav {
    border-bottom: 0px none transparent;
  }
  .story-mission__content {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .story-mission__image.our-story-img-1 {
    width: 100%;
    height: 185px;
  }
  .story-history {
    padding-top: 40px;
  }
  .story__content {
    padding-top: 38px;
  }
  .story-history__content {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .story-history__image {
    padding-top: 12px;
    padding-left: 12px;
    height: 192px;
  }
  .story-history__info {
    margin-top: 30px;
    margin-left: 0px;
  }
  .story-history__photo.our-story-img-2 {
    width: 100%;
    height: 192px;
  }
  .story-history__title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: normal;
  }
  .our-leadership {
    padding-top: 44px;
  }
  .our-leadership__team {
    margin-top: 34px;
  }
  .our-leadership__object {
    width: 210px;
    padding-top: 168px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .our-leadership__image {
    height: 192px;
  }
  .our-leadership__image.team-img-1 {
    height: 192px;
    background-size: auto;
  }
  .our-leadership__bg {
    height: 345px;
  }
  .team-slider {
    margin-bottom: 50px;
  }
  .directors {
    padding-top: 40px;
  }
  .directors__content {
    padding-top: 18px;
    padding-bottom: 10px;
  }
  .directors__item.item-last {
    margin-bottom: 24px;
  }
  .directors__name {
    font-size: 18px;
    line-height: normal;
  }
  .directors__column {
    width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .careers {
    padding-top: 60px;
    padding-bottom: 56px;
  }
  .careers__content {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .careers__info {
    margin-left: 0px;
  }
  .careers__heading {
    font-size: 16px;
    line-height: normal;
  }
  .page-nav__title {
    font-size: 16px;
    line-height: normal;
  }
  .staff__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-leadership__item {
    width: 100%;
  }
  .staff__item {
    width: 100%;
  }
  .work {
    padding-top: 53px;
    padding-bottom: 50px;
  }
  .work__types {
    padding-top: 38px;
  }
  .work-img-bg__content {
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-img-bg__image {
    width: 100%;
    margin-bottom: 34px;
  }
  .work-btn {
    padding-top: 80px;
  }
  .work-img-bg__photo.our-work-img-1 {
    width: 100%;
    height: 170px;
  }
  .work-img-bg__info {
    margin-left: 0px;
  }
  .work-img-bg__title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: normal;
  }
  .work-btn__content {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .work-btn__image {
    margin-bottom: 34px;
  }
  .work-btn__info {
    margin-left: 0px;
  }
  .work-btn__photo {
    width: 100%;
    height: 185px;
    margin-bottom: 0;
  }
  .work-btn__title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: normal;
  }
  .tools__content {
    padding-top: 62px;
  }
  .tools__slider {
    margin-top: 30px;
  }
  .tools__slide-item {
    width: 100%;
    height: 266px;
  }
  .banner-medium {
    padding-bottom: 47px;
  }
  .banner-medium__info {
    padding: 30px 20px;
  }
  .banner-medium__title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 1.2;
  }
  .leadership {
    padding-top: 48px;
  }
  .leader-approach {
    padding-top: 60px;
  }
  .l-approach__banner {
    height: 190px;
  }
  .l-approach__info {
    margin-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial.blog-details {
    margin-bottom: 0px;
  }
  .testimonial__symbol {
    width: 70px;
    height: 70px;
    margin-right: 17px;
    margin-left: 17px;
  }
  .l-approach__text {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .l-approach__paragraph {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .featured {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .accordion__title {
    margin-bottom: 26px;
    padding: 20px 40px 20px 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  .accordion__icon.icon-open {
    top: 30px;
    right: 20px;
    width: 18px;
    height: 18px;
  }
  .accordion__icon.icon-closed {
    top: 0px;
    right: 15px;
    bottom: 0px;
    width: 18px;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .featured__heading {
    margin-bottom: 28px;
  }
  .button-white {
    font-size: 14px;
    line-height: 65px;
  }
  .button-white.posts__item-btn {
    width: 220px;
    margin-top: 17px;
  }
  .button-white.posts__item-btn.workshops-btn {
    width: 100%;
  }
  .f-block__title {
    font-size: 16px;
    line-height: normal;
  }
  .f-block__list {
    font-size: 14px;
    line-height: normal;
  }
  .f-block__price {
    font-size: 16px;
    line-height: normal;
  }
  .featured__block.f-block-btn {
    margin-top: 20px;
    margin-left: 0px;
  }
  .featured__block-item {
    margin-bottom: 20px;
  }
  .our-partners {
    padding-top: 66px;
    overflow-x: hidden;
  }
  .our-reach {
    padding-top: 58px;
    padding-bottom: 23px;
  }
  .our-reach__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .our-reach__data {
    height: 300px;
  }
  .our-reach__map {
    height: 240px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .our-reach__marker {
    left: 16px;
    top: 18px;
    width: 30px;
    height: 30px;
  }
  .funders__icon {
    width: 100%;
    height: 65px;
  }
  .founding {
    padding-top: 85px;
  }
  .founding__column {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.2;
  }
  .founding__item {
    padding-right: 0px;
  }
  .founding__list {
    padding-top: 18px;
  }
  .founding__info {
    font-size: 14px;
    line-height: 1.2;
  }
  .our-recognitions {
    padding-top: 50px;
  }
  .our-funders {
    padding-top: 50px;
    padding-bottom: 46px;
  }
  .our-recognitions__slide {
    width: 100%;
  }
  .our-recognitions__text {
    font-size: 16px;
    line-height: 26px;
  }
  .take-action {
    padding-top: 89px;
    padding-bottom: 92px;
  }
  .take-action__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .take-action__video {
    width: 100%;
    height: 210px;
  }
  .take-action__info-block {
    margin-left: 0px;
    padding-top: 22px;
  }
  .take-action__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .other-ways {
    padding-top: 52px;
    padding-bottom: 27px;
  }
  .other-ways__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bring-academy {
    padding-bottom: 103px;
  }
  .posts {
    padding-top: 48px;
    padding-bottom: 17px;
  }
  .posts__content {
    padding-top: 0px;
  }
  .posts__item-image {
    width: 100%;
    height: 180px;
  }
  .posts__item-image.workshops-posts {
    height: 180px;
  }
  .posts__item-image.workshops-posts.post-img-7 {
    background-image: url("../images/mentor_principal-53cd56.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .posts__item-image.news-posts-featured {
    width: 100%;
    height: 175px;
  }
  .posts__item-image.news-posts {
    height: 175px;
  }
  .posts__item-title {
    font-size: 18px;
    line-height: normal;
  }
  .posts__cat-list {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .posts__cat-list.resources-posts {
    font-size: 14px;
  }
  .posts__cat-list.news-blog-search {
    font-size: 14px;
    line-height: normal;
  }
  .banner-post {
    height: 330px;
    padding-top: 110px;
  }
  .banner-post__title {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: normal;
  }
  .banner-post__content {
    padding-bottom: 40px;
  }
  .single-post {
    padding-bottom: 40px;
  }
  .single-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-post__body {
    border-right-style: none;
  }
  .widget__title {
    font-size: 18px;
    line-height: normal;
  }
  .widget__item {
    padding-top: 16px;
    font-size: 14px;
    line-height: normal;
  }
  .widget__item-link.w--current {
    margin-top: 5px;
  }
  .single-post__image.single-post-img-1 {
    height: 181px;
    margin-bottom: 35px;
  }
  .sign-up {
    font-size: 14px;
    line-height: 18px;
  }
  .sign-up__icon {
    width: 18px;
    height: 18px;
  }
  .posts__item-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .posts__item-btns.single-post__btns {
    margin-top: 16px;
  }
  .pagination__list {
    width: 100%;
  }
  .pagination__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pagination__left {
    font-size: 21px;
  }
  .pagination__page {
    font-size: 21px;
  }
  .pagination__right {
    font-size: 21px;
  }
  .featured__info {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-post__events-title {
    font-size: 16px;
  }
  .single-post__events-text {
    font-size: 14px;
    line-height: normal;
  }
  .single-post__list {
    font-size: 14px;
    line-height: normal;
  }
  .single-post__help {
    font-size: 14px;
    line-height: normal;
  }
  .posts__search {
    margin-top: 22px;
  }
  .posts__search-input {
    width: 100%;
  }
  .posts__search-field {
    width: 100%;
  }
  .posts__teatured {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .posts__item-link {
    font-size: 16px;
    line-height: normal;
  }
  .button-social {
    width: 57px;
    margin-right: 15px;
  }
  .button-social__icon {
    margin-right: 0px;
  }
  .search-posts__body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    border-right-style: none;
  }
  .search__link {
    font-size: 14px;
    line-height: normal;
  }
  .blog-subscribe {
    padding-right: 40px;
    padding-left: 40px;
  }
  .blog-subscribe__title {
    font-size: 16px;
    line-height: 22px;
  }
  .single-post__author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-post__author-img.author-img-1 {
    width: 115px;
    height: 115px;
  }
  .single-post__author-info {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .author-info__name {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.2;
  }
  .contact {
    padding-bottom: 90px;
  }
  .contact__top {
    margin-bottom: 24px;
  }
  .contact__banner {
    padding-bottom: 100px;
  }
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__form {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact__departments {
    width: 100%;
    margin-top: 52px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-banner__image {
    height: 250px;
    margin-right: 0px;
  }
  .c-banner__info {
    left: 0px;
    height: auto;
    padding-top: 150px;
  }
  .c-banner__info-block {
    font-size: 14px;
    line-height: 1.2;
  }
  .c-banner__info-title {
    font-size: 18px;
    line-height: normal;
  }
  .contact__top-title {
    font-size: 28px;
    line-height: normal;
  }
  .contact__subtitle {
    font-size: 21px;
    line-height: normal;
  }
  .c-form__label {
    font-size: 14px;
    line-height: normal;
  }
  .c-form__submit {
    width: 100%;
  }
  .c-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-form__item {
    margin-right: 0px;
    margin-bottom: 18px;
  }
  #contactForm .c-form__row .c-form__item:first-child {
    margin-right: 0;
  }
  .recaptcha {
    width: 100%;
    height: 80px;
  }
  .video-block__btn {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
  }
  .staff-popup {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    height: 100vh;
  }
  .staff-popup__items {
    width: 100%;
    height: 100%;
    padding: 25px 20px 40px 40px;
  }
  .staff-popup__close {
    top: 25px;
    right: 20px;
    z-index: 10;
    width: 32px;
    height: 32px;
  }
  .staff-popup__content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .staff-popup__column {
    height: 100%;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .staff-popup__person {
    width: 100%;
    padding-bottom: 0px;
  }
  .staff-popup__info {
    position: static;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top-style: none;
    background-color: transparent;
    color: #fff;
    text-align: left;
  }
  .staff-popup__name {
    font-size: 21px;
    line-height: 21px;
  }
  .staff-popup__position {
    font-size: 16px;
    line-height: 16px;
  }
  .featured-item.featured-item__our-work {
    width: 100%;
  }
  .featured-item.featured-item__our-partners {
    width: 100%;
    margin-top: 30px;
  }
  .featured-item__block.featured-block__our-partners {
    width: 100%;
  }
  .featured-item__image.featured-img-3 {
    margin-bottom: 12px;
  }
  .menu-header__mobile {
    opacity: 0;
  }
  .mobile-menu__hamb-close {
    border-left: 1px solid transparent;
  }
  .site-footer__widgets {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .page-nav-mobile-2 {
    position: relative;
    display: none;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .page-nav-mobile-2__list {
    height: 60px;
    margin-bottom: 0px;
    padding: 0px 60px 0px 20px;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    font-size: 18px;
    font-weight: 600;
  }
  .page-nav-mobile-2__items {
    position: relative;
    border-radius: 0px;
  }
  .page-nav-mobile-2__link {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    background-color: #374354;
    font-family: "Fontawesome webfont", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .video__our-partners {
    height: 200px;
  }
  .background-video {
    background: url("../images/Home-Mobile-banner.jpg") no-repeat center top;
    background-size: cover;
  }
  .background-video > video {
    display: none;
  }
  .featured-block__item-block {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 20px;
  }
  #work-workshops {
    margin-bottom: 60px;
  }
}

@font-face {
  font-family: "Fontawesome webfont";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fontawesome";
  src: url("../fonts/FontAwesome.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

.posts__cat-list li:last-child .posts__cat-sep {
  display: none;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.screen-reader-text {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.nav-links {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.nav-links .prev {
  transition: background-color 0.5s;
}
.nav-links .prev:hover {
  background-color: #ddd !important;
}
.nav-links .prev:before {
  font-family: "FontAwesome";
  content: "\f100";
}
.nav-links .next {
  transition: background-color 0.5s;
}
.nav-links .next:hover {
  background-color: #ddd !important;
}
.nav-links .next:before {
  font-family: "FontAwesome";
  content: "\f101";
}
.nav-links .page-numbers {
  display: inline-block;
  margin-left: -4px;
  border-right: 1px solid #ddd;
  width: 60px;
  height: 60px;
  font-size: 23px;
  line-height: 60px;
  text-align: center;
  color: #374354;
  text-decoration: none;
  transition: background-color 0.5s;
}
.nav-links .page-numbers:last-child {
  border-right: none;
}
.nav-links .page-numbers:hover {
  background-color: #afd274;
}
.nav-links .current {
  background-color: #374354;
  color: #fff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #fff;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.75;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
@media only screen and (max-width: 992px) {
  .fancybox-slide--html {
    padding: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .fancybox-slide--html {
    padding: 0px;
  }
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.header-tablet-menu {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header-tablet-menu .w-col-medium-2 {
    width: 16.66666667%;
  }
  .header-tablet-menu .w-col-medium-7 {
    width: 58.33333333%;
  }
  .header-tablet-menu .w-col-medium-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .header-tablet-menu {
    display: none;
  }
  .header-desktop {
    display: none;
  }
}

@media atMedium {
  .header-desktop {
    display: none;
  }
  .header-tablet-menu {
    display: none;
  }
}

.header-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  z-index: 999999;
  box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 992px) {
  .header-navigation {
    z-index: 999;
  }
}
@media only screen and (max-width: 600px) {
  .header-navigation {
    z-index: 999;
  }
}
.header-navigation .w-col {
  padding: 0px;
}
.header-navigation .header-navigation__logo {
  display: block;
  margin: 8px auto 14px 15px;
  width: 140px;
  height: 68px;
  background: url("../images/logo.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  .header-navigation .header-navigation__logo {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .header-navigation .header-navigation__logo {
    width: 105px;
    height: 60px;
    margin: 15px auto 15px 15px;
  }
}
.header-navigation .header-navigation__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .header-navigation .header-navigation__item {
    display: none;
  }
}
.header-navigation .header-navigation__item > li {
  display: inline-block;
  position: relative;
  padding: 20px 40px 0;
}
@media screen and (max-width: 1360px) and (min-width: 993px) {
  .header-navigation .header-navigation__item > li {
    padding: 20px 15px 0;
  }
}
.header-navigation .header-navigation__item > li.current-menu-item > a {
  border-bottom: 4px solid #80c8bd;
}
.header-navigation .header-navigation__item > li > a {
  display: block;
  font-family: Questrial, sans-serif;
  font-size: 15px;
  padding: 15px 0 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #374354;
  border-bottom: 4px solid #fff;
  transition: border-bottom-color 0.8s;
}
@media screen and (max-width: 1280px) and (min-width: 993px) {
  .header-navigation .header-navigation__item > li > a {
    font-size: 14px;
  }
}
.header-navigation .header-navigation__item > li:hover > a {
  border-bottom: 4px solid #80c8bd;
}
.header-navigation .header-navigation__item > li .sub-menu {
  display: none;
  width: 200px;
  padding: 21px 0 0 0;
  margin: 0;
  position: absolute;
  left: -25px;
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .header-navigation .header-navigation__item > li .sub-menu {
    padding: 16px 0 0 0;
  }
}
.header-navigation .header-navigation__item > li .sub-menu > li {
  display: block;
  padding: 0;
  margin: 0 0 1px 0;
}
.header-navigation .header-navigation__item > li .sub-menu > li > a {
  display: block;
  padding: 10px 0;
  background-color: #44536e;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.header-navigation .header-navigation__item > li .sub-menu > li > a:hover {
  background-color: #fbb131;
}
.header-navigation
  .header-navigation__item
  > li
  .sub-menu
  > li.current-menu-item
  > a {
  background-color: #fbb131;
}
.header-navigation .header-navigation__item > li:hover .sub-menu {
  display: block;
}
.header-navigation .header-navigation__item .current-menu-item.menu-item-105 a {
  border-bottom: none !important;
}
.header-navigation .header-navigation__search-btn {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding: 30px 0;
}
.header-navigation .header-navigation__search-btn .desktop-search-btn-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/search-icon.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.header-navigation .header-navigation__search-btn:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .header-navigation .header-navigation__search-btn {
    display: none;
  }
}
.header-navigation .header-navigation__ways {
  display: inline-block;
  width: 70%;
  margin-left: 10%;
  padding: 35px 0;
  text-align: center;
  background: #fbb131;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.8s;
}
@media screen and (max-width: 1280px) and (min-width: 993px) {
  .header-navigation .header-navigation__ways {
    width: 75%;
    max-width: 175px;
  }
}
.header-navigation .header-navigation__ways:hover {
  background-color: #374354;
}
@media only screen and (max-width: 1024px) {
  .header-navigation .header-navigation__ways {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .header-navigation .header-navigation__ways {
    display: none;
  }
}
.header-navigation .header-navigation__search {
  display: none;
  background: white;
  padding: 30px 0;
  border-top: 1px solid #374354;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
}
.header-navigation
  .header-navigation__search
  .header-navigation__search-form
  input {
  border: none;
  width: 100%;
  outline: none;
  font-family: Lora, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}
.header-navigation
  .header-navigation__search
  .header-navigation__search-close-btn {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/MaterialIcon-4.svg") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.8s;
}
.header-navigation
  .header-navigation__search
  .header-navigation__search-close-btn:hover {
  opacity: 0.6;
}
.header-navigation .header-mobile-menu {
  display: none;
}
.header-navigation .header-mobile-menu .mobileSearchForm {
  display: none;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #374354;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
}
.header-navigation .header-mobile-menu .mobileSearchForm input {
  border: none;
  font-family: Lora, sans-serif;
  outline: none;
}
.header-navigation
  .header-mobile-menu
  .mobileSearchForm
  .mobileSearchForm__close-btn {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/MaterialIcon-4.svg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .header-navigation .header-mobile-menu {
    display: block;
  }
  .header-navigation .mobileHeader {
    width: 50%;
  }
}
.header-navigation .header-mobile-menu__logo {
  display: block;
  margin: 10px 20px;
  width: 75px;
  height: 45px;
  background: url("../images/logo.gif") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.header-navigation .header-mobile-menu__btn {
  text-align: right;
  line-height: 0;
}
.header-navigation .header-mobile-menu__btn .header-mobile-menu__btn-search {
  display: inline-block;
  cursor: pointer;
  padding: 22px 15px;
}
.header-navigation
  .header-mobile-menu__btn
  .header-mobile-menu__btn-search
  .icon-mobile-search {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/search-icon.svg") no-repeat center center;
  background-size: cover;
}
.header-navigation .header-mobile-menu__btn .header-mobile-menu__btn-nav {
  display: inline-block;
  cursor: pointer;
  border-left: 1px solid #8a8a8a;
  padding: 21px 15px;
}
.header-navigation
  .header-mobile-menu__btn
  .header-mobile-menu__btn-nav
  .icon-mobile-menu {
  display: block;
  width: 32px;
  height: 24px;
  background: url("../images/mobile-menu.svg") no-repeat center center;
  background-size: cover;
}
.header-navigation
  .header-mobile-menu__btn
  .header-mobile-menu__btn-nav
  .icon-mobile-menu-close {
  display: block;
  width: 32px;
  height: 24px;
  position: relative;
}
.header-navigation
  .header-mobile-menu__btn
  .header-mobile-menu__btn-nav
  .icon-mobile-menu-close:before,
.header-navigation
  .header-mobile-menu__btn
  .header-mobile-menu__btn-nav
  .icon-mobile-menu-close:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-navigation
  .header-mobile-menu__btn
  .header-mobile-menu__btn-nav
  .icon-mobile-menu-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-navigation .header-mobile-menu__btn .active {
  background-color: #374354;
  color: white;
}
.header-navigation .header-mobile-menu__navigation {
  display: none;
  background-color: #374354;
  /* Submenu */
  /* / Submenu */
}
.header-navigation .header-mobile-menu__navigation .header-mobile-menu__item {
  margin: 0;
  padding: 20px 0 0 0;
}
.header-navigation
  .header-mobile-menu__navigation
  .header-mobile-menu__item
  > li {
  display: block;
  position: relative;
}
.header-navigation
  .header-mobile-menu__navigation
  .header-mobile-menu__item
  > li
  > a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.header-navigation
  .header-mobile-menu__navigation
  .header-mobile-menu__item
  > li
  > a
  > i {
  margin-left: 10px;
  font-weight: bold;
}
.header-navigation
  .header-mobile-menu__navigation
  .header-mobile-menu__item
  > li
  .sub-menu {
  display: block;
  position: absolute;
  right: -300px;
  top: 0;
}
.header-navigation
  .header-mobile-menu__navigation
  .header-mobile-menu__item
  > li
  .sub-menu
  .header-mobile-menu__item-back-btn {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-navigation
  .header-mobile-menu__navigation
  .header-mobile-menu__navigation-ways {
  display: block;
  background-color: #fbb131;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  font-weight: bold;
}
.header-navigation .header-mobile-menu__navigation .mobileSubMenu {
  opacity: 0;
  display: none;
  padding: 0;
  margin: 0;
}
.header-navigation .header-mobile-menu__navigation .mobileSubMenu > li > a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.header-navigation
  .header-mobile-menu__navigation
  .mobileSubMenu
  .header-mobile-menu__item-back-btn
  > a {
  text-align: left;
  padding: 25px 40px;
  color: #80c8bd;
  font-weight: bold;
}
.header-navigation
  .header-mobile-menu__navigation
  .mobileSubMenu
  .header-mobile-menu__item-back-btn
  > a
  > i {
  margin-right: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) and (min-width: 993px) {
  .navBlock {
    width: 70%;
  }
  .rightBlock {
    width: 21.66666667%;
  }
}

.header-tablet-menu .tablet-logo {
  width: 79px;
  height: 47px;
  margin-left: 15px;
}

.header-tablet-menu .tablet-menu > li {
  padding: 20px 10px 0;
}
.header-tablet-menu .tablet-menu > li > a {
  padding: 10px 0 10px 0;
  font-size: 13px;
}
.header-tablet-menu .tablet-menu > li > a > i {
  margin-left: 5px;
}

.header-tablet-menu .tabs-ways {
  padding: 30px 0;
  font-size: 13px;
}

.header-tablet-menu .tablet-search-btn {
  padding: 30px 0;
}

.header-tablet-menu .tablet-search-btn-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/search-icon.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.header-tablet-menu .tablet-search {
  padding: 15px 0;
}
.header-tablet-menu .tablet-search form > input {
  font-size: 16px !important;
}
.header-tablet-menu .tablet-search .tablet-search-close-btn {
  width: 24px;
  height: 24px;
}

.search-result {
  min-height: 250px;
}
.search-result .search-result__title-result {
  font-family: Lora, sans-serif;
  color: #fbb131;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.search-result .search-result__item-title {
  display: inline-block;
  margin-bottom: 8px;
  color: #374354;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none;
}
.search-result .search-result__item-title:hover {
  text-decoration: underline;
}

#us-map {
  display: block;
  width: 100%;
  height: 100%;
}
#us-map .mapMarker {
  cursor: pointer;
}

body:not(.mobile) path[class="enabled"]:hover,
body:not(.mobile) circle:hover {
  stroke: #fff !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #374354 !important;
  cursor: pointer;
}

.stateTooltip {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  z-index: 5;
  color: #fff;
  background: black;
  display: none;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.stateTooltip.active {
  display: block;
}

.wForm select {
  width: 100%;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateY(-40px);
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0;
}

.plyr__control[aria-pressed="false"] .icon--pressed,
.plyr__control[aria-pressed="false"] .label--pressed,
.plyr__control[aria-pressed="true"] .icon--not-pressed,
.plyr__control[aria-pressed="true"] .label--not-pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #1aafff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  height: 20px;
  left: 2px;
  position: relative;
  width: 20px;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #1aafff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  text-align: center;
}

.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > .plyr__control {
  margin-left: 5px;
}

.plyr__controls .plyr__menu:first-child,
.plyr__controls .plyr__menu:first-child + [data-plyr="pause"],
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__progress:first-child + [data-plyr="pause"],
.plyr__controls .plyr__time:first-child,
.plyr__controls .plyr__time:first-child + [data-plyr="pause"],
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__menu,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > .plyr__control {
    margin-left: 10px;
  }
  .plyr__controls .plyr__menu + .plyr__control,
  .plyr__controls > .plyr__control + .plyr__control,
  .plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 5px;
  }
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 35px 10px 10px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 2;
}

.plyr--video .plyr__controls .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded="true"] {
  background: #1aafff;
  color: #fff;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
  display: none;
}

.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 7px;
}

.plyr__menu__container ul li {
  margin-top: 2px;
}

.plyr__menu__container ul li:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container label.plyr__control {
  padding-left: 7px;
}

.plyr__menu__container label.plyr__control input[type="radio"] + span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container label.plyr__control input[type="radio"] + span::after {
  background: #fff;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container label.plyr__control input[type="radio"]:checked + span {
  background: #1aafff;
}

.plyr__menu__container
  label.plyr__control
  input[type="radio"]:checked
  + span::after {
  opacity: 1;
  transform: scale(1);
}

.plyr__menu__container label.plyr__control input[type="radio"]:focus + span {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0;
}

.plyr__menu__container
  label.plyr__control.plyr__tab-focus
  input[type="radio"]
  + span,
.plyr__menu__container label.plyr__control:hover input[type="radio"] + span {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -7px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all 0.2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type="range"]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all 0.2s ease;
  width: 14px;
}

.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px;
}

.plyr--full-ui input[type="range"]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type="range"]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all 0.2s ease;
  width: 14px;
  margin-top: 0;
}

.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}

.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0;
}

.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control.plyr__tab-focus
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__progress {
  display: flex;
  flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative;
}

.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(47, 52, 61, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(47, 52, 61, 0.6) 50%,
    rgba(47, 52, 61, 0.6) 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr__volume {
  flex: 1;
  position: relative;
}

.plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 50px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 80px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.about__video-youtube {
  display: block;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 560px;
}
@media only screen and (max-width: 600px) {
  .about__video-youtube {
    height: 300px;
  }
}
