/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

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

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

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

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

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

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

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.swiper-pagination-lock {
  display: none;
}

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

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

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

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/**
 * Variables
 * Contains global variables available to the theme.
 */
.main-footer .social-links__list, .main-footer .footer-menu, .main__nav, .main__nav .sub__nav, .add__nav, .add__nav .information__list, .stat3up__list, .wysiwyg ul, .wysiwyg ol, .fab-menu .fab-nav__list, .aside-panel .aside-nav__list, .carousel-nav__list, .categories-grid__list, .breadcrumbs-list, .info-box__list, .education-info__list, .program-section .program-designation__list, .content__detail__holder .tags-list, .content__detail__holder .calendar-add__list, .hero-detail-directory .info-list, .filter-result-list, table.dataTable .dtr-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, .filter-container:after {
  content: '';
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

/**
 * Mixins
 * Contains global SCSS mixins
 */
/**
 * Animations
 * Contains all keyframe animations in use on the site.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, .vid-inline__caption, .img-inline-holder figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * @file
 * Typography
 * Base typography for the theme
 */
h1 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h1 {
    font-size: 2.625rem;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 3.875rem;
  }
}

h2 {
  margin: 35px 0 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 1025px) {
  h2 {
    margin: 40px 0 10px;
    font-size: 39px;
  }
}

@media (min-width: 1025px) {
  h2 {
    margin: 60px 0 15px;
  }
}

h3 {
  margin: 35px 0 5px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h3 {
    margin: 40px 0 15px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1025px) {
  h3 {
    margin: 60px 0 15px;
    font-size: 1.625rem;
  }
}

h4 {
  margin: 35px 0 6px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h4 {
    margin: 40px 0 11px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) {
  h4 {
    margin: 60px 0 15px;
    font-size: 1.5rem;
  }
}

h5 {
  margin: 35px 0 6px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h5 {
    margin: 40px 0 11px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1025px) {
  h5 {
    margin: 60px 0 15px;
    font-size: 1.25rem;
  }
}

h6 {
  margin: 35px 0 6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  h6 {
    margin: 40px 0 11px;
  }
}

@media (min-width: 1025px) {
  h6 {
    margin: 60px 0 15px;
    font-size: 1.125rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "poppins", sans-serif;
  color: #004c98;
}

p {
  margin: 0 0 1em;
}

p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

/**
 * Base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
html {
  font-size: 16px;
}

@media (min-width: 1025px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #011745;
}

@media (min-width: 1025px) {
  body {
    font-size: 18px;
    line-height: 1.833333333;
  }
}

body.js-fixed {
  overflow: hidden;
}

.wrapper {
  position: relative;
  z-index: 1;
}

/*
:focus, button:focus, html [type="button"]:focus, [type="reset"]:focus, [type="submit"]:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
*/

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}

a.skip-link.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link.visually-hidden:active, a.skip-link.visually-hidden:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a {
  -webkit-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #011745;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

a:hover {
  background-size: 100% 2px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption, .vid-inline__caption, .img-inline-holder figcaption {
  margin: 17px 0;
  font-style: normal;
  font-size: 12px;
}

.img-inline--full {
  margin: 2rem 0;
}

@media (min-width: 700px) {
  .img-inline--float.float-right {
    margin: 0 0 2rem 2rem;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-left {
    margin: 0 2rem 2rem 0;
  }
}

table {
  clear: both;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  * {
    background: none !important;
    color: #000 !important;
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    overflow: unset !important;
    border-color: #000 !important;
  }
  p {
    page-break-inside: avoid !important;
  }
  #main {
    padding-top: 0 !important;
  }
  .header,
  .bg-img,
  .heading-table,
  .jcf-select-opener,
  .filter-btn-drop,
  .hero-section__img .img-holder,
  .learn-more,
  .card-item__content .img-holder,
  .simpleParallax,
  .info-box__item .sunburst-link,
  .intro-button,
  .icon-box,
  .cta-wide-section,
  .full-hero-section,
  .sweep-link,
  .card-story .icon,
  .card-item .sunburst-link,
  .icon-holder,
  .aside-nav__opener,
  .events-list__holder .events-list__img,
  .category-dates-btn,
  .ui-datepicker-prev,
  .ui-datepicker-next,
  .heading-table,
  .footer-table,
  .heading-table-filter,
  .accordion__all,
  .accordion__top,
  .GeckoChatWidget,
  .footer-top	{
    display: none !important;
  }
  .main-footer {
    border: none !important;
    page-break-inside: avoid;
  }
  .main-footer .content-holder {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 2fr 7.1fr !important;
    grid-template-columns: 2fr 7.1fr !important;
  }
  .main-footer .contact-info {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 3fr 1.56fr !important;
    grid-template-columns: 3fr 1.56fr !important;
    -ms-grid-column: 2 !important;
        grid-column-start: 2 !important;
    -ms-grid-column-span: 2 !important;
    grid-column-end: 4 !important;
    margin: 0 0 9px !important;
    padding: 8px 0 0 !important;
    text-align: left !important;
    font-size: 16px !important;
  }
  .main-footer .footer-bottom,
  .main-footer .social-links,
  .main-footer .sunburst-link {
    display: none !important;
  }
  body.no-aside.no-aside:not(.has-main-hero) .header:not(.has-alert) + #main {
    padding-top: 0 !important;
  }
  .wysiwyg {
    padding: 0 !important;
  }
  .filter-sidebar .mobile-filter-drop,
  .swiper-wrapper,
  .category-dates,
  .category-dates__drop,
  .accordion__content {
    display: block !important;
  }
  .hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    display: block !important;
    text-align: left !important;
    min-height: 80px !important;
    height: auto !important;
  }
  .hero-detail .container {
    margin-top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .text-holder {
    padding: 0 !important;
  }
  table.dataTable tbody tr {
    page-break-inside: avoid !important;
  }
  table.dataTable .row-section {
    margin-bottom: 4px !important;
  }
  table.dataTable a {
    text-decoration: none !important;
  }
  .program-section {
    padding-top: 30px !important;
  }
  .wide-content {
    padding: 0 !important;
  }
  .events-list {
    position: static !important;
    -webkit-box-shadow: 0 0 0 0 transparent !important;
            box-shadow: 0 0 0 0 transparent !important;
    padding: 0 !important;
  }
  .filter-btn-text .icon-plus {
    display: none !important;
  }
  .jcf-select {
    border: none !important;
  }
  .radio-holder {
    min-height: auto !important;
    margin-bottom: 0 !important;
  }
  .radio-holder .control-text:before {
    border-color: #000 !important;
  }
  .radio-holder input + .control-text {
    display: none !important;
  }
  .radio-holder input:checked + .control-text {
    display: block !important;
    min-height: 25px !important;
    margin-top: 15px !important;
  }
  .checkbox-holder .control-text:before {
    border-color: #000 !important;
    background-color: #000 !important;
    display: block !important;
  }
  .checkbox-holder .control-text:after {
    border-color: #000 !important;
  }
  .checkbox-holder input + .control-text {
    display: none !important;
  }
  .checkbox-holder input:checked + .control-text {
    display: block !important;
  }
  .sort-select {
    margin-bottom: 0 !important;
  }
  .filters-wrapper {
    margin-top: 0 !important;
  }
  .group {
    margin-bottom: 0 !important;
  }
  .card-item .content-holder {
    padding: 0 !important;
  }
  .card-item .content-holder {
    min-height: 0 !important;
  }
  .card-item::before {
    -webkit-box-shadow: 0 0 0 0 transparent !important;
            box-shadow: 0 0 0 0 transparent !important;
  }
  .program-list__item {
    border-bottom: 1px solid #000 !important;
    page-break-inside: avoid !important;
  }
  .categories-grid__content {
    min-height: 0 !important;
    padding: 0 !important;
  }
  .categories-grid__list {
    padding: 0 20px !important;
  }
  .categories-grid__item {
    border: none !important;
  }
  .info-box__list {
    padding: 0 !important;
  }
  .info-box {
    -webkit-box-shadow: 0 0 0 0 transparent !important;
            box-shadow: 0 0 0 0 transparent !important;
  }
  .info-section {
    padding: 0 !important;
  }
  .swiper-wrapper {
    padding: 0 20px !important;
  }
  .swiper-wrapper::after {
    content: '';
    display: table;
    clear: both;
  }
  .swiper-slide {
    display: block !important;
    position: static !important;
    width: 50% !important;
    float: left !important;
    page-break-inside: avoid !important;
  }
  .swiper-slide .text-holder {
    -webkit-box-shadow: 0 0 0 0 transparent !important;
            box-shadow: 0 0 0 0 transparent !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .card-item__content::after {
    content: '';
    display: table;
    clear: both;
  }
  .info-section .info-box__item {
    padding-bottom: 12px !important;
  }
  .hero-section__img {
    margin-bottom: 40px !important;
  }
  .cards-section {
    margin-top: 50px !important;
    page-break-inside: avoid !important;
  }
  .calendar-date,
  .events-list__date {
    page-break-inside: avoid !important;
    position: static !important;
    display: block !important;
    margin-left: 0 !important;
    float: left !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .calendar-date::after,
  .events-list__date::after {
    content: '';
    display: table !important;
    clear: both !important;
  }
  .calendar-date > *,
  .events-list__date > * {
    float: left !important;
  }
  .card-item {
    margin-bottom: 15px !important;
  }
  .card-item.b-radius .content-holder {
    padding-left: 0 !important;
    padding-bottom: 20px !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 40px !important;
    page-break-inside: avoid !important;
    border-bottom: 1px solid #cecece !important;
  }
  .ui-datepicker-today a {
    border: 1px solid #000 !important;
  }
  .events-list__date {
    position: static !important;
    display: block !important;
    text-align: left !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .category-dates__drop {
    padding-bottom: 0 !important;
  }
  .events-list__item {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: none !important;
  }
  .events-list__item::after {
    content: '';
    display: table !important;
    clear: both !important;
  }
  .events-list__date {
    width: 100px !important;
  }
  .events-list__content {
    float: left !important;
  }
  #courses-table_wrapper,
  #courses_degree-table_wrapper {
    margin-top: 0 !important;
  }
  #courses-table tbody .type {
    padding: 0 !important;
  }
  #courses-table tbody tr {
    border-bottom: 1px solid #000 !important;
  }
  #courses_degree-table {
    margin-top: 0 !important;
  }
  .genimglist__item {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
  }
  .genimglist__item::after {
    content: '';
    display: table !important;
    clear: both !important;
  }
  .genimglist__item .genimglist__img {
    float: left !important;
    width: 30% !important;
    display: block !important;
    margin-bottom: 0 !important;
  }
  .genimglist__item .genimglist__content {
    float: left !important;
    margin-left: 10px !important;
    display: block !important;
    width: 65%;
  }
  .genimglist__item .sunburst-link {
    margin-bottom: 0 !important;
  }
  .calendar-section .cards-block,
  .generic-section .cards-block {
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
  }
  .calendar-section,
  .gen2col,
  .genimglist__item,
  .inline-quote {
    page-break-inside: avoid !important;
  }
  .wysiwyg .courses-table td {
    padding-bottom: 0 !important;
  }
  .story-display__wrap {
    display: block !important;
  }
  .story-display__content {
    position: static !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .story-display__icon {
    display: none !important;
  }
  .genimglist__faculty .genimglist__item {
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
  }
  .wysiwyg .default-table {
    border-width: 1px !important;
  }
  .wysiwyg .default-table thead tr {
    border-width: 1px !important;
  }
  .wysiwyg .default-table tbody th:last-child,
  .wysiwyg .default-table td:last-child {
    border: none !important;
  }
  input[type="text"] {
    display: none !important;
  }
  .inline-quote {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .inline-quote__icon {
    display: none !important;
  }
  .vid-inline {
    display: none !important;
  }
  .wysiwyg p {
    margin-bottom: 15px !important;
  }
  .carousel-item {
    page-break-inside: avoid !important;
    margin-bottom: 25px !important;
  }
  .carousel-item .img-holder {
    margin-bottom: 15px !important;
    page-break-inside: avoid !important;
  }
  .carousel-item a:after {
    display: none !important;
  }
  .accordion__toggle,
  .accordion__content {
    padding-left: 0 !important;
  }
  .accordion__toggle .accordion__icon,
  .accordion__content .accordion__icon {
    display: none !important;
  }
  .section.instagram {
    display: none !important;
  }
  .wide-insta-section .cards-slider .section__header,
  .wide-insta-section .cards-slider .carousel-nav__holder {
    max-width: 100% !important;
  }
  .wide-insta-section .cards-slider .cards-block .card-item {
    margin-bottom: 30px !important;
  }
  .wide-insta-section .stat3up .section__header {
    max-width: 100% !important;
    margin: 0 0 30px !important;
  }
  .wide-insta-section .stat3up .stat3up__item {
    page-break-inside: avoid !important;
    margin-bottom: 50px !important;
  }
  .stat3up__item__heading {
    font-size: 35px !important;
  }
  .stat3up__item__text {
    height: auto !important;
  }
  .wide-insta-section .cards-slider {
    display: block !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .wide-insta-section .stat3up {
    padding: 0 !important;
  }
  .wide-insta-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wide-content .cards-section .swiper-wrapper {
    display: block !important;
  }
  .wide-content .cards-section .card-item {
    float: none !important;
    display: block !important;
    margin-bottom: 40px !important;
    page-break-inside: avoid !important;
    border-bottom: 1px solid #cecece !important;
    border-radius: 0 !important;
    padding-bottom: 20px !important;
    border-top: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .wide-content .cards-section .card-item:before, .wide-content .cards-section .card-item:after {
    display: none !important;
  }
  .wide-content .cards-section .card-item > * {
    border: none !important;
  }
  .cards-section .card-item {
    border: none !important;
  }
  .cards-section .card-item .content-holder,
  .cards-section .card-item .card-item__content {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    overflow: visible !important;
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-width: 0px !important;
    border-color: transparent !important;
  }
  .cards-section .card-item .content-holder .img-holder,
  .cards-section .card-item .card-item__content .img-holder {
    padding: 10px 0 20px;
    display: block !important;
  }
  .cards-section .card-item * {
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .events-list__sidebar .category-calendar {
    padding: 20px 0 !important;
  }
  .events-list__holder .events-list__item {
    page-break-inside: avoid !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #cecece !important;
  }
  .hero-calendar-event {
    padding-top: 40px;
  }
  .hero-calendar-event * {
    background: none !important;
  }
  .hero-calendar-event *:after, .hero-calendar-event *:before {
    display: none !important;
  }
  .checkbox-holder .control-text:after, .checkbox-holder .control-text:before {
    background: none !important;
  }
  .aside-panel {
    display: none !important;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0 0 1px 0;
  border-color: #0075df;
  font-size: 15px;
  line-height: 1.334;
  font-weight: 300;
  width: 223px;
  color: #011745;
  padding: 5px 0 8px;
}

@media (min-width: 700px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  textarea {
    padding: 7px 0 10px;
  }
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  overflow: visible;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: 1.87;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    line-height: 1.3;
  }
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  overflow: visible;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: 1.87;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    line-height: 1.3;
  }
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  overflow: visible;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: 1.87;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    line-height: 1.3;
  }
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  overflow: visible;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: 1.87;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    line-height: 1.3;
  }
}

input[type='text']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='email']::-ms-clear,
input[type='search']::-ms-clear,
input[type='password']::-ms-clear,
textarea::-ms-clear {
  display: none;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.form-row {
  padding-bottom: 41px;
}

@media (min-width: 700px) {
  .form-row {
    padding-bottom: 40px;
  }
}

.form-row .checkbox-holder:last-child,
.form-row .radio-holder:last-child {
  margin-bottom: 0;
}

.form-label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #004c98;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .form-label {
    margin-bottom: 17px;
  }
}

.checkbox-holder {
  margin: 0 0 13px;
  padding: 0 0 0 43px;
}

@media (min-width: 700px) {
  .checkbox-holder {
    margin-bottom: 15px;
    padding-left: 44px;
  }
}

@media (min-width: 1025px) {
  .checkbox-holder {
    margin-bottom: 10px;
  }
}

.checkbox-holder input[type='checkbox'] {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.checkbox-holder input[type='checkbox']:checked + .control-text:before {
  opacity: 1;
}

.checkbox-holder input[type='checkbox']:checked + .control-text:after {
  background-color: #0075df;
  border-color: #0075df;
}

.checkbox-holder input[type='checkbox']:focus + .control-text:after {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.checkbox-holder .control-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-top: 2px;
}

.checkbox-holder .control-text:after, .checkbox-holder .control-text:before {
  position: absolute;
}

.checkbox-holder .control-text:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: '';
  opacity: 0;
  top: 9px;
  left: -36px;
  cursor: pointer;
  border: 1px solid #fff;
  border-width: 0px 0px 2px 2px;
  width: 7px;
  height: 4px;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkbox-holder .control-text:after {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  content: '';
  cursor: pointer;
  left: -42px;
  top: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #011745;
  border: 1px solid #011745;
}

.checkbox-holder .control-label {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
  letter-spacing: 0;
}

.checkbox-holder .control-label a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.checkbox-holder .control-label a:hover, .checkbox-holder .control-label a:focus {
  opacity: 0.7;
}

.radio-holder {
  min-height: 26px;
  margin-bottom: 19px;
  padding-left: 45px;
}

@media (min-width: 700px) {
  .radio-holder {
    margin-bottom: 10px;
    padding-left: 47px;
  }
}

.radio-holder input[type='radio'] {
  position: absolute;
  overflow: hidden;
  border: 0;
  height: 1px;
  width: 1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.radio-holder input[type='radio']:checked + .control-text:before {
  background-color: #0075df;
  border-color: #0075df;
}

.radio-holder input[type='radio']:checked + .control-text:after {
  opacity: 1;
}

.radio-holder input[type='radio']:focus + .control-text:before {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.radio-holder .control-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3334;
  cursor: pointer;
}

.radio-holder .control-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.radio-holder .control-text:before, .radio-holder .control-text:after {
  content: '';
  position: absolute;
}

.radio-holder .control-text:before {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  left: -44px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #011745;
  border: 1px solid #011745;
}

@media (min-width: 700px) {
  .radio-holder .control-text:before {
    left: -46px;
  }
}

.radio-holder .control-text:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  top: 6px;
  left: -38px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

@media (min-width: 700px) {
  .radio-holder .control-text:after {
    left: -40px;
  }
}

.sort-select .jcf-select {
  border-width: 2px;
  max-width: 223px;
}

@media (min-width: 700px) {
  .sort-select .jcf-select {
    width: 224px;
    -webkit-flex-basis: 224px;
        -ms-flex-preferred-size: 224px;
            flex-basis: 224px;
    border-width: 2px 0 2px 2px;
  }
}

@media (min-width: 1025px) {
  .sort-select .jcf-select {
    width: 319px;
    -webkit-flex-basis: 319px;
        -ms-flex-preferred-size: 319px;
            flex-basis: 319px;
  }
}

.sort-select .jcf-select .jcf-select-text {
  margin: 0;
}

.sort-select .jcf-select .jcf-select-opener {
  background-color: transparent;
  width: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 700px) {
  .sort-select .jcf-select .jcf-select-opener {
    width: 45px;
  }
}

@media (min-width: 1025px) {
  .sort-select .jcf-select .jcf-select-opener {
    width: 55px;
  }
}

.sort-select .jcf-select-drop .jcf-select-drop-content {
  border-width: 1px 0 2px 2px;
}

.sort-select .jcf-select-drop {
  right: 0;
}

.jcf-select {
  display: block;
  width: 100%;
  border: 1px solid #0075df;
  border-width: 0 0 1px 0;
  height: 33px;
  margin: 0;
  max-width: 223px;
  line-height: 1;
  position: relative;
}

@media (min-width: 1025px) {
  .jcf-select {
    height: 35px;
  }
}

.jcf-select .custom-select {
  height: auto !important;
}

.jcf-select .jcf-select-text {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: 1.87;
  margin: 5px 45px 9px 0;
}

@media (min-width: 700px) {
  .jcf-select .jcf-select-text {
    margin: 3px 50px 9px 0;
  }
}

@media (min-width: 1025px) {
  .jcf-select .jcf-select-text {
    margin-right: 60px;
  }
}

.jcf-select .jcf-select-opener {
  background-color: transparent;
  width: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
}

.jcf-select .jcf-select-opener::before {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 3px solid #0075df;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  display: block;
  top: -13px;
  left: 23px;
  z-index: 10;
}

@media (min-width: 1025px) {
  .jcf-select .jcf-select-opener::before {
    top: -11px;
  }
}

.jcf-select .jcf-select-opener::after {
  content: '';
  height: 0;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #0075df;
  position: absolute;
  display: block;
  top: -7px;
  left: 23px;
  z-index: 10;
}

@media (min-width: 1025px) {
  .jcf-select .jcf-select-opener::after {
    top: -6px;
  }
}

.jcf-select .jcf-selected {
  display: none !important;
}

.jcf-select .jcf-list {
  font-size: 16px;
  line-height: 40px;
}

.jcf-select.jcf-focus {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 3px 4px #4D90FE;
          box-shadow: 0 0 0 2px #fff, 0 0 3px 4px #4D90FE;
}

.jcf-select.jcf-focus .jcf-select-drop-content {
  border-color: #000 !important;
}

.jcf-select-drop {
  position: relative;
  z-index: 3;
  background: #fff;
  margin-top: 6px;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #000;
}

.jcf-select-drop .jcf-hover {
  background: transparent;
}

.jcf-list ul {
  padding: 0 !important;
  margin: 23px 0 30px !important;
}

.jcf-list li {
  list-style-type: none;
  margin: 0 !important;
}

.jcf-list li::before {
  display: none;
}

.jcf-list .jcf-option {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  padding: 8px 20px;
  color: #000;
  display: block;
  line-height: 1.15;
}

.jcf-list .jcf-option.jcf-hover {
  color: #0075df;
}

.jcf-list .jcf-option.jcf-option-hidden {
  display: none;
}

/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
#main {
  max-width: 1900px;
  margin: 0 auto;
  padding-top: 191px;
}

.wrapper {
  overflow: hidden;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 700px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
	padding-bottom: 50px;
  }
}

.main-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .main-content-wrapper {
    padding: 48px 0 0;
  }
}

.main-content-holder {
  width: 100%;
}

@media (min-width: 1025px) {
  .main-content-holder {
    max-width: calc(100% - 353px);
  }
}

@media (min-width: 1349px) {
  .main-content-holder {
    max-width: 100%;
  }
}

/**
 * @file
 * Columns
 *
 * Base styles for all column layouts.
 */
@media (min-width: 700px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.column__col {
  margin: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .column__col {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.column__img {
  margin: 0 0 1rem;
}

@media (min-width: 1025px) {
  .column__img {
    margin: 0 0 1.5rem;
  }
}

.column__img img {
  width: 100%;
}

.column__title {
  margin: 0 0 0.75rem;
}

.column__title h3 {
  margin: 0;
}

.column__subtitle {
  margin: 0 0 0.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .column--two {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}

@media (min-width: 1025px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 25px);
        -ms-flex-preferred-size: calc(50% - 25px);
            flex-basis: calc(50% - 25px);
  }
}

@media (min-width: 700px) {
  .column--three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .column--three .column__col {
    -webkit-flex-basis: calc((100% / 3) - (20px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (20px / 3));
            flex-basis: calc((100% / 3) - (20px / 3));
  }
}

@media (min-width: 1025px) {
  .column--three .column__col {
    -webkit-flex-basis: calc((100% / 3) - (50px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (50px / 3));
            flex-basis: calc((100% / 3) - (50px / 3));
  }
}

.column--three.slick-slider {
  display: block;
}

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section {
  padding: 23px 0;
}

@media (min-width: 700px) {
  .section {
    padding: 21px 0;
  }
}

@media (min-width: 1025px) {
  .section {
    padding: 35px 0;
  }
}

.section__header {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .section__header {
    margin: 0 0 14px;
  }
}

@media (min-width: 1025px) {
  .section__header {
    margin: 0 0 15px;
  }
}

.section__header h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}

@media (min-width: 1025px) {
  .section__header h2 {
    font-size: 39px;
  }
}

.section__intro {
  margin: 0 0 29px;
}

@media (min-width: 700px) {
  .section__intro {
    margin: 0 0 22px;
  }
}

@media (min-width: 1025px) {
  .section__intro {
    margin: 0 0 14px;
  }
}

.section__cta {
  margin: 1.5rem 0 0;
  text-align: center;
}

.section__cta a {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: #000000;
  color: #FFFFFF;
}

.has-main-hero .header + #main {
  padding-top: 0;
}

.header-is-hidden:not(.has-main-hero) .header:not(.is-on-top) + #main {
  -webkit-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
  padding-top: 153px !important;
}

@media (min-width: 700px) {
  .header-is-hidden:not(.has-main-hero) .header:not(.is-on-top) + #main {
    padding-top: 169px !important;
  }
}

@media (min-width: 1025px) {
  .header-is-hidden:not(.has-main-hero) .header:not(.is-on-top) + #main {
    padding-top: 123px !important;
  }
}

@media (min-width: 1350px) {
  .header-is-hidden:not(.has-main-hero) .header:not(.is-on-top) + #main {
    padding-top: 191px !important;
  }
}

.header:before {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  bottom: -50px;
  left: 0;
  background: #011745;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
}

.search-active .header:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body.no-aside.no-aside:not(.has-main-hero) .header:not(.has-alert) + #main,
body.no-aside.no-aside.header-is-hidden:not(.has-main-hero) .header:not(.has-alert) + #main {
  padding-top: 92px !important;
}

@media (min-width: 700px) {
  body.no-aside.no-aside:not(.has-main-hero) .header:not(.has-alert) + #main,
  body.no-aside.no-aside.header-is-hidden:not(.has-main-hero) .header:not(.has-alert) + #main {
    padding-top: 118px !important;
  }
}

@media (min-width: 1350px) {
  body.no-aside.no-aside:not(.has-main-hero) .header:not(.has-alert) + #main,
  body.no-aside.no-aside.header-is-hidden:not(.has-main-hero) .header:not(.has-alert) + #main {
    padding-top: 191px !important;
  }
}

body.no-aside.no-aside:not(.has-main-hero) .header:not(.is-on-top.has-alert) + #main,
body.no-aside.no-aside.header-is-hidden:not(.has-main-hero) .header:not(.is-on-top.has-alert) + #main {
  padding-top: 92px;
}

@media (min-width: 700px) {
  body.no-aside.no-aside:not(.has-main-hero) .header:not(.is-on-top.has-alert) + #main,
  body.no-aside.no-aside.header-is-hidden:not(.has-main-hero) .header:not(.is-on-top.has-alert) + #main {
    padding-top: 118px;
  }
}

@media (min-width: 1350px) {
  body.no-aside.no-aside:not(.has-main-hero) .header:not(.is-on-top.has-alert) + #main,
  body.no-aside.no-aside.header-is-hidden:not(.has-main-hero) .header:not(.is-on-top.has-alert) + #main {
    padding-top: 191px !important;
  }
}

.header-wrapper {
  -webkit-transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}

@media screen and (min-width: 1900px) {
  .header-wrapper {
    max-width: 1900px;
    margin: 0 auto;
  }
}

.header-wrapper + #main {
  -webkit-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
  padding-top: 153px;
}

@media (min-width: 700px) {
  .header-wrapper + #main {
    padding-top: 174px;
  }
}

@media (min-width: 1025px) {
  .header-wrapper + #main {
    padding-top: 123px;
  }
}

@media (min-width: 1350px) {
  .header-wrapper + #main {
    padding-top: 191px;
  }
}

.header-wrapper .header {
  padding: 8px 0 18px;
}

@media (min-width: 700px) {
  .header-wrapper .header {
    padding: 8px 0 13px;
  }
}

@media (min-width: 1350px) {
  .header-wrapper .header {
    border-bottom: none;
    padding: 10px 0 12px;
  }
}

.header-is-hidden .header-wrapper {
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
}

.open-menu .header-wrapper,
.search-active .header-wrapper {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1350px) {
  .header-wrapper.is-on-top .header {
    padding: 34px 0 42px;
  }
}

.has-main-hero .header-wrapper.is-on-top .header {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  padding: 8px 0 19px;
}

@media (min-width: 700px) {
  .has-main-hero .header-wrapper.is-on-top .header {
    padding: 8px 0 14px;
  }
}

@media (min-width: 1350px) {
  .has-main-hero .header-wrapper.is-on-top .header {
    padding: 34px 0 42px;
  }
}

.has-main-hero .header-wrapper.is-on-top .header .logo-white {
  display: block;
}

.has-main-hero .header-wrapper.is-on-top .header .logo-dark {
  display: none;
}

.has-main-hero .header-wrapper.is-on-top .header .nav__opener {
  color: #fff;
}

@media (min-width: 1350px) {
  .has-main-hero .header-wrapper.is-on-top .header .nav__opener .btn--info {
    color: transparent;
  }
}

.search-active .header-wrapper.is-on-top .header {
  background: #fff;
}

.open-menu .header-wrapper.is-on-top .header,
.search-active .header-wrapper.is-on-top .header {
  background: #fff;
}

.open-menu .header-wrapper.is-on-top .header .logo-white,
.search-active .header-wrapper.is-on-top .header .logo-white {
  display: none;
}

.open-menu .header-wrapper.is-on-top .header .logo-dark,
.search-active .header-wrapper.is-on-top .header .logo-dark {
  display: block;
}

.header-wrapper.scrolling-up,
.header-wrapper.scrolling-down header {
  top: 0 !important;
  position: fixed;
}

.header-wrapper.scrolling-down header {
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
}

.header-wrapper.scrolling-up header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-wrapper.animate-header header {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (min-width: 1350px) {
  .header-wrapper.animate-header header .container {
    padding-top: 0;
  }
  .header-wrapper.animate-header header .search-header {
    bottom: 6px;
  }
}

.header-wrapper .container {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 700px) {
  .header-wrapper .container {
    padding: 12px 29px 14px 31px;
  }
}

@media (min-width: 1350px) {
  .header-wrapper .container {
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
    padding: 0 70px;
    margin: 0 auto;
    width: 100%;
    max-width: 1900px;
  }
}

.header-wrapper .header {
  position: relative;
  background-color: #ffffff;
}

.header-wrapper .header__logo {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 100;
  max-width: 77px;
  z-index: 1;
  opacity: 1;
  background: none;
}

.header-wrapper .header__logo:hover {
  opacity: .6;
}

.header__logo:focus {
	background-color: #f2f6fa;
	outline-offset: 5px;
}

.header-wrapper .header__logo::after {
  display: none;
}

@media (min-width: 700px) {
  .header-wrapper .header__logo {
    width: 181px;
    margin-bottom: 0;
  }
}

@media (min-width: 1350px) {
  .header-wrapper .header__logo {
    max-width: 123px;
  }
}

.header-wrapper .header__logo .logo-white {
  display: none;
}

.header-wrapper .header__logo img {
  width: 100%;
  vertical-align: top;
}

.header-wrapper .header__frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1350px) {
  .header-wrapper .header__frame {
    width: 100%;
  }
}

.header-wrapper .header__wrapper {
  display: inherit;
}

body.has-main-hero .header-wrapper:not(.has-alert) + #main {
  padding-top: 0 !important;
}

.main-footer {
  padding: 42px 0 0;
  border-top: 1px solid #dec9c0;
  text-align: center;
}

.has-main-hero .main-footer {
  border: none;
}

@media (min-width: 700px) {
  .main-footer {
    padding: 40px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer {
    padding: 65px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .container {
    padding-left: 92px;
    padding-right: 92px;
  }
}

@media (min-width: 700px) {
  .main-footer .content-holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 7.1fr;
    grid-template-columns: 2fr 7.1fr;
  }
}

@media (min-width: 1025px) {
  .main-footer .content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 49px;
  }
}

.main-footer .logo {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
  margin: 0 0 19px;
  width: 100%;
  max-width: 79px;
  background: none;
}

@media (min-width: 700px) {
  .main-footer .logo {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin: 0 40px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .logo {
    max-width: 104px;
  }
}

.main-footer .logo:hover {
  opacity: 0.5;
}

.main-footer .logo::after {
  display: none;
}

.main-footer .contact-info {
  margin: 0 0 33px;
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 700px) {
  .main-footer .contact-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1.56fr;
    grid-template-columns: 3fr 1.56fr;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    margin: 0 0 9px;
    padding: 8px 0 0;
    text-align: left;
    font-size: 16px;
  }
  .main-footer .contact-info > * {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .main-footer .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 53%;
    margin-right: auto;
    padding: 22px 0 0;
  }
  .main-footer .contact-info > * {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .main-footer .contact-info {
    margin-left: 40px;
  }
}

.main-footer .contact-info p {
  margin: 0 0 8px;
}

@media (min-width: 700px) {
  .main-footer .contact-info p {
    margin: 0 0 17px;
    width: 100%;
  }
  .main-footer .contact-info p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-footer .contact-info p:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1025px) {
  .main-footer .contact-info p {
    width: 50%;
  }
}

.main-footer .contact-info .phone-link {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #011745;
  font-size: 12px;
  display: block;
  line-height: 0.67;
  font-weight: normal;
  margin-bottom: 12px;
  background: none;
}

@media (min-width: 700px) {
  .main-footer .contact-info .phone-link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    display: inline-block;
    width: auto;
  }
}

.main-footer .contact-info .phone-link::after {
  text-decoration: none;
  display: none;
}

.main-footer .contact-info .phone-link:hover, .main-footer .contact-info .phone-link:focus {
  opacity: 0.7;
}

.main-footer .contact-info .sunburst-link {
  margin-top: 24px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

@media (min-width: 700px) {
  .main-footer .contact-info .sunburst-link {
    margin: 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: auto;
  }
}

@media (min-width: 1025px) {
  .main-footer .contact-info .sunburst-link {
    margin: -1px 0 0;
    font-size: 18px;
  }
}

.main-footer .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 30px;
}

@media (min-width: 700px) {
  .main-footer .social-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1.56fr;
    grid-template-columns: 3fr 1.56fr;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    margin: 0 0 25px;
  }
}

@media (min-width: 1025px) {
  .main-footer .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 15px 0 0;
  }
}

.main-footer .social-links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 29px;
}

@media (min-width: 700px) {
  .main-footer .social-links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}

.main-footer .social-links__item {
  margin: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .main-footer .social-links__item {
    margin: 0 31px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .social-links__item {
    margin: 0 0 0 44px;
  }
}

@media (min-width: 1025px) {
  .main-footer .social-links__item:first-child {
    margin: 0;
  }
}

.main-footer .social-links__item a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2b75df;
  line-height: 1;
  background: none;
}

.main-footer .social-links__item a:hover, .main-footer .social-links__item a:focus {
  color: #011745;
}

.main-footer .social-links__item a:after {
  display: none;
}

.main-footer .social-links__item .icon-facebook {
  font-size: 19px;
}

@media (min-width: 1025px) {
  .main-footer .social-links__item .icon-facebook {
    font-size: 24px;
  }
}

.main-footer .social-links__item .icon-linkedin {
  font-size: 18px;
}

@media (min-width: 1025px) {
  .main-footer .social-links__item .icon-linkedin {
    font-size: 23px;
  }
}

.main-footer .social-links__item .icon-youtube {
  font-size: 19px;
}

@media (min-width: 1025px) {
  .main-footer .social-links__item .icon-youtube {
    font-size: 25px;
  }
}

.main-footer .social-links__item .icon-instagram {
  font-size: 18px;
}

@media (min-width: 1025px) {
  .main-footer .social-links__item .icon-instagram {
    font-size: 24px;
  }
}

@media (min-width: 1025px) {
  .main-footer .social-links__item .icon-twitter {
    font-size: 22px;
  }
}

@media (min-width: 700px) {
  .main-footer .to-top-holder {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .main-footer .to-top-holder {
    margin: -30px 0 43px;
  }
}

.main-footer .to-top {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  padding: 0 20px 0 0;
  font-size: 13px;
  background: none;
  border: none;
  color: #011745;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  letter-spacing: 1.3px;
  margin-left: 9px;
}

@media (min-width: 700px) {
  .main-footer .to-top {
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .to-top {
    padding: 0;
    font-size: 18px;
  }
}

.main-footer .to-top:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.main-footer .to-top .icon-arrow {
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 8px;
}

@media (min-width: 1025px) {
  .main-footer .to-top .icon-arrow {
    right: auto;
    left: -21px;
    top: 6px;
    font-size: 8px;
  }
}

.main-footer .footer-bottom {
  padding: 44px 0;
  background: #004c98;
  color: #fff;
  font-size: 12px;
}

@media (min-width: 700px) {
  .main-footer .footer-bottom {
    padding: 23px 0 26px;
  }
}

@media (min-width: 1025px) {
  .main-footer .footer-bottom {
    padding: 30px 0 19px;
  }
}

@media (min-width: 1349px) {
  .main-footer .footer-bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 101px;
    padding-right: 62px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-footer .footer-menu {
  margin: 0 0 25px;
}

@media (min-width: 700px) {
  .main-footer .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 11px;
  }
}

@media (min-width: 1349px) {
  .main-footer .footer-menu {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0;
  }
}

.main-footer .footer-menu__item {
  margin: 0 0 18px;
}

@media (min-width: 700px) {
  .main-footer .footer-menu__item {
    margin: 0 25px 5px 0;
  }
}

.main-footer .footer-menu a {
  font-weight: 400;
  color: #fff;
}

.main-footer .footer-menu a:after {
  background: #fff;
}

@media (min-width: 700px) {
  .main-footer .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.main-footer .copyright p {
  margin: 0 0 18px;
}

@media (min-width: 700px) {
  .main-footer .copyright p {
    margin: 0 19px 0 0;
  }
}

.main-footer .copyright a {
  font-weight: 400;
  color: #fff;
}

.nav__opener {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 11px 0 0;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  color: #011745;
  letter-spacing: 0.7px;
}

@media (min-width: 700px) {
  .nav__opener {
    padding: 8px 5px 5px 10px;
  }
}

.nav__opener::before, .nav__opener::after {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  left: -8px;
  background-color: #0075df;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  pointer-events: none !important;
}

@media (min-width: 1350px) {
  .nav__opener::before, .nav__opener::after {
    left: -0;
  }
}

.nav__opener::before {
  width: 8px;
  height: 2px;
}

.nav__opener::after {
  width: 2px;
  height: 8px;
}

.nav__opener.active.active {
  color: #0075df !important;
}

.nav__opener.active.active::before, .nav__opener.active.active::after {
  opacity: 1;
}

@media (min-width: 1350px) {
  .nav__opener {
    display: none;
  }
}

.search-active .nav__opener {
  color: #011745 !important;
}

.navs__holder {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  z-index: 20;
  top: 100%;
  width: 100%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  border-width: 2px 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  height: calc(100vh - 91px);
  overflow: auto;
}

@media (min-width: 700px) {
  .has-alert .navs__holder {
    max-height: calc(100vh - 400px);
  }
}

@media (max-width: 699px) {
  .navs__holder {
    padding-bottom: 70px;
  }
}

@media (min-width: 700px) {
  .navs__holder {
    height: auto;
    -webkit-box-shadow: 0 0 22px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 22px 15px rgba(0, 0, 0, 0.12);
    border-radius: 22px;
    top: calc(100% - 29px);
    max-height: calc(100vh - 200px);
    padding: 24px 0 34px 25px;
    width: 320px;
    border-width: 1px;
    -webkit-transform: translateX(390px);
        -ms-transform: translateX(390px);
            transform: translateX(390px);
  }
}

@media (min-width: 1350px) {
  .navs__holder {
    position: static;
    height: auto !important;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    overflow: visible;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-left: 37px;
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1349px) {
  .navs__holder {
    background: #fff;
    visibility: hidden;
    -webkit-transition: visibility .1s ease .3s, -webkit-transform .3s ease;
    transition: visibility .1s ease .3s, -webkit-transform .3s ease;
    -o-transition: visibility .1s ease .3s, transform .3s ease;
    transition: visibility .1s ease .3s, transform .3s ease;
    transition: visibility .1s ease .3s, transform .3s ease, -webkit-transform .3s ease;
  }
}

.navs__holder a {
  text-decoration: none;
}

.navs__holder.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 700px) {
  .navs__holder.active {
    -webkit-transform: translateX(-18px);
        -ms-transform: translateX(-18px);
            transform: translateX(-18px);
  }
}

@media (max-width: 1349px) {
  .navs__holder.active {
    visibility: visible;
    -webkit-transition: visibility .1s ease 0s, -webkit-transform .3s ease;
    transition: visibility .1s ease 0s, -webkit-transform .3s ease;
    -o-transition: visibility .1s ease 0s, transform .3s ease;
    transition: visibility .1s ease 0s, transform .3s ease;
    transition: visibility .1s ease 0s, transform .3s ease, -webkit-transform .3s ease;
  }
}

.resize-active .navs__holder {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.navs__holder .sub-sub__nav a:after {
  bottom: -4px;
}

.main__nav {
  position: relative;
  z-index: 5;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 12px 0;
}

@media (min-width: 1350px) {
  .main__nav {
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 57px 14px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.main__nav:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

@media (min-width: 1350px) {
  .main__nav:after {
    display: none;
  }
}

.main__nav > li {
  position: relative;
}

@media (min-width: 1350px) {
  .main__nav > li:hover .sub__nav-holder, .main__nav > li.tab-focus .sub__nav-holder {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 20;
  }
  .main__nav > li:hover > a, .main__nav > li.tab-focus > a {
    color: #0075df;
  }
  .main__nav > li:hover > a:after, .main__nav > li.tab-focus > a:after {
    opacity: 1;
  }
}

@media (min-width: 1350px) and (min-width: 1350px) {
  .main__nav > li:hover > a:after, .main__nav > li.tab-focus > a:after {
    display: none;
  }
}

.main__nav > li:first-child .sub__nav-holder {
  left: -150px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.main__nav > li:last-child .sub__nav-holder {
  left: -140%;
}

@media (min-width: 1349px) {
  .main__nav > li:last-child .sub__nav-holder {
    left: -30%;
  }
}

.main__nav > li.expanded > a {
  -webkit-transition: background 0s ease-in-out, color 0s ease-in-out;
  -o-transition: background 0s ease-in-out, color 0s ease-in-out;
  transition: background 0s ease-in-out, color 0s ease-in-out;
  color: #0075df;
}

.main__nav > li.expanded button {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main__nav > li.expanded button::before, .main__nav > li.expanded button::after {
  background: #0075df;
}

@media (min-width: 1350px) {
  .main__nav > li {
    position: relative;
    padding: 0 15px 0 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 240px;
    text-align: center;
  }
}

.main__nav > li > a {
  -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  display: block;
  padding: 21px 49px 22px 41px;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: none;
}

@media (min-width: 700px) {
  .main__nav > li > a {
    padding: 21px 29px 22px 39px;
  }
}

.main__nav > li > a::after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  height: 3px;
  width: 273px;
  bottom: 0;
  left: 0;
  display: none;
}

@media (min-width: 1350px) {
  .main__nav > li > a::after {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 1350px) {
  .main__nav > li > a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 25px;
    position: relative;
    overflow: hidden;
  }
  .main__nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    display: none;
  }
}

.main__nav > li button {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  z-index: 5;
  top: 7px;
  left: 7px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .main__nav > li button {
    left: 2px;
  }
}

.main__nav > li button::before, .main__nav > li button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #011745 !important;
}

.main__nav > li button::before {
  width: 2px;
  height: 8px;
}

.main__nav > li button::after {
  width: 8px;
  height: 2px;
}

.main__nav > li button:focus::before, .main__nav > li button:focus::after {
  background: #0075df !important;
}

@media (min-width: 1350px) {
  .main__nav > li button {
    display: none;
    outline: auto;
  }
}

.main__nav .sub__nav-holder {
  overflow: hidden;
}

@media (max-width: 1349px) {
  .main__nav .sub__nav-holder {
    display: none;
  }
}

@media (min-width: 1350px) {
  .main__nav .sub__nav-holder {
    -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: block !important;
    height: auto !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 15px 22px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 15px 22px 10px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
  }
}

@media (min-width: 1350px) {
  .main__nav .sub__nav {
    padding: 33px 67px 56px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    font-size: 15px;
    line-height: 2.5;
    width: 650px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.main__nav .sub__nav::before {
  display: none;
  content: '';
  position: absolute;
  top: 45px;
  bottom: 48px;
  width: 1px;
  background-color: #dec9c0;
  left: 43.7%;
}

@media (min-width: 1350px) {
  .main__nav .sub__nav::before {
    display: block;
  }
}

.main__nav .sub__nav li {
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 1350px) {
  .main__nav .sub__nav li {
    margin-bottom: 0;
    padding-right: 25px;
  }
}

.main__nav .sub__nav a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  margin: 0 0 0 41px;
  background-size: 0% 1px;
}

.main__nav .sub__nav a:hover {
  background-size: 100% 1px;
}

@media (min-width: 1350px) {
  .main__nav .sub__nav a {
    display: inline;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 1349px) {
  .main__nav .sub__nav > li > a {
    background-position: 0% 83%;
  }
}

.main__nav .sub-sub__nav {
  padding: 1px 0;
}

@media (min-width: 1350px) {
  .main__nav .sub-sub__nav {
    padding: 0;
  }
}

.main__nav .sub-sub__nav li {
  margin-bottom: 7px;
}

@media (min-width: 1350px) {
  .main__nav .sub-sub__nav li {
    margin-bottom: 0;
    list-style-type: none;
  }
}

.main__nav .sub-sub__nav a {
  font-size: 15px;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 41px;
}

@media (min-width: 1350px) {
  .main__nav .sub-sub__nav a {
    padding: 0;
    margin: 0;
  }
}

.add__nav {
  line-height: 1.333;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1350px) {
  .add__nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 29px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.add__nav > li {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 1350px) {
  .add__nav > li {
    margin-bottom: 0;
  }
  .add__nav > li:not(:first-child) {
    margin-left: 8px;
  }
}

.add__nav > li > a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 15px 13px 38px;
}

@media (min-width: 1350px) {
  .add__nav > li > a {
    padding: 0;
    line-height: 1;
  }
}

@media (min-width: 1350px) {
  .add__nav > li:hover .drop__holder, .add__nav > li.tab-focus .drop__holder {
    visibility: visible;
    opacity: 1;
  }
}

.add__nav > li:hover button, .add__nav > li.tab-focus button {
  color: #0075df;
}

.add__nav .btn--info {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  padding: 6px 15px 6px 20px;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  z-index: 10;
}

@media (min-width: 700px) {
  .add__nav .btn--info {
    padding: 7px 11px 10px 18px;
  }
}

@media (min-width: 1350px) {
  .add__nav .btn--info {
    display: block;
    width: 100%;
    padding: 0 16px 0 0;
    line-height: 1;
  }
}

.add__nav .btn--info.expanded .icon-arrow {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

@media (max-width: 1349px) {
  .add__nav .btn--info .icon-arrow {
    position: absolute;
    top: 10px;
    right: -2px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.add__nav .btn--info em {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  font-size: 10px;
  margin-left: 1px;
}

@media (min-width: 1350px) {
  .add__nav .btn--info em {
    margin-left: 2px;
  }
}

.add__nav .btn--info em::before {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.add__nav .drop__holder {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: hidden;
  display: none;
  height: 0;
}

@media (min-width: 1350px) {
  .add__nav .drop__holder {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    position: absolute;
    z-index: 8;
    top: -26px;
    left: -82px;
    min-width: 234px;
    padding-right: 20px;
    padding-bottom: 10px;
    height: auto !important;
  }
}

.add__nav .information__list {
  font-size: 13px;
  line-height: 1.29;
}

@media (min-width: 1350px) {
  .add__nav .information__list {
    margin: 67px 0 8px 17px;
    padding: 39px 17px 29px;
    background-color: #fff;
    border-radius: 22px;
    -webkit-box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1350px) {
  .add__nav .information__list li {
    margin: 0 0 2px;
  }
}

.add__nav .information__list a {
  font-weight: 400;
  margin: 5px 0;
  display: inline;
  margin-left: 24px;
  background-size: 0% 1px;
}

.add__nav .information__list a:hover {
  background-size: 100% 1px;
}

@media (min-width: 1350px) {
  .add__nav .information__list a {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px 0;
    line-height: 2.29;
    font-size: 14px;
    font-weight: 600;
  }
}

@media (min-width: 1350px) {
  .resource-link::after {
    content: '\e910';
    font-family: 'icomoon';
    width: 20px;
    height: 20px;
    font-size: 17px;
    margin-left: 10px;
  }
}

.search__opener {
  position: relative;
  width: 31px;
  height: 31px;
  margin: 10px 0 0 23px;
  padding: 0;
  background: none;
  border: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 1350px) {
  .search__opener {
    width: 50px;
    height: 50px;
    margin: 10px 0 0 21px;
  }
}

.search__opener:hover {
  opacity: 0.7;
}

.search__opener.search-active .search-open {
  opacity: 0;
}

.search__opener.search-active .search-close {
  opacity: 1;
}

.search__opener .search-close {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.search__opener .search-open {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media (min-width: 1350px) {
  .has-main-hero .is-on-top .navs__holder .main__nav > li > a {
    color: #fff;
  }
}

@media (min-width: 1350px) {
  .has-main-hero .is-on-top .navs__holder .main__nav > li:hover > a, .has-main-hero .is-on-top .navs__holder .main__nav > li.tab-focus > a {
    color: #0075df;
  }
}

@media (min-width: 1350px) {
  .has-main-hero .is-on-top .add__nav .btn--info {
    color: #fff;
  }
}

@media (min-width: 1350px) {
  .has-main-hero.search-active .is-on-top .navs__holder .main__nav > li > a {
    color: #011745;
  }
}

@media (min-width: 1350px) {
  .has-main-hero.search-active .is-on-top .navs__holder .main__nav > li:hover > a, .has-main-hero.search-active .is-on-top .navs__holder .main__nav > li.tab-focus > a {
    color: #0075df;
  }
}

@media (min-width: 1350px) {
  .has-main-hero.search-active .is-on-top .add__nav .btn--info {
    color: #011745;
  }
}

@media (max-width: 1348px) {
  .no-scroll {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 1348px) {
  .no-scroll > .wrapper {
    position: relative;
  }
}

.wrapper-content-detail {
  overflow: visible;
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for accordion content object.
 */
.page-intro {
  padding: 23px 0 54px;
}

@media (min-width: 700px) {
  .page-intro {
    padding: 23px 0 55px;
  }
}

@media (min-width: 1025px) {
  .page-intro {
    padding: 36px 0 55px;
    max-width: 580px;
  }
}

.page-intro > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .page-intro p {
    margin: 0 0 38px;
  }
}

.alert-display {
  padding: 0;
}

.alert-display h1, .alert-display__content {
  padding: 0 15px;
}

@media (min-width: 700px) {
  .alert-display h1, .alert-display__content {
    padding: 0 20px;
  }
}

.alert__content {
  -webkit-transition: margin-bottom 0.3s ease-in-out;
  -o-transition: margin-bottom 0.3s ease-in-out;
  transition: margin-bottom 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 45px 20px 40px;
}

@media (min-width: 700px) {
  .alert__content {
    padding: 44px 39px 36px;
  }
}

@media (min-width: 1350px) {
  .alert__content {
    margin-top: -34px;
    padding: 60px 82px 50px;
  }
}

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

@media (min-width: 700px) {
  .alert__content.alert__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 1350px) {
  .alert__content.alert__content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 700px) {
  .alert__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.alert__content .sweep-link {
  min-width: 207px;
  font-size: 13px;
  text-transform: uppercase;
}

@media (min-width: 1350px) {
  .alert__content .sweep-link {
    min-width: 226px;
    font-size: 18px;
  }
}

.alert__content .close__alert {
  position: absolute;
  top: 23px;
  right: 20px;
  height: 12px;
  width: 12px;
  padding: 0;
  background: none;
  border: none;
}

@media (min-width: 700px) {
  .alert__content .close__alert {
    top: 27px;
    right: 29px;
  }
}

@media (min-width: 1350px) {
  .alert__content .close__alert {
    top: 60px;
    right: 59px;
  }
}

.alert__content .close__alert:after, .alert__content .close__alert:before {
  content: '';
  background: #011745;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.alert__content .close__alert:before {
  height: 2px;
  width: 14px;
}

@media (min-width: 700px) {
  .alert__content .close__alert:before {
    width: 18px;
  }
}

@media (min-width: 1350px) {
  .alert__content .close__alert:before {
    height: 3px;
    width: 23px;
  }
}

.alert__content .close__alert:after {
  height: 14px;
  width: 2px;
}

@media (min-width: 700px) {
  .alert__content .close__alert:after {
    height: 18px;
  }
}

@media (min-width: 1350px) {
  .alert__content .close__alert:after {
    height: 23px;
    width: 3px;
  }
}

.alert__message {
  max-width: 869px;
}

@media (min-width: 700px) {
  .alert__message {
    padding-right: 2rem;
  }
}

@media (min-width: 1350px) {
  .alert__message {
    padding-right: 100px;
  }
}

.alert__icon:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 1px;
  width: 34px;
  height: 34px;
  background: url("/assets/icons/alert.svg") no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  background-color: #fff;
}

@media (min-width: 700px) {
  .alert__icon:before {
    top: -6px;
  }
}

@media (min-width: 1350px) {
  .alert__icon:before {
    top: 0;
    width: 45px;
    height: 45px;
  }
}

.alert__title {
  position: relative;
  margin: 0 0 16px;
  padding-left: 55px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  font-family: "poppins", sans-serif;
}

@media (min-width: 700px) {
  .alert__title {
    margin: 0 0 19px;
    padding-left: 64px;
    font-size: 22px;
  }
}

@media (min-width: 1350px) {
  .alert__title {
    margin: 0 0 20px;
    padding-left: 79px;
    font-size: 35px;
    line-height: 48px;
    font-weight: 900;
  }
}

.alert__description {
  margin: 0 0 23px;
}

@media (min-width: 1350px) {
  .alert__description {
    margin: 0;
  }
}

.alert__cta {
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 25px;
  margin: 1rem 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}

@media (min-width: 700px) {
  .alert__cta {
    margin: 0 0 0 1rem;
  }
}

.alert--minor {
  background-color: #11b702;
}

.alert--medium {
  background-color: #f7cf3d;
}

.alert--major {
  background-color: #da1613;
}

.search-opener {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
}

.search-active .search-opener .search-open {
  opacity: 0;
}

.search-active .search-opener .search-close {
  opacity: 1;
}

.search-opener .search-open {
  opacity: 1;
}

.search-opener .search-close {
  opacity: 0;
}

.search-opener img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
}

.sweep-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  min-width: 120px;
  padding: 13px 10px 9px;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #fff;
  border: none;
}

@media (min-width: 1025px) {
  .sweep-link {
    min-width: 133px;
    padding: 17px 10px 16px;
    font-size: 18px;
    line-height: 1;
  }
}

.sweep-link:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.sweep-link.blue-cta:hover {
  color: #011745;
}

.sweep-link.blue-cta:before {
  background: #f7cf3d;
}

.sweep-link.blue-cta:after {
  background: #0075df;
}

.sweep-link.yellow-cta {
  color: #011745;
}

.sweep-link.yellow-cta:hover {
  color: #fff;
}

.sweep-link.yellow-cta:before {
  background: #0075df;
}

.sweep-link.yellow-cta:after {
  background: #f7cf3d;
}

.sweep-link:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.sweep-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.sunburst-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background: none;
  font-weight: 700;
}

.sunburst-link span {
  display: inline-block;
  vertical-align: middle;
}

.sunburst-link:after {
  display: none;
}

.sunburst-link .sun {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-transform: translateX(12px);
      -ms-transform: translateX(12px);
          transform: translateX(12px);
  background: #f7cf3d;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #f7cf3d, 0 0 0 0 rgba(247, 207, 61, 0.356), 0 0 0 0 rgba(255, 226, 119, 0.1), 0 0 0 0 rgba(247, 207, 61, 0.2);
          box-shadow: 0 0 0 0 #f7cf3d, 0 0 0 0 rgba(247, 207, 61, 0.356), 0 0 0 0 rgba(255, 226, 119, 0.1), 0 0 0 0 rgba(247, 207, 61, 0.2);
}

@media (min-width: 1025px) {
  .sunburst-link .sun {
    width: 7px;
    height: 7px;
  }
}

.sunburst-link:hover {
  color: #0075df;
}

.sunburst-link:hover .sun {
  -webkit-box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
          box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
}

.intro-button {
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 47px;
  height: 47px;
  background-color: #e2493e;
  border: none;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1025px) {
  .intro-button {
    width: 71px;
    height: 71px;
  }
}

.intro-button:hover,
.intro-button:focus	{
  background-color: #C8291E;
}

.intro-button::before, .intro-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.intro-button::before {
  width: 10px;
  height: 2px;
}

@media (min-width: 1025px) {
  .intro-button::before {
    width: 14px;
  }
}

.intro-button::after {
  width: 2px;
  height: 10px;
}

@media (min-width: 1025px) {
  .intro-button::after {
    height: 14px;
  }
}

#oualerts-active-alert-display {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #11b702;
}

@media (min-width: 700px) {
  #oualerts-active-alert-display {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media screen and (min-width: 1900px) {
  #oualerts-active-alert-display {
    max-width: 1900px;
    margin: 0 auto;
  }
}

#oualerts-active-alert-display .oualerts-notify-title {
  color: #011745;
  position: relative;
  margin: 14px 0 1.2rem 0;
  padding: 13px 0 0 0;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-notify-title {
    margin: 14px 30px 1rem 0;
    padding: 10px 0 0 62px;
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-title {
    margin: 28px 30px 1.2rem 0;
    padding: 10px 0 0 0;
    font-size: 35px;
  }
}

#oualerts-active-alert-display .oualerts-notify-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}

@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-icon {
    top: 13px;
    left: 0;
    width: 44px;
  }
}

#oualerts-active-alert-display .oualerts-notify-link {
  margin-top: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  min-width: 120px;
  padding: 12px 58px 9px;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  border: none;
  color: #FFFFFF !important;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-notify-link {
    min-width: 133px;
    padding: 17px 57px 16px;
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-notify-link {
    padding: 17px 48px 16px;
    font-size: 18px;
  }
}

#oualerts-active-alert-display .oualerts-notify-link:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

#oualerts-active-alert-display .oualerts-notify-link:hover {
  color: #011745 !important;
  text-decoration: none !important;
}

#oualerts-active-alert-display .oualerts-notify-link:before {
  background: #FFCC66;
}

#oualerts-active-alert-display .oualerts-notify-link:after {
  background: #0075DF;
}

#oualerts-active-alert-display .oualerts-notify-link:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

#oualerts-active-alert-display .oualerts-notify-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

#oualerts-active-alert-display .oualerts-close-button {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: none;
  border: 0;
  text-indent: -99999px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 700px) {
  #oualerts-active-alert-display .oualerts-close-button {
    top: 21px;
    right: 23px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-close-button {
    top: 48px;
    right: 48px;
    width: 34px;
    height: 34px;
  }
}

#oualerts-active-alert-display .oualerts-close-button:hover {
  opacity: 0.7;
}

#oualerts-active-alert-display .oualerts-close-button:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: initial !important;
}

#oualerts-active-alert-display .oualerts-close-button:before, #oualerts-active-alert-display .oualerts-close-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 70%;
  background-color: #000000;
}

@media screen and (min-width: 1025px) {
  #oualerts-active-alert-display .oualerts-close-button:before, #oualerts-active-alert-display .oualerts-close-button:after {
    width: 3px;
  }
}

#oualerts-active-alert-display .oualerts-close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#oualerts-active-alert-display .oualerts-notify-msg {
  font-weight: 400;
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
@media (min-width: 700px) {
  .accordion {
    max-width: 661px;
  }
}

@media (min-width: 1025px) {
  .accordion {
    max-width: 617px;
  }
}

.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h4, .accordion h6 {
  margin-top: 0;
}

.accordion__all {
  margin: 0 0 26px;
  text-align: left;
}

@media (min-width: 700px) {
  .accordion__all {
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .accordion__all {
    margin: 0 0 5px;
  }
}

.accordion__all button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  margin: 0 22px 0 0;
  padding: 1px 24px 1px 0;
  background-color: transparent;
  text-transform: uppercase;
  border: 0;
  border-right: 1px solid #011745;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #004c98;
  letter-spacing: 1.3px;
}

.accordion__all button:last-child {
  border-right: none;
}

.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.accordion__all button:hover {
  opacity: .6;
}

.accordion__expand-all, .accordion__collapse-all {
  cursor: pointer;
}

@media (min-width: 700px) {
  .accordion__items {
    margin: 0 0 37px;
  }
}

@media (min-width: 1025px) {
  .accordion__items {
    margin: 0 0 13px;
  }
}

.accordion__item {
  padding: 20px 0 7px;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .accordion__item {
    padding: 33px 0 12px;
  }
}

@media (min-width: 1025px) {
  .accordion__item {
    padding: 36px 0 12px;
  }
}

.accordion__item:last-child {
  margin: 0;
}

.accordion__toggle {
  display: inline-block;
  position: relative;
  padding: 0 0 10px 52px;
  width: auto;
  background: transparent;
  border: 0;
  color: #011745;
  cursor: pointer;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}

@media (min-width: 700px) {
  .accordion__toggle {
    font-size: 18px;
  }
}

.accordion__toggle:focus {
  outline-width: 2px;
}

.accordion__toggle:hover .accordion__icon {
  opacity: .7;
}

.accordion__toggle.js-expanded .accordion__icon {
  background: #0075df;
}

.accordion__toggle.js-expanded .accordion__icon:before {
  height: 0;
  background: #fff;
}

.accordion__toggle.js-expanded .accordion__icon:after {
  background: #fff;
}

.accordion__icon {
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  background: #f7cf3d;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .accordion__icon {
    left: -1px;
    top: -3px;
  }
}

.accordion__icon:before, .accordion__icon:after {
  -webkit-transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, height 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .accordion__icon:before, .accordion__icon:after {
    top: 50%;
  }
}

.accordion__icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.accordion__content {
  display: none;
  padding: 4px 0 18px 54px;
}

@media (min-width: 700px) {
  .accordion__content {
    padding: 8px 0 22px 61px;
  }
}

@media (min-width: 1025px) {
  .accordion__content {
    padding: 12px 20px 18px 58px;
  }
}

.accordion__content > *:nth-last-child(2) {
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .accordion__content > *:nth-last-child(2) {
    margin: 0 0 25px;
  }
}

@media (min-width: 1025px) {
  .accordion__content > *:nth-last-child(2) {
    margin: 0 0 14px;
  }
}

.accordion__content .views-element-container {
  width: 100%;
}

.accordion__copy {
  width: 100%;
}

.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}

@media (max-width: 699px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}

.accordion__top {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #004c98;
  background: transparent;
  border: 0;
  font-weight: 700;
}

/**
 * @file
 * Award
 *
 * Contains styles for Awards in WYSIWYG region.
 */
.award {
  clear: both;
}

.award__item {
  margin: 0 0 1em;
}

.award__title {
  font-weight: 700;
  margin: 0;
}

/**
 * @file
 * Form
 *
 * Contains styles for forms in main content region.
 */
.main .form {
  margin: 2rem 0;
}

.main .form__item:not(.form--fieldset) label {
  display: block;
  font-weight: 700;
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist .section__intro {
  max-width: 580px;
}

@media (min-width: 1025px) {
  .genimglist .section__intro {
    max-width: 616px;
    margin: 0 0 40px;
  }
}

.genimglist__wrap {
  max-width: 661px;
}

@media (min-width: 700px) {
  .genimglist__wrap {
    margin: 0 0 62px;
  }
}

@media (min-width: 1025px) {
  .genimglist__wrap {
    margin: 0 0 5px;
  }
}

.genimglist__item {
  margin: 0 0 33px;
  padding: 0 0 24px;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .genimglist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 26px;
    padding: 0;
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .genimglist__item {
    margin: 0 0 44px;
  }
}

.genimglist__item:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .genimglist__item .sunburst-link {
    padding-right: 12px;
  }
}

@media (min-width: 1025px) {
  .genimglist__item .sunburst-link:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}

.genimglist__item .sunburst-link:hover:before, .genimglist__item .sunburst-link:focus:before {
  -webkit-box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
          box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
}

.genimglist__img {
  margin: 0 0 13px;
}

@media (min-width: 700px) {
  .genimglist__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 261px;
    width: 100%;
    margin: 0 23px 0 0;
  }
}

@media (min-width: 1025px) {
  .genimglist__img {
    margin: 0 39px 0 0;
  }
}

.genimglist__img img {
  width: 100%;
}

.genimglist__img a {
  background-image: none;
}

.genimglist__content {
  width: 100%;
}

@media (min-width: 700px) {
  .genimglist__content {
    position: relative;
    padding: 0 0 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1025px) {
  .genimglist__content {
    padding: 0;
  }
}

.genimglist__content:after {
  content: '';
  position: absolute;
  display: none;
  bottom: 10px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .genimglist__content:after {
    display: block;
  }
}

@media (min-width: 700px) {
  .genimglist__title {
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .genimglist__title {
    margin: 0 0 3px;
  }
}

.genimglist__title h3, .genimglist__title h2 {
  color: #011745;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media (min-width: 1025px) {
  .genimglist__title h3, .genimglist__title h2 {
    line-height: 24px;
    font-size: 16px;
  }
}

.genimglist__title h3 a, .genimglist__title h2 a {
  font-weight: 600;
}

.genimglist__title h3 .sun, .genimglist__title h2 .sun {
  width: 4px;
  height: 4px;
  margin-top: -2px;
}

@media (min-width: 700px) {
  .genimglist__title h3 .sun, .genimglist__title h2 .sun {
    margin-top: -1px;
  }
}

.genimglist__subtitle {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 700px) {
  .genimglist__subtitle {
    margin: 0 0 11px;
  }
}

@media (min-width: 1025px) {
  .genimglist__subtitle {
    font-size: 16px;
    margin: 0 0 7px;
  }
}

.genimglist__pagination {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 22px;
  padding: 0 12px 7px;
  border-bottom: 3px solid #004c98;
}

@media (min-width: 700px) {
  .genimglist__pagination {
    margin: 0 auto 51px;
  }
}

@media (min-width: 1025px) {
  .genimglist__pagination {
    margin: 67px auto 42px 0;
  }
}

.genimglist__pagination-prev, .genimglist__pagination-next {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 5px;
  font-size: 7px;
  border: none;
  background: none;
}

.genimglist__pagination-prev:hover, .genimglist__pagination-prev:focus, .genimglist__pagination-next:hover, .genimglist__pagination-next:focus {
  opacity: .6;
}

.genimglist__pagination-prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.genimglist__pagination-item {
  padding: 0 10px 0 11px;
  font-size: 16px;
}

@media (min-width: 1025px) {
  .genimglist__pagination-item {
    padding: 0 17px 0 18px;
  }
}

.genimglist__pagination-item a {
  padding: 0 3px;
  font-weight: 400;
}

.genimglist__pagination .disabled {
  opacity: .35;
  pointer-events: none;
}

.genimglist__faculty .genimglist__content {
  padding: 5px 0 0;
}

@media (min-width: 1025px) {
  .genimglist__faculty .genimglist__content {
    padding: 16px 0 0;
  }
}

@media (min-width: 700px) {
  .genimglist__faculty .genimglist__content:after {
    bottom: -12px;
  }
}

@media (min-width: 1025px) {
  .genimglist__faculty .genimglist__content:after {
    bottom: -30px;
  }
}

@media (min-width: 700px) {
  .genimglist__faculty .genimglist__item {
    margin: 0 0 43px;
  }
}

@media (min-width: 1025px) {
  .genimglist__faculty .genimglist__item {
    margin: 0 0 78px;
  }
}

.genimglist__faculty .genimglist__img {
  margin: 0 0 11px;
}

@media (min-width: 700px) {
  .genimglist__faculty .genimglist__img {
    max-width: 209px;
    margin: 0 42px 0 0;
  }
}

@media (min-width: 1025px) {
  .genimglist__faculty .genimglist__img {
    max-width: 262px;
    margin: 0 40px 0 0;
  }
}

@media (min-width: 700px) {
  .genimglist__faculty .genimglist__title {
    margin: 0 0 1px;
  }
  .genimglist__faculty .genimglist__title a,
  .genimglist__faculty .genimglist__title .sunburst-link {
    letter-spacing: 0;
  }
}

.genimglist__faculty .genimglist__title h3,
.genimglist__faculty .genimglist__title a {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #004c98;
  text-transform: none;
}

@media (min-width: 700px) {
  .genimglist__faculty .genimglist__title h3,
  .genimglist__faculty .genimglist__title a {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .genimglist__faculty .genimglist__title h3,
  .genimglist__faculty .genimglist__title a {
    font-size: 25px;
    line-height: 35px;
  }
}

.genimglist__faculty .genimglist__subtitle {
  margin: -7px 0 5px;
  font-size: 15px;
  font-family: "poppins", sans-serif;
  line-height: 31px;
  font-weight: 600;
}

@media (min-width: 700px) {
  .genimglist__faculty .genimglist__subtitle {
    margin: -7px 0 9px;
  }
}

@media (min-width: 1025px) {
  .genimglist__faculty .genimglist__subtitle {
    margin: 0px 0 6px;
    font-size: 16px;
  }
}

.genimglist__faculty .mail-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 400;
}

.genimglist__faculty .adress {
  font-size: 15px;
}

.genimglist__faculty .adress span {
  display: block;
  margin: 0 0 1px;
}

@media (min-width: 700px) {
  .genimglist__faculty .adress span {
    display: inline-block;
  }
}

@media (min-width: 700px) {
  .genimglist__faculty .adress .place {
    margin: 0 13px 0 0;
  }
}

@media (min-width: 700px) {
  .genimglist__news .genimglist__subtitle {
    font-size: 16px;
  }
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.full-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.full-hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #000;
}

.full-hero-section .hero-video-control,
.full-hero-section .main-hero-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.full-hero-section .main-hero-video-holder {
  z-index: -1;
}

.full-hero-section .main-hero-video-holder .main-hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.full-hero-section .content-holder {
  position: absolute;
  left: 50%;
  bottom: 31%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

@media (min-width: 700px) {
  .full-hero-section .content-holder {
    bottom: 21%;
  }
}

@media (min-width: 1025px) {
  .full-hero-section .content-holder {
    bottom: 30.55%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.full-hero-section.main-hero-section .title {
  margin: 0;
  font-size: 54px;
  line-height: 1;
}

@media (min-width: 700px) {
  .full-hero-section.main-hero-section .title {
    font-size: 81px;
  }
}

@media (min-width: 1025px) {
  .full-hero-section.main-hero-section .title {
    font-size: 160px;
  }
}

.full-hero-section.main-hero-section .title .marked {
  font-size: 64px;
  line-height: 0.77;
  font-weight: 400;
  display: block;
}

@media (min-width: 700px) {
  .full-hero-section.main-hero-section .title .marked {
    font-size: 96px;
    line-height: 0.65;
  }
}

@media (min-width: 1025px) {
  .full-hero-section.main-hero-section .title .marked {
    font-size: 190px;
    line-height: 0.6;
  }
}

.full-hero-section .title {
  margin: 0;
  font-size: 45px;
  color: #f7cf3d;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 700px) {
  .full-hero-section .title {
    font-size: 81px;
  }
}

@media (min-width: 1025px) {
  .full-hero-section .title {
    font-size: 120px;
  }
}

.full-hero-section .title .marked {
  display: block;
  font-size: 50px;
  font-family: "cortado", sans-serif;
  line-height: 0.77;
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

@media (min-width: 700px) {
  .full-hero-section .title .marked {
    font-size: 96px;
    line-height: 0.65;
  }
}

@media (min-width: 1025px) {
  .full-hero-section .title .marked {
    font-size: 142px;
    line-height: 0.6;
  }
}

.full-hero-section .scroll-down-btn {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity, transform;
  position: absolute;
  bottom: 24.4%;
  left: 50%;
  display: none;
  font-size: 40px;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 0);
      -ms-transform: rotate(90deg) translate(-50%, 0);
          transform: rotate(90deg) translate(-50%, 0);
  z-index: 4;
}

@media (min-width: 1025px) {
  .full-hero-section .scroll-down-btn {
    display: inline-block;
  }
}

.full-hero-section .scroll-down-btn:hover {
  opacity: .6;
}

.full-hero-section .scroll-down-btn .icon-arrow {
  display: block;
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 33px;
}

@media (min-width: 700px) {
  .instagram {
    margin-bottom: 41px;
  }
}

@media (min-width: 1025px) {
  .instagram {
    margin-bottom: 97px;
  }
}

.instagram .section-intro {
  width: 100%;
  max-width: 824px;
  text-align: right;
}

@media (min-width: 1025px) {
  .instagram .section-intro {
    max-width: 885px;
  }
}

.instagram__link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
  height: 259px;
  width: 100%;
  max-width: 259px;
  background-size: cover;
  overflow: visible;
  display: block;
}

@media (min-width: 1025px) {
  .instagram__link {
    max-width: 274px;
    height: 274px;
  }
}

.instagram__link:hover {
  background-size: cover;
}

.instagram__link:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.instagram__link:after {
  display: none;
}

.instagram__link:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  width: 45px;
  height: 45px;
  background: url("../assets/img/icon-instagram.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -21px;
  right: 29px;
}

.instagram .container-sm {
  width: 100%;
  padding: 51px 0 0;
}

@media (min-width: 700px) {
  .instagram .container-sm {
    padding: 48px 0 0;
  }
}

@media (min-width: 1025px) {
  .instagram .container-sm {
    padding: 52px 0 0;
  }
}

.instagram .swiper-slide {
  max-width: 259px;
}

@media (min-width: 1025px) {
  .instagram .swiper-slide {
    max-width: 274px;
    height: 274px;
  }
}

.instagram .swiper-container {
  overflow: visible;
}

.instagram .sweep-link {
  padding: 12px 10px 8px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  color: #000;
}

@media (min-width: 700px) {
  .instagram .sweep-link {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1025px) {
  .instagram .sweep-link {
    margin: 0;
    padding: 17px 10px 16px;
    font-size: 18px;
  }
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list .section__intro {
  margin: 0 0 13px;
  max-width: 616px;
}

.program-list__content {
  max-width: 661px;
}

.program-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .program-list__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0 14px;
  }
}

.program-list__program {
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 20px;
}

@media (min-width: 700px) {
  .program-list__program {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 354px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 1025px) {
  .program-list__program {
    max-width: 378px;
  }
}

.program-list__program .sunburst-link {
  letter-spacing: 1.3px;
  display: inline-block;
}

@media (min-width: 700px) {
  .program-list__program .sunburst-link {
    padding-right: 23px;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .program-list__program .sunburst-link::before {
    width: 7px;
    height: 7px;
  }
}

.program-list__program .sunburst-link:hover, .program-list__program .sunburst-link:focus {
  color: #0075df;
}

@media (max-width: 699px) {
  .program-list__program .sunburst-link:hover:before, .program-list__program .sunburst-link:focus:before {
    -webkit-box-shadow: 0 0 0 2px #f7cf3d, 0 0 0 6px rgba(247, 207, 61, 0.356), 0 0 0 8px rgba(255, 226, 119, 0.1), 0 0 0 10px rgba(247, 207, 61, 0.2);
            box-shadow: 0 0 0 2px #f7cf3d, 0 0 0 6px rgba(247, 207, 61, 0.356), 0 0 0 8px rgba(255, 226, 119, 0.1), 0 0 0 10px rgba(247, 207, 61, 0.2);
  }
}

.program-list__type {
  font-size: 13px;
  text-align: right;
}

@media (min-width: 700px) {
  .program-list__type {
    font-size: 15px;
  }
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
.stat3up .section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 661px;
}

@media (min-width: 700px) {
  .stat3up .section__header {
    max-width: 824px;
  }
}

@media (min-width: 1025px) {
  .stat3up .section__header {
    max-width: 885px;
  }
}

.stat3up .section__header .sweep-link {
  display: none;
  margin-left: 15px;
}

@media (min-width: 700px) {
  .stat3up .section__header .sweep-link {
    display: inline-block;
  }
}

@media (min-width: 700px) {
  .stat3up h2 {
    width: calc(100% - 160px);
    max-width: 616px;
  }
}

.stat3up .section__intro {
  margin: 0 0 20px;
  max-width: 616px;
}

@media (min-width: 700px) {
  .stat3up .section__intro {
    margin: 0 0 54px;
    width: calc(100% - 160px);
  }
}

@media (min-width: 1025px) {
  .stat3up .section__intro {
    margin: 0 0 47px;
  }
}

.stat3up .section__intro + .sweep-link__wrapper {
  display: block;
}

.stat3up .section__intro + .sweep-link__wrapper:after {
  display: table;
  content: '';
  clear: both;
}

.stat3up .section__intro + .sweep-link__wrapper .sweep-link {
  float: right;
  margin: 0 0 86px;
}

@media (min-width: 700px) {
  .stat3up .section__intro + .sweep-link__wrapper .sweep-link {
    display: none;
  }
}

.stat3up__block {
  position: relative;
}

.stat3up__block:after {
  display: table;
  content: '';
  clear: both;
}

.stat3up__block .bg-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  z-index: -1;
}

@media (min-width: 700px) {
  .stat3up__block .bg-img {
    left: -40px;
    right: -40px;
  }
}

@media (min-width: 1025px) {
  .stat3up__block .bg-img {
    left: 0;
    right: -50px;
  }
}

.stat3up__block .bg-img img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 1000%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stat3up__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 700px) {
  .stat3up__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .stat3up__list {
    padding-bottom: 95px;
  }
}

.stat3up__item {
  margin: 0 20px 68px 0;
}

@media (min-width: 700px) {
  .stat3up__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 195px;
    margin: 0 20px 68px 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__item {
    max-width: 284px;
  }
}

.stat3up__item:last-child {
  margin-right: 0;
}

@media (max-width: 699px) {
  .stat3up__item:last-child {
    margin-bottom: 22px;
  }
}

.stat3up__item__heading {
  margin: 0 0 7px;
  font-size: 70px;
  font-family: "poppins", sans-serif;
  color: #004c98;
  font-weight: 800;
  line-height: 1;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (min-width: 1025px) {
  .stat3up__item__heading {
    margin: 0 0 31px;
    font-size: 80px;
  }
}

.stat3up__item__text {
  max-width: 260px;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .stat3up__item__text {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 26px;
  }
}

.stat3up__item__link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

@media (min-width: 1025px) {
  .stat3up__item__link {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display {
  padding-bottom: 18px;
}

@media (min-width: 700px) {
  .story-display {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .story-display {
    padding-bottom: 85px;
  }
}

.story-display__wrap {
  position: relative;
  margin: 0 -20px;
}

@media (min-width: 700px) {
  .story-display__wrap {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 620px;
  }
}

@media screen and (min-width: 1300px) {
  .story-display__wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 608px;
  }
}

.story-display__content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 280px;
  margin: 0 auto;
  padding: 32px 21px;
  -webkit-box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
          box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
  background: #ffffff;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  border-radius: 22px;
}

@media (min-width: 700px) {
  .story-display__content {
    width: 100%;
    max-width: 380px;
    margin: 0 0 0 auto;
    padding: 53px 36px 46px 46px;
    -webkit-transform: translate(10px, -79px);
        -ms-transform: translate(10px, -79px);
            transform: translate(10px, -79px);
  }
}

@media screen and (min-width: 1300px) {
  .story-display__content {
    position: absolute;
    left: 100%;
    bottom: 0;
    -webkit-transform: translate(-105px, 40px);
        -ms-transform: translate(-105px, 40px);
            transform: translate(-105px, 40px);
  }
}

@media (min-width: 700px) {
  .story-display__img {
    width: 100%;
    max-width: 620px;
  }
}

.story-display__img img {
  width: 100%;
}

.story-display__img a {
  width: 100%;
}

.story-display__img a:after {
  display: none;
}

.story-display__icon {
  position: absolute;
  bottom: 100%;
  left: 74px;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.story-display__details {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
  font-weight: 500;
}

@media (min-width: 700px) {
  .story-display__details {
    font-size: 16px;
    margin: 0 0 13px;
  }
}

.story-display__author {
  position: relative;
  padding-right: 13px;
  margin-right: 11px;
}

@media (min-width: 700px) {
  .story-display__author {
    padding-right: 18px;
    margin-right: 15px;
  }
}

.story-display__author:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: calc(100% - 14px);
  background: #011745;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 700px) {
  .story-display__author:before {
    height: calc(100% - 18px);
  }
}

.story-display__quote {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}

@media (min-width: 700px) {
  .story-display__quote {
    font-size: 18px;
  }
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin: 0 0 30px -20px;
  padding: 0 20px 16px 20px;
}

@media (min-width: 700px) {
  .vid-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(100% + 40px);
    margin: 0 0 30px;
    padding: 0 20px 97px 20px;
  }
}

@media (min-width: 1025px) {
  .vid-inline {
    margin: 0 0 46px;
    width: calc(100% + 50px);
  }
}

.vid-inline__container {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 0 0 -20px;
}

@media (min-width: 1025px) {
  .vid-inline__container {
    max-width: 664px;
    width: calc(100% + 20px);
  }
}

.vid-inline__cover {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 700px) {
  .vid-inline__cover {
    margin-right: 17px;
  }
}

@media (min-width: 1025px) {
  .vid-inline__cover {
    margin-right: 23px;
  }
}

.vid-inline__cover img {
  width: 100%;
}

.vid-inline__cover:hover {
  outline-offset: -4px;
}

@media (min-width: 700px) {
  .vid-inline__cover:hover .button__play {
    -webkit-transform: translate(50%, 0) scale(1.07);
        -ms-transform: translate(50%, 0) scale(1.07);
            transform: translate(50%, 0) scale(1.07);
  }
}

.vid-inline__cover:hover .button__play:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.vid-inline__cover .button__play {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 18px;
  bottom: -22px;
  background: #f7cf3d;
  border-radius: 50%;
  border: none;
}

@media (min-width: 700px) {
  .vid-inline__cover .button__play:hover {
    -webkit-transform: translate(50%, 0) scale(1.07);
        -ms-transform: translate(50%, 0) scale(1.07);
            transform: translate(50%, 0) scale(1.07);
  }
}

.vid-inline__cover .button__play:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 700px) {
  .vid-inline__cover .button__play {
    width: 74px;
    height: 74px;
    top: 32px;
    right: 0;
    bottom: auto;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

@media (min-width: 1025px) {
  .vid-inline__cover .button__play {
    width: 98px;
    height: 98px;
    top: 42px;
  }
}

.vid-inline__cover .button__play:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 24px;
  width: 0;
  height: 0px;
  border: 3px solid transparent;
  border-left-color: #000;
  z-index: 2;
  -webkit-transform: scaleX(1.3);
      -ms-transform: scaleX(1.3);
          transform: scaleX(1.3);
}

@media (min-width: 700px) {
  .vid-inline__cover .button__play:before {
    top: 32px;
    left: 37px;
    border-width: 5px;
  }
}

@media (min-width: 1025px) {
  .vid-inline__cover .button__play:before {
    top: 43px;
    left: 48px;
    border-width: 7px;
  }
}

.vid-inline__cover .button__play:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #011745;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .vid-inline__cover .button__play:after {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1025px) {
  .vid-inline__cover .button__play:after {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
}

.vid-inline__cover:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  bottom: auto;
  height: 60px;
  width: 60px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='60px' height='60px' viewBox='0 0 128 128' xml:space='preserve'%3e%3cg%3e%3cpath d='M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z' fill='%23000000' fill-opacity='1'/%3e%3canimateTransform attributeName='transform' type='rotate' from='0 64 64' to='-90 64 64' dur='800ms' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.vid-inline__cover.js-loading:before {
  opacity: 1;
}

.vid-inline__cover.js-hide {
  display: block;
  z-index: 1;
  opacity: 0;
}

.vid-inline__embed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.vid-inline__embed.js-show {
  z-index: 2;
  opacity: 1;
}

@media (min-width: 700px) {
  .vid-inline__embed.js-show {
    width: calc(100% - 17px);
  }
}

@media (min-width: 1025px) {
  .vid-inline__embed.js-show {
    width: calc(100% - 23px);
  }
}

.vid-inline iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.vid-inline__caption {
  max-width: 200px;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 700px) {
  .vid-inline__caption {
    max-width: 183px;
    padding-right: 20px;
    line-height: 18px;
    margin: 0 0 -3px;
  }
}

@media (min-width: 1025px) {
  .vid-inline__caption {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
  }
}

.vid-inline .bg-img {
  overflow: hidden;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 700px) {
  .vid-inline .bg-img {
    right: -40px;
  }
}

@media (min-width: 1025px) {
  .vid-inline .bg-img {
    top: 91px;
    right: 0;
  }
}

.vid-inline .bg-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 1000%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wysiwyg {
  padding: 40px 0 54px;
}

@media (min-width: 700px) {
  .wysiwyg {
    padding-top: 54px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg {
    padding-top: 35px;
  }
}

.wysiwyg p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 1025px) {
  .wysiwyg p {
    margin: 0 0 53px;
    font-size: 18px;
    line-height: 33px;
    max-width: 580px;
  }
}

.wysiwyg h2 {
  margin: 0 0 21px;
  font-weight: 800;
}

@media (min-width: 1025px) {
  .wysiwyg h2 {
    margin-bottom: 23px;
  }
}

.wysiwyg h3 {
  margin: 0 0 13px;
  color: #011745;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

@media (min-width: 700px) {
  .wysiwyg h3 {
    margin: 0 0 11px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg h3 {
    font-size: 22px;
  }
}

.wysiwyg h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 31px;
  color: #011745;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .wysiwyg h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
}

.wysiwyg h5 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #011745;
}

@media (min-width: 700px) {
  .wysiwyg h5 {
    margin: 0 0 10px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg h5 {
    margin: 0 0 20px;
    font-size: 16px;
  }
}

.wysiwyg h6 {
  margin: 0 0 16px;
  font-family: "proxima-nova", sans-serif;
  color: #004c98;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.3px;
}

@media (min-width: 1025px) {
  .wysiwyg h6 {
    margin: 0 0 20px;
    font-size: 14px;
    letter-spacing: 2.3px;
  }
}

.wysiwyg .separator {
  margin: 28px auto 28px 0;
  border: none;
  border-top: 1px solid #dec9c0;
  display: block;
}

@media (min-width: 700px) {
  .wysiwyg .separator {
    margin: 22px auto 28px 0;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .separator {
    max-width: 580px;
    margin: 52px auto 49px 0;
  }
}

.wysiwyg h2 + form, .wysiwyg h3 + form, .wysiwyg h4 + form, .wysiwyg h5 + form, .wysiwyg h6 + form {
  padding-top: 23px;
}

@media (min-width: 1025px) {
  .wysiwyg h2 + form, .wysiwyg h3 + form, .wysiwyg h4 + form, .wysiwyg h5 + form, .wysiwyg h6 + form {
    padding-top: 19px;
  }
}

.wysiwyg form .form-label + .checkbox-holder {
  margin-top: -5px;
}

.wysiwyg ul,
.wysiwyg ol {
  margin-top: 7px;
}

.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
  margin-top: 0;
}

@media (min-width: 700px) {
  .wysiwyg ul {
    padding-left: 24px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg ul {
    padding-left: 64px;
  }
}

.wysiwyg ul li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 30px;
}

@media (min-width: 700px) {
  .wysiwyg ul li {
    margin: 0 0 9px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg ul li {
    margin: 0 0 7px;
  }
}

.wysiwyg ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #004c98;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .wysiwyg ul li ul {
    padding-left: 0;
  }
}

.wysiwyg ul li ul li {
  padding-left: 20px;
  margin: 10px 0;
}

@media (min-width: 700px) {
  .wysiwyg ul li ul li {
    margin: 10px 0 9px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg ul li ul li {
    margin: 7px 0 10px;
    padding-left: 22px;
  }
}

.wysiwyg ul li ul li::before {
  content: '';
  left: -10px;
  width: 5px;
  height: 5px;
  background: none;
  border: 1px solid #004c98;
}

@media (min-width: 1025px) {
  .wysiwyg ul li ul li::before {
    left: 4px;
  }
}

.wysiwyg ol {
  counter-reset: olcounter;
  margin: 0 0 28px;
}

@media (min-width: 700px) {
  .wysiwyg ol {
    margin: 0 0 38px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg ol {
    margin: 0 0 61px;
    padding-left: 38px;
  }
}

.wysiwyg ol li {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .wysiwyg ol li {
    margin: 0 0 8px;
    padding: 0 0 0 25px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg ol li {
    margin: 0 0 9px;
  }
}

.wysiwyg ol li::before {
  counter-increment: olcounter;
  content: counter(olcounter) ".";
  padding: 0 4px 0 0;
  display: inline-block;
}

.wysiwyg ol li ul li {
  padding-left: 30px;
  margin: 10px 0;
}

.wysiwyg ol li ul li::before {
  content: '';
  left: 10px;
  width: 5px;
  height: 5px;
  background: none;
  border: 1px solid #004c98;
  padding: 0;
}

.wysiwyg .sunburst-link {
  display: inline-block;
  margin-bottom: 42px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.3px;
}

@media (min-width: 1025px) {
  .wysiwyg .sunburst-link {
    margin-bottom: 49px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.wysiwyg .sweep-link {
  margin: 0 0 53px;
  padding-left: 39px;
  padding-right: 37px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 700px) {
  .wysiwyg .sweep-link {
    margin: 0 0 54px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .sweep-link {
    margin: 0 0 67px;
    padding-right: 39px;
    letter-spacing: 1.3px;
  }
}

.wysiwyg .float-holder {
  overflow: hidden;
  max-width: 580px;
  margin: 0 0 29px;
}

@media (min-width: 700px) {
  .wysiwyg .float-holder {
    max-width: 100%;
    margin: 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .float-holder {
    max-width: 638px;
    margin: 0 0 28px;
  }
}

.wysiwyg .float-holder figcaption, .wysiwyg .float-holder .vid-inline__caption {
  font-size: 14px;
  line-height: 21px;
  margin: 13px 0;
}

.wysiwyg .float-holder .float-left,
.wysiwyg .float-holder .float-right {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 700px) {
  .wysiwyg .float-holder .float-left {
    float: left;
    margin: 10px 35px 0 0;
  }
}

@media (min-width: 700px) {
  .wysiwyg .float-holder .float-right {
    float: right;
    margin: 10px 0 0 35px;
  }
}

.wysiwyg .table-holder {
  margin: 58px 0 62px;
}

@media (min-width: 700px) {
  .wysiwyg .table-holder {
    margin: 27px 0 58px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .table-holder {
    max-width: 663px;
  }
}

.wysiwyg form .sweep-link {
  margin: 35px 0 9px;
  min-width: 158px;
  padding: 18px 10px 13px;
}

@media (min-width: 700px) {
  .wysiwyg form .sweep-link {
    margin-bottom: 5px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg form .sweep-link {
    margin: 81px 0 52px;
    min-width: 152px;
    padding: 18px 10px 15px;
  }
}

.wysiwyg .courses-table td {
  padding: 0 0 14px;
  vertical-align: top;
}

@media (min-width: 700px) {
  .wysiwyg .courses-table td {
    padding: 0 0 7px;
  }
}

.wysiwyg .courses-table .type {
  width: 29.5%;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 700px) {
  .wysiwyg .courses-table .type {
    width: 24%;
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .courses-table .type {
    width: 22%;
    font-size: 18px;
  }
}

.wysiwyg .courses-table a {
  margin-top: 4px;
  line-height: 27px;
  font-weight: 400;
}

@media (min-width: 700px) {
  .wysiwyg .courses-table a {
    margin-top: 2px;
  }
}

.img-inline-holder {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin: 0 0 37px -20px;
  padding: 0 20px 16px 0;
}

@media (min-width: 700px) {
  .img-inline-holder {
    width: calc(100% + 40px);
    margin: 0 0 22px 0;
    padding: 0 20px 100px 0;
  }
}

@media (min-width: 1025px) {
  .img-inline-holder {
    width: calc(100% + 50px);
    margin: 0 0 17px 0;
    padding: 0 20px 129px 0;
  }
}

.img-inline-holder .vid-inline__caption, .img-inline-holder figcaption {
  max-width: 200px;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
}

@media (min-width: 700px) {
  .img-inline-holder .vid-inline__caption, .img-inline-holder figcaption {
    max-width: 183px;
    margin: 0 0 -3px;
    padding-right: 20px;
    line-height: 18.8px;
  }
}

@media (min-width: 1025px) {
  .img-inline-holder .vid-inline__caption, .img-inline-holder figcaption {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }
}

.img-inline-holder .bg-img {
  overflow: hidden;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 700px) {
  .img-inline-holder .bg-img {
    right: -40px;
  }
}

@media (min-width: 1025px) {
  .img-inline-holder .bg-img {
    right: 0;
  }
}

.img-inline-holder .bg-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 1000%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 700px) {
  .img-inline-holder .img-inline {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.img-inline-holder .img-inline img {
  width: 100%;
}

@media (min-width: 700px) {
  .img-inline-holder .img-inline img {
    margin-right: 14px;
  }
}

@media (min-width: 1025px) {
  .img-inline-holder .img-inline img {
    max-width: 642px;
    margin-right: 20px;
  }
}

.inline-quote {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 42px auto 60px;
  padding: 55px 25px 33px;
  -webkit-box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
          box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
  background: #ffffff;
  border-radius: 11px;
}

@media (min-width: 700px) {
  .inline-quote {
    max-width: 461px;
    margin: 36px auto 69px;
    padding: 56px 61px 44px;
  }
}

@media (min-width: 1025px) {
  .inline-quote {
    max-width: 641px;
    margin: 87px auto 91px 0;
    padding: 95px 104px 92px;
    border-radius: 22px;
  }
}

.inline-quote__icon {
  position: absolute;
  max-width: 36px;
  bottom: 100%;
  right: 42px;
  -webkit-transform: translate(0, 18px);
      -ms-transform: translate(0, 18px);
          transform: translate(0, 18px);
}

@media (min-width: 700px) {
  .inline-quote__icon {
    bottom: auto;
    right: -25px;
    top: 28px;
    max-width: 52px;
  }
}

@media (min-width: 1025px) {
  .inline-quote__icon {
    right: -31px;
    top: 51px;
    max-width: 62px;
  }
}

.inline-quote__author {
  position: relative;
  padding-right: 13px;
  margin-right: 11px;
}

@media (min-width: 700px) {
  .inline-quote__author {
    padding-right: 14px;
  }
}

@media (min-width: 1025px) {
  .inline-quote__author {
    padding-right: 18px;
    margin-right: 15px;
  }
}

.inline-quote__author:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: calc(100% - 14px);
  background: #011745;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.inline-quote__details {
  margin: 0 0 13px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

@media (min-width: 700px) {
  .inline-quote__details {
    margin: 0 0 21px;
  }
}

@media (min-width: 1025px) {
  .inline-quote__details {
    margin: 0 0 19px;
    font-size: 16px;
  }
}

.inline-quote__text {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 23.5px;
  font-weight: 500;
}

@media (min-width: 700px) {
  .inline-quote__text {
    font-size: 20px;
    line-height: 28.5px;
  }
}

@media (min-width: 1025px) {
  .inline-quote__text {
    font-size: 30px;
    line-height: 41px;
  }
}

.inline-quote a {
  font-weight: 500;
}

.inline-quote a:after {
  bottom: 2px;
}

.default-table {
  margin-bottom: 52px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 4px solid #004c98;
}

@media (min-width: 700px) {
  .default-table {
    width: 100%;
    border-top: none;
    margin-bottom: 50px;
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .default-table {
    margin-bottom: 48px;
  }
}

.table-holder {
  margin: 58px 0 60px;
}

@media (min-width: 700px) {
  .table-holder {
    margin-top: 63px;
    padding: 0 3px;
  }
}

@media (min-width: 1025px) {
  .table-holder {
    margin-top: 143px;
    max-width: 638px;
  }
}

.table-holder h2 {
  margin-bottom: 24px;
}

@media (min-width: 700px) {
  .table-holder h2 {
    margin-left: -3px;
  }
}

@media (min-width: 1025px) {
  .table-holder h2 {
    margin-bottom: 21px;
  }
}

.default-table tr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
    vertical-align: top; /* pt */
}

.default-table thead tr {
  border-bottom: 4px solid #004c98;
}

@media (min-width: 1025px) {
  .default-table thead tr {
    border-width: 0 0 3px 0;
  }
}

.default-table td,
.default-table th {
  margin: 0;
  border-collapse: separate;
  padding: 18px 50px 21px 56px;
}

@media (min-width: 700px) {
  .default-table td,
  .default-table th {
    padding: 12px 20px 18px 0;
    /* width: 38.9%; */
  }
  .default-table td:first-child,
  .default-table th:first-child {
    /* width: 30.15%; */
  }
  .default-table td:last-child,
  .default-table th:last-child {
    /* width: 17.8%; */
  }
}

@media (min-width: 1025px) {
  .default-table td,
  .default-table th {
    /* width: 42.2%; */
    padding: 14px 10px 16px 0;
  }
  .default-table td:first-child,
  .default-table th:first-child {
    /* width: 41.3%; */
  }
  .default-table td:last-child,
  .default-table th:last-child {
    padding-right: 0;
    /* width: 17.8%; */
  }
}

.default-table td span,
.default-table td a,
.default-table th span,
.default-table th a {
  font-weight: 400;
}

.default-table tbody th,
.default-table td {
  padding: 17px 50px 15px 56px;
}

@media (min-width: 700px) {
  .default-table tbody th,
  .default-table td {
    padding: 17px 20px 17px 0;
    font-size: 15px;
  }
}

@media (min-width: 1025px) {
  .default-table tbody th,
  .default-table td {
    padding: 19px 10px 15px 0;
    font-size: 15px;
  }
}

.default-table tbody th:last-child,
.default-table td:last-child {
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .default-table tbody th,
  .default-table td {
    border-bottom: 1px solid #dec9c0;
  }
}

.default-table thead th {
  color: #004c98;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-align: left;
  text-transform: uppercase;
}

.default-table tbody th {
  color: #011745;;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.833333333;
  letter-spacing: 1.3px;
  text-align: left;
  text-transform: none;
}

@media (min-width: 1025px) {
  .default-table thead th {
    font-size: 14px;
    line-height: 1.71;
  }
}

@media only screen and (max-width: 699px) {
  .default-table {
    overflow: hidden;
  }
  .default-table tbody,
  .default-table td,
  .default-table tr,
  .default-table {
    display: block;
  }
  .default-table tbody {
    display: block;
    border-left: 660px solid transparent;
    float: left;
    width: 100%;
    padding: 0 1px 0 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .default-table tr {
    float: left;
    width: 100%;
    background: #fff;
    clear: both;
  }
  .default-table tbody th,
  .default-table td {
    padding: 0 0 0 660px;
    margin: 0 -1px 0 -661px;
    float: left;
    clear: both;
    width: 100%;
    white-space: nowrap;
    border-top: 0;
  }
  .default-table tbody th:first-child,
  .default-table td:first-child {
    padding-top: 20px;
  }
  .default-table tbody th:last-child,
  .default-table td:last-child {
    padding-bottom: 8px;
  }
  .default-table tbody th:before,
  .default-table td:before {
    content: attr(data-label);
    padding: 5px 10px 5px 0;
    display: inline-block;
    color: #004c98 !important;
    width: 115px;
    vertical-align: top;
    margin: 0 0 0 -660px;
    position: relative;
    white-space: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1.3px;
  }
  .default-table tbody th span,
  .default-table td span {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px 10px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 150px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.67;
    color: #011745;
  }
}

@media only screen and (max-width: 699px) and (min-width: 1025px) {
  .default-table tbody th span,
  .default-table td span {
    margin-left: 0;
  }
}

@media only screen and (max-width: 699px) {
  .default-table thead,
  .default-table thead {
    display: none;
  }
}

.has-clouds {
  position: relative;
  overflow: hidden;
}

.has-clouds .has-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}

.has-clouds .clouds-layer {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}

.has-clouds .clouds-layer.top {
  top: -1px;
}

@media (min-width: 1025px) {
  .has-clouds .clouds-layer.top {
    top: -50px;
  }
}

.has-clouds .clouds-layer.bottom {
  bottom: -1px;
}

.has-clouds .clouds-layer img {
  width: 100%;
  max-width: initial;
}

.wide-insta-section {
  position: relative;
  padding: 70px 0;
}

.home-page .wide-insta-section {
  padding-top: 0;
}

@media (min-width: 700px) {
  .home-page .wide-insta-section {
    padding: 30px 0 0;
  }
}

@media (min-width: 1025px) {
  .home-page .wide-insta-section {
    padding: 80px 0 0;
  }
}

@media (min-width: 700px) {
  .wide-insta-section {
    padding: 30px 0 0;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section {
    padding: 80px 0 0;
  }
}

.wide-insta-section h2 {
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 1025px) {
  .wide-insta-section h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

body:not(.home-page) .wide-insta-section .section__header {
  max-width: 420px;
}

@media (min-width: 1025px) {
  body:not(.home-page) .wide-insta-section .section__header {
    margin: 0 0 55px;
  }
}

body:not(.home-page) .wide-insta-section .section__header h2 {
  margin: 0 0 18px;
  color: #004c98;
  font-size: 22px;
  line-height: 1.2857;
}

@media (min-width: 1025px) {
  body:not(.home-page) .wide-insta-section .section__header h2 {
    font-size: 39px;
    line-height: 1.2;
  }
}

body:not(.home-page) .wide-insta-section .section__header .section__intro {
  margin: 0 0 35px;
}

@media (min-width: 700px) {
  body:not(.home-page) .wide-insta-section .section__header .section__intro {
    margin: 0 0 13px;
  }
}

@media (min-width: 700px) {
  body:not(.home-page) .wide-insta-section .carousel-nav__holder {
    max-width: 233px;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  body:not(.home-page) .wide-insta-section .carousel-nav__holder {
    max-width: 396px;
  }
}

body:not(.home-page) .wide-insta-section .cards-slider {
  display: block;
}

@media (min-width: 700px) {
  body:not(.home-page) .wide-insta-section .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 700px) {
  body:not(.home-page) .wide-insta-section .carousel-block {
    padding: 47px 40px 40px 20px;
  }
}

@media (min-width: 1025px) {
  body:not(.home-page) .wide-insta-section .carousel-block {
    padding: 62px 40px 40px 20px;
  }
}

.wide-insta-section .content-wrapper {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wide-insta-section .cards-slider {
  padding: 73px 0;
}

@media (max-width: 699px) {
  .home-page .wide-insta-section .cards-slider {
    padding-top: 3px;
  }
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider {
    padding: 33px 0;
  }
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider {
    margin: 0 0 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider {
    margin: 0 0 202px;
  }
}

.wide-insta-section .cards-slider:last-child {
  padding-bottom: 23px;
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider:last-child {
    padding-bottom: 33px;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider:last-child {
    margin: 0 0 23px;
  }
}

.wide-insta-section .cards-slider .section__header,
.wide-insta-section .cards-slider .carousel-nav__holder {
  max-width: 280px;
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider .section__header,
  .wide-insta-section .cards-slider .carousel-nav__holder {
    max-width: 230px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .section__header,
  .wide-insta-section .cards-slider .carousel-nav__holder {
    max-width: 390px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.wide-insta-section .cards-slider .section__header h2,
.wide-insta-section .cards-slider .carousel-nav__holder h2 {
  margin: 0 0 36px;
  color: #003161;
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider .section__header h2,
  .wide-insta-section .cards-slider .carousel-nav__holder h2 {
    margin: 0 0 32px;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .section__header h2,
  .wide-insta-section .cards-slider .carousel-nav__holder h2 {
    margin: 0 0 34px;
  }
}

.wide-insta-section .cards-slider .section__header .links-holder,
.wide-insta-section .cards-slider .carousel-nav__holder .links-holder {
  display: none;
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider .section__header .links-holder,
  .wide-insta-section .cards-slider .carousel-nav__holder .links-holder {
    display: block;
  }
}

.wide-insta-section .cards-slider .section__header .links-holder .sweep-link,
.wide-insta-section .cards-slider .carousel-nav__holder .links-holder .sweep-link {
  width: 100%;
  max-width: 207px;
  margin: 0 0 18px;
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .section__header .links-holder .sweep-link,
  .wide-insta-section .cards-slider .carousel-nav__holder .links-holder .sweep-link {
    width: auto;
    max-width: 100%;
    margin: 0 0 31px;
    padding: 17px 40px 16px;
  }
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider .carousel-block {
    overflow-x: hidden;
    width: calc(100% + 9999px);
    margin: -10px -9999px 0 22px;
    padding: 33px 40px 40px 20px;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .carousel-block {
    margin: -64px -9999px 0 52px;
    padding: 43px 40px 40px 30px;
  }
}

.wide-insta-section .cards-slider .carousel-block .links-holder {
  margin: 49px 0 0;
  text-align: center;
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider .carousel-block .links-holder {
    display: none;
  }
}

.wide-insta-section .cards-slider .carousel-block .links-holder a {
  margin: 0 9px 18px;
  width: 100%;
  max-width: 207px;
}

@media (min-width: 700px) {
  .wide-insta-section .cards-slider .cards-block {
    max-width: 260px;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .cards-block {
    max-width: 478px;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .cards-block .card-item {
    max-width: 478px;
  }
}

.wide-insta-section .cards-slider .cards-block .content-holder {
  text-align: left;
}

.wide-insta-section .cards-slider .carousel-nav__thumb {
  margin: 0 0 50px;
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .carousel-nav__thumb {
    margin: 0 0 56px;
  }
}

@media (max-width: 1024px) {
  .wide-insta-section .cards-slider .carousel-nav__thumb .carousel-nav__item {
    width: 44px;
    height: 44px;
    margin: 0 10px 5px 0;
    padding: 4px;
  }
  .wide-insta-section .cards-slider .carousel-nav__thumb .svg-container {
    will-change: transform;
    top: -12px;
    left: -12px;
  }
  .wide-insta-section .cards-slider .carousel-nav__thumb .circle {
    -webkit-transform: scale(0.67);
        -ms-transform: scale(0.67);
            transform: scale(0.67);
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .cards-slider .carousel-nav__item {
    margin: 0 18px 10px 0;
  }
}

.wide-insta-section .stat3up {
  padding: 73px 0 0;
}

@media (min-width: 700px) {
  .wide-insta-section .stat3up {
    padding: 55px 0 0;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .stat3up {
    padding: 55px 0 141px;
  }
}

.wide-insta-section .stat3up .section__header {
  margin: 0 0 76px;
  max-width: 250px;
}

@media (min-width: 700px) {
  .wide-insta-section .stat3up .section__header {
    margin: 0 0 72px;
    max-width: 500px;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .stat3up .section__header {
    margin: 0 0 136px;
    max-width: 100%;
  }
}

.wide-insta-section .stat3up .section__header h2 {
  color: #003161;
}

@media (min-width: 700px) {
  .wide-insta-section .stat3up .section__header h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .stat3up .section__header h2 {
    font-size: 60px;
    line-height: 73px;
  }
}

.wide-insta-section .stat3up .stat3up__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wide-insta-section .stat3up .stat3up__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .wide-insta-section .stat3up .stat3up__item {
    max-width: 183px;
    margin: 0 30px 68px 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .wide-insta-section .stat3up .stat3up__item {
    max-width: 33.3%;
    margin: 0 38px 68px 0;
  }
}

.simpleParallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.simpleParallax .parallax-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw !important;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1900px) {
  .simpleParallax .parallax-img {
    width: 1900px !important;
  }
}

.full-hero-section.parallax-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 76, 152, 0.1);
  mix-blend-mode: multiply;
  z-index: -1;
}

.parallax-section > .parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: 1000%;
  max-height: 1000%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.wide-content {
  position: relative;
  padding: 70px 0;
}

@media (min-width: 700px) {
  .wide-content {
    padding: /* 61px */0;
  }
}

.wide-content .has-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}

.wide-content .section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wide-content .section__header.section__header {
  max-width: 950px;
  margin: 0 auto 29px;
}

@media (min-width: 700px) {
  .wide-content .section__header.section__header {
    margin: 0 auto 16px;
  }
}

@media (min-width: 1025px) {
  .wide-content .section__header.section__header {
    margin: 0 auto 41px;
  }
}

.wide-content .section__header .link-holder {
  width: 100%;
  margin: 16px 0 10px;
}

@media (min-width: 700px) {
  .wide-content .section__header .link-holder {
    width: auto;
    margin: -2px 0 28px auto;
  }
}

@media (min-width: 1025px) {
  .wide-content .section__header .link-holder {
    margin: -7px 0 62px auto;
  }
}

.wide-content .section__header .sweep-link {
  min-width: 206px;
}

@media (min-width: 700px) {
  .wide-content .section__header .sweep-link {
    min-width: 207px;
  }
}

@media (min-width: 1025px) {
  .wide-content .section__header .sweep-link {
    min-width: 298px;
  }
}

.wide-content .section__header h2 {
  font-size: 22px;
  line-height: 31px;
}

@media (min-width: 700px) {
  .wide-content .section__header h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  .wide-content .section__header h2 {
    margin: 0/* 0 33px*/;
    font-size: 39px;
    line-height: 48px;
  }
}

@media (max-width: 699px) {
  .wide-content .section__header h2 + .section__intro {
    margin-top: 19px;
  }
}

@media (max-width: 1024px) {
  .wide-content .section__header h2 + .section__intro {
    margin-top: 6px;
  }
}

.wide-content .section__header .section__intro {
  max-width: 694px;
  margin: 0 0 8px;
}

@media (min-width: 700px) {
  .wide-content .section__header .section__intro {
    margin: 0 0 22px;
  }
}

@media (min-width: 1025px) {
  .wide-content .section__header .section__intro {
    margin: 0 0 46px;
  }
}

@media (min-width: 700px) {
  .home-page .wide-content .section__header {
    margin: 0 auto 29px;
  }
}

.home-page .wide-content .section__header h2 {
  font-size: 28px;
  line-height: 36px;
  color: #003161;
}

@media (min-width: 700px) {
  .home-page .wide-content .section__header h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 36px;
  }
}

@media (min-width: 1025px) {
  .home-page .wide-content .section__header h2 {
    margin: 0 0 47px;
    font-size: 60px;
    line-height: 73px;
  }
}

.wide-content .content-wrapper {
  max-width: 1284px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wide-content .cards-section .links-holder {
  margin: 47px 0 0;
  text-align: center;
}

@media (min-width: 700px) {
  .wide-content .cards-section .links-holder {
    margin: 43px 0 0;
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .wide-content .cards-section .links-holder {
    margin: 84px 0 0;
  }
}

.wide-content .cards-section .links-holder .sweep-link {
  text-transform: uppercase;
  min-width: 207px;
  margin: 0 9px 18px;
}

@media (min-width: 700px) {
  .wide-content .cards-section .links-holder .sweep-link {
    margin: 9px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .wide-content .cards-section .links-holder .sweep-link {
    width: auto;
    max-width: 100%;
    margin: 0 18px 31px;
    padding: 17px 37px 16px;
  }
}

@media (min-width: 1025px) {
  .wide-content .cards-section .card-item {
    max-width: 350px;
  }
}

@media (min-width: 1025px) {
  .wide-content .cards-section .card-item .calendar-date,
  .wide-content .cards-section .card-item .icon {
    right: 42px;
  }
}

.wide-content .cards-section .card-story .content-holder {
  text-align: left;
}

@media (min-width: 1025px) {
  .wide-content .cards-section .card-story .content-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .wide-content .cards-section .card-calendar .content-holder {
    padding: 33px 30px 37px;
  }
}

@media (min-width: 1025px) {
  .wide-content .cards-section .card-calendar .content-holder .title {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 28px;
  }
}

.wide-content .cards-section .card-calendar .content-holder .title a {
  background: none;
  font-weight: 600;
}

.wide-content .cards-section .card-calendar .content-holder .details {
  font-size: 16px;
  font-weight: 500;
}

.wide-content .cards-section .card-calendar .content-holder .details .start {
  margin: 0 11px 0 0;
  padding: 0 18px 0 0;
}

@media (min-width: 1025px) {
  .wide-content .cards-section .card-2col .content-holder,
  .wide-content .cards-section .card-3col .content-holder {
    padding: 34px 35px 31px;
  }
}

@media (min-width: 1025px) {
  .wide-content .cards-section .card-2col .content-holder .title,
  .wide-content .cards-section .card-3col .content-holder .title {
    margin: 0 0 19px;
    font-size: 20px;
  }
}

.wide-content .categories-grid-section {
  margin: 0 -20px 19px;
}

@media (min-width: 700px) {
  .wide-content .categories-grid-section {
    margin: 0 -40px 109px;
  }
}

@media (min-width: 1025px) {
  .wide-content .categories-grid-section {
    margin: 0 0 100px;
  }
}

.wide-content .carousel-section {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 43px 0;
}

.wide-content .carousel-section:first-child {
  padding: 23px 0;
}

@media (min-width: 700px) {
  .wide-content .carousel-section {
    padding: 78px 0 0;
  }
}

@media (min-width: 1025px) {
  .wide-content .carousel-section {
    padding: 121px 0 0;
  }
}

.wide-content .carousel-section .carousel-block {
  overflow: visible;
}

@media (min-width: 700px) {
  .wide-content .carousel-section .carousel-box {
    max-width: 564px;
    padding-right: 28px;
  }
}

@media (min-width: 1025px) {
  .wide-content .carousel-section .carousel-box {
    max-width: 946px;
    padding-right: 172px;
  }
}

@media (min-width: 700px) {
  .wide-content .carousel-section .carousel-item {
    max-width: 536px;
  }
}

@media (min-width: 1025px) {
  .wide-content .carousel-section .carousel-item {
    width: 100%;
    max-width: 824px;
  }
}

.wide-content .carousel-section .carousel-item .img-holder img {
  width: 100%;
}

.wide-content .carousel-section .carousel-item .text-holder {
  max-width: 265px;
  -webkit-transform: translate(11px, -27px);
      -ms-transform: translate(11px, -27px);
          transform: translate(11px, -27px);
}

@media (min-width: 700px) {
  .wide-content .carousel-section .carousel-item .text-holder {
    max-width: 453px;
    padding: 32px 24px 35px 57px;
    -webkit-transform: translate(18px, -73px);
        -ms-transform: translate(18px, -73px);
            transform: translate(18px, -73px);
  }
}

@media (min-width: 1025px) {
  .wide-content .carousel-section .carousel-item .text-holder {
    max-width: 470px;
    -webkit-transform: translate(124px, -119px);
        -ms-transform: translate(124px, -119px);
            transform: translate(124px, -119px);
  }
}

@media (min-width: 1025px) {
  .wide-content .carousel-section .carousel-item .caption-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.wide-content .carousel-section .carousel-nav {
  margin: -17px 0 13px 95px;
}

@media (max-width: 699px) {
  .wide-content .carousel-section .carousel-nav {
    display: none;
  }
}

@media (min-width: 1025px) {
  .wide-content .carousel-section .carousel-nav {
    margin: -5px 0 0px 129px;
  }
}

.cta-wide-section {
  padding: 58px 0 573px;
  margin-top: 75px;
  overflow: visible;
}

@media (min-width: 700px) {
  .cta-wide-section {
    padding: 64px 0 329px;
    margin-top: 60px;
  }
}

@media (min-width: 1025px) {
  .cta-wide-section {
    padding: 113px 0 37.5%;
  }
}

.cta-wide-section .content-wrapper {
  position: relative;
  top: -75px;
  z-index: 1;
}

.cta-wide-section .section__header {
  margin: 0 0 40px;
  text-align: center;
}

@media (min-width: 700px) {
  .cta-wide-section .section__header {
    margin: 0 0 51px;
  }
}

@media (min-width: 1025px) {
  .cta-wide-section .section__header {
    margin: 0 0 67px;
  }
}

.cta-wide-section .section__header .title {
  font-size: 54px;
  line-height: 54px;
}

@media (min-width: 700px) {
  .cta-wide-section .section__header .title {
    font-size: 81px;
    line-height: 81px;
  }
}

@media (min-width: 1025px) {
  .cta-wide-section .section__header .title {
    font-size: 160px;
    line-height: 1;
  }
}

.cta-wide-section .section__header .marked {
  margin-bottom: -7px;
  font-family: "cortado", sans-serif;
  font-size: 64px;
  color: #011745;
  font-weight: 400;
  letter-spacing: -0.5px;
  display: block;
}

@media (min-width: 700px) {
  .cta-wide-section .section__header .marked {
    font-size: 96px;
    line-height: 73px;
  }
}

@media (min-width: 1025px) {
  .cta-wide-section .section__header .marked {
    margin-bottom: -20px;
    font-size: 190px;
    line-height: 144px;
  }
}

.cta-wide-section .links-holder {
  text-transform: uppercase;
  text-align: center;
}

.cta-wide-section .links-holder .sweep-link {
  max-width: 207px;
  margin: 0 auto 18px;
  display: block;
}

@media (min-width: 700px) {
  .cta-wide-section .links-holder .sweep-link {
    display: inline-block;
    max-width: 100%;
    margin: 0 11px;
    min-width: 158px;
  }
}

@media (min-width: 1025px) {
  .cta-wide-section .links-holder .sweep-link {
    min-width: 252px;
    margin: 0 25px;
  }
}

.search__wrapper {
  display: inherit;
}

.search__panel {
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  height: calc(100vh + 200px);
  padding: 91px 20px 250px;
  text-align: center;
  background: #011745;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.search__panel.search-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 700px) {
  .search__panel {
    top: 123px;
    padding: 94px 20px;
    z-index: 19;
  }
}

@media (min-width: 1350px) {
  .search__panel {
    top: 141px;
    padding: 187px 20px 94px;
  }
}

@media (min-width: 1350px) {
  .is-on-top .search__panel {
    top: 196px;
  }
}

.search__form {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

@media (min-width: 700px) {
  .search__form {
    width: 100%;
    max-width: 487px;
  }
}

@media (min-width: 1350px) {
  .search__form {
    max-width: 797px;
  }
}

.search__form label {
  display: block;
  margin: 0 0 31px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1350px) {
  .search__form label {
    margin: 0 0 41px;
    font-size: 18px;
  }
}

.search__form #search-field {
  width: 100%;
  padding: 31px 56px 26px 26px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}

@media (min-width: 700px) {
  .search__form #search-field {
    padding: 31px 75px 26px 37px;
  }
}

@media (min-width: 1350px) {
  .search__form #search-field {
    padding: 55px 113px 48px 63px;
    font-size: 25px;
  }
}

.search__form #search-field::-webkit-input-placeholder {
  font-size: 14px;
  color: #011745;
  font-family: "proxima-nova", sans-serif;
}

@media (min-width: 1350px) {
  .search__form #search-field::-webkit-input-placeholder {
    font-size: 25px;
  }
}

.search__form #search-field:-moz-placeholder {
  font-size: 14px;
  color: #011745;
  font-family: "proxima-nova", sans-serif;
}

@media (min-width: 1350px) {
  .search__form #search-field:-moz-placeholder {
    font-size: 25px;
  }
}

.search__form #search-field::-moz-placeholder {
  font-size: 14px;
  color: #011745;
  font-family: "proxima-nova", sans-serif;
}

@media (min-width: 1350px) {
  .search__form #search-field::-moz-placeholder {
    font-size: 25px;
  }
}

.search__form #search-field:-ms-input-placeholder {
  font-size: 14px;
  color: #011745;
  font-family: "proxima-nova", sans-serif;
}

@media (min-width: 1350px) {
  .search__form #search-field:-ms-input-placeholder {
    font-size: 25px;
  }
}

.search__form .submit {
  position: absolute;
  right: 19px;
  bottom: 20px;
  padding: 0;
  background: none;
  border: none;
  width: 31px;
  height: 31px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 700px) {
  .search__form .submit {
    right: 29px;
  }
}

@media (min-width: 1350px) {
  .search__form .submit {
    right: 49px;
    bottom: 41px;
    width: 50px;
    height: 50px;
  }
}

.search__form .submit:hover, .search__form .submit:focus {
  opacity: 0.7;
}

.search__form .submit img {
  width: 100%;
  height: 100%;
}

.fab-menu {
  position: fixed;
  bottom: 40px;
  right: 19px;
  z-index: 4;
}

@media (min-width: 700px) {
  .fab-menu {
    right: 32px;
  }
}

@media (min-width: 1025px) {
  .fab-menu {
    right: 43px;
  }
}

.fab-menu.fab-active .intro-button {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #011745;
}

.fab-menu .fab-nav {
  padding: 20px 0 65px;
}

@media (min-width: 1025px) {
  .fab-menu .fab-nav {
    padding: 20px 0 98px;
  }
}

.fab-menu .fab-nav__list {
  display: none;
  padding: 30px 32px 30px 29px;
  background: #fff;
  -webkit-box-shadow: 0 3px 24px 12px rgba(136, 136, 136, 0.3);
          box-shadow: 0 3px 24px 12px rgba(136, 136, 136, 0.3);
  border-radius: 13px;
}

@media (min-width: 1025px) {
  .fab-menu .fab-nav__list {
    padding: 34px 38px 36px 37px;
    letter-spacing: 0.7px;
    border-radius: 22px;
  }
}

.fab-menu .fab-nav__item {
  padding: 8px 0 7px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .fab-menu .fab-nav__item {
    padding: 11px 0 10px;
    font-size: 14px;
  }
}

.fab-menu .fab-nav__item a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background: none;
}

.fab-menu .fab-nav__item a:hover, .fab-menu .fab-nav__item a:focus {
  color: #0075df;
}

.fab-menu .fab-nav__item a:after {
  display: none;
}

.fab-menu .fab-nav__item a [class^="icon-"] {
  margin: 0 9px 0 0;
  font-size: 15px;
}

@media (min-width: 1025px) {
  .fab-menu .fab-nav__item a .icon-pencil {
    font-size: 26px;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 1025px) {
  .fab-menu .fab-nav__item a .icon-map {
    font-size: 23px;
    margin: 0 18px 0 0;
  }
}

.fab-menu .fab-nav__item a .icon-info {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .fab-menu .fab-nav__item a .icon-info {
    font-size: 27px;
    margin: 0 14px 0 0;
  }
}

.fab-menu .fab-nav__item a span {
  display: inline-block;
  vertical-align: middle;
}

.hero-section {
  position: relative;
  min-height: 300px;
  padding: 34px 0 60px;
  color: #004c98;
  text-align: center;
}

@media (max-width: 699px) {
  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 700px) {
  .hero-section {
    min-height: 332px;
    padding: 69px 0 90px;
  }
}

@media (min-width: 1025px) {
  .hero-section {
    min-height: 475px;
    padding: 111px 0 140px;
  }
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 700px) {
  .hero-section .intro-button {
    bottom: 31px;
  }
}

.hero-section .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

@media (min-width: 700px) {
  .hero-section .text-holder {
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .hero-section .text-holder {
    max-width: 780px;
  }
}

.hero-section .text-holder .hero-text {
  max-width: 355px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .hero-section .text-holder .hero-text {
    max-width: 520px;
  }
}

.hero-section .page-title {
  display: block;
  margin: 0 0 17px;
}

@media (min-width: 700px) {
  .hero-section .page-title {
    margin: 0 0 12px;
  }
}

@media (min-width: 1025px) {
  .hero-section .page-title {
    margin: 0 0 25px;
  }
}

.hero-section .page-title a {
  color: inherit;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (min-width: 1025px) {
  .hero-section .page-title a {
    font-size: 15px;
    letter-spacing: 1.3px;
  }
}

.hero-section .page-title a:after {
  background: #004c98;
}

.hero-section .slogan {
  margin: 0 0 21px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.34;
}

@media (min-width: 700px) {
  .hero-section .slogan {
    margin: 0 0 11px;
  }
}

@media (min-width: 1025px) {
  .hero-section .slogan {
    margin: 0 0 40px;
    font-size: 55px;
  }
}

.hero-section .hero-text {
  line-height: 23px;
  color: #003161;
}

@media (min-width: 700px) {
  .hero-section .hero-text {
    line-height: 25px;
  }
}

@media (min-width: 1025px) {
  .hero-section .hero-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.hero-section__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
}

@media (min-width: 700px) {
  .hero-section__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1025px) {
  .hero-section__img {
    max-height: 605px;
    margin-bottom: 40px;
  }
}

.hero-section__img .text-holder {
  padding: 30px 0 100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

@media (min-width: 700px) {
  .hero-section__img .text-holder {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .hero-section__img .text-holder {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 32px 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-section__img .text-holder .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.hero-section__img .img-holder {
  width: 100%;
  max-height: 290px;
  overflow: hidden;
}

@media (min-width: 700px) {
  .hero-section__img .img-holder {
    width: 50%;
    max-height: none;
  }
}

.hero-section__img .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section__img .page-title {
  display: block;
}

.hero-section__img .page-title a {
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #004c98;
}

@media (min-width: 700px) {
  .hero-section__img .page-title a {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 18px;
  }
}

.hero-section__img .page-title a:after {
  bottom: -4px;
  background: #004c98;
}

.hero-section__img .slogan {
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 800;
}

@media (min-width: 1025px) {
  .hero-section__img .slogan {
    margin: 6px 0 51px;
    max-width: 450px;
    font-size: 55px;
    line-height: 63px;
  }
}

.hero-section__img .hero-text {
  line-height: 25px;
  font-size: 18px;
  color: #003161;
}

@media (min-width: 1025px) {
  .hero-section__img .hero-text {
    font-size: 20px;
    line-height: 30px;
    max-width: 380px;
  }
}

.aside-panel {
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  position: fixed;
  padding: 3px 20px 0;
  background: #fff;
  z-index: 3;
  width: 100%;
  top: 101px;
}

.header-is-hidden .aside-panel {
  top: -1px;
}

.aside-panel:before {
  position: absolute;
  height: 1px;
  width: 100%;
  content: '';
  background: #f4ece4;
  top: 1px;
  left: 0;
  z-index: 1;
}

@media (min-width: 1025px) {
  .aside-panel:before {
    display: none;
  }
}

@media (min-width: 700px) {
  .aside-panel {
    top: 123px;
  }
}

@media (min-width: 1025px) {
  .aside-panel {
    position: static;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 266px;
    margin: 0 30px 0 54px;
    padding: 16px 0 0;
    border-top: 4px solid #004c98;
  }
}

.aside-panel .aside-nav {
  max-height: calc(100vh - 226px);
  padding: 0 0 50px;
}

@media (min-width: 700px) {
  .aside-panel .aside-nav {
    max-height: calc(100vh - 330px);
    height: 325px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .aside-panel .aside-nav {
    max-height: 100%;
    height: auto;
  }
}

.aside-panel .aside-nav__holder {
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 11px 20px 20px;
  background: #fff;
  max-height: calc(100vh - 144px);
  height: 100vh;
  z-index: 1;
}

.header-is-hidden .aside-panel .aside-nav__holder {
  height: calc(100vh - 51px);
}

@media (min-width: 1025px) {
  .header-is-hidden .aside-panel .aside-nav__holder {
    height: auto;
  }
}

@media (min-width: 700px) {
  .aside-panel .aside-nav__holder {
    top: calc(100% + 12px);
    left: 39px;
    max-width: 331px;
    max-height: 443px;
    height: calc(100vh - 213px);
    padding: 40px 30px 20px 40px;
    border-radius: 22px;
    -webkit-box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
            box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
  }
}

@media (min-width: 1025px) {
  .aside-panel .aside-nav__holder {
    position: static;
    display: block !important;
    height: auto;
    max-height: 100%;
    min-height: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.aside-panel .aside-nav__opener {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 22px 17px;
  text-align: left;
  font-size: 12px;
  background: none;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #003161;
}

@media (min-width: 1025px) {
  .aside-panel .aside-nav__opener {
    display: none;
  }
}

.aside-panel .aside-nav__opener.active {
  color: #0075df;
}

.aside-panel .aside-nav__opener.active:before, .aside-panel .aside-nav__opener.active:after {
  background: #0075df;
}

.aside-panel .aside-nav__opener.active:after {
  opacity: 0;
}

.aside-panel .aside-nav__opener:before, .aside-panel .aside-nav__opener:after {
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  background: #011745;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.aside-panel .aside-nav__opener:before {
  top: 50%;
  left: -2px;
  width: 8px;
  height: 2px;
}

.aside-panel .aside-nav__opener:after {
  top: 50%;
  left: 1px;
  width: 2px;
  height: 8px;
}

.aside-panel .aside-nav__title {
  max-width: calc(100% - 59px);
  padding: 0 0 10px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #011745;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 1025px) {
  .aside-panel .aside-nav__title {
    max-width: 100%;
    padding: 0 0 11px;
  }
}

.aside-panel .aside-nav__list {
  padding: 20px 0 0;
}

@media (min-width: 1025px) {
  .aside-panel .aside-nav__list {
    padding: 18px 0 31px;
    border-bottom: 1px solid #dec9c0;
  }
}

.aside-panel .aside-nav__list__item {
  margin: 0 0 11px;
}

@media (min-width: 1025px) {
  .aside-panel .aside-nav__list__item {
    margin: 0 0 8px;
  }
}

.aside-panel .aside-nav__list__item.active > a {
  font-weight: 700;
  font-style: italic;
  background-size: 100% 1px;
}

.aside-panel .aside-nav__list__item.active > a::before {
  content: '';
  position: absolute;
  top: 8px;
  right: -11px;
  width: 3px;
  height: 3px;
  background: #011745;
  border-radius: 50%;
}

.aside-panel .aside-nav__list__item.has-sub-list ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 8px 0 0 25px;
}

.aside-panel .aside-nav__list__item.has-sub-list li {
  margin: 0 0 8px;
  font-style: italic;
}

.aside-panel .aside-nav__list__item a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #011745;
  background-size: 0% 1px;
}

.aside-panel .aside-nav__list__item a:hover {
  background-size: 100% 1px;
}

@media (min-width: 1025px) {
  .aside-panel .aside-nav__list__item a {
    margin-left: 0 /* 3px */;
  }
}

.aside-panel .aside-nav__list__item a.outer-link:after {
  font-family: 'icomoon';
  content: "\e913";
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.aside-panel .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.aside-panel .mCSB_inside .mCSB_scrollTools {
  width: 10px;
}

@media (min-width: 1025px) {
  .aside-panel .mCSB_inside .mCSB_scrollTools {
    display: none !important;
  }
}

.aside-panel .mCSB_inside .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #ebebeb;
  border-radius: 2px;
}

.aside-panel .mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #011745;
  border-radius: 2px;
}

@media (max-width: 1023px) {
  .simple-text-section {
    padding-top: 43px;
  }
}

@media (min-width: 1025px) {
  .simple-text-section {
    max-width: 617px;
  }
}

@media (min-width: 700px) {
  .calendar-section .section__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 7px;
  }
}

@media (min-width: 700px) {
  .calendar-section .section__header {
    max-width: 824px;
  }
}

@media (min-width: 1025px) {
  .calendar-section .section__header {
    max-width: 885px;
  }
}

.calendar-section .section__header .sweep-link {
  display: none;
}

@media (min-width: 700px) {
  .calendar-section .section__header .sweep-link {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .calendar-section .section__header .sweep-link {
    margin-left: 20px;
  }
}

@media (min-width: 700px) {
  .calendar-section h2 {
    width: calc(100% - 160px);
    max-width: 616px;
  }
}

.calendar-section .section__intro {
  margin: 0 0 35px;
  max-width: 616px;
}

@media (min-width: 700px) {
  .calendar-section .section__intro {
    margin: 0 0 44px;
    width: calc(100% - 160px);
  }
}

@media (min-width: 1025px) {
  .calendar-section .section__intro {
    max-width: 617px;
    margin: 0 0 38px;
  }
}

.calendar-section .cards-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 37px;
}

.calendar-section .cards-block {
  overflow-x: hidden;
  position: relative;
  width: calc(100% + 40px);
  margin: -35px -20px 0;
  padding: 35px 20px 3px;
}

@media (min-width: 700px) {
  .calendar-section .cards-block {
    width: calc(100% + 80px);
    margin: -35px -40px 0;
    padding: 35px 40px;
  }
}

@media (min-width: 1025px) {
  .calendar-section .cards-block {
    overflow-x: visible;
    width: calc(100% + 50px);
    margin: -35px -50px 0 0;
    padding: 35px 50px 80px 0;
  }
}

.calendar-section .cards-block .bg-img {
  overflow: hidden;
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 40px;
  right: -20px;
  z-index: -1;
}

@media (min-width: 700px) {
  .calendar-section .cards-block .bg-img {
    left: 120px;
    top: 104px;
  }
}

@media (min-width: 1025px) {
  .calendar-section .cards-block .bg-img {
    top: 60px;
    left: 0;
    right: 0;
  }
}

.calendar-section .cards-block .bg-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 1000%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.calendar-section .cards-block .sweep-link {
  float: right;
}

@media (min-width: 700px) {
  .calendar-section .cards-block .sweep-link {
    display: none;
  }
}

.card-item {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  width: 100%;
  max-width: 260px;
  height: auto;
}

@media (min-width: 1025px) {
  .card-item {
    max-width: 274px;
  }
}

.card-item:before {
  -webkit-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  content: '';
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 3px 20px 10px rgba(226, 226, 226, 0.5);
          box-shadow: 0 3px 20px 10px rgba(226, 226, 226, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.card-item .sunburst-link .sun {
  width: 4px;
  height: 4px;
  margin-top: -3px;
}

.card-item .title a {
  font-weight: 600;
}

.card-item.b-radius {
  border-radius: 11px;
}

@media (min-width: 1025px) {
  .card-item.b-radius {
    border-radius: 22px;
  }
}

.card-item.b-radius:before {
  border-radius: 11px;
}

@media (min-width: 1025px) {
  .card-item.b-radius:before {
    border-radius: 22px;
  }
}

.card-item.b-radius.card-2col, .card-item.b-radius.card-3col {
  overflow: visible;
  border-radius: 22px;
}

.card-item.b-radius.card-2col:before, .card-item.b-radius.card-3col:before {
  border-radius: 22px;
}

@media (min-width: 1025px) {
  .card-item.b-radius.card-2col:before, .card-item.b-radius.card-3col:before {
    border-radius: 22px;
  }
}

.card-item.b-radius.card-2col .title a, .card-item.b-radius.card-3col .title a {
  font-weight: 600;
}

.card-item.b-radius .img-holder {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card-item.b-radius .content-holder {
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  overflow: hidden;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  background: #fff;
}

@media (min-width: 1025px) {
  .card-item.b-radius .content-holder {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.card-item.card-2col, .card-item.card-3col {
  overflow: hidden;
  border-radius: 22px;
}

@media (min-width: 700px) {
  .card-item.card-2col, .card-item.card-3col {
    max-width: 299px;
  }
}

.card-item.card-2col .content-holder, .card-item.card-3col .content-holder {
  padding-bottom: 19px;
  padding: 27px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 700px) {
  .card-item.card-2col .content-holder, .card-item.card-3col .content-holder {
    padding: 27px 29px 16px;
  }
}

.card-item.card-2col .content-holder .title, .card-item.card-3col .content-holder .title {
  margin: 0 0 19px;
}

@media (min-width: 1025px) {
  .card-item.card-2col .content-holder .title, .card-item.card-3col .content-holder .title {
    margin: 0 0 9px;
  }
}

.card-item.card-2col .content-holder .subtitle, .card-item.card-3col .content-holder .subtitle {
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: 500;
}

.card-item.card-2col .content-holder .text-box, .card-item.card-3col .content-holder .text-box {
  line-height: 24px;
}

@media (min-width: 1025px) {
  .card-item.card-2col .content-holder .text-box, .card-item.card-3col .content-holder .text-box {
    max-width: 265px;
    font-size: 15px;
    line-height: 25px;
  }
}

.card-item.card-2col .content-holder > a, .card-item.card-3col .content-holder > a {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-size: 16px;
  font-weight: 500;
  margin-top: auto;
  padding-top: 10px;
}

@media (min-width: 1025px) {
  .card-item.card-2col {
    max-width: 375px;
  }
}

@media (min-width: 700px) {
  .card-item.card-2col.b-radius:before {
    border-radius: 22px;
  }
}

@media (min-width: 700px) {
  .card-item.card-2col .img-holder {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
  }
}

@media (min-width: 700px) {
  .card-item.card-2col .content-holder {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
}

@media (min-width: 700px) {
  .card-item.card-3col {
    max-width: 260px;
  }
}

@media (min-width: 1025px) {
  .card-item.card-3col {
    max-width: 274px;
  }
}

@media (min-width: 700px) {
  .card-item.card-3col .content-holder {
    min-height: 155px;
    padding: 27px 25px 16px;
  }
}

@media (min-width: 1025px) {
  .card-item.card-3col .content-holder {
    min-height: 167px;
  }
}

.card-item .img-holder {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card-item .img-holder img {
  width: 100%;
}

.card-item .card-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #011745;
  height: 100%;
  padding-bottom: 25px; /* pt */
}

.card-item .card-item__content:after {
  display: none;
}

@media (hover: hover) {
  .card-item:hover .img-holder {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .card-item:hover .calendar-date {
    -webkit-transform: translateY(calc(-50% - 10px));
        -ms-transform: translateY(calc(-50% - 10px));
            transform: translateY(calc(-50% - 10px));
  }
  .card-item:hover:before {
    top: -10px;
    bottom: -10px;
  }
}

.card-item .content-holder {
  min-height: 155px;
  height: 100%;
  padding: 27px 25px 30px;
}

@media (min-width: 1025px) {
  .card-item .content-holder {
    min-height: 133px;
    padding: 30px 25px 30px;
  }
}

.card-item .content-holder .title {
  width: 100%;
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: 600;
  color: #011745;
}

@media (min-width: 1025px) {
  .card-item .content-holder .title {
    margin: 0 0 3px;
    line-height: 22px;
  }
}

.card-item .content-holder .title a {
  background: none;
}

.card-item .content-holder .title a:not(.sunburst-link) {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.card-item .content-holder .title a:not(.sunburst-link):hover, .card-item .content-holder .title a:not(.sunburst-link):focus {
  opacity: .6;
}

.card-item .content-holder .details {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
}

.card-item .content-holder .details .start,
.card-item .content-holder .details .name {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 17px 0 0;
  line-height: 0.75;
  border-right: 1px solid #011745;
}

@media (min-width: 1025px) {
  .card-calendar .content-holder, .card-story .content-holder {
    text-align: center;
  }
}

.card-calendar .img-holder.img-holder, .card-story .img-holder.img-holder {
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
}

@media (min-width: 1025px) {
  .card-calendar .img-holder.img-holder {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
  }
}

.card-story:hover .icon {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (min-width: 1025px) {
  .card-story.b-radius:before {
    border-radius: 22px;
  }
}

@media (min-width: 1025px) {
  .card-story .img-holder.img-holder {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
  }
}

.card-story .content-holder {
  padding-top: 18px;
  padding-bottom: 19px;
}

@media (min-width: 1025px) {
  .card-story .content-holder {
    padding: 45px 60px 51px;
  }
}

.card-story .content-holder .details {
  margin: 0 0 13px;
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .card-story .content-holder .details {
    margin: 0 0 24px;
    font-size: 16px;
  }
}

.card-story .content-holder .details .name {
  padding-right: 14px;
  margin-right: 7px;
}

@media (min-width: 1025px) {
  .card-story .content-holder .details .name {
    padding-right: 18px;
    margin-right: 9px;
  }
}

.card-story .content-holder .details a {
  font-weight: 500;
}

.card-story .content-holder .details a:after {
  bottom: 1px;
}

.card-story .content-holder .title {
  margin: 0 0 11px;
  line-height: 21px;
}

@media (min-width: 1025px) {
  .card-story .content-holder .title {
    margin: 0 0 31px;
    font-size: 25px;
    line-height: 35px;
  }
}

.card-story .content-holder .sunburst-link {
  font-size: 13px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .card-story .content-holder .sunburst-link {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.card-story .icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: -21px;
  right: 18px;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}

@media (min-width: 1025px) {
  .card-story .icon {
    top: -30px;
    right: 46px;
    width: 62px;
    height: 62px;
  }
}

@media (min-width: 1025px) {
  .carousel-section {
    width: calc(100% + 50px);
    margin-right: -50px;
  }
}

.carousel-section .carousel-nav__item {
  -webkit-transform: scale(0.6515);
      -ms-transform: scale(0.6515);
          transform: scale(0.6515);
}

.carousel-section .carousel-nav__item:not(:first-child) {
  margin-left: -12px;
}

@media (min-width: 1025px) {
  .carousel-section .carousel-nav__item:not(:first-child) {
    margin-left: 19px;
  }
}

@media (min-width: 1025px) {
  .carousel-section .carousel-nav__item {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.carousel-section .section__intro {
  margin: 0 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1025px) {
  .carousel-section .section__intro {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 36px;
  }
}

.carousel-section .section__intro-text {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 700px) {
  .carousel-section .section__intro-text {
    max-width: 360px;
    margin: 0 32px 0 0;
  }
}

@media (min-width: 1025px) {
  .carousel-section .section__intro-text {
    max-width: 495px;
    margin: 0 42px 0 0;
  }
}

.carousel-section .carousel-block {
  position: relative;
  margin: 0 -20px;
}

@media (min-width: 700px) {
  .carousel-section .carousel-block {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .carousel-section .carousel-block {
    overflow: hidden;
  }
}

.carousel-section .carousel-block .bg-img {
  overflow: hidden;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 50px;
  right: -20px;
  z-index: -1;
}

@media (min-width: 700px) {
  .carousel-section .carousel-block .bg-img {
    top: 98px;
    left: 95px;
    right: -40px;
  }
}

@media (min-width: 1025px) {
  .carousel-section .carousel-block .bg-img {
    top: 68px;
    left: 176px;
    right: 0;
  }
}

.carousel-section .carousel-block .bg-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 1000%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.carousel-section .carousel-box {
  padding-right: 15px;
}

@media (min-width: 700px) {
  .carousel-section .carousel-box {
    margin: 0;
    max-width: 520px;
  }
}

@media (min-width: 1025px) {
  .carousel-section .carousel-box {
    max-width: 785px;
    width: 100%;
    padding-right: 122px;
  }
}

.carousel-item {
  position: relative;
  width: 100%;
  max-width: 273px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 700px) {
  .carousel-item {
    max-width: 505px;
  }
}

@media (min-width: 1025px) {
  .carousel-item {
    max-width: 664px;
  }
}

.carousel-item .img-holder {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.carousel-item .text-holder {
  max-width: 248px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 20px 31px 20px;
  -webkit-box-shadow: 0 3px 24px 12px rgba(136, 136, 136, 0.3);
          box-shadow: 0 3px 24px 12px rgba(136, 136, 136, 0.3);
  background-color: #ffffff;
  border-radius: 22px;
  -webkit-transform: translate(5px, -38px);
      -ms-transform: translate(5px, -38px);
          transform: translate(5px, -38px);
}

@media (min-width: 700px) {
  .carousel-item .text-holder {
    max-width: 326px;
    padding: 31px 24px 32px 37px;
    -webkit-transform: translate(27px, -70px);
        -ms-transform: translate(27px, -70px);
            transform: translate(27px, -70px);
  }
}

@media (min-width: 1025px) {
  .carousel-item .text-holder {
    max-width: 340px;
    padding: 31px 24px 31px 38px;
    -webkit-transform: translate(75px, -108px);
        -ms-transform: translate(75px, -108px);
            transform: translate(75px, -108px);
  }
}

.carousel-item .text-holder .caption-text {
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 1025px) {
  .carousel-item .text-holder .caption-text {
    line-height: 25px;
  }
}

.carousel-item .text-holder .caption-text + .sunburst-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1.8px;
}

@media (min-width: 700px) {
  .carousel-item .text-holder .caption-text + .sunburst-link {
    margin-top: 18px;
  }
}

@media (min-width: 1025px) {
  .carousel-item .text-holder .caption-text + .sunburst-link {
    margin-top: 20px;
  }
}

.carousel-item .text-holder .title {
  margin: 18px 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #011745;
}

@media (min-width: 700px) {
  .carousel-item .text-holder .title {
    margin: 18px 0 19px;
  }
}

@media (min-width: 1025px) {
  .carousel-item .text-holder .title {
    margin: 20px 0 19px;
    font-size: 20px;
  }
}

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

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

@-webkit-keyframes circle-spin {
  0% {
    stroke-dashoffset: 377;
    -webkit-transform: rotate(0deg) translate(1px, 1px) scaleX(1);
            transform: rotate(0deg) translate(1px, 1px) scaleX(1);
  }
  49.999% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg) translate(1px, 1px) scaleX(1);
            transform: rotate(0deg) translate(1px, 1px) scaleX(1);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
            transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
    stroke-dashoffset: 0;
  }
  99.999% {
    -webkit-transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
            transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
    stroke-dashoffset: 377;
  }
  100% {
    -webkit-transform: rotate(-10deg) translate(1px, 1px) scaleX(1);
            transform: rotate(-10deg) translate(1px, 1px) scaleX(1);
    stroke-dashoffset: 377;
  }
}

@keyframes circle-spin {
  0% {
    stroke-dashoffset: 377;
    -webkit-transform: rotate(0deg) translate(1px, 1px) scaleX(1);
            transform: rotate(0deg) translate(1px, 1px) scaleX(1);
  }
  49.999% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(0deg) translate(1px, 1px) scaleX(1);
            transform: rotate(0deg) translate(1px, 1px) scaleX(1);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
            transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
    stroke-dashoffset: 0;
  }
  99.999% {
    -webkit-transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
            transform: rotate(180deg) translate(-1px, 1px) scaleX(-1);
    stroke-dashoffset: 377;
  }
  100% {
    -webkit-transform: rotate(-10deg) translate(1px, 1px) scaleX(1);
            transform: rotate(-10deg) translate(1px, 1px) scaleX(1);
    stroke-dashoffset: 377;
  }
}

.carousel-nav {
  display: none;
}

@media (min-width: 700px) {
  .carousel-nav {
    display: block;
  }
}

.carousel-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.carousel-nav__thumb .carousel-nav__item {
  position: relative;
  padding: 6px;
  width: 66px;
  height: 66px;
}

.carousel-nav__thumb .carousel-nav__item button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  height: 100%;
  width: 100%;
}

.carousel-nav__thumb .carousel-nav__item .img-holder {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.carousel-nav__thumb .carousel-nav__item .img-holder img {
  width: 100%;
  height: 100%;
}

.carousel-nav__thumb .carousel-nav__item:hover, .carousel-nav__thumb .carousel-nav__item:focus {
  cursor: pointer;
}

.carousel-nav__thumb .carousel-nav__item:hover .circle .circle-foreground, .carousel-nav__thumb .carousel-nav__item:focus .circle .circle-foreground {
  stroke-dashoffset: 0;
  -webkit-animation: circle-spin 2.5s infinite ease-out;
          animation: circle-spin 2.5s infinite ease-out;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-nav__thumb .carousel-nav__item:hover .circle .circle-foreground, .carousel-nav__thumb .carousel-nav__item:focus .circle .circle-foreground {
    stroke-dashoffset: 210;
  }
}

.carousel-nav__thumb .carousel-nav__item:hover .svg-container, .carousel-nav__thumb .carousel-nav__item:focus .svg-container {
  -webkit-animation: rotate 3s infinite linear;
          animation: rotate 3s infinite linear;
}

.carousel-nav__thumb .carousel-nav__item.active {
  cursor: pointer;
}

.carousel-nav__thumb .carousel-nav__item.active .circle .circle-foreground {
  stroke-dashoffset: 0;
  -webkit-transform: rotate(-10deg) translate(1px, 1px);
      -ms-transform: rotate(-10deg) translate(1px, 1px);
          transform: rotate(-10deg) translate(1px, 1px);
  -webkit-animation: none;
          animation: none;
}

.carousel-nav__thumb .svg-container {
  will-change: transform;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 68px;
  width: 68px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-nav__thumb .svg-container {
    top: 0px;
    left: 0px;
    height: 66px;
    width: 66px;
  }
}

.carousel-nav__thumb .svg-container .circle {
  height: 68px;
  width: 68px;
  padding: 1px;
}

.carousel-nav__thumb .svg-container .circle .circle-background {
  fill: transparent;
  stroke: transparent;
}

.carousel-nav__thumb .svg-container .circle .circle-foreground {
  fill: transparent;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke: #0075df;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-190deg) translate(1px, 1px);
      -ms-transform: rotate(-190deg) translate(1px, 1px);
          transform: rotate(-190deg) translate(1px, 1px);
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}

.generic-section .section__intro {
  max-width: 616px;
}

@media (min-width: 1025px) {
  .generic-section .section__intro {
    margin: 0 0 40px;
  }
}

.generic-section .cards-block {
  position: relative;
  padding: 0 0 98px;
}

.generic-section .bg-img {
  overflow: hidden;
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 40px;
  right: -20px;
  z-index: -1;
}

@media (min-width: 700px) {
  .generic-section .bg-img {
    left: 120px;
    right: -40px;
  }
}

@media (min-width: 1025px) {
  .generic-section .bg-img {
    top: 100px;
    right: -50px;
  }
}

.generic-section .bg-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 1000%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.categories-grid-section .section__header {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 700px) {
  .categories-grid-section .section__header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1025px) {
  .categories-grid-section .section__header {
    padding-left: 0;
    padding-right: 0;
  }
}

.categories-grid__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.categories-grid__list--3col .categories-grid__item {
  border-right: 1px solid #011745;
}

@media (min-width: 700px) {
  .categories-grid__list--3col .categories-grid__item {
    width: 33.3%;
    border-bottom: 1px solid #011745;
  }
}

@media (max-width: 699px) {
  .categories-grid__list--3col .categories-grid__item:nth-child(2n) {
    border-right: none;
  }
}

@media (min-width: 700px) {
  .categories-grid__list--3col .categories-grid__item:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width: 700px) {
  .categories-grid__list--3col .categories-grid__item:nth-child(4n) {
    border-right: 1px solid #011745;
  }
}

@media (min-width: 700px) {
  .categories-grid__list--3col .categories-grid__item:nth-child(3) {
    border-bottom: 1px solid #011745;
  }
}

.categories-grid__item {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-bottom: 1px solid #011745;
}

@media (min-width: 700px) {
  .categories-grid__item {
    width: 25%;
    border-right: 1px solid #011745;
  }
}

.categories-grid__item:nth-child(2n - 1) {
  border-right: 1px solid #011745;
}

@media (min-width: 700px) {
  .categories-grid__item:nth-child(4n) {
    border-right: none;
  }
}

.categories-grid__item:nth-last-child(1), .categories-grid__item:nth-last-child(2) {
  border-bottom: none;
}

@media (min-width: 700px) {
  .categories-grid__item:nth-last-child(3), .categories-grid__item:nth-last-child(4) {
    border-bottom: none;
  }
}

.categories-grid__content {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 123px;
  height: 100%;
  padding: 11px 20px;
  background: transparent;
}

.categories-grid__content:hover {
  background: rgba(255, 255, 255, 0.7);
}

.categories-grid__content:after {
  display: none;
}

@media (min-width: 700px) {
  .categories-grid__content {
    min-height: 114px;
    padding: 25px 20px 6px 38px;
  }
}

@media (min-width: 1025px) {
  .categories-grid__content {
    min-height: 206px;
    padding: 25px 20px 25px 29px;
  }
}

@media (min-width: 1350px) {
  .categories-grid__content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.categories-grid__content .icon-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 0 9px;
}

@media (min-width: 700px) {
  .categories-grid__content .icon-box {
    margin: 0 0 12px;
  }
}

@media (min-width: 1350px) {
  .categories-grid__content .icon-box {
    margin: 0 17px 0 0;
  }
}

.categories-grid__content .icon-holder {
  width: 40px;
}

@media (min-width: 1025px) {
  .categories-grid__content .icon-holder {
    width: 50px;
  }
}

.categories-grid__content .icon-holder img {
  width: 100%;
}

.categories-grid__content .text-holder {
  width: 100%;
}

.categories-grid__content .title {
  margin: 0;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #011745;
}

@media (min-width: 700px) {
  .categories-grid__content .title {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (min-width: 1025px) {
  .categories-grid__content .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.breadcrumbs {
  display: none;
  margin: -9px 0 58px;
}

@media (min-width: 1025px) {
  .breadcrumbs {
    display: block;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs + * {
    padding-top: 0;
  }
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs-list__item {
  margin: 0 10px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #003161;
}

.breadcrumbs a {
  font-size: 15px;
  font-weight: 400;
  color: #003161;
  vertical-align: middle;
  background-size: 0% 1px;
}

.breadcrumbs a:hover {
  background-size: 100% 1px;
}

.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs [class^=icon] {
  margin: 2px 0 0 5px;
  font-size: 8px;
}

.info-section {
  max-width: 950px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .info-section {
    padding: 0 25px;
  }
}

@media (min-width: 1025px) {
  .info-section {
    padding: 0;
  }
}

.info-box {
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
  -webkit-box-shadow: 0 3px 24px 12px rgba(226, 226, 226, 0.5);
          box-shadow: 0 3px 24px 12px rgba(226, 226, 226, 0.5);
}

@media (min-width: 1025px) {
  .info-box {
    border-radius: 22px;
  }
}

.info-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 7px 26px 9px;
}

@media (min-width: 700px) {
  .info-box__list {
    padding: 29px 0;
  }
}

@media (min-width: 1025px) {
  .info-box__list {
    padding: 64px 0 62px;
  }
}

.info-box__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  padding: 33px 0 23px;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .info-box__item {
    width: 50%;
    padding: 11px 34px 11px 46px;
    border-bottom: none;
    border-right: 1px solid #dec9c0;
  }
}

@media (min-width: 1025px) {
  .info-box__item {
    padding: 9px 90px 11px 76px;
  }
}

.info-box__item:last-child {
  border-bottom: none;
  border-right: none;
}

.info-box__content .title {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
}

@media (min-width: 700px) {
  .info-box__content .title {
    margin: 0 0 16px;
  }
}

@media (min-width: 1025px) {
  .info-box__content .title {
    margin: 0 0 28px;
    font-size: 25px;
    line-height: 31px;
  }
}

.info-box__content .text-holder {
  margin: 0 0 23px;
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 700px) {
  .info-box__content .text-holder {
    margin: 0 0 14px;
  }
}

@media (min-width: 1025px) {
  .info-box__content .text-holder {
    margin: 0 0 23px;
    font-size: 16px;
    line-height: 24px;
  }
}

.info-box__content .sunburst-link {
  font-size: 13px;
  letter-spacing: 1.3px;
}

@media (min-width: 1025px) {
  .info-box__content .sunburst-link {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.education-info-section {
  max-width: 950px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .education-info-section {
    padding: 130px 0;
  }
}

.education-info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 700px) {
  .education-info__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.education-info__item {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 27px;
}

@media (min-width: 700px) {
  .education-info__item {
    width: 50%;
    padding: 0 34px 0 0;
  }
}

@media (min-width: 700px) {
  .education-info__item:first-child {
    margin-right: 25px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .education-info__item:first-child {
    margin-right: 50px;
  }
}

.education-info__item:not(:last-child) {
  border-bottom: 1px solid #011745;
}

@media (min-width: 700px) {
  .education-info__item:not(:last-child) {
    position: relative;
    border-bottom: none;
  }
  .education-info__item:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 50%;
    right: -2px;
    background: #011745;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 700px) and (min-width: 1025px) {
  .education-info__item:not(:last-child):after {
    right: -1px;
  }
}

.education-info__item:last-child {
  padding-right: 0;
}

.education-info__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.education-info__content .icon-holder {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 49px;
  margin: 0 11px 0 0;
}

@media (min-width: 700px) {
  .education-info__content .icon-holder {
    width: 40px;
    margin: 0 11px 0 10px;
  }
}

@media (min-width: 1025px) {
  .education-info__content .icon-holder {
    width: 62px;
    margin: 0 38px 0 0;
  }
}

.education-info__content .text-holder {
  padding: 8px 0 0;
}

.education-info__content .text-holder .text {
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 1025px) {
  .education-info__content .text-holder .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.education-info__content .title {
  margin: 0 0 15px;
  font-size: 18px;
}

.education-info__content .title a {
  color: #004c98;
}

@media (min-width: 1025px) {
  .education-info__content .title {
    margin: 0 0 14px;
    font-size: 27px;
    line-height: 36px;
  }
}

.program-section .program-designation {
  max-width: 950px;
  margin: 0 auto;
}

.program-section .program-designation__list {
  margin: 0 0 /*30px*/ 1em;
}

@media (min-width: 700px) {
  .program-section .program-designation__list {
    margin: 0 0 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .program-section .program-designation__list {
    margin: 0 0 /*32px*/ 1em;
  }
}

.program-section .program-designation__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: 1.3px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .program-section .program-designation__item {
    width: 39.5%;
    margin: 0 0 21px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .program-section .program-designation__item {
    width: auto;
    padding-right: 36px;
    font-size: 15px;
  }
}

.program-section .program-designation__item:last-child {
  padding-right: 0;
}

.program-section .program-designation__item .icon-holder {
  width: 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 15px 0 0;
}

@media (min-width: 1025px) {
  .program-section .program-designation__item .icon-holder {
    width: 43px;
    margin: 0 16px 0 0;
  }
}

.program-section .program-designation__item .icon-holder img {
  width: 100%;
}

.program-section .learn-more {
  -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: underline;
}

@media (min-width: 700px) {
  .program-section .learn-more {
    margin: 0 0 30px;
    padding: 0 0 2px;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #011745;
  }
}

@media (max-width: 1024px) {
  .program-section .learn-more {
    background: none;
  }
}

@media (min-width: 1025px) {
  .program-section .learn-more {
    margin: 0 0 54px;
    padding: 0 0 6px;
    border-bottom: none;
  }
}

@media (max-width: 1024px) {
  .program-section .learn-more:hover {
    opacity: .6;
  }
}

@media (max-width: 1024px) {
  .program-section .learn-more:after {
    display: none;
  }
}

.program-section .program-list {
  margin: 0 0 50px;
  padding-left: 0;
}

@media (min-width: 700px) {
  .program-section .program-list {
    margin: 0 0 65px;
  }
}

@media (min-width: 1025px) {
  .program-section .program-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 98px;
  }
}

.program-section .program-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-width: 2px;
}

@media (min-width: 700px) {
  .program-section .program-list__item {
    padding: 11px 0;
    border-width: 1px;
  }
}

@media (min-width: 1025px) {
  .program-section .program-list__item {
    width: calc(50% - 25px);
    padding: 18px 0;
  }
}

.program-section .program-list .sunburst-link {
  padding-right: 10px;
}

.program-section .program-list .text-holder {
  margin-right: auto;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .program-section .program-list .text-holder {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 1025px) {
  .program-section .program-list .text-holder {
    font-size: 18px;
    line-height: 28px;
  }
}

.program-section .program-list .icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 0 0 10px;
}

.program-section .program-list .icon-holder img {
  width: 35px;
  margin: 0 0 0 10px;
}

.program-section .program-list .icon-holder img:first-child {
  margin-left: 0;
}

@media (min-width: 700px) {
  .program-section .program-list .icon-holder img {
    width: 43px;
    margin: 0 0 0 12px;
  }
}

.give-back-section-wrapper {
  padding: 141px 0 70px;
  margin: -137px 0 -70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 246, 253, 0)), color-stop(0%, rgba(225, 246, 253, 0)), color-stop(2%, rgba(225, 246, 253, 0)), color-stop(9%, #e1f6fd));
  background: -o-linear-gradient(rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 2%, #e1f6fd 9%);
  background: linear-gradient(rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 2%, #e1f6fd 9%);
}

@media (min-width: 700px) {
  .give-back-section-wrapper {
    margin: -179px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 246, 253, 0)), color-stop(0%, rgba(225, 246, 253, 0)), color-stop(0%, rgba(225, 246, 253, 0)), color-stop(16%, #e1f6fd));
    background: -o-linear-gradient(rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, #e1f6fd 16%);
    background: linear-gradient(rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, #e1f6fd 16%);
  }
}

@media (min-width: 1025px) {
  .give-back-section-wrapper {
    margin: -239px 0 0;
    padding: 202px 0 121px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 246, 253, 0)), color-stop(0%, rgba(225, 246, 253, 0)), color-stop(0%, rgba(225, 246, 253, 0)), color-stop(24%, #e1f6fd));
    background: -o-linear-gradient(rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, #e1f6fd 24%);
    background: linear-gradient(rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, rgba(225, 246, 253, 0) 0%, #e1f6fd 24%);
  }
}

.give-back-section {
  max-width: 950px;
  margin: 0 auto;
}

.give-back-section .give-back__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 16px;
}

@media (min-width: 700px) {
  .give-back-section .give-back__header {
    margin: 0 auto 13px;
  }
}

@media (min-width: 1025px) {
  .give-back-section .give-back__header {
    margin: 0 auto 22px;
  }
}

.give-back-section .give-back__header h2 {
  margin: 0;
  font-size: 22px;
}

@media (min-width: 1025px) {
  .give-back-section .give-back__header h2 {
    font-size: 39px;
  }
}

.give-back-section .icon-holder {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 44px;
  margin: 0 15px 0 0;
}

@media (min-width: 1025px) {
  .give-back-section .icon-holder {
    width: 63px;
    margin: 0 34px 0 0;
  }
}

.give-back-section .icon-holder img {
  width: 100%;
}

.give-back-section .text-holder {
  margin: 0 0 33px;
}

@media (min-width: 700px) {
  .give-back-section .text-holder {
    margin: 0 0 38px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .give-back-section .text-holder {
    margin: 0 0 44px;
  }
}

.give-back-section .give-back-text {
  max-width: 530px;
}

@media (min-width: 700px) {
  .give-back-section .give-back-text {
    margin: 0 0 0 59px;
  }
}

@media (min-width: 1025px) {
  .give-back-section .give-back-text {
    margin: 0 0 0 96px;
  }
}

.give-back-section .sweep-link {
  min-width: 243px;
}

@media (min-width: 1025px) {
  .give-back-section .sweep-link {
    min-width: 298px;
  }
}

.events-list {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px 10px rgba(226, 226, 226, 0.5);
          box-shadow: 0 5px 30px 10px rgba(226, 226, 226, 0.5);
  left: 20px;
  right: 20px;
  width: 100%;
  top: -69px;
}

@media (min-width: 700px) {
  .events-list {
    margin: 80px 0;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    display: block;
  }
}

@media (min-width: 1025px) {
  .events-list .container-sm {
    max-width: 750px;
    padding: 0 25px;
  }
}

.events-list .category-dates {
  display: none;
}

.events-list .category-dates.mobile-filter-drop {
  display: none;
}

@media (min-width: 700px) {
  .events-list .category-dates {
    display: block !important;
  }
  .events-list .category-dates > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

@media (min-width: 1025px) {
  .events-list .category-dates {
    display: block;
  }
  .events-list .category-dates > * {
    margin: 0;
  }
}

.events-list .category-dates-btn {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 21px 0 18px;
  border: none;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1.3px;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #004c98;
  text-align: left;
}

@media (min-width: 700px) {
  .events-list .category-dates-btn {
    margin: 46px 0 0;
    border-top: 1px solid #dec9c0;
    border-bottom: 1px solid #dec9c0;
  }
}

@media (min-width: 1025px) {
  .events-list .category-dates-btn {
    display: block;
    padding: 21px 0 18px;
    margin-bottom: 9px;
  }
}

.events-list .category-dates-btn:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  right: 5px;
  background-image: url("../assets/img/expand-plus.svg");
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(calc(-50% + 1px));
      -ms-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events-list .category-dates-btn:before {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 700px) {
  .events-list .category-dates-btn:before {
    right: 19px;
  }
}

.events-list .category-dates-btn.open:before, .events-list .category-dates-btn.open:after {
  -webkit-transform: translateY(calc(-50% + 1px)) rotate(-45deg);
      -ms-transform: translateY(calc(-50% + 1px)) rotate(-45deg);
          transform: translateY(calc(-50% + 1px)) rotate(-45deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events-list .category-dates-btn.open:before, .events-list .category-dates-btn.open:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

@media (min-width: 700px) {
  .events-list > .category-dates-btn {
    display: none;
  }
}

.events-list .event-date a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #dec9c0;
}

@media (min-width: 700px) {
  .events-list .category-dates__drop {
    max-width: 280px;
  }
}

@media (min-width: 1025px) {
  .events-list .category-dates__drop {
    margin-bottom: 46px;
  }
}

@media (max-width: 699px) {
  .events-list .category-dates__drop .hasDatepicker {
    margin-bottom: 10px;
  }
}

.events-list .only-lg {
  position: relative;
  display: none;
  margin-top: 0;
  border-top: 1px solid #dec9c0;
  border-bottom: 1px solid #dec9c0;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1.3px;
}

@media (min-width: 1025px) {
  .events-list .only-lg {
    display: block;
    padding: 20px 0 18px;
    margin-bottom: 9px;
  }
}

.events-list .only-lg:before, .events-list .only-lg:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  background: #011745;
  -webkit-transform: translateY(calc(-50% + 1px));
      -ms-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
}

.events-list .only-lg:before {
  width: 8px;
  height: 2px;
  right: 16px;
}

.events-list .only-lg:after {
  width: 2px;
  height: 8px;
}

.events-list .checkbox-holder {
  margin-bottom: 10px;
  padding: 0 0 0 45px;
}

.events-list__headline {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 1025px) {
  .events-list__headline {
    overflow: hidden;
    padding-top: 57px;
    margin-bottom: 55px;
  }
}

.events-list__headline .h1 {
  margin-bottom: 10px;
}

@media (min-width: 700px) {
  .events-list__headline .h1 {
    margin-bottom: 7px;
  }
}

.events-list__sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: calc(100% - 40px);
  padding: 0 29px;
  z-index: 2;
}

@media (min-width: 700px) {
  .events-list__sidebar {
    max-width: 220px;
    margin: 0 74px 27px 0;
    padding: 19px 0 0;
  }
}

@media (min-width: 1025px) {
  .events-list__sidebar {
    width: 300px;
    min-height: 360px;
    margin: 0 122px 0 0;
    padding: 9px 0 0;
  }
}

.events-list__sidebar .panel-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.events-list__sidebar .panel-date .active {
  font-weight: bold;
  font-style: normal;
}

.events-list__sidebar .panel-date li {
  text-align: center;
}

.events-list__sidebar .panel-date li:nth-child(1) a {
  padding: 0 10px 0 0;
}

.events-list__sidebar .panel-date li:nth-child(2) a {
  padding: 0 10px;
}

.events-list__sidebar .panel-date li:nth-child(3) a {
  padding: 0 0 0 10px;
}

.events-list__sidebar .panel-date a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.33;
  display: inline-block;
}

.events-list__body {
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.events-list__body .pagination-date {
  font-size: 20px;
  line-height: 2.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

@media (min-width: 700px) {
  .events-list__body .pagination-date {
    margin-bottom: 11px;
  }
}

@media (min-width: 1025px) {
  .events-list__body .pagination-date {
    margin-bottom: 32px;
  }
}

.events-list__body .pagination-date button {
  background-color: transparent;
  border: none;
  font-size: 8px;
  margin-top: 5px;
}

.events-list__body .pagination-date button:first-of-type {
  padding-left: 0;
  padding-right: 13px;
  margin-left: -3px;
}

@media (min-width: 1025px) {
  .events-list__body .pagination-date button:first-of-type {
    padding-right: 19px;
  }
}

.events-list__body .pagination-date button:first-of-type em {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.events-list__body .pagination-date button:last-of-type {
  padding-right: 0;
  padding-left: 12px;
}

@media (min-width: 1025px) {
  .events-list__body .pagination-date button:last-of-type {
    padding-left: 20px;
  }
}

.events-list__body .pagination-date button:last-of-type em {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.events-list__body .pagination-date em {
  position: relative;
  display: inline-block;
}

@media (min-width: 1025px) {
  .events-list__body .pagination-date strong {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.83;
  }
}

.events-list__body .events__holder {
  border-width: 1px 0;
  margin: 0 -20px;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .events-list__body .events__holder {
    margin: 0 -75px;
    padding: 0 75px;
  }
}

@media (min-width: 1025px) {
  .events-list__body .events__holder {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}

.events-list__body .event {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -20px;
  padding: 33px 20px 23px;
}

@media (min-width: 700px) {
  .events-list__body .event {
    margin: 0 -75px;
    padding: 32px 75px 30px;
  }
}

@media (min-width: 1025px) {
  .events-list__body .event {
    margin: 0;
    padding: 39px 35px 35px;
  }
}

.events-list__body .event__text a {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 10px;
}

@media (min-width: 700px) {
  .events-list__body .event__text a {
    font-size: 26px;
    line-height: 1.31;
    margin-bottom: 13px;
  }
}

@media (min-width: 1025px) {
  .events-list__body .event__text a {
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}

.events-list__body .event__text .time {
  font-size: 16px;
  line-height: 2.51;
}

@media (min-width: 700px) {
  .events-list__body .event__text .time {
    font-size: 18px;
    line-height: 1.36;
  }
}

@media (min-width: 1025px) {
  .events-list__body .event__text .time {
    line-height: 1.86;
  }
}

.events-list__body .event__text .place {
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 1.63;
}

@media (min-width: 700px) {
  .events-list__body .event__text .place {
    display: inline-block;
    font-size: 15px;
    line-height: 1.93;
    position: relative;
  }
  .events-list__body .event__text .place:not(:last-child) {
    margin-right: 15px;
  }
  .events-list__body .event__text .place:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    top: 8px;
    right: -10px;
  }
}

@media (min-width: 1025px) {
  .events-list__body .event__text .place {
    font-size: 18px;
    line-height: 1.86;
  }
}

@media (min-width: 700px) {
  .events-list__body .event__date {
    margin-top: 16px;
  }
}

@media (min-width: 1025px) {
  .events-list__body .event__date {
    margin-top: 5px;
  }
}

.events-list__body .event__date-text {
  margin-right: 40px;
  text-align: left;
}

@media (min-width: 700px) {
  .events-list__body .event__date-text {
    margin-right: 104px;
  }
}

@media (min-width: 1025px) {
  .events-list__body .event__date-text {
    margin-right: 88px;
  }
}

.events-list__body .event__date-text span {
  font-size: 20px;
}

@media (min-width: 1025px) {
  .events-list__body .event__date-text span {
    font-size: 25px;
  }
}

.events-list__body .event__date-text strong {
  font-size: 40px;
  line-height: 1.4;
}

@media (min-width: 1025px) {
  .events-list__body .event__date-text strong {
    font-size: 50px;
  }
}

/* .category-calendar .category-dates__drop {
  display: none;
} */

@media (max-width: 699px) {
  .category-calendar .category-dates__drop {
    padding-bottom: 20px;
  }
}

.ui-datepicker {
  padding-bottom: 8px;
}

.ui-datepicker-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 5px 19px;
}

@media (min-width: 700px) {
  .ui-datepicker-header {
    padding: 7px 5px 11px;
  }
}

@media (min-width: 1025px) {
  .ui-datepicker-header {
    padding: 43px 0 3px;
  }
}

.ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-transform: uppercase;
  margin: 0 10px;
}

@media (min-width: 1025px) {
  .ui-datepicker-title {
    margin: 0 22px 7px;
  }
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute !important;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 9px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 15px;
  text-align: right;
  background: none;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  bottom: 18px;
}

@media (min-width: 1025px) {
  .ui-datepicker-prev {
    bottom: 18px;
  }
}

.ui-datepicker-prev:before {
  content: "\e906";
  font-size: 6px;
}

.ui-datepicker-prev::after {
  display: none;
}

.ui-datepicker-prev:hover:after {
  width: auto;
}

.ui-datepicker-next {
  bottom: 19px;
  right: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.ui-datepicker-next:before {
  content: "\e906";
  font-size: 6px;
}

.ui-datepicker-next:hover:after {
  width: auto;
}

.ui-datepicker-calendar {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.ui-datepicker-calendar:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dec9c0;
}

.ui-datepicker-calendar thead {
  border-bottom: 1px solid #dec9c0;
}

.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 11px;
}

.ui-datepicker-calendar th {
  padding-bottom: 5px;
}

.ui-datepicker-calendar th span {
  position: relative;
  font-size: 10px;
  line-height: 2.73;
  display: block;
  font-weight: normal;
}

.ui-datepicker-calendar td {
  border: none;
  padding: 8px 0 0;
  font-size: 13px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  .ui-datepicker-calendar td {
    padding: 8px 0px 0px;
  }
}

.ui-datepicker-calendar td a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: block;
  font-size: 11px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  background-image: none;
}

.ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td a:focus {
  opacity: .6;
}

@media (min-width: 1025px) {
  .ui-datepicker-calendar td a {
    font-size: 10px;
    font-weight: normal;
  }
}

.ui-datepicker-calendar td a:after {
  display: none;
}

.ui-datepicker-today a {
  background-color: #f7cf3d;
}

.ui-datepicker .ui-datepicker-title label {
  background: none;
}

.ui-datepicker .ui-datepicker-title select {
  font-family: "proxima-nova", sans-serif;
  color: #011745;
  opacity: 1;
  font-size: 13px;
  font-weight: 500;
  border: none;
  margin: 0 2px;
  background: none;
}

.ui-datepicker-month {
  text-align: right;
}

#ui-datepicker-div {
  padding: 0;
}

@media (min-width: 1025px) {
  .content__detail__holder {
    max-width: 580px;
  }
}

.content__detail__holder .tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-style: italic;
}

.content__detail__holder .tags-list__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 56px 0 35px;
}

.content__detail__holder .tags-list__item {
  margin: 0 20px 0 0;
  padding: 0;
}

.content__detail__holder .tags-list__item:after, .content__detail__holder .tags-list__item:before {
  display: none;
}

.content__detail__holder .tags-list__item a {
  font-weight: 400;
}

.content__detail__holder .tags-list__heading {
  margin: 0 18px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #004c98;
}

.content__detail__holder .calendar-add__btn {
  margin-bottom: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-family: "proxima-nova", sans-serif;
}

.content__detail__holder .calendar-add__btn--opened:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.content__detail__holder .calendar-add__holder {
  position: relative;
  margin: 0 0 67px;
}

.content__detail__holder .calendar-add__list {
  position: absolute;
  display: none;
  top: calc(100% + 11px);
  left: 0;
  min-width: 213px;
  padding: 27px 38px 19px;
  -webkit-box-shadow: 0 5px 30px 10px rgba(226, 226, 226, 0.5);
          box-shadow: 0 5px 30px 10px rgba(226, 226, 226, 0.5);
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  z-index: 1;
}

.content__detail__holder .calendar-add__list a {
  font-weight: 400;
}

.content__detail__holder .calendar-add__list-item {
  margin: 0 0 14px;
  padding: 0;
}

.content__detail__holder .calendar-add__list-item::before {
  display: none;
}

.content__detail__holder .calendar-add__list-item:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .courses-detail .content__detail__holder {
    max-width: 660px;
  }
}

.calendar-date {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-width: 42px;
  height: 42px;
  padding: 3px 5px 0 5px;
  font-size: 16px;
  font-weight: 700;
  background: #f7cf3d;
  border-radius: 22px;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 1025px) {
  .calendar-date {
    width: auto;
    height: 60px;
    right: 24px;
    padding: 5px 0 0;
    min-width: 60px;
    border-radius: 30px;
  }
}

.calendar-date .text-box {
  padding: 0 5px;
}

@media (min-width: 1025px) {
  .calendar-date .text-box {
    padding: 0 15px;
  }
}

.calendar-date .text-box + .text-box .day {
  position: relative;
}

.calendar-date .text-box + .text-box .day:before {
  content: '-';
  position: absolute;
  left: -7px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .calendar-date .text-box + .text-box .day:before {
    left: -20px;
    top: 50%;
    font-size: 18px;
  }
}

.calendar-date .title a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-weight: 600;
}

.calendar-date .title a:hover, .calendar-date .title a:focus {
  opacity: .6;
}

.calendar-date .month,
.calendar-date .day {
  display: block;
  text-align: center;
  line-height: 1;
}

.calendar-date .day {
  font-family: "poppins", sans-serif;
}

@media (min-width: 1025px) {
  .calendar-date .day {
    font-size: 28px;
    line-height: 30px;
  }
}

.calendar-date .month {
  font-size: 7px;
}

@media (min-width: 1025px) {
  .calendar-date .month {
    font-size: 10px;
  }
}

.hero-detail {
  padding: 23px 0 0;
  margin: 0 0 49px;
  min-height: 274px;
}

@media (min-width: 700px) {
  .hero-detail {
    margin: 0 0 102px;
    padding: 72px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-detail {
    margin: 0 0 150px;
    padding: 98px 0 0;
  }
}

.hero-detail .container {
  margin-top: -46px;
  max-width: 716px;
  text-align: left;
  -webkit-transform: translateY(47px);
      -ms-transform: translateY(47px);
          transform: translateY(47px);
}

@media (min-width: 700px) {
  .hero-detail .container {
    margin-top: -117px;
    -webkit-transform: translateY(119px);
        -ms-transform: translateY(119px);
            transform: translateY(119px);
  }
}

@media (min-width: 1025px) {
  .hero-detail .container {
    margin-left: 353px;
  }
}

.hero-calendar-event .details {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #011745;
}

@media (min-width: 1025px) {
  .hero-calendar-event .details {
    font-size: 16px;
  }
}

.hero-calendar-event .details .start {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0 15px 0 0;
  line-height: 0.75;
  border-right: 1px solid #011745;
}

@media (min-width: 1025px) {
  .hero-calendar-event .details .start {
    margin: 0 9px 0 0;
    padding: 0 14px 0 0;
  }
}

.hero-calendar-event .calendar-date {
  position: static;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 46px;
  height: 46px;
  margin: 0 0 22px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #011745;
}

@media (min-width: 700px) {
  .hero-calendar-event .calendar-date {
    min-width: 65px;
    height: 65px;
    border-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .hero-calendar-event .calendar-date {
    padding-top: 0;
    min-width: 93px;
    height: 93px;
    border-radius: 70px;
  }
}

.hero-calendar-event .calendar-date__holder {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 700px) {
  .hero-calendar-event .calendar-date__holder {
    margin: 0 48px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-calendar-event .calendar-date__holder {
    position: absolute;
    top: 0;
    left: -65px;
    margin-right: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.hero-calendar-event .calendar-date .day {
  font-size: 20px;
}

@media (min-width: 700px) {
  .hero-calendar-event .calendar-date .day {
    font-size: 29px;
  }
}

@media (min-width: 1025px) {
  .hero-calendar-event .calendar-date .day {
    font-size: 42px;
  }
}

@media (min-width: 700px) {
  .hero-calendar-event .calendar-date .month {
    font-size: 10px;
  }
}

@media (min-width: 1025px) {
  .hero-calendar-event .calendar-date .month {
    font-size: 15px;
    margin: 0 0 7px;
  }
}

.hero-calendar__header {
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .hero-calendar__header {
    margin: 0 0 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .hero-calendar__header {
    position: relative;
    margin: 0 0 51px;
  }
}

.hero-calendar__title {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #011745;
}

@media (min-width: 700px) {
  .hero-calendar__title {
    margin: 0 0 14px;
    padding-top: 17px;
    font-size: 23px;
  }
}

@media (min-width: 1025px) {
  .hero-calendar__title {
    margin: 0 0 28px;
    padding-top: 22px;
    font-size: 35px;
  }
}

@media (min-width: 700px) {
  .hero-detail-directory {
    margin: 0px 0 53px;
  }
}

@media (min-width: 1025px) {
  .hero-detail-directory {
    margin: 0px 0 77px;
    padding: 154px 0 0;
  }
}

@media (min-width: 700px) {
  .hero-detail-directory .container {
    margin-top: -52px;
    -webkit-transform: translateY(54px);
        -ms-transform: translateY(54px);
            transform: translateY(54px);
  }
}

@media (min-width: 1025px) {
  .hero-detail-directory .container {
    max-width: 860px;
    margin-top: -67px;
    -webkit-transform: translateY(58px);
        -ms-transform: translateY(58px);
            transform: translateY(58px);
  }
}

.hero-detail-directory__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 33px;
  padding: 25px 0 0;
}

@media (min-width: 700px) {
  .hero-detail-directory__header {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 0 35px;
    padding: 14px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-detail-directory__header {
    position: relative;
    margin: 0 0 41px;
  }
}

.hero-detail-directory__header .img-holder {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 700px) {
  .hero-detail-directory__header .img-holder {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 233px;
    margin: 0 38px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-detail-directory__header .img-holder {
    position: absolute;
    top: 0;
    left: -62px;
    max-width: 261px;
    margin: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.hero-detail-directory__header .img-holder img {
  width: 100%;
}

.hero-detail-directory__header .text-box {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0 0 21px;
}

@media (min-width: 700px) {
  .hero-detail-directory__header .text-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 22px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-detail-directory__header .text-box {
    padding: 37px 0 0;
  }
}

.hero-detail-directory__title {
  margin: 0 0 -4px;
  font-size: 22px;
  line-height: 43px;
  font-weight: 800;
}

@media (min-width: 700px) {
  .hero-detail-directory__title {
    margin: 0 0 1px;
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .hero-detail-directory__title {
    margin: 0 0 12px;
    font-size: 55px;
    line-height: 63px;
  }
}

.hero-detail-directory__position {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  line-height: 31px;
  font-weight: 600;
  color: #011745;
}

@media (min-width: 1025px) {
  .hero-detail-directory__position {
    font-size: 18px;
  }
}

.hero-detail-directory .info-box {
  margin: 0 -20px;
  padding: 33px 20px 26px;
  border-radius: 0;
}

@media (min-width: 700px) {
  .hero-detail-directory .info-box {
    margin: 0;
    padding: 33px 40px 22px 42px;
    border-radius: 22px;
    -webkit-box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
            box-shadow: 0 5px 40px 20px rgba(226, 226, 226, 0.5);
  }
}

@media (min-width: 1350px) {
  .hero-detail-directory .info-box {
    padding: 50px 53px 27px 64px;
  }
}

.hero-detail-directory .info-box .sunburst-link {
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hero-detail-directory .info-box .sunburst-link .sun {
  width: 7px;
  height: 7px;
  margin-top: -3px;
}

.hero-detail-directory .info-list {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .hero-detail-directory .info-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin: 0 0 14px;
  }
}

.hero-detail-directory .info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 15px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media (min-width: 700px) {
  .hero-detail-directory .info-list__item {
    margin: 0 0 13px;
  }
}

.hero-detail-directory .info-list__item:last-child {
  margin: 0;
}

.hero-detail-directory .info-list__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 41%;
  padding: 1px 0 0;
  padding-right: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #004c98;
}

@media (min-width: 700px) {
  .hero-detail-directory .info-list__title {
    width: 39%;
  }
}

@media (min-width: 1025px) {
  .hero-detail-directory .info-list__title {
    width: 109px;
  }
}

.hero-detail-directory .info-list__data {
  font-size: 15px;
  line-height: 21px;
  color: #011745;
}

.hero-detail-directory .info-list__data a {
  font-weight: 400;
}

@media (min-width: 1025px) {
  .program-list-section {
    max-width: 1048px;
    margin: 0 auto;
  }
}

.filters-wrapper {
  margin-top: 62px;
  margin-bottom: 45px;
  width: 100%;
}

@media (min-width: 700px) {
  .filters-wrapper {
    margin-top: 80px;
    margin-bottom: 65px;
  }
}

@media (min-width: 1025px) {
  .filters-wrapper {
    margin-top: 54px;
  }
}

.filters-wrapper .sort-select {
  margin: 0 0 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .filters-wrapper .sort-select {
    margin-bottom: 21px;
  }
}

.filters-wrapper .sort-select label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 24px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #011745;
}

@media (min-width: 1025px) {
  .filters-wrapper .sort-select .jcf-select-opener {
    width: 10px;
  }
}

.filters-wrapper .sort-select .jcf-select-opener::before {
  display: none;
}

.filters-wrapper .sort-select .jcf-select-opener::after {
  content: '';
  width: 3px;
  height: 3px;
  border: 2px solid #011745;
  border-width: 0 2px 2px 0;
  top: 8px;
  right: 19px;
  left: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 700px) {
  .filters-wrapper .sort-select .jcf-select-opener::after {
    right: 15px;
  }
}

.filters-wrapper .sort-select .jcf-select {
  max-width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-width: 0 0 1px 0;
}

@media (min-width: 700px) {
  .filters-wrapper .sort-select .jcf-select {
    width: 186px;
  }
}

.filters-wrapper .sort-select .jcf-select.jcf-focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.filters-wrapper .sort-select .jcf-select.jcf-drop-active .jcf-select-opener::after {
  content: '';
  font-size: 3.5px;
}

@media (min-width: 1025px) {
  .filters-wrapper .sort-select .jcf-select.jcf-drop-active .jcf-select-opener::after {
    content: '';
    font-size: initial;
    top: 68%;
  }
}

.filters-wrapper .sort-select .jcf-select-drop {
  max-width: 100%;
  position: absolute;
  top: 100%;
  margin-top: 0;
}

@media (min-width: 1025px) {
  .filters-wrapper .sort-select .jcf-select-drop {
    min-width: 160px;
  }
}

@media (min-width: 1025px) {
  .filters-wrapper .sort-select .jcf-option {
    padding: 0 10px;
  }
}

.filters-wrapper .sort-select .jcf-select-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.3px;
}

@media (min-width: 1025px) {
  .filters-wrapper .sort-select .jcf-select-text {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
  }
}

.filters-wrapper .sort-select .jcf-select-drop-content {
  border-width: 1px;
}

.filters-wrapper .sort-select .jcf-list ul {
  margin: 0 !important;
}

.filter-sidebar {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0;
  position: relative;
}

@media (min-width: 700px) {
  .filter-sidebar {
    padding: 0 20px 0 0;
    float: left;
    width: 240px;
    margin-right: 57px;
  }
}

@media (min-width: 1025px) {
  .filter-sidebar {
    display: block;
    margin-right: 101px;
  }
}

.filter-sidebar legend {
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 70px;
  padding-right: 10px;
  text-align: right;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

@media (min-width: 700px) {
  .filter-sidebar legend {
    position: static;
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: left;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1025px) {
  .filter-sidebar legend {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 15px;
  }
}

.filter-sidebar .group {
  position: relative;
  margin-bottom: 11px;
}

@media (min-width: 700px) {
  .filter-sidebar .group {
    margin: 0;
  }
}

.filter-sidebar .filter-wrap {
  position: relative;
  height: auto;
}

@media (min-width: 1025px) {
  .filter-sidebar .filter-wrap {
    height: auto;
  }
}

.filter-sidebar .mobile-filter-drop {
  position: static;
  display: none;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  border-width: 0 1px 1px;
  padding: 20px 0 0;
}

@media (min-width: 1025px) {
  .filter-sidebar .mobile-filter-drop {
    border: none;
    padding: 5px 0;
  }
}

.filter-sidebar .radio-holder {
  padding-left: 30px;
}

@media (min-width: 1025px) {
  .filter-sidebar .radio-holder {
    padding-left: 45px;
  }
}

.filter-sidebar .radio-holder .control-text:before {
  left: -30px;
}

@media (min-width: 1025px) {
  .filter-sidebar .radio-holder .control-text:before {
    left: -45px;
  }
}

.filter-sidebar .radio-holder .control-text:after {
  left: -24px;
}

@media (min-width: 1025px) {
  .filter-sidebar .radio-holder .control-text:after {
    left: -39px;
  }
}

.filter-btn-drop {
  width: 100%;
  position: relative;
  background: none;
  border: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  padding: 0;
}

.filter-btn-drop.always-expanded em {
  display: none;
}

.filter-btn-drop .filter-btn-text {
  display: block;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1.3px;
  color: #004c98;
}

@media (min-width: 700px) {
  .filter-btn-drop .filter-btn-text {
    padding: 19px 45px 18px 0;
  }
}

.filter-btn-drop .filter-btn-text > span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}

.filter-btn-drop.open em {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.filter-btn-drop em {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 700px) {
  .filter-btn-drop {
    font-size: 13px;
  }
}

.filter-list {
  position: relative;
}

@media (min-width: 1025px) {
  .filter-list {
    display: block;
    max-width: none;
    margin-left: 0;
  }
}

@media (min-width: 700px) {
  .filter-list .holder {
    border-bottom: 1px solid #dec9c0;
  }
}

@media (min-width: 1025px) {
  .filter-list .holder {
    width: 100%;
  }
}

.filter-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.71;
  margin-bottom: 15px;
  display: inline-block;
}

.filter-headline {
  position: relative;
  padding: 0 8px 0 20px;
  margin-bottom: 22px;
}

@media (min-width: 700px) {
  .filter-headline {
    padding: 0;
    margin: 0 0 23px 74px;
  }
}

@media (min-width: 1025px) {
  .filter-headline {
    margin: 87px 0 38px 370px;
    min-height: 140px;
  }
}

.filter-headline h1 {
  margin-bottom: 19px;
}

@media (min-width: 700px) {
  .filter-headline h1 {
    margin-bottom: 0;
    letter-spacing: 0.4px;
    line-height: normal;
  }
}

@media (min-width: 1025px) {
  .filter-headline h1 {
    letter-spacing: 0.6px;
  }
}

.filter-headline .sort-select {
  margin: 0 -15px 20px;
}

@media (min-width: 700px) {
  .filter-headline .sort-select {
    margin: 1px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1025px) {
  .filter-headline .sort-select {
    margin-top: 0;
  }
}

@media (min-width: 1349px) {
  .filter-headline .sort-select {
    margin-top: 13px;
  }
}

.filter-headline .sort-select label {
  text-transform: uppercase;
  display: block;
  margin: 0 15px 10px;
}

@media (min-width: 700px) {
  .filter-headline .sort-select label {
    margin: 0 20px 0 0;
  }
}

.filter-result-list h3 {
  margin: 0;
  line-height: 1.33;
}

.filter-result-list a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-family: "proxima-nova", sans-serif;
  color: #011745;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 1.3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .filter-result-list a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.8px;
  }
}

body:not(.is-touch-device) .filter-result-list a:hover, body:not(.is-touch-device) .filter-result-list a:focus {
  text-decoration: none;
}

.filter-result-list em {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  margin-right: -20px;
  margin-left: 5px;
}

.filter-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dec9c0;
  padding: 15px 0 12px;
}

@media (min-width: 700px) {
  .filter-result-item {
    padding: 16px 0 11px;
  }
}

@media (min-width: 1025px) {
  .filter-result-item {
    padding: 20px 0;
  }
}

.filter-result-item__degrees {
  color: #011745;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .filter-result-item__degrees {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 32%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    text-align: left;
  }
}

.filter-result-item a {
  padding-right: 30px;
}

@media (min-width: 1025px) {
  .filter-result-item a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.filter-items {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-height: calc(100vh - 430px);
  padding-top: 1px;
}

@media (min-width: 700px) {
  .filter-items {
    margin-left: 297px;
    margin-right: 44px;
  }
}

@media (min-width: 1025px) {
  .filter-items {
    overflow: hidden;
    padding: 0;
    margin-right: 0;
    margin-left: 341px;
    max-width: 660px;
  }
}

.filter-items .title-holder h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 45px;
  color: #011745;
}

@media (min-width: 700px) {
  .filter-items .title-holder h2 {
    margin-top: 20px;
    margin-bottom: 1px;
  }
}

@media (min-width: 1025px) {
  .filter-items .title-holder h2 {
    font-size: 30px;
    margin-top: 9px;
    margin-bottom: 6px;
  }
}

@media (max-width: 699px) {
  .filter-sidebar .events-list__sidebar {
    max-width: 100%;
    left: 0;
  }
}

@media (min-width: 700px) {
  .row {
    margin-bottom: 46px;
  }
}

@media (min-width: 1025px) {
  .row {
    margin-bottom: 49px;
  }
}

@media (min-width: 1025px) {
  .wrapper-table {
    margin-top: 23px;
    border-width: 1px 1px 0 1px;
    padding: 48px 77px 0;
  }
}

@media (min-width: 1349px) {
  .wrapper-table {
    padding: 20px 59px 0 56px;
  }
}

#directory-table_wrapper {
  margin-top: -72px;
}

@media (min-width: 700px) {
  #directory-table_wrapper {
    margin-top: -139px;
  }
}

@media (min-width: 1025px) {
  #directory-table_wrapper {
    margin: -210px auto 0;
  }
}

#directory-table_wrapper .row-section {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#directory-table_wrapper .directory-table .link-name {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: auto;
}

#directory-table_wrapper .directory-table a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: none;
}

#directory-table_wrapper .directory-table a:hover, #directory-table_wrapper .directory-table a:focus {
  opacity: .6;
}

#directory-table_wrapper .directory-table a:after {
  display: none;
}

.table-directory {
  position: relative;
  z-index: 10;
}

@media (min-width: 700px) {
  .table-directory {
    padding: 19px 0 0;
  }
}

@media (min-width: 1025px) {
  .table-directory {
    padding: 12px 0 0;
    margin-bottom: 118px;
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .table-directory .container {
    overflow: visible;
    margin: 0 75px;
  }
}

.table-directory .footer-table {
  padding: 28px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .table-directory .footer-table {
    padding: 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  .table-directory .footer-table {
    padding: 27px 84px 27px 106px;
  }
}

@media print {
  .table-directory .footer-table {
    display: none;
  }
}

@media (min-width: 700px) {
  .table-directory .control-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 700px) {
  .table-directory .header-page-controls {
    margin-bottom: -5px;
    padding-left: 42px;
  }
}

.table-directory .jcf-select-opener::before {
  display: none;
}

.table-directory .jcf-select-opener::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border: 2px solid #004c98;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -13px;
  left: auto;
  right: 14px;
}

@media (min-width: 1025px) {
  .table-directory .jcf-select-opener::after {
    top: -20px;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .table-directory .jcf-select {
    height: 31px;
  }
}

.table-directory .dataTables_length {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
}

.table-directory .dataTables_length .jcf-select {
  max-width: 133px;
  padding: 2px 0;
  display: block;
}

@media (min-width: 700px) {
  .table-directory .dataTables_length .jcf-select {
    max-width: none;
  }
}

@media (min-width: 1025px) {
  .table-directory .dataTables_length .jcf-select {
    height: 33px;
  }
}

.table-directory .dataTables_length .jcf-select-opener::after {
  top: -16px;
  right: 0;
}

.table-directory .dataTables_length .jcf-select-text {
  margin: 0;
}

@media (min-width: 700px) {
  .table-directory .dataTables_length .jcf-select-text {
    padding-right: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.table-directory .link-name {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
}

@media (min-width: 1025px) {
  .table-directory .link-name {
    font-size: 18px;
  }
}

.table-directory .link-name .type {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
}

.table-directory a.link-name {
  text-decoration: underline;
}

.table-directory .name {
  font-weight: bold;
}

.collapsed {
  border-top: 2px solid black;
}

.collapsed thead th {
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
}

@media (max-width: 1348px) {
  .collapsed thead th {
    display: none;
  }
}

@media (max-width: 1348px) {
  .collapsed tbody > tr:nth-child(2n + 1) {
    display: none;
  }
}

.heading-table {
  position: relative;
  margin-bottom: 22px;
}

@media (min-width: 700px) {
  .heading-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 5px;
  }
}

@media (min-width: 1025px) {
  .heading-table {
    display: block;
  }
}

@media (min-width: 1025px) {
  .heading-table > .clear-table {
    display: none;
  }
}

.heading-table .heading-table-filter {
  width: 100%;
  -webkit-box-shadow: 0 0 30px 5px rgba(226, 226, 226, 0.5);
          box-shadow: 0 0 30px 5px rgba(226, 226, 226, 0.5);
  border-radius: 5px;
  margin-bottom: 27px;
  position: absolute;
  background-color: #fff;
  z-index: 12;
}

@media (min-width: 700px) {
  .heading-table .heading-table-filter {
    margin-bottom: 0;
    top: 0;
    max-width: 279px;
  }
}

@media (min-width: 1025px) {
  .heading-table .heading-table-filter {
    position: static;
    border-radius: 22px;
    max-width: 100%;
  }
}

.heading-table .heading-table-filter .clear-table {
  display: none;
}

@media (min-width: 1025px) {
  .heading-table .heading-table-filter .clear-table {
    display: block;
  }
}

.heading-table .filter-btn-drop {
  color: #004c98;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 20px 49px 18px 29px;
  border-radius: 5px;
  position: relative;
}

@media (min-width: 1025px) {
  .heading-table .filter-btn-drop {
    display: none;
  }
}

.heading-table .filter-btn-drop::before {
  content: '\e907';
  font-family: 'icomoon';
  position: absolute;
  width: 8px;
  height: 8px;
  font-size: 8px;
  color: #004c98;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 31px;
}

.heading-table .filter-btn-drop.expanded::before {
  content: '';
  width: 8px;
  height: 2px;
  background-color: #004c98;
}

.heading-table .header-page-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 700px) {
  .heading-table .header-page-controls {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .heading-table .header-page-controls {
    padding-right: 58px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.heading-table .dataTables_length {
  max-width: 134px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 134px;
     -moz-box-flex: 1;
      -ms-flex: 1 0 134px;
          flex: 1 0 134px;
  margin: 0 23px 0 0;
  padding: 5px 0;
}

@media (min-width: 700px) {
  .heading-table .dataTables_length {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 24px 0 0;
    max-width: 134px;
  }
}

.heading-table .jcf-select-drop {
  z-index: 11;
  position: absolute;
  width: auto !important;
  min-width: 190px;
}

.heading-table .mobile-filter-drop {
  padding: 9px 29px 20px;
  z-index: 10;
  width: 100%;
  display: none;
}

@media (min-width: 1025px) {
  .heading-table .mobile-filter-drop {
    padding: 64px 19px 49px 30px;
    margin-bottom: 38px;
    display: block !important;
  }
}

@media (min-width: 1349px) {
  .heading-table .mobile-filter-drop {
    padding: 64px 89px 49px;
  }
}

.heading-table .filter-box:nth-child(3),
.heading-table .filter-box:nth-child(4),
.heading-table .filter-box:nth-child(5) {
  display: none;
}

@media (min-width: 700px) {
  .heading-table .toolbar {
    margin: 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .heading-table .toolbar {
    margin: 0 0 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media print {
  .heading-table .toolbar {
    display: none;
  }
}

.heading-table .clear-table {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: none;
}

.heading-table .clear-table:hover {
  opacity: .6;
}

@media (min-width: 700px) {
  .heading-table .clear-table {
    white-space: nowrap;
    font-size: 28px;
    width: 59px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
    line-height: 1.88;
    padding: 4px 0 0 0;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
    margin: 0 3px 0 283px;
    display: block;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

@media (min-width: 1025px) {
  .heading-table .clear-table {
    margin: 0 0 0 44px;
    height: 46px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    display: none;
  }
}

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

table.dataTable .only-lg {
  display: none;
}

@media (min-width: 1025px) {
  table.dataTable .only-lg {
    display: inline;
  }
}

table.dataTable thead {
  font-weight: bold;
  display: none;
}

@media (min-width: 1025px) {
  table.dataTable thead {
    display: table-header-group;
  }
}

table.dataTable thead tr {
  border-bottom: 3px solid #004c98;
}

table.dataTable thead th {
  font-family: "proxima-nova", sans-serif;
  color: #004c98;
  white-space: nowrap;
  text-align: left;
  padding: 7px 14px 18px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.3px;
}

@media print {
  table.dataTable thead th,
  table.dataTable thead td {
    border-color: black;
  }
}

table.dataTable tbody tr {
  display: -ms-grid;
  display: grid;
  padding: 26px 0 23px;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  table.dataTable tbody tr {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 26px 0 12px;
  }
}

@media (min-width: 1025px) {
  table.dataTable tbody tr {
    display: table-row;
    padding: 0;
  }
}

@media (min-width: 700px) {
  table.dataTable tbody tr:first-child {
    border-top: none;
    padding-top: 49px;
  }
}

@media (min-width: 1025px) {
  table.dataTable tbody tr:first-child td {
    padding-top: 22px;
  }
}

table.dataTable tbody td {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #252525;
}

@media (min-width: 700px) {
  table.dataTable tbody td:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  table.dataTable tbody td:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  table.dataTable tbody td:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media all and (min-width: 700px) and (min-width: 1350px) and (-ms-high-contrast: none), (min-width: 700px) and (min-width: 1350px) and (-ms-high-contrast: active) {
  table.dataTable tbody td:nth-child(3) {
    min-width: 157px;
  }
}

@media (min-width: 700px) {
  table.dataTable tbody td:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media all and (min-width: 700px) and (min-width: 1350px) and (-ms-high-contrast: none), (min-width: 700px) and (min-width: 1350px) and (-ms-high-contrast: active) {
  table.dataTable tbody td:nth-child(4) {
    min-width: 157px;
  }
}

@media (min-width: 700px) {
  table.dataTable tbody td:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

@media (min-width: 1025px) {
  table.dataTable tbody td {
    padding: 25px 17px 9px 0;
    vertical-align: top;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  table.dataTable tbody td:nth-child(3) {
    width: 20%;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  table.dataTable tbody td:nth-child(4) {
    width: 19%;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  table.dataTable tbody td:nth-child(5) {
    width: 15%;
  }
}

table.dataTable tbody td:last-child .row-section {
  margin-bottom: 0;
}

table.dataTable .row-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 13px;
}

@media (min-width: 1025px) {
  table.dataTable .row-section {
    margin-bottom: 8px;
  }
}

table.dataTable .row-section > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

table.dataTable .row-label {
  color: #004c98;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
}

@media (min-width: 700px) {
  table.dataTable .row-label {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
  }
}

@media (min-width: 1025px) {
  table.dataTable .row-label {
    display: none;
  }
}

table.dataTable .child {
  padding: 30px 0;
}

table.dataTable .child > .child {
  padding: 20px 0;
}

table.dataTable .program {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
}

@media (min-width: 700px) {
  table.dataTable .program {
    display: block;
    line-height: 1.27;
    margin-top: 0;
    font-weight: normal;
    max-width: 80%;
    white-space: normal;
  }
}

table.dataTable .type {
  display: block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
}

@media (min-width: 700px) {
  table.dataTable .type {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  table.dataTable .type {
    line-height: 1.59;
  }
}

table.dataTable .email {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  text-decoration: underline;
}

table.dataTable .tel {
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}

table.dataTable .dtr-title {
  display: block;
  font-weight: bold;
}

.paginate_button {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.33;
}

.paginate_button:after {
  display: none;
}

.paginate_button.previous, .paginate_button.next {
  font-size: 0;
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: transparent;
}

.paginate_button.previous:after, .paginate_button.next:after {
  display: block;
}

.paginate_button.previous.disabled, .paginate_button.next.disabled {
  opacity: 0.3;
}

.filter-box {
  margin: 0 0 27px;
}

@media (min-width: 700px) {
  .filter-box {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .filter-box {
    width: 100%;
    margin: 0 54px 0 0;
  }
}

.filter-box label {
  text-transform: uppercase;
  display: block;
  color: #004c98;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 1.3px;
  margin: 0 0 14px;
}

@media (min-width: 1025px) {
  .filter-box label {
    margin-bottom: 19px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1.3px;
  }
}

#directory-table_filter {
  margin-bottom: 13px;
}

@media (min-width: 700px) {
  #directory-table_filter {
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  #directory-table_filter {
    margin-bottom: 0;
  }
}

#directory-table_filter label {
  position: relative;
  font-family: "proxima-nova", sans-serif;
  color: #004c98;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.3px;
}

#directory-table_filter label:after {
  content: '\e912';
  font-family: 'icomoon' !important;
  position: absolute;
  bottom: 7px;
  right: 13px;
  font-size: 20px;
  font-weight: 400;
  color: #011745;
}

@media (min-width: 1025px) {
  #directory-table_filter label:after {
    bottom: 9px;
    right: 2px;
  }
}

#directory-table_filter input[type='search'] {
  margin-top: 11px;
}

#directory-table_filter input[type='search']::-webkit-input-placeholder {
  font-family: "proxima-nova", sans-serif;
  color: #011745;
}

#directory-table_filter input[type='search']:-moz-placeholder {
  font-family: "proxima-nova", sans-serif;
  color: #011745;
}

#directory-table_filter input[type='search']::-moz-placeholder {
  font-family: "proxima-nova", sans-serif;
  color: #011745;
}

#directory-table_filter input[type='search']:-ms-input-placeholder {
  font-family: "proxima-nova", sans-serif;
  color: #011745;
}

@media (min-width: 700px) {
  #directory-table_filter input[type='search'] {
    margin-top: 14px;
    height: 37px;
    padding-bottom: 7px;
  }
}

@media (min-width: 1025px) {
  #directory-table_filter input[type='search'] {
    margin-top: 13px;
  }
}

@media (min-width: 1349px) {
  #directory-table_filter input[type='search'] {
    width: 218px;
  }
}

.dataTables_filter {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
}

@media (min-width: 1025px) {
  .dataTables_filter {
    width: auto;
  }
}

.dataTables_filter label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  text-align: left;
}

.dataTables_filter input {
  height: 40px;
}

.dataTables_wrapper {
  background-color: transparent;
}

@media (min-width: 1025px) {
  .dataTables_wrapper {
    margin: 0 auto;
    max-width: 1060px;
  }
}

.dataTables_wrapper .dataTables_info {
  margin: 0 43px 0 0;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 0;
}

@media (min-width: 700px) {
  .dataTables_wrapper .dataTables_info {
    margin: 0;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .dataTables_wrapper .dataTables_info {
    padding: 0 0 0 22px;
  }
}

.dataTables_wrapper .dataTables_paginate {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 3px solid #004c98;
  margin: 3px auto 0;
}

@media (min-width: 700px) {
  .dataTables_wrapper .dataTables_paginate {
    margin: 0 -12px 0 0;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .dataTables_wrapper .dataTables_paginate {
    margin: 0 -16px 0 0;
  }
}

.dataTables_wrapper .dataTables_paginate span {
  margin-bottom: 7px;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  margin-bottom: 0;
  color: #0075df;
  font-size: 16px;
  font-style: italic;
  padding: 2px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #bbc1cd;
  font-style: normal;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  border: 0 solid transparent;
  margin: 2px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 1025px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 20px;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  opacity: 0.7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  text-indent: -9999px;
  position: relative;
  padding: 0;
  background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  pointer-events: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next::after, .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border: 2px solid black;
  background-color: transparent;
  left: 2px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
}

@media (min-width: 1025px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button.next::after, .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
    top: 15px;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
  left: 24px;
  border-width: 2px 0 0 2px;
}

table.dataTable.tablet-content {
  padding: 30px 0 0;
  margin: 0 0 40px;
}

@media (min-width: 700px) {
  table.dataTable.tablet-content {
    padding: 3px 0 0;
  }
}

@media (min-width: 1025px) {
  table.dataTable.tablet-content {
    padding: 44px 0 0;
  }
}

table.dataTable.tablet-content.collapsed {
  padding: 0;
  margin: 0 0 25px;
}

table.dataTable.tablet-content .even {
  background: #f5f6f5;
}

table.dataTable.tablet-content .even:hover {
  background: #f5f6f5;
}

table.dataTable.tablet-content .table-mobile {
  display: block;
}

table.dataTable.tablet-content .table-mobile tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

table.dataTable.tablet-content .tel {
  display: block;
}

@media (min-width: 700px) {
  table.dataTable.tablet-content tbody td {
    padding: 8px 14px;
  }
}

.header-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .header-controls {
    padding-right: 91px;
    padding-left: 20px;
  }
}

@media (min-width: 1025px) {
  .header-controls {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#courses-table_wrapper,
#courses_degree-table_wrapper {
  padding: 20px 0 0;
  margin: -38px 0 0;
}

@media (min-width: 700px) {
  #courses-table_wrapper,
  #courses_degree-table_wrapper {
    margin: -111px auto 0;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper,
  #courses_degree-table_wrapper {
    margin: -231px auto 0;
  }
}

#courses-table_wrapper .heading-table,
#courses_degree-table_wrapper .heading-table {
  margin-bottom: 87px;
}

@media (min-width: 700px) {
  #courses-table_wrapper .heading-table,
  #courses_degree-table_wrapper .heading-table {
    margin-bottom: 47px;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper .heading-table,
  #courses_degree-table_wrapper .heading-table {
    margin-bottom: 36px;
  }
}

@media (min-width: 700px) {
  #courses-table_wrapper .footer-table,
  #courses_degree-table_wrapper .footer-table {
    max-width: 680px;
    margin: 0 auto;
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper .footer-table,
  #courses_degree-table_wrapper .footer-table {
    max-width: 834px;
    padding-left: 77px;
    padding-right: 77px;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper .footer-table .dataTables_paginate,
  #courses_degree-table_wrapper .footer-table .dataTables_paginate {
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper .toolbar .filter-box,
  #courses_degree-table_wrapper .toolbar .filter-box {
    width: 100%;
    max-width: 345px;
    margin: 0 63px 0 0;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper .toolbar .filter-box label,
  #courses_degree-table_wrapper .toolbar .filter-box label {
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper .toolbar .filter-box .jcf-select,
  #courses_degree-table_wrapper .toolbar .filter-box .jcf-select {
    height: 31px;
    max-width: 100%;
  }
}

#courses-table_wrapper .toolbar .filter-box:nth-child(2),
#courses_degree-table_wrapper .toolbar .filter-box:nth-child(2) {
  display: none;
}

@media (min-width: 1025px) {
  #courses-table_wrapper .toolbar .clear-table,
  #courses_degree-table_wrapper .toolbar .clear-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0 0 0 73px;
    padding: 20px 0 0;
  }
}

#courses-table_wrapper .dataTables_filter,
#courses_degree-table_wrapper .dataTables_filter {
  width: 100%;
}

@media (min-width: 1025px) {
  #courses-table_wrapper .dataTables_filter,
  #courses_degree-table_wrapper .dataTables_filter {
    max-width: 345px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

#courses-table_wrapper .dataTables_filter label,
#courses_degree-table_wrapper .dataTables_filter label {
  color: #004c98;
}

@media (min-width: 1025px) {
  #courses-table_wrapper .dataTables_filter label,
  #courses_degree-table_wrapper .dataTables_filter label {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 1025px) {
  #courses-table_wrapper .dataTables_filter input[type="search"],
  #courses_degree-table_wrapper .dataTables_filter input[type="search"] {
    width: 100%;
    margin: 11px 0 0;
    padding: 11px 0 9px;
    font-weight: 400;
  }
}

#courses-table_wrapper .dataTables_filter input[type="search"]::-webkit-input-placeholder,
#courses_degree-table_wrapper .dataTables_filter input[type="search"]::-webkit-input-placeholder {
  opacity: 1;
}

#courses-table_wrapper .dataTables_filter input[type="search"]:-moz-placeholder,
#courses_degree-table_wrapper .dataTables_filter input[type="search"]:-moz-placeholder {
  opacity: 1;
}

#courses-table_wrapper .dataTables_filter input[type="search"]::-moz-placeholder,
#courses_degree-table_wrapper .dataTables_filter input[type="search"]::-moz-placeholder {
  opacity: 1;
}

#courses-table_wrapper .dataTables_filter input[type="search"]:-ms-input-placeholder,
#courses_degree-table_wrapper .dataTables_filter input[type="search"]:-ms-input-placeholder {
  opacity: 1;
}

#courses-table_wrapper #courses-table_filter label,
#courses-table_wrapper #courses_degree-table_filter label,
#courses_degree-table_wrapper #courses-table_filter label,
#courses_degree-table_wrapper #courses_degree-table_filter label {
  position: relative;
}

#courses-table_wrapper #courses-table_filter label:after,
#courses-table_wrapper #courses_degree-table_filter label:after,
#courses_degree-table_wrapper #courses-table_filter label:after,
#courses_degree-table_wrapper #courses_degree-table_filter label:after {
  content: '\e912';
  position: absolute;
  bottom: 3px;
  left: 190px;
  font-family: 'icomoon' !important;
  font-size: 20px;
  color: #011745;
  font-weight: 400;
}

@media (min-width: 1025px) {
  #courses-table_wrapper #courses-table_filter label:after,
  #courses-table_wrapper #courses_degree-table_filter label:after,
  #courses_degree-table_wrapper #courses-table_filter label:after,
  #courses_degree-table_wrapper #courses_degree-table_filter label:after {
    bottom: 9px;
    left: auto;
    right: 2px;
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .wrapper-table {
    padding-top: 26px;
  }
}

#courses_degree-table_wrapper .filter-box {
  display: none;
}

#courses_degree-table_wrapper #courses_degree-table_filter {
  width: calc(100% - 62px);
  max-width: 372px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper #courses_degree-table_filter {
    max-width: 501px;
  }
}

#courses_degree-table_wrapper #courses_degree-table_filter label:after {
  bottom: 3px;
  right: 5px;
  font-size: 20px;
}

@media (min-width: 700px) {
  #courses_degree-table_wrapper #courses_degree-table_filter label:after {
    bottom: 5px;
  }
}

#courses_degree-table_wrapper .mobile-filter-drop {
  display: block;
  padding: 25px 18px;
}

@media (min-width: 700px) {
  #courses_degree-table_wrapper .mobile-filter-drop {
    padding: 35px 42px 2px;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .mobile-filter-drop {
    padding: 64px 42px 48px;
  }
}

#courses_degree-table_wrapper .dataTables_filter input[type="search"] {
  width: 100%;
  height: 32px;
  margin-top: 16px;
  padding: 5px 0 5px;
  font-weight: 300;
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .dataTables_filter input[type="search"] {
    margin: 19px 0 0;
    padding: 0;
  }
}

#courses_degree-table_wrapper .dataTables_filter input[type="search"]::-webkit-input-placeholder {
  font-weight: 300;
  opacity: 1;
}

#courses_degree-table_wrapper .dataTables_filter input[type="search"]:-moz-placeholder {
  font-weight: 300;
  opacity: 1;
}

#courses_degree-table_wrapper .dataTables_filter input[type="search"]::-moz-placeholder {
  font-weight: 300;
  opacity: 1;
}

#courses_degree-table_wrapper .dataTables_filter input[type="search"]:-ms-input-placeholder {
  font-weight: 300;
  opacity: 1;
}

#courses_degree-table_wrapper .heading-table {
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}

#courses_degree-table_wrapper .heading-table-filter {
  width: 100%;
  max-width: 100%;
}

#courses_degree-table_wrapper .heading-table-filter .clear-table {
  display: block;
  margin-left: 23px;
  background: none;
  border: none;
  padding: 0;
  font-size: 28px;
}

@media (min-width: 700px) {
  #courses_degree-table_wrapper .heading-table-filter .clear-table {
    margin-left: 27px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .heading-table-filter .clear-table {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-left: 58px;
  }
}

#courses_degree-table_wrapper .heading-table-filter .icon-reset {
  display: block;
}

#courses_degree-table_wrapper .filter-btn-drop {
  display: none;
}

#courses_degree-table_wrapper .toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .toolbar {
    max-width: 590px;
  }
}

#courses_degree-table_wrapper .directory-table {
  margin: 141px 0 0;
}

@media (min-width: 700px) {
  #courses_degree-table_wrapper .directory-table {
    max-width: 804px;
    margin: 113px auto 0;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .directory-table {
    max-width: 660px;
    margin: 0 auto 0;
  }
}

#courses_degree-table_wrapper .directory-table thead {
  display: none;
}

#courses_degree-table_wrapper .directory-table .row-section {
  padding: 23px 0 9px;
}

@media (min-width: 700px) {
  #courses_degree-table_wrapper .directory-table .row-section {
    padding: 21px 0 14px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .directory-table .row-section {
    padding: 23px 0 20px;
  }
}

#courses_degree-table_wrapper .directory-table td {
  white-space: normal;
  vertical-align: text-top;
}

#courses_degree-table_wrapper .directory-table td:nth-child(2) .row-section {
  padding-left: 20px;
  text-align: right;
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .directory-table td:nth-child(2) .row-section {
    text-align: left;
  }
}

#courses_degree-table_wrapper .directory-table tr {
  display: table-row;
  border-bottom: 2px solid #dec9c0;
}

@media (min-width: 700px) {
  #courses_degree-table_wrapper .directory-table tr {
    border-width: 1px;
  }
}

#courses_degree-table_wrapper .directory-table tr td:first-child {
  width: 60%;
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .directory-table tr td:first-child {
    width: 56.2%;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .directory-table tr:first-child {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .directory-table tr:first-child td {
    padding-top: 0;
  }
}

#courses_degree-table_wrapper .directory-table .title {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .directory-table .title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

@media (min-width: 700px) {
  #courses_degree-table_wrapper .footer-table {
    max-width: 805px;
  }
}

@media (min-width: 1025px) {
  #courses_degree-table_wrapper .footer-table {
    max-width: 814px;
  }
}

#courses-table {
  max-width: 680px;
  margin: 0 auto;
}

#courses-table thead {
  display: none;
}

#courses-table tbody tr {
  padding: 24px 0 3px;
  border-bottom: 2px solid #dec9c0;
}

@media (min-width: 700px) {
  #courses-table tbody tr {
    display: table-row;
    padding: 0;
  }
}

@media (min-width: 700px) {
  #courses-table tbody td {
    vertical-align: top;
    margin-bottom: 27px;
  }
}

@media (min-width: 700px) {
  #courses-table tbody td:first-child {
    width: 19.6%;
  }
}

#courses-table tbody .row-section {
  display: block;
  margin-bottom: 17px;
}

@media (min-width: 700px) {
  #courses-table tbody .row-section {
    margin-top: 21px;
    margin-bottom: 27px;
  }
}

@media (min-width: 1025px) {
  #courses-table tbody .row-section {
    margin-top: 14px;
    margin-bottom: 19px;
  }
}

#courses-table tbody .type {
  display: inline-block;
  padding: 1px 15px 2px;
  border-radius: 16px;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 14px;
  font-weight: 700;
  background-color: #c8e8eb;
}

@media (min-width: 700px) {
  #courses-table tbody .type {
    padding: 1px 19px 2px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  #courses-table tbody .type {
    padding: 2px 23px 2px;
  }
}

#courses-table tbody .title-holder {
  margin: 0 0 24px;
  white-space: normal;
}

@media (min-width: 700px) {
  #courses-table tbody .title-holder {
    margin: 0 0 27px;
    padding: 7px 0 0;
  }
}

@media (min-width: 1025px) {
  #courses-table tbody .title-holder {
    margin: 0 0 22px;
    padding: 0;
  }
}

#courses-table tbody .title-holder a {
  font-family: "poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

@media (min-width: 1025px) {
  #courses-table tbody .title-holder a {
    font-size: 22px;
    line-height: 36px;
  }
}

#courses-table tbody .title-holder .sun {
  margin-top: 0px;
  -webkit-transform: translateX(24px);
      -ms-transform: translateX(24px);
          transform: translateX(24px);
}

@media (min-width: 700px) {
  #courses-table tbody .title-holder .sun {
    width: 7px;
    height: 7px;
  }
}

#courses-table tbody .details-holder {
  font-size: 13px;
  line-height: 18px;
  color: #004c98;
  font-weight: 700;
  letter-spacing: 1.13px;
}

@media (min-width: 700px) {
  #courses-table tbody .details-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }
}

#courses-table tbody .details-holder span {
  display: block;
}

#courses-table tbody .details-holder .units-qty {
  margin: 0 0 7px;
}

@media (min-width: 700px) {
  #courses-table tbody .details-holder .units-qty {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 141px;
    padding-right: 20px;
  }
}

.toolbar .jcf-select .jcf-select-text {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-right: 10px;
}

.wysiwyg-page .hero-section__img {
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .wysiwyg-page .hero-section__img .text-holder {
    padding: 71px 0 30px;
    width: 52%;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-page .hero-section__img .text-holder {
    padding: 30px 0;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-page .hero-section__img .container {
    padding-left: 80px;
  }
}

@media (min-width: 700px) {
  .wysiwyg-page .hero-section__img .img-holder {
    width: 48%;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-page .hero-section__img .img-holder {
    width: 50%;
  }
}

@media (min-width: 700px) {
  .wysiwyg-page .hero-section__img .page-title a {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.04px;
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-page .hero-section__img .page-title a {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    margin-bottom: 13px;
  }
}

.calendar-interface-section {
  padding: 0 0 50px;
}

.calendar-interface-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.calendar-interface-section > .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 700px) {
  .calendar-interface-section > .container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.calendar-interface-section .events-list__header {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.calendar-interface-section .events-list__header .date-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 53px 0 0;
}

.calendar-interface-section .events-list__header .date-switch__prev, .calendar-interface-section .events-list__header .date-switch__next {
  margin: 5px 0 0;
  padding: 0;
  font-size: 16px;
  color: #011745;
  background: none;
  border: none;
}

.calendar-interface-section .events-list__header .date-switch__prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.calendar-interface-section .events-list__header .date-switch__current {
  margin: 0 31px;
  font-family: "poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.calendar-interface-section .events-list__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar-interface-section .events-list__sort-item {
  position: relative;
  padding: 0 16px;
  line-height: 1;
}

.calendar-interface-section .events-list__sort-item:after {
  content: '';
  position: absolute;
  top: calc(50% + 2px);
  right: 2px;
  width: 1px;
  height: calc(100% - 8px);
  background: #011745;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.calendar-interface-section .events-list__sort-item:last-child:after {
  display: none;
}

.calendar-interface-section .events-list__sort a {
  font-weight: 500;
  font-size: 14px;
}

.calendar-interface-section .events-list__sort a:after {
  bottom: 1px;
}

.calendar-interface-section .events-list__holder {
  width: 100%;
  padding: 36px 0 0;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__holder {
    padding: 48px 0 0;
  }
}

.calendar-interface-section .events-list__wrap {
  max-width: 661px;
}

@media (min-width: 700px) {
  .calendar-interface-section .events-list__wrap {
    margin: 0 0 62px;
  }
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__wrap {
    margin: 0 0 5px;
  }
}

.calendar-interface-section .events-list__item {
  position: relative;
  margin: 0 0 45px;
  padding: 0 0 24px;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .calendar-interface-section .events-list__item {
    max-width: 280px;
    margin: 0 0 34px;
    padding: 0;
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 0 88px;
  }
}

.calendar-interface-section .events-list__item:last-child {
  margin: 0;
  border: none;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__item .sunburst-link {
    padding-right: 12px;
  }
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__item .sunburst-link:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}

.calendar-interface-section .events-list__item .sunburst-link:hover:before, .calendar-interface-section .events-list__item .sunburst-link:focus:before {
  -webkit-box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
          box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
}

.calendar-interface-section .events-list__img {
  margin: 0 0 13px;
}

@media (min-width: 700px) {
  .calendar-interface-section .events-list__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__img {
    margin: 0 39px 0 0;
    max-width: 261px;
  }
}

.calendar-interface-section .events-list__img img {
  width: 100%;
}

.calendar-interface-section .events-list__content {
  width: 100%;
}

@media (min-width: 700px) {
  .calendar-interface-section .events-list__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__content {
    padding: 0;
  }
}

.calendar-interface-section .events-list__content:after {
  content: '';
  position: absolute;
  display: none;
  bottom: 10px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dec9c0;
}

@media (min-width: 700px) {
  .calendar-interface-section .events-list__content:after {
    display: block;
  }
}

.calendar-interface-section .events-list__content .details {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__content .details {
    margin: 0 0 9px;
    font-size: 16px;
  }
}

.calendar-interface-section .events-list__content .details .start {
  position: relative;
  margin: 0 9px 0 0;
  padding: 0 12px 0 0;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__content .details .start {
    padding: 0 15px 0 0;
  }
}

.calendar-interface-section .events-list__content .details .start:after {
  position: absolute;
  content: '';
  height: calc(100% - 6px);
  top: 50%;
  right: 0;
  width: 1px;
  background: #011745;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.calendar-interface-section .events-list__content .sun {
  margin-top: -1px;
}

@media (min-width: 700px) {
  .calendar-interface-section .events-list__title {
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__title {
    margin: 0 0 5px;
  }
}

.calendar-interface-section .events-list__title h2 {
  color: #011745;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.calendar-interface-section .events-list__title h2 a {
  font-weight: 600;
}

.calendar-interface-section .events-list__date {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-width: 42px;
  height: 42px;
  padding: 3px 5px 0 5px;
  font-size: 16px;
  font-weight: 700;
  background: #f7cf3d;
  border-radius: 22px;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__date {
    left: 32px;
    width: auto;
    height: 60px;
    padding: 5px 0 0;
    min-width: 60px;
    border-radius: 30px;
  }
}

.calendar-interface-section .events-list__date .text-box {
  padding: 0 5px;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__date .text-box {
    padding: 0 15px;
  }
}

.calendar-interface-section .events-list__date .text-box + .text-box .day {
  position: relative;
}

.calendar-interface-section .events-list__date .text-box + .text-box .day:before {
  content: '-';
  position: absolute;
  left: -7px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__date .text-box + .text-box .day:before {
    left: -20px;
    top: 50%;
    font-size: 18px;
  }
}

.calendar-interface-section .events-list__date .title a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-weight: 600;
}

.calendar-interface-section .events-list__date .title a:hover, .calendar-interface-section .events-list__date .title a:focus {
  opacity: .6;
}

.calendar-interface-section .events-list__date .month,
.calendar-interface-section .events-list__date .day {
  display: block;
  text-align: center;
  line-height: 1;
}

.calendar-interface-section .events-list__date .day {
  font-family: "poppins", sans-serif;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__date .day {
    font-size: 28px;
    line-height: 30px;
  }
}

.calendar-interface-section .events-list__date .month {
  font-size: 7px;
}

@media (min-width: 1025px) {
  .calendar-interface-section .events-list__date .month {
    font-size: 10px;
  }
}

/**
 * @file
 * Blog
 *
 * Contains styles for blog detail and view modes.
 */
.blog__image {
  margin: 2rem 0 1rem;
}

.blog__publish-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}

.blog__date {
  font-weight: 700;
}

.blog__author:before {
  content: '|';
  font-size: inherit;
  padding: 0 0.5rem;
}

.blog__tags {
  margin: 1rem 0;
}

.blog__tag-label {
  font-weight: 700;
  margin: 0 0 1rem;
}

.blog__tag-list a {
  margin: 0 .25rem 0 0;
  padding: 0.125rem 0.5rem;
  border: 1px solid #000000;
  border-radius: 3px;
}

/**
 * @file
 * Catalog
 *
 * Contains styles for catalog program detail and view modes.
 */
@media (min-width: 700px) {
  .catalog__faculty-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog__faculty-info img {
  margin: 0 0 1rem 0;
}

@media (min-width: 700px) {
  .catalog__faculty-info img {
    margin: 0 1rem 2rem 0;
  }
}

.catalog .faculty-info__title {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.catalog .faculty-info__email {
  margin: 0 0 0.5rem 0;
}

.catalog .faculty-info__office {
  margin: 0 0 1rem 0;
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
.faculty__resume-cta {
  margin: 1.5rem 0 0;
  text-align: left;
}

.faculty__resume-cta a {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: #000000;
  color: #FFFFFF;
}

.faculty__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
}

.faculty__image, .faculty__contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/**
 * @file
 * News
 *
 * Contains styles for news and news view modes.
 */
.single-news-post {
  padding: 29px 0 10px;
  border-top: 1px solid #f4ece4;
}

@media (min-width: 700px) {
  .single-news-post {
    padding: 48px 0 10px;
  }
}

@media (min-width: 1025px) {
  .single-news-post {
    padding: 48px 0 27px;
  }
}

@media (min-width: 1025px) {
  .single-news-post .news--full {
    padding-top: 3px;
  }
}

@media (min-width: 1025px) {
  .news__full {
    padding: 3px 0 0;
  }
}

.news__image {
  max-width: 824px;
  margin: 0 0 19px;
}

@media (min-width: 700px) {
  .news__image {
    margin: 0 0 45px;
  }
}

@media (min-width: 1025px) {
  .news__image {
    margin: 0 0 75px;
  }
}

.news__image img {
  margin: 0 0 13px;
}

@media (min-width: 700px) {
  .news__image img {
    margin: 0 0 14px;
  }
}

@media (min-width: 1025px) {
  .news__image img {
    margin: 0 0 17px;
  }
}

.news__image--caption {
  font-size: 14px;
  line-height: 21px;
}

.news__image + .breadcrumbs {
  margin: -9px 0 58px;
}

.news__date {
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 700px) {
  .news__date {
    margin: 0 0 19px;
    font-size: 15px;
  }
}

@media (min-width: 1025px) {
  .news__date {
    margin: 0 0 18px;
    font-size: 16px;
  }
}

.news__title {
  max-width: 520px;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #011745;
}

@media (min-width: 700px) {
  .news__title {
    margin: 0 0 27px;
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .news__title {
    margin: 0 0 48px;
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 700px) {
  .news__content {
    max-width: 824px;
  }
}

@media (min-width: 1025px) {
  .news__content {
    max-width: 580px;
  }
}

@media (max-width: 1024px) {
  .news__content {
    padding-top: 0;
  }
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
/**
 * @file
 * Slick
 *
 * Slick carousel styles.
 */
.slick {
  position: relative;
}

.slick-slide {
  position: relative;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
}

.slick-dots button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.5rem;
  width: 0.5rem;
  background: #000000;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

li:not(.slick-active) button:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 5;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-arrow.slick-disabled:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 0;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon.woff?jzi2ds") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'], .ui-datepicker-prev, .ui-datepicker-next,
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-outer:before {
  content: "\e913";
}

.icon-magnify_glass:before {
  content: "\e912";
}

.icon-reset:before {
  content: "\e911";
  color: #0075df;
}

.icon-resource:before {
  content: "\e910";
}

.icon-pencil:before {
  content: "\e909";
}

.icon-map:before {
  content: "\e90e";
}

.icon-info:before {
  content: "\e90f";
}

.icon-youtube:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-plus:before {
  content: "\e907";
}

.icon-search .path1:before {
  content: "\e903";
  color: #f7cf3d;
}

.icon-search .path2:before {
  content: "\e904";
  margin-left: -1.021484375em;
  color: #011745;
}

.icon-search .path3:before {
  content: "\e905";
  margin-left: -1.021484375em;
  color: #011745;
}

.icon-cancel-close .path1:before {
  content: "\e900";
}

.icon-cancel-close .path2:before {
  content: "\e901";
  margin-left: -1.0166015625em;
  color: white;
}

.icon-cancel-close .path3:before {
  content: "\e902";
  margin-left: -1.0166015625em;
  color: white;
}

.icon-arrow:before {
  content: "\e906";
}

/*# sourceMappingURL=maps/main.css.map */
