 /**
 *
 * Our Lady Good Counsel - default
 * @link http://goodcounsel.redesign.finalsite.com/
 * Built By: Jeff Snow
 * Project Manager: Katy Kos
 * Designer: Natalie Sequeira
 *
 */

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -ms-transform-origin: top center;
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  -ms-transform-origin: center;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?34508855");
  src: url("../fonts/fontello.eot?34508855#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?34508855") format("woff"), url("../fonts/fontello.ttf?34508855") format("truetype"), url("../fonts/fontello.svg?34508855#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?34508855#fontello') format('svg');
  }
}
*/
[class^="fontello-"]:before, [class*="fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fontello-phone:before {
  content: '\e800';
}

/* 'εáÇ' */
.fontello-pencil:before {
  content: '\e801';
}

/* 'εáü' */
.fontello-info:before {
  content: '\e802';
}

/* 'εáé' */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-size: 2em;
  line-height: 1em;
  color: #003568;
  font-weight: 900;
  margin-bottom: 0.5em;
}

h2,
.beta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5625em;
  line-height: 1em;
  color: #003568;
  font-weight: 900;
  margin-bottom: 0.48em;
}

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.4375em;
  line-height: 1em;
  color: #003568;
  font-weight: 700;
  margin-bottom: 0.4347826087em;
}

h4,
.delta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.3125em;
  line-height: 1em;
  color: #003568;
  font-weight: 700;
  margin-bottom: 0.4761904762em;
}

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1em;
  color: #003568;
  font-weight: 500;
  margin-bottom: 0.5555555556em;
}

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.125em;
  color: #003568;
  font-weight: 500;
  margin-bottom: 0.625em;
}

a {
  text-decoration: none;
  color: #47a5f2;
  transition: background .3s, color .3s;
}
a:hover {
  color: #d49110;
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em;
}

table.fs_style_23 {
  margin-bottom: 1.25em;
  width: 100%;
}
table.fs_style_23 tr {
  background-color: #ebebeb;
  border-left: 1px solid #b8c1ca;
  border-right: 1px solid #b8c1ca;
}
table.fs_style_23 tr:nth-of-type(odd) {
  background-color: #fff;
}
table.fs_style_23 tr:first-child {
  border-top: 1px solid #b8c1ca;
}
table.fs_style_23 tr:last-child {
  border-bottom: 1px solid #b8c1ca;
}
table.fs_style_23 th,
table.fs_style_23 td {
  vertical-align: top;
}
table.fs_style_23 th {
  padding: 1.25em;
  text-align: left;
  background: #003568;
  color: #fff;
}
table.fs_style_23 td {
  padding: 0.625em 1.25em;
}

table.styled, table.fs_style_24 {
  margin-bottom: 1.25em;
  width: 100%;
}
table.styled tr, table.fs_style_24 tr {
  background-color: #ebebeb;
}
table.styled tr:nth-of-type(odd), table.fs_style_24 tr:nth-of-type(odd) {
  background-color: #fff;
}
table.styled th,
table.styled td, table.fs_style_24 th,
table.fs_style_24 td {
  vertical-align: top;
}
table.styled tr:first-child, table.fs_style_24 tr:first-child {
  border-top: 1px solid #003568;
  border-left: 1px solid #003568;
  border-right: 1px solid #003568;
}
table.styled tr:first-child td, table.fs_style_24 tr:first-child td {
  padding: 15px 1.25em;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  font-family: "Effra", Georgia, serif;
  background: #003568;
  color: #fff;
}
table.styled td, table.fs_style_24 td {
  padding: 0.625em 1.25em;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

/*! content - buttons v0.0.1 */
a.fs_style_25, .fs_style_25 a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #7e2b1e;
  width: 100%;
}
a.fs_style_25 b, a.fs_style_25 strong, .fs_style_25 a b, .fs_style_25 a strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
a.fs_style_25:hover, .fs_style_25 a:hover {
  background: #652318;
  transition: .3s;
}
#fsBanner a.fs_style_25, .fsStyleOneThird a.fs_style_25, #fsBanner .fs_style_25 a, .fsStyleOneThird .fs_style_25 a {
  display: block;
}

a.fs_style_26, .fs_style_26 a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #edc577;
  width: 100%;
}
a.fs_style_26 b, a.fs_style_26 strong, .fs_style_26 a b, .fs_style_26 a strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
a.fs_style_26:hover, .fs_style_26 a:hover {
  background: #e9b95c;
  transition: .3s;
}
#fsBanner a.fs_style_26, .fsStyleOneThird a.fs_style_26, #fsBanner .fs_style_26 a, .fsStyleOneThird .fs_style_26 a {
  display: block;
}

a.fs_style_29, .fs_style_29 a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #7e2b1e;
  width: 100%;
  display: inline-block !important;
  padding: 6px 15px !important;
  width: auto;
}
a.fs_style_29 b, a.fs_style_29 strong, .fs_style_29 a b, .fs_style_29 a strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
a.fs_style_29:hover, .fs_style_29 a:hover {
  background: #652318;
  transition: .3s;
}
#fsBanner a.fs_style_29, .fsStyleOneThird a.fs_style_29, #fsBanner .fs_style_29 a, .fsStyleOneThird .fs_style_29 a {
  display: block;
}

a.fs_style_30, .fs_style_30 a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #edc577;
  width: 100%;
  display: inline-block !important;
  padding: 6px 15px !important;
  width: auto;
}
a.fs_style_30 b, a.fs_style_30 strong, .fs_style_30 a b, .fs_style_30 a strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
a.fs_style_30:hover, .fs_style_30 a:hover {
  background: #e9b95c;
  transition: .3s;
}
#fsBanner a.fs_style_30, .fsStyleOneThird a.fs_style_30, #fsBanner .fs_style_30 a, .fsStyleOneThird .fs_style_30 a {
  display: block;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #7e2b1e;
  width: 100%;
}
.button b, .button strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
.button:hover {
  background: #652318;
  transition: .3s;
}
#fsBanner .button, .fsStyleOneThird .button {
  display: block;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #d49110;
  width: 100%;
}
.color-button b, .color-button strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
.color-button:hover {
  background: #b87e0e;
  transition: .3s;
}
#fsBanner .color-button, .fsStyleOneThird .color-button {
  display: block;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: transparent;
  width: 100%;
  border: 0.2em solid #d49110;
}
.hollow-button b, .hollow-button strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
.hollow-button:hover {
  background: rgba(0, 0, 0, 0);
  transition: .3s;
}
#fsBanner .hollow-button, .fsStyleOneThird .hollow-button {
  display: block;
}

a.fs_style_28, .fs_style_28 a {
  display: inline-block;
  border: 0;
  float: right;
  margin: 0 auto 30px auto;
  padding: 10px 18px;
  color: #47a5f2;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
  background: #d5dee5;
  border-radius: 3px;
}
a.fs_style_28:hover, .fs_style_28 a:hover {
  background: #003568;
  color: #fff;
}

/*! content - forms v0.0.1 */
textarea,
input,
select {
  padding: 0.625em;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_20 {
  font-size: 1.4375em;
  line-height: 1.3;
  color: #676767;
}

blockquote, .fs_style_21 {
  position: relative;
  margin: 20px 0;
  padding-left: 20px;
  border-left: 2px solid #d9e5ef;
  font-size: 16px;
  line-height: 1.2em;
  color: #003568;
  font-style: italic;
}

cite, .fs_style_22 {
  display: block;
  color: #003568;
  font-style: italic;
  margin-top: 10px;
}
cite:before, .fs_style_22:before {
  content: '- ';
}

.callout, .fs_style_27 {
  padding: 5px;
  color: #e8b44e;
  float: right;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 20px 20px;
  width: 100%;
  padding-left: 15px;
  border-left: 6px solid #e8b44e;
}
@media (min-width: 600px) {
  .callout, .fs_style_27 {
    width: 50%;
  }
}

.callout-block {
  background: #003568;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #FFF;
}
.callout-block .callout-block-inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: block;
  overflow: hidden;
}
.callout-block h2.fsElementTitle {
  font-size: 20px;
  color: #FFF;
  display: inline-block;
  width: auto;
  border-bottom: 2px solid white;
  padding: 0 0 8px;
}
.callout-block a {
  color: #FFF;
  text-decoration: underline;
  transition: .3s all;
}
.callout-block a:hover {
  opacity: .8;
}
.callout-block.blue {
  background: #003568;
}
.callout-block.lightblue {
  background: #47a5f2;
}
.callout-block.yellow {
  background: #edc577;
}
.callout-block.red {
  background: #7e2b1e;
}
@media (min-width: 900px) {
  .callout-block.fsLayout {
    margin-left: 0;
    margin-right: 0;
  }
}

.fsTabs.centered {
  text-align: center;
}
.fsTabs.centered .fsPanel {
  text-align: left;
}

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  overflow: hidden;
}

.top-compartment {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
  background: rgba(1, 21, 37, 0.88);
}
@media (min-width: 1240px) {
  .top-compartment:before {
    position: absolute;
    content: '';
    height: 134px;
    width: 1240px;
    left: -1240px;
    background-color: rgba(1, 21, 37, 0.88);
    z-index: 2;
  }
  .top-compartment:after {
    position: absolute;
    content: '';
    height: 134px;
    width: 1240px;
    right: -1240px;
    background-color: rgba(1, 21, 37, 0.88);
    z-index: 2;
  }
}

.header-top-container {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  background-color: rgba(1, 21, 37, 0.88);
  z-index: 7;
}
@media (min-width: 950px) {
  .header-top-container {
    left: 200px;
    width: calc(100% - 200px);
    height: 134px;
  }
}

.util-links-container {
  position: relative;
  font-size: 0;
  text-align: right;
  padding: 15px 0px 12px 0px;
  height: 48px;
}
@media (min-width: 950px) {
  .util-links-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

.nav-util {
  display: inline-block;
}

.jump-search-container {
  display: inline-block;
}
.jump-search-container .jump-search ul,
.jump-search-container .jump-search ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.jump-search-container .jump-search a {
  display: block;
}
.jump-search-container .jump-search ul li {
  display: inline-block;
}
.jump-search-container .jump-search ul li a {
  font-size: 13px;
}

.jump-to {
  color: #c8cacc;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 32px;
  padding-bottom: 7px;
}
.jump-to:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  padding-right: 7px;
}

.search-toggle {
  padding: 0 20px;
  margin-left: 30px;
}
.search-toggle b, .search-toggle strong {
  display: none;
}
.search-toggle:before {
  font-family: FontAwesome;
  content: '\f002';
  display: inline-block;
  color: #47a5f2;
}

.header-photo {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 600px) {
  .header-photo {
    height: 350px;
  }
}
@media (min-width: 750px) {
  .header-photo {
    height: 450px;
  }
}
@media (min-width: 900px) {
  .header-photo {
    height: 550px;
  }
}
body:not(.fsDraftMode) .header-photo img {
  display: none;
}

.site-info-container {
  width: 100%;
  padding: 0;
  transition: 0.2s opacity;
  position: absolute;
  z-index: 6;
  margin-top: 48px;
  height: 128px;
  overflow: hidden;
  white-space: nowrap;
}
.site-info-container a {
  z-index: 2;
  display: block;
  padding: 0;
  left: 0px;
  right: 0px;
  color: transparent;
  background: url("../images/logo-new4.png") center center no-repeat;
  background-size: 200px 255px;
  width: 200px;
  height: 250px;
}
.site-info-container a:hover {
  color: transparent;
}
@media (max-width: 949px) {
  .site-info-container a {
    background-size: 100px 128px;
    width: 100px;
    height: 128px;
  }
}
@media (min-width: 950px) {
  .site-info-container {
    margin-top: 0px;
    width: 200px;
    height: 255px;
  }
}

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  text-align: center;
  color: #fff;
}
#fsFooter > .fsBanner > .nav-social-container .fsElementContent,
#fsFooter > .fsBanner > .footer-tag .fsElementContent,
#fsFooter > .fsBanner > .footer-dark-container .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
}

#fsPoweredByFinalsite {
  background-position: center center !important;
  margin-top: 20px !important;
}

.footer-tag {
  background-color: #102a40;
  padding: 28px 0 22px 0;
}
.footer-tag ul,
.footer-tag ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-tag a {
  display: block;
}
.footer-tag ul li {
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  color: #32526d;
  padding: 0 4px;
}
@media (min-width: 600px) {
  .footer-tag ul li {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  .footer-tag ul li {
    font-size: 30px;
  }
}

.footer-dark-container {
  background-color: #011525;
  padding: 30px 20px;
}

.footer-logo {
  width: 100%;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}
.footer-logo a {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  color: transparent;
  background: url("../images/logo-new4.png") center top no-repeat;
  background-size: contain;
  width: 125px;
  height: 159px;
}
.footer-logo a:hover {
  color: transparent;
}
@media (min-width: 1000px) {
  .footer-logo a {
    right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 1000px) {
  .footer-logo {
    width: 145px;
    padding-top: 25px;
    float: left;
  }
}

.footer-info {
  padding-top: 25px;
  color: #a0b3c6;
  font-size: 14px;
}
.footer-info h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.footer-info .info-links {
  color: #8bbde5;
}
.footer-info .info-links a {
  color: #8bbde5;
  font-size: 14px;
  display: inline-block;
}
.footer-info .info-links a:hover {
  color: #47a5f2;
}
.footer-info .info-links a:first-child {
  margin-right: 10px;
}
.footer-info .info-links a:last-child {
  margin-left: 10px;
}
@media (min-width: 900px) {
  .footer-info {
    text-align: left;
    width: 50%;
    float: left;
  }
}
@media (min-width: 1000px) {
  .footer-info {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .footer-info {
    width: 450px;
  }
}
@media (min-width: 1240px) {
  .footer-info {
    width: 500px;
  }
}

.footer-links1 {
  display: none;
}
@media (min-width: 900px) {
  .footer-links1 {
    display: block;
    width: 25%;
    padding-top: 25px;
    float: left;
    text-align: left;
    padding-right: 20px;
  }
  .footer-links1 ul,
  .footer-links1 ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .footer-links1 a {
    display: block;
  }
  .footer-links1 a {
    color: #8bbde5;
    font-size: 14px;
  }
  .footer-links1 a:hover {
    color: #47a5f2;
  }
}
@media (min-width: 1000px) {
  .footer-links1 {
    width: 190px;
  }
}

.footer-links2 {
  display: none;
}
@media (min-width: 900px) {
  .footer-links2 {
    display: block;
    width: 25%;
    padding-top: 25px;
    float: left;
    text-align: left;
    padding-right: 20px;
  }
  .footer-links2 ul,
  .footer-links2 ol {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .footer-links2 a {
    display: block;
  }
  .footer-links2 a {
    color: #8bbde5;
    font-size: 14px;
  }
  .footer-links2 a:hover {
    color: #47a5f2;
  }
}
@media (min-width: 1000px) {
  .footer-links2 {
    width: 190px;
  }
}

.accred-logo {
  width: 100%;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0px 10px;
  text-align: center;
}
.accred-logo .fsElementContent > a {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  color: transparent;
  background: url("../images/iblogo.png") center top no-repeat;
  background-size: 56px 54px;
  width: 56px;
  height: 54px;
}
.accred-logo .fsElementContent > a:hover {
  color: transparent;
}
@media (min-width: 1000px) {
  .accred-logo {
    padding-top: 25px;
  }
  .accred-logo .fsElementContent > a {
    background-size: 111px 108px;
    width: 111px;
    height: 108px;
  }
}
@media (min-width: 1100px) {
  .accred-logo {
    width: 119px;
    float: right;
  }
}

.footer-sponsor {
  clear: both;
}
.footer-sponsor span {
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  padding: 0 10px;
  font-style: italic;
  color: #355f81;
  background-color: #011525;
}
.footer-sponsor:before {
  position: absolute;
  left: 0;
  margin-top: 12px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #082238;
}
@media (min-width: 1000px) {
  .footer-sponsor {
    padding-top: 40px;
  }
}

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1em;
  line-height: 1.375;
  color: #212121;
  overflow-x: hidden;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
}

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 900px) {
  #fsBannerLeft {
    float: left;
  }
}
@media (min-width: 900px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 22.5806451613%;
  }
}

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 900px) {
  #fsPageContent {
    float: left !important;
  }
}
@media (min-width: 900px) {
  .fsHasRightBanner #fsPageContent {
    width: 75.8064516129% !important;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner #fsPageContent {
    width: 77.4193548387% !important;
  }
}
@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: 53.2258064516% !important;
  }
}

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 900px) {
  #fsBannerRight {
    float: left;
  }
}
@media (min-width: 900px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 24.1935483871%;
  }
}

@media (min-width: 900px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
@media (min-width: 900px) {
  .fsLayout .fsDiv {
    float: left;
  }
}
@media (min-width: 900px) {
  .fsLayout .fsDiv {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.3333333333%;
  }
}

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%;
  }
}

.fsLayout .fsStyleTwoThirds {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleTwoThirds {
    width: 66.6666666667%;
  }
}
.fsLayout .fsStyleOneThird {
  width: 100%;
}
@media (min-width: 1000px) {
  .fsLayout .fsStyleOneThird {
    width: 33.3333333333%;
  }
}

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsBreadcrumb li {
  display: inline-block;
}

/*! navigation - main v0.0.1 */
.nav-main {
  display: none;
}
.nav-main ul,
.nav-main ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-main a {
  display: block;
}
@media (min-width: 950px) {
  .nav-main {
    display: block;
  }
}
@media (min-width: 950px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 77.5em;
    max-width: 77.5rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }
  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }
  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 950px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}
.nav-main .fsNavLevel1 > li:last-child > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 78px;
  display: block;
  background: #003268;
  z-index: -1;
  top: 8px;
  left: 0;
}
.nav-main .fsNavLevel1 > li > a {
  padding: 38px 10px 26px 10px;
  line-height: 1;
  color: #fff;
  height: 86px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
@media (min-width: 1050px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 18px;
  }
}
.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  bottom: 9px;
  display: inline-block;
  height: 0px;
  width: calc(80% - 40px);
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #47a5f2;
  transition: height .3s ease-in-out;
}
.nav-main .fsNavLevel1 > .fsNavCurrentPage > a:after {
  height: 5px;
}
.nav-main .fsNavLevel1 > li:hover a:after {
  height: 5px;
}

.drawer .nav-main-mobile {
  display: block;
  padding-top: 40px !important;
}
.drawer .nav-main-mobile ul,
.drawer .nav-main-mobile ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.drawer .nav-main-mobile a {
  display: block;
}
.drawer .nav-main-mobile .fsNavPageDescription {
  display: none;
}
@media (min-width: 950px) {
  .drawer .nav-main-mobile .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 77.5em;
    max-width: 77.5rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.drawer .nav-main-mobile .fsNavLevel1 > li {
  position: relative;
}
@media (min-width: 950px) {
  .no-flexbox .drawer .nav-main-mobile .fsNavLevel1 > li {
    display: inline-block;
  }
}
.drawer .nav-main-mobile .fsNavLevel1 > li > a {
  padding: 10px 0 10px 31px;
  font-size: 20px;
  color: #fff;
  display: block;
}
.drawer .nav-main-mobile .fsNavLevel1 > li > a:hover {
  color: #47a5f2;
}
.nav-main-mobile .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #47a5f2;
}
.drawer .nav-main-mobile .fsNavLevel2 {
  display: none;
}
.drawer .nav-main-mobile .fsNavCurrentPage.fsNavParentPage .fsNavLevel2,
.drawer .nav-main-mobile .fsNavCurrentPageAncestor .fsNavLevel2 {
  display: block;
  background-color: rgba(212, 145, 16, 0.7);
  padding: 10px 0px;
}
.drawer .nav-main-mobile .fsNavCurrentPage.fsNavParentPage .fsNavLevel2 a,
.drawer .nav-main-mobile .fsNavCurrentPageAncestor .fsNavLevel2 a {
  color: #fff;
  font-size: 16px;
  padding: 5px 0px 5px 50px;
}
.drawer .nav-main-mobile .fsNavCurrentPage.fsNavParentPage .fsNavLevel2 a:hover,
.drawer .nav-main-mobile .fsNavCurrentPageAncestor .fsNavLevel2 a:hover {
  color: #011525;
}
.drawer .nav-main-mobile .fsNavCurrentPage.fsNavParentPage .fsNavLevel3,
.drawer .nav-main-mobile .fsNavCurrentPageAncestor .fsNavLevel3 {
  display: block;
  padding: 5px 0px;
}
.drawer .nav-main-mobile .fsNavCurrentPage.fsNavParentPage .fsNavLevel3 a,
.drawer .nav-main-mobile .fsNavCurrentPageAncestor .fsNavLevel3 a {
  padding-left: 70px;
  color: white;
  font-size: 14px;
}
.drawer .nav-main-mobile .fsNavCurrentPage.fsNavParentPage .fsNavLevel3 a:hover,
.drawer .nav-main-mobile .fsNavCurrentPageAncestor .fsNavLevel3 a:hover {
  color: #011525;
}
.drawer .nav-main-mobile .fsNavCurrentPageAncestor > a {
  color: #a6d4f9 !important;
}
.drawer .nav-main-mobile .fsNavCurrentPage > a {
  color: #47a5f2 !important;
}

.nav-main .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: left;
  padding: 30px 100px 30px 15px;
  /* &:after {
    content: '';
    position: absolute;
    width: 50vw;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: rgba($s1, .88);
  } */
}
.nav-main .fsNavPageInfo:before {
  content: '';
  position: absolute;
  width: 200vw;
  top: 0;
  left: -50vw;
  height: 100%;
  background-color: rgba(1, 21, 37, 0.88);
}
.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -ms-transform: none;
  transform: none;
}
.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 950px) {
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    display: block;
  }
}
.nav-main .fsNavPageInfo .threeCol-list {
  float: left;
  width: 33%;
  z-index: 2;
  position: relative;
}
.nav-main .fsNavLevel2 a {
  padding: 5px 10px;
  color: #47a5f2;
}
.nav-main .fsNavLevel2 a:hover {
  color: #d49110;
}

.nav-jump-to {
  z-index: 4;
}

.jump-li {
  position: relative;
}
.jump-li .nav-jump-to {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 300;
  display: none;
  width: 200px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #003568;
  text-align: left;
  padding: 15px 25px;
  left: 100%;
  margin-left: 0px;
}
.jump-li .nav-jump-to ul li {
  display: block;
}
.jump-li .nav-jump-to ul li a {
  color: #fff;
  font-size: 14px;
  padding: 5px 0px;
}
.jump-li .nav-jump-to ul li a:hover {
  color: #47a5f2;
}
.jump-li:hover .nav-jump-to {
  display: block;
}

/*! navigation - off-canvas */
.drawer-ribbon {
  position: absolute;
  float: left;
  width: 60px;
  height: 48px;
  z-index: 501;
  transition: margin-top .6s;
}
@media (min-width: 950px) {
  .drawer-ribbon {
    display: none;
  }
}
.search-active .drawer-ribbon {
  margin-top: 105px;
  transition: margin-top .6s;
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 40px;
  margin-left: 20px;
}
.drawer-trigger:before, .drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  content: '';
  background: #fff;
  transition: background .3s, box-shadow .3s, margin-top .3s, transform .3s;
}
.drawer-trigger:before {
  margin-top: -0.25em;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.drawer-trigger:after {
  box-shadow: 0 0.25em 0 0 #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0px;
  min-height: 100%;
  max-width: 28.125em;
  background: #003568 url("../images/seal3.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 120% -5%;
}
@media (min-width: 950px) {
  .drawer {
    display: none;
  }
}
.drawer-is-active .drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*! navigation - sub v0.0.1 */
.nav-sub {
  margin-bottom: 40px;
}
.nav-sub ul,
.nav-sub ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-sub a {
  display: block;
}
@media (max-width: 799px) {
  .nav-sub > .fsElementContent {
    display: none;
  }
}
.active-nav > .fsElementContent {
  display: block;
}
.nav-sub .fsNavLevel1 {
  position: relative;
}
.nav-sub .fsNavLevel1 > li {
  line-height: 1;
}
.nav-sub .fsNavLevel1 > li > a {
  padding: 15px;
  font-size: 15px;
  color: #676767;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-sub .fsNavLevel1 > li > a:hover {
  color: #47a5f2;
}
.nav-sub li.fsNavCurrentPageAncestor > a {
  color: #47a5f2;
  font-weight: 500;
  border-bottom: 0px;
}
.nav-sub li.fsNavCurrentPage > a {
  color: #47a5f2;
  font-weight: 500;
}
.nav-sub .fsNavLevel2 {
  padding: 2px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-sub .fsNavLevel2 > li > a {
  padding: 6px 10px 6px 30px;
  font-size: 15px;
}
.nav-sub > header {
  display: block;
}
@media (min-width: 800px) {
  .nav-sub > header {
    display: none;
  }
}
.nav-sub > header > .fsElementTitle {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  background: #003568;
  color: #fff;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 800px) {
  .nav-sub > header > .fsElementTitle {
    cursor: default;
  }
}
@media (max-width: 799px) {
  .nav-sub > header > .fsElementTitle:after {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}
@media (max-width: 799px) {
  .active-nav > header > .fsElementTitle:after {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

/*! Navigation - Social v0.0.5 */
.nav-social-container {
  background-color: #32526d;
  position: relative;
  width: 100%;
}

.nav-social {
  display: block;
  margin-left: -12px !important;
  font-size: 0;
}
.nav-social ul,
.nav-social ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-social a {
  display: block;
}
.nav-social ul {
  font-size: 0;
  text-align: center;
}
.nav-social li {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 14%;
  font-size: 0;
}
@media (min-width: 600px) {
  .nav-social li {
    border-right: 1px solid #0f304b;
    height: 120px;
  }
  .nav-social li:first-child {
    border-left: 1px solid #0f304b;
  }
}
.nav-social .nav-social__item-facebook a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-facebook a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-instagram a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-instagram a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-linkedin a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-linkedin a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-pinterest a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-pinterest a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-tumblr a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-tumblr a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-twitter a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-twitter a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-vine a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-vine a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-vimeo a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-vimeo a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-youtube a:before {
  content: "";
  font-size: 26px;
}
.nav-social .nav-social__item-youtube a:after {
  content: "";
  font-size: 26px;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.nav-social .nav-social__item-facebook a {
  color: #7f96ab;
}
.nav-social .nav-social__item-facebook a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-facebook a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-facebook a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-instagram a {
  color: #7f96ab;
}
.nav-social .nav-social__item-instagram a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-instagram a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-instagram a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-linkedin a {
  color: #7f96ab;
}
.nav-social .nav-social__item-linkedin a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-linkedin a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-linkedin a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-pinterest a {
  color: #7f96ab;
}
.nav-social .nav-social__item-pinterest a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-pinterest a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-pinterest a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-tumblr a {
  color: #7f96ab;
}
.nav-social .nav-social__item-tumblr a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-tumblr a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-tumblr a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-twitter a {
  color: #7f96ab;
}
.nav-social .nav-social__item-twitter a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-twitter a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-twitter a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-vine a {
  color: #7f96ab;
}
.nav-social .nav-social__item-vine a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-vine a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-vine a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-vimeo a {
  color: #7f96ab;
}
.nav-social .nav-social__item-vimeo a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-vimeo a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-vimeo a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social .nav-social__item-youtube a {
  color: #7f96ab;
}
.nav-social .nav-social__item-youtube a:hover {
  color: #fff;
}
@media (min-width: 600px) {
  .nav-social .nav-social__item-youtube a:hover {
    background-color: #fff;
    color: #7ec0f6;
  }
}
.nav-social .nav-social__item-youtube a:hover:after {
  margin-top: -14px;
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0;
}
.nav-social a {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.nav-social a:before {
  font-size: 16px;
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social a:after {
  font-size: 16px;
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-social span {
  display: none;
}

/* Navigation - Utility Container v0.0.1 */
.nav-util {
  display: none;
}
.nav-util ul,
.nav-util ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-util a {
  display: block;
}
@media (min-width: 950px) {
  .nav-util {
    display: inline-block;
  }
}
@media (min-width: 950px) {
  .nav-util .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 77.5em;
    max-width: 77.5rem;
    text-align: right;
  }
}
.nav-util .fsNavLevel1 > li {
  position: relative;
  display: inline-block;
}
.nav-util .fsNavLevel1 > li > a {
  padding: 2px 16px;
  color: #d9bc79;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .nav-util .fsNavLevel1 > li > a {
    padding: 2px 20px;
  }
}
.nav-util .fsNavLevel1 > li > a:hover {
  color: #47a5f2;
}
.nav-util .fsNavLevel1 > .fsNavCurrentPage > a {
  color: #47a5f2;
}

.nav-util-mobile {
  padding: 25px 30px !important;
  margin-top: 15px;
  background-color: #00447c;
}
.nav-util-mobile ul,
.nav-util-mobile ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-util-mobile a {
  display: block;
}
.nav-util-mobile ul {
  font-size: 0;
}
.nav-util-mobile ul > li {
  display: block;
  font-size: 16px;
}
.nav-util-mobile ul > li > a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 9px 0px;
}
.nav-util-mobile ul > li > a:hover {
  color: #d49110;
}
.nav-util-mobile ul > li.util-searchBtn, .nav-util-mobile ul > li.util-news {
  display: none;
}
@media (min-width: 600px) {
  .nav-util-mobile ul > li.util-inquire {
    display: none;
  }
}

.nav-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.nav-site-map .fsElementContent nav ul li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-rule: 0;
    column-rule: 0;
    min-height: initial;
  }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
    float: left;
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
  margin-bottom: 20px;
  font-weight: 700;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel2 {
  list-style: disc;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel3 {
  list-style: circle;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel4 {
  list-style: square;
}
.nav-site-map .fsElementContent nav ul.fsNavLevel5 {
  list-style: disc;
}

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch > .fsElementContent {
    margin: 0 -10px;
  }
}
.fsConstituent.fsSearch label {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch label {
    width: 32.8333333333%;
  }
}
.fsConstituent.fsSearch input,
.fsConstituent.fsSearch select {
  display: block;
  width: 100%;
}
.fsConstituent.fsSearch [type*='submit'] {
  width: auto;
}
@media (min-width: 900px) {
  .fsConstituent.fsSearch [type*='submit'] {
    margin-left: 0.625em;
  }
}
.fsConstituent.fsSearch .fsConstituentSearchButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #003568;
  width: 100%;
  display: block;
  margin: 0 10px;
}
.fsConstituent.fsSearch .fsConstituentSearchButton b, .fsConstituent.fsSearch .fsConstituentSearchButton strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
.fsConstituent.fsSearch .fsConstituentSearchButton:hover {
  background: #002549;
  transition: .3s;
}
#fsBanner .fsConstituent.fsSearch .fsConstituentSearchButton, .fsStyleOneThird .fsConstituent.fsSearch .fsConstituentSearchButton {
  display: block;
}
.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative;
}
.fsConstituentProfile .fsProfileImage {
  display: block;
  margin-bottom: 20px;
}
.fsConstituentProfile .fsFullName {
  color: #003568;
}
@media (min-width: 800px) {
  .fsConstituentProfile.hasImg > div, .fsConstituentProfile.hasImg > h3 {
    padding: 0;
    padding-left: calc(25% + 20px);
  }
}
@media (min-width: 600px) {
  .fsConstituentProfile.hasImg .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .fsConstituentProfile.hasImg .fsProfileImage {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 25%;
    padding: 0;
    float: none;
  }
}
@media (min-width: 600px) {
  .fsConstituentProfile:not(.hasImg) .fsProfileImage {
    float: left;
    padding-right: 20px;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .fsConstituentProfile:not(.hasImg) .fsProfileImage {
    max-width: 25%;
  }
}

.fsProfileSection {
  margin-bottom: 1.25em;
}
.fsProfileSection .fsProfileSectionData {
  margin-bottom: 20px;
}

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none;
}
@media (min-width: 800px) {
  .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
    width: 50%;
    float: left;
  }
}

.fsProfileSectionFieldName, .fsProfileSectionFieldValue {
  width: auto;
  float: none;
}
@media (min-width: 800px) {
  .fsProfileSectionFieldName, .fsProfileSectionFieldValue {
    width: 50%;
    float: left;
  }
}

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px;
}
.fsDirectory .fsConstituentItem {
  padding: 20px 0;
  background-color: #f1f2f2;
}
.fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}
.fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
  margin-bottom: 0;
}
.fsDirectory .fsConstituentItem .fsPhoto img {
  display: block;
  width: 100%;
}

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
.fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
  clear: both;
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
  .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px;
  }
}
.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 900px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
    clear: none;
  }
  .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
    clear: both;
  }
}

/*! elements - accordion */
.fsAccordion {
  margin-bottom: 20px;
}
.fsAccordion .fsPanel > header {
  cursor: pointer;
  background: #d5dee5;
  transition: .3s;
}
.fsAccordion .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5625em;
  line-height: 1em;
  color: #003568;
  font-weight: 900;
  margin-bottom: 0.48em;
  margin-bottom: 2px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 13.3333333333px;
  color: #242424;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover {
  background: #c5d2db;
  transition: .3s;
}
.fsAccordion .fsPanel > header:hover h2 {
  color: #242424;
  transition: .3s;
}
.fsAccordion .fsPanel.fsStateOpen > header {
  background: #003568;
}
.fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsAccordion .fsPanel.fsStateOpen > .fsElementContent {
  display: block;
  border: 1px solid #003568;
  border-top: none !important;
  margin-bottom: 15px;
  margin-top: -2px;
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  font-weight: 700;
  height: auto;
  font-size: 20px;
  content: "";
  font-family: FontAwesome;
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  font-weight: 700;
  height: auto;
  font-size: 20px;
  content: "";
  font-family: FontAwesome;
}

.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  margin: -3px 20px 0 0;
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:before {
  display: none;
}
.fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
  margin: 0 0 0 20px;
  float: right;
}

/*! elements - athletics v0.0.1 */
.fsAthleticsOpponentNames {
  display: inline-block;
}

/*! elements - calendar */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.fsCalendar .fsTitle {
  padding-top: 7px;
}
.fsCalendar .fsTitle, .fsCalendar .fsTitle a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #003568;
}
.fsCalendar .fsTitle:hover, .fsCalendar .fsTitle a:hover {
  color: #47a5f2;
}
.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  padding-top: 5px;
  text-align: center;
  background: #edc577;
  border-radius: 100%;
  color: #fff;
}
.fsCalendar .fsDate span {
  display: block;
}
.fsCalendar .fsDate .fsDayName {
  display: none;
}
.fsCalendar .fsDate .fsMonth {
  padding-top: 10px;
  color: #fff;
  letter-spacing: .075em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.fsCalendar .fsDate .fsDay {
  color: #003568;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.fsCalendar .fsDate .fsYear {
  display: none;
}
.fsCalendar .fsEventDetails {
  font-weight: 300px;
  font-size: 15px;
  color: #003568;
}
.fsCalendar .fsTimeRange {
  font-weight: 300px;
  color: #003568;
}
.fsCalendar .fsLocation {
  font-weight: 300px;
  color: #003568;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  line-height: 1.2;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1em;
  outline: 0;
  margin-bottom: 5px;
  color: #011525;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
  color: #d49110;
}
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth {
  color: transparent;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 0;
  outline: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarPrevMonth:before, .fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  color: #575757;
  content: '\2039';
  font-size: 26px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}
.fsCalendarEventGrid .fsCalendarMonthBrowser .fsCalendarNextMonth:before {
  content: '\203A';
}

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(0, 53, 104, 0.15);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 53, 104, 0.05);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 53, 104, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 53, 104, 0.25);
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }
  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}
#event-view {
  padding: 20px;
  margin: 20px auto 0;
}
#event-view .fsCalendarDaybox {
  height: auto !important;
}
@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
  color: #fff;
  outline: 0;
  line-height: 1;
  text-align: center;
  font-family: "Effra", Georgia, serif;
  font-size: 18px;
  transition: .3s;
  background: #003568;
  width: 100%;
  padding: 10px 20px;
}
.scroll-up span b, .scroll-up span strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  padding-bottom: 5px;
  line-height: 1.1;
}
.scroll-up span:hover {
  background: #002549;
  transition: .3s;
}
#fsBanner .scroll-up span, .fsStyleOneThird .scroll-up span {
  display: block;
}
@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.fsCalendarLegend {
  margin: 20px 0;
  padding: 0;
}
.fsCalendarLegend ul,
.fsCalendarLegend ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fsCalendarLegend a {
  display: block;
}
@media (min-width: 600px) {
  .fsCalendarLegend > ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 800px) {
  .fsCalendarLegend > ul {
    -moz-column-count: 3;
    column-count: 3;
  }
}
.fsCalendarLegend > ul ul {
  margin-left: 20px;
}

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement header h2 {
  color: #102e46;
  font-size: 25px;
  font-weight: 500;
}
.fsElement footer > div {
  overflow: hidden;
}
.fsElementTitle p {
  margin-bottom: 0;
}

.fsListItems article {
  margin-bottom: 1.25em;
}

.fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.3125em;
  line-height: 1em;
  color: #003568;
  font-weight: 700;
  margin-bottom: 0.4761904762em;
}

.module {
  margin-bottom: 1.25em;
  padding: 1.25em;
  color: #fff;
}
.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  color: inherit;
}

.module {
  background: #003568;
}

@media (min-width: 900px) {
  .fsGrid {
    margin-right: -0.625em;
    margin-left: -0.625em;
  }
}
.fsGrid .fsListItems > * {
  float: none !important;
  width: 100%;
  padding-right: 0.625em;
  padding-left: 0.625em;
}
@media (min-width: 900px) {
  .fsGrid .fsListItems > * {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleTwoColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 900px) {
  .fsGrid .fsStyleThreeColumns > * {
    width: 32.8333333333%;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 900px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 32.8333333333%;
  }
}
@media (min-width: 1000px) {
  .fsGrid .fsStyleFourColumns > * {
    width: 24.5%;
  }
}
@media (min-width: 800px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 49.5%;
  }
}
@media (min-width: 900px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 32.8333333333%;
  }
}
@media (min-width: 1000px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 24.5%;
  }
}
@media (min-width: 1240px) {
  .fsGrid .fsStyleFiveColumns > * {
    width: 19.5%;
  }
}

/*--Forms--*/
.targetForm {
  width: 100% !important;
}

.fsLogin p {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView {
  zoom: 1;
}
.fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after {
  display: table;
  clear: both;
  content: '';
}
.fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3 {
  margin-bottom: 20px;
}
.fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span {
  display: block;
  font-weight: inherit;
  text-transform: uppercase;
  font-size: inherit;
}
.fsLogin .fsLoginMainView input, .fsLogin .fsLoginForgotView input, .fsLogin .fsLoginNewView input {
  margin-bottom: 20px;
  border: 1px solid inherit;
  font-size: inherit;
  padding: 2px 5px;
  height: 25px;
  display: block;
  clear: both;
}
.fsLogin .fsLoginMainView input:focus, .fsLogin .fsLoginForgotView input:focus, .fsLogin .fsLoginNewView input:focus {
  border: 1px solid inherit;
  outline: none;
}
.fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: 0 none;
  outline: none;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 100ms linear;
  height: 25px;
  line-height: 1;
  display: block;
  float: left;
  margin-right: 20px;
}
.fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover {
  background-color: inherit;
  color: inherit;
}
.fsLogin .fsLoginForgotPasswordLink {
  margin-top: -2px;
  line-height: 1;
}
.fsLogin .fsLoginForgotPasswordLink a {
  font-size: inherit;
}
.fsLogin .fsLoginNewAccountLink {
  line-height: 1;
}
.fsLogin .fsLoginNewAccountLink a {
  font-size: inherit;
}
.fsLogin .fsLoginNewCaptcha {
  display: block;
  margin-bottom: 20px;
}
.fsLogin .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewCaptcha #recaptcha_table {
  width: 100% !important;
  max-width: 318px;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
}
.fsMediaCustomPlayer article {
  background-position: center;
  background-size: cover;
  outline: 0;
  position: relative;
}
.fsMediaCustomPlayer article img {
  opacity: 0;
  visibility: hidden;
}
.fsMediaCustomPlayer .caption-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-wrapper {
    padding: 20px;
  }
}
.fsMediaCustomPlayer .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}
.fsMediaCustomPlayer .caption-wrapper a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.5625em;
    line-height: 1em;
    color: #003568;
    font-weight: 900;
    margin-bottom: 0.48em;
    margin-bottom: 0;
  }
}
.fsMediaCustomPlayer .caption-desc {
  display: none;
}
@media (min-width: 800px) {
  .fsMediaCustomPlayer .caption-desc {
    display: block;
  }
}
.fsMediaCustomPlayer .caption-desc p:last-child {
  margin-bottom: 0;
}
.fsMediaCustomPlayer .caption-desc:empty {
  display: none;
}
.fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
.fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}
.fsMediaCustomPlayer .slick-next {
  left: auto;
  right: 0;
}
.fsMediaCustomPlayer .slick-next:before {
  content: '\203A';
}
.fsMediaCustomPlayer .slick-prev {
  left: 0;
  right: auto;
}
.fsMediaCustomPlayer .slick-prev:before {
  content: '\2039';
}

/* News Element */
/*General News Styles*/
/*! elements - news v0.0.1 */
.fsNews {
  /*Slideshow*/
  /*Grid*/
}
.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 0.625em;
}
.fsNews .fsThumbnail img {
  display: block;
}
.fsNews .fsTitle, .fsNews .fsTitle a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.fsNews .fsTitle:hover, .fsNews .fsTitle a:hover {
  color: #47a5f2 !important;
}
.fsNews article:nth-child(3n+1) .fsTitle a {
  color: #003568;
}
.fsNews article:nth-child(3n+2) .fsTitle a {
  color: #edc577;
}
.fsNews article:nth-child(3n+3) .fsTitle a {
  color: #7e2b1e;
}
.fsNews.fsSlideshow .fsElementContent {
  margin: 0;
}
.fsNews.fsSlideshow article {
  padding: 20px;
}
.fsNews.fsSlideshow .fsPager span {
  color: inherit;
  opacity: 0.5;
  transition: color 100ms, opacity 100ms;
}
.fsNews.fsSlideshow .fsPager span.fsStateActive {
  color: inherit;
  opacity: 1;
}
.fsNews.fsGrid .fsNewsGrid {
  zoom: 1;
}
.fsNews.fsGrid .fsNewsGrid:after {
  display: table;
  clear: both;
  content: '';
}
.fsNews.fsGrid article {
  clear: none;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 0;
}
.fsNews.fsGrid .fsStyleTwoColumns article {
  width: 49%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(odd) {
  margin-right: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(even) {
  margin-left: 1%;
}
.fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleThreeColumns article {
  width: 32%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n-1) {
  margin: 0 2%;
}
.fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFourColumns article {
  width: 23.5%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-2) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
  clear: both;
}
.fsNews.fsGrid .fsStyleFiveColumns article {
  width: 18.4%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-3) {
  margin: 0 1% 0 2%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-2) {
  margin: 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n-1) {
  margin: 0 2% 0 1%;
}
.fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
  clear: both;
}
.fsNews.fsGrid .fsThumbnail {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: inherit;
}

/*=======================*/
/* Search Variables      */
/*=======================*/
/*=================================================================*/
/* Normalize Search                                                */
/*=================================================================*/
form.gsc-search-box-tools {
  margin: 20px 0 !important;
  overflow: hidden;
}
form.gsc-search-box-tools table {
  border: 0;
}
form.gsc-search-box-tools table,
form.gsc-search-box-tools tbody,
form.gsc-search-box-tools tr,
form.gsc-search-box-tools td {
  display: block;
}
form.gsc-search-box-tools table.gsc-search-box {
  margin: 0 !important;
}
form.gsc-search-box-tools div.gsc-input-box {
  min-width: 140px;
  border: 0;
  height: 65px !important;
}
form.gsc-search-box-tools div.gsc-input-box table,
form.gsc-search-box-tools div.gsc-input-box tbody,
form.gsc-search-box-tools div.gsc-input-box tr,
form.gsc-search-box-tools div.gsc-input-box td {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 0;
}
form.gsc-search-box-tools td.gsib_a {
  padding: 0;
  display: inline-block;
}
form.gsc-search-box-tools td.gsib_b {
  padding: 0;
  display: none !important;
}
form.gsc-search-box-tools input.gsc-input {
  background: #203140 !important;
  background-image: none !important;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0px !important;
  padding-right: 10px !important;
  margin: 0 !important;
  padding-top: 0px !important;
  border: 0px !important;
}
@media (min-width: 700px) {
  form.gsc-search-box-tools input.gsc-input {
    padding-left: 30px !important;
  }
}
form.gsc-search-box-tools table.gsc-branding {
  display: none;
}
form.gsc-search-box-tools td.gsc-search-button {
  display: block;
  float: left;
  padding: 0 10px 0 10px;
  overflow: hidden;
  height: 65px !important;
  width: 65px;
  border-right: 2px solid #011525 !important;
  position: absolute;
  top: 0;
  left: 00px;
  border-bottom: 0px;
  background: #203140;
  transition: background .3s ease-in-out;
}
@media (min-width: 700px) {
  form.gsc-search-box-tools td.gsc-search-button {
    background: #203140;
    width: 90px;
  }
}
form.gsc-search-box-tools td.gsc-search-button:after {
  content: "";
  color: #c8cacc;
  font-family: FontAwesome;
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.gsc-search-box-tools td.gsc-search-button:hover {
  background: #3e584c;
}
@media (min-width: 700px) {
  form.gsc-search-box-tools td.gsc-search-button:hover {
    background: #073764;
  }
}
form.gsc-search-box-tools input.gsc-search-button {
  border: 0;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
}

/*=======================*/
/* Custom Styles         */
/*=======================*/
.search-wrapper {
  height: 0;
  background-color: #011525;
  min-height: 0 !important;
  overflow: hidden;
  transition: height .5s;
  padding: 0px 40px;
}
.search-wrapper header {
  display: none;
}
.search-wrapper .close {
  position: absolute;
  bottom: 15px;
  right: 80px;
  z-index: 1;
  font-size: 30px;
  color: #003568;
}
@media (max-width: 700px) {
  .search-wrapper {
    padding: 0 20px;
  }
}
.search-wrapper td {
  vertical-align: bottom;
}
.search-wrapper .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
  padding: 0 0px 0 65px;
  position: relative;
}
@media (min-width: 700px) {
  .search-wrapper .fsElementContent {
    padding-right: 20px !important;
    padding-left: 90px;
  }
}
.search-wrapper.expand {
  height: 105px;
  transition: height .5s;
}
.search-wrapper .gsc-input,
.search-wrapper .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
  background: #203140 !important;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px !important;
  font-family: "Effra", Georgia, serif;
}
@media (max-width: 699px) {
  .search-wrapper .gsc-input,
  .search-wrapper .gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: 16px !important;
    padding-left: 20px;
  }
}
.search-wrapper .gsc-search-box {
  height: 105px;
}
.search-wrapper .gsc-input-box,
.search-wrapper .gsc-input-box-focus,
.search-wrapper .gsc-input-box-hover {
  background-color: #011525;
  box-shadow: none;
}
.search-wrapper .gsc-input-box input,
.search-wrapper .gsc-input-box-focus input,
.search-wrapper .gsc-input-box-hover input {
  background: none !important;
  text-align: left;
  height: 65px !important;
}
.search-wrapper .gsc-input-box {
  position: relative;
}
.search-wrapper .gsc-input-box td {
  padding: 0;
  border: none;
}

/* Social Elements */
/*--Facebook--*/
.fsFacebook .fsFacebookList ul,
.fsFacebook .fsFacebookList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fsFacebook .fsFacebookList a {
  display: block;
}
.fsFacebook .fsFacebookList li {
  display: block;
  margin-bottom: 30px;
}
.fsFacebook .fsFacebookList li:first-child {
  margin-top: 20px;
}
.fsFacebook .fsFacebookList li a:not(.fsFacebookFollow) {
  word-wrap: break-word;
}
.fsFacebook .fsFacebookList .fsFacebookFrom {
  display: block;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookExtras {
  margin-top: 10px;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookThumb {
  float: left;
  margin: 0 20px 0 0;
  width: 28%;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle {
  float: left;
  line-height: 1;
  width: 60%;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookCaption {
  float: left;
  font-size: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookDesc {
  clear: both;
  font-style: italic;
}
.fsFacebook .fsFacebookList .fsFacebookExtras .fsFacebookLikes {
  clear: both;
  padding-top: 10px;
  font-size: inherit;
  font-style: italic;
  color: inherit;
}
.fsFacebook .fsFacebookList .fsFacebookFollow {
  margin-top: 20px;
}
.fsFacebook .fsFacebookList .fsFacebookFollow a {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  padding: 5px 10px;
  text-transform: capitalize;
}
.fsFacebook .fsFacebookList .fsFacebookFollow a:hover {
  background-color: inherit;
  color: inherit;
}

/*--Twitter--*/
.fsTwitter .tweets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fsTwitter .tweets li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.fsTwitter .tweets li a {
  color: #d49110;
}
.fsTwitter .tweets li a:hover {
  color: #003568;
}
.fsTwitter .tweets li:first-child {
  margin-top: 20px;
}
.fsTwitter .tweets li .header {
  position: relative;
}
.fsTwitter .tweets li .header:after {
  content: '';
  display: table;
  clear: both;
}
.fsTwitter .tweets li .header time {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 15%;
  text-align: right;
  font-size: 12px;
  color: #003568;
}
.fsTwitter .tweets li .header time abbr {
  text-decoration: none;
  border: 0;
}
.fsTwitter .tweets li .header time:hover {
  color: #d49110;
}
.fsTwitter .tweets li .header .p-author {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 85%;
}
.fsTwitter .tweets li .header .p-author > .profile:after {
  content: '';
  display: table;
  clear: both;
}
.fsTwitter .tweets li .header .p-author > .profile .avatar {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}
.fsTwitter .tweets li .header .p-author > .profile .avatar img {
  width: 100%;
  height: auto;
}
.fsTwitter .tweets li .header .p-author > .profile .full-name,
.fsTwitter .tweets li .header .p-author > .profile .p-nickname {
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
  float: left;
  width: 70%;
  vertical-align: middle;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.fsTwitter .tweets li .header .p-author > .profile .full-name {
  margin-top: 15px;
}
.fsTwitter .tweets li .e-entry-content {
  font-size: 13px;
  line-height: 18px;
}
.fsTwitter .tweets li .e-entry-content .inline-media img {
  width: 100%;
  height: auto;
}
.fsTwitter .tweets li .footer .stats-narrow,
.fsTwitter .tweets li .footer .stats-wide {
  display: none;
}
.fsTwitter .tweets li .footer .expand {
  display: inline-block;
  float: left;
  color: #003568;
}
.fsTwitter .tweets li .footer .expand b {
  display: none;
}
.fsTwitter .tweets li .footer .expand:hover {
  color: #d49110;
}
.fsTwitter .tweets li .footer .expand:before {
  display: block;
  font-family: "FontAwesome";
  content: '\f067';
}
.fsTwitter .tweets li .footer .tweet-actions {
  margin: 0;
  padding: 0;
  text-align: right;
}
.fsTwitter .tweets li .footer .tweet-actions li {
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
}
.fsTwitter .tweets li .footer .tweet-actions li a {
  color: #003568;
}
.fsTwitter .tweets li .footer .tweet-actions li a b {
  display: none;
}
.fsTwitter .tweets li .footer .tweet-actions li a:hover {
  color: #d49110;
}
.fsTwitter .tweets li .footer .tweet-actions li a i {
  font-style: normal;
}
.fsTwitter .tweets li .footer .tweet-actions li a i:before {
  display: block;
  font-family: "FontAwesome";
}
.fsTwitter .tweets li .footer .tweet-actions li .reply-action i:before {
  content: '\f112';
}
.fsTwitter .tweets li .footer .tweet-actions li .retweet-action i:before {
  content: '\f079';
}
.fsTwitter .tweets li .footer .tweet-actions li .favorite-action i:before {
  content: '\f005';
}

/*--Youtube--*/
.fsYoutube .fsSocialVideoFrame {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList ul,
.fsYoutube .fsYoutubeList ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fsYoutube .fsYoutubeList a {
  display: block;
}
.fsYoutube .fsYoutubeList li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.fsYoutube .fsYoutubeList li:first-child {
  margin-top: 20px;
}
.fsYoutube .fsYoutubeList .fsYoutubeThumb {
  margin: 0 20px 20px 0;
  float: left;
}
.fsYoutube .fsYoutubeList .fsYoutubeTitle {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeViews {
  font-size: inherit;
  font-style: italic;
  color: inherit;
}
.fsYoutube .fsYoutubeList .fsYoutubeDesc {
  margin-top: 5px;
}

/*--Vimeo--*/
/*--Instagram--*/
/*--Flickr--*/
/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}
.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}
.fsTabs .fsTabsNav li {
  margin-right: 2px;
}
.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5625em;
  line-height: 1em;
  color: #003568;
  font-weight: 900;
  margin-bottom: 0.48em;
  margin-bottom: 2px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 13.3333333333px;
  color: #242424;
  transition: .3s;
  background: #d5dee5;
  color: #242424;
}
.fsTabs .fsTabsNav li a:hover {
  background: #c5d2db;
  color: #242424;
}
.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #003568;
  color: #fff;
}
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #d5dee5;
  transition: .3s;
}
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.5625em;
  line-height: 1em;
  color: #003568;
  font-weight: 900;
  margin-bottom: 0.48em;
  margin-bottom: 2px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 13.3333333333px;
  color: #242424;
  transition: .3s;
  padding: 13.3333333333px;
  color: #242424;
  transition: .3s;
}
.fsTabs .fsPanel > header h2:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 15px;
}
.fsTabs .fsPanel > header:hover {
  background: #c5d2db;
  transition: .3s;
}
.fsTabs .fsPanel > header:hover h2 {
  color: #242424;
  transition: .3s;
}
.fsTabs .fsPanel > .fsElementContent {
  display: none;
}
.fsTabs .fsPanel.fsStateOpen > header {
  background: #003568;
}
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
}
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
  font-family: FontAwesome;
}
.fsTabs .fsPanel.fsStateOpen > .fsElementContent {
  display: block;
  border: 1px solid #d5dee5;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}
@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! pages - home v0.0.1 */
@keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(-5px);
  }
}
body:not(.fsDraftMode) .news-slides {
  text-align: center;
}
body:not(.fsDraftMode) .news-slides > header .fsElementTitle {
  font-size: 40px;
  font-weight: 900;
  color: #102e46;
  padding-bottom: 15px;
}
@media (min-width: 600px) {
  body:not(.fsDraftMode) .news-slides > header .fsElementTitle {
    font-size: 55px;
  }
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .news-slides > header .fsElementTitle {
    font-size: 40px;
    padding-bottom: 8px;
  }
}
body:not(.fsDraftMode) .news-slides > footer a {
  margin-top: 20px !important;
  letter-spacing: .08em;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:nth-child(4n+1) .fsTitle {
  background-color: rgba(0, 68, 124, 0.64);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:nth-child(4n+2) .fsTitle {
  background-color: rgba(1, 21, 37, 0.64);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:nth-child(4n+3) .fsTitle {
  background-color: rgba(212, 145, 16, 0.64);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:nth-child(4n+4) .fsTitle {
  background-color: rgba(126, 43, 30, 0.78);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article {
  margin: 0 10px;
  height: 280px;
  position: relative;
  background: transparent url("../images/hnewsthumb2.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article .innernews {
  position: relative;
  height: 100%;
  width: 100%;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  transition: all .4s ease-in-out;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article .fsTitle {
  padding: 15px;
  bottom: 50%;
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  transition: all .4s ease-in-out;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article .fsTitle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article .fsTitle a {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article .fsTitle a:hover {
  color: #fff !important;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article .fsSummary {
  top: 50%;
  position: absolute;
  padding: 0 20px;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:hover .fsTitle {
  background-color: transparent;
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:hover .innernews {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:hover:nth-child(4n+1) .innernews {
  background-color: rgba(0, 68, 124, 0.74);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:hover:nth-child(4n+2) .innernews {
  background-color: rgba(1, 21, 37, 0.74);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:hover:nth-child(4n+3) .innernews {
  background-color: rgba(212, 145, 16, 0.74);
}
body:not(.fsDraftMode) .news-slides > .fsElementContent article:hover:nth-child(4n+4) .innernews {
  background-color: rgba(126, 43, 30, 0.85);
}
body:not(.fsDraftMode) .news-slides .fa-long-arrow-left,
body:not(.fsDraftMode) .news-slides .fa-long-arrow-right {
  cursor: pointer;
  position: absolute;
  color: #a0adb8;
  top: 38%;
  font-size: 25px;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  transition: color .3s ease-in-out;
}
body:not(.fsDraftMode) .news-slides .fa-long-arrow-left:hover,
body:not(.fsDraftMode) .news-slides .fa-long-arrow-right:hover {
  color: #000;
}
@media (min-width: 1430px) {
  body:not(.fsDraftMode) .news-slides .fa-long-arrow-left,
  body:not(.fsDraftMode) .news-slides .fa-long-arrow-right {
    font-size: 33px;
  }
}
body:not(.fsDraftMode) .news-slides .fa-long-arrow-left {
  left: -27px;
}
@media (min-width: 1430px) {
  body:not(.fsDraftMode) .news-slides .fa-long-arrow-left {
    left: -40px;
  }
}
body:not(.fsDraftMode) .news-slides .fa-long-arrow-right {
  right: -27px;
}
@media (min-width: 1430px) {
  body:not(.fsDraftMode) .news-slides .fa-long-arrow-right {
    right: -40px;
  }
}
body:not(.fsDraftMode) .come-thrive-container {
  text-align: center;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-bottom: 190px;
  margin-bottom: 1px;
}
body:not(.fsDraftMode) .come-thrive-container > header {
  padding: 70px 0px 60px 0px;
  position: relative;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-thrive-container > header {
    padding: 40px 0px 20px 0px;
  }
}
body:not(.fsDraftMode) .come-thrive-container > header .fsElementTitle {
  display: none;
}
body:not(.fsDraftMode) .come-thrive-container > header a {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1.04;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .come-thrive-container > header a {
    font-size: 55px;
  }
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .come-thrive-container > header a {
    font-size: 40px;
  }
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-thrive-container {
    padding-bottom: 40px;
  }
}
body:not(.fsDraftMode) .come-thrive-container:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 139px);
  position: absolute;
  opacity: .87;
  background: #81f3fd;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #81f3fd), color-stop(100%, #00447c));
  background: linear-gradient(to bottom, #81f3fd 0%, #00447c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81f3fd', endColorstr='#00447c', GradientType=0 );
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-thrive-container:before {
    height: 100%;
  }
}
body:not(.fsDraftMode) .come-thrive-container .slick-track:hover .thrive-slide, body:not(.fsDraftMode) .come-thrive-container .slick-track:hover .slick-active {
  opacity: .25 !important;
}
body:not(.fsDraftMode) .come-thrive-container .thrive-slide {
  border-radius: 100%;
  height: 240px;
  margin: 0 -20px;
  padding: 66px 49px 0px 49px;
  visibility: hidden;
  transition: opacity .3s ease-in-out;
  background: transparent url("../images/circle.png") left top no-repeat;
  background-size: 100% 100%;
  transition: background .3s ease-in-out, opacity .3s ease-in-out;
}
body:not(.fsDraftMode) .come-thrive-container .thrive-slide .fsElementHeaderContent {
  color: #011525;
  line-height: 1.04;
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 20px;
}
body:not(.fsDraftMode) .come-thrive-container .thrive-slide .fsElementHeaderContent p {
  margin: 0;
}
body:not(.fsDraftMode) .come-thrive-container .thrive-slide .fsElementContent {
  color: #c1d6ea;
  line-height: 1.1;
}
body:not(.fsDraftMode) .come-thrive-container .thrive-slide .fsElementContent p {
  margin: 0;
}
body:not(.fsDraftMode) .come-thrive-container .slick-active {
  visibility: visible;
}
body:not(.fsDraftMode) .come-thrive-container .slick-active:first-child {
  margin-left: 0px;
  border-color: #ff0 !important;
}
body:not(.fsDraftMode) .come-thrive-container .slick-active:last-child {
  margin-right: 0px;
}
body:not(.fsDraftMode) .come-thrive-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 15.0625em;
  max-width: 15.0625rem;
}
@media (min-width: 572px) {
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 27.625em;
    max-width: 27.625rem;
  }
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent .slick-active + .slick-active + .slick-active {
    visibility: hidden;
  }
}
@media (min-width: 793px) {
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 41.4375em;
    max-width: 41.4375rem;
  }
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent .slick-active + .slick-active + .slick-active {
    visibility: visible;
  }
}
@media (min-width: 1014px) {
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 55em;
    max-width: 55rem;
  }
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    visibility: hidden;
  }
}
@media (min-width: 1240px) {
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 69.0625em;
    max-width: 69.0625rem;
  }
  body:not(.fsDraftMode) .come-thrive-container > .fsElementContent .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    visibility: visible;
  }
}
body:not(.fsDraftMode) .come-thrive-container .thrive-slide:hover, body:not(.fsDraftMode) .come-thrive-container .thrive-slide.slick-active:hover {
  background: transparent url("../images/circleon.png") left top no-repeat;
  background-size: 100% 100%;
  opacity: 1 !important;
}
body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-left,
body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-right {
  cursor: pointer;
  position: absolute;
  color: #102e46;
  top: 38%;
  font-size: 25px;
  opacity: .4;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  transition: opacity .3s ease-in-out;
}
body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-left:hover,
body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-right:hover {
  opacity: 1;
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-left,
  body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-right {
    font-size: 40px;
  }
}
body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-left {
  left: -37px;
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-left {
    left: -60px;
  }
}
body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-right {
  right: -37px;
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-thrive-container .fa-long-arrow-right {
    right: -60px;
  }
}

body:not(.home) .come-thrive-container {
  padding-bottom: 60px;
  margin-bottom: 0px;
}
body:not(.home) .come-thrive-container:before {
  height: 100% !important;
}

.home .header-photo {
  display: none !important;
}
.home #fsPageBodyWrapper {
  padding: 0px;
}
.home #fsPageBodyWrapper .fsLayout .fsDiv {
  margin: 0;
}
.home #fsPageContent {
  margin-bottom: 0;
}

.main-slideshow {
  position: relative;
  height: 78vh;
  width: 100%;
  z-index: 0;
}
.main-slideshow > header {
  display: none;
}
.main-slideshow article {
  background-position: center center;
  background-size: cover;
  height: 78vh;
  z-index: 0 !important;
}
.main-slideshow article:before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 799px) {
  .main-slideshow article {
    background-position: center 48px;
  }
}
.main-slideshow .caption {
  position: absolute;
  bottom: 48%;
  font-size: 60px;
  font-weight: 900;
  font-family: "Effra", Georgia, serif;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0);
  padding: 0 200px;
  margin: 0;
  width: 100%;
  line-height: 1;
  z-index: 20;
  color: #fff;
}
.main-slideshow .caption p {
  margin: 0 0 12px 0;
}
@media (max-width: 899px) {
  .main-slideshow .caption {
    bottom: 30%;
    font-size: 50px;
  }
}
@media (max-width: 749px) {
  .main-slideshow .caption {
    padding: 0 20px;
    font-weight: 400;
    font-size: 30px;
    top: auto;
    bottom: 15%;
  }
}
.main-slideshow .arrowHolder {
  position: relative;
  top: -55%;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.main-slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 80px;
  cursor: pointer;
  text-align: center;
}
.main-slideshow .slick-arrow:before {
  font-family: FontAwesome;
  line-height: 1;
  top: 0 !important;
  font-weight: 600;
}
.main-slideshow .sprev:before {
  content: '\f104';
}
.main-slideshow .snext {
  right: 0;
}
.main-slideshow .snext:before {
  content: '\f105';
}
@media (max-width: 899px) {
  .main-slideshow {
    height: 500px;
  }
  .main-slideshow:after, .main-slideshow article {
    height: 500px;
  }
}
@media (max-width: 599px) {
  .main-slideshow {
    height: 440px;
  }
  .main-slideshow:after, .main-slideshow article {
    height: 440px;
  }
}

a.bounceyarrow {
  margin: -70px auto 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  cursor: pointer;
  display: block;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 72px;
  z-index: 20;
  animation: 4s bounce ease-in-out infinite;
}
a.bounceyarrow i {
  position: absolute;
  margin: 0 auto 0 auto;
  display: inline-block;
  text-align: center;
  left: 0;
  right: 0;
}
a.bounceyarrow .firstdown {
  font-size: 20px;
  margin-top: 6px;
}
a.bounceyarrow .seconddown {
  font-size: 40px;
}

@media (max-width: 749px) {
  a.bounceyarrow {
    display: none;
  }
}
.news-slides {
  text-align: center;
  padding: 40px;
  background-color: #eaeff3;
}
.news-slides .fs_style_28 a,
.news-slides a.fs_style_28 {
  float: none;
  margin: 0;
}

.full-width {
  width: 0vw;
  margin: 0 auto;
}
.full-width > * {
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  left: 0;
}

body:not(.fsDraftMode) .come-explore-container {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px !important;
  margin-top: 1px !important;
}
body:not(.fsDraftMode) .come-explore-container > .fsElementContent {
  position: relative;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-explore-container {
    height: auto;
    padding: 50px 0;
    height: 550px;
  }
}
body:not(.fsDraftMode) .come-explore-container > header {
  display: none;
}
body:not(.fsDraftMode) .come-explore-container .explore-box {
  width: 100%;
  float: left;
  color: #212121;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  font-size: 16px;
  padding-bottom: 30px;
}
@media (min-width: 750px) {
  body:not(.fsDraftMode) .come-explore-container .explore-box {
    width: 50%;
    padding: 20px 50px;
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-explore-container .explore-box {
    padding: 90px 50px 20px;
    width: 40%;
  }
}
@media (min-width: 1240px) {
  body:not(.fsDraftMode) .come-explore-container .explore-box {
    padding-left: calc(50% - 590px);
  }
}
@media (min-width: 1420px) {
  body:not(.fsDraftMode) .come-explore-container .explore-box {
    padding-left: calc(50% - 675px);
  }
}
body:not(.fsDraftMode) .come-explore-container .explore-box .fsElementHeaderContent {
  font-weight: 900;
  color: #003568;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1.04;
}
body:not(.fsDraftMode) .come-explore-container .explore-box .fsElementHeaderContent a {
  font-weight: 900;
  color: #003568;
  font-size: 60px;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .come-explore-container .explore-box .fsElementHeaderContent {
    font-size: 55px;
    margin-bottom: 20px;
  }
  body:not(.fsDraftMode) .come-explore-container .explore-box .fsElementHeaderContent a {
    font-size: 55px;
  }
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .come-explore-container .explore-box .fsElementHeaderContent {
    font-size: 40px;
    margin-bottom: 15px;
  }
  body:not(.fsDraftMode) .come-explore-container .explore-box .fsElementHeaderContent a {
    font-size: 40px;
  }
}
body:not(.fsDraftMode) .come-explore-container .explore-box b,
body:not(.fsDraftMode) .come-explore-container .explore-box strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body:not(.fsDraftMode) .come-explore-container .video-explore {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
  float: left;
}
@media (min-width: 750px) {
  body:not(.fsDraftMode) .come-explore-container .video-explore {
    width: 50%;
    height: 400px;
  }
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-explore-container .video-explore {
    width: 60%;
    height: 562px;
  }
}
body:not(.fsDraftMode) .video-container1 {
  text-align: center;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px !important;
}
body:not(.fsDraftMode) .video-container1 > header {
  display: none;
}
body:not(.fsDraftMode) .video-container1 > .fsElementContent > *[class*="video"]:nth-child(1) {
  width: 45%;
  height: 400px;
  float: left;
  border-right: 1px solid #fff;
}
body:not(.fsDraftMode) .video-container1 > .fsElementContent > *[class*="video"]:nth-child(2) {
  width: 55%;
  height: 400px;
  float: left;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .video-container1 {
    display: none;
  }
}
body:not(.fsDraftMode) .video-container2 {
  text-align: center;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px !important;
}
body:not(.fsDraftMode) .video-container2 > header {
  display: none;
}
body:not(.fsDraftMode) .video-container2 > .fsElementContent > *[class*="video"]:nth-child(1) {
  width: 60%;
  height: 400px;
  float: left;
  border-right: 1px solid #fff;
}
body:not(.fsDraftMode) .video-container2 > .fsElementContent > *[class*="video"]:nth-child(2) {
  width: 40%;
  height: 400px;
  float: left;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .video-container2 {
    display: none;
  }
}
body:not(.fsDraftMode) .come-belong-container {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px !important;
}
body:not(.fsDraftMode) .come-belong-container > header {
  display: none;
}
@media (min-width: 800px) {
  body:not(.fsDraftMode) .come-belong-container {
    height: 400px;
  }
}
body:not(.fsDraftMode) .come-belong-container .belong-box {
  width: 100%;
  float: left;
  color: #212121;
  padding: 20px 30px;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 750px) {
  body:not(.fsDraftMode) .come-belong-container .belong-box {
    padding-left: 30px;
    width: 50%;
    height: 400px;
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-belong-container .belong-box {
    padding: 90px 50px 20px;
  }
}
@media (min-width: 1240px) {
  body:not(.fsDraftMode) .come-belong-container .belong-box {
    padding-right: calc(50% - 590px);
  }
}
body:not(.fsDraftMode) .come-belong-container .belong-box .fsElementHeaderContent {
  font-weight: 900;
  color: #47a5f2;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1.04;
}
body:not(.fsDraftMode) .come-belong-container .belong-box .fsElementHeaderContent a {
  font-weight: 900;
  color: #47a5f2;
  font-size: 60px;
}
@media (max-width: 799px) {
  body:not(.fsDraftMode) .come-belong-container .belong-box .fsElementHeaderContent {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .come-belong-container .belong-box .fsElementHeaderContent {
    font-size: 40px;
    margin-bottom: 15px;
  }
  body:not(.fsDraftMode) .come-belong-container .belong-box .fsElementHeaderContent a {
    font-size: 40px;
  }
}
body:not(.fsDraftMode) .come-belong-container .belong-box b,
body:not(.fsDraftMode) .come-belong-container .belong-box strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body:not(.fsDraftMode) .come-belong-container .video-blue {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 50%;
  height: 400px;
  float: left;
  color: #fff;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-belong-container .video-blue {
    display: none;
  }
}
body:not(.fsDraftMode) .come-experience-container {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px !important;
}
body:not(.fsDraftMode) .come-experience-container > header {
  display: none;
}
@media (min-width: 1190px) {
  body:not(.fsDraftMode) .come-experience-container {
    height: 400px;
  }
}
body:not(.fsDraftMode) .come-experience-container .experience-box {
  width: 100%;
  height: auto;
  float: left;
  color: #212121;
  padding: 30px 20px 40px 30px;
  text-align: left;
  font-size: 18px;
}
@media (min-width: 1190px) {
  body:not(.fsDraftMode) .come-experience-container .experience-box {
    padding: 35px 20px 20px 50px;
    width: 36%;
    padding-left: 30px;
  }
}
@media (min-width: 1240px) {
  body:not(.fsDraftMode) .come-experience-container .experience-box {
    padding-left: calc(50% - 590px);
  }
}
@media (min-width: 1420px) {
  body:not(.fsDraftMode) .come-experience-container .experience-box {
    padding-left: calc(50% - 675px);
  }
}
body:not(.fsDraftMode) .come-experience-container .experience-box .fsElementHeaderContent {
  font-weight: 900;
  color: #d3ab4d;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1.04;
}
body:not(.fsDraftMode) .come-experience-container .experience-box .fsElementHeaderContent a {
  font-weight: 900;
  color: #d3ab4d;
  font-size: 60px;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .come-experience-container .experience-box .fsElementHeaderContent {
    font-size: 55px;
  }
  body:not(.fsDraftMode) .come-experience-container .experience-box .fsElementHeaderContent a {
    font-size: 55px;
  }
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .come-experience-container .experience-box .fsElementHeaderContent {
    font-size: 40px;
  }
  body:not(.fsDraftMode) .come-experience-container .experience-box .fsElementHeaderContent a {
    font-size: 40px;
  }
}
body:not(.fsDraftMode) .come-experience-container .experience-box b,
body:not(.fsDraftMode) .come-experience-container .experience-box strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body:not(.fsDraftMode) .come-experience-container .video-yellow {
  width: 40%;
  height: 400px;
  float: left;
}
@media (max-width: 1189px) {
  body:not(.fsDraftMode) .come-experience-container .video-yellow {
    width: 45%;
  }
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-experience-container .video-yellow {
    display: none;
  }
}
body:not(.fsDraftMode) .come-experience-container .video-yellow + .video-yellow {
  width: 24%;
  height: 400px;
  float: left;
  border-left: 1px solid #fff;
}
@media (max-width: 1189px) {
  body:not(.fsDraftMode) .come-experience-container .video-yellow + .video-yellow {
    width: 55%;
  }
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-experience-container .video-yellow + .video-yellow {
    display: none;
  }
}
body:not(.fsDraftMode) .video-explore {
  text-align: center;
  position: relative;
}
body:not(.fsDraftMode) .video-explore .fsElementContent a {
  display: none;
}
body:not(.fsDraftMode) .video-explore:before {
  content: '';
  position: absolute;
  background-color: rgba(33, 33, 33, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
body:not(.fsDraftMode) .video-explore:after {
  position: absolute;
  content: '\f01d';
  font-size: 96px;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body:not(.fsDraftMode) .video-explore:hover:before {
  background-color: rgba(33, 33, 33, 0.5);
}
body:not(.fsDraftMode) .video-explore:hover:after {
  font-size: 110px;
  color: #fff;
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}
body:not(.fsDraftMode) .video-blue {
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
body:not(.fsDraftMode) .video-blue:before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(19, 30, 39, 0.85);
  pointer-events: none;
  z-index: 1;
}
body:not(.fsDraftMode) .video-blue .fsElementContent {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 2;
}
body:not(.fsDraftMode) .video-blue .fsElementContent p {
  margin: 0;
}
body:not(.fsDraftMode) .video-blue .fsElementContent .innervideo {
  position: relative;
  padding-top: 0;
  left: 0;
  color: #fff;
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
  width: 100%;
  padding: 0 25% 20px;
  transition: all 0.4s ease-in-out;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 80px;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .video-blue .fsElementContent .innervideo {
    padding: 0 14% 20px;
    font-size: 22px;
    line-height: 1.1;
  }
}
body:not(.fsDraftMode) .video-blue .fsElementContent:before {
  position: absolute;
  content: '\f01d';
  font-size: 56px;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.41);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body:not(.fsDraftMode) .video-blue header {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px;
}
body:not(.fsDraftMode) .video-blue header:after {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-weight: 500;
  content: 'play video';
  position: absolute;
  left: 0;
  right: 0;
  margin: 15px auto 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
body:not(.fsDraftMode) .video-blue header .fsElementHeaderContent,
body:not(.fsDraftMode) .video-blue header a {
  font-size: 24px;
  font-weight: 900;
  color: #47a5f2;
}
body:not(.fsDraftMode) .video-blue header .fsElementHeaderContent:after,
body:not(.fsDraftMode) .video-blue header a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #47a5f2;
  transition: height 0.3s ease-in-out;
}
body:not(.fsDraftMode) .video-blue:hover header .fsElementHeaderContent:after,
body:not(.fsDraftMode) .video-blue:hover header a:after {
  height: 4px;
}
body:not(.fsDraftMode) .video-blue:hover header:after {
  opacity: 1;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
body:not(.fsDraftMode) .video-blue:hover .fsElementContent:before {
  opacity: 0;
  font-size: 60px;
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
body:not(.fsDraftMode) .video-blue:hover .fsElementContent .innervideo {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
body:not(.fsDraftMode) .video-yellow {
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
body:not(.fsDraftMode) .video-yellow.icon-tradition .fsElementContent:before {
  content: '\e903';
  font-family: icomoon;
  color: rgba(255, 255, 255, 0.7);
}
body:not(.fsDraftMode) .video-yellow.icon-academics .fsElementContent:before {
  content: '\e902';
  font-family: icomoon;
  color: rgba(255, 255, 255, 0.7);
}
body:not(.fsDraftMode) .video-yellow.icon-arts .fsElementContent:before {
  content: '\e901';
  font-family: icomoon;
  color: rgba(255, 255, 255, 0.7);
}
body:not(.fsDraftMode) .video-yellow.icon-clubs .fsElementContent:before {
  content: '\e900';
  font-family: icomoon;
  color: rgba(255, 255, 255, 0.7);
}
body:not(.fsDraftMode) .video-yellow:before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(202, 172, 102, 0.85);
  pointer-events: none;
  z-index: 1;
}
body:not(.fsDraftMode) .video-yellow .fsElementContent {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 2;
}
body:not(.fsDraftMode) .video-yellow .fsElementContent p {
  margin: 0;
}
body:not(.fsDraftMode) .video-yellow .fsElementContent .innervideo {
  position: relative;
  padding-top: 0;
  left: 0;
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
  width: 100%;
  padding: 0 25% 20px;
  transition: all 0.4s ease-in-out;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .video-yellow .fsElementContent .innervideo {
    padding: 0 14% 20px;
    font-size: 22px;
    line-height: 1.1;
  }
}
body:not(.fsDraftMode) .video-yellow .fsElementContent:before {
  position: absolute;
  content: '\f01d';
  font-size: 56px;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.41);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body:not(.fsDraftMode) .video-yellow header {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px;
}
body:not(.fsDraftMode) .video-yellow header:after {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-weight: 500;
  content: 'play video';
  position: absolute;
  left: 0;
  right: 0;
  margin: 15px auto 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
body:not(.fsDraftMode) .video-yellow header .fsElementHeaderContent,
body:not(.fsDraftMode) .video-yellow header a {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
body:not(.fsDraftMode) .video-yellow header .fsElementHeaderContent:after,
body:not(.fsDraftMode) .video-yellow header a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #fff;
  transition: height 0.3s ease-in-out;
}
body:not(.fsDraftMode) .video-yellow:hover header .fsElementHeaderContent:after,
body:not(.fsDraftMode) .video-yellow:hover header a:after {
  height: 4px;
}
body:not(.fsDraftMode) .video-yellow:hover header:after {
  opacity: 1;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
body:not(.fsDraftMode) .video-yellow:hover .fsElementContent:before {
  opacity: 0;
  font-size: 60px;
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
body:not(.fsDraftMode) .video-yellow:hover .fsElementContent .innervideo {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
body:not(.fsDraftMode) .clonedLink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
body:not(.fsDraftMode) .come-play-container {
  text-align: center;
  padding: 50px 50px 175px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-play-container {
    padding: 20px 20px 30px;
  }
}
body:not(.fsDraftMode) .come-play-container > header {
  display: none;
}
body:not(.fsDraftMode) .come-play-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
  overflow: hidden;
}
body:not(.fsDraftMode) .come-play-container:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 53, 104, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body:not(.fsDraftMode) .come-play-container .come-play-box {
  width: 100%;
  height: auto;
  float: left;
  color: #212121;
  padding: 20px 0 30px;
  text-align: left;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 600px) {
  body:not(.fsDraftMode) .come-play-container .come-play-box {
    padding: 20px 20px 30px;
  }
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-play-container .come-play-box {
    padding: 70px 50px 20px;
    width: 50%;
    height: 380px;
  }
}
@media (min-width: 1240px) {
  body:not(.fsDraftMode) .come-play-container .come-play-box {
    padding-left: calc(50% - 590px);
  }
}
body:not(.fsDraftMode) .come-play-container .come-play-box .fsElementHeaderContent {
  font-weight: 900;
  color: #fff;
  font-size: 60px;
  margin-bottom: 50px;
  line-height: 1.04;
}
body:not(.fsDraftMode) .come-play-container .come-play-box .fsElementHeaderContent a {
  font-weight: 900;
  color: #fff;
  font-size: 60px;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .come-play-container .come-play-box .fsElementHeaderContent {
    margin-bottom: 20px;
  }
  body:not(.fsDraftMode) .come-play-container .come-play-box .fsElementHeaderContent a {
    font-size: 55px;
  }
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .come-play-container .come-play-box .fsElementHeaderContent a {
    font-size: 40px;
  }
}
body:not(.fsDraftMode) .come-play-container .come-play-box b,
body:not(.fsDraftMode) .come-play-container .come-play-box strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body:not(.fsDraftMode) .come-play-container .come-play-video {
  width: 50%;
  float: left;
  position: relative;
  height: 380px;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .come-play-container .come-play-video {
    width: 100%;
    height: 280px;
  }
}
body:not(.fsDraftMode) .come-play-container .come-play-video .fsElementContent a {
  display: none;
}
body:not(.fsDraftMode) .come-play-container .come-play-video:before {
  content: '';
  position: absolute;
  background-color: rgba(33, 33, 33, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
body:not(.fsDraftMode) .come-play-container .come-play-video:after {
  position: absolute;
  content: '\f01d';
  font-size: 96px;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body:not(.fsDraftMode) .come-play-container .come-play-video:hover:before {
  background-color: rgba(33, 33, 33, 0.5);
}
body:not(.fsDraftMode) .come-play-container .come-play-video:hover:after {
  font-size: 110px;
  color: #fff;
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}
body:not(.fsDraftMode) .come-see-box {
  text-align: center;
  padding: 50px 20px 70px;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-see-box {
    padding: 40px 20px;
  }
}
body:not(.fsDraftMode) .come-see-box > header .fsElementTitle,
body:not(.fsDraftMode) .come-see-box > header {
  color: #003568;
  font-size: 60px;
  line-height: 1.04;
  font-weight: 900;
}
body:not(.fsDraftMode) .come-see-box > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
  padding-top: 40px;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-see-box > .fsElementContent {
    padding-top: 0;
  }
}
body:not(.fsDraftMode) .come-see-box nav ul,
body:not(.fsDraftMode) .come-see-box nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body:not(.fsDraftMode) .come-see-box nav a {
  display: block;
}
body:not(.fsDraftMode) .come-see-box nav ul {
  font-size: 0;
  overflow: hidden;
}
body:not(.fsDraftMode) .come-see-box nav ul li {
  display: inline-block;
  width: 33.3%;
  float: left;
  text-align: center;
}
body:not(.fsDraftMode) .come-see-box nav ul li a {
  font-size: 30px;
  font-weight: 900;
  color: #000;
}
body:not(.fsDraftMode) .come-see-box nav ul li a:before {
  display: inline-block;
  color: #47a5f2;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #ccc;
  width: 50px;
  transition: color 0.3s ease-in-out;
}
body:not(.fsDraftMode) .come-see-box nav ul li a:hover {
  color: #47a5f2;
}
body:not(.fsDraftMode) .come-see-box nav ul li a:hover:before {
  color: #47a5f2;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .come-see-box nav ul li a {
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-see-box nav ul li {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 4px 0;
    text-align: left;
    float: none;
  }
}
body:not(.fsDraftMode) .come-see-box-athletics {
  text-align: center;
  padding: 40px 20px;
}
@media (min-width: 900px) {
  body:not(.fsDraftMode) .come-see-box-athletics {
    float: left;
    width: 100%;
    padding: 50px 20px 70px;
  }
}
body:not(.fsDraftMode) .come-see-box-athletics > header .fsElementTitle,
body:not(.fsDraftMode) .come-see-box-athletics > header {
  color: #003568;
  font-size: 60px;
  line-height: 1.04;
  font-weight: 900;
}
body:not(.fsDraftMode) .come-see-box-athletics > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
  padding-top: 40px;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-see-box-athletics > .fsElementContent {
    padding-top: 0;
  }
}
body:not(.fsDraftMode) .come-see-box-athletics nav ul,
body:not(.fsDraftMode) .come-see-box-athletics nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body:not(.fsDraftMode) .come-see-box-athletics nav a {
  display: block;
}
body:not(.fsDraftMode) .come-see-box-athletics nav ul {
  font-size: 0;
  overflow: hidden;
}
body:not(.fsDraftMode) .come-see-box-athletics nav ul li {
  display: inline-block;
  width: 33.3%;
  float: left;
  text-align: center;
}
body:not(.fsDraftMode) .come-see-box-athletics nav ul li a {
  font-size: 30px;
  font-weight: 900;
  color: #000;
}
body:not(.fsDraftMode) .come-see-box-athletics nav ul li a:before {
  display: inline-block;
  color: #47a5f2;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #ccc;
  width: 50px;
  transition: color 0.3s ease-in-out;
}
body:not(.fsDraftMode) .come-see-box-athletics nav ul li a:hover {
  color: #47a5f2;
}
body:not(.fsDraftMode) .come-see-box-athletics nav ul li a:hover:before {
  color: #47a5f2;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .come-see-box-athletics nav ul li a {
    font-size: 26px;
  }
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .come-see-box-athletics nav ul li {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 4px 0;
    text-align: left;
    float: none;
  }
}
body:not(.fsDraftMode) .in-pictures-box {
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 320px;
}
body:not(.fsDraftMode) .in-pictures-box:before {
  content: '';
  position: absolute;
  background-color: rgba(126, 43, 30, 0.46);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
body:not(.fsDraftMode) .in-pictures-box > .fsElementContent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
body:not(.fsDraftMode) .in-pictures-box > .fsElementContent p {
  margin: 0;
}
body:not(.fsDraftMode) .in-pictures-box > .fsElementContent a {
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  position: relative;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .in-pictures-box > .fsElementContent a {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .in-pictures-box > .fsElementContent a {
    font-size: 20px;
  }
}
body:not(.fsDraftMode) .in-pictures-box:hover:before {
  background-color: rgba(126, 43, 30, 0.76);
}
body:not(.fsDraftMode) .college-slider {
  position: relative;
  padding: 47px 0;
  height: 140px;
  text-align: center;
}
body:not(.fsDraftMode) .college-slider > header {
  display: none;
}
body:not(.fsDraftMode) .college-slider ul,
body:not(.fsDraftMode) .college-slider ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body:not(.fsDraftMode) .college-slider a {
  display: block;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .college-slider {
    display: none;
  }
}
body:not(.fsDraftMode) .team-slider {
  position: relative;
  padding: 22px 0;
  height: 125px;
  text-align: center;
}
body:not(.fsDraftMode) .team-slider > header {
  display: none;
}
body:not(.fsDraftMode) .team-slider ul,
body:not(.fsDraftMode) .team-slider ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body:not(.fsDraftMode) .team-slider a {
  display: block;
}
.home body:not(.fsDraftMode) .team-slider {
  margin-top: -125px;
}
@media (max-width: 749px) {
  body:not(.fsDraftMode) .team-slider {
    display: none;
  }
}
body:not(.fsDraftMode).home .college-slider {
  margin-top: -140px;
}
body:not(.fsDraftMode) .fact-slider {
  text-align: center;
  color: #32526d;
  background-color: #fff;
  padding: 25px 20px;
}
body:not(.fsDraftMode) .fact-slider * {
  outline: none;
}
body:not(.fsDraftMode) .fact-slider > header:before {
  content: '';
  margin-top: -25px !important;
  margin-left: -40px !important;
  width: 80px;
  height: 48px;
  background: #fff url("../images/trophy.png") center center no-repeat;
  background-size: 47px 48px;
  position: absolute;
  margin: 0 auto;
  z-index: 2;
}
body:not(.fsDraftMode) .fact-slider > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 62.5em;
  max-width: 62.5rem;
  padding: 40px 50px 10px;
  border: 1px solid #003568;
  font-size: 24px;
  line-height: 1.2;
  color: #003568;
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .fact-slider > .fsElementContent {
    padding: 30px 20px 10px;
    font-size: 16px;
  }
}
body:not(.fsDraftMode) .fact-slider .slick-dots {
  padding-left: 0;
}
body:not(.fsDraftMode) .fact-slider .slick-dots ul,
body:not(.fsDraftMode) .fact-slider .slick-dots ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body:not(.fsDraftMode) .fact-slider .slick-dots a {
  display: block;
}
body:not(.fsDraftMode) .fact-slider .slick-dots li {
  display: inline-block;
}
body:not(.fsDraftMode) .fact-slider .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #003568;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
  margin: 0 4px;
}
body:not(.fsDraftMode) .fact-slider .slick-dots li.slick-active button {
  background-color: #c1d6ea;
}
body:not(.fsDraftMode) .fact-slider > header .fsElementTitle {
  display: none;
}
body:not(.fsDraftMode) .testimonial-slider {
  background-color: #eaeff3;
  color: #32526d;
  position: relative;
  padding: 45px 0;
  text-align: center;
}
body:not(.fsDraftMode) .testimonial-slider header ul,
body:not(.fsDraftMode) .testimonial-slider header ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body:not(.fsDraftMode) .testimonial-slider header a {
  display: block;
}
body:not(.fsDraftMode) .testimonial-slider header h2 {
  font-size: 40px;
  font-weight: 900;
}
body:not(.fsDraftMode) .testimonial-slider header .slick-dots {
  display: block;
  text-align: center;
}
body:not(.fsDraftMode) .testimonial-slider header .slick-dots li {
  display: inline-block;
  cursor: pointer;
}
body:not(.fsDraftMode) .testimonial-slider header .slick-dots li .customdot {
  width: 180px;
  height: 180px;
  background-position: center center;
  background-size: cover;
  border: 7px solid #eaeff3;
  margin: 0 5px;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 969px) {
  body:not(.fsDraftMode) .testimonial-slider header .slick-dots li .customdot {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .testimonial-slider header .slick-dots li .customdot {
    width: 70px;
    height: 70px;
  }
}
body:not(.fsDraftMode) .testimonial-slider header .slick-dots li .customdot:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 53, 104, 0.5);
  border-radius: 50%;
  transition: background 0.4s ease-in-out;
}
body:not(.fsDraftMode) .testimonial-slider header .slick-dots li.slick-active .customdot {
  border: 7px solid #fff;
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .testimonial-slider header .slick-dots li.slick-active .customdot {
    border: 4px solid #fff;
  }
}
body:not(.fsDraftMode) .testimonial-slider header .slick-dots li.slick-active .customdot:before {
  background: rgba(0, 53, 104, 0);
}
body:not(.fsDraftMode) .testimonial-slider .testimonial {
  background-position: -500px -500px !important;
  background-repeat: no-repeat !important;
}
body:not(.fsDraftMode) .testimonial-slider .testimonial .fsElementContent {
  font-size: 20px;
  padding: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 700px;
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .testimonial-slider .testimonial .fsElementContent {
    font-size: 16px;
    line-height: 1.1;
  }
}
body:not(.fsDraftMode) .testimonial-slider .testimonial footer {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body:not(.fsDraftMode) .highlight-container {
  position: relative;
  margin: 0 auto;
  max-width: 77.5em;
  max-width: 77.5rem;
  padding: 45px 0 55px;
  text-align: center;
}
@media (max-width: 599px) {
  body:not(.fsDraftMode) .highlight-container {
    padding: 45px 0;
  }
}
body:not(.fsDraftMode) .highlight-container > header h2 {
  font-size: 40px;
  font-weight: 900;
}
body:not(.fsDraftMode) .highlight-container > header .fsElementHeaderContent {
  font-size: 18px;
  padding: 10px 20px 55px;
  line-height: 1.2;
  margin: 0 auto;
  color: #003568;
  left: 0;
  right: 0;
  max-width: 1100px;
}
@media (max-width: 899px) {
  body:not(.fsDraftMode) .highlight-container > header .fsElementHeaderContent {
    padding: 10px 20px 25px;
  }
}
body:not(.fsDraftMode) .highlight-container .slick-track {
  left: 0;
  right: 0;
  margin: 0 auto;
}
body:not(.fsDraftMode) .highlight-container .slick-dots {
  padding-left: 0;
}
body:not(.fsDraftMode) .highlight-container .slick-dots ul,
body:not(.fsDraftMode) .highlight-container .slick-dots ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body:not(.fsDraftMode) .highlight-container .slick-dots a {
  display: block;
}
body:not(.fsDraftMode) .highlight-container .slick-dots li {
  display: inline-block;
}
body:not(.fsDraftMode) .highlight-container .slick-dots li button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #003568;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
  margin: 0 4px;
}
body:not(.fsDraftMode) .highlight-container .slick-dots li.slick-active button {
  background-color: #c1d6ea;
}
body:not(.fsDraftMode) .highlight-container .highlight {
  overflow: hidden;
  margin: 0 10px;
  display: inline-block;
  height: 280px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
body:not(.fsDraftMode) .highlight-container .highlight > header {
  bottom: 50%;
  position: absolute;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 100%;
  padding: 0 15px;
  transition: transform 0.3s ease-in-out;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}
body:not(.fsDraftMode) .highlight-container .highlight > .fsElementContent {
  position: absolute;
  padding: 0 15px;
  top: 100%;
  left: 0;
  height: 50%;
  font-size: 14px;
  color: #fff;
  z-index: 2;
  transition: top 0.3s ease-in-out;
}
body:not(.fsDraftMode) .highlight-container .highlight:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 53, 104, 0.55);
  transition: background-color 0.3s ease-in-out;
}
body:not(.fsDraftMode) .highlight-container .highlight:hover > header {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
body:not(.fsDraftMode) .highlight-container .highlight:hover > .fsElementContent {
  top: 50%;
}
body:not(.fsDraftMode) .highlight-container .highlight:hover:before {
  background-color: rgba(0, 53, 104, 0.8);
}

body.fsComposeMode .video-blue > .fsElementContent,
body.fsComposeMode .video-yellow > .fsElementContent {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.thermometer {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 60px;
}
.thermometer .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 75em;
  max-width: 75rem;
}
.thermometer .track {
  height: 60px;
  width: calc(100% - 110px);
  border: 0;
  position: relative;
  left: 0;
  background: #eaeaea;
}
.thermometer .amount {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  min-width: 100px;
  text-align: center;
}
.thermometer .goal {
  position: absolute;
  top: 0;
  left: 100%;
}
.thermometer .goal .amount {
  left: 0;
  font-size: 18px;
  font-weight: 600;
  color: #003568;
  line-height: 1;
  padding-top: 10px;
  padding-left: 14px;
}
.thermometer .goal .amount:before {
  content: 'Goal';
  display: block;
  color: #003568;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.thermometer .progress {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #003568;
}
.thermometer .progress:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 30px;
  border-color: #eaeaea #eaeaea #eaeaea #003568;
}
.thermometer .progress .amount {
  right: -50px;
  top: 120%;
  color: #003568;
  font-size: 18px;
  font-weight: 600;
}
.thermometer .progress .amount:before {
  content: 'Current';
  display: block;
  color: #003568;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

.instructions {
  border-top: 3px solid #003568;
  padding: 20px;
  margin: 40px 0 30px;
  background-color: #e8f3ff;
  overflow: hidden;
}
.instructions ul {
  margin-bottom: 10px !important;
}
.instructions .effectsdiv ul {
  float: left;
  width: 50%;
}
@media (max-width: 599px) {
  .instructions .effectsdiv ul {
    width: 100%;
  }
}

.mashup .top-compartment {
  height: 250px;
  background: none;
}
@media (max-width: 949px) {
  .mashup .top-compartment {
    height: 173px;
  }
}
.mashup .top-compartment .nav-util {
  display: none;
}
.mashup .top-compartment .home-link {
  font-size: 12px;
  font-weight: 900;
  color: #c5c7c9;
  margin-top: 3px;
}
.mashup .top-compartment .home-link:before {
  content: '\f015';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  padding-right: 6px;
  color: #fff;
}
.mashup .top-compartment .home-link:hover {
  color: #fff;
}
.mashup .top-compartment .nav-main {
  display: none;
}
.mashup .top-compartment .socialmash {
  padding: 10px 0px 30px 20px;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  display: inline-block;
}
@media (max-width: 949px) {
  .mashup .top-compartment .socialmash {
    display: none;
  }
}
.mashup .top-compartment .hashtag {
  display: inline-block;
  float: right;
  color: #859aae;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 20px 0px 0px;
}
@media (max-width: 949px) {
  .mashup .top-compartment .hashtag {
    display: none;
  }
}

.mashup-container1, .mashup-container2 {
  width: calc(50% - 10px);
  display: inline-block;
  height: 626px;
  vertical-align: top;
}
body:not(.fsDraftMode) .mashup-container1 > header, body:not(.fsDraftMode) .mashup-container2 > header {
  display: none;
}
.mashup-container1 > .fsElementContent, .mashup-container2 > .fsElementContent {
  position: relative;
  overflow: hidden;
}
@media (max-width: 899px) {
  .mashup-container1, .mashup-container2 {
    width: 100%;
    height: auto;
  }
}

.mashup-container2 {
  position: absolute;
  right: 0;
}
@media (max-width: 899px) {
  .mashup-container2 {
    position: relative;
    margin-top: 19px;
  }
}
@media (max-width: 599px) {
  .mashup-container2 {
    position: relative !important;
    width: 100%;
    float: none;
  }
}

.mashup-vimeo {
  height: 326px;
  margin-bottom: 20px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.twitterpullin {
  display: none;
}

.twitter-post1, .twitter-post2 {
  background: #003568;
}
.twitter-post1 > header, .twitter-post2 > header {
  display: none;
}

.twitter-post2 {
  height: 279px !important;
  width: calc(50% - 10px) !important;
  float: left;
}
@media (max-width: 599px) {
  .twitter-post2 {
    width: 100% !important;
    float: none;
  }
}

.twitter-post1 {
  height: 280px !important;
  width: calc(50% - 10px) !important;
  float: left;
}
@media (max-width: 599px) {
  .twitter-post1 {
    width: 100% !important;
    float: none;
  }
}

.twitter-post1,
.twitter-post2 {
  color: #fff;
}
.twitter-post1 li.timeline-TweetList-tweet,
.twitter-post2 li.timeline-TweetList-tweet {
  display: block;
  padding: 25px 20px !important;
}
.twitter-post1 .tco-hidden, .twitter-post1 .inline-media,
.twitter-post2 .tco-hidden,
.twitter-post2 .inline-media {
  display: none;
}
.twitter-post1 a,
.twitter-post2 a {
  color: #c1d6ea !important;
}
.twitter-post1 a:hover,
.twitter-post2 a:hover {
  color: #d49110 !important;
}
@media (max-width: 899px) {
  .twitter-post1 a.customisable,
  .twitter-post2 a.customisable {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .twitter-post1 a.customisable,
  .twitter-post2 a.customisable {
    display: none;
  }
}
.twitter-post1 .TweetAuthor-avatar,
.twitter-post2 .TweetAuthor-avatar {
  vertical-align: top;
  margin-right: 10px;
  float: left;
}
.twitter-post1 .TweetAuthor-name,
.twitter-post2 .TweetAuthor-name {
  width: 50%;
  display: inline-block;
  color: #fff !important;
}
.twitter-post1 .TweetAuthor-screenName,
.twitter-post2 .TweetAuthor-screenName {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.twitter-post1 .TweetAuthor-screenName b,
.twitter-post2 .TweetAuthor-screenName b {
  font-weight: 400;
}
.twitter-post1 .footer,
.twitter-post2 .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}
.twitter-post1 .footer .stats-narrow, .twitter-post1 .footer .p-geo, .twitter-post1 .footer .expand, .twitter-post1 .footer .stats-wide,
.twitter-post2 .footer .stats-narrow,
.twitter-post2 .footer .p-geo,
.twitter-post2 .footer .expand,
.twitter-post2 .footer .stats-wide {
  display: none;
}
.twitter-post1 .footer time,
.twitter-post2 .footer time {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.twitter-post1 .footer time abbr,
.twitter-post2 .footer time abbr {
  border: 0px !important;
}
.twitter-post1 .MediaCard-mediaContainer,
.twitter-post2 .MediaCard-mediaContainer {
  padding-bottom: 5px !important;
}
.twitter-post1 .MediaCard-widthConstraint,
.twitter-post2 .MediaCard-widthConstraint {
  display: none;
}
.twitter-post1 .timeline-Tweet-actions,
.twitter-post2 .timeline-Tweet-actions {
  margin: 0;
  padding: 0 54px 0 0;
  text-align: right;
}
.twitter-post1 .timeline-Tweet-actions li,
.twitter-post2 .timeline-Tweet-actions li {
  margin: 0 15px 0 10px;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
}
.twitter-post1 .timeline-Tweet-actions li.timeline-ShareMenu,
.twitter-post2 .timeline-Tweet-actions li.timeline-ShareMenu {
  display: none;
}
@media (max-width: 1149px) {
  .twitter-post1 .timeline-Tweet-actions li,
  .twitter-post2 .timeline-Tweet-actions li {
    margin: 0 5px 0 5px;
  }
}
.twitter-post1 .timeline-Tweet-actions li a,
.twitter-post2 .timeline-Tweet-actions li a {
  color: #c4c4c4;
}
.twitter-post1 .timeline-Tweet-actions li a b,
.twitter-post2 .timeline-Tweet-actions li a b {
  display: none;
}
.twitter-post1 .timeline-Tweet-actions li a:hover,
.twitter-post2 .timeline-Tweet-actions li a:hover {
  color: #d49110;
}
.twitter-post1 .timeline-Tweet-actions li a i,
.twitter-post2 .timeline-Tweet-actions li a i {
  font-style: normal;
}
.twitter-post1 .timeline-Tweet-actions li a i:before,
.twitter-post2 .timeline-Tweet-actions li a i:before {
  display: block;
  font-family: FontAwesome;
  color: #001d3b;
  transition: color .3s ease-in-out;
}
.twitter-post1 .timeline-Tweet-actions li a i:hover:before,
.twitter-post2 .timeline-Tweet-actions li a i:hover:before {
  color: #c1d6ea;
}
.twitter-post1 .timeline-Tweet-actions li .reply-action i:before,
.twitter-post2 .timeline-Tweet-actions li .reply-action i:before {
  content: '\f112';
}
.twitter-post1 .timeline-Tweet-actions li .retweet-action i:before,
.twitter-post2 .timeline-Tweet-actions li .retweet-action i:before {
  content: '\f079';
}
.twitter-post1 .timeline-Tweet-actions li .like-action i:before,
.twitter-post2 .timeline-Tweet-actions li .like-action i:before {
  content: '\f005';
}

a.mashtag {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mashup-facebook {
  height: 325px !important;
  width: calc(50% - 10px) !important;
  float: left;
  margin-top: 20px;
  position: relative;
  background-color: #d3ab4d;
}
.mashup-facebook > header {
  display: none;
}
.mashup-facebook .fsElementContent {
  margin: 20px 45px 20px 20px;
}
.mashup-facebook .fsFacebookList {
  font-size: 15px;
  padding-left: 0;
  color: #fff;
}
.mashup-facebook .fsFacebookList li {
  margin-top: 0 !important;
}
.mashup-facebook .fsFacebookList .fsFacebookFrom {
  font-size: 0;
  color: transparent;
  margin-bottom: 6px;
}
.mashup-facebook .fsFacebookList .fsFacebookFrom:before {
  content: 'Our Lady of Good Counsel';
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  width: 100%;
  margin-bottom: 6px;
}
.mashup-facebook .fsFacebookList .fsFacebookFollow {
  display: none;
}
.mashup-facebook .fsFacebookList a {
  color: #003568;
}
.mashup-facebook .fsFacebookList a:hover {
  color: #7e2b1e;
}
@media (max-width: 599px) {
  .mashup-facebook {
    width: 100% !important;
    float: none;
  }
}

.mashup-newsblog {
  height: 325px !important;
  width: calc(50% - 10px) !important;
  float: right;
  position: relative;
  margin-top: 20px;
  background-color: #7e2b1e;
}
.mashup-newsblog > header {
  display: none;
}
.mashup-newsblog .fsElementContent {
  margin: 20px 45px 70px 20px;
}
.mashup-newsblog .fsElementContent .fsTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.mashup-newsblog .fsElementContent .fsTitle a {
  color: #fff !important;
}
.mashup-newsblog .fsElementContent .fsDateTime {
  color: #edc577;
  font-size: 14px;
}
.mashup-newsblog .fsElementContent .fsReadMoreLink {
  display: none;
}
@media (max-width: 599px) {
  .mashup-newsblog {
    width: 100% !important;
    float: none;
    margin-top: 20px;
  }
}

.tumblr-post {
  width: calc(50% - 10px);
  float: right;
}
.tumblr-post > header,
.tumblr-post .entry-title,
.tumblr-post .entry-content {
  display: none;
}
.tumblr-post .tumblr-entry {
  height: 279px;
  background-size: cover;
  background-position: center center;
}
.tumblr-post .entry-content {
  display: none;
}
@media (max-width: 599px) {
  .tumblr-post {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

.instagram-clone {
  height: 280px !important;
  width: calc(50% - 10px) !important;
  float: right;
}
.instagram-clone > header {
  display: none;
}
.instagram-clone .img-wrap {
  height: 280px;
  background-size: cover;
  background-position: center center;
}
.instagram-clone .img-wrap img {
  display: none;
}
@media (max-width: 599px) {
  .instagram-clone {
    width: 100% !important;
    float: none;
    margin-top: 20px;
  }
}

.mashup-media {
  height: 235px !important;
  width: 100%;
  position: relative;
}
.mashup-media > header {
  display: none;
}
.mashup-media article {
  height: 235px;
  background-size: cover;
  background-position: center center;
}
.mashup-media article img {
  display: none;
}
.mashup-media:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0) url("../images/fadeinsta.png") left top repeat-x;
  background-size: 100% 100%;
  transition: all .4s ease-in-out;
  z-index: 2;
}
.mashup-media footer {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  transition: all .4s ease-in-out;
  width: 215px;
  text-align: center;
  padding-right: 0px;
  transition: all .4s ease-in-out;
}
.mashup-media footer a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: opacity .3s ease-in-out;
  letter-spacing: .08em;
  transition: all .4s ease-in-out;
}
.mashup-media footer a b, .mashup-media footer a strong {
  display: none;
}
.mashup-media footer a:after {
  position: relative;
  content: '\f083';
  font-family: FontAwesome;
  color: #fff;
  width: 24px;
  font-size: 20px;
  transition: all .4s ease-in-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .3s ease-in-out;
}
.mashup-media footer:hover {
  opacity: .8;
}
.mashup-media footer:hover:after {
  opacity: .8;
}
.mashup-media:hover > footer {
  width: 100%;
  height: 60%;
  padding-right: 0px;
  transition: all .4s ease-in-out;
}
.mashup-media:hover > footer a {
  font-size: 18px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  opacity: .8;
}
.mashup-media:hover > footer a:after {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
.mashup-media:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.mashup-publications {
  height: 210px !important;
  width: 100%;
  margin-top: 20px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.mashup-publications > header {
  display: none;
}
.mashup-publications:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0) url("../images/fadepub.png") left top repeat-x;
  background-size: 100% 100%;
  transition: all .4s ease-in-out;
  z-index: 2;
}
.mashup-publications footer {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  transition: all .4s ease-in-out;
  width: 215px;
  text-align: center;
  padding-right: 00px;
  transition: all .3s ease-in-out;
}
.mashup-publications footer a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: opacity .3s ease-in-out;
  letter-spacing: .08em;
  transition: all .4s ease-in-out;
}
.mashup-publications footer a b, .mashup-publications footer a strong {
  display: none;
}
.mashup-publications footer a:after {
  position: relative;
  content: '\f215';
  font-family: FontAwesome;
  color: #fff;
  width: 24px;
  font-size: 20px;
  transition: all .4s ease-in-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .3s ease-in-out;
}
.mashup-publications footer:hover {
  opacity: .8;
}
.mashup-publications footer:hover:after {
  opacity: .8;
}
.mashup-publications:hover > footer {
  width: 100%;
  height: 60%;
  padding-right: 0px;
  transition: all .4s ease-in-out;
}
.mashup-publications:hover > footer a {
  font-size: 18px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  opacity: .8;
}
.mashup-publications:hover > footer a:after {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
.mashup-publications:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.mashup-calendar {
  background: #003568;
  position: relative;
  margin-top: 19px;
  padding: 40px 20px 60px 20px;
  margin-bottom: 20px;
}
.mashup-calendar > header {
  display: none;
}
.mashup-calendar .fsElementContent {
  overflow: hidden;
}
.mashup-calendar .fsDate {
  background-color: #d3ab4d;
}
.mashup-calendar .fsDate .fsYear {
  display: none;
}
.mashup-calendar .fsDayContainer {
  position: relative;
}
.mashup-calendar .fsDayContainer article {
  position: relative;
  width: 25%;
  padding: 20px 3% 0 3%;
  float: left;
  text-align: center;
}
.mashup-calendar .fsDayContainer article .fsDate {
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}
.mashup-calendar .fsDayContainer article .fsEventDetails,
.mashup-calendar .fsDayContainer article .fsStartTime {
  color: #fff;
}
.mashup-calendar .fsDayContainer article .fsTitle {
  margin-top: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.mashup-calendar .fsDayContainer article .fsTitle a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.mashup-calendar .fsDayContainer article .fsReadMoreLink {
  display: none;
}
@media (max-width: 899px) {
  .mashup-calendar .fsDayContainer article {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .mashup-calendar .fsDayContainer article {
    width: 100%;
  }
}

.mashup-container3 {
  height: 465px;
}
.mashup-container3 > .fsStyleColumn {
  height: 465px;
}
.mashup-container3 .fsStyleColumn-2 {
  padding: 0 20px;
}
@media (max-width: 899px) {
  .mashup-container3 {
    margin: 0 auto;
    left: 0;
    right: 0;
    height: auto;
  }
  .mashup-container3 .fsStyleColumn-2 {
    padding: 0 0px;
  }
}

.mashup-news {
  background-color: #d3ab4d;
  position: relative;
}
.mashup-news > header {
  display: none;
}
.mashup-news .fsElementContent {
  color: #fff;
  margin: 20px 45px 70px 20px;
  font-size: 15px;
}
.mashup-news .fsElementContent .fsSummary {
  color: #fff;
}
.mashup-news .fsElementContent .fsTitle {
  color: #003568;
  font-size: 18px;
  font-weight: 500;
}
.mashup-news .fsElementContent .fsTitle a {
  color: #003568 !important;
}
.mashup-news .fsElementContent .fsDateTime {
  color: #edc577;
  font-size: 14px;
}
.mashup-news .fsElementContent .fsReadMoreLink {
  display: none;
}

.mashup-athletics {
  background: #003568;
  position: relative;
}
.mashup-athletics > header {
  display: none;
}
.mashup-athletics .fsElementContent {
  margin: 20px 45px 70px 20px;
  color: #fff;
  font-size: 15px;
}
.mashup-athletics .fsElementContent .fsTitle, .mashup-athletics .fsElementContent .fsAthleticsOpponents {
  color: #c1d6ea;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.mashup-athletics .fsElementContent .fsTitle a, .mashup-athletics .fsElementContent .fsAthleticsOpponents a {
  color: #c1d6ea !important;
}
.mashup-athletics .fsElementContent .fsDateTime {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mashup-athletics .fsElementContent .fsReadMoreLink {
  display: none;
}

.mashup-vimeo {
  position: relative;
}
.mashup-vimeo > footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70px;
  width: 210px;
  transition: all .4s ease-in-out;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.mashup-vimeo > footer a {
  color: #fff;
  transition: all .4s ease-in-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: .08em;
}
.mashup-vimeo > footer a:after {
  content: '\f27d';
  position: relative;
  font-family: FontAwesome;
  color: #fff;
  font-size: 36px;
  padding-left: 20px;
}
.mashup-vimeo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0) url("../images/fadevimeo.png") left top repeat-x;
  background-size: 100% 100%;
  transition: all .4s ease-in-out;
}
.mashup-vimeo:hover > footer {
  width: 100%;
  height: 60%;
  transition: all .4s ease-in-out;
}
.mashup-vimeo:hover > footer a {
  font-size: 18px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  opacity: .8;
}
.mashup-vimeo:hover > footer a:after {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
.mashup-vimeo:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.instagram-clone,
.tumblr-post {
  position: relative;
}
.instagram-clone > footer,
.tumblr-post > footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 95px;
  text-align: center;
  transition: all .4s ease-in-out;
}
.instagram-clone > footer a b, .instagram-clone > footer a strong,
.tumblr-post > footer a b,
.tumblr-post > footer a strong {
  display: none;
}
.instagram-clone > footer a:after,
.tumblr-post > footer a:after {
  position: relative;
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  transition: all .4s ease-in-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.instagram-clone:before,
.tumblr-post:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0) url("../images/fadeinsta.png") left top repeat-x;
  background-size: 100% 100%;
  transition: all .4s ease-in-out;
}
.instagram-clone:hover > footer,
.tumblr-post:hover > footer {
  width: 100%;
  height: 60%;
}
.instagram-clone:hover > footer a:after,
.tumblr-post:hover > footer a:after {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-size: 36px;
  opacity: .8;
}
.instagram-clone:hover:before,
.tumblr-post:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.instagram-clone > footer a:after {
  content: '\f16d';
}

.tumblr-post > footer a:after {
  content: '\f173';
}

.twitter-post1 > footer,
.twitter-post2 > footer,
.mashup-facebook > footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  width: 44px;
  text-align: center;
  transition: all .4s ease-in-out;
}
.twitter-post1 > footer a b, .twitter-post1 > footer a strong,
.twitter-post2 > footer a b,
.twitter-post2 > footer a strong,
.mashup-facebook > footer a b,
.mashup-facebook > footer a strong {
  display: none;
}
.twitter-post1 > footer a:after,
.twitter-post2 > footer a:after,
.mashup-facebook > footer a:after {
  content: '\f09a';
  position: relative;
  font-family: FontAwesome;
  color: #fff;
  width: 16px;
  display: block;
  font-size: 20px;
  transition: all .4s ease-in-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.twitter-post1 > footer:hover a:after,
.twitter-post2 > footer:hover a:after,
.mashup-facebook > footer:hover a:after {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-size: 24px;
  opacity: .8;
}

.mashup-newsblog > footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  transition: all .4s ease-in-out;
  width: 250px;
  text-align: right;
  padding-right: 30px;
}
.mashup-newsblog > footer a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: opacity .3s ease-in-out;
  letter-spacing: .08em;
}
.mashup-newsblog > footer a b, .mashup-newsblog > footer a strong {
  display: none;
}
.mashup-newsblog > footer a:after {
  position: relative;
  content: '\f044';
  font-family: FontAwesome;
  color: #fff;
  width: 22px;
  font-size: 20px;
  transition: all .4s ease-in-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .3s ease-in-out;
}
.mashup-newsblog > footer:hover {
  opacity: .8;
}
.mashup-newsblog > footer:hover:after {
  opacity: .8;
}

.mashup-news > footer,
.mashup-athletics > footer,
.mashup-calendar > footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  transition: all .4s ease-in-out;
  width: 250px;
  text-align: right;
  padding-right: 30px;
}
.mashup-news > footer a,
.mashup-athletics > footer a,
.mashup-calendar > footer a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: opacity .3s ease-in-out;
  letter-spacing: .08em;
}
.mashup-news > footer a b, .mashup-news > footer a strong,
.mashup-athletics > footer a b,
.mashup-athletics > footer a strong,
.mashup-calendar > footer a b,
.mashup-calendar > footer a strong {
  display: none;
}
.mashup-news > footer a:after,
.mashup-athletics > footer a:after,
.mashup-calendar > footer a:after {
  position: relative;
  content: '\f215';
  font-family: FontAwesome;
  color: #fff;
  width: 24px;
  font-size: 20px;
  transition: all .4s ease-in-out;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  margin-left: 14px;
  font-weight: 400;
  font-size: 20px;
  transition: opacity .3s ease-in-out;
}
.mashup-news > footer:hover,
.mashup-athletics > footer:hover,
.mashup-calendar > footer:hover {
  opacity: .8;
}
.mashup-news > footer:hover:after,
.mashup-athletics > footer:hover:after,
.mashup-calendar > footer:hover:after {
  opacity: .8;
}

.twitter-post1 > footer a:after,
.twitter-post2 > footer a:after {
  content: '\f099';
}

.mashup-calendar > footer a:after {
  content: '\f073';
}

.mashup-athletics > footer a:after {
  content: '\f133';
}

.mashup-news > footer a:after {
  content: '\f1ea';
}

.mashup-publications > footer a:after {
  content: '\f02d';
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .fsElementContent {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .fsElementContent:focus {
  outline: thin dotted;
}

.nano > .fsElementContent::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .fsElementContent::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 5px;
  right: 15px;
  margin-top: 25px;
  margin-bottom: 80px;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .5;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.5;
}

.instagram-posts {
  position: relative;
  background-color: #003568;
}
.instagram-posts > header {
  display: none;
}
.instagram-posts .instagram-entry {
  height: 190px;
  width: 190px;
  position: relative;
}
.instagram-posts .instagram-entry:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(20, 20, 20, 0.4);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 20, 20, 0.4)), color-stop(100%, rgba(15, 15, 15, 0.7)));
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.4) 0%, rgba(15, 15, 15, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#0f0f0f', GradientType=0 );
  transition: opacity .3s ease-in-out;
}
.instagram-posts .instagram-entry:hover:before {
  opacity: 0;
}
.instagram-posts .instagram-entry .slick-track {
  pointer-events: none;
}
.instagram-posts .instagram-entry .entry-title, .instagram-posts .instagram-entry .entry-content {
  display: none;
}
.instagram-posts .instagram-entry .img-wrap {
  background-size: cover;
  background-position: center center;
  display: inline-block;
  height: 190px;
  width: 190px;
}
.instagram-posts .instagram-entry .img-wrap img {
  display: none;
  vertical-align: top;
}
.instagram-posts footer {
  /* 		position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1.2;
  padding-top: 65px; */
}
.instagram-posts footer a {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  width: auto;
  top: 65px;
  max-width: 260px;
}
.instagram-posts footer a:before {
  content: '\f16d';
  font-family: FontAwesome;
  font-weight: 400;
  padding-right: 20px;
}

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.colors ol:after {
  display: table;
  clear: both;
  content: '';
}
.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}
@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}
@media (min-width: 1240px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}
.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}
.colors ol li:nth-of-type(1) {
  background: #212121;
  color: #212121;
}
.colors ol li:nth-of-type(1):after {
  content: "#212121";
}
.colors ol li:nth-of-type(2) {
  background: #003568;
  color: #003568;
}
.colors ol li:nth-of-type(2):after {
  content: "#003568";
}
.colors ol li:nth-of-type(3) {
  background: #d49110;
  color: #d49110;
}
.colors ol li:nth-of-type(3):after {
  content: "#d49110";
}
.colors ol li:nth-of-type(4) {
  background: #011525;
  color: #011525;
}
.colors ol li:nth-of-type(4):after {
  content: "#011525";
}
.colors ol li:nth-of-type(5) {
  background: #131e27;
  color: #131e27;
}
.colors ol li:nth-of-type(5):after {
  content: "#131e27";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}
.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}
.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}
.fonts ol li:nth-of-type(1) {
  font-family: "Effra", Georgia, serif;
}
.fonts ol li:nth-of-type(1):after {
  content: "Effra, Georgia, serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(3) {
  font-family: "Effra", "Lato", Myriad Pro, sans-serif;
}
.fonts ol li:nth-of-type(3):after {
  content: "Effra, Lato, Myriad Pro, sans-serif";
}
.fonts ol li:nth-of-type(2):after {
  content: "";
}
.fonts ol li:nth-of-type(5) {
  font-family: "FontAwesome";
}
.fonts ol li:nth-of-type(5):after {
  content: "FontAwesome";
}
.fonts ol li:nth-of-type(6) {
  font-family: "IcoMoon";
}
.fonts ol li:nth-of-type(6):after {
  content: "IcoMoon";
}
.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 32px / line: 32px";
}
.headers h2:after {
  content: " size: 25px / line: 25";
}
.headers h3:after {
  content: " size: 23px / line: 23px";
}
.headers h4:after {
  content: " size: 21px / line: 21px";
}
.headers h5:after {
  content: " size: 18px / line: 18px";
}
.headers h6:after {
  content: " size: 16px / line: 18px";
}

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0% 0;
  box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

.nivo-lightbox-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 5%;
  padding: 5% 5%;
}

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

.nivo-lightbox-nav {
  display: none;
}

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.nivo-lightbox-close {
  position: absolute;
  top: 13%;
  right: 7%;
}

.nivo-lightbox-image {
  text-align: center;
}

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*=============================================>>>>>
= Utility Classes =
===============================================>>>>>*/
.padding-20 {
  padding: 20px;
}

/*= End of Utility Classes =*/
/*=============================================<<<<<*/
.fsElement.fsAthleticsRoster {
  text-align: center;
}

.center-tabs {
  text-align: center;
}

.fsElementTable th {
  text-align: center;
}
