.nav-buttons, .information-list, .nav-site, .sub-nav, .nav-links, .breadcrumb-menu, .social-link, .footer-nav, .program-list, .category-events .panel-date ul, .event-category-list,
.event-social-list, .information-drop, .filter-result-list, .event-list, .section-menu ul, table.dataTable.display .dtr-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix: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;
}

#main {
  padding: 78px 0 0;
}

#main:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 700px) {
  #main {
    padding: 117px 0 0;
  }
}

@media (min-width: 1025px) {
  #main {
    padding: 177px 0 0;
  }
}

@media print {
  #main {
    padding: 0;
  }
}

.video-bg #main {
  position: relative;
  background-color: #fff;
  padding: 33px 0 0;
}

@media (min-width: 700px) {
  .video-bg #main {
    padding: 51px 0 0;
  }
}

@media (min-width: 1025px) {
  .video-bg #main {
    padding: 88px 0 0;
  }
}

@media print {
  .video-bg #main {
    padding: 0;
  }
}

.container-md,
.container-lg,
.container-sm,
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media (min-width: 700px) {
  .container-md,
  .container-lg,
  .container-sm,
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1025px) {
  .container-md,
  .container-lg,
  .container-sm,
  .container {
    max-width: 1080px;
  }
}

@media print {
  .container-md,
  .container-lg,
  .container-sm,
  .container {
    padding: 0;
    max-width: 100%;
  }
}

.container-lg {
  max-width: 1900px;
}

@media (min-width: 1025px) {
  .container-lg {
    max-width: 1900px;
  }
}

@media print {
  .container-lg {
    padding: 0;
    max-width: 100%;
  }
}

.container-sm {
  max-width: 820px;
}

@media (min-width: 700px) {
  .container-sm {
    max-width: 820px;
  }
}

@media (min-width: 1025px) {
  .container-sm {
    max-width: 820px;
  }
}

@media print {
  .container-sm {
    padding: 0;
    max-width: 100%;
  }
}

.overflow-x {
  overflow-x: hidden;
}

.link-arrow {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  color: #002855;
  font-weight: bold;
}

.link-arrow:hover {
  color: #D62D00;
}

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

@media print {
  .link-arrow {
    font-size: 20px;
    color: #000;
  }
}

.link-arrow .icon {
  top: 2px;
  position: relative;
  font-size: 16px;
  color: #D62D00;
  margin: 0 0 0 8px;
}

@media (min-width: 700px) {
  .link-arrow .icon {
    top: 1px;
    font-size: 18px;
    margin: 0 0 0 10px;
  }
}

@media print {
  .link-arrow .icon {
    display: none;
  }
}

.link-arrow-white {
  font: bold 21px/1.9 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  text-decoration: none;
}

@media print {
  .link-arrow-white {
    color: #000;
    font-size: 16px;
  }
}

.link-arrow-white .icon {
  font-size: 18px;
  margin: 0 0 0 13px;
}

.accessibility {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.loader {
  position: absolute;
  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;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

@media print {
  .loader {
    display: none;
  }
}

.spinner {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: .25rem solid #ccc;
  border-top-color: #198196;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  margin: 50px 0 0;
}

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

.polygon .mobile,
.polygon .tablet,
.polygon .desktop {
  display: none;
}

.polygon svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 699px) {
  .polygon .mobile {
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .polygon .tablet {
    display: block;
  }
}

@media (min-width: 1025px) {
  .polygon .desktop {
    display: block;
  }
}

[v-cloak] {
  display: none;
}

@media (min-width: 700px) {
  .photo img {
    width: 100%;
  }
}

.photo.pull-left {
  margin: 0 0 23px;
  padding: 19px 0 0;
}

@media (min-width: 700px) {
  .photo.pull-left {
    float: left;
    width: 47%;
    margin: 0 38px 57px 0;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .photo.pull-left {
    margin: 0 42px 57px 0;
  }
}

@media print {
  .photo.pull-left {
    float: left;
    margin: 0 10px 10px 0;
  }
}

.photo.pull-right {
  margin: 0 0 23px;
  padding: 19px 0 0;
}

@media (min-width: 700px) {
  .photo.pull-right {
    float: right;
    width: 47%;
    padding: 4px 0 0;
    margin: 0 0 57px 42px;
  }
}

@media print {
  .photo.pull-right {
    float: right;
    margin: 0 0 10px 10px;
  }
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

.img-full img {
  width: 100%;
}

figure {
  margin: 0 0 23px;
}

@media (min-width: 700px) {
  figure {
    margin: 0 0 34px;
  }
}

@media print {
  figure {
    margin: 0 0 10px;
  }
}

figure picture {
  display: block;
}

figure img {
  vertical-align: bottom;
}

figcaption {
  font-size: 14px;
  line-height: 1.29;
  font-weight: bold;
  padding: 10px 3px 0 0;
}

.wrapper--alert #header {
  top: auto;
}

#active-alert-div {
  position: relative;
  z-index: 1;
}

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

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background: #fff;
  font: 16px/1.5 "Helvetica", sans-serif;
  min-width: 320px;
}

@media print {
  body {
    color: #000;
    background: #fff;
  }
}

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

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

@keyframes pulse {
  50% {
    background: #fff;
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

/* print style */
@media print {
  svg,
  form,
  .search-panel,
  .btn-search,
  .mobile-btn,
  .mobile-logo,
  .button-down,
  .stats .btn,
  .button-arrow,
  .icon-down,
  .btn-back,
  .navs-holder {
    display: none;
  }
}

@media print {
  .fadeIn,
  .wow {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  p {
    page-break-inside: avoid;
    color: #000;
  }
  p:first-letter {
    color: #000;
  }
  * {
    overflow: unset !important;
  }
  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  margin: 0 0 20px;
  color: #002855;
  line-height: 1.15;
}

@media (min-width: 700px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h {
    line-height: 1.08;
  }
}

@media print {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h {
    color: #000;
    margin: 15px 0;
  }
}

h1, .h1 {
  font-size: 30px;
}

@media (min-width: 700px) {
  h1, .h1 {
    font-size: 45px;
  }
}

@media (min-width: 1025px) {
  h1, .h1 {
    font-size: 55px;
  }
}

@media print {
  h1, .h1 {
    font-size: 20px;
  }
}

h2, .h2 {
  font-size: 26px;
}

@media (min-width: 700px) {
  h2, .h2 {
    font-size: 40px;
  }
}

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

@media print {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 21px;
}

@media (min-width: 700px) {
  h3, .h3 {
    font-size: 30px;
  }
}

@media (min-width: 1025px) {
  h3, .h3 {
    font-size: 30px;
  }
}

@media print {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  color: #000;
}

@media (min-width: 700px) {
  h4, .h4 {
    font-size: 21px;
  }
}

@media (min-width: 1025px) {
  h4, .h4 {
    font-size: 21px;
  }
}

@media print {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  color: #000;
}

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

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

@media print {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #000;
}

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

@media (min-width: 1025px) {
  h6, .h6 {
    font-size: 16px;
  }
}

@media print {
  h6, .h6 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 20px;
}

@media print {
  p {
    margin: 0 0 10px;
  }
}

p a {
  color: #D62D00;
  text-decoration: none;
  font-weight: bold;
}

@media print {
  p a {
    color: #000;
  }
}

a {
  color: #3eb1c8;
}

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

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

[class^="icon-"], .checkbox-holder .control-text:before, [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-retweet:before {
  content: "\e918";
}

.icon-refresh:before {
  content: "\e917";
}

.icon-alert:before {
  content: "\e916";
}

.icon-google-plus:before {
  content: "\e912";
}

.icon-apple:before {
  content: "\e913";
}

.icon-windows:before {
  content: "\e914";
}

.icon-yahoo:before {
  content: "\e915";
}

.icon-pinterest:before {
  content: "\e910";
}

.icon-snapchat:before {
  content: "\e911";
}

.icon-close:before {
  content: "\e90a";
}

.icon-zoom:before {
  content: "\e900";
}

.icon-icons-arts:before {
  content: "\e901";
}

.icon-checkmark-red:before, .checkbox-holder .control-text:before {
  content: "\e902";
}

.icon-arrow-down-black:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e907";
}

.icon-youtube:before {
  content: "\e908";
}

.icon-icon4:before {
  content: "\e909";
}

.icon-icon-science:before {
  content: "\e90b";
}

.icon-icon-health:before {
  content: "\e90c";
}

.icon-right:before {
  content: "\e90d";
}

.icon-down:before {
  content: "\e90e";
}

.icon-up:before {
  content: "\e90f";
}

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

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

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

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-italic.eot");
  src: url("../fonts/helvetica-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-italic.woff") format("woff"), url("../fonts/helvetica-italic.ttf") format("truetype"), url("../fonts/helvetica-italic.svghelvetica-italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

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

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

.control-label {
  font-weight: bold;
  display: block;
  margin: 0 0 7px;
}

.form-required {
  content: '*';
  display: inline;
  color: red;
  margin: 0 0 0 3px;
}

.form-control {
  height: 40px;
  width: 100%;
}

textarea.form-control {
  height: 168px;
}

@media (min-width: 700px) {
  textarea.form-control {
    width: 100%;
  }
}

.form-row {
  margin: 0 0 23px;
}

@media (min-width: 700px) {
  .form-row .form-control {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .form-row .form-control {
    width: 37.5%;
  }
}

.form-row .radio-holder,
.form-row .checkbox-holder {
  margin: 0 0 5px;
}

@media (min-width: 700px) {
  .form-row textarea.form-control {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .form-row .jcf-select {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .form-row .jcf-select {
    width: 37.5%;
  }
}

form [type='submit'] {
  margin: 12px 0 0;
}

/* custom checkbox css */
.checkbox-holder {
  margin: 0 0 10px;
  padding: 0 0 0 24px;
}

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

.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]:focus + .control-text:after {
  outline: 1px solid #000;
}

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

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

.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;
  opacity: 0;
  top: 7px;
  left: -21px;
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
  font-size: 9px;
  cursor: pointer;
  color: #D62D00;
  position: absolute;
}

.checkbox-holder .control-text:after {
  content: '';
  cursor: pointer;
  left: -23px;
  top: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #002855;
}

.checkbox-holder .control-label {
  font-size: 16px;
  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 {
  opacity: .7;
}

/* custom radio css */
.radio-holder {
  padding: 0 0 0 25px;
  margin: 0 0 10px;
}

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

.radio-holder input[type=radio]:focus + .control-text:before {
  border-width: 2px;
}

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

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

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

.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: 7px;
  left: -21px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  cursor: pointer;
  background: #D62D00;
}

.radio-holder .control-text:before {
  border-radius: 100px;
  cursor: pointer;
  top: 11px;
  left: -25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

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

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: 1px solid #000;
  padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

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 {
  color: #dddfdd;
}

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 {
  opacity: 1;
  color: #dddfdd;
}

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 {
  color: #dddfdd;
}

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 {
  color: #dddfdd;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #dddfdd;
}

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

textarea {
  resize: none;
  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;
}

@media print {
  .sort-select {
    display: none;
  }
}

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

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

@media print {
  .sort-select .jcf-select {
    display: none;
  }
}

.jcf-select {
  border-color: #000;
  width: 100%;
  height: 40px;
  margin: 0;
}

.jcf-select .jcf-select-opener {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3eb1c8 transparent transparent transparent !important;
}

.jcf-select .jcf-select-text {
  height: 100%;
  margin: 0 35px 0 13px;
  font-size: 16px;
  line-height: 34px;
}

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

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

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

.jcf-select.jcf-focus:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
}

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

.jcf-list .jcf-option {
  font-size: 16px;
  padding: 0 15px;
  color: #000;
}

.jcf-drop-active .jcf-select-opener {
  top: 40%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.custom-select {
  border: 1px solid #000;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  line-height: 38px;
  height: 40px;
  width: 100%;
  padding: 0 35px 0 13px;
  margin-top: -1px;
  position: relative;
  background-image: url(../images/carrot.svg);
  background-repeat: no-repeat;
  background-position: 95% 45%;
}

.custom-select:after {
  content: '123123';
  position: absolute;
  right: -5px;
}

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

@media (min-width: 700px) {
  .sort-select .custom-select {
    min-width: 300px;
    max-width: 300px;
  }
}

@media (min-width: 1025px) {
  .sort-select .custom-select {
    min-width: 314px;
    max-width: 314px;
  }
}

@media print {
  .sort-select .custom-select {
    display: none;
  }
}

@media (min-width: 700px) {
  .form-row .custom-select {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .form-row .custom-select {
    width: 37.5%;
  }
}

/* header style */
#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  /* fixed header style */
}

@media print {
  #header {
    position: relative;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.video-bg #header {
  height: 78px;
}

@media (min-width: 700px) {
  .video-bg #header {
    height: 117px;
  }
}

@media (min-width: 1025px) {
  .video-bg #header {
    height: 177px;
  }
}

.video-bg #header.animate-header {
  height: auto;
}

#header .container-lg {
  padding: 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;
}

@media (min-width: 1025px) {
  #header .container-lg {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #header .container-lg > .btn-search {
    display: none;
  }
}

#header.scrolling-up, #header.scrolling-down {
  top: 0;
  position: fixed;
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
}

@media print {
  #header.scrolling-up, #header.scrolling-down {
    position: relative;
    -webkit-transform: 0;
        -ms-transform: 0;
            transform: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

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

@media (min-width: 1025px) {
  #header.animate-header .nav-site {
    font-size: 18px;
    margin: 8px -20px 0 0;
  }
  #header.animate-header .header-logo {
    min-width: 55px;
    width: 55px;
    margin: 0 auto 0 26px;
    padding: 20px 0;
  }
  #header.animate-header .desktop-logo {
    display: none;
  }
  #header.animate-header .mobile-logo {
    display: block;
  }
}

@media print and (min-width: 1025px) {
  #header.animate-header .mobile-logo {
    display: none;
  }
}

@media (min-width: 1025px) {
  #header.animate-header .navs-holder {
    padding: 11px 26px 0 0 !important;
  }
}

@media print {
  #header.animate-header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.header-logo {
  overflow: hidden;
  padding: 15px 0;
  width: 40px;
  display: block;
  margin: 0 auto 0 20px;
}

@media (min-width: 700px) {
  .header-logo {
    padding: 17px 0;
    width: 69px;
    min-width: 69px;
    margin: 0 auto 0 21px;
  }
}

@media (min-width: 1025px) {
  .header-logo {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    min-width: 105px;
    width: 105px;
    margin: 0 auto 0 36px;
    padding: 25px 0 0;
  }
}

@media print {
  .header-logo {
    padding: 5px 0;
    width: 50px;
    max-width: 50%;
    min-width: 50px;
  }
}

.header-logo img {
  width: 100%;
  vertical-align: bottom;
}

@media print {
  .mobile-logo {
    display: none;
  }
}

@media (min-width: 700px) {
  .mobile-logo {
    display: none;
  }
}

.desktop-logo {
  display: none;
}

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

@media print {
  .desktop-logo {
    display: block !important;
  }
}

.search-panel {
  padding: 10px 15px;
  background: #d0d82c;
  width: 100%;
  min-width: 100%;
  display: none;
}

@media (min-width: 1025px) {
  .search-panel {
    padding: 30px 100px 0;
    height: 70px;
  }
}

.search-panel .search-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #7b8000;
  width: 100%;
  padding: 7px 50px 7px 0;
}

.search-panel .search-field:focus {
  outline: none;
}

.search-panel .row {
  position: relative;
}

.search-panel .search-btn {
  margin: 0;
  position: absolute;
  right: 0;
  top: -3px;
  padding: 5px;
  color: #002855;
  background: none;
  border: none;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

@media (min-width: 1025px) {
  .search-panel .search-btn {
    top: -10px;
  }
}

.search-panel .search-btn .icon {
  text-indent: 0;
  font-size: 27px;
}

@media (min-width: 1025px) {
  .search-panel .search-btn .icon {
    font-size: 26px;
  }
}

.search-panel label {
  height: 0;
  opacity: 0;
  position: absolute;
  left: -999em;
}

.nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 22px;
}

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

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

@media (max-width: 1024px) {
  .nav-buttons {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media print {
  .nav-buttons {
    display: none;
  }
}

.nav-buttons li:not(:last-child) {
  margin: 0 5px 0 0;
}

.nav-buttons a {
  text-decoration: none;
  padding: 2px 12px 3px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #000;
  background: #3eb1c8;
}

@media (min-width: 700px) {
  .nav-buttons a {
    background: #7cd4e6;
    padding: 2px 15px 3px;
  }
}

@media (min-width: 1025px) {
  .nav-buttons a {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .nav-buttons a:hover {
    background: #96E6F6;
  }
}

.navs-holder {
  min-width: 100%;
  background: #002855;
  padding: 20px;
  display: none;
  height: calc(100vh - 78px);
  overflow: auto;
  -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) {
  .navs-holder {
    height: calc(100vh - 117px);
  }
}

@media (min-width: 1025px) {
  .navs-holder {
    -webkit-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    height: auto !important;
    margin: 0 !important;
    padding: 26px 26px 0 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    overflow: visible;
    min-width: 0;
    background: transparent;
    -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;
    -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 print {
  .navs-holder {
    padding: 0;
    display: none;
  }
}

.information-list {
  padding: 5px 0;
}

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

.information-list a {
  padding: 5px 28px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.9;
  color: #fff;
  text-decoration: none;
  display: block;
}

@media (min-width: 1025px) {
  .information-list a {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #fff;
    padding: 2px 21px;
  }
  .information-list a:hover {
    background: #00162F;
  }
}

/* navigation style */
@media (max-width: 1024px) {
  .open-menu-panel {
    overflow: hidden;
  }
}

.nav-site {
  -webkit-transition: margin 0.3s ease-in-out, font-size 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out, font-size 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, font-size 0.3s ease-in-out;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.86;
  margin: 0 0 13px;
}

@media (min-width: 1025px) {
  .nav-site {
    font-size: 17px;
    line-height: 1.43;
    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;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    min-width: 100%;
    margin: 45px -8px 0 0;
  }
}

@media (min-width: 1200px) {
  .nav-site {
    font-size: 21px;
  }
}

@media print {
  .nav-site {
    display: none;
  }
}

@media (min-width: 1025px) {
  .nav-site .drop-slide-wrapper {
    top: 100% !important;
  }
}

.nav-site > .nav-item {
  position: relative;
  margin: 0 0 3px;
}

@media (min-width: 1025px) {
  .nav-site > .nav-item {
    margin: 0;
    position: relative;
  }
  .nav-site > .nav-item.hover, .nav-site > .nav-item:hover {
    background: #7cd4e6;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .nav-site > .nav-item:last-child .sub-nav-holder {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .nav-site > .nav-item:last-child .drop-slide-wrapper {
    left: auto !important;
    right: 0 !important;
  }
}

.nav-site .nav-row {
  display: block;
  position: relative;
}

@media (min-width: 1025px) {
  .nav-site .nav-row {
    display: inline;
    position: static;
  }
}

.nav-site .item-menu {
  display: block;
  color: #fff;
  background: #00162f;
  position: relative;
  padding: 8px 6px 8px 18px;
  margin-right: 44px;
  text-decoration: none;
}

.nav-site .item-menu:focus {
  z-index: 2;
}

@media (min-width: 1025px) {
  .nav-site .item-menu {
    margin-right: 0;
    background: transparent;
    color: #002855;
    padding: 10px 21px;
  }
}

.nav-site .open .open-nav {
  background: #3eb1c8;
}

.nav-site .open .open-nav:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: #002855 transparent transparent transparent;
}

.nav-site .open .open-nav:before {
  background: #3eb1c8;
}

.open-nav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  background: #1c4573;
}

.open-nav.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1025px) {
  .open-nav {
    display: none;
  }
}

.open-nav: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;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
}

.sub-nav {
  padding: 5px 0;
}

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

@media (min-width: 1025px) {
  .sub-nav li {
    margin: 0 0 1px;
  }
}

.sub-nav a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 5px 17px;
  font-size: 14px;
  line-height: 1.9;
}

@media (min-width: 1025px) {
  .sub-nav a {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    padding: 7px 25px;
    display: block;
  }
  .sub-nav a:hover {
    background: #96E6F6;
  }
}

.sub-nav-holder {
  display: none;
  background: #3eb1c8;
}

@media (min-width: 1025px) {
  .sub-nav-holder {
    background: #7cd4e6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 314px;
  }
}

.sub-nav .current-page a {
  color: #fff;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 2.14;
  font-weight: 500;
  margin: 0 0 13px;
}

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

@media (max-width: 1024px) {
  .nav-links {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media print {
  .nav-links {
    display: none;
  }
}

.nav-links li {
  margin: 0 35px 0 0;
}

@media (min-width: 1025px) {
  .nav-links li {
    margin: 2px 34px 0 0;
  }
}

.nav-links a {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1025px) {
  .nav-links a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #767676;
  }
  .nav-links a:hover {
    color: #002855;
  }
}

@media (min-width: 1025px) {
  .scrolling-up .drop-slide-wrapper {
    margin: -7px 0 0;
  }
}

.pagination {
  text-align: center;
}

@media (min-width: 700px) {
  .pagination {
    text-align: left;
    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;
  }
}

@media print {
  .pagination {
    display: none;
  }
}

.pagination-slide-description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .pagination-slide-description {
    margin: 0;
  }
}

.pagination-slide-container {
  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) {
  .pagination-slide-container {
    margin: 0 -10px 0 0;
  }
}

.pagination-slide-container a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.pagination-slide-container a:hover {
  color: #D62D00;
}

.pagination-slide {
  font-weight: bold;
  background: none;
  border: none;
  color: #002855;
  padding: 5px 10px;
  text-decoration: none;
}

.pagination-slide.active {
  border: solid 2px #ffc72c;
}

.pagination-next,
.pagination-prev {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  width: 33px;
  height: 33px;
  background: none;
  border: none;
  position: relative;
}

.pagination-next:before,
.pagination-prev:before {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 7px 6.5px 0;
  border-color: transparent #3eb1c8 transparent transparent;
}

.pagination-next:hover:before,
.pagination-prev:hover:before {
  border-color: transparent #D62D00 transparent transparent;
}

.pagination-next:hover,
.pagination-prev:hover {
  color: #D62D00;
}

.pagination-next:before {
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #3eb1c8;
}

.pagination-next:hover:before {
  border-color: transparent transparent transparent #D62D00;
}

/* breadcrumb style */
.breadcrumb-panel {
  position: relative;
  z-index: 10;
  margin: 20px 0;
}

@media (min-width: 1025px) {
  .breadcrumb-panel {
    margin: 20px 0 40px;
  }
}

@media print {
  .breadcrumb-panel {
    display: none !important;
    position: absolute;
    left: -9999px;
    top: -99999px;
  }
}

.breadcrumb-panel .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .breadcrumb-panel .container {
    max-width: 1155px;
  }
}

.breadcrumb {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 14px 0 0 29px;
  padding: 0 0 13px;
  border-bottom: 1px solid #b2b4b2;
  width: 100%;
}

@media (min-width: 1025px) {
  .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumb-menu {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #767676;
}

.breadcrumb-menu a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #767676;
}

.breadcrumb-menu a:hover {
  color: #002855;
}

.breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-item:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-right: 1px solid #767676;
  border-top: 1px solid #767676;
  margin: 0 6px 2px 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.skip-main:focus, a.skip-main:active {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 101;
}

/* footer style */
#footer {
  font-size: 14px;
  line-height: 1.71;
  padding: 17px 0;
  background-color: #fff;
  position: relative;
}

@media (min-width: 700px) {
  #footer {
    padding: 24px 0;
  }
}

@media (min-width: 1025px) {
  #footer {
    padding: 31px 0;
  }
}

@media print {
  #footer {
    display: none;
  }
}

@media (min-width: 700px) {
  #footer .row {
    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;
  }
}

#footer .row:not(:last-child) {
  border-bottom: solid 1px #b2b4b2;
  padding: 0 0 23px;
  margin: 0 0 13px;
}

@media (min-width: 700px) {
  #footer .row:not(:last-child) {
    padding: 0 0 12px;
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  #footer .row:not(:last-child) {
    padding: 0;
  }
}

@media (min-width: 700px) {
  #footer .container-lg {
    padding: 0 26px;
  }
}

#footer .copy-holder {
  margin: 0 0 20px;
  padding: 0 20px 0 0;
}

@media (min-width: 700px) {
  #footer .copy-holder span {
    display: inline-block;
    margin: 0 16px 0 0;
  }
}

#footer a {
  text-decoration: none;
}

.design-info a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-weight: bold;
  color: #D62D00;
}

.design-info a:hover {
  background: #F5F6F5;
}

.footer-logo {
  display: block;
  width: 69px;
  min-width: 69px;
  margin: 0 45px 0 0;
}

@media (min-width: 700px) {
  .footer-logo {
    width: 88px;
    min-width: 88px;
    margin: 0 0 0 -4px;
  }
}

@media (min-width: 1025px) {
  .footer-logo {
    width: 105px;
    min-width: 105px;
    margin: 0 0 0 10px;
  }
}

.footer-contact {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .footer-contact {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
  }
}

.contact-wrap {
  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;
  margin: 0 0 26px;
}

@media (min-width: 700px) {
  .contact-wrap {
    font-size: 14px;
    margin: 0 0 29px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .contact-wrap {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    max-width: 426px;
    margin: 0 70px 0 0;
  }
}

@media (min-width: 1200px) {
  .contact-wrap {
    margin: 0 141px 0 0;
  }
}

@media (min-width: 1025px) {
  .social-wrap {
    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: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
  }
}

.address-box {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  width: 59%;
  margin: 3px 0 0;
}

@media (min-width: 700px) {
  .address-box {
    width: 67%;
    margin: 26px 0 0;
  }
}

@media (min-width: 1025px) {
  .address-box {
    width: unset;
    margin: 47px 0 0 46px;
  }
}

.address-box .contact-us {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-weight: bold;
  color: #D62D00;
}

.address-box .contact-us:hover {
  background: #F5F6F5;
}

.address-box a {
  color: #000;
}

.address-box address {
  font-style: normal;
}

@media (min-width: 700px) {
  .footer-nav-wrap {
    width: 33%;
    margin: -5px 0 0;
  }
}

@media (min-width: 1025px) {
  .footer-nav-wrap {
    max-width: 230px;
    margin: 14px 0 0;
  }
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .social-link {
    margin: 0 0 4px;
  }
}

.social-link li {
  margin: 0 22px 0 0;
}

@media (min-width: 700px) {
  .social-link li {
    margin: 0 26px 0 0;
  }
}

.social-link 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-size: 0;
  color: #000;
  display: block;
}

.social-link a:hover {
  color: #B2B4B2;
}

.social-link .icon {
  font-size: 25px;
}

@media (min-width: 700px) {
  .social-link .icon {
    font-size: 27px;
  }
}

.social-link .icon-instagram {
  font-size: 28px;
}

.footer-nav {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
}

.footer-nav li {
  margin: 0 0 1px;
}

.footer-nav a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #D62D00;
}

.footer-nav a:hover {
  background: #F5F6F5;
}

/* degree content style */
.degree-content {
  padding: 3px 0 0;
  margin: 0 0 3px;
}

@media (min-width: 700px) {
  .degree-content {
    margin: 0 0 6px;
  }
}

@media (min-width: 1025px) {
  .degree-content {
    padding: 0;
    margin: 0 0 21px;
  }
}

@media print {
  .degree-content {
    margin: 0 0 10px;
  }
}

@media (min-width: 1025px) {
  .degree-content .container {
    max-width: 820px;
  }
}

@media (min-width: 700px) {
  .degree-content .text {
    width: 51%;
  }
}

@media (min-width: 1025px) {
  .degree-content .text {
    width: 56%;
  }
}

@media print {
  .degree-content .text {
    width: 100%;
  }
}

.degree-content .text p:first-letter {
  font: bold 75px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  float: left;
  margin: -5px 10px 0 0;
}

@media print {
  .degree-content .text p:first-letter {
    font-size: 40px;
    color: #000;
    margin: 0 10px 0 0;
  }
}

@-moz-document url-prefix() {
  .degree-content .text p:first-letter {
    margin: 6px 10px 0 0;
  }
}

.degree-content .content {
  line-height: 1.5;
}

@media (min-width: 700px) {
  .degree-content .content {
    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;
  }
}

.degree-content .text {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .degree-content .text {
    margin: 0;
  }
}

@media (min-width: 700px) {
  .degree-content .block {
    width: 44%;
  }
}

@media (min-width: 1025px) {
  .degree-content .block {
    width: 37%;
    margin: 7px 0 0;
  }
}

@media print {
  .degree-content .block {
    display: none;
  }
}

.degree-content h2, .degree-content .h2 {
  font: bold 26px/1.15 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  margin: 10px 0 20px;
}

@media (min-width: 700px) {
  .degree-content h2, .degree-content .h2 {
    font-size: 40px;
    line-height: 1.08;
    margin: -2px 0 24px;
  }
}

@media print {
  .degree-content h2, .degree-content .h2 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #000;
  }
}

.program-list {
  margin: 0 0 5px;
}

@media (min-width: 700px) {
  .program-list {
    margin: 0 0 13px;
  }
}

.program-list .img {
  min-width: 32px;
  max-width: 32px;
  margin: 5px 0 0;
}

.program-list .row {
  padding: 0 10px;
  margin: 0 0 13px;
}

.program-list .title {
  font-size: 16px;
  line-height: 1.31;
  font-weight: bold;
  color: #000;
  display: block;
}

.program-list .btn {
  font-size: 18px;
  min-width: 190px;
}

@media (min-width: 1025px) {
  .program-list .btn {
    min-width: 193px;
  }
}

.program-list img {
  display: block;
}

.program-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3px;
}

.program-list li:last-child {
  margin: 0;
}

.program-list li a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  line-height: 1.31;
  font-weight: bold;
  text-decoration: none;
  color: #D62D00;
}

.program-list li a:hover {
  background: #F5F6F5;
}

.program-list li p {
  margin: 0;
}

.degree-list {
  margin: 0 0 30px;
  padding: 6px 0 0;
}

@media (min-width: 700px) {
  .degree-list {
    padding: 18px 0 0;
    margin: 0 0 42px;
  }
}

@media (min-width: 1025px) {
  .degree-list {
    padding: 9px 0 0;
    margin: 0 0 59px;
  }
}

@media print {
  .degree-list {
    padding: 0;
    margin: 0 0 10px;
  }
}

@media (min-width: 1025px) {
  .degree-list .container {
    max-width: 820px;
  }
}

.degree-list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin: 0 0 14px;
}

@media (min-width: 700px) {
  .degree-list .row {
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .degree-list .row {
    margin: 0 0 27px;
  }
}

@media print {
  .degree-list .row {
    margin: 0 0 10px;
  }
}

.degree-list .img {
  min-width: 31px;
  max-width: 31px;
}

@media (min-width: 700px) {
  .degree-list .img {
    min-width: 63px;
    max-width: 63px;
    margin: 3px 0 0;
  }
}

@media print {
  .degree-list .img {
    display: none;
  }
}

.degree-list .holder {
  padding: 2px 0 0 15px;
}

@media (min-width: 700px) {
  .degree-list .holder {
    padding: 0 0 0 32px;
  }
}

@media print {
  .degree-list .holder {
    padding: 0;
  }
}

.degree-list h2, .degree-list .h2 {
  font: bold 26px/1.15 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  padding: 0 15px 0 0;
  margin: 0 0 17px;
}

@media (min-width: 700px) {
  .degree-list h2, .degree-list .h2 {
    font-size: 40px;
    line-height: 1.08;
  }
}

@media print {
  .degree-list h2, .degree-list .h2 {
    margin: 0 0 10px;
    color: #000;
    font-size: 20px;
  }
}

.degree-list img {
  display: block;
}

.learning-list {
  margin: 0;
  padding: 0 0 0 15px;
}

@media print {
  .learning-list {
    padding: 0 0 0 25px;
  }
}

.learning-list li {
  margin: 0 0 10px;
}

@media print {
  .learning-list li {
    margin: 0 0 5px;
  }
}

.calendar-holder {
  padding: 14px 0 0;
  margin: 0 0 -34px;
}

@media (min-width: 700px) {
  .calendar-holder {
    padding: 21px 0 0;
    margin: 0 0 -24px;
  }
}

@media (min-width: 1025px) {
  .calendar-holder {
    margin: 0 0 22px;
    padding: 0;
  }
}

@media print {
  .calendar-holder {
    padding: 0;
    border: none;
  }
}

.calendar-holder .container {
  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;
}

@media (min-width: 1025px) {
  .calendar-holder .container {
    max-width: 1155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.calendar-holder .btn-back {
  bottom: -4px;
}

@media (min-width: 700px) {
  .calendar-holder .btn-back {
    bottom: -10px;
  }
}

@media (min-width: 1025px) {
  .calendar-holder .btn-back {
    bottom: -33px;
    right: 6px;
  }
}

@media print {
  .calendar-holder .btn-back {
    display: none;
  }
}

.category-calendar {
  border: solid 4px #ffc72c;
  padding: 9px 20px 7px 20px;
}

@media (min-width: 700px) {
  .category-calendar {
    width: 48.4%;
  }
}

@media (min-width: 1025px) {
  .category-calendar {
    width: 100%;
    padding: 19px 20px 17px 27px;
  }
}

.category-calendar .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #002855;
  display: block;
  margin: 0 0 6px;
}

@media (min-width: 1025px) {
  .category-calendar .title {
    margin: 0 0 16px;
  }
}

.category-calendar .checkbox-holder {
  padding: 0 0 0 29px;
}

@media (min-width: 700px) {
  .category-calendar .checkbox-holder {
    margin: 0 0 10px;
  }
}

.category-calendar .checkbox-holder .control-text:after {
  left: -27px;
}

.category-calendar .checkbox-holder .control-text:before {
  left: -25px;
}

.category-dates {
  margin: 0 0 30px;
}

@media (min-width: 700px) {
  .category-dates {
    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: 1025px) {
  .category-dates {
    margin: 45px 0 0;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 368px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 368px;
            flex: 0 0 368px;
  }
}

@media print {
  .category-dates {
    display: none;
  }
}

@media (min-width: 1025px) {
  .category-events {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 62px 0 0;
  }
}

.category-events .panel-date {
  margin: 0 0 8px;
}

@media (min-width: 700px) {
  .category-events .panel-date {
    margin: 0 0 10px;
  }
}

@media (min-width: 1025px) {
  .category-events .panel-date {
    margin: 0 0 13px;
  }
}

@media print {
  .category-events .panel-date {
    display: none;
  }
}

.category-events .panel-date li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 10px 0;
}

.category-events .panel-date .is-active a {
  font-weight: normal;
  color: #000;
}

.category-events .panel-date .is-active a:hover {
  background: none;
}

.category-events .panel-date a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-weight: bold;
  color: #D62D00;
  text-decoration: none;
}

.category-events .panel-date a:hover {
  background: #F5F6F5;
}

.category-events .panel {
  padding: 0 0 10px;
  border-bottom: 4px solid #dddfdd;
}

@media (min-width: 700px) {
  .category-events .panel {
    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 print {
  .category-events .panel {
    border: none;
  }
}

.category-events .today {
  font: bold 26px/1.5 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  display: block;
  margin: 0 0 7px;
}

@media (min-width: 700px) {
  .category-events .today {
    font-size: 40px;
    line-height: 1.08;
    margin: 0;
  }
}

@media print {
  .category-events .today {
    font-size: 25px;
    color: #000;
  }
}

@media (min-width: 700px) {
  .category-events .event-row {
    margin: 0 0 2px;
  }
}

@media (min-width: 1025px) {
  .category-events .event-row {
    margin: 0 0 18px;
  }
}

.category-events .event-row .event-title {
  line-height: 1.16;
}

@media (min-width: 700px) {
  .category-events .event-row .event-title {
    margin: 0 0 2px;
  }
}

@media (min-width: 700px) {
  .category-events .event-row .date-box {
    margin: 0 30px 22px 0;
  }
}

.category-events .event-row time {
  margin: 0 0 2px;
}

.category-events .events-holder {
  padding: 25px 0 0;
}

@media (min-width: 1025px) {
  .category-events .events-holder {
    padding: 40px 0 0;
  }
}

@media print {
  .category-events .events-holder {
    padding: 0;
  }
}

.pagination-date {
  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;
}

@media (min-width: 700px) {
  .pagination-date {
    -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) {
  .pagination-date {
    padding: 0 13px 0 0;
  }
}

@media print {
  .pagination-date {
    display: none;
  }
}

.pagination-date .next,
.pagination-date .prev {
  font-weight: bold;
  padding: 0 18px;
  position: relative;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.pagination-date .next:before,
.pagination-date .prev:before {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #7cd4e6 transparent transparent;
}

.pagination-date .next:hover:before,
.pagination-date .prev:hover:before {
  border-color: transparent #D62D00 transparent transparent;
}

.pagination-date .next:before {
  left: auto;
  right: 0;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #7cd4e6;
}

.pagination-date .next:hover:before {
  border-color: transparent transparent transparent #D62D00;
}

.faculty-content {
  line-height: 1.5;
  margin: 0 0 27px;
}

@media (min-width: 700px) {
  .faculty-content {
    margin: 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .faculty-content {
    margin: 0 0 60px;
  }
}

@media print {
  .faculty-content {
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .faculty-content .container {
    max-width: 820px;
  }
}

@media print {
  .faculty-content .container {
    max-width: 100%;
  }
}

.faculty-content p {
  margin: 0 0 20px;
}

.faculty-content p:first-child:first-letter {
  font: bold 75px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  float: left;
  margin: -5px 10px 0 0;
}

@media print {
  .faculty-content p:first-child:first-letter {
    font-size: 40px;
    color: #000;
    margin: 0 10px 0 0;
  }
}

@-moz-document url-prefix() {
  .faculty-content p:first-child:first-letter {
    margin: 6px 10px 0 0;
  }
}

.single-event {
  margin: 0 0 -23px;
}

@media (min-width: 700px) {
  .single-event {
    margin: 0 0 -14px;
    padding: 20px 0 0;
  }
}

@media (min-width: 1025px) {
  .single-event {
    margin: 0 0 5px;
    padding: 11px 0 0;
  }
}

@media print {
  .single-event {
    border: none;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .single-event .holder {
    max-width: 740px;
    margin: 0 auto;
  }
}

.single-event p:first-letter {
  font: bold 75px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  float: left;
  margin: -5px 10px 0 0;
}

@media print {
  .single-event p:first-letter {
    font-size: 40px;
    color: #000;
    margin: 0 10px 0 0;
  }
}

@-moz-document url-prefix() {
  .single-event p:first-letter {
    margin: 6px 10px 0 0;
  }
}

.single-event .btn-back {
  bottom: 0;
}

@media (min-width: 700px) {
  .single-event .btn-back {
    bottom: -22px;
  }
}

@media (min-width: 1025px) {
  .single-event .btn-back {
    bottom: -15px;
  }
}

@media print {
  .single-event .btn-back {
    display: none;
  }
}

.event-panel {
  padding: 5px 0 0;
}

@media (min-width: 700px) {
  .event-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0 0;
  }
}

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

.event-panel .title {
  font-weight: bold;
  display: block;
  margin: 0 0 11px;
}

.event-social {
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .event-social {
    margin: 0 48px 0 0;
  }
}

@media print {
  .event-social {
    display: none;
  }
}

.event-category-list,
.event-social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.event-category-list li,
.event-social-list li {
  margin: 0 12px 12px 0;
}

.event-category-list a,
.event-social-list a {
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  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;
  font-size: 0;
  text-decoration: none;
  background: #002855;
  color: #fff;
  width: 40px;
  height: 40px;
}

.event-category-list a:hover,
.event-social-list a:hover {
  background: #B2B4B2;
}

.event-category-list .icon,
.event-social-list .icon {
  font-size: 20px;
  margin: auto;
}

.event-category-list a {
  font-size: 16px;
  border: solid 2px #ffc72c;
  width: auto;
  height: auto;
  background: transparent;
  color: #000;
  padding: 5px 10px;
}

.event-category-list a:hover {
  border-color: #F5F6F5;
  background: #F5F6F5;
}

@media print {
  .event-category-list a {
    border-color: #000;
  }
}

.new-single {
  margin: 0 0 29px;
}

@media (min-width: 700px) {
  .new-single {
    margin: 0 0 41px;
    padding: 4px 0 0;
  }
}

@media (min-width: 1025px) {
  .new-single {
    padding: 5px 0 0;
    margin: 0 0 59px;
  }
}

.new-single .container {
  max-width: 815px;
  margin: 0 auto;
}

.new-single h1, .new-single .h1 {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .new-single h1, .new-single .h1 {
    font-size: 45px;
    line-height: 1.11;
  }
}

@media (min-width: 1025px) {
  .new-single h1, .new-single .h1 {
    font-size: 55px;
    line-height: 1.09;
    margin: 0 0 25px;
  }
}

@media print {
  .new-single h1, .new-single .h1 {
    font-size: 25px;
    color: #000;
    margin: 0 0 10px;
  }
}

.new-single time {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  display: block;
  margin: 0 0 28px;
}

@media (min-width: 1025px) {
  .new-single time {
    margin: 0 0 42px;
  }
}

@media print {
  .new-single time {
    font-size: 16px;
    margin: 0 0 15px;
  }
}

.new-single figure {
  margin: 0 0 30px;
}

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

@media (min-width: 1025px) {
  .new-single figure {
    margin: 0 0 50px;
  }
}

@media print {
  .new-single figure {
    margin: 0 0 15px;
  }
}

.new-single figcaption {
  margin: 10px 0 0;
  padding: 0 5px 0 0;
}

@media (min-width: 700px) {
  .new-single figcaption {
    margin: 20px 0 0;
  }
}

@media (min-width: 1025px) {
  .new-single figcaption {
    margin: 11px 0 0;
  }
}

.new-single p {
  margin: 0 0 22px;
}

@media (min-width: 700px) {
  .new-single p {
    margin: 0 0 24px;
  }
}

.new-single p:first-of-type:first-letter {
  font: bold 75px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  float: left;
  margin: -5px 10px 0 0;
}

@media print {
  .new-single p:first-of-type:first-letter {
    font-size: 40px;
    color: #000;
    margin: 0 10px 0 0;
  }
}

@-moz-document url-prefix() {
  .new-single p:first-of-type:first-letter {
    margin: 6px 10px 0 0;
  }
}

.new-single img {
  width: 100%;
  vertical-align: top;
}

.story-single {
  padding: 7px 0 0;
  margin: 0 0 31px;
  overflow: hidden;
}

@media (min-width: 700px) {
  .story-single {
    padding: 0;
    margin: 0 0 20px;
  }
}

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

@media print {
  .story-single {
    margin: 0;
  }
}

@media (min-width: 700px) {
  .story-content {
    margin: 0 0 20px;
  }
}

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

@media print {
  .story-content {
    margin: 0 0 10px;
  }
}

.story-content:first-of-type p:first-child:first-letter {
  font: bold 75px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  float: left;
  margin: -5px 10px 0 0;
}

@media print {
  .story-content:first-of-type p:first-child:first-letter {
    font-size: 40px;
    color: #000;
    margin: 0 10px 0 0;
  }
}

@-moz-document url-prefix() {
  .story-content:first-of-type p:first-child:first-letter {
    margin: 6px 10px 0 0;
  }
}

@media (min-width: 700px) {
  .story-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.story-content .link-arrow:hover {
  color: #D62D00;
}

.story-content .block {
  padding: 0 0 7px;
}

@media (min-width: 700px) {
  .story-content .block {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 23px 0 0;
  }
}

@media (min-width: 1025px) {
  .story-content .block {
    padding: 0 49px 0 0;
  }
}

@media (min-width: 700px) {
  .story-content .block:last-child {
    max-width: 272px;
    min-width: 272px;
    padding: 0;
  }
}

@media print {
  .story-content .block:last-child {
    max-width: 100%;
    min-width: 0;
    display: none;
  }
}

.story-content .program-list {
  margin: 0 0 31px;
}

@media (min-width: 700px) {
  .story-content .program-list {
    margin: 0 0 31px;
  }
}

@media (min-width: 1025px) {
  .story-content .program-list {
    margin: 0 0 37px;
  }
}

.story-content .program-list:last-of-type {
  margin: 0;
}

@media (min-width: 700px) {
  .story-content .program-list:last-of-type {
    margin: 0 0 31px;
  }
}

.story-content .program-list li {
  margin: 0 0 8px;
}

.story-content p {
  margin: 0 0 21px;
}

.profile-box {
  font-size: 14px;
  line-height: 1.43;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
  border-bottom: 4px solid #ffc72c;
}

.profile-box:first-child {
  border-top: 4px solid #ffc72c;
}

@media (min-width: 700px) {
  .profile-box {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    border: 4px solid #ffc72c;
    padding: 20px;
    margin: 0 0 20px;
  }
}

.profile-box .img {
  max-width: 90px;
  min-width: 90px;
  margin: 3px 0 0;
}

@media (min-width: 700px) {
  .profile-box .img {
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 20px;
  }
}

.profile-box .info {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 0 0 20px;
}

@media (min-width: 700px) {
  .profile-box .info {
    padding: 0;
  }
}

@media (min-width: 700px) {
  .profile-box .holder {
    margin: 0 0 10px;
  }
}

.profile-box .h2 {
  font-size: 21px;
  margin: 0;
}

.profile-box .link-arrow {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font: bold 21px/1.24 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  margin: 0 0 3px;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 700px) {
  .profile-box .link-arrow {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.13;
    margin: 0 0 8px;
  }
}

.profile-box .status {
  font-size: 14px;
  line-height: 1.29;
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
}

@media (min-width: 700px) {
  .profile-box .status {
    margin: 0 0 18px;
  }
}

.profile-box img {
  width: 100%;
  vertical-align: top;
}

.profile-box p {
  margin: 0;
}

@media (min-width: 1025px) {
  .news-heading.container {
    max-width: 1155px;
  }
}

.news-heading h1, .news-heading .h1 {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  margin: 0 0 19px;
}

@media (min-width: 700px) {
  .news-heading h1, .news-heading .h1 {
    font-size: 45px;
    line-height: 1.11;
    margin: 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .news-heading h1, .news-heading .h1 {
    font-size: 55px;
    line-height: 1.09;
  }
}

@media print {
  .news-heading h1, .news-heading .h1 {
    font-size: 25px;
    color: #000;
    margin: 0 0 10px;
  }
}

.news-list {
  margin: 0 auto 43px;
  overflow: hidden;
  max-width: 1900px;
}

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

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

@media print {
  .news-list {
    overflow: visible;
  }
}

.news-list .pagination-slide-description {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .news-list .pagination-slide-description {
    margin: 0;
  }
}

.news-wrapper {
  margin: 0 0 9px;
}

@media (min-width: 700px) {
  .news-wrapper {
    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) {
  .news-wrapper {
    margin: 0 auto 4px;
    max-width: 1200px;
  }
}

@media print {
  .news-wrapper {
    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 -3px;
  }
}

.pagination-results {
  margin: 0 -3px;
}

@media (min-width: 700px) {
  .new-holder {
    width: 50%;
    padding: 0 3px;
    margin: 0 0 6px;
  }
}

@media (min-width: 1025px) {
  .new-holder {
    width: 33.33%;
    margin: 0 0 13px;
  }
}

@media print {
  .new-holder {
    width: 50%;
    padding: 0 3px;
  }
}

.new-img img {
  width: 100%;
  vertical-align: top;
}

.new-text {
  padding: 23px 20px;
  margin: 0 0 5px;
}

@media (min-width: 1025px) {
  .new-text {
    padding: 18px 55px 18px 29px;
  }
}

@media print {
  .new-text {
    padding: 10px 0;
  }
}

.new-text .new-title {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font: bold 21px/1.24 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  display: block;
  margin: 0 0 8px;
  text-decoration: none;
}

.new-text .new-title:hover {
  color: #D62D00;
}

@media (min-width: 700px) {
  .new-text .new-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 15px;
  }
}

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

@media print {
  .new-text .new-title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin: 0 0 5px;
  }
}

.new-text .new-title .icon {
  color: #D62D00;
  margin: 0 0 0 13px;
  top: 2px;
  position: relative;
}

@media (min-width: 700px) {
  .new-text .new-title .icon {
    top: 0;
    font-size: 20px;
    margin: 0 0 0 19px;
  }
}

@media (min-width: 1025px) {
  .new-text .new-title .icon {
    margin: 0 0 0 11px;
  }
}

.new-text .new-date {
  font-size: 16px;
  line-height: 1.88;
  font-weight: bold;
  display: block;
}

@media print {
  .new-text .new-date {
    font-size: 14px;
    line-height: 16px;
  }
}

.story-list {
  padding: 17px 0 0;
}

@media (min-width: 700px) {
  .story-list {
    padding: 22px 0 0;
  }
}

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

@media (min-width: 700px) {
  .story-list.blockquote-box {
    margin: 0 0 42px;
  }
}

.story-list .blockquote-holder {
  margin: 0 0 65px;
}

@media (min-width: 700px) {
  .story-list .blockquote-holder {
    margin: 0 0 61px;
  }
}

@media (min-width: 1025px) {
  .story-list .blockquote-holder {
    margin: 0 0 69px;
  }
}

@media print {
  .story-list .blockquote-holder {
    margin: 0 0 10px;
    page-break-inside: avoid;
  }
}

.story-list .blockquote-holder:last-of-type {
  margin: 0 0 53px;
}

@media (min-width: 1025px) {
  .story-list .blockquote-holder:last-of-type {
    margin: 0 0 64px;
  }
}

@media print {
  .story-list .blockquote-holder:last-of-type {
    margin: 0 0 10px;
  }
}

@media (min-width: 1200px) {
  .story-list .blockquote-text {
    padding: 31px 60px 25px 34px;
  }
}

@media (min-width: 1025px) {
  .story-list .blockquote-text .btn {
    min-width: 172px;
  }
}

@media (min-width: 700px) {
  .story-list .imblockquote-img {
    margin: -4px 0 -4px -4px;
  }
}

@media (min-width: 700px) {
  .story-list .imblockquote-img .decor {
    top: -14px;
  }
}

@media (min-width: 1025px) {
  .story-list .imblockquote-img .decor {
    top: -22px;
  }
}

/* banner large style */
.banner-lg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  max-width: 1900px;
  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: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin: 0 auto 33px;
  overflow: hidden;
  background-color: #000;
}

@media (max-width: 699px) {
  .banner-lg {
    height: 64vw !important;
  }
}

@media (min-width: 700px) {
  .banner-lg {
    margin: 0 auto 51px;
    min-height: 400px;
  }
}

@media (min-width: 1025px) {
  .banner-lg {
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 88px;
  }
}

@media print {
  .banner-lg {
    margin: 0 auto 15px;
    height: auto !important;
    background: none;
  }
}

.video-bg .banner-lg {
  margin: 78px auto 0;
}

@media (min-width: 700px) {
  .video-bg .banner-lg {
    margin: 117px auto 0;
  }
}

@media (min-width: 1025px) {
  .video-bg .banner-lg {
    margin: 177px auto 0;
  }
}

@media print {
  .banner-lg .container-lg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.banner-lg .polygon {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
}

@media (min-width: 1025px) {
  .banner-lg .polygon {
    -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
            transform: translateY(60%);
  }
}

@media (max-width: 1024px) {
  .banner-lg .polygon {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media print {
  .banner-lg .polygon {
    display: none;
  }
}

.banner-lg .polygon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.banner-lg img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  min-height: 100%;
}

@media print {
  .banner-lg img {
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    top: 0;
    max-width: 0;
    vertical-align: bottom;
  }
}

.banner-lg .button-arrow.go_to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-full-text {
  position: relative;
  padding: 0 0 16px;
  z-index: 2;
  max-width: 230px;
}

@media (min-width: 700px) {
  .banner-full-text {
    padding: 0 0 42px 10px;
    max-width: 350px;
  }
}

@media (min-width: 1025px) {
  .banner-full-text {
    padding: 10px 53px 19px;
    max-width: 500px;
  }
}

@media print {
  .banner-full-text {
    padding: 0 50px 50px;
    max-width: 100%;
  }
}

.banner-full-text h2, .banner-full-text .h2 {
  font: bold 40px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0;
}

@media (min-width: 700px) {
  .banner-full-text h2, .banner-full-text .h2 {
    font-size: 70px;
  }
}

@media (min-width: 1025px) {
  .banner-full-text h2, .banner-full-text .h2 {
    font-size: 90px;
  }
}

@media print {
  .banner-full-text h2, .banner-full-text .h2 {
    font-size: 25px;
    color: #fff;
  }
}

#anchor-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: none;
}

@media (min-width: 1025px) {
  #anchor-holder {
    display: block;
  }
}

/* banner small style */
.banner-small {
  max-width: 1900px;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .banner-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #002855;
  }
}

@media print {
  .banner-small {
    overflow: visible;
    display: block;
    text-align: center;
    min-height: auto;
    background: transparent;
  }
}

.banner-small .container {
  padding: 0;
  max-width: 1155px;
}

@media (min-width: 700px) {
  .banner-small .container {
    padding: 0 40px;
  }
}

@media print {
  .banner-small .container {
    padding: 0;
  }
}

.banner-small h1, .banner-small .h1 {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0;
}

@media (min-width: 700px) {
  .banner-small h1, .banner-small .h1 {
    font-size: 45px;
    line-height: 1.11;
  }
}

@media (min-width: 1025px) {
  .banner-small h1, .banner-small .h1 {
    font-size: 55px;
    line-height: 1.09;
  }
}

@media print {
  .banner-small h1, .banner-small .h1 {
    font-size: 25px;
    color: #000;
  }
}

.banner-small .banner-small-img {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 46vw;
}

@media (min-width: 700px) {
  .banner-small .banner-small-img {
    width: 48%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
  }
}

@media (min-width: 1025px) {
  .banner-small .banner-small-img {
    width: 59%;
  }
}

@media print {
  .banner-small .banner-small-img {
    display: none;
  }
}

@media (min-width: 700px) {
  .banner-small .title-holder {
    padding: 31px 0 41px;
  }
}

@media (min-width: 1025px) {
  .banner-small .title-holder {
    padding: 48px 0 60px;
    position: relative;
    z-index: 15;
  }
}

@media print {
  .banner-small .title-holder {
    padding: 0;
    text-align: left;
  }
}

.banner-small .text-holder {
  position: relative;
  padding: 23px 20px 6px;
  background: #002855;
}

@media (min-width: 700px) {
  .banner-small .text-holder {
    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;
    height: 100%;
    padding: 0;
    width: 60%;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1025px) {
  .banner-small .text-holder {
    width: 44%;
  }
}

@media print {
  .banner-small .text-holder {
    display: block;
    width: 100%;
    background: none;
    padding: 0;
  }
}

.banner-small .polygon {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 123px;
  z-index: 10;
}

@media (min-width: 700px) {
  .banner-small .polygon {
    top: 0;
    left: 100%;
    right: auto;
    bottom: 0;
    height: 100%;
    width: 340px;
  }
}

@media (min-width: 1025px) {
  .banner-small .polygon {
    width: 437px;
    margin: 0 0 0 -1px;
  }
}

@media print {
  .banner-small .polygon {
    display: none;
  }
}

.banner-small .polygon svg {
  width: 100%;
  height: 100%;
}

/* banner medium style */
.banner-md {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #000;
  height: 258px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1900px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .banner-md {
    height: 444px;
  }
}

@media (min-width: 1025px) {
  .banner-md {
    height: 452px;
  }
}

@media print {
  .banner-md {
    display: none;
  }
}

.banner-md img {
  width: 100%;
  vertical-align: bottom;
}

.banner-md .container {
  max-width: 100%;
  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: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 1025px) {
  .banner-md .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 100px;
  }
}

.banner-md h2, .banner-md .h2 {
  font: bold 30px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0 0 19px;
}

@media (min-width: 700px) {
  .banner-md h2, .banner-md .h2 {
    font-size: 50px;
    margin: 0 0 31px;
  }
}

@media (min-width: 1025px) {
  .banner-md h2, .banner-md .h2 {
    font-size: 70px;
    margin: 24px 0 40px;
  }
}

.banner-md .button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 18px;
}

@media (min-width: 700px) {
  .banner-md .button-list {
    -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;
    margin: 0 0 37px;
  }
}

@media (min-width: 1025px) {
  .banner-md .button-list {
    margin: 0;
  }
}

.banner-md .btn {
  margin: 0 0 4px;
  min-width: 174px;
  padding: 7px 0;
}

@media (min-width: 700px) {
  .banner-md .btn {
    margin: 0 6px 4px 0;
  }
}

.banner-md .polygon {
  position: absolute;
  width: 100%;
  left: 0;
  height: 108px;
  bottom: 0;
  z-index: 1;
  right: 0;
}

@media (min-width: 700px) {
  .banner-md .polygon {
    height: 204px;
  }
}

@media (min-width: 1025px) {
  .banner-md .polygon {
    height: 294px;
  }
}

.banner-md .polygon svg {
  width: 100%;
  height: 100%;
}

.banner-md .button-arrow-holder {
  min-width: 108px;
  max-width: 108px;
  display: block;
}

@media (min-width: 1025px) {
  .banner-md .button-arrow-holder {
    min-height: auto;
    min-width: 173px;
    max-width: 173px;
  }
}

.banner-md .button-arrow-holder .button-arrow svg {
  height: 80%;
}

@media (min-width: 1025px) {
  .banner-md .button-arrow-holder .button-arrow:hover .icon-down {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    bottom: 46px;
  }
  .banner-md .button-arrow-holder .button-arrow:hover svg {
    height: 100%;
  }
}

.banner-md .button-arrow-holder .icon-down {
  -webkit-transition: bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

@media (min-width: 700px) {
  .banner-md .button-arrow-holder .icon-down {
    bottom: 18px;
    right: 21px;
  }
}

@media (min-width: 1025px) {
  .banner-md .button-arrow-holder .icon-down {
    bottom: 36px;
    right: 32px;
    font-size: 37px;
  }
}

.banner-question {
  position: relative;
  margin: 0 0 38px;
  background: #000;
}

@media (min-width: 1025px) {
  .banner-question {
    margin: 0 0 57px;
  }
}

@media print {
  .banner-question {
    display: none;
  }
}

.banner-question .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px;
  z-index: 1;
}

@media (min-width: 700px) {
  .banner-question .text {
    padding: 40px;
  }
}

@media (min-width: 1025px) {
  .banner-question .text {
    padding: 62px;
  }
}

.banner-question .polygon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.banner-question .btn,
.banner-question .btn-white {
  font-size: 18px;
  width: 100%;
}

.banner-question .btn {
  margin: 0 0 7px;
}

.banner-question .btn-holder {
  max-width: 330px;
}

.banner-question h2, .banner-question .h2 {
  font: bold 45px/1.11 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0 0 20px;
  max-width: 330px;
}

@media (min-width: 1025px) {
  .banner-question h2, .banner-question .h2 {
    font-size: 55px;
    line-height: 1.09;
    margin: 0 0 25px;
  }
}

.banner-question .img {
  min-height: 400px;
}

.banner-question img {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  min-height: 400px;
}

.banner-story {
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  background: #000;
}

@media print {
  .banner-story {
    background: transparent;
  }
}

.banner-story .container {
  padding: 0;
  z-index: 1;
}

@media (min-width: 700px) {
  .banner-story .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
  }
}

@media (min-width: 1025px) {
  .banner-story .container {
    max-width: 1150px;
  }
}

@media (min-width: 1200px) {
  .banner-story .container {
    max-width: 100%;
    padding: 0 60px;
  }
}

@media print {
  .banner-story .container {
    position: relative;
    padding: 0;
  }
}

.banner-story .text {
  color: #fff;
  background: #002855;
  padding: 22px 20px 8px 20px;
}

@media (min-width: 700px) {
  .banner-story .text {
    background: transparent;
    padding: 40px 0;
    max-width: 410px;
  }
}

@media (min-width: 1025px) {
  .banner-story .text {
    max-width: 450px;
    padding: 60px 0;
  }
}

@media print {
  .banner-story .text {
    background: none;
    padding: 0;
    color: #000;
    max-width: 100%;
  }
}

.banner-story .title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .banner-story .title {
    margin: 0 0 5px;
  }
}

@media (min-width: 1025px) {
  .banner-story .title {
    margin: 0 0 23px;
  }
}

@media print {
  .banner-story .title {
    margin: 0 0 10px;
  }
}

.banner-story .img {
  position: relative;
  margin: -12px 0 0 0;
}

@media (min-width: 700px) {
  .banner-story .img {
    margin: 0;
  }
}

@media print {
  .banner-story .img {
    display: none;
  }
}

.banner-story .polygon {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 700px) {
  .banner-story .polygon {
    top: 0;
  }
}

.banner-story h1, .banner-story .h1 {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  margin: 0;
  color: #fff;
}

@media (min-width: 700px) {
  .banner-story h1, .banner-story .h1 {
    font-size: 45px;
    line-height: 1.11;
  }
}

@media (min-width: 1025px) {
  .banner-story h1, .banner-story .h1 {
    font-size: 55px;
    line-height: 1.09;
  }
}

@media print {
  .banner-story h1, .banner-story .h1 {
    font-size: 25px;
  }
}

.banner-story img {
  width: 100%;
  vertical-align: top;
}

.fullscreen-bg-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  max-width: 1900px;
  margin: 0 auto;
}

.fullscreen-bg-video__holder {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1715px) {
  .fullscreen-bg-video__holder {
    width: 100vw;
    height: auto;
  }
}

@media (max-width: 1025px) {
  .fullscreen-bg-video__holder {
    display: none;
  }
  .fullscreen-bg-video__holder .sr-only {
    display: none;
  }
}

@media (min-width: 1025px) {
  #header:not(.scrolling-down) + .banner-lg .fullscreen-bg-video {
    position: absolute !important;
  }
}

@media (min-width: 1025px) {
  #header.scrolling-down + .banner-lg .fullscreen-bg-video {
    position: fixed;
    top: -177px;
  }
}

.slider-image-wrap {
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  .slider-image-wrap {
    margin: 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .slider-image-wrap {
    margin: 39px 0 60px;
  }
}

@media print {
  .slider-image-wrap {
    margin: 0 0 10px;
  }
}

@media print {
  .slider-image-wrap .arrows-holder {
    display: none;
  }
}

.slider-image {
  width: 100vw;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  max-width: 1900px;
}

@media print {
  .slider-image {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
}

@media (min-width: 700px) {
  .slider-image .button-slider-next,
  .slider-image .button-slider-prev {
    height: 83px;
    width: 58px;
  }
}

@media (min-width: 1025px) {
  .slider-image .button-slider-next,
  .slider-image .button-slider-prev {
    height: 124px;
    width: 86px;
  }
}

.slider-image .button-slider-next:before,
.slider-image .button-slider-prev:before {
  border-width: 6px 0 6px 6px;
}

@media (min-width: 700px) {
  .slider-image .button-slider-next:before,
  .slider-image .button-slider-prev:before {
    border-width: 6px 0 6px 6px;
  }
}

@media (min-width: 1025px) {
  .slider-image .button-slider-next:before,
  .slider-image .button-slider-prev:before {
    border-width: 11px 0 11px 11px;
    left: 50%;
  }
}

.slider-image .button-slider-prev:before {
  border-width: 6px 6px 6px 0;
}

@media (min-width: 700px) {
  .slider-image .button-slider-prev:before {
    border-width: 6px 6px 6px 0;
    left: 50%;
  }
}

@media (min-width: 1025px) {
  .slider-image .button-slider-prev:before {
    border-width: 11px 11px 11px 0;
    left: 50%;
  }
}

@media print {
  .slider-image .swiper-slide {
    width: 100% !important;
  }
}

.slider-image img {
  width: 100%;
  vertical-align: top;
}

.swiper-container-horizontal .slider-image-pagination .swiper-pagination-bullet {
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  border: solid 2px #fff;
  opacity: 1;
  margin: 0 10px;
  background: transparent;
}

@media (min-width: 700px) {
  .swiper-container-horizontal .slider-image-pagination .swiper-pagination-bullet {
    border-width: 4px;
    width: 19px;
    height: 19px;
    margin: 0 10px 2px;
  }
}

@media (min-width: 1025px) {
  .swiper-container-horizontal .slider-image-pagination .swiper-pagination-bullet {
    margin: 0 10px 6px;
  }
}

.swiper-container-horizontal .slider-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3eb1c8;
  border-color: #3eb1c8;
}

.swiper-container-horizontal .slider-image-pagination .swiper-pagination-bullet:hover {
  background: #3eb1c8;
  border-color: #3eb1c8;
}

.slider-caption {
  font-size: 14px;
  line-height: 1.29;
  font-weight: bold;
  padding: 13px 0 0;
  display: block;
}

@media (min-width: 700px) {
  .slider-caption {
    padding: 11px 0 0;
  }
}

/* stories style */
.stories {
  margin: 0 0 6px;
}

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

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

.stories .heading {
  font: bold 30px/1.2 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  margin: 0 0 15px;
  text-align: center;
}

@media (min-width: 700px) {
  .stories .heading {
    font-size: 50px;
    margin: 0 0 25px;
  }
}

@media (min-width: 1025px) {
  .stories .heading {
    font-size: 70px;
    margin: 0 0 33px;
  }
}

@media print {
  .stories .heading {
    color: #000;
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.stories .container-lg {
  padding: 0;
}

.stories .btn-holder {
  text-align: center;
}

@media print {
  .stories .btn-holder {
    display: none;
  }
}

.stories .btn {
  min-width: 167px;
}

@media (min-width: 700px) {
  .stories .btn {
    min-width: 190px;
  }
}

.stories-slider {
  margin: 0 0 20px;
  cursor: pointer;
  position: relative;
}

@media (min-width: 700px) {
  .stories-slider {
    margin: 0 0 35px;
  }
}

.stories-slider .swiper-slide-active .title {
  display: inline-block;
}

.stories-slider .title {
  display: none;
}

@media (min-width: 700px) {
  .stories-slider .title {
    display: inline-block;
  }
}

@media (min-width: 700px) {
  .stories-slider .swiper-wrapper {
    -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 -3px;
    width: auto;
  }
}

@media print {
  .stories-slider .swiper-wrapper {
    visibility: visible;
    display: block;
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    height: auto !important;
  }
}

.stories-slider .text-holder {
  background: rgba(0, 40, 85, 0.8);
  font-size: 16px;
  line-height: 1.45;
  color: #becbd9;
  height: 124px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px 21px 8px 20px;
  /*@include media('>=widescreen') {
      padding: 22px 35px 35px 39px;
    }*/
}

@media (min-width: 700px) {
  .stories-slider .text-holder {
    overflow: auto;
    height: auto;
    padding: 15px 34px 8px;
  }
}

@media (min-width: 1025px) {
  .stories-slider .text-holder {
    padding: 22px 35px 35px 39px;
  }
}

@media print {
  .stories-slider .text-holder {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    height: auto !important;
    position: relative;
    color: #000;
    background: none;
    padding: 5px 0 0;
  }
}

.stories-slider .text-holder:before {
  -webkit-transition: border-width 0.3s ease-in-out;
  -o-transition: border-width 0.3s ease-in-out;
  transition: border-width 0.3s ease-in-out;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 58px;
  border-color: transparent transparent #b5bd00 transparent;
}

@media (min-width: 700px) {
  .stories-slider .text-holder:before {
    border-width: 0 0 63px 63px;
  }
}

@media print {
  .stories-slider .text-holder:before {
    display: none;
  }
}

.stories-slider .title {
  font: bold 30px/1.2 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0 0 6px;
  position: relative;
  text-decoration: none;
}

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

@media (min-width: 1025px) {
  .stories-slider .title {
    margin: 0 0 6px;
  }
}

@media print {
  .stories-slider .title {
    font-size: 14px;
    color: #000;
    margin: 0 0 4px;
  }
}

.stories-slider .title .icon {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -5px -20px 0 12px;
}

@media print {
  .stories-slider .title .icon {
    display: none;
  }
}

@media (min-width: 700px) {
  .stories-slider .arrows-holder {
    display: none;
  }
}

@media print {
  .stories-slider .arrows-holder {
    display: none;
  }
}

.stories-slider .btn-next,
.stories-slider .btn-prev {
  position: absolute;
  bottom: 145px;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #002855;
  border-bottom: solid 35px #ffc72c;
  border-left: solid 35px #ffc72c;
  border-right: solid 35px transparent;
  border-top: solid 35px transparent;
}

.stories-slider .btn-next .icon,
.stories-slider .btn-prev .icon {
  font-size: 21px;
  position: absolute;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: 5px;
  left: -25px;
}

.stories-slider .btn-next {
  left: auto;
  right: 0;
  border-bottom: solid 35px #ffc72c;
  border-left: solid 35px transparent;
  border-right: solid 35px #ffc72c;
  border-top: solid 35px transparent;
}

.stories-slider .btn-next .icon {
  left: 4px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media print {
  .stories-slider .block {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

@media print {
  .stories-slider p {
    margin: 0 0 5px;
  }
}

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

@media print {
  .swiper-wrapper {
    display: block !important;
  }
  .swiper-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (min-width: 700px) {
  .stories-slide {
    width: 50%;
    margin: 0 0 6px;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 1025px) {
  .stories-slide {
    width: 33.33%;
  }
}

@media print {
  .stories-slide {
    float: left;
    width: 50% !important;
    height: auto !important;
  }
}

.stories-slide:nth-child(even) .text-holder:before {
  border-color: transparent transparent #3eb1c8 transparent;
}

.stories-slide:nth-child(even).hover .stories-blockquote, .stories-slide:nth-child(even):hover .stories-blockquote {
  left: auto;
  right: 100%;
}

@media (min-width: 1025px) {
  .stories-slide:nth-child(even).hover .stories-blockquote, .stories-slide:nth-child(even):hover .stories-blockquote {
    right: auto;
    left: 100%;
  }
}

@media (min-width: 1025px) {
  .stories-slide:nth-child(3n).hover .stories-blockquote, .stories-slide:nth-child(3n):hover .stories-blockquote {
    left: auto;
    right: 100%;
  }
}

.stories-slide: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: '';
  top: 0;
  right: 3px;
  bottom: 0;
  left: 3px;
  position: absolute;
  background-color: #3eb1c8;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 700px) {
  .stories-slide.hover:before, .stories-slide:hover:before {
    opacity: 0.3;
    visibility: visible;
  }
}

.stories-slide.hover .text-holder:before, .stories-slide:hover .text-holder:before {
  border-width: 0 0 63px 73px;
}

.stories-slide.hover .stories-blockquote, .stories-slide:hover .stories-blockquote {
  opacity: 1;
  top: 0;
  left: 100%;
}

.stories-slide.hover img, .stories-slide:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.stories-slide .holder {
  background: #000;
  overflow: hidden;
  position: relative;
}

@media print {
  .stories-slide .holder {
    overflow: visible;
  }
}

.stories-slide p span {
  font-weight: bold;
  display: inline;
  color: #fff;
}

@media print {
  .stories-slide p span {
    color: #000;
    font-weight: normal;
  }
}

.stories-slide img {
  -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: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  vertical-align: top;
  width: 100%;
}

.stories-blockquote {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  font-size: 22px;
  line-height: 1.33;
  opacity: 0;
  font-weight: 500;
  -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;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  padding: 10px 35px;
  position: absolute;
  top: -999em;
  background: #2a9db4;
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 3px;
}

@media (min-width: 700px) {
  .stories-blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .stories-blockquote {
    padding: 0 40px 59px;
    font-size: 30px;
    line-height: 1.33;
    width: 98.9%;
  }
}

@media print {
  .stories-blockquote {
    display: none;
  }
}

.stories-blockquote .blockquote-icon {
  font: bold 90px/78px "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  width: 73px;
  height: 67px;
  border: solid 4px #fff;
  margin: 0 auto 34px;
  line-height: 98px;
}

.stories-blockquote p {
  margin: 0;
}

.twitter {
  margin: -24px 0 16px;
}

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

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

.twitter .heading-social {
  padding: 20px 0 0;
  border-top: solid 4px #ffc72c;
}

@media print {
  .twitter .heading-social {
    border-top: transparent;
    padding: 10px 0 0;
  }
}

.twitter-posts {
  padding: 0 0 4px;
  border-bottom: solid 4px #ffc72c;
  margin: -5px 0 9px;
}

@media (min-width: 700px) {
  .twitter-posts {
    margin: 0;
    padding: 5px 0 3px;
    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: 1025px) {
  .twitter-posts {
    padding: 5px 0 23px;
  }
}

@media print {
  .twitter-posts {
    padding: 0;
    border: transparent;
    display: table;
  }
}

.twitter-posts .time {
  font-size: 14px;
  font-weight: bold;
}

.twitter-posts .box {
  margin: 0 0 13px;
}

@media (min-width: 700px) {
  .twitter-posts .box {
    width: 31%;
  }
}

@media (min-width: 1025px) {
  .twitter-posts .box {
    width: 23.5%;
  }
}

@media print {
  .twitter-posts .box {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
}

.twitter-posts .box:nth-child(3), .twitter-posts .box:nth-child(4) {
  display: none;
}

@media (min-width: 1025px) {
  .twitter-posts .box:nth-child(3), .twitter-posts .box:nth-child(4) {
    display: block;
  }
}

@media print {
  .twitter-posts .box:nth-child(3), .twitter-posts .box:nth-child(4) {
    display: block;
  }
}

@media (min-width: 700px) {
  .twitter-posts .box:nth-child(3) {
    display: block;
  }
}

.twitter-posts .box a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

@media (min-width: 1025px) {
  .twitter-posts .box a:hover {
    background: #F5F6F5;
  }
}

.twitter-posts .icon-retweet {
  color: #002855;
  font-size: 29px;
  margin: 0 11px 0 0;
}

@media print {
  .twitter-posts .icon-retweet {
    color: #000;
  }
}

.twitter-posts .twitter-title {
  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 8px;
}

.twitter-posts p {
  margin: 0 0 3px;
}

@media (min-width: 700px) {
  .twitter-posts p {
    margin: 0 0 10px;
  }
}

/* instagram section style */
.instagram {
  margin: 0 0 37px;
}

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

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

@media print {
  .instagram {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
  }
}

.heading-social {
  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 19px;
}

@media (min-width: 700px) {
  .heading-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 30px;
  }
}

@media print {
  .heading-social {
    margin: 0 0 10px;
  }
}

.heading-social .title {
  font: bold 26px/1.65 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  padding: 0 0 0 52px;
  position: relative;
  margin: 0;
}

@media (min-width: 700px) {
  .heading-social .title {
    font-size: 40px;
    line-height: 1.08;
    margin: 0 44px 0 0;
  }
}

@media (min-width: 1025px) {
  .heading-social .title {
    margin: 0 42px 0 0;
  }
}

@media print {
  .heading-social .title {
    color: #000;
  }
}

.heading-social .title .icon {
  font-size: 39px;
  position: absolute;
  color: #ccd0cc;
  left: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 700px) {
  .heading-social .title .icon {
    top: 48%;
  }
}

@media print {
  .heading-social .title .icon {
    color: #000;
  }
}

.heading-social .title .icon.icon-twitter {
  font-size: 28px;
}

.heading-social .link-arrow {
  font-size: 17px;
  line-height: 1.88;
  font-weight: bold;
}

@media (min-width: 700px) {
  .heading-social .link-arrow {
    font-size: 18px;
    margin: 0 0 -5px;
  }
}

@media print {
  .heading-social .link-arrow {
    display: none;
  }
}

@media (min-width: 1025px) {
  .heading-social .link-arrow .icon {
    margin: 0 0 0 13px;
  }
}

.heading-social .link-arrow .icon:before {
  font-size: 17px;
}

.instagram-gallery {
  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;
}

.instagram-gallery > a {
  display: none;
  width: calc(50% - 3px);
  padding-top: calc(50% - 3px);
  margin: 0 0 15px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.instagram-gallery > a:first-child {
  margin: 0 6px 15px 0;
}

@media (min-width: 700px) {
  .instagram-gallery > a {
    display: block;
    width: 24.55%;
    padding-top: 24.55%;
    margin: 0 0 15px;
  }
  .instagram-gallery > a:first-child {
    margin: 0 0 15px;
  }
}

@media print {
  .instagram-gallery > a {
    display: block;
    width: 24%;
  }
}

.instagram-gallery > a:nth-child(1), .instagram-gallery > a:nth-child(2) {
  display: block;
}

.instagram-gallery img {
  width: 100%;
  vertical-align: bottom;
}

/* buttons common style */
.btn {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.88;
  font-weight: bold;
  text-align: center;
  background: #D62D00;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 7px 24px 7px 27px;
  border: none;
  overflow: hidden;
}

@media (min-width: 700px) {
  .btn {
    font-size: 18px;
    padding: 8px 26px 8px 32px;
  }
}

@media print {
  .btn {
    display: none;
  }
}

.btn:hover {
  background: #C62A00;
}

.btn:hover:before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.btn-white {
  -webkit-transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  border: solid 3px #fff;
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 7px 0 7px 6px;
  text-decoration: none;
}

.btn-white:before {
  display: none;
}

.btn-white:hover {
  background: #D62D00;
  border-color: #D62D00;
}

/* mobile button style */
.mobile-btn {
  margin: 0 20px 0 0;
  border: none;
  position: relative;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  min-width: 108px;
  background: #002855;
  color: #fff;
  padding: 2px 17px 2px 24px;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 700px) {
  .mobile-btn {
    margin: 0 30px 0 20px;
  }
}

@media (min-width: 1025px) {
  .mobile-btn {
    display: none;
  }
}

@media print {
  .mobile-btn {
    display: none;
  }
}

.mobile-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 21px;
  border-color: transparent transparent transparent #ffc72c;
}

.btn-icon {
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: 102;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  display: block;
}

.btn-icon__decor, .btn-icon:after, .btn-icon:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
}

.open .btn-icon__decor, .open .btn-icon:after, .open .btn-icon:before {
  top: 9px;
  right: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-icon:after {
  top: 15px;
}

.btn-icon:before {
  top: 1px;
}

.open .btn-icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-search {
  text-indent: -9999px;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 20px;
  margin: 2px 11px 0 0;
  cursor: pointer;
  border: none;
  background: none;
}

@media (min-width: 700px) {
  .btn-search {
    margin: 2px 18px 0 0;
    right: 0;
    top: 0;
    position: relative;
  }
}

@media (min-width: 1025px) {
  .btn-search {
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 4px 27px 0 0;
  }
}

@media print {
  .btn-search {
    display: none;
  }
}

@media (min-width: 1025px) {
  .btn-search:hover .icon {
    color: #002855;
  }
}

.btn-search .icon {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
      -ms-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  color: #b5bd00;
}

.btn-search .icon-zoom {
  font-size: 0;
}

.btn-search .icon-zoom:before {
  font-size: 27px;
}

.btn-search .icon-close {
  display: none;
}

.btn-search.is-active .icon-zoom {
  display: none;
}

.btn-search.is-active .icon-close {
  display: block;
  font-weight: bold;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

/* drop button information style */
.information-drop {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .information-drop {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media print {
  .information-drop {
    display: none;
  }
}

@media (min-width: 1025px) {
  .information-drop .drop-slide-wrapper {
    top: 100% !important;
    margin: -1px 0 0;
  }
}

@media print {
  .information-drop .drop-slide-wrapper {
    height: 0 !important;
    top: 0 !important;
    display: none !important;
  }
}

.information-drop .holder {
  overflow: hidden;
  display: none;
  background: #00162f;
}

@media (min-width: 1025px) {
  .information-drop .holder {
    position: absolute;
    top: 100% !important;
    left: 0;
    right: 0;
    background: #002855;
  }
}

.information-drop .information-list ul {
  padding: 0 0 0 20px;
}

.information-drop .information-list a {
  position: relative;
}

.information-drop .information-list a: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;
  right: 100%;
  bottom: 0;
  top: 0;
  background: #96E6F6;
  opacity: 0;
  width: 999px;
}

.information-drop .information-list a:hover:after {
  opacity: 1;
}

@media (min-width: 1025px) {
  .information-drop .information-list a:hover {
    background: #00162F;
  }
}

.btn-information {
  font-size: 14px;
  line-height: 2.14;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-width: 173px;
  color: #fff;
  min-height: 33px;
}

.btn-information > a {
  text-decoration: none;
  padding: 2px 20px;
  color: #fff;
  display: block;
  background: #00162f;
  position: relative;
}

@media (min-width: 1025px) {
  .btn-information > a {
    background: #002855;
  }
}

.btn-information > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}

.btn-information > a: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;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 7px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.btn-information.hover a:before,
.btn-information.open a:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* button arrow style */
.button-arrow-holder {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 108px;
  min-height: 108px;
  display: none;
}

@media (min-width: 700px) {
  .button-arrow-holder {
    max-width: 114px;
    max-height: 114px;
    display: block;
  }
}

@media (min-width: 1025px) {
  .button-arrow-holder {
    max-width: 307px;
    max-height: 307px;
  }
}

@media (min-width: 1025px) {
  .skrollr .button-arrow-holder {
    max-width: unset;
    max-height: unset;
    min-width: 307px;
    min-height: 307px;
  }
}

@media (min-width: 1025px) {
  .skrollr .banner-md .button-arrow-holder {
    min-width: 173px;
    min-height: 173px;
    max-width: 0;
    max-height: 0;
    width: 173px;
    height: 173px;
  }
}

.button-arrow-holder .square {
  content: '';
  z-index: 10;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 100%;
  -webkit-transform: skewX(-45deg) translateX(50%);
      -ms-transform: skewX(-45deg) translateX(50%);
          transform: skewX(-45deg) translateX(50%);
}

.button-arrow {
  font-size: 0;
  display: block;
  height: 100%;
}

@media (min-width: 700px) {
  .button-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: bottom;
    -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: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  .button-arrow:hover svg {
    height: 75%;
  }
  .button-arrow:hover .icon-down {
    bottom: 30px;
  }
}

@media print {
  .button-arrow {
    display: none;
  }
}

.button-arrow svg {
  -webkit-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
}

.button-arrow .icon-down {
  -webkit-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  color: #002855;
  position: absolute;
  bottom: 16px;
  right: 17px;
  font-size: 29px;
  pointer-events: auto;
}

@media (min-width: 700px) {
  .button-arrow .icon-down {
    right: 25px;
  }
}

@media (min-width: 1025px) {
  .button-arrow .icon-down {
    bottom: 42px;
    right: 74px;
    font-size: 52px;
  }
}

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

@media (min-width: 1025px) {
  .button-group {
    margin: 0 0 20px;
  }
}

@media print {
  .button-group {
    display: none;
  }
}

.button-group .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

@media (min-width: 700px) {
  .button-group .holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.button-group .holder:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #ffc72c;
}

.button-group .btn {
  font-size: 18px;
  min-width: 174px;
  margin: 3px 0;
  padding: 8px 0 8px 6px;
}

@media (min-width: 700px) {
  .button-group .btn {
    margin: 0 3px;
  }
}

@media (min-width: 700px) {
  .button-group .btn-back {
    bottom: -31px;
  }
}

/* questions style */
.questions-holder {
  max-width: 1900px;
  margin: 0 auto 32px;
}

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

@media (min-width: 1025px) {
  .questions-holder {
    margin: 0 auto 86px;
  }
}

@media print {
  .questions-holder svg {
    display: none;
  }
}

.questions-holder .question {
  margin: 0 auto 6px;
}

.questions-holder .nowrap {
  white-space: nowrap;
}

.question {
  pointer-events: none;
  position: relative;
  margin: 0 auto 26px;
  overflow: hidden;
  max-width: 1900px;
  background: #000;
}

@media print {
  .question {
    display: inline-block !important;
    width: 100% !important;
    overflow: visible !important;
    background: none;
  }
}

.question:hover .animated.triangle {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 700px) {
  .question:hover .animated.triangle {
    border-width: 53px 0 0 63px;
  }
}

@media (min-width: 1025px) {
  .question:hover .animated.triangle {
    border-width: 90px 0 0 100px;
  }
}

@media (min-width: 700px) {
  .question:hover:nth-child(even) .animated.triangle, .question:hover.right .animated.triangle {
    border-width: 0 0 53px 63px;
  }
}

@media (min-width: 1025px) {
  .question:hover:nth-child(even) .animated.triangle, .question:hover.right .animated.triangle {
    border-width: 0 0 90px 100px;
  }
}

.question:hover .triangle-holder.animated .triangle {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 700px) {
  .question:hover .triangle-holder.animated .triangle {
    border-width: 53px 0 0 63px;
  }
}

@media (min-width: 1025px) {
  .question:hover .triangle-holder.animated .triangle {
    border-width: 90px 0 0 100px;
  }
}

@media (min-width: 700px) {
  .question:hover:nth-child(even) .triangle-holder.animated .triangle {
    border-width: 0 0 53px 63px;
  }
}

@media (min-width: 1025px) {
  .question:hover:nth-child(even) .triangle-holder.animated .triangle {
    border-width: 0 0 90px 100px;
  }
}

.question .triangle-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  min-height: 400px;
}

.question .triangle-holder.animated .triangle {
  opacity: 1;
}

@media (min-width: 700px) {
  .question .triangle-holder.animated .triangle {
    border-width: 53px 0 0 53px;
  }
}

@media (min-width: 1025px) {
  .question .triangle-holder.animated .triangle {
    border-width: 90px 0 0 90px;
  }
}

.question .animated.triangle {
  opacity: 1;
}

@media (min-width: 700px) {
  .question .animated.triangle {
    border-width: 53px 0 0 53px;
  }
}

@media (min-width: 1025px) {
  .question .animated.triangle {
    border-width: 90px 0 0 90px;
  }
}

.question .triangle {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53px 0 0 43px;
  border-color: transparent transparent transparent #b5bd00;
  z-index: 1;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s, border-width .5s;
  -o-transition: opacity .3s, border-width .5s;
  transition: opacity .3s, border-width .5s;
}

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

@media (min-width: 1025px) {
  .question .triangle {
    border-width: 90px 0 0 70px;
  }
}

@media print {
  .question .triangle {
    display: none;
  }
}

.question.right, .question:nth-child(even) {
  text-align: right;
}

@media print {
  .question.right, .question:nth-child(even) {
    text-align: left;
  }
}

.question.right .triangle-holder, .question:nth-child(even) .triangle-holder {
  left: auto;
  right: 0;
}

@media (min-width: 700px) {
  .question.right .animated.triangle, .question:nth-child(even) .animated.triangle {
    border-width: 0 0 53px 53px;
  }
}

@media (min-width: 1025px) {
  .question.right .animated.triangle, .question:nth-child(even) .animated.triangle {
    border-width: 0 0 90px 90px;
  }
}

@media (min-width: 700px) {
  .question.right .triangle-holder.animated .triangle, .question:nth-child(even) .triangle-holder.animated .triangle {
    border-width: 0 0 53px 53px;
  }
}

@media (min-width: 1025px) {
  .question.right .triangle-holder.animated .triangle, .question:nth-child(even) .triangle-holder.animated .triangle {
    border-width: 0 0 90px 90px;
  }
}

.question.right .triangle, .question:nth-child(even) .triangle {
  border-color: transparent transparent #ffc72c transparent;
  border-width: 0 0 53px 43px;
  left: auto;
  right: 0;
}

@media (min-width: 1025px) {
  .question.right .triangle, .question:nth-child(even) .triangle {
    border-width: 0 0 90px 70px;
  }
}

.question.right .question-decor2, .question:nth-child(even) .question-decor2 {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.question.right .question-decor3, .question:nth-child(even) .question-decor3 {
  -webkit-transform: scale3d(-1, 1, -1);
          transform: scale3d(-1, 1, -1);
  left: auto;
  right: 0;
}

.question.right .link, .question:nth-child(even) .link {
  color: #ffc72c;
}

.question.right .link:hover .icon, .question:nth-child(even) .link:hover .icon {
  margin: 0 6px 0 5px;
}

@media print {
  .question.right .link, .question:nth-child(even) .link {
    color: #000;
  }
}

@media (min-width: 700px) {
  .question.right .question-text, .question:nth-child(even) .question-text {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: auto;
    right: 0;
    padding: 7px 39px 36px 21px;
  }
}

@media (min-width: 1025px) {
  .question.right .question-text, .question:nth-child(even) .question-text {
    padding: 7px 63px 59px 0;
  }
}

.question > .question-text:first-child {
  position: relative;
  padding: 23px;
}

.question-img {
  min-height: 150px;
  background: #000;
}

@media (min-width: 700px) {
  .question-img {
    min-height: 400px;
  }
}

@media print {
  .question-img {
    visibility: visible;
  }
}

.question-img img {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 700px) {
  .question-img img {
    min-height: 400px;
  }
}

.question-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #002855;
  padding: 7px 21px 20px;
  position: relative;
}

@media (min-width: 700px) {
  .question-text {
    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: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: auto;
    min-height: 400px;
    width: 43%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
    padding: 7px 21px 36px 39px;
  }
}

@media (min-width: 1025px) {
  .question-text {
    width: 397px;
    padding: 7px 21px 59px 60px;
  }
}

@media print {
  .question-text {
    display: inline-block;
    position: unset;
    width: 100%;
    padding: 10px 0;
    background: none;
    color: #000;
    visibility: visible;
  }
}

.question-text .link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #b5bd00;
  pointer-events: auto;
}

.question-text .link:hover {
  color: #fff;
}

.question-text .link:hover .icon {
  margin: 0 0 0 7px;
}

@media (min-width: 700px) {
  .question-text .link {
    font-size: 18px;
    line-height: 1.33;
  }
}

@media print {
  .question-text .link {
    color: #000;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

.question-text .link .icon {
  -webkit-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  vertical-align: middle;
  margin: 0 0 0 11px;
  font-size: 19px;
}

.degree .question-text {
  padding: 23px 21px 2px;
}

@media (min-width: 700px) {
  .degree .question-text {
    padding: 21px 21px 39px 37px;
    width: 558px;
  }
}

@media (min-width: 1025px) {
  .degree .question-text {
    padding: 21px 21px 63px 62px;
  }
}

@media print {
  .degree .question-text {
    padding: 10px 0;
    width: 100%;
  }
}

.question-text .category-title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  margin: 0 0 20px;
}

.degree .question-text .category-title {
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .degree .question-text .category-title {
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .degree .question-text .category-title {
    font-size: 21px;
    line-height: 1.43;
  }
}

.question-text h1, .question-text .h1,
.question-text h2, .question-text .h2 {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0 0 19px;
  padding: 0 3px 0 0;
}

@media (min-width: 700px) {
  .question-text h1, .question-text .h1,
  .question-text h2, .question-text .h2 {
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
    width: 76%;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .question-text h1, .question-text .h1,
  .question-text h2, .question-text .h2 {
    font-size: 40px;
    line-height: 1.08;
    margin: 0 0 18px;
  }
}

@media print {
  .question-text h1, .question-text .h1,
  .question-text h2, .question-text .h2 {
    font-size: 20px;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: none !important;
            animation: none !important;
    color: #000;
    min-height: auto;
    margin: 0;
  }
}

.degree .question-text h1, .degree .question-text .h1, .degree
.question-text h2, .degree .question-text .h2 {
  margin: 0 0 4px;
}

@media (min-width: 700px) {
  .degree .question-text h1, .degree .question-text .h1, .degree
  .question-text h2, .degree .question-text .h2 {
    font-size: 45px;
    line-height: 1.11;
  }
}

@media (min-width: 1025px) {
  .degree .question-text h1, .degree .question-text .h1, .degree
  .question-text h2, .degree .question-text .h2 {
    font-size: 55px;
    line-height: 1.09;
    width: auto;
  }
}

@media print {
  .degree .question-text h1, .degree .question-text .h1, .degree
  .question-text h2, .degree .question-text .h2 {
    font-size: 20px;
  }
}

.question-text p {
  margin: 0 0 18px;
  width: 100%;
}

@media print {
  .question-text p {
    margin: 0;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

/* decor style */
.question-decor1,
.question-decor2,
.question-decor3 {
  position: absolute;
  width: 50%;
  left: 0;
  height: 86px;
  bottom: 100%;
}

@media (min-width: 700px) {
  .question-decor1,
  .question-decor2,
  .question-decor3 {
    display: none;
  }
}

@media print {
  .question-decor1,
  .question-decor2,
  .question-decor3 {
    display: none;
  }
}

.degree .question-decor1, .degree
.question-decor2, .degree
.question-decor3 {
  top: 100%;
  bottom: auto;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

@media (min-width: 700px) {
  .degree .question-decor1, .degree
  .question-decor2, .degree
  .question-decor3 {
    width: 92%;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1025px) {
  .degree .question-decor1, .degree
  .question-decor2, .degree
  .question-decor3 {
    width: 71.5%;
  }
}

@media (min-width: 700px) {
  .right .question-decor1, .right
  .question-decor2, .right
  .question-decor3 {
    width: 70%;
  }
}

@media (min-width: 1025px) {
  .right .question-decor1, .right
  .question-decor2, .right
  .question-decor3 {
    width: 51%;
  }
}

.question-decor1 svg,
.question-decor2 svg,
.question-decor3 svg {
  width: 100%;
  height: 100%;
}

.question-decor1 {
  z-index: 1;
  width: 100%;
  height: 43px;
  right: 0;
}

.question-decor3 {
  display: none;
}

@media (min-width: 700px) {
  .question-decor3 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68%;
    height: 100%;
    top: 0;
  }
}

@media (min-width: 1025px) {
  .question-decor3 {
    width: 51.5%;
    top: 0;
  }
}

@media print {
  .question-decor3 {
    display: none;
  }
}

@media (max-width: 699px) {
  .wow-questions {
    opacity: 1 !important;
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

/* whats happening section */
.happening {
  margin: 0 0 27px;
}

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

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

@media print {
  .happening {
    display: inline-block;
    width: 100%;
  }
}

.happening .title-holder {
  text-align: center;
  overflow: hidden;
  padding: 0 0 4px;
}

@media (min-width: 700px) {
  .happening .title-holder {
    padding: 0 0 43px;
  }
}

@media (min-width: 1025px) {
  .happening .title-holder {
    padding: 0 0 34px;
  }
}

.happening-title {
  font: bold 30px/32px "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  display: inline-block;
  margin: 0 30px;
  position: relative;
  padding: 0 10px;
}

@media (min-width: 700px) {
  .happening-title {
    font-size: 50px;
    line-height: 1.2;
    width: auto;
  }
}

@media (min-width: 1025px) {
  .happening-title {
    font-size: 70px;
  }
}

@media print {
  .happening-title {
    font-size: 30px;
    color: #000;
    margin: 0 0 20px;
  }
}

.happening-title:after, .happening-title:before {
  content: '';
  position: absolute;
  left: 100%;
  width: 9999px;
  height: 4px;
  background: #ffc72c;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print {
  .happening-title:after, .happening-title:before {
    display: none;
  }
}

.happening-title:after {
  left: auto;
  right: 100%;
}

.developments {
  border-bottom: 4px solid #ffc72c;
}

@media (min-width: 700px) {
  .developments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 24px;
  }
}

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

@media print {
  .developments {
    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;
    border: none;
    padding: 0;
  }
}

.developments .holder {
  margin: 0 0 17px;
}

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

@media (min-width: 700px) {
  .developments .news-box,
  .developments .events-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
  }
}

@media print {
  .developments .news-box,
  .developments .events-box {
    width: 47%;
    padding: 0;
  }
}

@media (min-width: 700px) {
  .developments .news-box .holder,
  .developments .events-box .holder {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin: -7px 0 0;
  }
}

.developments .news-box {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  padding: 10px 0 24px;
  color: #198196;
  border-bottom: 1px solid #b2b4b2;
}

@media (min-width: 700px) {
  .developments .news-box {
    font-size: 21px;
    padding: 0 25px 0 0;
    border-bottom: none;
    border-right: 1px solid #b2b4b2;
  }
}

@media print {
  .developments .news-box {
    border-bottom: none;
    border-right: 1px solid #000;
    padding: 0 10px 0 0;
  }
}

.developments .news-box time {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  display: block;
  margin: 0 0 9px;
}

.developments .events-box {
  padding: 15px 0 21px;
}

@media (min-width: 700px) {
  .developments .events-box {
    line-height: 1.5;
    padding: 0 25px 0 40px;
  }
}

@media print {
  .developments .events-box {
    padding: 0;
  }
}

@media (min-width: 700px) {
  .developments .events-box .row {
    margin: 0 0 6px;
  }
}

@media print {
  .developments .events-box .row {
    display: inline-block;
    width: 100%;
  }
}

.developments .events-box .holder {
  margin: 0;
}

@media (min-width: 700px) {
  .developments .events-box .holder {
    margin: -7px 0 0;
  }
}

.developments .events-box time {
  margin: 0 0 2px;
}

.developments .title {
  font: bold 26px/1.65 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  margin: 0 0 14px;
}

@media (min-width: 700px) {
  .developments .title {
    font-size: 40px;
    line-height: 1.08;
    margin: 0 0 28px;
  }
}

@media print {
  .developments .title {
    color: #000;
  }
}

.developments .link-arrow {
  font-size: 16px;
  line-height: 1.88;
  font-weight: bold;
  color: #002855;
}

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

@media print {
  .developments .link-arrow {
    display: none;
  }
}

.developments .row {
  overflow: hidden;
  display: none;
}

.developments .row:first-of-type {
  display: block;
}

@media (min-width: 700px) {
  .developments .row {
    display: block;
    margin: 0 0 21px;
  }
}

@media (min-width: 1025px) {
  .developments .row {
    margin: 0 0 26px;
  }
}

@media print {
  .developments .row {
    display: block;
    margin: 0 0 30px;
  }
  .developments .row:last-of-type {
    margin: 0;
  }
}

.developments .flex-row {
  display: none;
}

.developments .flex-row:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 700px) {
  .developments .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 4px;
  }
}

@media print {
  .developments .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.developments p {
  margin: 0 0 15px;
}

.developments a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #198196;
}

.developments a:hover {
  color: #D62D00;
}

@media print {
  .developments a {
    color: #000;
  }
}

.event-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4px;
}

.event-row .date-box {
  min-width: 80px;
  max-width: 80px;
  height: 91px;
  border: solid 4px #ccd0cc;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 22px 0;
}

@media (min-width: 700px) {
  .event-row .date-box {
    margin: 0 20px 22px 0;
  }
}

@media (min-width: 1025px) {
  .event-row .date-box {
    margin: 0 31px 22px 0;
  }
}

@media print {
  .event-row .date-box {
    color: #000;
    margin: 0 15px 15px 0;
    border-color: #000;
  }
}

.event-row .month {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}

.event-row .date {
  font: bold 40px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
}

@media print {
  .event-row .date {
    color: #000;
  }
}

.event-row .event-title {
  -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;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #198196;
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .event-row .event-title {
    font-size: 21px;
    line-height: 1.33;
    margin: 0 0 5px;
  }
}

@media print {
  .event-row .event-title {
    color: #000;
  }
}

.event-row .event-title:hover {
  color: #D62D00;
}

.event-row time {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  display: block;
  margin: 0 0 9px;
}

@media (min-width: 1025px) {
  .degree-holder .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
  }
}

@media print {
  .degree-holder .container {
    display: block;
  }
}

.degree-holder .filter-list {
  border: 4px solid #ffc72c;
  position: relative;
}

@media (min-width: 1025px) {
  .degree-holder .filter-list {
    padding: 17px 21px 5px 23px;
    border: 4px solid #ffc72c;
  }
}

.degree-holder [v-cloak] {
  display: none;
}

.filter-btn-wrap {
  background: none;
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
}

@media (min-width: 1025px) {
  .filter-btn-wrap {
    display: none;
  }
}

.filter-btn-wrap.open .filter-btn-mob:before {
  top: 40%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-btn-mob {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-decoration: none;
  color: #002855;
  display: block;
  padding: 17px 38px 15px 17px;
  position: relative;
}

@media (min-width: 700px) {
  .filter-btn-mob {
    padding: 18px 38px 18px 20px;
  }
}

@media (min-width: 1025px) {
  .filter-btn-mob {
    display: none;
  }
}

.filter-btn-mob:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3eb1c8 transparent transparent transparent;
}

@media (min-width: 700px) {
  .filter-btn-mob:before {
    right: 21px;
  }
}

.mobile-filter-drop {
  padding: 15px;
  background: #fff;
}

@media (min-width: 700px) {
  .mobile-filter-drop {
    padding: 0 20px 15px;
  }
}

@media (min-width: 1025px) {
  .mobile-filter-drop {
    height: auto !important;
    display: block !important;
    padding: 0 !important;
  }
}

@media (min-width: 700px) {
  .mobile-filter-drop .checkbox-section-holder {
    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;
  }
}

@media (min-width: 700px) {
  .mobile-filter-drop .checkbox-section-holder .control-wrap {
    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: 1025px) {
  .mobile-filter-drop .checkbox-section-holder .control-wrap {
    display: block;
  }
}

@media (min-width: 700px) {
  .mobile-filter-drop .checkbox-section-holder .filter-option-wrapper {
    width: 46.5%;
  }
}

@media (min-width: 1025px) {
  .mobile-filter-drop .checkbox-section-holder .filter-option-wrapper {
    width: 100%;
  }
}

.mobile-filter-drop .radio-section-holder .control-wrap {
  margin: 0 0 15px;
}

@media (min-width: 1025px) {
  .mobile-filter-drop .radio-section-holder .control-wrap {
    margin: 0 0 5px;
  }
}

@media (min-width: 700px) {
  .mobile-filter-drop .radio-section-holder .filter-option-wrapper {
    display: inline-block;
  }
}

@media (min-width: 700px) {
  .mobile-filter-drop .row {
    margin: 0 0 11px;
  }
}

@media (min-width: 1025px) {
  .mobile-filter-drop .row {
    width: 100%;
    margin: 0 0 12px;
  }
}

@media (min-width: 700px) {
  .mobile-filter-drop .radio-holder {
    margin: 0 42px 0 0;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .mobile-filter-drop .radio-holder {
    margin: 0 0 8px;
  }
}

@media (min-width: 700px) {
  .mobile-filter-drop .checkbox-holder {
    margin: 0 0 10px;
  }
}

.mobile-filter-drop .btn {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 13px;
  display: block;
}

@media (min-width: 700px) {
  .mobile-filter-drop .btn {
    display: none;
  }
}

.filter-sidebar {
  position: relative;
  z-index: 2;
  margin: 0 0 38px;
}

@media (min-width: 700px) {
  .filter-sidebar {
    margin: 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .filter-sidebar {
    min-width: 314px;
    max-width: 314px;
  }
}

@media print {
  .filter-sidebar {
    display: none;
  }
}

@media (min-width: 1025px) {
  .filter-sidebar .group {
    margin: 0 0 4px;
  }
}

.filter-sidebar legend {
  font-size: 16px;
  line-height: 1.67;
  font-weight: bold;
  display: block;
  color: #000;
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .filter-sidebar legend {
    margin: 0 0 5px;
  }
}

@media (min-width: 1025px) {
  .filter-sidebar legend {
    font-size: 18px;
    color: #002855;
    margin: 0 0 10px;
  }
}

.sort-select {
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .sort-select {
    margin: 0 0 29px;
  }
}

@media (min-width: 1025px) {
  .sort-select {
    margin: 0 0 35px;
  }
}

.sort-select label {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 3px;
}

@media (min-width: 700px) {
  .sort-select label {
    margin: 0 0 6px;
  }
}

.filter-result {
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .filter-result {
    padding: 0 0 0 80px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media print {
  .filter-result {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .filter-result .title-holder {
    margin: 0 0 24px;
  }
}

.filter-result h4, .filter-result .h4 {
  font: bold 26px/1.15 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  color: #002855;
  margin: 0 0 20px;
  text-transform: capitalize;
}

@media (min-width: 700px) {
  .filter-result h4, .filter-result .h4 {
    font-size: 40px;
    line-height: 1.08;
    display: inline-block;
    margin: 0 0 23px;
  }
}

@media (min-width: 1025px) {
  .filter-result h4, .filter-result .h4 {
    margin: 0 0 24px;
  }
}

@media print {
  .filter-result h4, .filter-result .h4 {
    font-size: 24px;
    color: #000;
    margin: 0;
  }
}

.filter-result h4 .icon, .filter-result .h4 .icon {
  font-size: 20px;
  color: #D62D00;
  margin: 0 0 0 16px;
  position: relative;
  top: 1px;
}

@media (min-width: 700px) {
  .filter-result h4 .icon, .filter-result .h4 .icon {
    top: -3px;
  }
}

@media (min-width: 1025px) {
  .filter-result h4 .icon, .filter-result .h4 .icon {
    margin: 0 0 0 17px;
  }
}

@media print {
  .filter-result h4 .icon, .filter-result .h4 .icon {
    display: none;
  }
}

.filter-result h4 a, .filter-result .h4 a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #002855;
}

.filter-result h4 a:hover, .filter-result .h4 a:hover {
  color: #D62D00;
}

@media print {
  .filter-result h4 a, .filter-result .h4 a {
    color: #000;
  }
}

.filter-result .row {
  margin: 0 0 36px;
}

@media (min-width: 700px) {
  .filter-result .row {
    margin: 0 0 42px;
  }
}

@media (min-width: 1025px) {
  .filter-result .row {
    margin: 0 0 61px;
  }
}

@media print {
  .filter-result .row {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
  }
}

.filter-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-result-list {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
}

@media (min-width: 700px) {
  .filter-result-list {
    font-size: 21px;
  }
}

@media print {
  .filter-result-list {
    font-size: 16px;
    width: 100%;
  }
}

.filter-result-list li {
  margin: 0 0 18px;
}

@media (min-width: 700px) {
  .filter-result-list li {
    margin: 0 0 21px;
  }
}

@media print {
  .filter-result-list li {
    margin: 0 0 5px;
  }
}

.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;
  text-decoration: none;
  color: #198196;
}

@media (min-width: 1025px) {
  .filter-result-list a:hover {
    color: #D62D00;
  }
}

@media print {
  .filter-result-list a {
    color: #000;
  }
}

/* ger-started style */
.get-started {
  position: relative;
  margin: 0 0 6px;
}

@media (min-width: 700px) {
  .get-started {
    padding: 2px 0 0;
  }
}

@media (min-width: 1025px) {
  .get-started {
    padding: 15px 0 0;
    margin: 0 0 27px;
  }
}

@media print {
  .get-started {
    display: none;
  }
}

.get-started .btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .get-started .btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.get-started .btn {
  margin: 0 0 3px;
  min-width: 174px;
  font-size: 18px;
  padding: 9px 0;
}

@media (min-width: 700px) {
  .get-started .btn {
    margin: 0 3px;
  }
}

.get-started .btn:before {
  border-width: 51px 0 0 30px;
}

.get-started .title-border {
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  .get-started .title-border {
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .get-started .title-border {
    margin: 0 0 30px;
  }
}

.title-border {
  text-align: center;
  overflow: hidden;
}

.title-border .h2 {
  font: bold 26px/1.15 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  padding: 0 12px;
  position: relative;
  display: inline-block;
  margin: 0;
}

@media (min-width: 700px) {
  .title-border .h2 {
    font-size: 40px;
    line-height: 1.08;
  }
}

@media (min-width: 1025px) {
  .title-border .h2 {
    margin: 0;
  }
}

.title-border .h2:after, .title-border .h2:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4px;
  background: #ffc72c;
  width: 9999px;
}

.title-border .h2:before {
  left: auto;
  right: 100%;
}

.blockquote-box {
  margin: 0 0 29px;
}

@media (min-width: 700px) {
  .blockquote-box {
    margin: 0 0 50px;
  }
}

@media (min-width: 1025px) {
  .blockquote-box {
    margin: 0 0 77px;
  }
}

@media print {
  .blockquote-box {
    margin: 0 0 15px;
  }
}

.blockquote-box.margin-bottom {
  margin: 0 0 58px;
}

@media (min-width: 700px) {
  .blockquote-box.margin-bottom {
    margin: 0 0 72px;
  }
}

@media (min-width: 700px) {
  .blockquote-box.margin-bottom {
    margin: 0 0 103px;
  }
}

@media print {
  .blockquote-box.margin-bottom {
    margin: 0 0 15px;
  }
}

.blockquote-holder {
  border: 4px solid #ffc72c;
}

@media (min-width: 700px) {
  .blockquote-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;
  }
}

@media print {
  .blockquote-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;
    border-color: #000;
  }
}

.blockquote-img {
  position: relative;
  margin: -4px;
}

@media (min-width: 700px) {
  .blockquote-img {
    width: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: 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: 1025px) {
  .blockquote-img {
    width: 48.5%;
    margin: -4px 0 -4px -4px;
  }
}

@media print {
  .blockquote-img {
    width: 50%;
    margin: 0;
  }
}

.blockquote-img .decor {
  font: bold 70px/85px "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  width: 60px;
  height: 57px;
  text-align: center;
  color: #fff;
  background: #3eb1c8;
  position: absolute;
  top: -20px;
  left: 20px;
}

@media (min-width: 700px) {
  .blockquote-img .decor {
    left: 15px;
  }
}

@media (min-width: 1025px) {
  .blockquote-img .decor {
    font-size: 92px;
    line-height: 109px;
    left: 25px;
    width: 80px;
    height: 74px;
    top: -25px;
  }
}

@media print {
  .blockquote-img .decor {
    display: none;
  }
}

.blockquote-img img {
  width: 100%;
  display: block;
}

.blockquote-text {
  padding: 26px 15px 37px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

@media (min-width: 700px) {
  .blockquote-text {
    width: 53%;
    padding: 16px 15px 25px;
  }
}

@media (min-width: 1025px) {
  .blockquote-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    width: 52.5%;
    padding: 29px 65px 15px 34px;
  }
}

@media (min-width: 1200px) {
  .blockquote-text {
    padding: 29px 65px 52px 34px;
  }
}

@media print {
  .blockquote-text {
    width: 50%;
    font-size: 16px;
    padding: 15px;
  }
}

.blockquote-text .author {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  display: block;
}

@media (min-width: 1025px) {
  .blockquote-text .author {
    font-size: 21px;
  }
}

.blockquote-text .category {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic;
  display: block;
}

.blockquote-text .btn {
  font-size: 18px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  padding: 8px 34px 8px 43px;
}

@media (min-width: 700px) {
  .blockquote-text .btn {
    left: auto;
    right: 37px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1025px) {
  .blockquote-text .btn {
    bottom: -28px;
    right: 58px;
  }
}

.blockquote-text cite {
  font-style: normal;
}

.blockquote-text blockquote {
  margin: 0;
}

.blockquote-text blockquote p {
  margin: 0 0 7px;
}

@media (min-width: 700px) {
  .blockquote-text blockquote p {
    margin: 0 0 12px;
  }
}

.blockquote {
  font-size: 21px;
  line-height: 1.43;
  font-weight: 500;
  color: #002855;
  text-align: center;
  border: 4px solid #ffc72c;
  margin: 26px 0 28px;
  padding: 39px 17px 22px;
  position: relative;
}

@media (min-width: 700px) {
  .blockquote {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding: 30px 34px 33px 65px;
    margin: 26px 0 34px;
  }
}

@media (min-width: 1025px) {
  .blockquote {
    padding: 34px 34px 38px 79px;
    margin: 26px 0 42px;
  }
}

@media print {
  .blockquote {
    font-size: 18px;
    border: none;
    padding: 0;
    color: #000;
    margin: 0 0 10px;
    text-align: left;
  }
}

.blockquote p {
  margin: 0;
}

.blockquote .decor {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font: bold 70px/1.2 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  display: block;
  width: 100px;
  height: 57px;
  background: #3eb1c8;
  color: #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

@media (min-width: 700px) {
  .blockquote .decor {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: -30px;
    height: 100px;
    width: 60px;
    border-left: transparent;
    border-right: transparent;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
  }
}

@media (min-width: 1025px) {
  .blockquote .decor {
    height: 116px;
    font-size: 90px;
    left: -40px;
    width: 80px;
  }
}

@media print {
  .blockquote .decor {
    display: none;
  }
}

.blockquote-block {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 25px;
  text-align: center;
  color: #fff;
  background-color: #2a9db4;
  padding: 39px 20px 24px;
}

@media (min-width: 700px) {
  .blockquote-block {
    line-height: 1.5;
    padding: 47px 20px 33px;
  }
}

@media (min-width: 1025px) {
  .blockquote-block {
    padding: 47px 25px 41px;
  }
}

@media print {
  .blockquote-block {
    background: #000;
  }
  .blockquote-block p {
    color: #fff;
  }
}

.blockquote-block .icon-blockquote {
  display: block;
  font: bold 90px/105px "CheltenhamStd", "Times", "Baskerville", "Georgia", serif !important;
  width: 80px;
  height: 75px;
  border: 4px solid #fff;
  margin: 0 auto 25px;
}

@media (min-width: 700px) {
  .blockquote-block .icon-blockquote {
    margin: 0 auto 22px;
  }
}

@media (min-width: 700px) {
  .blockquote-block.pull-right {
    float: right;
    width: 47%;
    margin: 6px 0 6px 39px;
  }
}

@media (min-width: 1025px) {
  .blockquote-block.pull-right {
    margin: 3px 0 6px 44px;
  }
}

@media print {
  .blockquote-block.pull-right {
    margin: 0 0 10px 10px;
    float: right;
    width: 47%;
  }
}

.profile-holder {
  margin: 0 0 24px;
  padding: 4px 0 0;
}

@media (min-width: 700px) {
  .profile-holder {
    padding: 28px 0 0;
    margin: 0 0 42px;
  }
}

@media (min-width: 1025px) {
  .profile-holder {
    margin: 0 0 54px;
  }
}

@media print {
  .profile-holder {
    margin: 0 0 15px;
    padding: 0;
  }
}

.profile-card {
  border: 4px solid #ffc72c;
  padding: 17px;
}

@media (min-width: 700px) {
  .profile-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 0;
  }
}

@media print {
  .profile-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 0;
    border-color: #000;
    width: 100%;
  }
}

.profile-card .name {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  margin: -4px 0 0;
}

@media (min-width: 700px) {
  .profile-card .name {
    font-size: 45px;
    background: #fff;
    display: inline-block;
    -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
            transform: translateY(-24px);
    padding: 0 13px 0 11px;
    margin: 0 0 0 13px;
    max-width: 325px;
  }
}

@media (min-width: 1025px) {
  .profile-card .name {
    font-size: 55px;
    line-height: 1.09;
    max-width: 400px;
    -webkit-transform: translateY(-31px);
        -ms-transform: translateY(-31px);
            transform: translateY(-31px);
    padding: 0 13px 0 11px;
    margin: 0 0 0 47px;
  }
}

@media print {
  .profile-card .name {
    font-size: 25px;
    color: #000;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 0 0 10px;
    padding: 0;
  }
}

.profile-card .status {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  display: block;
}

@media (min-width: 700px) {
  .profile-card .status {
    font-size: 21px;
    line-height: 1.43;
  }
}

@media print {
  .profile-card .status {
    font-size: 20px;
  }
}

.profile-card .department {
  display: block;
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .profile-card .department {
    margin: 0 0 13px;
  }
}

@media (min-width: 1025px) {
  .profile-card .department {
    margin: 0 0 25px;
  }
}

.profile-card .text {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .profile-card .text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
    position: relative;
    margin: 0;
  }
}

@media print {
  .profile-card .text {
    width: 55%;
    padding: 15px;
  }
}

@media (min-width: 700px) {
  .profile-card .holder {
    padding: 0 15px 15px 25px;
    margin: -13px 0 0 0;
  }
}

@media (min-width: 1025px) {
  .profile-card .holder {
    padding: 0 15px 15px 58px;
    margin: -10px 0 0 0;
  }
}

@media print {
  .profile-card .holder {
    margin: 0;
    padding: 0;
  }
}

.profile-card .img {
  width: 175px;
}

@media (min-width: 700px) {
  .profile-card .img {
    max-width: 245px;
    min-width: 245px;
    margin: -4px 0;
  }
}

@media (min-width: 1025px) {
  .profile-card .img {
    max-width: 295px;
    min-width: 295px;
  }
}

@media print {
  .profile-card .img {
    width: 45%;
    min-width: 0;
    max-width: auto;
    margin: 0;
  }
}

.profile-card .img img {
  vertical-align: top;
  width: 100%;
}

@media (min-width: 700px) {
  .profile-card .img img {
    margin: 0 0 0 -4px;
  }
}

@media print {
  .profile-card .img img {
    margin: 0;
  }
}

.profile-card .btn {
  font-size: 18px;
  padding: 8px 0 8px 6px;
  min-width: 186px;
}

.profile-address {
  margin: 0 0 17px;
}

@media (min-width: 700px) {
  .profile-address {
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .profile-address {
    margin: 0 0 30px;
  }
}

.profile-address .row {
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1px;
  padding: 0 20px 0 0;
}

.profile-address .title {
  font-weight: bold;
  min-width: 70px;
}

.profile-address .mail {
  font-weight: bold;
  color: #D62D00;
}

@media print {
  .profile-address .mail {
    color: #000;
  }
}

.profile-address address {
  font-style: normal;
}

.profile-address a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
}

.profile-address a:hover {
  background: #F5F6F5;
}

.page-title {
  padding: 20px 0;
  background: #002855;
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 700px) {
  .page-title {
    padding: 30px 0 38px;
  }
}

@media (min-width: 1025px) {
  .page-title {
    padding: 45px 0 55px;
  }
}

@media print {
  .page-title {
    padding: 0;
    background: none;
  }
}

.page-title:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 103px;
  border-color: transparent transparent #1794ac transparent;
}

@media (min-width: 700px) {
  .page-title:before {
    border-width: 0 0 90px 220px;
  }
}

@media (min-width: 1025px) {
  .page-title:before {
    border-width: 0 0 179px 450px;
  }
}

@media print {
  .page-title:before {
    display: none;
  }
}

.page-title .container {
  max-width: 1155px;
}

.page-title h1, .page-title .h1 {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0;
  padding: 0 26px 0 0;
}

@media (min-width: 700px) {
  .page-title h1, .page-title .h1 {
    font-size: 45px;
    line-height: 1.11;
  }
}

@media (min-width: 1025px) {
  .page-title h1, .page-title .h1 {
    font-size: 55px;
    line-height: 1.09;
    width: 80%;
  }
}

@media print {
  .page-title h1, .page-title .h1 {
    font-size: 25px;
    color: #000;
    padding: 0;
    width: 100%;
    margin: 0 0 10px;
  }
}

.page-title h1:only-child, .page-title .h1:only-child {
  margin: 0 0 6px;
}

@media (min-width: 700px) {
  .page-title h1:only-child, .page-title .h1:only-child {
    margin: 0;
  }
}

.event-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 16px 0 8px;
}

@media (min-width: 700px) {
  .event-title-box {
    padding: 22px 0 0;
    margin: 0 0 -3px;
  }
}

@media (min-width: 1025px) {
  .event-title-box {
    margin: 0 0 -21px;
  }
}

@media print {
  .event-title-box {
    color: #000;
  }
}

.event-title-box .date-holder {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  height: 108px;
  border: solid 4px #ccd0cc;
}

@media print {
  .event-title-box .date-holder {
    border-color: #000;
  }
}

.event-title-box .info {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 0 0 20px;
}

.event-title-box .date {
  font: bold 40px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
}

.event-title-box time {
  font-weight: bold;
}

.event-list li {
  display: inline-block;
}

.btn-video-open {
  text-indent: -9999px;
  overflow: hidden;
  width: 57px;
  height: 40px;
  background: rgba(62, 177, 200, 0.7);
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 700px) {
  .btn-video-open {
    top: 51%;
    width: 70px;
    height: 48px;
  }
}

@media (min-width: 1025px) {
  .btn-video-open {
    width: 122px;
    height: 87px;
    border-width: 6px;
  }
}

@media print {
  .btn-video-open {
    display: none;
  }
}

.btn-video-open:after, .btn-video-open:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.btn-video-open:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

@media (min-width: 1025px) {
  .btn-video-open:after {
    border-width: 20px 0 20px 34px;
  }
}

.btn-video-open:before {
  left: -10px;
  top: 0;
  bottom: 0;
  right: 0;
  border-width: 0 0 40px 67px;
  border-color: transparent transparent rgba(0, 40, 85, 0.8) transparent;
}

@media (min-width: 700px) {
  .btn-video-open:before {
    border-width: 0 0 48px 80px;
  }
}

@media (min-width: 1025px) {
  .btn-video-open:before {
    left: -41px;
    top: 0;
    border-width: 0px 0 100px 166px;
  }
}

.swiper-slide-active .btn-video-open {
  display: block;
}

@media (min-width: 700px) {
  .grid-item.img2bg .btn-video-open {
    display: block;
  }
}

@media print {
  .grid-item.img2bg .btn-video-open {
    display: none;
  }
}

.video-img {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
}

.video-img img {
  width: 100%;
  display: block;
}

.video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}

@media print {
  .video-iframe {
    display: none;
  }
}

.video-iframe iframe {
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 103%;
}

.show-video .video-iframe {
  visibility: visible;
  opacity: 1;
}

.video-wrap {
  position: relative;
}

.video-wrap .btn-video-open {
  width: 70px;
  height: 50px;
}

@media (min-width: 700px) {
  .video-wrap .btn-video-open {
    width: 135px;
    height: 98px;
    border-width: 6px;
    top: 50%;
  }
}

.video-wrap .btn-video-open:before {
  left: -23px;
  border-width: 0 0 47px 87px;
}

@media (min-width: 700px) {
  .video-wrap .btn-video-open:before {
    border-width: 0 0 87px 148px;
  }
}

@media (min-width: 700px) {
  .video-wrap .btn-video-open:after {
    border-width: 19px 0 19px 35px;
  }
}

.video-wrap picture {
  display: block;
}

.video-wrap img {
  vertical-align: top;
  width: 100%;
}

.video-caption {
  font-size: 14px;
  line-height: 1.29;
  font-weight: bold;
  padding: 11px 0 0;
}

.video {
  margin: 0 0 31px;
  overflow: hidden;
}

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

@media print {
  .video {
    margin: 0 0 10px;
  }
}

.video .video-iframe iframe {
  top: 0;
}

.story-slider {
  margin-bottom: 26px;
}

@media (min-width: 700px) {
  .story-slider {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .story-slider {
    max-width: 1900px;
    margin: 0 auto 60px;
  }
}

@media print {
  .story-slider {
    margin: 0 0 10px;
  }
}

@media (min-width: 700px) {
  .story-slider .arrows-holder {
    display: none;
  }
}

@media print {
  .story-slider .arrows-holder {
    display: none;
  }
}

.button-slider-prev,
.button-slider-next {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 55px;
  width: 40px;
  background: #D62D00;
  z-index: 2;
  cursor: pointer;
}

.button-slider-prev:before,
.button-slider-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.button-slider-prev:hover,
.button-slider-next:hover {
  background: #C62A00;
}

.button-slider-next {
  left: auto;
  right: 0;
}

.button-slider-next:before {
  left: 50%;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 699px) {
  .button-slider-next:before {
    left: 55%;
  }
}

.grid-img {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

@media print {
  .grid-img {
    width: 100%;
    margin-left: 0;
    left: 0;
    visibility: visible;
  }
}

.grid-popup {
  font-size: 14px;
  line-height: 1.29;
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  padding: 20px 60px;
  background: rgba(0, 40, 85, 0.8);
}

@media (min-width: 700px) {
  .grid-popup {
    font-size: 11px;
    line-height: 1.2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px 20px 15px 15px;
  }
}

@media (min-width: 1025px) {
  .grid-popup {
    padding: 20px 48px 20px 20px;
    font-size: 14px;
    line-height: 1.29;
  }
}

@media print {
  .grid-popup {
    width: 100%;
    display: inline-block;
    position: static;
    visibility: visible;
    opacity: 1;
    color: #000;
    background: none;
    padding: 0;
    margin: 0 0 10px;
  }
}

.show-popup .grid-popup {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.grid-popup p {
  margin: 0;
}

.grid-img-holder {
  height: 56vw;
}

@media (min-width: 700px) {
  .grid-img-holder {
    display: -ms-grid;
    display: grid;
    grid-gap: 3px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, [col] auto);
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, [row] auto);
    width: 100%;
    height: 43.3vw;
  }
}

@media print {
  .grid-img-holder {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 1025px) {
  .grid-img-holder.three-column {
    height: 30vw;
  }
}

@media print {
  .grid-img-holder.three-column {
    height: auto;
  }
}

@media (min-width: 1025px) {
  .grid-img-holder {
    grid-gap: 6px;
  }
}

@media (min-width: 700px) {
  .grid-img-holder .grid-item {
    -webkit-flex-shrink: unset;
        -ms-flex-negative: unset;
            flex-shrink: unset;
    overflow: hidden;
    height: auto;
  }
}

.grid-img-holder img {
  width: 100%;
  vertical-align: top;
}

@media print {
  .grid-img-holder img {
    display: none;
  }
}

.grid-item {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #002855;
  opacity: 0;
}

.animated .grid-item {
  -webkit-animation: fadeIn 1s linear .5s normal forwards;
          animation: fadeIn 1s linear .5s normal forwards;
}

@media (min-width: 700px) {
  .grid-item:first-child:nth-last-child(7) {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-item:first-child:nth-last-child(7) ~ .grid-item:nth-child(2) {
    grid-column: col 2/ span 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
  .grid-item:first-child:nth-last-child(7) ~ .grid-item:nth-child(3) {
    grid-column: 4 / span 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
  }
  .grid-item:first-child:nth-last-child(7) ~ .grid-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2 / span 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .grid-item:first-child:nth-last-child(7) ~ .grid-item:nth-child(5) {
    grid-row: 3 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .grid-item:first-child:nth-last-child(7) ~ .grid-item:nth-child(6) {
    grid-row: 3 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .grid-item:first-child:nth-last-child(7) ~ .grid-item:nth-child(7) {
    grid-column: 4;
    grid-row: 2 / span 2;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  .grid-item:first-child:nth-last-child(5) {
    grid-row: 1 / span 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
  }
  .grid-item:first-child:nth-last-child(5) ~ .grid-item:nth-child(2) {
    grid-column: col 2/ span 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
  .grid-item:first-child:nth-last-child(5) ~ .grid-item:nth-child(3) {
    grid-row: 1 / span 3;
    grid-column: 4;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
  }
  .grid-item:first-child:nth-last-child(5) ~ .grid-item:nth-child(4) {
    grid-column: 2;
    grid-row: 3 / span 1;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
  }
  .grid-item:first-child:nth-last-child(5) ~ .grid-item:nth-child(5) {
    grid-column: 3;
    grid-row: 3 / span 1;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
  }
  .grid-item:first-child:nth-last-child(3) {
    grid-row: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
  .grid-item:first-child:nth-last-child(3) ~ .grid-item:nth-child(2) {
    grid-column: col 2/ span 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
  .grid-item:first-child:nth-last-child(3) ~ .grid-item:nth-child(3) {
    grid-column: 4;
    grid-row: 1 / span 2;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
  .show-video .grid-item {
    background: none;
  }
}

@media print {
  .grid-item {
    background-color: none;
    background-image: none !important;
  }
}

.btn-video-close,
.btn-open-box {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -9999px;
  display: none;
}

@media (min-width: 700px) {
  .btn-video-close,
  .btn-open-box {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 1025px) {
  .btn-video-close,
  .btn-open-box {
    width: 71px;
    height: 71px;
  }
}

@media print {
  .btn-video-close,
  .btn-open-box {
    display: none;
  }
}

.swiper-slide-active .btn-video-close, .swiper-slide-active
.btn-open-box {
  display: block;
}

.btn-video-close:before,
.btn-open-box:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 56px;
  border-color: transparent transparent #000 transparent;
}

@media (min-width: 700px) {
  .btn-video-close:before,
  .btn-open-box:before {
    border-width: 0 0 44px 44px;
  }
}

@media (min-width: 1025px) {
  .btn-video-close:before,
  .btn-open-box:before {
    border-width: 0 0 71px 71px;
  }
}

.btn-video-close .icon-plus,
.btn-open-box .icon-plus {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 7px;
  bottom: 2px;
}

@media (min-width: 700px) {
  .btn-video-close .icon-plus,
  .btn-open-box .icon-plus {
    width: 10px;
    height: 10px;
    bottom: 3px;
  }
}

@media (min-width: 1025px) {
  .btn-video-close .icon-plus,
  .btn-open-box .icon-plus {
    width: 17px;
    height: 17px;
    bottom: 5px;
    right: 11px;
  }
}

.btn-video-close .icon-plus:after, .btn-video-close .icon-plus:before,
.btn-open-box .icon-plus:after,
.btn-open-box .icon-plus:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #fff;
}

@media (min-width: 700px) {
  .btn-video-close .icon-plus:after, .btn-video-close .icon-plus:before,
  .btn-open-box .icon-plus:after,
  .btn-open-box .icon-plus:before {
    height: 2px;
  }
}

@media (min-width: 1025px) {
  .btn-video-close .icon-plus:after, .btn-video-close .icon-plus:before,
  .btn-open-box .icon-plus:after,
  .btn-open-box .icon-plus:before {
    height: 3px;
  }
}

.btn-video-close .icon-plus:before,
.btn-open-box .icon-plus:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.show-popup .btn-video-close, .show-popup
.btn-open-box {
  z-index: 10;
}

.show-popup .btn-video-close:before, .show-popup
.btn-open-box:before {
  display: none;
}

.show-popup .btn-video-close .icon-plus, .show-popup
.btn-open-box .icon-plus {
  right: 11px;
  bottom: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 700px) {
  .show-popup .btn-video-close .icon-plus, .show-popup
  .btn-open-box .icon-plus {
    right: 9px;
  }
}

@media (min-width: 1025px) {
  .show-popup .btn-video-close .icon-plus, .show-popup
  .btn-open-box .icon-plus {
    right: 16px;
    bottom: 7px;
  }
}

@media (min-width: 700px) {
  .img2bg .btn-open-box {
    display: block;
  }
}

@media print {
  .img2bg .btn-open-box {
    display: none;
  }
}

.btn-video-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #000;
}

@media (min-width: 700px) {
  .btn-video-close {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 1025px) {
  .btn-video-close {
    width: 71px;
    height: 71px;
  }
}

.btn-video-close:before {
  visibility: hidden;
}

.btn-video-close .icon-plus {
  bottom: 18px;
  right: 23px;
}

@media (min-width: 700px) {
  .btn-video-close .icon-plus {
    bottom: 15px;
    right: 17px;
  }
}

@media (min-width: 1025px) {
  .btn-video-close .icon-plus {
    bottom: 23px;
    right: 28px;
  }
}

.show-video .btn-video-close {
  display: block;
}

.btn-video-close {
  z-index: 1;
}

.show-video .btn-video-close {
  z-index: 10;
}

.show-video .btn-video-close:before {
  display: block;
}

.show-video .btn-video-close .icon-plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* IE11 for grids*/
*::-ms-backdrop, .grid-item {
  border: 3px solid #fff;
  width: auto;
  height: auto;
}

.section-menu {
  position: relative;
  width: 100%;
}

@media (min-width: 1025px) {
  .section-menu {
    width: auto;
  }
}

@media print {
  .section-menu {
    height: 0 !important;
    top: 0 !important;
    display: none !important;
  }
}

.section-menu .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  padding: 2px 27px;
  display: block;
  color: #000;
}

@media (min-width: 1025px) {
  .section-menu .title {
    padding: 5px 27px;
  }
}

.section-button {
  text-align: left;
  padding: 7px 27px !important;
  width: 100%;
  border: none;
  font-size: 16px;
  color: #fff;
  background: #D62D00;
}

@media (min-width: 700px) {
  .section-button {
    min-width: auto;
    width: 210px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .section-button {
    padding: 8px 27px;
  }
}

.section-button:before {
  border-width: 44px 0 0 27px;
}

@media (min-width: 1025px) {
  .section-button:before {
    border-width: 49px 0 0 27px;
  }
}

.section-button: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;
  width: 0;
  height: 0;
  right: 19px;
  top: 50%;
  border-style: solid;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 7px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.section-button:hover {
  background: #D62D00;
}

.section-button:hover:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 1025px) {
  .section-button:hover {
    background: #C62A00;
  }
}

.section-button.open-drop {
  background: #7cd4e6;
  color: #000;
}

.section-button.open-drop:before {
  display: none;
}

.section-button.open-drop:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  border-color: #000 transparent transparent transparent;
}

.section-drop {
  display: none;
  background: #7cd4e6;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .section-drop {
    position: absolute;
    display: none;
    top: 48px;
    left: 0;
    width: 392px;
  }
}

.section-drop .section-list {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  padding-bottom: 15px;
}

.section-drop .section-list ul {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

.section-drop .section-list a.current-page {
  background-color: #4cbace;
}

.section-list a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #000;
  padding: 5px 27px;
  position: relative;
  text-decoration: none;
  display: block;
}

@media (min-width: 1025px) {
  .section-list a {
    font-size: 16px;
    line-height: 1.31;
    padding: 9px 27px;
  }
}

.section-list a: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;
  right: 100%;
  bottom: 0;
  top: 0;
  background: #96E6F6;
  opacity: 0;
  width: 999px;
}

.section-list a:hover {
  background: #96E6F6;
}

.section-list a:hover:after {
  opacity: 1;
}

.section-list ul {
  padding: 0;
}

.section-list > li > ul > li a {
  padding-left: 54px;
}

.section-list > li > ul > li > ul > li a {
  padding-left: 81px;
}

.section-list > li > ul > li > ul > li > ul > li a {
  padding-left: 108px;
}

.section-list > li > ul > li > ul > li > ul > li > ul > li a {
  padding-left: 135px;
}

.section-list > li > ul > li > ul > li > ul > li > ul > li > ul > li a {
  padding-left: 162px;
}

.section-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {
  padding-left: 189px;
}

.datepicker-holder {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .datepicker-holder {
    width: 48.4%;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .datepicker-holder {
    width: 100%;
    margin: 0 0 20px;
  }
}

.ui-datepicker {
  -webkit-box-shadow: 0 2px 4px 0 #d5d5d5;
          box-shadow: 0 2px 4px 0 #d5d5d5;
}

.ui-datepicker-header {
  color: #fff;
  padding: 11px 0;
  background: #002855;
  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;
  margin: 0 0 -3px;
  position: relative;
  z-index: 1;
}

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

@media (min-width: 1025px) {
  .ui-datepicker-header {
    padding: 14px 0;
  }
}

.ui-datepicker-header a {
  color: #fff;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  font-size: 0;
  padding: 5px 15px;
}

@media (min-width: 700px) {
  .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker-header .ui-datepicker-next {
    padding: 5px 19px;
  }
}

@media (min-width: 1025px) {
  .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker-header .ui-datepicker-next {
    padding: 5px 23px;
  }
}

.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.ui-datepicker-header .ui-datepicker-next span {
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
}

.ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.ui-datepicker-calendar {
  background-color: #e3e4e3;
  width: 100%;
  border-spacing: 0;
}

.ui-datepicker-calendar .ui-state-disabled {
  background: transparent;
  border-right: none;
}

.ui-datepicker-calendar thead {
  display: none;
}

.ui-datepicker-calendar td {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-right: 3px solid #e3e4e3;
  border-top: 3px solid #e3e4e3;
  text-align: center;
  background: #fff;
  padding: 0;
}

.ui-datepicker-calendar td.zero a:before {
  content: "0";
}

.ui-datepicker-calendar td:last-child {
  border-right: none;
}

.ui-datepicker-calendar td:last-child.ui-datepicker-other-month {
  background-color: #e3e4e3;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
  background-color: #e3e4e3;
  border-top: 3px solid #e3e4e3;
}

.ui-datepicker-calendar td.ui-datepicker-days-cell-event a, .ui-datepicker-calendar td.ui-datepicker-today a {
  background: rgba(0, 40, 85, 0.8);
  color: #fff;
  cursor: pointer;
}

.ui-datepicker-calendar td.ui-datepicker-days-cell-event a:after, .ui-datepicker-calendar td.ui-datepicker-today a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent #7cd4e6 transparent transparent;
}

.ui-datepicker-calendar td.ui-datepicker-days-cell-event a {
  background: #7cd4e6;
  color: #000;
}

.ui-datepicker-calendar td.ui-datepicker-days-cell-event a:after {
  border-color: transparent rgba(0, 40, 85, 0.8) transparent transparent;
}

.ui-datepicker-calendar a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  padding: 7px 1px;
  position: relative;
  cursor: default;
}

@media (min-width: 700px) {
  .ui-datepicker-calendar a {
    padding: 8px 1px;
  }
}

@media (min-width: 1025px) {
  .ui-datepicker-calendar a {
    padding: 12px 1px;
  }
}

.content-wrap > table {
  overflow-x: auto;
}

.content-wrap > .dataTables_wrapper {
  overflow-x: auto;
}

@media (min-width: 700px) {
  .table-directory {
    padding: 19px 0 0;
  }
}

.table-directory .container {
  max-width: 1155px;
}

.table-directory .heading-table {
  margin: 0 0 20px;
}

.table-directory .footer-table {
  padding: 28px 0;
}

@media (min-width: 700px) {
  .table-directory .footer-table {
    padding: 30px 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;
  }
}

@media (min-width: 1025px) {
  .table-directory .footer-table {
    padding: 40px 0;
  }
}

@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;
  }
}

.table-directory .dataTables_length {
  width: 120px;
  margin: 0 auto 2px;
  float: none;
}

@media (min-width: 700px) {
  .table-directory .dataTables_length {
    margin: 0;
  }
}

.table-directory .dataTables_length .jcf-select {
  min-width: 120px;
}

.table-directory .dataTables_length .jcf-select-text {
  margin: 0 35px 0 6px;
}

@media (min-width: 700px) {
  .table-directory .dataTables_length .jcf-select-text {
    margin: 0 30px 0 14px;
  }
}

.table-directory .link-arrow {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1025px) {
  .table-directory .link-arrow {
    font-size: 18px;
  }
}

.table-directory .link-arrow .icon {
  font-size: 15px;
}

.table-directory .even {
  background: #f5f6f5;
}

.table-directory .even .email {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.table-directory .even .email:hover {
  background: #fff;
}

.table-directory .odd .email {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.table-directory .odd .email:hover {
  background: #f5f6f5;
}

.table-directory .name {
  font-weight: bold;
}

.collapsed {
  border-top: 6px solid #ffc72c;
}

@media (max-width: 1024px) {
  .collapsed thead th {
    display: none;
  }
}

@media (max-width: 1024px) {
  .collapsed tbody > tr:nth-child(2n+1) {
    display: none;
  }
}

.heading-table .filter-box:nth-child(3),
.heading-table .filter-box:nth-child(4),
.heading-table .filter-box:nth-child(5) {
  display: none;
}

.heading-table .toolbar {
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .heading-table .toolbar {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .heading-table .toolbar {
    margin: 0 0 40px;
  }
}

@media print {
  .heading-table .toolbar {
    display: none;
  }
}

.heading-table .clear-table {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.88;
  font-weight: bold;
  border: 0;
  color: #002855;
  cursor: pointer;
}

@media (min-width: 700px) {
  .heading-table .clear-table {
    width: 48%;
    margin: 14px 0 0;
  }
}

@media (min-width: 1025px) {
  .heading-table .clear-table {
    width: 13%;
    margin: 26px 0 0 38px;
    text-align: right;
  }
}

.heading-table .clear-table:hover {
  color: #D62D00;
}

.heading-table .clear-table .icon {
  margin: 0 0 0 13px;
  color: #b3ba00;
  font-size: 24px;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .heading-table .clear-table .icon {
    margin: 0 0 0 19px;
  }
}

@media (min-width: 1025px) {
  .table-mobile {
    display: none;
  }
}

.table-mobile tr, .table-mobile td {
  display: block;
}

@media (min-width: 700px) {
  .table-mobile tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 700px) {
  .table-mobile td {
    width: 67%;
  }
}

.table-mobile td:first-child {
  width: 33%;
  font-weight: bold;
}

@media (min-width: 700px) {
  .table-mobile td:first-child {
    text-align: right;
  }
}

table.dataTable.display {
  width: 100%;
}

table.dataTable.display thead {
  font-weight: bold;
}

table.dataTable.display thead th {
  text-align: left;
  padding: 7px 14px;
  position: relative;
}

table.dataTable.display thead th: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;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  content: '';
  position: absolute;
  right: 2px;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3eb1c8 transparent transparent transparent;
}

table.dataTable.display thead th.sorting_desc:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

table.dataTable.display thead th, table.dataTable.display thead td {
  border-bottom: 6px solid #ffc72c;
}

@media print {
  table.dataTable.display thead th, table.dataTable.display thead td {
    border-color: #000;
  }
}

table.dataTable.display thead .sorting,
table.dataTable.display thead .sorting_asc,
table.dataTable.display thead .sorting_disabled {
  background-image: none;
  cursor: inherit;
}

table.dataTable.display thead .sorting:before,
table.dataTable.display thead .sorting_asc:before,
table.dataTable.display thead .sorting_disabled:before {
  display: none;
}

table.dataTable.display tbody .even + tr {
  background-color: #f5f6f5;
}

table.dataTable.display tbody .even + tr tr {
  background-color: #f5f6f5;
}

@media (min-width: 1025px) {
  table.dataTable.display tbody td {
    padding: 14px 14px 20px;
  }
}

table.dataTable.display tbody th, table.dataTable.display tbody td {
  padding: 0 14px;
}

@media (min-width: 700px) {
  table.dataTable.display tbody th, table.dataTable.display tbody td {
    padding: 8px 14px;
  }
}

@media (min-width: 1025px) {
  table.dataTable.display tbody th, table.dataTable.display tbody td {
    padding: 16px 14px;
  }
}

table.dataTable.display tbody tr {
  padding: 5px 0;
}

@media (min-width: 1025px) {
  table.dataTable.display tbody tr {
    padding: 0;
  }
}

table.dataTable.display .child > .child {
  padding: 0;
}

table.dataTable.display .type {
  display: block;
}

table.dataTable.display .email {
  color: #D62D00;
  font-weight: bold;
  text-decoration: none;
}

@media print {
  table.dataTable.display .email {
    color: #000;
  }
}

table.dataTable.display .tel {
  text-decoration: none;
  color: #000;
}

table.dataTable.display.no-footer {
  border-bottom: 6px solid #ffc72c;
}

@media print {
  table.dataTable.display.no-footer {
    border-color: #000;
  }
}

table.dataTable.display .dtr-title {
  display: block;
  font-weight: bold;
}

.paginate_button.previous, .paginate_button.next {
  font-size: 0;
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
}

.paginate_button.previous:after, .paginate_button.next:after {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #3eb1c8 transparent transparent;
}

.paginate_button.previous.next, .paginate_button.next.next {
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.paginate_button.previous.disabled, .paginate_button.next.disabled {
  display: none !important;
  opacity: .3;
}

.paginate_button:hover:after {
  border-color: transparent #D62D00 transparent transparent;
}

.filter-box {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .filter-box {
    width: 48.5%;
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .filter-box {
    width: 26%;
    margin: 0;
  }
}

.filter-box label {
  font-weight: bold;
  display: block;
  margin: 0 0 7px;
  cursor: pointer;
}

#table_filter {
  float: none;
  margin-bottom: 13px;
}

@media (min-width: 1025px) {
  #table_filter {
    margin-bottom: 0;
  }
}

#table_filter input[type='search'] {
  margin: 6px 0 0;
}

#table_filter input[type='search']::-webkit-input-placeholder {
  color: #767676;
}

#table_filter input[type='search']::-moz-placeholder {
  opacity: 1;
  color: #767676;
}

#table_filter input[type='search']:-moz-placeholder {
  color: #767676;
}

#table_filter input[type='search']:-ms-input-placeholder {
  color: #767676;
}

#table_filter input[type='search'].placeholder {
  color: #767676;
}

@media (min-width: 700px) {
  #table_filter input[type='search'] {
    margin-top: 6px;
  }
}

@media (min-width: 700px) {
  .dataTables_filter {
    width: 48.5%;
  }
}

@media (min-width: 1025px) {
  .dataTables_filter {
    width: 26%;
  }
}

.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;
  color: #000;
  cursor: pointer;
}

.dataTables_filter input {
  margin-left: 0 !important;
  border-color: #000;
  height: 40px;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
  background-color: transparent;
}

table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 0;
}

.dataTables_wrapper .dataTables_info {
  font-weight: bold;
}

@media (min-width: 700px) {
  .dataTables_wrapper .dataTables_info {
    padding: 0 0 0 13px;
  }
}

@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-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;
  font-weight: bold;
}

@media (min-width: 700px) {
  .dataTables_wrapper .dataTables_paginate {
    margin: 0 -12px 0 0;
    padding: 0;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: solid 2px #ffc72c;
  background: transparent;
  color: #D62D00 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border: 0 solid transparent;
  color: #002855 !important;
  padding: 2px 10px;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
}

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;
}

table.dataTable.tablet-content tbody td {
  padding: 0 14px;
}

@media (min-width: 492px) {
  table.dataTable.tablet-content tbody td {
    padding: 8px 14px;
  }
}

@media (min-width: 1025px) {
  table.dataTable.tablet-content tbody td {
    padding: 8px 14px;
  }
}

.alert {
  font-size: 21px;
  line-height: 1.71;
  font-weight: 500;
  padding: 26px 0 16px;
}

@media (min-width: 700px) {
  .alert {
    font-size: 24px;
    line-height: 1.5;
    padding: 42px 0 32px;
  }
}

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

@media print {
  .alert {
    display: none;
  }
}

@media (min-width: 1025px) {
  .alert .container {
    max-width: 1155px;
  }
}

.alert-heading {
  font: bold 26px/1.15 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  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 25px;
}

@media (min-width: 700px) {
  .alert-heading {
    font-size: 40px;
    line-height: 1.08;
  }
}

@media (min-width: 1025px) {
  .alert-heading {
    margin: 0 0 10px;
  }
}

.alert .icon-alert {
  font-size: 27px;
  margin: 0 14px 0 3px;
}

@media (min-width: 700px) {
  .alert .icon-alert {
    font-size: 42px;
    margin: 0 23px 0 3px;
  }
}

@media (min-width: 1025px) {
  .alert .holder {
    padding: 0 75px 0 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media (min-width: 1025px) {
  .alert .btn-holder {
    margin: -16px 0 0;
  }
}

.alert .btn {
  font-size: 18px;
  min-width: 173px;
}

.alert .btn-white:hover {
  background: #fff;
  color: #D62D00;
  border: solid 3px #fff;
}

.alert p {
  margin: 0 0 17px;
}

@media (min-width: 700px) {
  .alert p {
    margin: 0 0 23px;
  }
}

.alert-primary {
  background: #002855;
  color: #fff;
}

.alert-primary .alert-heading {
  color: #fff;
}

.alert-danger {
  background: #D62D00;
  color: #fff;
}

.alert-danger .alert-heading {
  color: #fff;
}

.alert-warning {
  background: #ffc72c;
  color: #000;
}

.alert-warning .alert-heading {
  color: #002855;
}

.heading-content {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.43;
  padding: 10px 0 7px;
}

@media (min-width: 700px) {
  .heading-content {
    font-size: 24px;
    line-height: 1.5;
    padding: 19px 0 14px;
  }
}

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

@media print {
  .heading-content {
    padding: 0;
    font-size: 18px;
  }
}

.heading-content p:first-of-type:first-letter {
  font: bold 65px/1 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  float: left;
  margin: 0 5px -5px 2px;
}

@media (min-width: 700px) {
  .heading-content p:first-of-type:first-letter {
    font-size: 75px;
    margin: 0 5px -5px 0;
  }
}

@media print {
  .heading-content p:first-of-type:first-letter {
    font-size: 18px;
    color: #000;
    margin: 0;
    float: none;
  }
}

.content-wrap {
  margin: 0 auto 7px;
}

@media print {
  .content-wrap {
    margin: 0 auto 10px;
  }
}

.content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6 {
  margin: 28px 0 10px;
}

.content-wrap > h2:first-of-type,
.content-wrap > h3:first-of-type,
.content-wrap > h4:first-of-type,
.content-wrap > h5:first-of-type,
.content-wrap > h6:first-of-type {
  margin: 34px 0 17px;
}

@media (min-width: 700px) {
  .content-wrap > h2:first-of-type,
  .content-wrap > h3:first-of-type,
  .content-wrap > h4:first-of-type,
  .content-wrap > h5:first-of-type,
  .content-wrap > h6:first-of-type {
    margin: 30px 0 19px;
  }
}

@media (min-width: 1025px) {
  .content-wrap > h2:first-of-type,
  .content-wrap > h3:first-of-type,
  .content-wrap > h4:first-of-type,
  .content-wrap > h5:first-of-type,
  .content-wrap > h6:first-of-type {
    margin: 34px 0 19px;
  }
}

@media (min-width: 700px) {
  .content-wrap p {
    margin: 0 0 29px;
  }
}

@media (min-width: 1025px) {
  .content-wrap p {
    margin: 0 0 22px;
  }
}

.content-wrap ul {
  padding: 0 0 0 30px;
  margin: 0 0 31px;
}

@media (min-width: 700px) {
  .content-wrap ul {
    padding: 0 0 0 39px;
  }
}

@media print {
  .content-wrap ul {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
  }
}

.content-wrap ul li {
  margin: 0 0 10px;
}

.content-wrap ol {
  padding: 0 0 0 30px;
  margin: 0 0 31px;
}

@media (min-width: 700px) {
  .content-wrap ol {
    padding: 0 0 0 37px;
    margin: 0 0 39px;
  }
}

.content-wrap ol li {
  margin: 0 0 10px;
  position: relative;
}

.content-wrap a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.content-wrap a:hover {
  background: #F5F6F5;
}

.content-wrap .btn:hover {
  background: #C62A00;
}

.content-wrap .link-arrow, .content-wrap .new-text a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.content-wrap .link-arrow:hover, .content-wrap .new-text a:hover {
  background: transparent;
}

.content-wrap .jcf-list-content ul {
  padding: 0;
  margin: 0;
}

.content-wrap .jcf-list-content li {
  margin: 0;
}

.content-wrap .stats-program {
  margin: 0 0 -32px;
}

@media (min-width: 700px) {
  .content-wrap .stats-program {
    margin: 0 0 -11px;
  }
}

@media (min-width: 1025px) {
  .content-wrap .stats-program {
    margin: 0 -130px;
  }
}

.content-wrap .stats .h3 + .holder {
  padding: 50px 5px 31px;
}

@media (min-width: 700px) {
  .content-wrap .stats .h3 + .holder {
    padding: 50px 5px 40px;
  }
}

@media (min-width: 1025px) {
  .content-wrap .stats .h3 + .holder {
    padding: 61px 5px 38px;
  }
}

@media (min-width: 700px) {
  .content-wrap .heading-more {
    margin: 38px 0 20px;
  }
}

@media (min-width: 1025px) {
  .content-wrap .heading-more {
    margin: 32px 0 20px;
  }
}

@media (min-width: 700px) {
  .content-wrap .heading-more h2, .content-wrap .heading-more h3, .content-wrap .heading-more h4, .content-wrap .heading-more h5, .content-wrap .heading-more h6 {
    margin: 0;
  }
}

@media (min-width: 700px) {
  .content-wrap .three-events-wrap p {
    margin: 0;
  }
}

.heading-more {
  margin: 26px 0 14px;
}

@media (min-width: 700px) {
  .heading-more {
    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;
  }
}

.heading-more h2 {
  margin: 0 0 9px;
}

@media (min-width: 700px) {
  .heading-more h2 {
    margin: 0;
  }
}

.heading-more .icon {
  top: 3px;
  margin: 0 0 0 9px;
  font-size: 19px;
}

@media (min-width: 700px) {
  .heading-more .icon {
    margin: 0 0 0 13px;
  }
}

@media (min-width: 700px) {
  .heading-more .link-arrow {
    margin: 0 0 -7px;
  }
}

.blockquote-box + .instagram {
  margin: 55px 0 37px;
}

.post-block {
  color: #fff;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .post-block {
    margin: 0 0 8px;
  }
}

@media print {
  .post-block {
    margin: 0 0 10px;
    display: table;
    width: 100%;
  }
}

.post-block .img-holder {
  background: #135077;
}

@media print {
  .post-block .img-holder {
    background: transparent;
  }
}

.post-block .img-holder img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 700px) {
  .post-block .link-arrow-white {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media print {
  .post-block .link-arrow-white {
    font-size: 18px;
  }
}

.post-block .link-arrow-white:hover {
  background: transparent;
}

.post-block .content-holder {
  background: #002855;
  padding: 12px 15px 5px 20px;
  position: relative;
}

@media (min-width: 700px) {
  .post-block .content-holder {
    padding: 9px 15px 8px 20px;
  }
}

@media (min-width: 1025px) {
  .post-block .content-holder {
    padding: 18px 37px 16px 42px;
  }
}

@media print {
  .post-block .content-holder {
    background: transparent;
  }
}

.post-block .content-holder.triangle-decor:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #3eb1c8 transparent;
}

@media (min-width: 700px) {
  .post-block .content-holder.triangle-decor:before {
    border-width: 0 0 65px 65px;
  }
}

@media (min-width: 1025px) {
  .post-block .content-holder.triangle-decor:before {
    border-width: 0 0 70px 70px;
  }
}

@media print {
  .post-block .content-holder.triangle-decor:before {
    display: none;
  }
}

.post-block h3 {
  line-height: 1.9;
  font-family: "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0 0 4px;
}

@media (min-width: 700px) {
  .post-block h3 {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media print {
  .post-block h3 {
    color: #000;
  }
}

@media print {
  .post-block h3 {
    font-size: 18px;
  }
}

.post-block h4 {
  color: #fff;
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .post-block h4 {
    font-size: 21px;
  }
}

@media print {
  .post-block h4 {
    color: #000;
  }
}

@media print {
  .post-block h4 {
    font-size: 18px;
  }
}

.post-block p {
  margin: 0 0 15px;
}

.post-block ul {
  padding: 0 40px 6px 18px;
  margin: 0;
}

@media (min-width: 700px) {
  .post-block ul {
    margin: -6px 0 0;
  }
}

.post-block ul li {
  margin: 0 0 8px;
}

@media (min-width: 700px) {
  .post-block ul li {
    margin: 0 0 5px;
  }
}

@media (min-width: 1025px) {
  .post-block ul li {
    margin: 0 0 10px;
  }
}

.post-block ul a {
  font-weight: bold;
  text-decoration: none;
  color: #7cd4e6;
}

.post-block ul a:hover {
  background: none;
}

@media print {
  .post-block ul a {
    color: #000;
  }
}

@media (min-width: 700px) {
  .general2-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px 22px;
  }
}

@media (min-width: 1025px) {
  .general2-column {
    padding: 20px 0 0;
    margin: 0 -3px 53px;
  }
}

@media print {
  .general2-column {
    margin: 0 -3px;
    display: block;
  }
}

@media (min-width: 700px) {
  .general2-column .post-block {
    width: 50%;
    padding: 0 3px;
    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;
  }
}

@media print {
  .general2-column .post-block {
    width: 50%;
    float: left;
    padding: 0 3px;
  }
}

@media (min-width: 700px) {
  .general2-column .content-holder {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (min-width: 700px) {
  .general3-column {
    width: 100vw;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    max-width: 1200px;
    padding: 0 0 8px;
  }
}

@media (min-width: 1025px) {
  .general3-column {
    margin-bottom: 54px;
    padding: 5px 0 0;
  }
}

@media print {
  .general3-column {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    left: 0;
  }
}

@media (min-width: 1025px) {
  .general3-column .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;
    margin: 0 -3px;
  }
}

@media print {
  .general3-column .holder {
    margin: 0;
    display: block;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .general3-column .post-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 6px;
  }
}

@media (min-width: 1025px) {
  .general3-column .post-block {
    -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;
    width: 33.3%;
    padding: 0 3px;
  }
}

@media print {
  .general3-column .post-block {
    display: table;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .general3-column .img-holder {
    width: 40%;
    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) {
  .general3-column .img-holder {
    width: 100%;
    display: block;
  }
}

@media print {
  .general3-column .img-holder {
    width: 40%;
    float: left;
  }
}

@media (min-width: 700px) {
  .general3-column .content-holder {
    width: 60%;
    padding: 15px 39px 11px 29px;
  }
}

@media (min-width: 1025px) {
  .general3-column .content-holder {
    padding: 20px 45px 18px 40px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media print {
  .general3-column .content-holder {
    padding: 0 0 0 20px;
    width: 60%;
    float: left;
  }
}

@media (min-width: 700px) {
  .general3-column .content-holder.triangle-decor:before {
    border-width: 0 0 70px 70px;
  }
}

.general3-column img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 700px) {
  .general3-column h3 {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .general3-column h3 {
    margin: 0 0 6px;
  }
}

@media (min-width: 700px) {
  .general-list-post {
    padding: 0 0 29px;
  }
}

@media (min-width: 1025px) {
  .general-list-post {
    padding: 9px 0 21px;
  }
}

@media print {
  .general-list-post {
    padding: 0;
  }
}

.general-list-post .link-arrow {
  font-family: "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
}

@media (min-width: 700px) {
  .general-list-post .post {
    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;
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .general-list-post .post {
    margin: 0 0 19px;
  }
}

@media print {
  .general-list-post .post {
    display: table;
    width: 100%;
    margin: 0 0 10px;
  }
}

@media (min-width: 700px) {
  .general-list-post .post:last-child {
    margin: 0 0 24px;
  }
}

@media (min-width: 1025px) {
  .general-list-post .post:last-child {
    margin: 0 0 44px;
  }
}

.general-list-post .post:last-child .content-holder {
  margin: 0;
  padding: 17px 0 0;
}

@media (min-width: 700px) {
  .general-list-post .post:last-child .content-holder {
    padding: 0 0 0 26px;
  }
}

@media print {
  .general-list-post .post:last-child .content-holder {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 700px) {
  .general-list-post .img-holder {
    width: 45.5%;
  }
}

@media (min-width: 1025px) {
  .general-list-post .img-holder {
    width: 49.5%;
  }
}

@media print {
  .general-list-post .img-holder {
    width: 40%;
    float: left;
  }
}

.general-list-post .content-holder {
  padding: 17px 0;
  margin: 0 0 11px;
}

@media (min-width: 700px) {
  .general-list-post .content-holder {
    width: 55.5%;
    padding: 0 0 0 26px;
  }
}

@media (min-width: 1025px) {
  .general-list-post .content-holder {
    width: 49.5%;
  }
}

@media print {
  .general-list-post .content-holder {
    width: 60%;
    float: left;
    padding: 0 0 0 20px;
  }
}

.general-list-post .icon-right {
  top: 1px;
  font-size: 18px;
  margin: 0 0 0 13px;
}

@media (min-width: 700px) {
  .general-list-post .icon-right {
    top: -2px;
  }
}

@media (min-width: 700px) {
  .general-list-post .link-arrow {
    font-size: 30px;
    line-height: 1.13;
  }
}

@media print {
  .general-list-post .link-arrow {
    font-size: 20px;
  }
}

.general-list-post img {
  width: 100%;
  vertical-align: bottom;
}

.general-list-post h4,
.general-list-post h3 {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .general-list-post h4,
  .general-list-post h3 {
    margin: 0 0 16px;
  }
}

@media (min-width: 1025px) {
  .general-list-post h4,
  .general-list-post h3 {
    margin: 0 0 21px;
  }
}

@media (min-width: 700px) {
  .general-list-post h3 {
    font-size: 30px;
    line-height: 1.13;
    margin: -4px 0 17px;
  }
}

@media print {
  .general-list-post h3 {
    margin: 0 0 10px;
    font-size: 20px;
  }
}

.general-list-post p {
  margin: 0;
}

.hide-header th:before {
  display: none;
}

.three-events-wrap {
  padding: 5px 0 0;
}

@media (min-width: 700px) {
  .three-events-wrap {
    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;
    padding: 4px 0 8px;
  }
}

@media (min-width: 1025px) {
  .three-events-wrap {
    margin: 0 -77px;
    padding: 7px 0 0;
  }
}

@media print {
  .three-events-wrap {
    display: table;
    margin: 0;
    width: 100%;
    padding: 0;
  }
}

.three-events-wrap .event-row {
  margin: 0 0 24px;
}

.three-events-wrap .event-row:last-child {
  margin: 0;
}

@media (min-width: 700px) {
  .three-events-wrap .event-row {
    width: 47%;
    margin: 0 0 30px;
  }
}

@media (min-width: 1025px) {
  .three-events-wrap .event-row {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media print {
  .three-events-wrap .event-row {
    width: 33.3%;
    float: left;
    display: block;
    text-align: center;
  }
}

.three-events-wrap .date-box {
  margin: 0 20px 0 0;
}

@media (min-width: 1025px) {
  .three-events-wrap .date-box {
    margin: 0 0 20px;
  }
}

@media print {
  .three-events-wrap .date-box {
    margin: 0 auto 10px;
  }
}

.three-events-wrap .block {
  margin: -5px 0 0;
}

.three-events-wrap time {
  margin: 0 0 2px;
}

@media (min-width: 1025px) {
  .faculty-rows {
    padding: 4px 0 8px;
  }
}

@media print {
  .faculty-rows {
    padding: 0;
  }
}

.faculty-rows .status {
  font-size: 18px;
  line-height: 1.67;
  display: block;
  font-weight: bold;
  padding: 6px 0 3px;
}

@media (min-width: 700px) {
  .faculty-rows .status {
    font-size: 21px;
    padding: 6px 0 11px;
  }
}

.faculty-rows .row {
  margin: 0 0 28px;
}

@media (min-width: 700px) {
  .faculty-rows .row {
    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;
    margin: 0 0 6px;
  }
}

@media print {
  .faculty-rows .row {
    display: table;
    width: 100%;
    margin: 0 0 10px;
  }
}

.faculty-rows .img {
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .faculty-rows .img {
    width: 45.5%;
  }
}

@media (min-width: 1025px) {
  .faculty-rows .img {
    width: 49.5%;
  }
}

@media print {
  .faculty-rows .img {
    width: 40%;
    float: left;
    margin: 0;
  }
}

@media (min-width: 700px) {
  .faculty-rows .content-holder {
    margin: -4px 0 0;
    width: 55%;
    padding: 0 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .faculty-rows .content-holder {
    width: 50.5%;
    padding: 0 0 0 33px;
  }
}

@media print {
  .faculty-rows .content-holder {
    width: 60%;
    float: left;
    padding: 0 0 0 20px;
    margin: 0;
  }
}

.faculty-rows .link-arrow {
  font: bold 21px/1.24 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
}

@media (min-width: 700px) {
  .faculty-rows .link-arrow {
    font-size: 30px;
    line-height: 1.13;
  }
}

.faculty-rows .link-arrow .icon {
  margin: 0 0 0 14px;
  top: 1px;
  font-size: 18px;
}

@media (min-width: 700px) {
  .faculty-rows .link-arrow .icon {
    margin: 0 0 0 11px;
    top: -2px;
  }
}

.faculty-rows img {
  width: 100%;
  vertical-align: bottom;
}

@media (min-width: 700px) {
  .news-rows-wrap {
    width: 100vw;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    max-width: 1200px;
  }
}

@media (min-width: 1025px) {
  .news-rows-wrap {
    padding: 5px 0 40px;
  }
}

@media print {
  .news-rows-wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 700px) {
  .news-rows-wrap .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
  }
}

@media print {
  .news-rows-wrap .holder {
    display: table;
  }
}

@media (min-width: 700px) {
  .news-rows-wrap .new-holder {
    width: 33.33%;
  }
}

@media print {
  .news-rows-wrap .new-holder {
    float: left;
    width: 33.3%;
  }
}

.news-rows-wrap .new-text {
  padding: 15px 0;
}

@media (min-width: 700px) {
  .news-rows-wrap .new-text {
    padding: 15px;
  }
}

@media (min-width: 1025px) {
  .news-rows-wrap .new-text {
    padding: 22px 55px 22px 28px;
  }
}

@media (min-width: 700px) {
  .news-rows-wrap .new-title {
    font-size: 21px;
    line-height: 1.14;
  }
}

@media (min-width: 1025px) {
  .news-rows-wrap .new-title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 17px;
  }
}

@media print {
  .news-rows-wrap .new-title {
    font-size: 16px;
  }
}

@media (min-width: 700px) {
  .news-rows-wrap .new-title .icon {
    top: 2px;
    margin: 0 0 0 10px;
  }
}

@media print {
  .news-rows-wrap .new-title .icon {
    display: none;
  }
}

.contact-list {
  border-top: 6px solid #ffc72c;
  border-bottom: 6px solid #ffc72c;
  padding: 0 !important;
  list-style: none;
}

@media (min-width: 1025px) {
  .contact-list {
    margin: 0 0 62px;
  }
}

.contact-list li {
  margin-bottom: 0 !important;
}

@media (min-width: 700px) {
  .contact-list.three-column .box:first-child {
    width: 37%;
  }
}

@media (min-width: 700px) {
  .contact-list.three-column .box:last-child {
    width: 19%;
  }
}

@media (min-width: 700px) {
  .contact-list.three-column .box {
    width: 32%;
  }
}

.contact-list .row {
  padding: 15px 13px 17px 15px;
}

.contact-list .row:nth-child(even) {
  background: #f5f6f5;
}

.contact-list .row:nth-child(even) a:hover {
  background-color: #fff;
}

.contact-list .row:nth-child(even) .link-arrow:hover {
  background: transparent;
}

@media (min-width: 700px) {
  .contact-list .row {
    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;
  }
}

.contact-list .box {
  margin: 0 0 -3px;
}

@media (min-width: 700px) {
  .contact-list .box {
    width: 50%;
  }
}

.contact-list .tel,
.contact-list span {
  display: block;
}

.contact-list .tel {
  color: #000;
  text-decoration: none;
}

.contact-list .name {
  font-weight: bold;
}

.contact-list .email {
  font-weight: bold;
  color: #D62D00;
  text-decoration: none;
}

.contact-list .type {
  margin: 0 0 6px;
}

.contact-list .link-arrow {
  font-size: 18px;
}

.accordion {
  border-bottom: 6px solid #ffc72c;
  margin: 0 0 18px;
}

@media (min-width: 700px) {
  .accordion {
    margin: 0 0 39px;
    padding: 0 0 9px;
  }
}

@media (min-width: 1025px) {
  .accordion {
    margin: 0 0 63px;
    padding: 0 0 2px;
  }
}

@media print {
  .accordion {
    border: none;
    margin: 0 0 10px;
    padding: 0;
  }
}

.accordion-body {
  display: none;
}

@media print {
  .accordion-body {
    display: block !important;
  }
}

.accordion-body .btn-top {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  color: #002855;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 0;
}

@media print {
  .accordion-body .btn-top {
    display: none;
  }
}

.accordion-body .btn-top:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #3eb1c8 transparent;
}

.accordion-panel {
  padding: 0 0 15px;
  border-bottom: 6px solid #ffc72c;
}

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

@media print {
  .accordion-panel {
    display: none;
  }
}

.accordion-panel .btn-expand,
.accordion-panel .btn-collapse {
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  color: #002855;
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}

.accordion-panel .btn-expand:before,
.accordion-panel .btn-collapse:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3eb1c8 transparent transparent transparent;
}

.accordion-panel .btn-expand.disabled,
.accordion-panel .btn-collapse.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.accordion-panel .btn-collapse {
  margin: 0 0 0 27px;
}

.accordion-panel .btn-collapse:before {
  top: 40%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-item {
  font-size: 16px;
  line-height: 1.5;
  padding: 11px 5px 20px 42px;
}

@media (min-width: 1025px) {
  .accordion-item {
    padding: 16px 5px 16px 42px;
  }
}

@media print {
  .accordion-item {
    padding: 0;
  }
}

.accordion-item:nth-last-of-type(2n) {
  background: #f5f6f5;
}

@media print {
  .accordion-item:nth-last-of-type(2n) {
    background: transparent;
  }
}

.accordion-content {
  padding: 5px 6px 5px 0;
}

@media (min-width: 700px) {
  .accordion-content {
    padding: 5px 10px 5px 0;
  }
}

.accordion-content p {
  margin: 0 0 3px;
}

.btn-open-item {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: block;
  cursor: pointer;
}

.btn-open-item:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  left: -24px;
  top: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3eb1c8 transparent transparent transparent;
}

.btn-open-item.expanded:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-open-item:hover {
  color: #E02F00;
}

.back-top-section {
  padding: 2px 0 0;
  border-bottom: 6px solid #dddfdd;
  height: 38px;
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
}

@media print {
  .back-top-section {
    display: none;
  }
}

/* button back to top style */
.btn-back {
  -webkit-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  font-size: 29px;
  position: absolute;
  bottom: 5px;
  right: 9px;
  width: 40px;
  height: 40px;
  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;
  text-decoration: none;
  color: #002855;
}

@media (min-width: 700px) {
  .btn-back {
    font-size: 30px;
    right: 12px;
  }
}

@media (min-width: 1025px) {
  .btn-back {
    right: 0;
  }
  .btn-back:hover {
    bottom: -9px;
  }
}

@media (min-width: 1200px) {
  .btn-back {
    font-size: 37px;
    right: 27px;
    bottom: 30px;
  }
  .btn-back:hover {
    bottom: 19px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  max-width: 1900px;
  margin: 0 auto;
}

.hero .polygon {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 90px;
}

@media (min-width: 700px) {
  .hero .polygon {
    position: absolute;
    top: 0;
    left: 0;
    right: -111px;
    bottom: 0;
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .hero .polygon {
    right: -290px;
  }
}

@media print {
  .hero .polygon {
    display: none;
  }
}

@media (min-width: 700px) {
  .hero.story .polygon {
    right: 0;
  }
}

.hero-text {
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .hero-text {
    width: 538px;
  }
}

@media print {
  .hero-text {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .story .hero-text {
    width: 100%;
    padding: 100px 0 38px 40px;
  }
}

@media (min-width: 1025px) {
  .story .hero-text {
    padding: 78px 0 59px 62px;
  }
}

@media print {
  .story .hero-text {
    padding: 0;
  }
}

.hero-text .holder {
  background: #002855;
  padding: 23px 21px 2px;
}

@media (min-width: 700px) {
  .hero-text .holder {
    padding: 72px 104px 44px 41px;
    background: transparent;
    position: relative;
    z-index: 2;
    min-height: 400px;
    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: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1025px) {
  .hero-text .holder {
    min-height: 400px;
    padding: 69px 0 62px 63px;
  }
}

@media print {
  .hero-text .holder {
    padding: 0;
    background: none;
    min-height: 0;
  }
}

@media (min-width: 700px) {
  .story .hero-text .holder {
    padding: 0;
    width: 365px;
  }
}

@media (min-width: 1025px) {
  .story .hero-text .holder {
    width: 500px;
  }
}

.hero-text .h1 {
  font: bold 30px/1.17 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  margin: 0;
}

@media (min-width: 700px) {
  .hero-text .h1 {
    font-size: 45px;
    line-height: 1.1;
  }
}

@media (min-width: 1025px) {
  .hero-text .h1 {
    font-size: 55px;
  }
}

@media print {
  .hero-text .h1 {
    font-size: 25px;
    color: #000;
  }
}

.hero-text .category-title {
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
}

@media (min-width: 700px) {
  .hero-text .category-title {
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .hero-text .category-title {
    font-size: 21px;
    line-height: 1.43;
  }
}

@media (min-width: 700px) {
  .story .hero-text .category-title {
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .story .hero-text .category-title {
    font-size: 18px;
    margin: 0 0 22px;
  }
}

.hero-img {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 58%;
  background-color: #000;
}

@media (min-width: 700px) {
  .hero-img {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media print {
  .hero-img {
    position: relative;
    background-image: none;
    padding: 0;
  }
}

.story .hero-img {
  padding-top: 53%;
}

@media (min-width: 700px) {
  .story .hero-img {
    padding-top: 0;
  }
}

@media print {
  .story .hero-img {
    padding-top: 0;
  }
}

/* stats style */
.stats {
  text-align: center;
  margin: 0 0 28px;
}

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

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

@media print {
  .stats {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
  }
}

.stats-program {
  margin: 0;
}

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

@media (min-width: 1025px) {
  .stats-program {
    margin: 0 -130px 36px;
  }
}

.stats-wrap {
  overflow: hidden;
}

@media print {
  .stats-wrap {
    overflow: visible;
  }
}

.stats .holder {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 56px 5px 24px;
  border: 4px solid #ffc72c;
}

@media (min-width: 700px) {
  .stats .holder {
    -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;
    padding: 62px 5px 24px;
  }
}

@media (min-width: 1025px) {
  .stats .holder {
    padding: 75px 5px 57px;
  }
}

@media print {
  .stats .holder {
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    -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;
    padding: 10px 5px 3px;
    border: none;
  }
}

.stats .holder > p {
  min-width: 100%;
  padding: 0 10px;
  margin: 0 0 29px;
}

@media (min-width: 700px) {
  .stats .holder > p {
    margin: -11px 0 17px;
    padding: 0 37px;
  }
}

@media (min-width: 1025px) {
  .stats .holder > p {
    padding: 5px 60px 0;
    margin: -11px 0 28px;
  }
}

.stats .btn {
  font-size: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stats .h3,
.stats .h2 {
  font-family: "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  color: #002855;
  text-align: center;
  margin: 0 30px;
  display: inline-block;
  background: #fff;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  padding: 0 12px;
}

@media (min-width: 375px) {
  .stats .h3,
  .stats .h2 {
    padding: 0 15px;
  }
  .stats .h3 br,
  .stats .h2 br {
    display: none;
  }
}

@media (min-width: 1025px) {
  .stats .h3,
  .stats .h2 {
    padding: 0 10px;
  }
}

@media print {
  .stats .h3,
  .stats .h2 {
    color: #000;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .stats .h3 br,
  .stats .h2 br {
    display: none;
  }
}

.stats .h2 {
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 700px) {
  .stats .h2 {
    font-size: 50px;
  }
}

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

@media print {
  .stats .h2 {
    font-size: 30px;
  }
}

.stats .h3 {
  font-size: 26px;
  line-height: 1.15;
}

@media (min-width: 700px) {
  .stats .h3 {
    font-size: 40px;
    line-height: 1.08;
  }
}

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

@media print {
  .stats .h3 {
    font-size: 30px;
  }
}

.stats .h3 + .holder {
  padding: 50px 5px 10px;
}

@media (min-width: 700px) {
  .stats .h3 + .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 36px 50px 38px;
  }
}

@media (min-width: 1025px) {
  .stats .h3 + .holder {
    padding: 55px 50px 33px;
  }
}

@media print {
  .stats .h3 + .holder {
    padding: 10px 0;
  }
}

@media (min-width: 700px) {
  .stats .h3 + .holder .stats-box {
    width: 50%;
    margin: 0 0 26px;
  }
}

@media (min-width: 1025px) {
  .stats .h3 + .holder .stats-box {
    width: 32%;
  }
}

@media print {
  .stats .h3 + .holder .stats-box {
    width: 32%;
  }
}

@media (min-width: 700px) {
  .stats .h3 + .holder .stats-number {
    font-size: 60px;
  }
}

@media print {
  .stats .h3 + .holder .stats-number {
    font-size: 25px;
  }
}

@media (min-width: 700px) {
  .stats .h3 + .holder .link-arrow {
    width: auto;
  }
}

@media print {
  .stats .h3 + .holder .link-arrow {
    display: none;
  }
}

.stats-box {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 700px) {
  .stats-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 31.3%;
    padding: 0 4px;
  }
}

@media print {
  .stats-box {
    display: inline-block;
    width: 33%;
    margin: 0;
  }
}

.stats-box .link-arrow {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  margin: 0 0 0 12px;
}

@media (min-width: 700px) {
  .stats-box .link-arrow {
    margin: 0 0 0 8px;
    width: 132px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    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) {
  .stats-box .link-arrow {
    width: auto;
  }
}

@media print {
  .stats-box .link-arrow {
    font-size: 13px;
    padding: 0;
  }
}

.stats-box .link-arrow .icon {
  margin: 0 0 0 12px;
}

.stats-box p {
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  .stats-box p {
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .stats-box p {
    margin: 0 0 32px;
  }
}

@media print {
  .stats-box p {
    margin: 0 0 10px;
  }
}

.stats-number {
  font: bold 50px/1.2 "CheltenhamStd", "Times", "Baskerville", "Georgia", serif;
  color: #002855;
  display: block;
}

@media (min-width: 700px) {
  .stats-number {
    display: block;
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .stats-number {
    font-size: 60px;
    margin: 0 0 5px;
  }
}

@media print {
  .stats-number {
    color: #000;
    font-size: 30px;
  }
}

.banner-lg .polygon,
.polygon .desktop,
.polygon .mobile,
.polygon .tablet,
.button-arrow-holder .desktop,
.button-arrow-holder .nondesktop {
  display: none;
}

@media (min-width: 1025px) {
  .banner-lg .polygon.desktop {
    -webkit-transform: translateY(47%);
        -ms-transform: translateY(47%);
            transform: translateY(47%);
  }
}

.polygon svg {
  width: 100%;
  height: 100%;
}

.banner-lg .polygon.desktop svg {
  height: 100vw;
}

.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;
  left: -18px;
  top: 0;
  width: 30px;
  height: 150%;
  -webkit-transform: translate(0, -16.6666%) rotate(-30deg);
      -ms-transform: translate(0, -16.6666%) rotate(-30deg);
          transform: translate(0, -16.6666%) rotate(-30deg);
  background-color: #F26843;
}

.btn:hover:before {
  -webkit-transform: translate(0, -16.6666%) rotate(30deg);
      -ms-transform: translate(0, -16.6666%) rotate(30deg);
          transform: translate(0, -16.6666%) rotate(30deg);
}

.btn-information > a {
  text-decoration: none;
  padding: 2px 20px;
  color: #FFFFFF;
  display: block;
  background: #00162F;
  position: relative;
  overflow: hidden;
}

.btn-information > a:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
  content: '';
  -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;
  left: -12px;
  top: 0;
  width: 20px;
  height: 200%;
  border: none;
  -webkit-transform: translate(0, -25%) rotate(-30deg);
      -ms-transform: translate(0, -25%) rotate(-30deg);
          transform: translate(0, -25%) rotate(-30deg);
  background-color: #FFC72C;
}

.btn-information:hover > a:after {
  -webkit-transform: translate(0, -25%) rotate(30deg);
      -ms-transform: translate(0, -25%) rotate(30deg);
          transform: translate(0, -25%) rotate(30deg);
}

.hero.story .polygon {
  right: 0;
  width: 130%;
}

@media (min-width: 1025px) {
  .hero-text .holder {
    min-height: 400px;
    padding: 69px 0 62px 63px;
  }
}

@media (min-width: 1025px) {
  .story .hero-text .holder {
    padding: 208px 0 0;
    width: 500px;
  }
}

@media (min-width: 320px) and (max-width: 699px) {
  .banner-lg .polygon.mobile,
  .polygon .mobile,
  .button-arrow-holder .nondesktop {
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .banner-lg .polygon.tablet,
  .polygon .tablet,
  .button-arrow-holder .nondesktop {
    display: block;
  }
}

@media (min-width: 1025px) {
  .banner-lg .polygon.desktop,
  .polygon .desktop,
  .button-arrow-holder .desktop {
    display: block;
  }
}

.stories-slide:nth-child(2n) .holder.hover + .stories-blockquote,
.stories-slide:nth-child(2n) .holder:hover + .stories-blockquote {
  left: auto;
  right: 100%;
}

.stories-slide .holder: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: '';
  top: 0;
  right: 3px;
  bottom: 0;
  left: 3px;
  position: absolute;
  background-color: #3EB1C8;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.stories-slide .holder.hover .text-holder:before,
.stories-slide .holder:hover .text-holder:before {
  border-width: 0 0 63px 73px;
}

.stories-slide .holder.hover + .stories-blockquote,
.stories-slide .holder:hover + .stories-blockquote {
  opacity: 1;
  top: 0;
  left: 100%;
  z-index: 100;
}

.stories-slide .holder.hover img,
.stories-slide .holder:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.stories-slide .holder {
  background: #000000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section-button.open-drop:hover {
  background: #7CD4E6;
}

@media (min-width: 700px) {
  .story .hero-text .holder {
    padding: 40px 0 0;
    width: 365px;
  }
  .stories-slide .holder:hover:before {
    opacity: 0.3;
    visibility: visible;
    z-index: 2;
  }
}

@media (min-width: 1025px) {
  .stories-slide:nth-child(2n) .holder.hover + .stories-blockquote,
  .stories-slide:nth-child(2n) .holder:hover + .stories-blockquote {
    right: auto;
    left: 100%;
  }
  .stories-slide:nth-child(3n) .holder.hover + .stories-blockquote,
  .stories-slide:nth-child(3n) .holder:hover + .stories-blockquote {
    left: auto;
    right: 100%;
  }
  .section-button:hover:before {
    -webkit-transform: translate(0, -16.6666%) rotate(30deg);
        -ms-transform: translate(0, -16.6666%) rotate(30deg);
            transform: translate(0, -16.6666%) rotate(30deg);
  }
  .section-drop {
    position: absolute;
    display: none;
    top: 47px;
    left: 0;
    width: 392px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
