@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Taviraj:400,500,600,700');
@font-face {
  font-family: 'icomoon';
  src: url('http://www.abac.edu/wp-content/themes/abac/assets/css/less/../../fonts/icomoon.eot?fq7ouc');
  src: url('http://www.abac.edu/wp-content/themes/abac/assets/css/less/../../fonts/icomoon.eot?fq7ouc#iefix') format('embedded-opentype'), url('http://www.abac.edu/wp-content/themes/abac/assets/css/less/../../fonts/icomoon.ttf?fq7ouc') format('truetype'), url('http://www.abac.edu/wp-content/themes/abac/assets/css/less/../../fonts/icomoon.woff?fq7ouc') format('woff'), url('http://www.abac.edu/wp-content/themes/abac/assets/css/less/../../fonts/icomoon.svg?fq7ouc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right-atl:before {
  content: "\e900";
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.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;
}
@-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);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-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;
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-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, -250px, 0);
    transform: translate3d(0, -250px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 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(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 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(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 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, 250px, 0);
    transform: translate3d(0, 250px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 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 fadeInUpLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 250px, 0);
    transform: translate3d(-250px, 250px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 250px, 0);
    transform: translate3d(-250px, 250px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpLeft {
  -webkit-animation-name: fadeInUpLeft;
  animation-name: fadeInUpLeft;
}
@-webkit-keyframes fadeInUpRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(250px, 250px, 0);
    transform: translate3d(250px, 250px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(250px, 250px, 0);
    transform: translate3d(250px, 250px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpRight {
  -webkit-animation-name: fadeInUpRight;
  animation-name: fadeInUpRight;
}
@-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, 250px, 0);
    transform: translate3d(0, 250px, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 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(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 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(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 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, -250px, 0);
    transform: translate3d(0, -250px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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(250px, 0, 0) skewX(-30deg);
    transform: translate3d(250px, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(250px, 0, 0) skewX(-30deg);
    transform: translate3d(250px, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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(250px, 0, 0) skewX(30deg);
    transform: translate3d(250px, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(250px, 0, 0) skewX(30deg);
    transform: translate3d(250px, 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(-250px, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-250px, 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(-250px, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-250px, 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(250px, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(250px, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(250px, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(250px, 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, -250px, 0);
    transform: translate3d(0, -250px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 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(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 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(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 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, 250px, 0);
    transform: translate3d(0, 250px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 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, 250px, 0);
    transform: translate3d(0, 250px, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 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(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 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(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 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, -250px, 0);
    transform: translate3d(0, -250px, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin: 35px 0;
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 35px 0px;
}
.wp-caption.alignleft {
  margin: 35px 20px 35px 0;
}
.wp-caption.alignright {
  margin: 35px 0 35px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  margin-top: 5px;
  color: #424242;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* 
	 Media Queries
*/
/* 
     Font sizes
*/
/* 
     Links
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body {
  font: 14px/1.4 'Libre Franklin', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #4a4a4a;
}
body #content {
  padding-top: 76px;
}
.container {
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.container--small {
  max-width: 1104px;
}
.container--super-small {
  max-width: 670px;
}
*:focus {
  outline: 0;
  box-shadow: 0 0 4px 2px #52a4ff!important;
}
a,
a:focus,
a:hover {
  color: #267f52;
}
a:active {
  outline: thin dotted;
  outline: 5px auto #52a4ff;
  outline-offset: -2px;
}
.bt {
  color: #fff;
  padding: 10px 25px;
  background: #267f52;
  border: 1.5px solid #267f52;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 25px;
  transition: all 0.3s;
  display: inline-block;
}
.bt:focus {
  background: #267f52;
  color: #fff;
}
.bt:active,
.bt:hover {
  background: #004b21;
  color: #fff;
  border-color: #004b21;
  outline: 0;
}
.bt:active {
  box-shadow: 0 0 4px 2px #52a4ff;
}
.bt--secondary {
  background: #fff;
  color: #267f52;
  border-color: #267f52;
}
.bt--secondary:focus {
  background: #fff;
  color: #267f52;
}
.bt--secondary:active,
.bt--secondary:hover {
  background: #eeeeee;
  color: #267f52;
  border-color: #eeeeee;
  outline: 0;
}
.bt--secondary:active {
  box-shadow: 0 0 4px 2px #52a4ff;
}
.bt--tertiary {
  background: #fff;
  color: #267f52;
  border-color: #fff;
  padding: 10px 0;
}
.bt--tertiary span {
  color: #267f52;
  transition: all 0.3s;
  font-size: 12px;
  margin-left: 5px;
}
.bt--tertiary:focus {
  background: #fff;
  color: #267f52;
  padding: 10px 25px;
}
.bt--tertiary:active,
.bt--tertiary:hover {
  background: #267f52;
  color: #fff;
  border-color: #267f52;
  outline: 0;
  padding: 10px 25px;
}
.bt--tertiary:active span,
.bt--tertiary:hover span {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}
.bt--tertiary:active {
  box-shadow: 0 0 4px 2px #52a4ff;
}
@media only screen and (min-width: 1320px) {
  .bt {
    font-size: 18px;
  }
}
.menu-action {
  float: left;
  position: relative;
  width: 85px;
  transition: all 0.3s;
  cursor: pointer;
}
.menu-action .menu-text,
.menu-action .close-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  font-weight: 600;
  color: #267f52;
  transition: all 0.3s;
  line-height: 36px;
}
.menu-action .close-text {
  opacity: 0;
}
.menu-action .c-hamburger {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 85px;
  height: 36px;
  font-size: 0;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
}
.menu-action .c-hamburger span.burger {
  display: block;
  position: absolute;
  top: 17px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #2c7c2e;
  width: 26px;
}
.menu-action .c-hamburger span.burger::before,
.menu-action .c-hamburger span.burger::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2c7c2e;
  content: "";
}
.menu-action .c-hamburger span.burger::before {
  top: -6px;
}
.menu-action .c-hamburger span::after {
  bottom: -6px;
}
.menu-action .c-hamburger--htx span.burger {
  transition: background 0s 0.3s;
}
.menu-action .c-hamburger--htx span.burger::before,
.menu-action .c-hamburger--htx span.burger::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.menu-action .c-hamburger--htx span.burger::before {
  transition-property: top, transform;
}
.menu-action .c-hamburger--htx span.burger::after {
  transition-property: bottom, transform;
}
.menu-action .c-hamburger--htx.is-active span.burger {
  background: none;
}
.menu-action .c-hamburger--htx.is-active + .menu-text {
  opacity: 0;
}
.menu-action .c-hamburger--htx.is-active + .menu-text + .close-text {
  opacity: 1;
}
.menu-action .c-hamburger--htx.is-active span.burger::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-action .c-hamburger--htx.is-active span.burger::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-action .c-hamburger--htx.is-active span.burger::before,
.menu-action .c-hamburger--htx.is-active span.burger::after {
  transition-delay: 0s, 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0px 50px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #eeeeee;
  background: #FFFFFF;
}
.site-header .top-header {
  background: #EEEEEE;
  border: 0.5px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.site-header .top-header #menu-top-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
  position: relative;
}
.site-header .top-header #menu-top-menu li {
  display: inline-block;
  margin-left: 24px;
}
.site-header .top-header #menu-top-menu li a {
  color: #267F52;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1px;
  transition: all 0.3s;
}
.site-header .top-header #menu-top-menu li a:hover {
  color: #004b21;
}
.site-header .top-header #menu-top-menu li.jump-to-content {
  float: left;
  margin-left: 0;
}
.site-header .top-header #menu-top-menu li.jump-to-content a {
  color: #6b6b6b;
  opacity: 0;
}
.site-header .top-header #menu-top-menu li.jump-to-content a:focus {
  opacity: 1;
}
.site-header .header-content {
  position: relative;
  z-index: 2;
}
.site-header .header-content .container {
  position: relative;
}
.site-header .header-content .logo,
.site-header .header-content .right-header-content .header-buttons,
.site-header .header-content .right-header-content .menu-action {
  margin: 11px 0;
  transition: all 0.3s;
}
.site-header .logo {
  width: 176px;
  display: block;
  float: left;
  height: 36px;
  position: relative;
}
.site-header .logo img {
  top: -3px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
.site-header .logo img.logo-small {
  opacity: 0;
}
@media (min-width: 768px) {
  .site-header .logo {
    width: 219px;
  }
}
.site-header .right-header-content {
  float: right;
}
.site-header .right-header-content .header-buttons {
  display: none;
}
.site-header .right-header-content .header-buttons .header-button {
  float: none;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 110px;
  padding: 5px 10px;
  border-width: 1px;
  line-height: 24px;
  margin-right: 15px;
}
.site-header .right-header-content .header-search {
  width: 58px;
  height: 58px;
  float: right;
  transition: height 0.3s;
  margin-left: 20px;
  margin-right: -20px;
}
.site-header .right-header-content .header-search .box-header-search {
  border-left: 1px solid #eeeeee;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  transition: width 0.3s;
  width: 58px;
}
.site-header .right-header-content .header-search .box-header-search .navSearchContainer input.navSearch {
  margin: 0;
  width: 100%;
  height: 58px;
  background: transparent;
  padding: 0 50px 0 0;
  float: right;
  border: none;
  transition: height 0.3s;
}
.site-header .right-header-content .header-search .box-header-search .navSearchContainer .navSearchSub {
  width: 58px;
  height: 58px;
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  float: left;
  cursor: pointer;
  color: #267f52;
  text-align: center;
  transition: height 0.3s;
}
.site-header .right-header-content .header-search .box-header-search .input-field {
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  float: right;
  background: #fff;
  position: relative;
}
.site-header .right-header-content .header-search .box-header-search .input-field .clear-input {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 1;
  color: #a7a4a4;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  opacity: 0;
  transition: all 0.3s;
  font-size: 20px;
  line-height: 1;
  margin: auto;
}
.site-header .right-header-content .header-search .box-header-search .input-field .clear-input.visible {
  opacity: 1;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results {
  background: #FFF;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #e0e0e0;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results ul li > a {
  padding: 10px 20px;
  display: block;
  color: #000;
  transition: all 0.3s;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results ul li > a > span {
  display: block;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results ul li > a > span.title {
  font-weight: 600;
  font-size: 16px;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results ul li > a > span.description {
  font-size: 14px;
  font-weight: 500;
  color: rgba(97, 97, 97, 0.75);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results ul li > a:hover {
  background: rgba(216, 216, 216, 0.21);
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results .view-all-results {
  display: block;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.site-header .right-header-content .header-search .box-header-search #navSearch-results .no-results {
  padding: 10px 20px;
  display: block;
}
.site-header .right-header-content .header-search .box-header-search.active {
  width: 100%;
  background: #fff;
}
.site-header .right-header-content .header-search .box-header-search.active .box-header-search {
  width: 100%;
}
.site-header .right-header-content .header-search .box-header-search.active .input-field {
  width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) {
  .site-header .right-header-content {
    position: relative;
  }
  .site-header .right-header-content .header-buttons {
    float: left;
    display: block;
    padding-right: 15px;
  }
  .site-header .right-header-content .header-search {
    height: 74px;
    width: 74px;
    margin-right: 0;
    margin-left: 10px;
  }
  .site-header .right-header-content .header-search .box-header-search {
    width: 74px;
    right: -20px;
  }
  .site-header .right-header-content .header-search .box-header-search .navSearchContainer input.navSearch {
    height: 74px;
  }
  .site-header .right-header-content .header-search .box-header-search .navSearchContainer .navSearchSub {
    width: 74px;
    height: 74px;
  }
  .site-header .right-header-content .header-search .box-header-search.active {
    width: calc(100% + 20px);
  }
  .site-header .right-header-content .header-search .box-header-search.active .input-field {
    width: calc(100% - 78px);
  }
  .site-header .header-content .logo,
  .site-header .header-content .right-header-content .header-buttons,
  .site-header .header-content .right-header-content .menu-action {
    margin: 18px 0;
    transition: all 0.3s;
  }
}
@media (min-height: 1400px) {
  .site-header .header-search .box-header-search .navSearchContainer input.navSearch {
    height: 40px;
    float: left;
    z-index: 1;
    position: relative;
    width: calc(100% - 40px);
  }
  .site-header .header-search .box-header-search .navSearchContainer .navSearchSub {
    background: #fff;
    border-left: 1px solid #E0E0E0;
    width: 40px;
    float: right;
  }
  .site-header .header-search .box-header-search .navSearchContainer .navSearchSub i {
    line-height: 38px;
    transition: all 0.3s;
    color: #2c7c2e;
  }
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.breadcrumbs {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #616161;
}
.breadcrumbs a {
  color: #616161;
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  color: #212121;
}
.breadcrumbs .separator {
  padding: 0 3px;
}
.breadcrumbs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0 3px;
}
.breadcrumbs ul li.current {
  color: #212121;
}
.breadcrumbs ul li.current a {
  color: #212121;
  text-decoration: none;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
#hero {
  position: relative;
  padding-top: 15px;
  background-color: #f5f4f3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#hero .breadcrumbs {
  margin-bottom: 0px;
}
#hero .hero-content {
  max-width: 630px;
  margin: 0 auto;
  padding: 50px 0;
}
#hero .hero-content h1 {
  font-family: 'bookmania', serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  margin: 0 0 5px;
}
#hero .hero-content p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: -0.1px;
  color: #6b6b6b;
  margin: 0 0 10px;
}
#hero .hero-content .search-container {
  border: 1px solid #2c7c2e;
  background: #fff;
  overflow: hidden;
}
#hero .hero-content .search-container input {
  padding: 0 15px;
  height: 46px;
  width: calc(100% - 50px);
  float: left;
  border: none;
  font-size: 18px;
}
#hero .hero-content .search-container input ::-webkit-input-placeholder {
  color: #9b9b9b !important;
}
#hero .hero-content .search-container input :-moz-placeholder {
  color: #9b9b9b !important;
}
#hero .hero-content .search-container input ::-moz-placeholder {
  color: #9b9b9b !important;
}
#hero .hero-content .search-container input :-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b !important;
}
#hero .hero-content .search-container button {
  float: right;
  margin-right: 15px;
  width: 20px;
  text-align: center;
  height: 46px;
  padding: 0;
  background: transparent;
  border: none;
}
#hero .hero-content .search-container button i {
  color: #4a4a4a;
  line-height: 46px;
  color: #2c7c2e;
}
#hero .hero-content .search-container ::-webkit-input-placeholder {
  color: #9b9b9b !important;
}
#hero .hero-content .search-container :-moz-placeholder {
  color: #9b9b9b !important;
}
#hero .hero-content .search-container ::-moz-placeholder {
  color: #9b9b9b !important;
}
#hero .hero-content .search-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b !important;
}
@media only screen and (min-width: 768px) {
  #hero .hero-content h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  #hero .hero-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #hero .hero-content {
    margin-left: 250px;
  }
}
@media only screen and (min-width: 1320px) {
  #hero .hero-content {
    margin-left: 330px;
  }
}
.directory-section {
  background-color: #fbfbfa;
}
.directory-section .directory-filter {
  overflow: auto;
  padding: 16px 0;
  background-color: #f5f4f3;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
  display: none;
}
.directory-section .directory-filter p {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  color: #6b6b6b;
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 25px;
  margin: 0;
  text-transform: uppercase;
}
.directory-section .directory-filter .drop-down-departments {
  margin-bottom: 16px;
}
.directory-section .directory-filter .drop-down-departments select {
  width: 100%;
}
.directory-section .directory-filter .drop-down-departments select option:hover {
  color: #2c7c2e;
  background: #fff;
}
.directory-section .directory-filter .search-container {
  background-color: #ffffff;
  border: 2px solid #9b9b9b;
  border-radius: 16px;
  height: 32px;
  padding: 0 8px;
}
.directory-section .directory-filter .search-container button {
  border: none;
  width: 32px;
  height: 28px;
  text-align: center;
  background: none;
}
.directory-section .directory-filter .search-container button i {
  color: #9b9b9b;
  line-height: 26px;
  font-size: 14px;
}
.directory-section .directory-filter .search-container input {
  height: 28px;
  float: right;
  border: none;
  width: calc(100% - 32px);
  padding-left: 16px;
  font-size: 16px;
  color: #9b9b9b;
  text-align: left;
  letter-spacing: 0.01em;
  border-radius: 0px 16px 16px 0px;
}
@media only screen and (min-width: 768px) {
  .directory-section .directory-filter p {
    float: left;
    padding: 0 16px;
    font-size: 16px;
    line-height: 32px;
    width: 135px;
  }
  .directory-section .directory-filter .drop-down-departments {
    float: left;
    margin: 0;
    width: calc(100% - 417px);
  }
  .directory-section .directory-filter .search-container {
    float: right;
    width: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .directory-section .directory-filter p {
    padding: 0 32px;
    width: 169px;
  }
  .directory-section .directory-filter .drop-down-departments {
    width: calc(100% - 535px);
  }
  .directory-section .directory-filter .search-container {
    float: right;
    width: 350px;
  }
}
.select {
  background-color: #ffffff;
  overflow: hidden;
  height: 32px;
  position: relative;
  display: block;
}
select {
  height: 32px;
  padding: 0px 48px 0px 16px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  color: #6b6b6b;
  text-align: left;
  border: 2px solid #9b9b9b;
}
.directory-listing {
  padding: 50px 0;
}
.directory-listing .listing-header {
  margin-bottom: 25px;
}
.directory-listing .listing-header .showing {
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.directory-listing .listing-header .results {
  text-align: center;
}
.directory-listing .listing-header .results a {
  display: inline-block;
  line-height: 32px;
  color: #4a4a4a;
  border-radius: 16px;
  padding: 0 16px 0 35px;
  background-color: rgba(44, 124, 46, 0.3);
  position: relative;
  margin-right: 10px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.directory-listing .listing-header .results a:last-child {
  margin-right: 0;
}
.directory-listing .listing-header .results a:hover {
  background-color: rgba(44, 124, 46, 0.6);
}
.directory-listing .listing-header .results a img {
  max-width: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
}
@media only screen and (min-width: 768px) {
  .directory-listing .listing-header {
    overflow: hidden;
  }
  .directory-listing .listing-header .showing {
    float: left;
    margin: 0 25px 0 0;
    padding: 5px 0;
  }
  .directory-listing .listing-header .results {
    overflow: hidden;
    padding: 5px;
  }
  .directory-listing .listing-header .results a {
    display: block;
    float: left;
  }
}
.directory-listing .directory-item {
  border: solid 1px #dcdcdc;
  padding: 30px 0;
  transition: all 0.3s;
  cursor: pointer;
}
.directory-listing .directory-item:hover {
  border-color: #2c7c2e;
}
.directory-listing .directory-item .image-container {
  float: left;
  margin-right: 30px;
  height: 72px;
  width: 72px;
  position: relative;
}
.directory-listing .directory-item .image-container .image {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.directory-listing .directory-item .image-container .image img {
  min-width: 100%;
  min-height: 100%;
}
.directory-listing .directory-item .directory-info {
  width: 100%;
  display: inline-block;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 2px solid #dcdcdc;
}
.directory-listing .directory-item .directory-info .department {
  font-size: 14px;
  color: #6b6b6b;
  text-align: left;
  letter-spacing: 0.13em;
  line-height: 25px;
  text-transform: uppercase;
}
.directory-listing .directory-item .directory-info .name a {
  font-size: 20px;
  font-weight: bold;
  color: #2c7c2e;
  text-align: left;
  line-height: 23px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  z-index: 1;
}
.directory-listing .directory-item .directory-info .name a:before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  background: #2c7c2e;
  z-index: -1;
  opacity: 0;
}
.directory-listing .directory-item .directory-info .name a:hover,
.directory-listing .directory-item .directory-info .name a:focus,
.directory-listing .directory-item .directory-info .name a:active {
  text-decoration: none;
  color: #fff;
}
.directory-listing .directory-item .directory-info .name a:hover:before,
.directory-listing .directory-item .directory-info .name a:focus:before,
.directory-listing .directory-item .directory-info .name a:active:before {
  opacity: 1;
}
.directory-listing .directory-item .directory-info .position {
  font-size: 16px;
  color: #4a4a4a;
  text-align: left;
  line-height: 24px;
}
.directory-listing .directory-item .faculty-info {
  padding-left: 144px;
}
.directory-listing .directory-item .faculty-info > div {
  position: relative;
  padding-left: 32px;
}
.directory-listing .directory-item .faculty-info > div .icon {
  position: absolute;
  width: 16px;
  height: 25px;
  left: 0;
  top: 0;
  text-align: center;
}
.directory-listing .directory-item .faculty-info > div .icon i {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 25px;
}
.directory-listing .directory-item .faculty-info > div a,
.directory-listing .directory-item .faculty-info > div span {
  letter-spacing: 0.01em;
  line-height: 25px;
  display: block;
  font-size: 16px;
}
.directory-listing .directory-item .faculty-info > div a,
.directory-listing .directory-item .faculty-info > div a:hover,
.directory-listing .directory-item .faculty-info > div a:active {
  color: #2c7c2e;
  text-decoration: none;
}
.directory-listing .directory-item .faculty-info > div.email a {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .directory-listing .directory-item {
    padding: 23px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    width: 100%;
  }
  .directory-listing .directory-item .image-container {
    width: 128px;
    height: 106px;
    margin-right: 32px;
  }
  .directory-listing .directory-item .faculty-info {
    float: right;
    padding-left: 40px;
    width: 244px;
    position: relative;
  }
  .directory-listing .directory-item .faculty-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 2px;
    background: #dcdcdc;
  }
  .directory-listing .directory-item .faculty-info > div .icon {
    height: 16px;
  }
  .directory-listing .directory-item .faculty-info > div .icon i {
    line-height: 16px;
  }
  .directory-listing .directory-item .faculty-info > div a,
  .directory-listing .directory-item .faculty-info > div span {
    line-height: 16px;
    margin-bottom: 6px;
  }
  .directory-listing .directory-item .faculty-info > div.code span {
    margin-bottom: 0;
  }
  .directory-listing .directory-item .faculty-info > div.location > a {
    position: relative;
    transition: all 0.3s;
    z-index: 1;
    display: inline-block;
  }
  .directory-listing .directory-item .faculty-info > div.location > a:before {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: -5px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    background: #2c7c2e;
    z-index: -1;
    opacity: 0;
  }
  .directory-listing .directory-item .faculty-info > div.location > a:hover {
    color: #fff;
  }
  .directory-listing .directory-item .faculty-info > div.location > a:hover:before {
    opacity: 1;
  }
  .directory-listing .directory-item .directory-info {
    float: left;
    width: calc(100% - 405px);
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media only screen and (min-width: 1024px) {
  .directory-listing .directory-item {
    padding: 23px 48px;
  }
  .directory-listing .directory-item .image-container {
    margin-right: 48px;
  }
  .directory-listing .directory-item .faculty-info {
    float: right;
    padding-left: 58px;
    width: 265px;
  }
  .directory-listing .directory-item .faculty-info:before {
    left: 24px;
  }
  .directory-listing .directory-item .directory-info {
    float: left;
    width: calc(100% - 441px);
  }
  .directory-listing .directory-item .directory-info .department {
    font-size: 16px;
  }
  .directory-listing .directory-item .directory-info .name a {
    font-size: 24px;
    line-height: 37px;
  }
  .directory-listing .directory-item .directory-info .position {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1320px) {
  .directory-listing .directory-item .faculty-info {
    width: 285px;
  }
  .directory-listing .directory-item .directory-info {
    width: calc(100% - 461px);
  }
}
.directory-pagination-section {
  padding-bottom: 50px;
  text-align: center;
}
.directory-pagination-section .directory-pagination {
  display: inline-block;
}
.directory-pagination-section .directory-pagination .page-numbers {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #fbfbfa;
  border: 1px solid #dcdcdc;
  border-left: none;
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  letter-spacing: 0.01em;
  line-height: 48px;
}
.directory-pagination-section .directory-pagination .page-numbers i {
  color: #2c7c2e;
}
.directory-pagination-section .directory-pagination .page-numbers.current {
  border-color: #2c7c2e;
  color: #2c7c2e;
  position: relative;
}
.directory-pagination-section .directory-pagination .page-numbers.current:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #2c7c2e;
}
.directory-pagination-section .directory-pagination .page-numbers:first-child {
  border-left: 1px solid #dcdcdc;
}
.directory-pagination-section .directory-pagination .page-numbers:hover,
.directory-pagination-section .directory-pagination .page-numbers:active,
.directory-pagination-section .directory-pagination .page-numbers:focus {
  text-decoration: none;
  color: #2c7c2e;
}
.directory-pagination-section .directory-pagination .page-numbers.next {
  border-radius: 0px 50% 50% 0px;
}
.directory-pagination-section .directory-pagination .page-numbers.prev {
  border-radius: 50% 0px 0px 50%;
}
.footer-info .col-xs-12 h3 {
  font-size: 12px;
  font-weight: bold;
  color: #4a4a4a;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 12px;
  margin: 0 0 5px;
}
.footer-info .col-xs-12 .email label,
.footer-info .col-xs-12 .phone label {
  color: #4a4a4a;
  width: 110px;
  padding-right: 16px;
}
.footer-info .col-xs-12 .email a,
.footer-info .col-xs-12 .phone a {
  font-size: 16px;
  color: #2c7c2e;
  line-height: 32px;
  margin-bottom: 10px;
}
.footer-info .col-xs-12 .email a:hover,
.footer-info .col-xs-12 .phone a:hover,
.footer-info .col-xs-12 .email a:active,
.footer-info .col-xs-12 .phone a:active,
.footer-info .col-xs-12 .email a:focus,
.footer-info .col-xs-12 .phone a:focus {
  text-decoration: none;
}
.footer-info .col-xs-12 .email {
  margin: 0;
}
.footer-info .col-xs-12.company {
  padding-left: 60px;
  position: relative;
  border-bottom: none;
}
.footer-info .col-xs-12.company .logo {
  position: absolute;
  top: -8px;
  left: -8px;
  max-width: 60px;
}
.footer-info .col-xs-12.company h3,
.footer-info .col-xs-12.company p {
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 10px;
  margin-bottom: 5px;
}
.footer-info .col-xs-12.company h3:last-child,
.footer-info .col-xs-12.company p:last-child {
  margin-bottom: 0;
}
.footer-info .col-xs-12.contact h3 {
  color: #6b6b6b;
}
@media only screen and (min-width: 768px) {
  .footer-info .col-xs-12 {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-info .col-xs-12.company .logo {
    top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-info .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-info .col-xs-12 h3 {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 8px;
  }
  .footer-info .col-xs-12 ul li a {
    font-size: 28px;
  }
  .footer-info .col-xs-12.company h3,
  .footer-info .col-xs-12.company p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .footer-info .col-xs-12.company h3:last-child,
  .footer-info .col-xs-12.company p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .footer-info .col-xs-12.company {
    padding-left: 100px;
  }
  .footer-info .col-xs-12.company .logo {
    max-width: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-info {
    padding: 24px 0;
  }
}
.user-section {
  background-color: #f5f4f3;
}
.user-section .container {
  padding: 0;
}
.user-section .user-container {
  padding: 24px;
  border: 2px solid #dcdcdc;
  background: #fafaf9;
}
@media only screen and (min-width: 768px) {
  .user-section {
    padding: 32px 0;
  }
  .user-section .container {
    padding: 0 20px;
  }
  .user-section .user-container {
    padding: 56px 24px;
    overflow: auto;
    position: relative;
  }
  .user-section .user-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-color: #f5f4f3;
  }
}
@media only screen and (min-width: 1024px) {
  .user-section .user-container {
    padding: 56px 48px;
  }
}
@media only screen and (min-width: 1320px) {
  .user-section .user-container {
    padding: 56px 88px;
  }
  .user-section .user-container:before {
    height: 220px;
  }
}
.user-section .user-sidebar {
  position: relative;
  z-index: 1;
}
.user-section .user-sidebar .image-container {
  float: left;
  margin-right: 24px;
  height: 120px;
  width: 120px;
  position: relative;
}
.user-section .user-sidebar .image-container .image {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 120px;
  max-height: 120px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #f5f4f3;
  border-radius: 120px;
  background-size: cover;
  background-position: center;
}
.user-section .user-sidebar .faculty-info {
  padding-left: 144px;
}
.user-section .user-sidebar .faculty-info > div {
  position: relative;
  padding-left: 32px;
}
.user-section .user-sidebar .faculty-info > div .icon {
  position: absolute;
  width: 16px;
  height: 25px;
  left: 0;
  top: 0;
  text-align: center;
}
.user-section .user-sidebar .faculty-info > div .icon i {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 25px;
}
.user-section .user-sidebar .faculty-info > div a,
.user-section .user-sidebar .faculty-info > div span {
  letter-spacing: 0.01em;
  line-height: 25px;
  display: block;
  font-size: 16px;
}
.user-section .user-sidebar .faculty-info > div a,
.user-section .user-sidebar .faculty-info > div a:hover,
.user-section .user-sidebar .faculty-info > div a:active {
  color: #2c7c2e;
  text-decoration: none;
}
.user-section .user-sidebar .faculty-info > div.email a {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .user-section .user-sidebar {
    width: 180px;
    float: left;
  }
  .user-section .user-sidebar .image-container {
    margin-right: 0;
    float: none;
    margin-bottom: 32px;
    width: 180px;
    height: 180px;
  }
  .user-section .user-sidebar .image-container .image {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
  }
  .user-section .user-sidebar .faculty-info {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .user-section .user-sidebar {
    width: 234px;
  }
  .user-section .user-sidebar .image-container {
    width: 234px;
    height: 234px;
  }
  .user-section .user-sidebar .image-container .image {
    width: 254px;
    height: 254px;
    max-width: 254px;
    max-height: 254px;
  }
}
.user-section .main-user {
  position: relative;
  z-index: 1;
}
.user-section .main-user .directory-info {
  width: 100%;
  display: inline-block;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 2px solid #dcdcdc;
}
.user-section .main-user .directory-info .department {
  font-size: 14px;
  color: #6b6b6b;
  text-align: left;
  letter-spacing: 0.13em;
  line-height: 25px;
  text-transform: uppercase;
}
.user-section .main-user .directory-info .name {
  font-size: 20px;
  font-weight: bold;
  color: #2c7c2e;
  text-align: left;
  line-height: 23px;
}
.user-section .main-user .directory-info .name:hover,
.user-section .main-user .directory-info .name:focus,
.user-section .main-user .directory-info .name:active {
  text-decoration: none;
}
.user-section .main-user .directory-info .position {
  font-size: 16px;
  color: #4a4a4a;
  text-align: left;
  line-height: 24px;
}
.user-section .main-user a.view-hours {
  margin: 16px 0;
  display: block;
  background-color: #fbfbfa;
  border: 1px solid #5eac5a;
  border-radius: 8px;
  font-size: 16px;
  color: #2c7c2e;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
}
.user-section .main-user a.view-hours i {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .user-section .main-user a.view-hours {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .user-section .main-user {
    float: right;
    width: calc(100% - 224px);
  }
  .user-section .main-user .directory-info {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    margin-bottom: 32px;
    min-height: 103px;
  }
  .user-section .main-user .directory-info .department {
    font-size: 16px;
    line-height: 25px;
  }
  .user-section .main-user .directory-info .name {
    font-size: 24px;
    line-height: 37px;
  }
  .user-section .main-user .directory-info .position {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .user-section .main-user {
    width: calc(100% - 248px);
  }
}
@media only screen and (min-width: 1320px) {
  .user-section .main-user {
    width: calc(100% - 352px);
  }
  .user-section .main-user .directory-info {
    min-height: 153px;
  }
}
.user-section .office-hours {
  display: none;
}
.user-section .office-hours.on-mobile {
  margin-bottom: 32px;
}
.user-section .office-hours .hours-container .hours {
  position: relative;
  padding-left: 32px;
}
.user-section .office-hours .hours-container .hours .icon {
  position: absolute;
  width: 16px;
  height: 25px;
  left: 0;
  top: 0;
  text-align: center;
}
.user-section .office-hours .hours-container .hours .icon i {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 25px;
}
.user-section .office-hours .hours-container .hours span {
  letter-spacing: 0.01em;
  line-height: 25px;
  display: block;
  font-size: 16px;
}
.user-section .office-hours .hours-container .days {
  padding-left: 32px;
}
.user-section .office-hours .hours-container .days h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.user-section .office-hours .hours-container .days ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.user-section .office-hours .hours-container .days ul li {
  font-size: 16px;
  color: #4a4a4a;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .user-section .office-hours {
    display: block;
    margin-top: 40px;
  }
  .user-section .office-hours.on-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tabs {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 30px 0;
    padding-top: 40px;
    background-color: #f5f4f3;
    border: solid 1.5px #dcdcdc;
  }
  .tabs li {
    display: none;
    font-size: 16px;
    color: #6b6b6b;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 40px;
    padding: 0 16px;
    cursor: pointer;
  }
  .tabs li.current {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding-right: 45px;
  }
  .tabs li.current:after {
    content: "\f078";
    font-family: FontAwesome;
    color: #5eac5a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 32px;
    height: 100%;
    line-height: 38px;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 16px;
  }
  .tabs li.mob-click {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    display: block;
  }
  .tabs.opened li {
    display: block;
  }
  .tabs.opened li.current {
    font-weight: 700;
  }
  .tabs.opened li.current:after {
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  .tabs {
    display: table;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }
  .tabs li {
    background-color: #f5f4f3;
    border: solid 1.5px #dcdcdc;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    cursor: pointer;
    width: 25%;
    position: relative;
    transition: all 0.3s;
  }
  .tabs li:not(:last-child) {
    border-right: none;
  }
  .tabs li.current {
    background-color: #fbfbfa;
    border-color: #2c7c2e;
    color: #2c7c2e;
  }
  .tabs li.current + li {
    border-left-color: #2c7c2e;
  }
  .tabs li.mob-click {
    display: none;
  }
}
.tab-content {
  display: none;
  padding: 16px 0;
  font-size: 16px;
  color: #4a4a4a;
  text-align: left;
  line-height: 24px;
}
.tab-content .space {
  display: inline-block;
  width: 100%;
  height: 16px;
}
.tab-content b {
  font-weight: 700;
}
.tab-content h3 {
  font-family: 'bookmania', serif;
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.tab-content h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #2c7c2e;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 25px;
}
.tab-content h5 {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.tab-content p {
  margin-bottom: 32px;
  line-height: 1.8;
}
.tab-content p:last-child {
  margin-bottom: 0;
}
.tab-content ul {
  padding-left: 28px;
}
.tab-content ul li {
  margin-bottom: 8px;
}
.tab-content ul li:last-child {
  margin-bottom: 0;
}
.tab-content#Engagement h3 {
  margin-bottom: 8px;
}
.tab-content#Engagement p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .tab-content {
    padding: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .tab-content {
    font-size: 18px;
    line-height: 28px;
  }
  .tab-content h3 {
    font-size: 34px;
    margin: 0 0 40px;
  }
  .tab-content h4 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28px;
  }
  .tab-content h5 {
    margin: 0 0 8px;
  }
  .tab-content ul {
    padding-left: 28px;
  }
  .tab-content p {
    margin-bottom: 40px;
  }
  .tab-content#Engagement h3 {
    margin-bottom: 16px;
  }
  .tab-content .space {
    height: 32px;
  }
}
.tab-content.current {
  display: inherit;
}
.site-footer {
  border-top: 5px solid #5eac5a;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .site-footer {
    border-top: 5px solid #f4f3f2;
  }
}
#menu-footer-menu {
  padding: 0;
  left: 0;
  list-style-type: none;
}
#menu-footer-menu > li {
  margin-bottom: 25px;
}
#menu-footer-menu > li:last-child {
  margin-bottom: 0;
}
#menu-footer-menu > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0.1px;
  display: block;
  margin-bottom: 5px;
}
#menu-footer-menu > li > .sub-menu {
  padding: 0;
  left: 0;
  list-style-type: none;
}
#menu-footer-menu > li > .sub-menu li {
  display: block;
}
#menu-footer-menu > li > .sub-menu li a {
  padding: 0;
  left: 0;
  list-style-type: none;
  font-size: 14px;
  color: #2c7c2e;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
  display: block;
}
.menu-container {
  width: calc(100% - 150px);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.2);
  float: none;
  width: 100%;
  transition: right 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
  right: -100%;
  max-width: 350px;
  background-color: #f5f4f3;
  top: 50px;
  z-index: 9;
  height: calc(100% - 48px);
  position: fixed;
  overflow: auto;
  visibility: hidden;
}
.menu-container #dropdown-menu {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 20px;
}
.menu-container #dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-container #dropdown-menu ul li {
  display: block;
  padding: 10px 0px;
}
.menu-container #dropdown-menu ul li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #267F52;
  letter-spacing: 0.06em;
  line-height: 26px;
  transition: all 0.3s;
}
.menu-container #dropdown-menu ul li a:hover {
  color: #004b21;
}
.menu-container #dropdown-menu ul#menu-top-menu-1 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #267F52;
}
.menu-container #dropdown-menu ul#menu-top-menu-1 li {
  padding: 5px 0px;
}
.menu-container #dropdown-menu ul#menu-top-menu-1 li a {
  font-weight: 500;
  text-transform: initial;
}
.menu-container .buttons {
  display: none;
}
.menu-container #menu-header-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-container #menu-header-menu li {
  padding: 0 15px;
}
.menu-container #menu-header-menu li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #6b6b6b;
  letter-spacing: 0.06em;
  line-height: 26px;
}
.menu-container #menu-header-menu li a:hover {
  color: #2c7c2e;
}
@media (max-width: 640px) {
  .menu-container #dropdown-menu ul li {
    padding: 5px 0px;
  }
  .menu-container #dropdown-menu ul li a {
    line-height: 30px;
  }
  .menu-container #dropdown-menu ul#menu-top-menu-1 li {
    padding: 0px;
  }
  .menu-container #dropdown-menu ul#menu-top-menu-1 li a {
    line-height: 30px;
  }
}
body.menuOpened {
  overflow: hidden;
}
body.menuOpened #full-dropdown-menu {
  display: block;
}
body.menuOpened #full-dropdown-menu .menu-sidebar-container,
body.menuOpened #full-dropdown-menu .menu-main-container {
  opacity: 1;
  bottom: 0;
  -webkit-animation: fadeInUp 0.5s ease-in-out 0.1s both;
  animation: fadeInUp 0.5s ease-in-out 0.1s both;
  position: relative;
}
.select2-container--default .select2-selection--single {
  border: 2px solid #9b9b9b!important;
  border-radius: 0px !important;
  height: 32px !important;
  padding-right: 48px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 0 0 16px!important;
  font-size: 18px;
  color: #6b6b6b !important;
}
.select2-dropdown {
  background-color: #fbfbfa;
  border: 1px solid #979797;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
}
.select2-results__option,
.select2-container--default .select2-results__group {
  padding-left: 0;
  padding-right: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 375px;
  padding: 16px;
  font-size: 18px;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #2C7C2E;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 32px;
}
.select2-container:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #5eac5a;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  pointer-events: none;
  box-sizing: border-box;
  font-size: 16px;
}
.select2-container.select2-container--open:after {
  content: "\f077";
}
.profile-item {
  border-top: solid 1px #dcdcdc;
  padding: 30px 0;
  transition: all 0.3s;
  cursor: pointer;
}
.profile-item:hover {
  border-color: #2c7c2e;
}
.profile-item .image-container {
  float: left;
  margin-right: 15px;
  height: 72px;
  width: 72px;
  position: relative;
  margin-bottom: 15px;
}
.profile-item .image-container .image {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.profile-item .image-container .image img {
  min-width: 100%;
  min-height: 100%;
}
.profile-item .profile-info {
  margin-bottom: 15px;
  clear: both;
}
.profile-item .profile-info .name {
  margin: 0;
}
.profile-item .profile-info .name a {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c7c2e;
  display: block;
}
.profile-item .profile-info .position {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6b6b6b;
}
.profile-item .profile-info .department {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6b6b6b;
}
.profile-item .profile-contact {
  margin-bottom: 15px;
}
.profile-item .profile-contact h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6b6b6b;
  margin: 0;
}
.profile-item .profile-contact a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2c7c2e;
}
.profile-item .profile-location h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6b6b6b;
  margin: 0;
}
.profile-item .profile-location p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6b6b6b;
  margin: 0;
}
.profile-item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .profile-item .profile-header {
    margin-bottom: 15px;
  }
  .profile-item .image-container {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .profile-item .profile-info {
    padding-left: 102px;
    clear: none;
    margin-bottom: 0;
  }
  .profile-item .profile-contact {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .profile-item .profile-header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .profile-item {
    max-width: 862px;
  }
}
.directory-listing-section {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .directory-listing-section .profile-filters {
    width: 225px;
    float: left;
  }
  .directory-listing-section .directory-listing {
    width: calc(100% - 250px);
    float: right;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .directory-listing-section .profile-filters {
    width: 300px;
  }
  .directory-listing-section .directory-listing {
    width: calc(100% - 330px);
  }
}
.profile-filters .filters-title {
  padding-bottom: 30px;
}
.profile-filters .filters-title h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.4px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.profile-filters .filters .filters-block {
  padding-bottom: 15px;
}
.profile-filters .filters .filters-block .filters-block-title {
  margin-bottom: 15px;
}
.profile-filters .filters .filters-block .filters-block-title h4 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  margin: 0;
  line-height: 16px;
}
.profile-filters .filters .filters-block .filters-items .filters-item {
  margin-bottom: 15px;
}
.profile-filters .filters .filters-block .filters-items .filters-item a {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  line-height: 16px;
  transition: all 0.3s;
}
.profile-filters .filters .filters-block .filters-items .filters-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #4a4a4a;
  transition: all 0.3s;
  text-align: center;
}
.profile-filters .filters .filters-block .filters-items .filters-item a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  opacity: 0;
  background-image: url('http://www.abac.edu/wp-content/themes/abac/assets/css/less/../../images/ios-close.svg');
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.profile-filters .filters .filters-block .filters-items .filters-item a:hover {
  color: #2c7c2e;
}
.profile-filters .filters .filters-block .filters-items .filters-item a:hover:before {
  border-color: #2c7c2e;
  background-color: rgba(44, 124, 46, 0.3);
}
.profile-filters .filters .filters-block .filters-items .filters-item a.selected {
  color: #2c7c2e;
}
.profile-filters .filters .filters-block .filters-items .filters-item a.selected:before {
  border-color: #2c7c2e;
  background-color: rgba(44, 124, 46, 0.3);
}
.profile-filters .filters .filters-block .filters-items .filters-item a.selected:after {
  opacity: 1;
}
.profile-filters .filters .filters-block:last-child {
  margin-bottom: 0;
}
.footer-info {
  padding: 42px 0;
  border-top: solid 2px #5eac5a;
  background: #fafafa;
}
.footer-info .contact-info .footer-logo {
  display: block;
  margin-bottom: 25px;
}
.footer-info .contact-info .email {
  margin-bottom: 25px;
}
.footer-info .contact-info .socials {
  margin: 0 0 25px;
  list-style-type: none;
  padding: 0;
}
.footer-info .contact-info .socials li {
  margin-right: 30px;
  display: inline-block;
}
.footer-info .contact-info .socials li a {
  font-size: 24px;
  color: #6b6b6b;
}
.footer-info .contact-info .socials li i {
  color: #6b6b6b;
}
.footer-info .contact-info .footer-copyrights p {
  margin: 0;
  line-height: 1.5;
  color: #6b6b6b;
  font-size: 12px;
}
.footer-info .footer-menu {
  padding-top: 50px;
}
@media (min-width: 560px) {
  .footer-info .footer-menu #menu-footer-menu > li {
    width: 50%;
    float: left;
  }
  .footer-info .footer-menu #menu-footer-menu > li:nth-of-type(2n-1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .footer-info .footer-menu {
    padding-top: 0;
    position: relative;
  }
  .footer-info .footer-menu #menu-footer-menu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 60px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 60px;
    /* Firefox */
    column-gap: 60px;
    margin: 0;
    position: relative;
  }
  .footer-info .footer-menu #menu-footer-menu > li {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .footer-info .footer-menu #menu-footer-menu > li:nth-of-type(2n-1) {
    clear: none;
  }
}
body.single-employee #hero {
  box-shadow: none;
  background-color: #fbfbfa;
}
@media only screen and (min-width: 768px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.profile-section {
  padding: 50px 0;
  background-color: #fbfbfa;
}
.profile-section .container {
  max-width: 1070px;
}
.profile-section .profile-header {
  margin-bottom: 50px;
}
.profile-section .profile-header .image-container {
  margin: 0 auto 30px;
  height: 241px;
  width: 241px;
  max-width: 100%;
  position: relative;
}
.profile-section .profile-header .image-container .image {
  background-size: cover;
  background-position: center;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.profile-section .profile-header .profile-info h1 {
  margin: 0 0 15px;
  font-size: 32px;
  line-height: 1.17;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  font-family: 'bookmania', serif;
}
.profile-section .profile-header .profile-info .position {
  font-size: 18px;
  line-height: 1.33;
  color: #6b6b6b;
}
.profile-section .profile-header .profile-info .department {
  font-size: 18px;
  line-height: 1.33;
  color: #2c7c2e;
}
@media only screen and (min-width: 768px) {
  .profile-section .profile-header .image-container {
    margin-bottom: 0;
    float: left;
  }
  .profile-section .profile-header .profile-info {
    padding-bottom: 75px;
    position: relative;
    min-height: 241px;
  }
  .profile-section .profile-header .profile-info .menu-tabs {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .profile-section .profile-header .col-sm-4 {
    max-width: 325px;
  }
  .profile-section .profile-header .col-sm-8 {
    max-width: 635px;
  }
  .profile-section .profile-header .profile-info h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .profile-section .profile-header .profile-info .position,
  .profile-section .profile-header .profile-info .department {
    font-size: 24px;
  }
}
.profile-section .profile-content .profile-sidebar {
  margin-bottom: 50px;
}
.profile-section .profile-content .profile-sidebar .sidebar-column {
  margin-bottom: 25px;
}
.profile-section .profile-content .profile-sidebar .sidebar-column h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.4px;
  color: #6b6b6b;
  text-transform: uppercase;
}
.profile-section .profile-content .profile-sidebar .sidebar-column a,
.profile-section .profile-content .profile-sidebar .sidebar-column p,
.profile-section .profile-content .profile-sidebar .sidebar-column h4 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #6b6b6b;
  margin: 0;
  display: block;
}
.profile-section .profile-content .profile-sidebar .sidebar-column a {
  color: #2c7c2e;
  text-decoration: none;
}
.profile-section .profile-content .profile-sidebar .sidebar-column h4 {
  font-weight: 500;
}
.profile-section .profile-content .profile-sidebar .sidebar-column .hours p {
  margin-bottom: 10px;
}
.profile-section .profile-content .profile-sidebar .sidebar-column .hours p:last-child {
  margin-bottom: 0;
}
.profile-section .profile-content .profile-sidebar .sidebar-column:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .profile-section .profile-content .profile-sidebar {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .profile-section .col-sm-4 {
    max-width: 325px;
  }
  .profile-section .col-sm-8 {
    max-width: 635px;
  }
}
.profile-tabs-content .tab-content p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: -0.1px;
  color: #6b6b6b;
  margin-bottom: 15px;
}
.profile-tabs-content .tab-content h2 {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.4px;
  color: #6b6b6b;
  font-family: 'bookmania', serif;
  margin: 30px 0 15px;
}
.profile-tabs-content .tab-content *:first-child {
  margin-top: 0;
}
#homepage-hero,
#about-content-container {
  background-color: #f5f5f5;
}
#homepage-hero .hero-slides .hero-slide,
#about-content-container .hero-slides .hero-slide {
  position: relative;
}
#homepage-hero .hero-slides .hero-slide .hero-image,
#about-content-container .hero-slides .hero-slide .hero-image {
  height: 320px;
  min-height: 320px;
  background-size: cover;
  background-position: center;
}
#homepage-hero .hero-info-box,
#about-content-container .hero-info-box {
  position: relative;
  background: #fff;
  margin: 0 auto;
  max-width: 1065px;
  width: calc(100% - 40px);
  border: 1px solid #e0e0e0;
  margin-top: -52px;
}
#homepage-hero .hero-info-box .slide-box-top,
#about-content-container .hero-info-box .slide-box-top {
  overflow: hidden;
  padding-top: 8px;
}
#homepage-hero .hero-info-box .slide-box-top .progresbar,
#about-content-container .hero-info-box .slide-box-top .progresbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
#homepage-hero .hero-info-box .slide-box-top .hero-progresbar,
#about-content-container .hero-info-box .slide-box-top .hero-progresbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
}
#homepage-hero .hero-info-box .slide-box-top .hero-progresbar .progresbar,
#about-content-container .hero-info-box .slide-box-top .hero-progresbar .progresbar {
  position: static;
  background: #fed258;
  height: 8px;
}
#homepage-hero .hero-info-box .hero-title,
#about-content-container .hero-info-box .hero-title {
  padding: 10px 20px;
}
#homepage-hero .hero-info-box .hero-title h2,
#about-content-container .hero-info-box .hero-title h2 {
  margin: 0;
  font-family: 'bookmania', serif;
  font-size: 22px;
  font-weight: 600;
}
#homepage-hero .hero-info-box .hero-statistics,
#about-content-container .hero-info-box .hero-statistics {
  border-top: 1px solid #e0e0e0;
}
#homepage-hero .hero-info-box .hero-statistics .statistic,
#about-content-container .hero-info-box .hero-statistics .statistic {
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
}
#homepage-hero .hero-info-box .hero-statistics .statistic .icon,
#about-content-container .hero-info-box .hero-statistics .statistic .icon {
  width: 35px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
#homepage-hero .hero-info-box .hero-statistics .statistic .icon i,
#about-content-container .hero-info-box .hero-statistics .statistic .icon i {
  line-height: 30px;
  color: #80b49a;
}
#homepage-hero .hero-info-box .hero-statistics .statistic .icon img,
#about-content-container .hero-info-box .hero-statistics .statistic .icon img {
  max-width: 100%;
  max-height: 100%;
}
#homepage-hero .hero-info-box .hero-statistics .statistic span,
#about-content-container .hero-info-box .hero-statistics .statistic span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: 2px;
}
#homepage-hero .hero-info-box .hero-description,
#about-content-container .hero-info-box .hero-description {
  padding: 20px;
  line-height: 1.8;
}
#homepage-hero .hero-info-box .hero-description p,
#about-content-container .hero-info-box .hero-description p {
  margin: 0;
}
#homepage-hero .hero-info-box .buttons,
#about-content-container .hero-info-box .buttons {
  padding: 0px 20px 15px;
}
#homepage-hero .hero-info-box .buttons .bt,
#about-content-container .hero-info-box .buttons .bt {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #homepage-hero .hero-slides .hero-slide,
  #about-content-container .hero-slides .hero-slide {
    position: relative;
  }
  #homepage-hero .hero-slides .hero-slide .hero-image,
  #about-content-container .hero-slides .hero-slide .hero-image {
    height: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  #homepage-hero .hero-slides .hero-slide,
  #about-content-container .hero-slides .hero-slide {
    position: relative;
  }
  #homepage-hero .hero-slides .hero-slide .hero-image,
  #about-content-container .hero-slides .hero-slide .hero-image {
    height: 700px;
  }
  #homepage-hero .hero-info-box,
  #about-content-container .hero-info-box {
    width: calc(100% - 100px);
    margin-top: -137px;
  }
  #homepage-hero .hero-info-box .hero-title,
  #about-content-container .hero-info-box .hero-title {
    padding: 20px;
  }
  #homepage-hero .hero-info-box .hero-statistics,
  #about-content-container .hero-info-box .hero-statistics {
    display: table;
    width: 100%;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic,
  #about-content-container .hero-info-box .hero-statistics .statistic {
    border-bottom: 1px solid #e0e0e0;
    width: 33.33%;
    display: table-cell;
    height: 64px;
    vertical-align: middle;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic .icon,
  #about-content-container .hero-info-box .hero-statistics .statistic .icon {
    width: 35px;
    height: 30px;
    display: inline-block;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic .icon i,
  #about-content-container .hero-info-box .hero-statistics .statistic .icon i {
    line-height: 30px;
    color: #80b49a;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic span,
  #about-content-container .hero-info-box .hero-statistics .statistic span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1320px) {
  #homepage-hero .hero-slides .hero-slide,
  #about-content-container .hero-slides .hero-slide {
    position: relative;
  }
  #homepage-hero .hero-slides .hero-slide .hero-image,
  #about-content-container .hero-slides .hero-slide .hero-image {
    height: 880px;
  }
  #homepage-hero .hero-info-box,
  #about-content-container .hero-info-box {
    width: calc(100% - 160px);
    margin-top: -161px;
  }
  #homepage-hero .hero-info-box .hero-title,
  #about-content-container .hero-info-box .hero-title {
    padding: 24px 50px;
  }
  #homepage-hero .hero-info-box .hero-title h2,
  #about-content-container .hero-info-box .hero-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #homepage-hero .hero-info-box .hero-statistics,
  #about-content-container .hero-info-box .hero-statistics {
    display: table;
    width: 100%;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic,
  #about-content-container .hero-info-box .hero-statistics .statistic {
    border-right: 1px solid #e0e0e0;
    padding: 10px 50px;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic:last-child,
  #about-content-container .hero-info-box .hero-statistics .statistic:last-child {
    border-right: none;
  }
  #homepage-hero .hero-info-box .slide-box-bottom,
  #about-content-container .hero-info-box .slide-box-bottom {
    overflow: hidden;
  }
  #homepage-hero .hero-info-box .hero-description,
  #about-content-container .hero-info-box .hero-description {
    padding: 35px 50px;
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    float: left;
  }
  #homepage-hero .hero-info-box .buttons,
  #about-content-container .hero-info-box .buttons {
    width: 33.33%;
    float: left;
    padding: 35px 50px;
  }
  #homepage-hero .hero-info-box .buttons .bt,
  #about-content-container .hero-info-box .buttons .bt {
    width: 100%;
    margin: 0;
  }
  #homepage-hero .hero-info-box .buttons .bt:first-child,
  #about-content-container .hero-info-box .buttons .bt:first-child {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  #homepage-hero .hero-info-box .hero-title,
  #about-content-container .hero-info-box .hero-title {
    padding: 24px 55px;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic,
  #about-content-container .hero-info-box .hero-statistics .statistic {
    padding: 10px 55px;
  }
  #homepage-hero .hero-info-box .hero-description,
  #about-content-container .hero-info-box .hero-description {
    padding: 35px 55px;
  }
}
@keyframes scale-x-zero-to-max {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.slick-slide .progresbar {
  height: 8px;
  width: 100%;
  background: #fed258;
  display: block;
  position: relative;
}
.featured-stories {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.featured-stories .featured-stories-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.featured-stories .featured-stories-title:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  top: 50%;
  left: 0;
  position: absolute;
}
.featured-stories .featured-stories-title h2 {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 0 20px;
  margin: 0;
  font-size: 32px;
  font-family: 'bookmania', serif;
  color: #424242;
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.featured-stories .list-boxes .row {
  margin-left: -8px;
  margin-right: -8px;
}
.featured-stories .list-boxes .row .post-item {
  padding: 0 8px;
}
.featured-stories .list-boxes .row .post-item:focus {
  box-shadow: none !important;
}
.featured-stories .list-boxes .box-item {
  position: relative;
  height: 524px;
  margin-bottom: 15px;
  overflow: hidden;
  margin: 0 auto 16px;
  display: block;
}
.featured-stories .list-boxes .box-item .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 524px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.featured-stories .list-boxes .box-item .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(49, 49, 49, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.featured-stories .list-boxes .box-item .tag-list {
  position: absolute;
  top: 30px;
  left: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.78;
  color: #fff;
  text-transform: uppercase;
}
.featured-stories .list-boxes .box-item .box-content {
  position: absolute;
  left: 0;
  bottom: -130px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.featured-stories .list-boxes .box-item .box-content h3 {
  font-family: 'bookmania', serif;
  font-size: 28px;
  margin: 0;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  color: #ffffff;
  line-height: 32px;
  transition: color 0.3s ease-in-out;
}
.featured-stories .list-boxes .box-item .box-content .hidden-info {
  padding-top: 20px;
}
.featured-stories .list-boxes .box-item .box-content p {
  max-height: 65px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  color: #424242;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.featured-stories .list-boxes .box-item .box-content .bt {
  text-transform: uppercase;
}
.featured-stories .list-boxes .box-item .box-content .bt:not(:hover) {
  background: transparent;
  border-color: transparent;
}
.featured-stories .list-boxes .box-item:hover .image,
.featured-stories .list-boxes .box-item:focus .image {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: scale(1.03, 1.03);
}
.featured-stories .list-boxes .box-item:hover .box-content,
.featured-stories .list-boxes .box-item:focus .box-content {
  background: #fff;
  bottom: 0;
}
.featured-stories .list-boxes .box-item:hover .box-content h3,
.featured-stories .list-boxes .box-item:focus .box-content h3 {
  color: #267f52;
}
.featured-stories .list-boxes .box-item:hover .box-content .hidden-info,
.featured-stories .list-boxes .box-item:focus .box-content .hidden-info {
  height: auto;
}
.featured-stories .list-boxes .box-item:hover .box-content p,
.featured-stories .list-boxes .box-item:focus .box-content p {
  opacity: 1;
}
.featured-stories .list-boxes .box-item.current {
  box-shadow: 0 0 4px 2px #52a4ff;
}
@media only screen and (min-width: 768px) {
  .featured-stories {
    padding: 75px 0;
  }
  .featured-stories .featured-stories-title {
    margin-bottom: 75px;
  }
  .featured-stories .featured-stories-title h2 {
    padding: 0 75px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .featured-stories .slick-dots {
    display: none;
  }
  .featured-stories .list-boxes .box-item {
    height: 624px;
  }
  .featured-stories .list-boxes .box-item .image {
    height: 624px;
  }
  .featured-stories .list-boxes .box-item .tag-list {
    font-size: 18px;
  }
  .featured-stories .list-boxes .box-item .box-content h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .featured-stories .list-boxes .box-item .box-content p {
    font-size: 16px;
    max-height: 75px;
  }
}
.slick-dots {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0 8px;
}
.slick-dots li button {
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 9999px;
  background: #f5f5f5;
  border: 1px solid #616161;
  transition: all 0.3s;
  padding: 0;
  float: left;
}
.slick-dots li.slick-active button {
  background: #80b49a;
}
.main-presentation .image-container .image {
  background-size: cover;
  background-position: center;
  height: 220px;
  display: block;
}
.main-presentation .slide-content-box .slide-content {
  background: #fff;
  padding: 40px 20px 40px 30px;
  position: relative;
}
.main-presentation .slide-content-box .slide-content .progresbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.main-presentation .slide-content-box .slide-content .testimonial-content {
  position: relative;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.33;
  font-family: 'bookmania', serif;
}
.main-presentation .slide-content-box .slide-content .testimonial-content a {
  color: #267f52;
  text-decoration: underline;
  transition: all 0.3s;
}
.main-presentation .slide-content-box .slide-content .testimonial-content a:active,
.main-presentation .slide-content-box .slide-content .testimonial-content a:hover {
  color: #fff;
  background: #267f52;
}
.main-presentation .slide-content-box .slide-content .testimonial-content:before {
  content: "“";
  color: #e0e0e0;
  font-family: 'bookmania', serif;
  letter-spacing: 0.1px;
  font-size: 48px;
  position: absolute;
  top: 0px;
  left: -25px;
  line-height: 1;
}
.main-presentation .slide-content-box .slide-content .post-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
  font-family: 'bookmania', serif;
}
.main-presentation .slide-content-box .slide-content .post-content p {
  font-size: 14px;
  margin: 0;
  line-height: 1.78;
}
.main-presentation .slide-content-box .slide-content .post-content a.bt {
  margin-top: 20px;
}
.main-presentation .slide-content-box .slide-content .author-info {
  padding-top: 25px;
}
.main-presentation .slide-content-box .slide-content .author-info h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}
.main-presentation .slide-content-box .slide-content .author-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.main-presentation .slick-arrow {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
  display: none !important;
}
.main-presentation .slick-arrow.prev {
  margin-right: 49px;
}
@media only screen and (min-width: 480px) {
  .main-presentation .image-container .image {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .main-presentation .image-container .image {
    height: 420px;
  }
  .main-presentation .slide-content-box .slide-content .testimonial-content {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-presentation .slide-item {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
  }
  .main-presentation .image-container {
    width: 40%;
    float: left;
  }
  .main-presentation .image-container .image {
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .main-presentation .slide-content-box {
    width: 60%;
    float: right;
  }
  .main-presentation .slide-content-box .slide-content {
    padding: 50px;
  }
  .main-presentation .slide-content-box .slide-content .testimonial-content {
    font-size: 24px;
  }
  .main-presentation .slide-content-box .slide-content .post-content h3 {
    font-size: 24px;
  }
  .main-presentation .slide-content-box .slide-content .post-content p {
    font-size: 18px;
  }
  .main-presentation .slide-content-box .slide-content .post-content a.bt {
    min-width: 270px;
  }
  .main-presentation .slide-content-box .slide-content .author-info {
    padding-top: 30px;
    max-width: calc(100% - 150px);
  }
  .main-presentation .slide-content-box .slide-content .author-info h3 {
    font-size: 16px;
  }
  .main-presentation .slide-content-box .slide-content .author-info p {
    font-size: 16px;
  }
  .main-presentation .slick-dots {
    position: absolute;
    margin: 0;
    right: 40%;
    margin-right: 25px;
    bottom: 16px;
  }
  .main-presentation .slick-arrow {
    display: block !important;
  }
}
.testimonials-section {
  padding: 50px 0;
  background-image: url('http://www.abac.edu/wp-content/themes/abac/assets/css/less/../../images/testimonial-bg.jpg');
  background-size: cover;
  background-position: center;
}
.slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-arrow i {
  color: #80b49a;
  line-height: 50px;
  font-size: 20px;
}
.slick-arrow:hover {
  background-color: #f5f5f5;
}
.home-schools-section {
  padding: 65px 0;
  background-color: #f5f5f5;
}
.slider-title {
  margin-bottom: 30px;
}
.slider-title h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1;
  font-family: 'bookmania', serif;
}
.slider-title a {
  letter-spacing: -0.1px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: #267f52;
}
.slider-title a img {
  margin: -1px 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .slider-title h2 {
    margin: 0;
    font-size: 40px;
    display: inline-block;
  }
  .slider-title a {
    font-size: 16px;
    float: right;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-title {
    margin-bottom: 50px;
  }
  .slider-title a {
    font-size: 18px;
  }
}
.main-slider-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 1024px) {
  .main-slider-section {
    padding: 65px 0;
  }
}
.default-post {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.default-post .list-boxes .row {
  margin-left: -8px;
  margin-right: -8px;
}
.default-post .list-boxes .post-item {
  padding: 0 8px;
}
.default-post .list-boxes .post-item:focus {
  box-shadow: none !important;
}
.default-post .list-boxes .post-item:focus .box-item {
  box-shadow: 0 0 4px 2px #52a4ff;
}
.default-post .list-boxes .slick-arrow {
  position: absolute;
  bottom: -14px;
  left: 50%;
  z-index: 1;
  display: none !important;
}
.default-post .list-boxes .box-item {
  background: #fff;
  margin-bottom: 45px;
  display: block;
  border: 1px solid #e0e0e0;
  transition: all 0.3s;
}
.default-post .list-boxes .box-item .image {
  height: 290px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e0e0e0;
  background-color: #FAFAFA;
  position: relative;
  display: block;
}
.default-post .list-boxes .box-item .image img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 80%;
  max-height: 80%;
}
.default-post .list-boxes .box-item .box-content {
  padding: 20px;
}
.default-post .list-boxes .box-item .box-content .date {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.44px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.default-post .list-boxes .box-item .box-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.33;
  color: #424242;
  transition: all 0.3s;
}
.default-post .list-boxes .box-item .box-content .post-content {
  margin: 0;
  color: #616161;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}
.default-post .list-boxes .box-item:hover {
  border-color: #80B49A;
}
.default-post .list-boxes .box-item:hover .box-content h3 {
  color: #80B49A;
}
@media only screen and (min-width: 1024px) {
  .default-post {
    padding: 65px 0;
  }
  .default-post .list-boxes .slick-arrow {
    display: block !important;
  }
  .default-post .list-boxes .slick-arrow.prev {
    transform: translateX(-200px);
  }
  .default-post .list-boxes .slick-arrow.next {
    transform: translateX(150px);
  }
  .default-post .list-boxes .slick-dots {
    margin-top: 65px;
  }
  .default-post .list-boxes .slick-slide {
    transition: opacity 0.3s;
    opacity: 0.8;
  }
  .default-post .list-boxes .slick-slide.slick-active,
  .default-post .list-boxes .slick-slide.slick-center {
    opacity: 1;
  }
  .default-post .list-boxes .box-item .box-content {
    padding: 20px 40px;
  }
  .default-post .list-boxes .box-item .box-content h3 {
    font-size: 24px;
  }
  .default-post .list-boxes .box-item .box-content .post-content {
    font-size: 16px;
  }
  .default-post .list-boxes .box-item .box-content .event-link {
    font-size: 16px;
  }
}
body.page-template-blog .campus-life {
  background: #fff;
}
body.page-template-blog .featured-stories {
  border: 1px solid #E0E0E0;
}
.site-locations {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.site-locations .locations-map {
  background-size: cover;
  background-position: center;
  height: 200px;
}
.site-locations .locations-info-container {
  background: #fff;
  padding: 20px;
}
.site-locations .locations-info-container h2 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.3px;
  font-family: 'bookmania', serif;
}
.site-locations .locations-info-container p {
  font-size: 14px;
  margin: 0;
  line-height: 1.78;
}
.site-locations .locations-info-container p strong {
  font-weight: 600;
}
.site-locations .locations-info-container p strong.activated {
  background: #267f52;
  color: #fff;
}
.site-locations .locations-info-container p a {
  color: #267f52;
}
.site-locations .locations-info-container a.bt {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .site-locations .locations-map {
    height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-locations {
    padding: 97px 0;
  }
  .site-locations .locations-map {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .site-locations .locations-info-container {
    padding: 50px;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 60%;
    /* float: right; */
    margin: 0 auto;
  }
  .site-locations .locations-info-container h2 {
    font-size: 32px;
  }
  .site-locations .locations-info-container p {
    font-size: 18px;
  }
}
.page-title {
  margin: 25px 0;
}
.page-title h1,
.page-title h2 {
  margin: 0;
  font-size: 32px;
  font-family: 'bookmania', serif;
}
@media only screen and (min-width: 1024px) {
  .page-title {
    margin: 35px 0;
  }
  .page-title h1,
  .page-title h2 {
    margin: 0;
    font-size: 48px;
    font-family: 'bookmania', serif;
  }
}
.page-hero {
  padding-top: 25px;
}
.page-hero .page-summary .page-intro {
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
}
.page-hero .page-summary .page-intro h2 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.38;
  letter-spacing: 0.5px;
}
.page-hero .page-summary .page-intro .page-content,
.page-hero .page-summary .page-intro .page-content * {
  font-size: 16px;
  line-height: 2;
}
.page-hero .page-summary .page-intro .page-content a,
.page-hero .page-summary .page-intro .page-content * a {
  color: #267f52;
}
@media only screen and (min-width: 1024px) {
  .page-hero .page-summary {
    overflow: hidden;
  }
  .page-hero .page-summary .page-intro {
    padding: 50px 50px 50px 0;
    width: 65%;
    float: left;
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
  }
  .page-hero .page-summary .page-intro.full {
    width: 100%;
    border: none;
  }
  .page-hero .page-summary .page-intro.no-hero-image {
    padding-top: 0;
  }
  .page-hero .page-summary .page-navigation {
    width: 35%;
    float: right;
    padding: 50px 5px 50px 50px;
  }
}
@media only screen and (min-width: 1320px) {
  .page-hero .page-summary .page-intro {
    padding: 65px 80px 65px 0;
  }
  .page-hero .page-summary .page-intro h2 {
    font-size: 16px;
  }
  .page-hero .page-summary .page-intro .page-content,
  .page-hero .page-summary .page-intro .page-content * {
    font-size: 18px;
  }
  .page-hero .page-summary .page-navigation {
    padding: 65px 5px 65px 80px;
  }
}
.page-navigation {
  padding: 30px 0;
}
.page-navigation h2 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.38;
  letter-spacing: 0.5px;
}
.page-navigation ol {
  padding-left: 15px;
  margin: 0;
  font-size: 16px;
  counter-reset: ol-counter;
  list-style: none;
  padding: 0;
}
.page-navigation ol > li {
  counter-increment: ol-counter;
  position: relative;
}
.page-navigation ol > li:before {
  content: counter(ol-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.page-navigation ol > li a {
  margin-bottom: 10px;
  color: #267f52;
  font-size: 16px;
  padding-left: 30px;
  display: inline-block;
}
.page-navigation ol > li a.current {
  font-weight: 700;
}
.page-navigation ol > li ul {
  list-style-type: none;
  padding: 0 0 0 30px;
}
.page-navigation ol > li ul li {
  counter-increment: ol-subcounter;
}
.page-navigation ol > li ul li a {
  display: block;
  padding-left: 40px;
}
.page-navigation ol > li ul li:before {
  content: "⁃";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  content: counter(ol-counter) ". " counter(ol-subcounter);
  color: #4a4a4a;
  /* Change the color */
  font-weight: 400;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 2em;
  /* Also needed for space (tweak if needed) */
  float: left;
}
@media only screen and (min-width: 1320px) {
  .page-navigation h2 {
    font-size: 16px;
  }
  .page-navigation ol {
    font-size: 18px;
  }
  .page-navigation ol li a {
    font-size: 18px;
  }
}
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-family: 'bookmania', serif;
}
@media only screen and (min-width: 1024px) {
  .section-title {
    margin-bottom: 60px;
  }
  .section-title h2 {
    font-size: 40px;
  }
}
.schools-list,
.presentations-list {
  border: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 50px 0;
}
.schools-list .main-presentation .slide-item,
.presentations-list .main-presentation .slide-item {
  margin-bottom: 30px;
}
.schools-list .main-presentation .slide-item:last-child,
.presentations-list .main-presentation .slide-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .schools-list,
  .presentations-list {
    padding: 75px 0;
  }
  .schools-list .main-presentation .slide-item,
  .presentations-list .main-presentation .slide-item {
    margin-bottom: 50px;
  }
  .schools-list .main-presentation .slide-item:nth-of-type(2n) .image-container,
  .presentations-list .main-presentation .slide-item:nth-of-type(2n) .image-container {
    float: right;
  }
  .schools-list .main-presentation .slide-item:nth-of-type(2n) .image-container .image,
  .presentations-list .main-presentation .slide-item:nth-of-type(2n) .image-container .image {
    right: 0;
    left: auto;
  }
  .schools-list .main-presentation .slide-item:nth-of-type(2n) .slide-content-box,
  .presentations-list .main-presentation .slide-item:nth-of-type(2n) .slide-content-box {
    float: left;
  }
}
@media only screen and (min-width: 1320px) {
  .schools-list,
  .presentations-list {
    padding: 100px 0;
  }
}
.member-section {
  padding: 50px 0;
  border: 1px solid #e0e0e0;
  background: #fafafa;
}
.member-section .member-row .member-container {
  width: 309px;
  margin: 0 auto 30px;
}
.member-section .member-row .member-container .image {
  width: 309px;
  height: 309px;
}
.member-section .member-row .member-container .image img {
  max-width: 100%;
  max-height: 100%;
}
.member-section .member-row .member-container .member-info {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
}
.member-section .member-row .member-container .member-info h3 {
  margin: 0 0 5px;
  color: #267f52;
  font-size: 14px;
  font-weight: 600;
}
.member-section .member-row .member-container .member-info p {
  margin: 0;
  font-size: 14px;
}
.member-section .member-row .member-message h2 {
  font-size: 32px;
  font-family: 'bookmania', serif;
  margin: 0 0 15px;
  line-height: 40px;
}
.member-section .member-row .member-message .message-container {
  font-size: 14px;
  line-height: 1.78;
  overflow: hidden;
  height: 255px;
  position: relative;
}
.member-section .member-row .member-message .message-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background-image: -webkit-linear-gradient(rgba(250, 250, 250, 0), #fafafa);
  background-image: -o-linear-gradient(rgba(250, 250, 250, 0), #fafafa);
  background-image: linear-gradient(rgba(250, 250, 250, 0), #fafafa);
  transition: opacity 0.3s;
}
.member-section .member-row .member-message .continue-reading a {
  font-size: 16px;
  color: #267f52;
  margin-top: 30px;
  position: relative;
  display: inline-block;
}
.member-section .member-row .member-message .continue-reading a span {
  transition: opacity 0.3s;
}
.member-section .member-row .member-message .continue-reading a span.less {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.member-section .member-row .member-message.opened .message-container {
  height: auto;
}
.member-section .member-row .member-message.opened .message-container:before {
  opacity: 0;
}
.member-section .member-row .member-message.opened .continue-reading a span.less {
  opacity: 1;
}
.member-section .member-row .member-message.opened .continue-reading a span.more {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .member-section .member-row .member-container {
    float: left;
    margin: 0;
  }
  .member-section .member-row .member-message {
    padding-left: 330px;
  }
  .member-section .member-row .member-message .continue-reading a {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 1320px) {
  .member-section {
    padding: 80px 0;
  }
  .member-section .member-row .member-container .member-info h3 {
    font-size: 16px;
  }
  .member-section .member-row .member-container .member-info p {
    font-size: 16px;
  }
  .member-section .member-row .member-message {
    padding-left: 430px;
  }
  .member-section .member-row .member-message h2 {
    font-size: 40px;
  }
  .member-section .member-row .member-message .message-container {
    font-size: 18px;
  }
  .member-section .member-row .member-message .continue-reading a {
    font-size: 18px;
  }
}
.anchor.invisible {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.school-departments {
  padding: 50px 0;
}
.school-departments .departments-head {
  margin-bottom: 50px;
}
.school-departments .departments-head .departments-info h2 {
  font-size: 32px;
  font-family: 'bookmania', serif;
  margin: 0 0 15px;
  line-height: 1.5;
}
.school-departments .departments-head .departments-info p {
  font-size: 14px;
  line-height: 1.78;
  margin: 0;
}
.school-departments .departments-head .departments-image {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .school-departments .departments-head .departments-image {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .school-departments {
    padding: 75px 0;
  }
  .school-departments .departments-head {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 1320px) {
  .school-departments {
    padding: 100px 0;
  }
  .school-departments .departments-head {
    margin-bottom: 100px;
  }
  .school-departments .departments-head .departments-info h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .school-departments .departments-head .departments-info p {
    font-size: 18px;
  }
}
.section-accordion {
  background: #fff;
}
.section-accordion .accordion-item {
  margin: 2px 0;
}
.section-accordion .accordion-item .accordion-title {
  margin: 0;
}
.section-accordion .accordion-item .accordion-title a {
  display: block;
  font-size: 24px;
  font-family: 'bookmania', serif;
  line-height: 1.5;
  position: relative;
  color: #267f52;
  cursor: pointer;
  font-weight: 600;
  padding: 30px 20px 30px 60px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s;
}
.section-accordion .accordion-item .accordion-title a span {
  display: inline-block;
  transition: all 0.3s;
}
.section-accordion .accordion-item .accordion-title a i {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 16px;
  color: #80b49a;
  line-height: 16px;
  margin: auto;
  transition: all 0.3s;
}
.section-accordion .accordion-item .accordion-container {
  display: none;
}
.section-accordion .accordion-item .accordion-container .accordion-content {
  padding: 20px 30px;
  border: 2px solid #80b49a;
  border-top: none;
}
.section-accordion .accordion-item .accordion-container .accordion-content .post-content {
  line-height: 1.78;
  font-size: 14px;
  margin-bottom: 30px;
  max-height: 160px;
  overflow-y: hidden;
}
.section-accordion .accordion-item .accordion-container .accordion-content .post-content.full {
  max-height: inherit;
}
.section-accordion .accordion-item .accordion-container .accordion-content .post-content a {
  color: #267f52;
  transition: all 0.3s;
}
.section-accordion .accordion-item .accordion-container .accordion-content .post-content a:hover,
.section-accordion .accordion-item .accordion-container .accordion-content .post-content a:active {
  color: #fff;
  background: #267f52;
}
.section-accordion .accordion-item .accordion-container .accordion-content .post-content > *:last-child {
  margin-bottom: 0;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item {
  margin-bottom: 30px;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .section-title-2 {
  margin-bottom: 20px;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-row {
  margin-bottom: 15px;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-row:last-child {
  margin-bottom: 0;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content h3,
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content p,
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content a {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content h3.green,
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content p.green,
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content a.green {
  color: #2c7c2e;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content h3 {
  font-weight: 600;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item ul {
  list-style-type: none;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item ul li {
  font-size: 14px;
  line-height: 1.33;
  color: #267f52;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item ul li a:not(.bt) {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.33;
  color: #267f52;
  line-height: 18px;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item ul li a:not(.bt) img {
  margin-left: 3px;
  top: -1px;
  position: relative;
}
.section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4a4a4a;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.section-accordion .accordion-item .accordion-container .accordion-content .link {
  color: #267f52;
}
.section-accordion .accordion-item .accordion-container .accordion-content .link span {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.section-accordion .accordion-item .accordion-container .accordion-content .link img {
  position: relative;
  top: -1px;
}
.section-accordion .accordion-item.active {
  position: relative;
  z-index: 1;
}
.section-accordion .accordion-item.active .accordion-title a {
  border: 2px solid #80b49a;
  border-bottom: none;
}
.section-accordion .accordion-item.active .accordion-title a span {
  border-bottom: 2px solid #80b49a;
}
.section-accordion .accordion-item.active .accordion-title a i {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.section-accordion .accordion-item.active .accordion-container {
  display: block;
}
.section-accordion .accordion-item:focus {
  border-color: #80b49a;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-accordion .accordion-item .accordion-container .accordion-content {
    padding: 20px 40px 40px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-accordion .accordion-item .accordion-title a {
    padding: 40px 150px;
    font-size: 40px;
  }
  .section-accordion .accordion-item .accordion-title a i {
    position: absolute;
    left: 60px;
    font-size: 32px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content {
    padding: 20px 150px 60px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .post-content {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content h3,
  .section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content p,
  .section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item .accordion-sub-item-content a {
    font-size: 18px;
    line-height: 32px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item h4 {
    font-size: 16px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item h4 span {
    padding-right: 30px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item ul li {
    font-size: 16px;
    line-height: 2;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .accordion-sub-item.tracks ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .link {
    margin-top: 15px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content .link span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-accordion .accordion-item .accordion-title a {
    padding: 50px 215px;
  }
  .section-accordion .accordion-item .accordion-title a i {
    left: 95px;
  }
  .section-accordion .accordion-item .accordion-container .accordion-content {
    padding: 20px 215px 60px;
  }
}
.section-title-2 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.38;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section-title-2 span {
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.section-title-2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #80b49a;
}
@media only screen and (min-width: 1024px) {
  .section-title-2 {
    font-size: 16px;
  }
  .section-title-2 span {
    padding-right: 30px;
  }
}
.faculty-section {
  padding: 50px 0;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
}
.faculty-section .main-presentation .slide-content-box .slide-content {
  padding: 40px 20px;
}
.faculty-section .main-presentation .slide-content-box .slide-content .testimonial-content {
  font-family: 'Libre Franklin', sans-serif;
  line-height: 1.78;
}
.faculty-section .main-presentation .slide-content-box .slide-content .testimonial-content:before {
  display: none;
}
.faculty-section .main-presentation .slide-content-box .slide-content .author-info h3 {
  color: #267f52;
}
@media only screen and (min-width: 1024px) {
  .faculty-section {
    padding: 75px 0;
  }
  .faculty-section .main-presentation .slide-content-box .slide-content {
    padding: 50px;
  }
  .faculty-section .main-presentation .slide-content-box .slide-content .testimonial-content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1320px) {
  .faculty-section {
    padding: 100px 0;
  }
}
.school-jobs {
  padding: 50px 0;
}
.school-jobs .jobs-head {
  margin-bottom: 50px;
}
.school-jobs .jobs-head .jobs-info h2 {
  font-size: 32px;
  font-family: 'bookmania', serif;
  margin: 0 0 15px;
  line-height: 1.5;
}
.school-jobs .jobs-head .jobs-info p {
  font-size: 14px;
  line-height: 1.78;
  margin: 0;
}
.school-jobs .jobs-head .jobs-image {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .school-jobs .jobs-head .jobs-image {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .school-jobs {
    padding: 75px 0;
  }
  .school-jobs .jobs-head {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 1320px) {
  .school-jobs {
    padding: 100px 0;
  }
  .school-jobs .jobs-head {
    margin-bottom: 100px;
  }
  .school-jobs .jobs-head .jobs-info h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .school-jobs .jobs-head .jobs-info p {
    font-size: 18px;
  }
}
.job-logos .section-title-2 {
  margin-bottom: 30px;
}
.job-logos .main-link {
  margin-top: 30px;
}
.job-logos .logo-column:not(.desktop-logo) {
  display: none;
}
.job-logos .logo-column .job-logo {
  position: relative;
  height: 80px;
  display: block;
}
.job-logos .logo-column .job-logo img {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 70%;
  max-height: 60px;
}
@media only screen and (min-width: 768px) {
  .job-logos .section-title-2 {
    margin-bottom: 50px;
  }
  .job-logos .logo-column {
    width: 16.66%;
  }
  .job-logos .logo-column .job-logo {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .job-logos .logo-column .job-logo img {
    max-width: 75%;
  }
  .job-logos .logo-column:first-child .job-logo img {
    right: auto;
  }
  .job-logos .logo-column:last-child .job-logo img {
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .job-logos .section-title-2 {
    margin-bottom: 50px;
  }
  .job-logos .main-link {
    margin-top: 50px;
  }
}
.main-link {
  color: #267f52;
  display: inline-block;
}
.main-link span {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.main-link img {
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 1024px) {
  .main-link span {
    font-size: 16px;
  }
}
.degrees-tracks-section {
  border: 1px solid #e0e0e0;
  padding: 50px 0;
  background: #fafafa;
}
.degrees-tracks-section .section-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .degrees-tracks-section {
    padding: 75px 0;
  }
  .degrees-tracks-section .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1320px) {
  .degrees-tracks-section {
    padding: 110px 0;
  }
}
.degrees-list .degree-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.degrees-list .degree-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.degrees-list .degree-item .degree-content h3 {
  margin: 0 0 10px;
  font-family: 'bookmania', serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.degrees-list .degree-item .degree-content .degree-description {
  font-size: 16px;
  line-height: 1.67;
}
.degrees-list .degree-item .degree-content .degree-description > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .degrees-list .degree-item {
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
  .degrees-list .degree-item .degree-content h3 {
    font-size: 28px;
  }
  .degrees-list .degree-item .degree-content .degree-description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1320px) {
  .degrees-list .degree-item {
    padding-bottom: 110px;
    margin-bottom: 110px;
  }
  .degrees-list .degree-item .degree-content h3 {
    font-size: 32px;
  }
  .degrees-list .degree-item .degree-content .degree-description {
    font-size: 24px;
  }
}
.tracks-list .track-item .section-title-2 {
  margin: 50px 0 35px;
}
.tracks-list .track-item .section-title-2 span {
  background: #fafafa;
}
.tracks-list .track-item .track-content .image {
  margin-bottom: 15px;
}
.tracks-list .track-item .track-content .image p {
  font-size: 14px;
  margin: 10px 0 0;
}
.tracks-list .track-item .track-content .description {
  font-size: 14px;
  line-height: 1.78;
}
.tracks-list .track-item .track-content .description .main-link {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .tracks-list .track-item .track-content {
    display: inline-block;
    width: 100%;
  }
  .tracks-list .track-item .track-content .image {
    margin: 0;
    width: 310px;
    float: right;
  }
  .tracks-list .track-item .track-content .description {
    display: inline-block;
    max-width: 650px;
    padding-right: 20px;
    width: calc(100% - 330px);
    font-size: 16px;
  }
}
@media only screen and (min-width: 1320px) {
  .tracks-list .track-item .track-content .description {
    font-size: 18px;
  }
}
body.password-protected {
  height: 100vh;
  position: relative;
  background-color: #f5f5f5;
  padding: 0;
}
body.password-protected .site-header,
body.password-protected .site-footer {
  display: none;
}
body.password-protected .post-password-form {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 220px;
  background: #fff;
  text-align: center;
  padding: 50px 20px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
body.password-protected .post-password-form input {
  margin: 0;
  height: 35px;
  background: #fff;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s;
}
body.password-protected .post-password-form p {
  margin-bottom: 30px;
}
body.password-protected .post-password-form p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.password-protected .post-password-form {
    font-size: 18px;
  }
}
.arrow-link {
  color: #267f52;
  margin: 4px 0;
  display: inline-block;
}
.arrow-link span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.09px;
  text-decoration: underline;
}
.arrow-link img {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .arrow-link span {
    font-size: 16px;
  }
}
.generic-template-sections {
  overflow: hidden;
}
.generic-template-sections .generic-template-section {
  padding: 50px 0;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.generic-template-sections .generic-template-section .image-container {
  margin-bottom: 30px;
}
.generic-template-sections .generic-template-section .image-container .image {
  display: block;
}
.generic-template-sections .generic-template-section .image-container p {
  margin: 10px 0 0;
  color: #424242;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.generic-template-sections .generic-template-section .generic-template-content h2 {
  margin: 0 0 16px;
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.generic-template-sections .generic-template-section .generic-template-content .description {
  color: #424242;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
}
.generic-template-sections .generic-template-section .generic-template-content .description a {
  color: #2c7c2e;
}
.generic-template-sections .generic-template-section:nth-of-type(2n) {
  background: #fff;
}
.generic-template-sections .generic-template-section:nth-of-type(2n) .contact-information-section .contact-item .location-title h3 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .generic-template-sections .generic-template-section {
    padding: 70px 0;
  }
  .generic-template-sections .generic-template-section .generic-template-content {
    max-width: 635px;
    width: calc(100% - 230px);
    margin: 0 auto;
  }
  .generic-template-sections .generic-template-section.has-image .image-container {
    float: left;
    width: 200px;
  }
  .generic-template-sections .generic-template-section.has-image .generic-template-content {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .generic-template-sections .generic-template-section.has-image .image-container {
    width: 308px;
    margin: 0;
  }
  .generic-template-sections .generic-template-section .generic-template-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .generic-template-sections .generic-template-section .generic-template-content .description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1320px) {
  .generic-template-sections .generic-template-section {
    padding: 110px 0;
  }
}
.links-section {
  margin-top: 25px;
}
.links-section h3 {
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .links-section {
    margin-top: 35px;
  }
  .links-section h3 {
    font-size: 16px;
  }
}
.generic-template-content .button-section {
  margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
  .generic-template-content .button-section {
    margin-top: 35px;
  }
}
.text-image-section {
  padding: 50px 0;
}
.text-image-section .section-head .section-info h2 {
  font-size: 32px;
  font-family: 'bookmania', serif;
  margin: 0 0 15px;
  line-height: 1.5;
}
.text-image-section .section-head .section-info p {
  font-size: 14px;
  line-height: 1.78;
  margin: 0;
}
.text-image-section .section-head .section-info .bt {
  margin-top: 15px;
}
.text-image-section .section-head .section-image {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .text-image-section {
    padding: 70px 0;
  }
  .text-image-section .section-head .section-image {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1320px) {
  .text-image-section {
    padding: 100px 0;
  }
  .text-image-section .section-head .section-info h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .text-image-section .section-head .section-info p {
    font-size: 18px;
  }
  .text-image-section .section-head .section-info .bt {
    margin-top: 20px;
  }
}
.text-image-section.staff-section {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.blog-featured-post .featured-post-item {
  margin-bottom: 80px;
}
.blog-featured-post .featured-post-item .post-content {
  padding-left: 40px;
}
.blog-featured-post .featured-post-item .post-content .date {
  color: #616161;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  line-height: 16px;
  margin: 0 0 15px;
}
.blog-featured-post .featured-post-item .post-content h2 {
  margin: 0 0 10px;
  color: #424242;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.blog-featured-post .featured-post-item .post-content .content {
  color: #424242;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 32px;
  max-height: 290px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .blog-featured-post .featured-post-item .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .blog-featured-post .featured-post-item {
    margin-bottom: 50px;
  }
  .blog-featured-post .featured-post-item .post-content {
    padding-left: 0px;
  }
  .blog-featured-post .featured-post-item .post-content h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .blog-featured-post .featured-post-item .post-content .content {
    font-size: 14px;
    line-height: 24px;
    max-height: 195px;
  }
}
body.archive .default-post,
body.search .default-post,
body.archive .featured-stories,
body.search .featured-stories {
  background: #fff;
}
body.archive .default-post:not(.related-section),
body.search .default-post:not(.related-section),
body.archive .featured-stories:not(.related-section),
body.search .featured-stories:not(.related-section) {
  padding-top: 0;
}
body.archive .related-section,
body.search .related-section {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.pagination-section {
  padding-bottom: 50px;
  text-align: center;
}
.pagination-section .wp-pagenavi {
  display: inline-block;
}
.pagination-section .wp-pagenavi .pages {
  display: none;
}
.pagination-section .wp-pagenavi a,
.pagination-section .wp-pagenavi span {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #fbfbfa;
  border: 1px solid #dcdcdc;
  border-left: none;
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  letter-spacing: 0.01em;
  line-height: 48px;
}
.pagination-section .wp-pagenavi a i,
.pagination-section .wp-pagenavi span i {
  color: #2c7c2e;
}
.pagination-section .wp-pagenavi a.current,
.pagination-section .wp-pagenavi span.current {
  border-color: #2c7c2e;
  color: #2c7c2e;
  position: relative;
}
.pagination-section .wp-pagenavi a.current:before,
.pagination-section .wp-pagenavi span.current:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #2c7c2e;
}
.pagination-section .wp-pagenavi a:first-child + span,
.pagination-section .wp-pagenavi span:first-child + span,
.pagination-section .wp-pagenavi a:first-child + a,
.pagination-section .wp-pagenavi span:first-child + a {
  border-left: 1px solid #dcdcdc;
}
.pagination-section .wp-pagenavi a:hover,
.pagination-section .wp-pagenavi span:hover,
.pagination-section .wp-pagenavi a:active,
.pagination-section .wp-pagenavi span:active,
.pagination-section .wp-pagenavi a:focus,
.pagination-section .wp-pagenavi span:focus {
  text-decoration: none;
  color: #2c7c2e;
}
.pagination-section .wp-pagenavi a.nextpostslink,
.pagination-section .wp-pagenavi span.nextpostslink {
  border-radius: 0px 50% 50% 0px;
}
.pagination-section .wp-pagenavi a.previouspostslink,
.pagination-section .wp-pagenavi span.previouspostslink {
  border-radius: 50% 0px 0px 50%;
  border-left: 1px solid #dcdcdc;
}
.pagination-section .wp-pagenavi a.last,
.pagination-section .wp-pagenavi span.last,
.pagination-section .wp-pagenavi a.first,
.pagination-section .wp-pagenavi span.first {
  display: none;
}
@media (max-width: 767px) {
  .pagination-section .wp-pagenavi a,
  .pagination-section .wp-pagenavi span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .pagination-section .wp-pagenavi a.extend,
  .pagination-section .wp-pagenavi span.extend {
    width: 20px;
  }
}
.single-post-hero {
  margin-bottom: 50px;
}
.single-post-hero .page-title h1 {
  margin-bottom: 10px;
}
.single-post-hero .page-title .date {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.44px;
  line-height: 16px;
  text-transform: uppercase;
}
.single-post-hero .featured-image p {
  margin: 10px 0 0;
  color: #424242;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.single-post-hero .intro {
  margin-top: 20px;
}
.single-post-hero .intro p {
  margin: 0;
  color: #424242;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .single-post-hero {
    margin-bottom: 70px;
  }
  .single-post-hero .page-title {
    margin-bottom: 45px;
  }
  .single-post-hero .intro {
    margin-top: 30px;
  }
  .single-post-hero .intro p {
    font-size: 24px;
    line-height: 40px;
  }
}
.single-post-content {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 50px;
}
.single-post-content p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .single-post-content {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1320px) {
  .single-post-content {
    margin-bottom: 100px;
  }
}
body.single-post .container--small {
  max-width: 890px;
}
body.single-post .related-section .slider-title {
  margin-bottom: 30px;
}
body.single-post .related-section .slider-title h2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.25px;
  line-height: 32px;
}
@media only screen and (min-width: 1320px) {
  body.single-post .related-section {
    padding: 75px 0;
  }
}
body.single-post .socials-icons .sfsi_widget {
  margin-top: 30px;
}
body.single-post .socials-icons .sfsi_widget .sficn {
  border-radius: 50%;
  background: #9B9B9B;
  height: 34px;
  width: 34px !important;
  transition: all 0.3s;
  position: relative;
}
body.single-post .socials-icons .sfsi_widget .sficn img {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
body.single-post .socials-icons .sfsi_widget .sficn:before {
  content: '';
  position: absolute;
  height: 34px;
  width: 34px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 32px;
  z-index: 0;
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_facebook:hover {
  background: #4267b2;
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_facebook:before {
  content: "\f39e";
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_twitter:hover {
  background: #1da1f2;
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_twitter:before {
  content: "\f099";
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_instagram:hover {
  background: #e24064;
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_instagram:before {
  content: "\f16d";
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_pinterest:hover {
  background: #bd081b;
}
body.single-post .socials-icons .sfsi_widget .sficn#sfsiid_pinterest:before {
  content: '\f231';
}
@media only screen and (min-width: 1024px) {
  body.single-post .socials-icons {
    position: fixed;
    left: 50%;
    transform: translateX(450px);
    top: 299px;
    transition: top 0.3s;
  }
  body.single-post .socials-icons .sfsi_widget {
    margin-top: 0;
  }
  body.single-post .socials-icons .norm_row {
    width: 34px !important;
  }
  body.single-post .socials-icons .norm_row .sfsi_wicons {
    margin: 0 0 30px!important;
    padding: 0;
  }
}
.visit-campus-sections .visit-campus-section {
  padding: 50px 0;
}
.visit-campus-sections .visit-campus-section .slider-title {
  margin-bottom: 35px;
}
.visit-campus-sections .visit-campus-section .content {
  color: #424242;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 32px;
}
.visit-campus-sections .visit-campus-section .content > * {
  margin-bottom: 20px;
}
.visit-campus-sections .visit-campus-section .content h3 {
  color: #424242;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 20px;
}
.visit-campus-sections .visit-campus-section .content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 40px;
}
.visit-campus-sections .visit-campus-section .content ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.visit-campus-sections .visit-campus-section .content ul li:before {
  content: '\f058';
  position: absolute;
  top: 7px;
  left: 0;
  color: #80b49a;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 16px;
}
.visit-campus-sections .visit-campus-section .bt {
  min-width: 215px;
  margin-top: 20px;
}
.visit-campus-sections .visit-campus-section .schedule-section {
  margin-top: 40px;
}
.visit-campus-sections .visit-campus-section .schedule-section h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.visit-campus-sections .visit-campus-section .schedule-section .schedule-list {
  margin-bottom: 30px;
}
.visit-campus-sections .visit-campus-section .schedule-section .schedule-list .schedule-item {
  padding: 10px 20px;
  background: #F5F5F5;
  line-height: 28px;
  font-size: 18px;
}
.visit-campus-sections .visit-campus-section .schedule-section .schedule-list .schedule-item span {
  display: block;
  float: right;
  padding-left: 30px;
}
.visit-campus-sections .visit-campus-section .schedule-section .schedule-list .schedule-item:nth-of-type(2n) {
  background: #EEEEEE;
}
.visit-campus-sections .visit-campus-section .contact-info {
  margin-top: 50px;
}
.visit-campus-sections .visit-campus-section .contact-info h3 {
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.visit-campus-sections .visit-campus-section .contact-info .contact-item i {
  color: #9B9B9B;
}
.visit-campus-sections .visit-campus-section .contact-info .contact-item a {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 32px;
  color: #267F52;
  margin-left: 10px;
}
.visit-campus-sections .visit-campus-section:nth-of-type(2n-1) {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
@media (max-width: 1023px) {
  .visit-campus-sections .visit-campus-section .slider-title {
    margin-bottom: 25px;
  }
  .visit-campus-sections .visit-campus-section .content {
    font-size: 14px;
    line-height: 20px;
  }
  .visit-campus-sections .visit-campus-section .content > * {
    margin-bottom: 15px;
  }
  .visit-campus-sections .visit-campus-section .content h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .visit-campus-sections .visit-campus-section .content ul {
    margin-bottom: 20px;
  }
  .visit-campus-sections .visit-campus-section .content ul li:before {
    top: 3px;
    font-size: 14px;
  }
  .visit-campus-sections .visit-campus-section .schedule-section h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .visit-campus-sections .visit-campus-section .schedule-section .schedule-list {
    margin-bottom: 30px;
  }
  .visit-campus-sections .visit-campus-section .schedule-section .schedule-list .schedule-item {
    font-size: 14px;
  }
  .visit-campus-sections .visit-campus-section .schedule-section .schedule-list .schedule-item span {
    padding-left: 20px;
  }
  .visit-campus-sections .visit-campus-section .contact-info h3 {
    font-size: 14px;
  }
  .visit-campus-sections .visit-campus-section .contact-info .contact-item a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .visit-campus-sections .visit-campus-section {
    padding: 75px 0;
  }
  .visit-campus-sections .visit-campus-section .schedule-section {
    margin-top: 30px;
  }
  .visit-campus-sections .visit-campus-section .bt {
    margin-top: 50px;
  }
  .visit-campus-sections .visit-campus-section .contact-info {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1320px) {
  .visit-campus-sections .visit-campus-section {
    padding: 100px 0;
  }
  .visit-campus-sections .visit-campus-section .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .visit-campus-sections .visit-campus-section .row .col-xs-12 {
    padding: 0 50px;
  }
}
#about-content-container {
  background: #fff;
}
@media (max-width: 1023px) {
  #about-content-container .hero-info-box {
    margin-top: 20px !important;
  }
}
#about-content-container .hero-info-box .slide-box-top {
  padding-top: 0;
}
#about-content-container .hero-info-box .hero-title {
  text-align: center;
  padding: 20px;
}
#about-content-container .hero-info-box .hero-description {
  padding-bottom: 50px;
}
#about-content-container .hero-info-box .hero-description p {
  margin-bottom: 10px;
  line-height: 24px;
}
#about-content-container .hero-info-box .hero-description p:first-child:first-letter {
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  float: left;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  margin-bottom: -10px;
  color: #267F52;
  font-family: 'bookmania', serif;
  font-weight: 600;
}
#about-content-container .hero-info-box .hero-statistics .statistic .icon img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media (min-width: 1024px) {
  #about-content-container .hero-info-box .hero-description {
    padding-bottom: 80px;
  }
  #about-content-container .hero-info-box .hero-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1320px) {
  #about-content-container .hero-info-box .hero-description {
    padding: 65px 20px 120px;
    width: 100%;
    margin: 0 auto;
    max-width: 670px;
    float: none;
  }
  #about-content-container .hero-info-box .hero-description p {
    margin-bottom: 15px;
    line-height: 32px;
  }
  #about-content-container .hero-info-box .hero-description p:first-child:first-letter {
    height: 60px;
    font-size: 70px;
    line-height: 60px;
    padding-top: 15px;
    margin-bottom: -15px;
  }
}
.president-section {
  margin-top: -50px;
  padding-top: 100px;
}
.president-section .member-row .member-container .member-info h3 {
  color: #4a4a4a;
}
@media (min-width: 1024px) {
  .president-section {
    padding-top: 160px;
    margin-top: -80px;
    padding-bottom: 80px;
  }
  .president-section .container {
    width: calc(100% - 100px);
    padding: 0;
  }
}
@media (min-width: 1320px) {
  .president-section {
    padding-top: 200px;
    margin-top: -120px;
  }
  .president-section .container {
    width: calc(100% - 160px);
    max-width: 1065px;
  }
}
.about-vision-mission {
  padding: 50px 0;
}
.about-vision-mission .about-vision-mission-content > *:first-child {
  margin-top: 0;
}
.about-vision-mission .about-vision-mission-content h2 {
  margin: 30px 0 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.about-vision-mission .bt {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .about-vision-mission {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1320px) {
  .about-vision-mission {
    padding: 100px 0;
  }
  .about-vision-mission .about-vision-mission-content {
    font-size: 18px;
    line-height: 32px;
  }
  .about-vision-mission .about-vision-mission-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .about-vision-mission .bt {
    margin-top: 40px;
  }
}
.accreditation-section {
  padding: 50px 0;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.accreditation-section h2 {
  margin: 0 0 35px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.accreditation-section .accreditation-list .accreditation-item {
  margin-bottom: 40px;
}
.accreditation-section .accreditation-list .accreditation-item p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}
.accreditation-section .accreditation-list .accreditation-item p:first-child {
  margin-bottom: 15px;
}
.accreditation-section .accreditation-list .accreditation-item h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: auto;
}
.accreditation-section .accreditation-list .accreditation-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .accreditation-section {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1320px) {
  .accreditation-section {
    padding: 100px 0;
  }
  .accreditation-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .accreditation-section .accreditation-list .accreditation-item {
    margin-bottom: 50px;
  }
  .accreditation-section .accreditation-list .accreditation-item p {
    font-size: 18px;
    line-height: 32px;
  }
  .accreditation-section .accreditation-list .accreditation-item h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .accreditation-section .accreditation-list .accreditation-item a {
    font-size: 18px;
    line-height: 32px;
  }
}
.section-sites-locations {
  padding: 50px 0;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.section-sites-locations .section-accordion .accordion-item .accordion-title h3 {
  color: #4a4a4a;
}
.section-sites-locations .section-accordion .accordion-item .accordion-title h3 span {
  border: none !important;
}
.section-sites-locations .section-accordion .accordion-item .accordion-container .accordion-content .post-content {
  max-height: initial;
}
@media only screen and (min-width: 1024px) {
  .section-sites-locations {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 1320px) {
  .section-sites-locations {
    padding: 100px 0;
  }
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FFFFFF;
  border: 1.5px solid #80B49A;
  width: 50px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.back-to-top a {
  display: block;
  color: #267F52;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 48px;
  text-align: center;
  padding: 0 10px;
}
.back-to-top img {
  transform: rotate(-90deg);
  display: inline-block;
  width: 15px;
}
.back-to-top span {
  display: none;
}
@media only screen and (min-width: 1320px) {
  .back-to-top {
    bottom: 50px;
    right: 80px;
    width: 200px;
  }
  .back-to-top img {
    width: 12px;
    margin-right: 10px;
  }
  .back-to-top span {
    display: inline-block;
  }
}
body.scrolled .back-to-top {
  opacity: 1;
}
body.scrolled #masthead .top-header {
  margin-top: -31px;
}
body.scrolled.scrolledToTop #masthead .top-header {
  margin: 0;
}
body.scrolled.small-navigation .logo .logo-big {
  opacity: 0;
}
body.scrolled.small-navigation .logo .logo-small {
  opacity: 1;
}
body.scrolled.small-navigation .header-content .logo,
body.scrolled.small-navigation .header-content .right-header-content .header-buttons,
body.scrolled.small-navigation .header-content .right-header-content .menu-action {
  margin: 5px 0;
}
body.scrolled.small-navigation .header-content .right-header-content .header-search {
  height: 46px;
}
body.scrolled.small-navigation .header-content .right-header-content .header-search .box-header-search .navSearchContainer .navSearchSub {
  height: 46px;
}
body.scrolled.small-navigation .header-content .right-header-content .header-search .box-header-search .navSearchContainer input.navSearch {
  height: 46px;
}
body.scrolled.small-navigation .header-main-menu {
  height: 46px;
}
body.scrolled.small-navigation .header-main-menu > ul > li > a {
  line-height: 46px;
}
.header-main-menu {
  width: calc(100% - 670px);
  float: left;
  text-align: center;
  height: 74px;
  transition: all 0.3s;
}
.header-main-menu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.header-main-menu > ul > li {
  display: block;
  margin: 0 8px;
  position: relative;
  float: left;
}
.header-main-menu > ul > li > a {
  color: #267F52;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 74px;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}
.header-main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 50%;
  margin-top: 10px;
  background: #FEBE10;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header-main-menu > ul > li > a:hover {
  text-decoration: none;
}
.header-main-menu > ul > li > a:hover:before {
  right: 0;
}
.header-main-menu > ul > li.inactive > a {
  opacity: 0.8;
}
.header-main-menu > ul > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #fff;
  width: 450px;
  opacity: 1;
  z-index: -1;
  text-align: left;
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  border-top: 2px solid #febe10;
  pointer-events: auto;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  list-style-type: none;
  padding: 30px;
  margin: 0;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.header-main-menu > ul > li > .sub-menu li {
  padding-bottom: 30px;
}
.header-main-menu > ul > li > .sub-menu li:last-child {
  padding-bottom: 0;
}
.header-main-menu > ul > li > .sub-menu li a {
  color: #267f52;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  display: inline-block;
}
.header-main-menu > ul > li > .sub-menu li a:not([href]) {
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 22px;
  padding-bottom: 5px;
  letter-spacing: 0.23px;
  border-bottom: 1px solid #979797;
  display: block;
  outline: none;
}
.header-main-menu > ul > li > .sub-menu li a.external-link:after {
  content: "\f35d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 5px;
  font-size: 90%;
}
.header-main-menu > ul > li > .sub-menu li.dropdown-title > a {
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 22px;
  padding-bottom: 5px;
  letter-spacing: 0.23px;
  border-bottom: 1px solid #979797;
  display: block;
  outline: none;
}
.header-main-menu > ul > li > .sub-menu li.inactive a {
  opacity: 0.8;
}
.header-main-menu > ul > li > .sub-menu li .sub-menu {
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0;
}
.header-main-menu > ul > li > .sub-menu li .sub-menu li {
  padding-bottom: 15px;
}
.header-main-menu > ul > li > .sub-menu li .sub-menu li:last-child {
  padding-bottom: 0;
}
.header-main-menu > ul > li > .sub-menu li.resources .sub-menu li {
  padding-bottom: 10px;
}
.header-main-menu > ul > li > .sub-menu li.resources .sub-menu li a {
  font-size: 14px;
}
.header-main-menu > ul > li > .sub-menu li.resources.two-columns .sub-menu {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 50px;
  /* Firefox */
  column-gap: 50px;
  -webkit-column-rule: 1px solid #979797;
  /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid #979797;
  /* Firefox */
  column-rule: 1px solid #979797;
}
.header-main-menu > ul > li > .sub-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 8px 9px;
  border-color: transparent transparent #febf10 transparent;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -100%);
}
.header-main-menu > ul > li:not(:hover) > .sub-menu {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}
@media (max-width: 1400px) {
  .header-main-menu {
    width: calc(100% - 535px);
  }
}
@media (max-width: 1199px) {
  .header-main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  body #content {
    padding-top: 48px;
  }
}
.contact-information-section {
  padding: 50px 0;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.contact-information-section h2 {
  margin: 0 0 16px;
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.contact-information-section .contact-item {
  margin-bottom: 30px;
}
.contact-information-section .contact-item:last-child {
  margin-bottom: 0;
}
.contact-information-section .contact-item .location-title {
  position: relative;
  margin-bottom: 15px;
}
.contact-information-section .contact-item .location-title:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #80B49A;
}
.contact-information-section .contact-item .location-title h3 {
  position: relative;
  z-index: 1;
  background-color: #FAFAFA;
  padding-right: 15px;
  margin: 0;
  font-family: 'bookmania', serif;
  color: #424242;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.25px;
  line-height: 32px;
  display: inline-block;
}
.contact-information-section .contact-item .contact-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.contact-information-section .contact-item .contact-row p {
  margin: 0 15px 0 0;
  color: #424242;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.contact-information-section .contact-item .contact-row a {
  color: #267F52;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 32px;
  display: block;
  float: left;
}
.contact-information-section .contact-item .contact-row.address-row {
  margin: 0;
}
.contact-information-section .contact-item .contact-row.address-row p {
  width: 100%;
  margin: 0;
}
.contact-information-section .contact-item .contact-row.address-row p:nth-of-type(2) {
  font-weight: normal;
}
.contact-information-section .contact-item .links-row,
.contact-information-section .contact-item .button-row {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-information-section {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-information-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1320px) {
  .contact-information-section {
    padding: 110px 0;
  }
}
.generic-template-section .contact-information-section {
  padding: 0;
  background: none;
  border: none;
}
.search-post .list-boxes .post-item {
  margin: 0;
}
.search-post .list-boxes .post-item .box-item {
  margin: 0;
  border: none;
  border-bottom: 1px solid #ddd!important;
  padding: 30px 195px 30px 45px;
  transition: all 0.3s;
  background-color: transparent;
}
.search-post .list-boxes .post-item .box-item h3 {
  margin: 0 0 15px;
}
.search-post .list-boxes .post-item .box-item:hover {
  background-color: rgba(38, 127, 82, 0.2);
}
.search-post .list-boxes .post-item:first-child .box-item {
  border-top: 1px solid #ddd!important;
}
.search-post .list-boxes .post-item .box-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.search-post .list-boxes .post-item .box-content .image {
  width: 80px;
  height: 60px;
  float: left;
  border: none;
  margin-right: 25px;
}
.search-post .list-boxes .post-item .box-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.search-post .list-boxes .post-item .box-content .post-excerpt {
  /* max-height: 60px; */
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #4a4a4a;
}
#site-map {
  position: relative;
  width: 100%;
  float: left;
}
@media (min-width: 1200px) {
  #site-map {
    min-height: 800px;
  }
}
#site-map #site-map-sidebar {
  width: 415px;
  float: left;
  position: relative;
}
#site-map #site-map-sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #FAFAFA;
  width: 2000px;
  height: 100%;
  z-index: -1;
}
#site-map #site-map-sidebar:not(.is-affixed) .site-map-sidebar {
  position: fixed !important;
}
#site-map .site-map-sidebar {
  padding: 130px 90px 25px 0;
  background: #FAFAFA;
  border-right: 1px solid #EEEEEE;
  height: 100%;
  position: fixed;
  top: 0;
  width: 415px;
}
#site-map .site-map-sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #FAFAFA;
  width: 2000px;
  height: 100%;
  z-index: -1;
}
#site-map .site-map-sidebar .sidebar-content {
  width: 325px;
  margin: 0 auto;
  max-width: 100%;
}
#site-map .site-map-sidebar .sidebar-content .page-title {
  margin: 15px 0;
}
#site-map .site-map-sidebar .sidebar-content .index-search p {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.09px;
  line-height: 28px;
  margin-bottom: 20px;
}
#site-map .site-map-sidebar .sidebar-content .index-search .search-form {
  background-color: #fff;
  border: 1px solid #80B49A;
  width: 100%;
  float: left;
}
#site-map .site-map-sidebar .sidebar-content .index-search .search-form input {
  margin: 0;
  width: calc(100% - 45px);
  height: 48px;
  background: transparent;
  padding: 0 10px;
  float: right;
  border: none;
  transition: all 0.3s;
  box-shadow: none !important;
}
#site-map .site-map-sidebar .sidebar-content .index-search .search-form button {
  width: 45px;
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
  color: #267F52;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
#site-map .site-map-sidebar .sidebar-content .sidebar-navigation {
  padding-bottom: 0;
  width: 100%;
  float: left;
}
#site-map .site-map-main-content {
  width: calc(100% - 415px);
  float: right;
  padding: 63px 25px;
}
#site-map .site-map-main-content .site-map-sections {
  width: 650px;
  margin: 0 auto;
  max-width: 100%;
}
#site-map .site-map-main-content .site-map-sections .site-map-section {
  margin-bottom: 40px;
  box-shadow: none !important;
  outline: none;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-title {
  margin: 0 0 10px;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-title h2 {
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title .container-link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #2c7c2e;
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title .container-link:before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #E0E0E0;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title .container-link a {
  width: calc(100% - 40px);
  font-weight: 600;
  display: inline-block;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title .container-link .icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title .container-link .icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  content: "\f077";
  margin: auto;
  text-align: center;
  line-height: 30px;
  color: #2c7c2e;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 20px;
  transition: all 0.3s;
  font-weight: 900;
  transform: rotate(180deg);
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title h3 {
  margin: 0;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title h3 a {
  font-size: 20px;
  padding-left: 7px;
  padding-right: 7px;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title h3 .icon {
  top: -2px;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title h4 {
  margin: 0;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title h4 .icon {
  top: -4px;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title.has-childs .container-link {
  /*
                                    padding-right: 40px;
									&:after {
										position: absolute;
										top: 0;
										bottom: 0;
										right: 0;
										width: 30px;
										height: 30px;
										display: block;
										content: "\f077";
										margin: auto;
										text-align: center;
										line-height: 30px;
										color: #2c7c2e;
										font-family: "Font Awesome 5 Free";
										-moz-osx-font-smoothing: grayscale;
									    -webkit-font-smoothing: antialiased;
									    display: inline-block;
									    font-style: normal;
									    font-variant: normal;
									    text-rendering: auto;
									    font-size: 20px;
									    transition: all 0.3s;
									    font-weight: 900;
									}
                                    */
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .title:not(.has-childs) .pull-right {
  display: none;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .items {
  padding-left: 25px;
  position: relative;
  display: none;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .items:before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  content: "";
  height: calc(100% - 30px);
  background-color: #E0E0E0;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item .items .items {
  padding-left: 25px;
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item.opened > .title .icon:after {
  transform: rotate(0);
}
#site-map .site-map-main-content .site-map-sections .site-map-section .section-items .section-item.opened > .items {
  display: block;
}
#site-map .site-map-main-content .site-map-sections .site-map-section:last-child {
  margin-bottom: 0;
}
body.admin-bar #masthead {
  top: 32px;
}
@media (min-width: 1200px) {
  body.admin-bar #site-map .site-map-sidebar {
    padding-top: 165px;
  }
}
.generic-template-section.contact-section {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}
.generic-template-section.contact-section h2 {
  margin: 0 0 16px;
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.generic-template-section.contact-section .contact-item {
  margin-bottom: 20px;
}
.generic-template-section.contact-section .contact-item p:first-child {
  font-weight: 600;
}
.generic-template-section.contact-section .contact-item p,
.generic-template-section.contact-section .contact-item a {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0;
}
.generic-template-section.contact-section .contact-item a {
  color: #267f52;
}
.generic-template-section.contact-section .contact-item:last-child {
  margin-bottom: 0;
}
.generic-template-section.contact-section .location-map {
  position: relative;
  width: 100%;
  height: 310px;
  background-color: #fff;
}
.generic-template-section.contact-section .location-map:before {
  content: '';
  width: 65%;
  margin: auto;
  top: 99%;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-box-shadow: 0px 0px 80px 2px #000;
  -moz-box-shadow: 0px 0px 80px 2px #000;
  box-shadow: 0px 0px 80px 2px #000;
  transition: all 0.3s;
}
.generic-template-section.contact-section .location-map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .generic-template-section.contact-section .contact-item {
    margin-bottom: 10px;
  }
  .generic-template-section.contact-section .location-map {
    margin: 40px 0 15px;
  }
  .generic-template-section.contact-section .links-section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .generic-template-section.contact-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .generic-template-section.contact-section .contact-item p {
    max-width: 385px;
  }
  .generic-template-section.contact-section .row.table-row {
    padding-top: 30px;
    margin: 0;
    width: 100%;
    display: table;
  }
  .generic-template-section.contact-section .row.table-row > .col-xs-12 {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
    float: none;
  }
}
.generic-template-sections.calendar-section .generic-template-content {
  max-width: 100%;
}
.page-hero.calendar-hero {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-hero.calendar-hero {
    margin-bottom: 50px;
  }
}
.page-template-calendar-template .calendar-section p {
  margin: 0;
}
.page-template-calendar-template .calendar-section br {
  display: none;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-iframe-scaler {
  height: 500px;
  overflow: scroll;
  padding: 25px 3px;
}
.mfp-iframe-scaler iframe {
  box-shadow: none;
  background-color: #eeeeee;
  position: static;
  height: 450px;
  width: 100%;
  max-width: 100%;
}
.mfp-iframe-scaler {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
@media (min-width: 1024px) {
  .mfp-iframe-scaler {
    height: 700px;
  }
  .mfp-iframe-scaler iframe {
    height: 650px;
  }
}
@media (max-width: 782px) {
  body.admin-bar #masthead {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .menu-container {
    max-width: 100%;
    height: calc(100% - 60px) !important;
    top: auto !important;
    bottom: 0;
    overflow: hidden;
    padding: 32px 24px 80px;
  }
  .menu-container .search-form {
    background-color: #fff;
    border: 1px solid #80B49A;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .menu-container .search-form input {
    margin: 0;
    width: calc(100% - 45px);
    height: 48px;
    background: transparent;
    padding: 0 10px;
    float: right;
    border: none;
    transition: all 0.3s;
    box-shadow: none !important;
  }
  .menu-container .search-form button {
    width: 45px;
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none;
    float: left;
    cursor: pointer;
    transition: all 0.3s;
    color: #267F52;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .menu-container .menu-scroll-container {
    overflow: auto;
    height: 100%;
  }
  .menu-container #dropdown-menu {
    padding: 0;
    vertical-align: top;
    height: auto !important;
  }
  .menu-container #dropdown-menu ul li a {
    text-align: left;
    text-transform: initial;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .menu-container #dropdown-menu ul#menu-top-menu-1 {
    padding-top: 0;
    border-top: none;
  }
  .menu-container #dropdown-menu ul#menu-top-menu-1 li a {
    color: #424242;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
  }
  .menu-container .buttons {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .menu-container .buttons .header-button {
    width: 50%;
    margin: 0;
    display: block;
    float: left;
    line-height: 36px;
  }
  body.scrolled .menu-container {
    height: calc(100% - 48px) !important;
  }
  body.admin-bar .menu-container {
    height: calc(100% - 106px) !important;
  }
  body.admin-bar.scrolled .menu-container {
    height: calc(100% - 94px) !important;
  }
  .site-header .right-header-content > .header-button {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 782px) {
  .menu-container {
    top: auto !important;
    bottom: 0;
  }
  body.scrolled .menu-container {
    height: calc(100% - 48px) !important;
  }
  body.admin-bar .menu-container {
    height: calc(100% - 120px) !important;
  }
  body.admin-bar.scrolled .menu-container {
    height: calc(100% - 94px) !important;
  }
}
@media (min-width: 783px) and (max-width: 1199px) {
  .menu-container {
    top: auto !important;
    bottom: 0;
    height: calc(100% - 74px) !important;
  }
  body.scrolled .menu-container {
    height: calc(100% - 48px) !important;
  }
  body.admin-bar .menu-container {
    height: calc(100% - 106px) !important;
  }
  body.admin-bar.scrolled .menu-container {
    height: calc(100% - 80px) !important;
  }
}
#wpadminbar {
  position: fixed;
}
.sub-footer {
  padding: 24px 0;
  background: #f5f5f5;
}
.sub-footer .socials {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: table;
  width: 100%;
}
.sub-footer .socials li {
  display: table-cell;
  width: 25%;
  height: 48px;
  vertical-align: middle;
}
.sub-footer .socials li a {
  font-size: 24px;
  color: #6b6b6b;
}
.sub-footer .socials li i {
  color: #6b6b6b;
}
.sub-footer .footer-copyrights p {
  margin: 0;
  line-height: 24px;
  color: #6b6b6b;
  font-size: 12px;
}
.sub-footer .sub-footer-menu {
  float: left;
  width: 100%;
}
.sub-footer .sub-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 6px 0;
  display: inline-block;
}
.sub-footer .sub-footer-menu ul li {
  display: block;
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #267f52;
}
.sub-footer .sub-footer-menu ul li a {
  color: #267f52;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.09px;
  line-height: 12px;
  transition: all 0.3s;
  display: block;
}
.sub-footer .sub-footer-menu ul li a:hover {
  color: #004b21;
}
.sub-footer .sub-footer-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#content span.search-highlight {
  font-weight: 700;
  background-color: yellow;
}
.footer-menus .row > div {
  margin-top: 24px;
}
.footer-menus .footer-menu-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-menus .footer-menu-column ul li a {
  color: #2c7c2e;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  line-height: 18px;
  transition: all 0.3s;
}
.footer-menus .footer-menu-column ul li a:hover {
  color: #004b21;
}
.footer-menus .footer-menu-column ul li .sub-menu {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .footer-menus .row > div {
    border-right: 1px solid #e0e0e0;
  }
  .footer-menus .row > div:nth-of-type(2n) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .footer-menus .row > div {
    border-right: 1px solid #e0e0e0;
  }
  .footer-menus .row > div:last-child {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .footer-menus .row > div {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .footer-menus .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .footer-menus .row > div {
    padding: 0 30px;
  }
}
.search-filters-block {
  display: inline-block;
  width: 100%;
}
.search-filters-block .block-header {
  padding: 22px 0;
}
.search-filters-block .block-header h4 {
  margin: 0;
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
}
.search-filters-block .block-header .clear-filters {
  display: block;
  float: right;
  color: #267f52;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.38px;
  line-height: 22px;
}
.search-filters-block .filters-list {
  padding-top: 16px;
  border-top: 1px solid #dcdcdc;
}
.search-filters-block .filters-list .filter-item {
  margin-bottom: 16px;
}
.search-filters-block .filters-list .filter-item a {
  display: block;
  padding-left: 32px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #424242;
  line-height: 16px;
  transition: all 0.3s;
}
.search-filters-block .filters-list .filter-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #9b9b9b;
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
}
.search-filters-block .filters-list .filter-item a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  opacity: 0;
  border-radius: 50%;
  background-color: #006834;
  transition: all 0.3s;
  top: 5px;
  left: 5px;
}
.search-filters-block .filters-list .filter-item a:hover {
  color: #2c7c2e;
}
.search-filters-block .filters-list .filter-item a:hover:before {
  border-color: #2c7c2e;
  background-color: rgba(44, 124, 46, 0.3);
}
.search-filters-block .filters-list .filter-item a.selected {
  color: #2c7c2e;
}
.search-filters-block .filters-list .filter-item a.selected:before {
  border-color: #006834;
  background-color: #d1e1d1;
}
.search-filters-block .filters-list .filter-item a.selected:after {
  opacity: 1;
}
.search-filters-block .filters-list .filter-item input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.search-filters-block .filters-list .filter-item input:focus + label {
  box-shadow: 0 0 4px 2px #52a4ff!important;
}
.search-filters-block .filters-list .filter-item label {
  display: block;
  padding-left: 32px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #424242;
  line-height: 16px;
  transition: all 0.3s;
  margin: 0;
}
.search-filters-block .filters-list .filter-item label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #9b9b9b;
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
}
.search-filters-block .filters-list .filter-item label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  opacity: 0;
  border-radius: 50%;
  background-color: #006834;
  transition: all 0.3s;
  top: 5px;
  left: 5px;
}
.search-filters-block .filters-list .filter-item label:hover {
  color: #2c7c2e;
}
.search-filters-block .filters-list .filter-item label:hover:before {
  border-color: #2c7c2e;
  background-color: rgba(44, 124, 46, 0.3);
}
.search-filters-block .filters-list .filter-item input:checked + label {
  color: #2c7c2e;
}
.search-filters-block .filters-list .filter-item input:checked + label:before {
  border-color: #006834;
  background-color: #d1e1d1;
}
.search-filters-block .filters-list .filter-item input:checked + label:after {
  opacity: 1;
}
.search-result-content h2 {
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 16px;
}
.search-result-content .listing-header {
  margin-bottom: 25px;
}
.search-result-content .listing-header .showing {
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.search-result-content .listing-header .results {
  text-align: center;
}
.search-result-content .listing-header .results a {
  display: inline-block;
  line-height: 32px;
  color: #267f52;
  border-radius: 16px;
  padding: 0 16px 0 35px;
  background-color: rgba(44, 124, 46, 0.3);
  position: relative;
  margin-right: 10px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.search-result-content .listing-header .results a:last-child {
  margin-right: 0;
}
.search-result-content .listing-header .results a:hover {
  background-color: rgba(44, 124, 46, 0.6);
}
.search-result-content .listing-header .results a img {
  max-width: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
}
@media only screen and (min-width: 768px) {
  .search-result-content .listing-header {
    width: 100%;
    float: left;
  }
  .search-result-content .listing-header .showing {
    float: left;
    margin: 0 25px 0 0;
  }
  .search-result-content .listing-header .results a {
    display: block;
    float: left;
  }
}
body.search #site-map .site-map-sidebar {
  padding-bottom: 152px;
}
body.search #site-map .site-map-sidebar .explore-index {
  padding: 45px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
}
body.search #site-map .site-map-sidebar .explore-index:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #f5f5f5;
  width: 2000px;
  height: 100%;
  z-index: -1;
}
body.search #site-map .search-post .list-boxes .post-item .box-item {
  padding-left: 0;
  padding-right: 0;
}
body.search #site-map .search-post .list-boxes .post-item .box-item .box-content .post-excerpt {
  line-height: 24px;
}
body.search #site-map .search-post .list-boxes .post-item .box-item .box-content p.link {
  color: #616161;
  font-size: 14px;
}
body.search #site-map .site-map-main-content .site-map-sections {
  width: 100%;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  #site-map #site-map-sidebar {
    width: 100%;
    height: auto !important;
  }
  #site-map .site-map-sidebar {
    width: 100%;
    position: static !important;
    padding: 45px 0;
    transform: translate3d(0px, 0px, 0px) !important;
    border-right: none;
    float: left;
  }
  #site-map .site-map-sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: #FAFAFA;
    width: 2000px;
    height: 100%;
    z-index: -1;
  }
  #site-map .site-map-sidebar .sidebar-content {
    width: 100%;
  }
  #site-map .site-map-main-content {
    width: 100%;
    padding: 45px 0;
  }
  #site-map .site-map-main-content .site-map-sections {
    padding-left: 0;
  }
  #site-map #site-map-sidebar:not(.is-affixed) .site-map-sidebar {
    position: static !important;
  }
  body.search .site-content {
    overflow: hidden;
  }
  body.search #site-map .site-map-sidebar {
    padding-bottom: 24px;
  }
  body.search #site-map .site-map-sidebar .explore-index {
    display: none;
    padding: 45px 0;
    position: relative;
    margin-top: 30px;
  }
  body.search #site-map .site-map-sidebar .explore-index:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: #f5f5f5;
    width: 2000px;
    height: 100%;
    z-index: 1;
  }
  body.search #site-map .site-map-main-content .site-map-sections {
    padding-left: 0;
  }
  .search-result-content .listing-header .showing {
    text-align: left;
  }
  body.page-template-index .site-content-contain {
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .site-header .header-content .logo,
  .site-header .header-content .right-header-content .buttons {
    margin: 16px 0;
  }
  .site-header .right-header-content .header-button {
    line-height: 28px;
  }
}
.hidden-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.no-results.not-found .page-header {
  border-bottom: none;
}
.hero-slides {
  height: 0;
  visibility: hidden;
}
.hero-slides.slick-initialized {
  height: initial;
  visibility: visible;
}
@media (max-width: 767px) {
  .locations-map {
    display: none;
  }
}
#homepage-hero .mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .hero-info-box {
    margin-top: 0 !important;
  }
  #homepage-hero .hero-info-box .hero-statistics .statistic .icon {
    float: left;
  }
  #homepage-hero .hero-info-box {
    width: 100%;
  }
  #homepage-hero .hero-info-box .hero-title,
  #homepage-hero .hero-info-box .hero-statistics .statistic,
  #homepage-hero .hero-info-box .hero-description {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero-statistics:not(.slick-initialized) {
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  #homepage-hero .mobile-image {
    display: block;
  }
  #homepage-hero .hero-slides .hero-slide .hero-image {
    height: auto;
    min-height: initial;
    background-image: none !important;
  }
  .campus-life-slider.slick-initialized .box-item {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  #homepage-hero .hero-info-box .hero-title {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  #homepage-hero .hero-info-box .hero-description {
    padding-left: 108px;
    padding-right: 108px;
  }
}
.section-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-buttons li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.section-buttons li:before {
  display: none !important;
}
.index-search .clear-faq-search {
  display: inline-block;
  font-size: 10px;
  color: #32865c;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  float: right;
  position: absolute;
  bottom: -18px;
  right: 0;
}
.page-template-faq #site-map .site-map-sidebar .sidebar-content .index-search .search-form {
  position: relative;
}
.faq-page-container .faq-section .section-items {
  height: initial !important;
}
.faq-page-container .section-item {
  width: 100%;
  position: static !important;
}
.faq-page-container .section-item .container-link {
  padding-right: 40px;
  color: #4a4a4a;
}
.faq-page-container .section-item .container-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  content: "\f077";
  margin: auto;
  text-align: center;
  line-height: 30px;
  color: #2c7c2e;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 20px;
  transition: all 0.3s;
  font-weight: 900;
  transform: rotate(180deg);
}
.faq-page-container .section-item .items {
  padding-left: 0 !important;
}
.faq-page-container .section-item .items:before {
  display: none !important;
}
.faq-page-container .section-item .items .faq-post-content {
  padding: 16px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.faq-page-container .section-item.opened .container-link:after {
  transform: rotate(0);
}
.faq-page-container .section-item.opened .items {
  display: block;
}
.emergency-bar {
  background-color: #424242;
  padding: 8px 0;
  transition: transform 0.3s ease, visibility 0.3s;
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: translateY(-100%);
  visibility: hidden;
}
.emergency-bar.open {
  transform: translateY(0);
  transition: transform 0.3s ease, visibility 0.0s;
  visibility: visible;
}
.emergency-bar p {
  margin: 0;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  display: inline-block;
}
.emergency-bar .right-buttons {
  float: right;
}
.emergency-bar .right-buttons .emergency-button {
  padding: 4px 32px;
  background-color: #fff;
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}
.emergency-bar .right-buttons .emergency-button:hover {
  opacity: 0.8;
}
.emergency-bar .right-buttons .close-emergency-bar {
  float: right;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
  transition: all 0.3s;
}
.emergency-bar .right-buttons .close-emergency-bar:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .emergency-bar p {
    font-size: 14px;
    width: 100%;
    line-height: 18px;
  }
  .emergency-bar .emergency-bar-container {
    padding-right: 45px;
    position: relative;
  }
  .emergency-bar .right-buttons {
    float: left;
  }
  .emergency-bar .right-buttons .emergency-button {
    font-size: 14px;
    margin-top: 8px;
    line-height: 20px;
  }
  .emergency-bar .right-buttons .close-emergency-bar {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#full-dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
#full-dropdown-menu .full-dropdown-menu-container {
  position: relative;
}
#full-dropdown-menu .index-search {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
#full-dropdown-menu .index-search .page-title {
  margin: 0px;
}
#full-dropdown-menu .index-search p {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.09px;
  line-height: 21px;
  margin-bottom: 15px;
}
#full-dropdown-menu .index-search .search-form {
  background-color: #fff;
  border: 1px solid #80B49A;
  width: 100%;
  float: left;
}
#full-dropdown-menu .index-search .search-form input {
  margin: 0;
  width: calc(100% - 45px);
  height: 48px;
  background: transparent;
  padding: 0 10px;
  float: right;
  border: none;
  transition: all 0.3s;
  box-shadow: none !important;
}
#full-dropdown-menu .index-search .search-form button {
  width: 45px;
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
  color: #267F52;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
#full-dropdown-menu .index-search-tablet {
  background: #FAFAFA;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  #full-dropdown-menu .index-search-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  #full-dropdown-menu .index-search-tablet {
    display: none;
  }
}
#full-dropdown-menu .index-search-mobile {
  display: none;
}
#full-dropdown-menu .menu-sidebar {
  width: 415px;
  float: left;
  position: relative;
  padding: 60px 20px 60px 0;
  background: #FAFAFA;
  border-right: 1px solid #EEEEEE;
}
#full-dropdown-menu .menu-sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #FAFAFA;
  width: 2000px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  #full-dropdown-menu .menu-sidebar {
    width: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#full-dropdown-menu .menu-sidebar-container {
  height: 100%;
  position: relative;
  overflow: auto;
}
#full-dropdown-menu .menu-sidebar-container .sidebar-content {
  padding: 5px 20px 5px 5px;
}
@media (max-width: 1199px) {
  #full-dropdown-menu .menu-sidebar-container .sidebar-content .index-search {
    display: none;
  }
}
#full-dropdown-menu .menu-sidebar-container .sidebar-content .sidebar-navigation {
  padding-bottom: 0;
  width: 100%;
  float: left;
}
#full-dropdown-menu .menu-main {
  width: calc(100% - 415px);
  float: right;
  padding: 60px 0px 60px 70px;
}
@media (max-width: 1199px) {
  #full-dropdown-menu .menu-main {
    width: calc(100% - 280px);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  #full-dropdown-menu .menu-main {
    display: none;
  }
}
#full-dropdown-menu .menu-main .menu-main-container {
  height: 100%;
  position: relative;
  overflow: auto;
}
#full-dropdown-menu .menu-main .menu-main-container .main-content {
  padding: 5px 20px 5px 5px;
}
#full-dropdown-menu .menu-main .page-navigation {
  padding: 0 0 50px;
  max-width: 740px;
}
#full-dropdown-menu .menu-main .page-navigation h2 {
  color: #424242;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0 0 10px;
  text-transform: initial;
}
#full-dropdown-menu .menu-main .page-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#full-dropdown-menu .menu-main .page-navigation ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  border-right: 1px solid #424242;
}
#full-dropdown-menu .menu-main .page-navigation ul li a {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
#full-dropdown-menu .menu-main .page-navigation ul li:last-child {
  margin-right: 0;
  border: 0;
}
#full-dropdown-menu .menu-main .page-navigation ul li:last-child a {
  margin-right: 0;
}
#full-dropdown-menu .menu-main .site-map-sections {
  max-width: 740px;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section {
  margin-bottom: 40px;
  box-shadow: none !important;
  outline: none;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-title {
  margin: 0 0 10px;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-title h2 {
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title .container-link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #2c7c2e;
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title .container-link:before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #E0E0E0;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title .container-link a {
  width: calc(100% - 40px);
  font-weight: 600;
  display: inline-block;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title .container-link .icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title .container-link .icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  content: "\f106";
  margin: auto;
  text-align: center;
  line-height: 30px;
  color: #2c7c2e;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 20px;
  transition: all 0.3s;
  font-weight: 900;
  transform: rotate(180deg);
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title h3 {
  margin: 0;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title h3 a {
  font-size: 20px;
  padding-left: 7px;
  padding-right: 7px;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title h3 .icon {
  top: -2px;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title h4 {
  margin: 0;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title h4 .icon {
  top: -4px;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title:not(.has-childs) .pull-right {
  display: none;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .items {
  padding-left: 25px;
  position: relative;
  display: none;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .items:before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  content: "";
  height: calc(100% - 30px);
  background-color: #E0E0E0;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .items .items {
  padding-left: 25px;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item.opened > .title .icon:after {
  content: "\f107";
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item.opened > .items {
  display: block;
}
#full-dropdown-menu .menu-main .site-map-sections .site-map-section:last-child {
  margin-bottom: 0;
}
#full-dropdown-menu .mobile-menu-tabs {
  border: 1px solid #267f52;
  float: left;
  width: 100%;
  display: none;
  background: #ffffff;
}
#full-dropdown-menu .mobile-menu-tabs a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  color: rgba(38, 127, 82, 0.5);
  transition: all 0.3s ease-out;
  padding: 10px;
  line-height: 28px;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
}
#full-dropdown-menu .mobile-menu-tabs a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2c7c2e;
  transition: all 0.3s ease-out;
  transform: translateY(3px);
}
#full-dropdown-menu .mobile-menu-tabs a.current {
  color: #267f52;
}
#full-dropdown-menu .mobile-menu-tabs a.current:after {
  transform: translateY(0px);
}
@media (max-width: 767px) {
  #full-dropdown-menu .container {
    padding: 0;
  }
  #full-dropdown-menu .menu-sidebar {
    padding: 0;
    width: 100%;
  }
  #full-dropdown-menu .menu-main {
    padding: 25px 20px;
    width: 100%;
  }
  #full-dropdown-menu .menu-main .page-navigation {
    display: none;
  }
  #full-dropdown-menu .menu-main .index-search-mobile {
    display: block;
    margin: 0 0 20px;
    padding: 0;
  }
  #full-dropdown-menu .menu-main .main-menu-container .main-content {
    padding: 0;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section:first-child {
    border-top: 1px solid #e0e0e0;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section.active {
    border: 0;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-title {
    margin: 0;
    padding: 12px 0 8px;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-title h2 {
    font-size: 27px;
    position: relative;
    padding-right: 50px;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-title h2:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
    line-height: 20px;
    color: #2c7c2e;
    position: absolute;
    font-size: 20px;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-title h2.open:after {
    content: '\f106';
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items {
    display: none;
  }
  #full-dropdown-menu .menu-main .site-map-sections .site-map-section .section-items .section-item .title h3 a {
    font-size: 16px;
  }
  #full-dropdown-menu .mobile-menu-tabs {
    display: inline-block;
  }
  #full-dropdown-menu .menu-sidebar-container .sidebar-content {
    padding: 0;
  }
}
.sidebar-small-menu .menu-group {
  margin-bottom: 25px;
}
.sidebar-small-menu .menu-group p {
  font-size: 16px;
  margin-bottom: 8px;
}
.sidebar-small-menu .menu-group .arrow-link {
  font-size: 16px;
}
.sidebar-small-menu .menu-group h4 {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.86px;
  text-transform: uppercase;
}
.sidebar-small-menu .menu-group ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-small-menu .menu-group ul li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .sidebar-small-menu .menu-group.campus-link {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-small-menu {
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
  }
  .sidebar-small-menu .menu-group {
    width: 50%;
    display: table-cell;
    padding: 0 20px;
    margin: 0;
  }
  .sidebar-small-menu .menu-group ul li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sidebar-small-menu .menu-group ul li:last-child a {
    margin: 0;
  }
  .sidebar-small-menu .menu-group.related-sites {
    border-left: 1px solid #e0e0e0;
  }
}
.sidebar-socials .bt {
  width: 100%;
  margin-bottom: 30px;
}
.sidebar-socials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-socials ul li {
  display: inline-block;
  margin-right: 20px;
}
.sidebar-socials ul li:last-child {
  margin-right: 0;
}
.sidebar-socials ul li a {
  transition: all 0.3s;
  font-size: 24px;
}
.sidebar-socials ul li a:not(:hover) {
  color: rgba(97, 97, 97, 0.4);
}
@media (max-width: 767px) {
  .sidebar-socials {
    display: none;
  }
}
.mobile-menu-buttons {
  overflow: hidden;
  position: sticky;
  width: 100%;
  bottom: 0;
}
.mobile-menu-buttons a {
  width: 50%;
  display: block;
  float: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mobile-menu-buttons {
    display: none;
  }
}
.sidebar-main-menu {
  margin-bottom: 50px;
}
.sidebar-main-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-main-menu > ul > li {
  margin-bottom: 20px;
}
.sidebar-main-menu > ul > li > a {
  color: #267f52;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 24px;
  display: inline-block;
}
.sidebar-main-menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 5px;
  font-size: 18px;
}
.sidebar-main-menu > ul > li.menu-item-has-children > a.open {
  content: '\f106';
}
.sidebar-main-menu > ul > li:last-child > a {
  margin-bottom: 0;
}
.sidebar-main-menu > ul > li > .sub-menu {
  display: none;
}
.sidebar-main-menu > ul > li > .sub-menu > li:first-child > a {
  margin-top: 20px;
}
.sidebar-main-menu > ul > li .sub-menu {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
  border-left: 1px solid #E0E0E0;
}
.sidebar-main-menu > ul > li .sub-menu li {
  margin-bottom: 10px;
}
.sidebar-main-menu > ul > li .sub-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.sidebar-main-menu > ul > li .sub-menu li.dropdown-title > a {
  color: #424242;
  font-family: 'bookmania', serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 22px;
  padding-bottom: 5px;
  letter-spacing: 0.23px;
  border-bottom: 1px solid #979797;
  display: block;
  outline: none;
}
.sidebar-main-menu > ul > li .sub-menu li .sub-menu {
  padding: 0;
  border: 0;
}
.sidebar-main-menu > ul > li .sub-menu li .sub-menu li {
  margin: 0;
}
.sidebar-main-menu > ul > li .sub-menu li:last-child .sub-menu li:last-child {
  margin-bottom: 0;
}
.sidebar-main-menu > ul > li .sub-menu li:last-child .sub-menu li:last-child a {
  margin: 0;
}
@media (min-width: 1200px) {
  .sidebar-main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-main-menu {
    margin: 0;
    background-color: #fafafa;
  }
  .sidebar-main-menu > ul > li {
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
  }
  .sidebar-main-menu > ul > li > a {
    display: block;
    position: relative;
    padding-right: 50px;
  }
  .sidebar-main-menu > ul > li.menu-item-has-children > a:after {
    content: "\f067";
    margin: 0;
    line-height: 22px;
    border: 1px solid #2c7c2e;
    border-radius: 50%;
    text-align: center;
    color: #2c7c2e;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    font-size: 12px;
    transition: all 0.3s;
  }
  .sidebar-main-menu > ul > li.menu-item-has-children > a.open:after {
    background-color: #2c7c2e;
    color: #fff;
    transform: rotate(45deg);
    content: "\f067";
  }
  .sidebar-main-menu > ul > li:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
html.non-touch .menu-sidebar-container::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
html.non-touch .menu-sidebar-container::-webkit-scrollbar {
  width: 6px;
  background-color: #EEEEEE;
}
html.non-touch .menu-sidebar-container::-webkit-scrollbar-thumb {
  background-color: rgba(97, 97, 97, 0.4);
}
html.non-touch .menu-main-container::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}
html.non-touch .menu-main-container::-webkit-scrollbar {
  width: 6px;
  background-color: #EEEEEE;
}
html.non-touch .menu-main-container::-webkit-scrollbar-thumb {
  background-color: rgba(97, 97, 97, 0.4);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .site-header .right-header-content .header-buttons {
    padding-right: 0;
  }
  .site-header .right-header-content .header-buttons .header-button {
    margin-right: 5px;
  }
  .site-header .right-header-content .header-search {
    margin-left: 0;
  }
  .site-header .header-content .right-header-content .menu-action {
    margin-left: 10px;
  }
  .site-header .right-header-content .header-search,
  .site-header .right-header-content .header-search .box-header-search .navSearchContainer .navSearchSub,
  .site-header .right-header-content .header-search .box-header-search {
    width: 58px;
  }
  .header-main-menu {
    width: calc(100% - 625px);
  }
  .header-main-menu > ul > li {
    margin: 0 8px;
  }
  .header-main-menu > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .site-header .logo {
    width: 135px;
  }
  .site-header .header-content .logo {
    height: 26px;
    margin: 16px 10px;
  }
}
