/*
Theme Name: GiveUNC 2021
Version: 1.0
Author: Tripp
*/

/* 3rd Party Plugins */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}

/* Attention seekers  */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

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

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

  25%,
  75% {
    opacity: 0;
  }
}

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

  25%,
  75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-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);
  }
}

@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);
  }
}

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

@-webkit-keyframes shakeX {
  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);
  }
}

@keyframes shakeX {
  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);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-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);
  }
}

@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);
  }
}

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

@-webkit-keyframes swing {
  20% {
    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);
  }
}

@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);
  }
}

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

@-webkit-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);
  }
}

@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);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  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);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  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);
  }
}

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

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */

@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */

@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    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);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    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);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

/* Bouncing exits  */

@-webkit-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);
  }
}

@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);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

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

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

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

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

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

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

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

/* Fading entrances  */

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

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

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

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

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

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

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

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

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

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

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

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

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

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

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

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

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

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

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

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

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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);
  }
}

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

@-webkit-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;
  }
}

@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;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-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;
  }
}

@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;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */

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

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

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

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

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

/* Rotating entrances */

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

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  transform-origin: center;
}

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

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}

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

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}

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

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}

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

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */

@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

/* Zooming entrances */

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

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

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

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

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

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

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

/* Zooming exits */

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}

@-webkit-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);
  }
}

@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);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  transform-origin: left center;
}

@-webkit-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);
  }
}

@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);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

/* Sliding exits */

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

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

/* Base */

a,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

::-moz-placeholder {
  color: gray;
}

:-ms-input-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

body {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

@media screen and (min-width:1600px) {
  body {
    font-size: 18px;
  }
}

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

main {
  margin-top: 80px;
}

main.active-banner {
  margin-top: 220px;
}

.single-school-unit main.active-banner {
  margin-top: 160px;
}

@media screen and (min-width:1024px) {
  main {
    margin-top: 136px;
  }

  /* main.active-banner {
    margin-top: 155px;
  } */

  main.active-banner .page-title {
    margin: 300px auto 0;
  }

  .single-school-unit main.active-banner {
    margin-top: 200px;
  }
}

.home .video .container {
  max-width: 950px !important;
  margin: auto;
}

.container {
  max-width: 1050px !important;
  margin: auto;
}

.departments-module .container,
.leaderboard-dollars .container,
.leaderboard-gifts .container,
.leaderboard-donors .container,
.leaderboard-map .container,
.leaderboard-organizations .container,
.home .container,
#su-list .container,
#challenges-list .container {
  max-width: 100% !important;

}

.section-container {
  margin: 0 auto;
  padding: 40px 40px 50px;
}

@media screen and (max-width: 768px) {
  .section-container {
    margin: 0 auto;
    padding: 30px 0px;
  }
}

@media screen and (min-width: 1441px) {
.page-template-page-social .container {
  max-width: 1100px !important;
  margin: auto;
}
}

@media screen and (max-width: 1440px) {
.page-template-page-social .container {
  max-width: 925px !important;
  margin: auto;
}
}

/* Anchor Tag */

.anchor-tag {
  position: relative;
  top: -180px;
}

.page-template-page-su-social .anchor-tag {
  position: relative;
  top: -205px;
}

@media screen and (max-width:768px) {
  .anchor-tag {
    position: relative;
    top: -110px;
  }
  .page-template-page-su-social .anchor-tag {
    position: relative;
    top: -140px;
  }
}

/* Responsive Video */

.video-container { margin-top: 15px; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }

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

.video-container {
	background: none !important;
}

.vp-center {
	margin: 0;
	padding: 0;
}

/* Social page */

.social-img {
	width: 650px;
	max-width: 100%;
	height: auto;
}

/* Hero Description */

.hero-desc {
	font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
	font-weight: 500;
}

/* Section Title Margin */

.section-container h2 {
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media screen and (max-width:767px) {
  .section-container h2 {
    text-decoration: underline;
    -webkit-text-decoration-color: #99cdec;
            text-decoration-color: #99cdec;
  }
}

/* Section Background */

.white-bg {
  background: #fff;
}

.white-bg h2 {
  color: #13284a;
}

@media screen and (max-width:767px) {
  .white-bg h2 {
    text-decoration: underline;
    -webkit-text-decoration-color: #99cdec;
            text-decoration-color: #99cdec;
  }
}

.carolina-blue-bg {
  background: #99cdec;
}

.carolina-blue-bg h2 {
  color: #13284a;
}

@media screen and (max-width:767px) {
  .carolina-blue-bg h2 {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
            text-decoration-color: #fff;
  }
}

.carolina-blue-bg .section-title:before,
.carolina-blue-bg .section-title:after {
  background: #fff !important;
}

.navy-bg {
  background: #13284a;
}

.navy-bg h2 {
  color: #fff;
}

@media screen and (max-width:767px) {
  .navy-bg h2 {
    text-decoration: underline;
    -webkit-text-decoration-color: #99cdec;
            text-decoration-color: #99cdec;
  }
}

.light-gray-bg {
  background: #f8f8f8;
}

.light-gray-bg h2{
  color: #13284a;
}

@media screen and (max-width:767px) {
  .light-gray-bg h2 {
    text-decoration: underline;
    -webkit-text-decoration-color: #99cdec;
            text-decoration-color: #99cdec;
  }
}

/* Hide Graph on Firefox */

@-moz-document url-prefix() {
  #progress-school-graph,
	#thumbnail-graph {
    display:none;
  }
}

/* Twitter Social Module */

#ctf #ctf-more {
	width: 60% !important;
	background: #fff!important;
	color: #13284a;
	margin: 30px auto 0 !important;
	font-family: 'Ideal Sans A', 'Ideals Sans B', sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

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

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

.update-text {
  display:flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  padding: 80px 10px 30px;
}

.update-buttons {
  display:flex;
  width: 100%;
  justify-content: flex-start;
  margin-top: 10px;
}

.update-buttons .btn-school {
  margin: 0 20px 0 0;
  padding: 8px 24px;
}

@media screen and (max-width:991px) {
  .update-text {
    /* display:flex;
    align-items: flex-start; */
    height: 100%;
    padding: 0 20px 60px;
  }
}

.btn-unc {
  font-family: 'Ideal Sans A', 'Ideal Sans B', serif;
  background: #4b9cd3;
  border: none;
  border-radius:0;
  margin-top: 8px;
  transition: .3s ease-in-out;
}

.btn-unc:hover{
  background: #13284a;
  color: #4b9cd3;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.btn-school {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background: #4b9cd3;
  color: #fff;
  padding: 10px 18px;
  margin: 5px 0 0;
  display:inline-block;
  cursor:pointer;
  border-radius:0;
  transition: .3s ease-in-out;
}

.btn-school:hover {
  background: #13284a;
  color: #4b9cd3;
}

/* GAA Button */

.postid-921 a.btn-school div {
  text-indent: -9999px;
  line-height: 0;
}

.postid-921 a.btn-school div::after {
  content: "MAKE A GIFT TO CAROLINA CLUBS";
  text-indent: 0;
  display: block;
  line-height: initial;
}

.corner-btn {
  background: #99cdec !important;
  font-size: 17px !important;
  color: #13284a !important;
  font-weight: 600 !important;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif !important;
  position: relative;
  padding: 12px 24px !important;
  border: none;
  margin-top: 20px;
  margin-bottom: -10px !important;
  margin-left: -4px;
  text-transform: uppercase !important;
  transition: .3s ease-in-out;
  display: inline-block;
}

.corner-btn:hover {
  background: #89B8D4!important;
  color: #13284a;
}

@media screen and (max-width: 1023px) {
  .corner-btn {
		display: inline-block;
		margin-left: 0px;
	}
}

.corner-btn:before
{
  content: '';
  width: 70%;
  height: 4px;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

.corner-btn:after {
  content: '';
  width: 4px;
  height: 70%;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

@media screen and (min-width:1024px) {
  h1 {
    font-size: 58px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  h1 {
    font-size: 48px;
  }
}

@media screen and (max-width:767px) {
  h1 {
    font-size: 28px;
  }
}

@media screen and (min-width:1600px) {
  h2 {
    font-size: 44px;
  }
}

@media screen and (min-width:1024px) and (max-width:1599px) {
  h2 {
    font-size: 38px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  h2 {
    font-size: 38px;
  }
}

@media screen and (max-width:767px) {
  h2 {
    font-size: 24px;
    line-height: 1.35;
  }
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

@media screen and (max-width:550px) {
  .aligncenter,.alignleft,.alignright {
      width: 100% !important;
      max-width: 100% !important;
      height: auto;
      padding: 0;
  }
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

/* Modules */

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

/* Navigation */

/* Banner */

/* .admin-bar .banner {
  margin-top: 30px;
} */

.banner {
  display:none;
}

.banner.active-banner {
  background: #13284a;
  color: #fff;
  text-align:center;
  font-size: 17px;
  font-weight: 500;
  padding: 10px;
  display:block;
}

@media screen and (max-width: 767px) {
  .banner.active-banner {
    font-size: 13.5px;
  }
}

.banner a {
  color: #f0de1b;
  border-bottom: 2px solid #99cdec;
  white-space: nowrap;
}

/* Countdown, Dollars and Gifts*/

/* .admin-bar .notification {
  margin-top: 30px;
} */

.admin-bar .navbar {
  margin-top: 30px;
}

.notification {
  height: 45px;
  width: 100%;

}

@media screen and (min-width: 1024px) {
  .notification {
    height: 55px;
    margin-bottom: -20px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .notification {
    height: 45px;
    margin: -5px 0 10px;
  }
}

.notification-container {
  display:flex;
  justify-content: space-between !important;
  width: 100%;
  height:100%;
  max-width: 93%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .notification-container {
    max-width: 95%;
  }
}

#countdown-text {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 800;
  color: #13284a;
  font-size: 38px;
  height: 100%;
  margin-left: 5px;
}

@media screen and (max-width: 1023px) {
  #countdown-text {
    font-size: 18px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  #countdown-text {
    font-size: 11px;
    margin-top: 0px;
  }
}

ul#total-gifts-dollars {
  list-style: none;
  display:flex;
  justify-content: flex-end;
  float: right;
  align-items: center;
  height: 100%;
}

#total-gifts-dollars li {
  display:flex;
  align-items: center;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 600;
  color: #13284a;
  font-size: 22px;
  line-height: 1.35;
  text-transform: uppercase;
}

#total-gifts-dollars li:first-child {
  margin-right: 20px;
}

#total-gifts-dollars li span {
  color: #13284a;
  font-weight: 800;
  font-size: 38px;
  padding: 0 5px;
  display:flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
    #total-gifts-dollars li {
      font-size: 12px;
    }
    #total-gifts-dollars li span {
      font-size: 18px;
    }
    #total-gifts-dollars li:first-child {
      margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
  #total-gifts-dollars li {
    font-size: 7px;
  }
  #total-gifts-dollars li span {
    font-size: 11px !important;
  }
  #total-gifts-dollars li:first-child {
    margin-right: 5px;
  }
}

/* End of Countdown */

.navbar-custom {
  background:#fff;
  border-bottom: 3px solid #99cdec;
}

.nav-logo img {
  position: relative;
  padding: 15px;
  max-width: 200px;
  transition: .4s ease-in-out;
  margin:  -12px auto -43px;
}

/* .nav-logo img:before {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  height: 50px;
  width: 50px;
  z-index: 9;
} */

.navigation {
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

.left-menu,
.right-menu {
  width: 40%;
}

.left-menu ul,
.right-menu ul {
  display:flex;
  justify-content: space-center;
  width: 100%;
  list-style: none;
}

.left-menu ul li,
.right-menu ul li {
  text-align:center;
  white-space:nowrap;
  position: relative;
  flex: 1;
  font-size: 16px;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 600;
  color: #13284a;
  border-bottom: 4px solid rgba(0,0,0,0);
  margin: 35px 0 -13px;
  padding:20px 10px 25px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s ease-in-out;
}

@media screen and (min-width: 1600px) and (max-width:1899px) {
  .left-menu ul li,
  .right-menu ul li {
    font-size: 18px;
  }
}

@media screen and (min-width: 1900px) {
  .left-menu ul li,
  .right-menu ul li {
    font-size: 19px;
  }
}

.left-menu ul li a,
.right-menu ul li a {
  color: #13284a;
  text-decoration:none;
}

.left-menu ul li:hover,
.right-menu ul li:hover {
  border-bottom: 4px solid #f0de1b;
}

li.menu-get-involved {
  margin-right: 20px !important;
}

/* Removes Yellow Hover bottom*/

.right-menu ul li.give-btn {
  border:none;
}

.right-menu ul li.give-btn a {
  position: relative;
  background: #99cdec;
  padding: 12px 40px;
  margin-right: 20px;
  /* margin-left: 20px; */
  color: #13284a;
  transition: .3s ease-in-out;
  border: none ;
}

.right-menu ul li.give-btn a:hover {
  background: #89B8D4;
  color: #13284a;
}

.right-menu ul li.give-btn a:before {
  content: '';
  width: 70%;
  height: 4px;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

.right-menu ul li.give-btn a:after {
  content: '';
  width: 4px;
  height: 70%;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .right-menu ul li.give-btn a:before,
  .right-menu ul li.give-btn a:after {
    bottom: -1px;
  }
}

/* @media screen and (min-width: 1900px) {
  .right-menu ul li.give-btn a:before {
    content: '';
    width: 70%;
    height: 4px;
    background: #f0de1b;
    position: absolute;
    bottom: 0px;
    right: -2px;
    appearance: none;
    z-index: 1;
  }
  .right-menu ul li.give-btn a:after {
    content: '';
    width: 4px;
    height: 70%;
    background: #f0de1b;
    position: absolute;
    bottom: 0px;
    right: -2px;
    appearance: none;
    z-index: 1;
  }
} */

.right-menu ul li.give-btn a:hover {
  background: #89B8D4;
  color: #13284a;
  border:none;
}

.navbar-scroll .give-btn.school-give-btn,
.give-btn.school-give-btn,
.school-give-btn a {
  display:none;
}

/* Navbar Scroll */

.navbar-scroll .nav-logo img {
  max-width: 170px;
  /* margin:  10px 0 -55px; */
  margin:  -12px auto -38px;
}

.navbar-scroll .left-menu ul li,
.navbar-scroll .right-menu ul li {
  cursor: pointer;
  transition: .2s ease-in-out;
}

.navbar-scroll .left-menu ul li:hover,
.navbar-scroll .right-menu ul li:hover {
  border-bottom: 4px solid #f0de1b;
}

.navbar-scroll .right-menu ul li.give-btn {
  border:none;
}

.navbar-scroll .right-menu ul li.give-btn a {
  transition: .3s ease-in-out;
}

.navbar-scroll .right-menu ul li.give-btn a:hover {
  background: #89B8D4;
  color: #13284a;
  border:none;
}

/* Desktop Dropdown */

.navigation .left-menu li ul.dropdown {
  position: absolute;
  left:0;
  display:none;
  flex-wrap:wrap;
  flex-direction: column;
  background: #13284a;
  padding:20px 5px;
  margin: 28px 0 10px 0px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  z-index: 999 !important;
  /* white-space:nowrap; */
  opacity:0;
  transition: .3s ease-in-out;
}

.left-menu ul li:hover  ul.dropdown {
  position: absolute;
  top: 49px;
  left: 0px;
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #13284a;
  margin: 28px 0 15px 0;
  height:540px;
  width: 92vw;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  z-index: -1;
  opacity:1;
  transition: .3s ease-in-out;
}

@media screen and (min-width:1600px) {
  .left-menu ul li:hover  ul.dropdown {
    position: absolute;
    top: 52px;
    left: 0px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #13284a;
    margin: 28px 0 15px 0;
    height:580px;
    width: 93vw;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    z-index: -1;
    opacity:1;
    transition: .3s ease-in-out;
  }
}

.navigation .left-menu li ul.dropdown li,
.navigation .left-menu li ul.dropdown li a {
  color: #fff;
  font-weight: 400;
  width:30%;
  text-align: left;
  font-size: 12.5px;
  padding: 5px;
  margin: 0 8px;
  max-height: 26px;
  border:none;
  transition: .2s ease-in-out;
}

/* .navigation .left-menu li ul.dropdown li {
  margin: 0;
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
} */

/* .navigation .left-menu li ul.dropdown li {
border: 1px solid yellow !important;
} */

.navigation .left-menu li ul.dropdown li:hover,
.navigation .left-menu li ul.dropdown li a:hover {
  color: #99cdec;
  border:none;
}

@media screen and (min-width:1700px) {
  .navigation .left-menu li ul.dropdown li,
  .navigation .left-menu li ul.dropdown li a {
    font-size: 13px;
    width: 33%;
    padding: 10px;
    max-height: 28px;
  }
}

@media screen and (max-width:1199px) {
  .navigation .left-menu li ul.dropdown li,
  .navigation .left-menu li ul.dropdown li a {
    color: #fff;
    width: 30%;
    font-weight: 400;
    font-size: 10px;
    padding:8px;
    margin: 0px 10px;
    max-height: 25px;
    border:none;
    transition: .2s ease-in-out;
  }
  .left-menu ul li:hover  ul.dropdown {
    top:42px;
    left: 0;
    width: 90vw;
    min-height: 550px;
    height:78vh;
    max-height: 100%;
  }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
  .left-menu ul li,
  .right-menu ul li {
    /* display:inline-block;
    margin: 0 9px -10px;
    font-size: 12px;
    border-bottom: 0px solid #f0de1b;
    padding:0 0 25px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s ease-in-out; */
    font-size: 12px;
  }

  .left-menu ul li:hover,
  .right-menu ul li:hover,
  .navbar-scroll .left-menu ul li:hover,
  .navbar-scroll .right-menu ul li:hover {
    /* margin-bottom: -14px; */
  }

  .navbar-scroll .left-menu ul li,
  .navbar-scroll .right-menu ul li {
    /* margin: 0 9px -10px;
    font-size: 12px;
    padding: 30px 0 25px;
    cursor: pointer;
    transition: .2s ease-in-out; */
  }
}

@media screen and (min-width: 1024px) {
  .mobile-navigation,
  .mobile-menu {
    display:none;
  }
}

@media screen and (max-width: 1023px) {
  .navigation {
    display:none;
  }
  .mobile-navigation {
    z-index: 10;
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .mobile-give-btn,
  .mobile-give-btn a {
    list-style:none;
    background: #99cdec;
    padding: 5px 7px;
    font-size: 10px;
    text-transform: uppercase;
    color: #13284a;
    font-weight: 600;
    border-radius: 0px;
  }

  .mobile-give-btn {
    position: relative;
  }

  .mobile-give-btn:before
  {
    content: '';
    width: 70%;
    height: 3px;
    background: #f0de1b;
    position: absolute;
    bottom: -2px;
    right: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 1;
  }

  .mobile-give-btn:after {
    content: '';
    width: 3px;
    height: 70%;
    background: #f0de1b;
    position: absolute;
    bottom: -2px;
    right: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 1;
  }

  .home .school-give-btn {
    display:none;
  }

  .hamburger {
  cursor:pointer;
  margin-bottom: 8px;
  }

  .hamburger > div {
    height: 3px;
    width: 25px;
    background: #99cdec;
    margin: 4px 0;
    transition: .2s ease-in-out;
  }

  .bar-one {
  transform: translateY(7px) rotate(135deg);
  }

  .bar-two {
    opacity:0;
  }

  .bar-three {
    transform: translateY(-7px) rotate(-135deg);
  }

  /* Mobile Logo */
  .navbar-custom {
    background:#fff;
    border-bottom: 2px solid #99cdec;
  }

  .nav-logo img {
    z-index: 2;
    max-width: 120px;
    margin:-40px -68px -30px 0;
    transition: .4s ease-in-out;
  }

  .navbar-scroll .nav-logo img {
    max-width: 100px;
    margin:-40px -68px -27px 0;
    transition: .4s ease-in-out;
  }

  .mobile-menu {
    position: absolute;
    z-index: -1;
    top: 10;
    left: 0;
    width: 0vw;
    height: 100vh;
    background: #13284a;
    overflow-y:scroll;
    transition: .2s ease-in-out;
  }
  .mobile-menu-active {
    position: absolute;
    z-index: -1;
    top: 10;
    left: 0;
    width: 99vh;
    max-width:100vw;
    height: 100vh;
    opacity: 1;
    overflow-x: hidden;
    overflow-y:scroll;
    background: #13284a;
  }
  .mobile-menu ul {
    margin: 20px 0 120px;
    list-style: none;
  }
  .mobile-menu ul li a {
    margin:0;
    color: #99cdec;
  }
  .mobile-menu ul li {
    color: #99cdec;
    font-weight: 500;
    margin-left: -40px;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    text-transform: uppercase;
    white-space:nowrap;
    border-bottom: 1px solid #99cdec;
  }

  /* Dropdown */
  ul.mobile-dropdown {
    display:none;
    padding:5px 0;
    margin:12px -25px;
    background: #99cdec;
  }
  ul.mobile-dropdown.active {
    display:block;
  }
  ul.mobile-dropdown li,
  ul.mobile-dropdown li a {
    padding:8px 13px;
    margin:0;
    font-size: 12px;
    color: #13284a;
  }

  .mobile-dropdown li.mobile-dropdown-title {
      color: #13284a;
      font-weight: 500;
      font-size:13px;
      margin-top: 5px;
      margin-bottom: -5px;
    }
  ul.help-mobile-dropdown {
    display:none;
    padding:5px 0;
    margin:12px -25px;
    background: #99cdec;
  }
  ul.help-mobile-dropdown.active {
    display:block;
    background: #99cdec;
  }
  ul.help-mobile-dropdown li {
    padding:8px 25px;
    margin:0;
    font-size: 12px;
    color: #13284a;
  }
  ul.help-mobile-dropdown li a  {
    margin:0;
    padding:0;
    color:#13284a;
  }
}

.arrow-right,
.help-arrow-right {
  display:inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin:0px 5px 0;
  transition: .2s ease-in-out;
}

.arrow-right.active,
.help-arrow-right.active{
  transform: rotate(90deg);
}

@media screen and (min-width:768px) {
  .mobile-menu {
    margin:0px;
  }
  .mobile-menu-active {
    width: 80vw;
  }
}

@media screen and (max-width:400px) {
  ul.mobile-dropdown li,
  ul.mobile-dropdown li a {
    padding:7px 8px;
    margin:0;
    font-size: 11px;
    color: #13284a;
  }
}

@media screen and (max-width:350px) {
  ul.mobile-dropdown li,
  ul.mobile-dropdown li a {
    padding:6px 8px;
    margin:0;
    font-size: 9.5px;
    color: #13284a;
  }
}

@media screen and (max-width:400px) {
  ul.help-mobile-dropdown li {
    padding:6px 16px;
    margin:0;
    font-size: 11px;
    color: #13284a;
  }
}

@media screen and (max-width:350px) {
  ul.help-mobile-dropdown li {
      padding:6px 16px;
      margin:0;
      font-size: 10px;
      color: #13284a;
  }
}

/* Add To Calendar Button */

#customAddToCalendar,
#mobileAddToCalendar {
  background: #99cdec !important;
  font-size: 17px !important;
  color: #13284a !important;
  font-weight: 600 !important;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif !important;
  position: relative;
  padding: 12px 24px !important;
  border: none;
  margin-top: 20px;
  margin-bottom: -10px !important;
  margin-left: -4px;
  text-transform: uppercase !important;
  transition: .3s ease-in-out;
  display: inline-block;
}

/* #mobileAddToCalendar {
	position: relative !important;
} */

@media screen and (max-width: 1023px) {
	#customAddToCalendar,
  #mobileAddToCalendar {
		display: inline-block;
		margin-left: 0px;
	}
}

#customAddToCalendar:before,
#mobileAddToCalendar:before
{
  content: '';
  width: 70%;
  height: 4px;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

#customAddToCalendar:after,
#mobileAddToCalendar:after {
  content: '';
  width: 4px;
  height: 70%;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
	#customAddToCalendar {
		margin-left: 0px;
	}
}

.app.panel.responsive .header {
  background: #99cdec !important;
}

/* Give Button Dropdown Icon */

i.fa-caret-down {
  margin-left: 6px;
  font-size: 18px;
}

.desktop-main-give {
  position: relative;
}

.give-btn-dropdown {
  margin: 0 0 0 10px !important;
  padding: 0;
  max-width: 204px;
  position: absolute;
  top: 55px;
  left: 0;
  display:flex;
  flex-direction: column;
  background: #13284a;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  display:none !important;
}

@media screen and (min-width: 1600px) {
  .give-btn-dropdown {
    max-width: 216px;
    top: 57px;
  }
}

@media screen and (max-width: 1199px) {
  .give-btn-dropdown {
    max-width: 175px;
    top: 50px;
  }
}

.right-menu ul li.give-btn:hover > .give-btn-dropdown {
  display:block !important;
  -webkit-animation: fade_in_show 0.3s;
          animation: fade_in_show 0.3s;
}

@-webkit-keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scale(1)
     }

     100% {
          opacity: 1;
          transform: scale(1)
     }
}

@keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scale(1)
     }

     100% {
          opacity: 1;
          transform: scale(1)
     }
}

.give-btn-dropdown li {
  margin: 0 !important;
  padding: 8px 0 !important;
  border: none !important;
}

.give-btn-dropdown li:first-child {
  padding: 10px 0 8px !important;
  border-bottom: 2px solid #99cdec !important;
}

.give-btn-dropdown li a {
background: rgb(0,0,0,0.0) !important;
color: #99cdec !important;
font-weight: 500;
font-size: 15px;
}

@media screen and (max-width: 1199px) {
  .give-btn-dropdown li a {
    font-size: 12px;
  }
}

.give-btn-dropdown li a:before,
.give-btn-dropdown li a:after {
  display:none;
}

.give-btn-dropdown li:hover {
  background: #0D1C33 !important;
}

/* Mobile Give Button */

@media screen and (max-width: 1023px) {
  .give-btn-dropdown {
    margin: 0 0 0 0 !important;
    padding: 0;
    width: 91px;
    position: absolute;
    top: 27px;
    left: 0;
    display:flex;
    flex-direction: column;
    background: #13284a;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display:none !important;
    list-style: none;
    text-align: center;
  }
  .give-btn-dropdown.active {
    display:block !important;
    -webkit-animation: fade_in_show 0.3s;
            animation: fade_in_show 0.3s;
  }
  .give-btn-dropdown li a {
    font-size: 9px;
  }

  i.fa-caret-down {
    margin-left: 2px;
    font-size: 12px;
  }
}

/* Footer */

.covid-disclaimer {
  text-align:center;
  font-style:italic;
  font-size: 15px;
  color: #13284a;
  padding: 10px;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .covid-disclaimer {
    font-size: 11px;
  }
}

footer {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.70);
  padding: 40px 30px 30px 0;
  margin-bottom:-20px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}

footer::before{
  position: absolute;
  content:'';
  top: 0;
  right: 0;
  bottom:0;
  left: 0;
  background: url('./images/campus_scene.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 90%;
  z-index: -1;
}

.footer-logo img {
  max-width: 220px;
  margin: 10px -20px 10px 0;
}

@media screen and (min-width:769px) {
.rameses {
  position: absolute;
  transform: translate(200%, 170%) scale(1.10);
  transition: .3s ease-in-out;
}

.footer-logo:hover .rameses {
    transform: translate(200%, 80%) scale(1.10);
  }
}

.footer-about {
  margin-right: -20px;
}

.footer-about h4 {
  font-size: 23px;
  text-align:center;
  color: #13284a;
  font-weight: 600;
}

.footer-about ul {
  list-style: none;
  margin:0;
  padding: 30px 0 5px;
  display:flex;
}

.footer-about ul li,
.footer-about ul li a {
  padding: 0 15px;
  color: #13284a;
  font-size: 22px;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 400;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .footer-about ul {
    padding: 10px 0 5px;
  }

  .footer-about ul li,
  .footer-about ul li a {
    font-size: 14px;
    padding: 15px 5px 10px;
  }
}

.footer-about ul li a:hover {
  color: #13284a;
}

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

.footer-contact h4 {
  font-size: 23px;
  text-align:center;
  color: #13284a;
  font-weight: 600;
}

.footer-contact ul {
  list-style: none;
  margin:0;
  padding: 0px 0 25px;
  display:flex;
}

.footer-contact ul i {
  padding: 0 10px;
}

.footer-contact ul li,
.footer-contact ul li a {
  padding: 0 15px;
  color: #13284a;
  font-size: 22px;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 400;
  transition: .3s ease-in-out;
}

.footer-contact ul li a:hover {
  color: #13284a;
}

.footer-hashtags ul {
  list-style: none;
  margin:0;
  padding: 30px 0 30px;
}

.footer-hashtags ul li,
.footer-hashtags ul li a {
  display: inline-block;
  padding: 0 30px;
  color: #13284a;
  font-size: 26px;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 400;
  transition: .3s ease-in-out;
}

.footer-hashtags ul li a:hover {
  color: #13284a;
}

.footer-social ul {
  list-style: none;
  margin:0 0 0 20px;
  padding: 20px 0 40px;
}

.footer-social ul li {
  display:inline-block;
  font-size: 32px;
  padding: 0 20px;
  transition: .3s ease-in-out;
}

.footer-social ul li a {
  color:#13284a;
  transition: .3s ease-in-out;
}

.footer-social ul li a:hover {
  display:inline-block;
  color: #13284a;
  transition: .3s ease-in-out;
}

.footer-giveunc {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .rameses {
    display:none;
  }

  .footer-logo img {
    max-width: 120px;
    margin: 10px -20px 10px 0;
  }

  .footer-hashtags ul {
    list-style: none;
    margin:0;
    padding: 0px 0 20px;
  }

  .footer-hashtags ul li {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-weight: 400;
    transition: .3s ease-in-out;
  }

  .footer-hashtags ul li a {
    display: inline-block;
    padding: 0 8px;
    font-size: 22px;
    color:#fff;
  }

  .footer-social ul {
    list-style: none;
    margin:0;
    padding: 10px 0 10px;
  }

  .footer-social ul li {
    display:inline-block;
    font-size: 24px;
    padding: 0 10px;
    color: #fff;
}

  .footer-social ul li a {
    color: #13284a;
  }

  .footer-giveunc {
    font-size: 18px;
  }

  .footer-contact {
    margin-right: -5px;
  }

  .footer-contact h4 {
    font-size: 20px;
  }

  .footer-contact ul {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 0 15px;
  }
  .footer-contact ul li,
  .footer-contact ul li a {
    display: flex;
    justify-content: center;
    flex-wrap:nowrap;
    width: 100%;
    padding: 3px 15px;
    color: #13284a;
    font-size: 16px;
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-weight: 400;
    transition: .3s ease-in-out;
  }
}

/* School Header Give Now Button */

.single-school-unit .unc-give-btn,
.single-school-unit .unc-give-btn a,
.single-school-unit .navbar-scroll .unc-give-btn,
.single-school-unit .navbar-scroll .unc-give-btn a {
  display:none;
}

.single-school-unit .navbar-scroll .school-give-btn,
.single-school-unit .school-give-btn,
.single-school-unit .school-give-btn a {
  display:inline;
  white-space:nowrap;
}

@media screen and (max-width: 1023px) {
  .single-school-unit .mobile-give-btn,
  .single-school-unit .navbar-scroll .mobile-give-btn,
  .single-school-unit .navbar-scroll .mobile-give-btn a {
    display:inline !important;
  }
  .single-school-unit .navbar-scroll .unc-give-btn a {
    display:none !important;
  }
}

/* School Container */

.school-container {
  position: relative;
  margin-top: 110px;
  /* height: 85vh; */
  overflow:hidden;
}

/* School container*/

.school-row {
  display:flex;
  flex-wrap: wrap;
  margin: 0 -20px 0;
}

/* For decades api */

.su-site-number {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1px;
  visibility: hidden;
}

.school-text {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 85vh; */
  /* min-height: 400px; */
  padding: 0 50px 0;
  text-align:center;
}

@media screen and (min-width:1200px) {
	.school-text{
		/* min-height: 300px; */
    padding: 100px 0 90px;
    text-align:center;
	}
}

.school-text h1 {
  font-family: 'Quarto A', 'Quarto B', serif;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 700;
  color: #13284a;
  margin: 10px 0 5px;
}

.school-text p {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #636e72;
  margin:3px 0 5px;
}

/* List Style */

.school-text ul,
.school-text ol {
	color: #636e72;
	line-height: 1.65;
	font-size: 15px;
	list-style-position: outside;
}

.school-image {
  height: 70vh !important;
  width: 49.9%;
  background-color: transparent;
  background-size:cover !important;
  background-position:center center !important;
}

@media screen and (min-width: 1200px) {
  .school-image {
    min-height: 600px;
  }
}

.btn-school {
  position: relative;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background: #99cdec;
  color: #13284a;
  padding: 12px 18px;
  margin: 20px 0 0;
  display:inline-block;
  cursor:pointer;
  border-radius:0;
  transition: .3s ease-in-out;
}

.btn-school:hover {
  background: #13284a;
  color: #99cdec;
}

a.btn-school:before
{
  content: '';
  width: 70%;
  height: 4px;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

a.btn-school:after {
  content: '';
  width: 4px;
  height: 70%;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

/* Sub Menu List */

ul.sub-menu-list {
  list-style: none;
  display:flex;
  margin: 0;
  padding: 0;
}

ul.sub-menu-list li {
  margin: 50px 0 -30px;
}

ul.sub-menu-list a {
  text-decoration: none;
  padding: 12px 20px;
  background: #ecf0f1;
  margin: 10px;
  border-radius: 40px;
  color: #576574;
  font-weight: 600;
  font-size: 14px;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  ul.sub-menu-list li {
    margin: 8px 0;
    white-space: nowrap;
    padding: 5px 0px;
  }
  ul.sub-menu-list a {
    padding: 10px 16px;
    font-size: 11px;
    margin: 5px;
  }

  ul.sub-menu-list {
    /* background: #f8f8f8; */
     list-style: none;
     display:flex;
     flex-wrap: wrap;
     margin: 25px 0 20px;
     padding: 0;
     justify-content: center;
     /* width: 110vw; */
     width: 85%;
     /* border: 1px solid red; */
     overflow-x: scroll;
     overflow-y: hidden;
   }
   ul.sub-menu-list::-webkit-scrollbar {
   display: none;
 }
}

ul.sub-menu-list a:hover {
  background: #CFD8DC;
}

/* School Unit Data */

.su-data-wrapper {
  padding: 5px 12px;
  margin:0;
}

.donors,
.raised {
  font-weight: 600;
  color: #576574;
  font-size: 18px;
  text-transform: uppercase;
}

.raised {
  padding-left: 12px;
}

.gift-count,
.amount-raised {
  font-weight: 800;
  color: #13284a;
  font-size: 22px;
  padding: 0 3px;
}

@media screen and (min-width:1600px) {
  .gift-count,
  .amount-raised {
     font-size: 36px;
  }
}

@media screen and (min-width:1024px) and (max-width:1599px) {
  .gift-count,
  .amount-raised {
     font-size: 32px;
  }
}

.dollar-sign {
  padding: 0 1px;
}

/* Share Container */

.share-container {
  background: #13284a;
  height: 90px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #99cdec;
}

.share-container h2 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.share-container ul {
  list-style: none;
  margin:0;
  padding: 0;
}

.share-container ul li{
  display:inline-block;
}

.share-container ul li a {
  font-size: 12px;
  color: #99cdec !important;
  font-weight: 500;
  padding: 12px;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration:none;
  transition: .4s ease-in-out;
}

.share-container ul li .fa {
  font-size: 32px;
  color: #99cdec;
  padding: 10px;
  margin-left: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s ease-in-out;
}

.share-container ul li .fa-facebook {
  margin-right: -10px;
}

/* Video Row */

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #99cdec;
  background: url('./images/unc_pine_opacity.svg') #99cdec no-repeat;
  background-position: center center;
  background-size: 105%;
  opacity: 1;
}

.video-wrapper {
  margin:60px auto 60px;
  width: 90%;
  display:flex;
  justify-content: center;
}

iframe {
  text-align:center;
  margin:0 auto;
  width: 65vw;
  height: 36.5625vw;
}

/* Hide Youtube Related Videos*/

.ytp-expand-pause-overlay .ytp-pause-overlay {
  display:none !important
}

@media screen and (max-width: 575px) {
  .video-wrapper {
    margin:40px auto 30px;
    width: 90%;
    display:flex;
    justify-content: center;
  }
  iframe {
    text-align:center;
    margin:0 auto;
    width: 84.5vw;
    height: 47.53125vw;
  }
}

@media screen and (min-width:1800px) {
	.school-text p {
		font-size: 17px;
	}
  .school-text h1 {
    font-size: 56px;
    padding: 0;
  }
}

@media screen and (max-width:1199px) {
  .school-text h1 {
    font-size: 36px;
  }
  .school-text p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width:1023px) {
  .school-container {
    margin-top: 75px;
  }
}

@media screen and (max-width:1199px) {
  .school-container {
    position: relative;
    margin-top: 150px;
    height: 100%;
  }
  .school-row {
    flex-direction:column;
  }
  .school-text {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width:100%;
    padding: 95px 55px 70px;
  }

  .school-text h1 {
    font-family: 'Quarto A', 'Quarto B', serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #13284a;
    margin: 0 0 10px;
  }

  .school-text p {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #4b4b4b;
  }

  /* School Page Text */
  .school-image {
    height: 500px !important;
    width: 100%;
    background-size:cover !important;
    background-position:center center !important;
  }

  /* Share Campaign */
  /* Share Container */
  .share-container {
    background: #13284a;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    padding: 20px 0;
  }

  .share-container h2 {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 5px;
  }

  .share-container ul {
    list-style: none;
    margin:0;
  }

  .share-container ul li{
    display:inline-block;
  }

  .share-container ul li a span {
    display:none;
  }

  .share-container ul li a {
    font-size: 12px;
    color: #99cdec !important;
    font-weight: 500;
    padding: 12px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration:none;
    transition: .4s ease-in-out;
  }

  .share-container ul li .fa {
    font-size: 28px;
    color: #99cdec;
    padding: 10px;
    margin:0;
    width: 30px;
    height: 30px;
    transition: .3s ease-in-out;
  }

  .share-container ul li .fa-facebook {
    margin-right: -10px;
    margin-left: -25px;
  }

  /*Challenges */

  .catalog-title {
    font-size: 32px;
  }

   .make-your-gift {
    background: #13284a;
    padding: 0 25px;
  }
}

@media screen and (max-width:991px) {
  .school-container {
    position: relative;
    margin-top: 70px;
    height: 100%;
  }
}

@media screen and (min-width:769px) {
  .mobile-only {
    display:none !important;
  }
}

@media screen and (max-width:767px) {
  .school-container {
    position: relative;
    margin-top: 78px;
    height: 100%;
  }
  .school-row {
    flex-direction:column;
  }
  .school-text {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width:100%;
    padding: 60px 15px 10px;
  }

  .school-text h1 {
    font-family: 'Quarto A', 'Quarto B', serif;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
    color: #13284a;
    margin: 0 0 0px;
  }

  .school-text p {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4b4b4b;
  }

  .donors,
  .raised {
    font-size: 12px;
    font-weight: 600;
    color: #576574;
    padding: 0 2px;
  }

  .gift-count,
  .amount-raised {
    font-weight: 800;
    color: #13284a;
    padding: 0 2px;
    font-size: 19px;
  }

  .school-image {
    height: 250px !important;
    width: 100%;
    background-size:cover !important;
    background-position:center center !important;
  }

  /* Button */
  .btn-school {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 12px;
    line-height: 1.75;
    text-align:center;
    text-transform: uppercase;
    font-weight: 600;
    background: #99cdec;
    color: #13284a;
    padding:10px;
    margin: 15px 0 0;
    display:block;
    cursor:pointer;
    border-radius:0;
    transition: .3s ease-in-out;
  }

  .btn-school:hover {
    background: #13284a;
    color: #99cdec;
  }

  /* Share Campaign */
  /* Share Container */
  .share-container {
    background: #13284a;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    padding: 20px 0;
  }

  .share-container h2 {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 5px;
  }

  .share-container ul {
    list-style: none;
    margin:0;
  }

  .share-container ul li{
    display:inline-block;
  }

  .share-container ul li a span {
    display:none;
  }

  .share-container ul li a {
    font-size: 12px;
    color: #99cdec !important;
    font-weight: 500;
    padding: 8px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration:none;
    transition: .4s ease-in-out;
  }

  .share-container ul li .fa {
    font-size: 28px;
    color: #99cdec;
    padding: 10px;
    margin:0;
    width: 30px;
    height: 30px;
    transition: .3s ease-in-out;
  }

  .share-container ul li .fa-facebook {
    margin-right: -10px;
    margin-left: -25px;
  }

  /* Challenges */
  .catalog-container h1 {
  position: relative;
  font-family: 'Quarto A', 'Quarto B', serif;
  font-size: 18px;
  font-weight: 800;
  color: #13284a;
  text-transform: capitalize;
  text-align:center;
  margin: 50px 0 50px;
  z-index: 2;
  }

  .catalog-container h1:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  border-top: 3px solid #99cdec;
  margin: 0 auto;
  z-index: -1;
  }

  .make-your-gift {
    background: #13284a;
    padding: 0 25px;
  }

  .challenge-card {
    text-align:center;
  }

  .challenge-card-graphic {
    padding: 10px 0;
  }

  .challenge-text {
    margin: -10px 0 30px;
  }

  .challenge-text h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width:375px) {
  .share-container h2 {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 5px;
  }
}

/* Sub Menu List */

ul.page-sub-menu.sub-menu-list {
  display:flex;
  justify-content: center;
  padding: 0px 10px 70px;
}

@media screen and (max-width: 767px) {

  ul.page-sub-menu.sub-menu-list {
    list-style: none;
    display:flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    /* overflow-x: scroll;
    overflow-y: hidden; */
    padding: 20px 10px 20px;
  }

  ul.sub-menu-list::-webkit-scrollbar {
  display: none;
}
}

.page-title {
  font-family: 'Quarto A', 'Quarto B', serif;
  color: #13284a;
  font-weight: 800;
  text-align:center;
  margin: 150px 0 0;
}

@media screen and (min-width: 1024px) {
  .page-title {
    margin: 275px auto 0;
  }
}

.page-title:before,
.page-title:after {
  content: '';
  padding: 1.75px 20px;
  display:inline-block;
  background: #99cdec;
  margin: 5px 20px 5px;
}

@media screen and (min-width: 1024px) {
  .page-title:before,
  .page-title:after {
    content: '';
    padding: 2px 35px;
    display:inline-block;
    background: #99cdec;
    margin: 10px 35px 10px;
  }
}

/* Section Title */

.section-title{
  font-family: 'Quarto A', 'Quarto B', serif;
  color: #13284a;
  font-weight: 800;
  text-align:center;
  padding: 0 10px;
}

@media screen and (min-width: 1024px) {
  .section-title:before,
  .section-title:after {
    content: '';
    padding: 2px 35px;
    display:inline-block;
    background: #99cdec;
    margin: 10px 30px 10px;
  }
}

@media screen and (max-width: 575px) {
  .section-title:before,
  .section-title:after {
    /* content: '';
    padding: 1.75px 15px;
    display:inline-block;
    background: #99cdec;
    margin: 5px 15px 5px; */
    display:none;
  }
}

/* .page-social {
font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
font-size: 16px;
line-height: 1.65;
font-weight: 400;
} */

/* @media screen and (max-width:768px) {
  .page-social {
    margin-top: -20px;
  }
} */

.page-template-page-social .page-title:before,
.page-template-page-social .page-title:after {
  content: '';
  padding: 1.75px 15px;
  display:inline-block;
  background: #99cdec;
  margin: 5px 20px 5px;
}

@media screen and (min-width: 1024px) {
  .page-template-page-social .page-title:before,
  .page-template-page-social .page-title:after {
    content: '';
    padding: 2px 35px;
    display:inline-block;
    background: #99cdec;
    margin: 10px 35px 10px;
  }
}

@media screen and (max-width: 320px) {
  .page-template-page-social .page-title:before,
  .page-template-page-social .page-title:after {
    content: '';
    padding: 1.75px 10px;
    display:inline-block;
    background: #99cdec;
    margin: 5px 15px 5px;
  }
}

/* Social Template */

h1.social-page-title {
  margin-bottom: 30px;
 }

h1.social-page-title:before,
 h1.social-page-title:after {
   display:none;

 }

@media screen and (min-width:1024px) {
   h1.social-page-title {
    font-size: 44px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  h1.social-page-title {
    font-size: 38px;
  }
}

@media screen and (max-width:767px) {
  h1.social-page-title {
    font-size: 28px;
  }
}

.social-template-title {
  text-align:center;
  color: #4b9cd3;
  /* margin-top: 25px; */
  /* margin-bottom: -25px; */
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: -30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .social-template-title {
    /* margin-top: 25px;
    margin-bottom: -20px; */
    margin-bottom: -20px;
    font-size: 14px;
    text-transform: uppercase;
  }
}

/* Sub Menu List */

ul.social-sub-menu.sub-menu-list {
  display:flex;
  justify-content: center;
  padding: 0px 10px 70px;
}

@media screen and (max-width: 767px) {
  ul.social-sub-menu.sub-menu-list {
    list-style: none;
    display:flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px 20px;
  }
}

/* Social Landing Page */

.page-social span {
  color: #4b9cd3;
}

.page-social a {
  color: #4b9cd3 !important;
}

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

h2.social-media-guide {
 /* font-family: 'Quarto A', 'Quarto B', sans-serif; */
 font-size: 36px !important;
 font-weight: 600;
 color: #4b9cd3 !important;
 padding-top: 30px !important;
}

.page-social h2 {
  color: #13284a;
  font-size: 26px;
  font-weight: 600;
  margin: 25px 0 10px;
}

.page-template-page-social h3 {
  color: #4b9cd3;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 10px;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .page-template-page-social h3 {
    color: #4b9cd3;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px;
    line-height: 1.35;
  }
}

.social-lead-title {
  text-align: center;
  color: #13284a;
  font-size: 38px;
  margin: 15px auto 35px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .social-lead-title {
    text-align: center;
    color: #13284a;
    font-size: 32px;
    margin: 15px auto 30px;
    font-weight: 500;
  }
}

@media screen and (max-width:767px) {
  .page-social h1 {
   font-size: 30px;
   font-weight: 600;
   color: #4b9cd3;
   margin: 15px 0 10px;
  }

  .page-social h2 {
    color: #13284a;
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 10px;
  }

  .page-social h3 {
    color: #13284a;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px;
  }

	h2.social-media-guide {
		font-size: 25px !important;
	}
}

.page-social ol {
  margin:0;
}

.page-social ol li {
  padding: 5px 0;
}

.fb-profile-wrap {
  display:flex;
  justify-content: space-between;
  max-width: 100%;
}

@media screen and (max-width:1215px) {
  .fb-profile-wrap {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    max-width: 640px;
  }
}

.fb-profile-wrap img {
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  height: 250px;
  width: 250px;
}

.fb-cover img {
  margin: 10px 0;
}

ul.social-column-four {
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	list-style:none;
	margin: 0 0 0 -8px;
	padding: 0;
}

.social-column-four li {
	width: 25%;
	padding: 8px;
}

@media screen and (max-width: 767px) {
	.social-column-four li {
	width: 50%;
	padding: 8px;
}
}

ul.social-column-two {
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style:none;
	margin: 0 0 0 -8px;
	padding: 0;
}

.social-column-two li {
	width: 50%;
	padding: 8px;
}

@media screen and (max-width: 767px) {
	.social-column-two li {
	width: 100%;
	padding: 8px;
}
}

ul.social-column-three {
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style:none;
	margin: 0 0 0 -8px;
	padding: 0;
}

.social-column-three li {
	width: 30%;
	padding: 8px;
}

@media screen and (max-width: 767px) {
	.social-column-three li {
	width: 100%;
	padding: 8px;
}
}

ul.photo-booth {
  list-style: none;
  margin: -10px 0 0;
  padding: 0;
  display:flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  ul.photo-booth {
    margin: -10px -10px 0;
  }
}

@media screen and (min-width: 991px) {
  h3.social-title-negative {
    margin-top: -30px;
  }
}

.page-template-page-last-years-results .page-title:before,
.page-template-page-last-years-results .page-title:after {
  display:none;
}

.page-template-page-last-years-results .page-lead {
  font-size: 30px;
  color: #4b9cd3;
  text-align: center;
  margin-bottom: -8px;
}

/* .page-template-page-last-years-results #customAddToCalendar {
  text-align:center !important;
} */

@media screen and (max-width: 768px) {
  .page-template-page-last-years-results .page-lead {
    font-size: 24px;
    line-height: 1.35;
    margin-top: 3px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-last-years-results .page-lead {
    font-size: 18px;
    line-height: 1.35;
    margin-top: 3px;
    padding: 5px 10px;

  }
}

.last-year-numbers {
  margin-top: 20px;
  display:flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .last-year-numbers {
    flex-direction: column;
  }
}

.last-year-dollars,
.last-year-gifts {
  padding: 0 30px;
  text-align:center;
}

.last-year-blue {
  font-size: 46px;
  color: #4b9cd3;
  font-weight: 600;
  margin-bottom: -10px;
}

@media screen and (max-width:767px) {
  .last-year-blue {
    font-size: 38px;
  }
}

.last-year-dollars-text,
.last-year-gifts-text {
  font-size: 26px;
  color: #13284a;
  background:#f0de1b;
  padding: 2px 5px;
  font-weight: 600;
  display:inline;
}

@media screen and (max-width:767px) {
  .last-year-dollars-text,
  .last-year-gifts-text {
    font-size: 22px;
  }
}

.last-year-initiative-wrapper {
  display:flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .last-year-initiative-wrapper {
   flex-direction: column;
  }
}

.last-year-initiatives {
  font-size: 28px;
  color: #4b9cd3;
  font-style:italic;
  font-weight: 700;
  text-align:center;
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .last-year-initiatives {
    font-size: 26px;

  }
}

.last-year-initiative-diversity,
.last-year-initiative-covid {
 flex: 1;
 max-width: 320px;
 padding: 0 20px;
 display:flex;
 justify-content: center;
 flex-direction: column;
 text-align: center;
 font-size: 23px;
}

@media screen and (max-width:767px) {
  .last-year-initiative-diversity,
  .last-year-initiative-covid {
    padding: 10px 20px 25px;
    font-size: 21px;
    max-width: 100%;
  }
}

.last-year-initiative-diversity .last-year-blue,
.last-year-initiative-covid .last-year-blue {
  font-size: 37px;
  font-style: italic;
}

@media screen and (max-width:767px) {
  .last-year-initiative-diversity .last-year-blue,
  .last-year-initiative-covid .last-year-blue {
    font-size: 30px;
  }
}

.last-year-initiative-diversity div,
.last-year-initiative-covid div {
  margin: -5px;
 }

.last-year-initiative-diversity-title span,
 .last-year-initiative-covid-title span {
  text-decoration: underline;
  -webkit-text-decoration-color: #f0de1b;
          text-decoration-color: #f0de1b;
 }

.last-year-donors-numbers {
   padding: 0 20px;
   display:flex;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   font-size: 23px;
   font-style: italic;
 }

@media screen and (max-width:767px) {
.last-year-donors-numbers {
  padding: 0;
}
 }

@media screen and (max-width:767px) {
  .last-year-donors-numbers {
  font-size: 21px;
  }
 }

.last-year-donors-numbers span {
   font-weight: 700;
   font-style: normal;
 }

span.ly-underline {
   text-decoration: underline;
   -webkit-text-decoration-color: #f0de1b;
           text-decoration-color: #f0de1b;
   font-weight: 500;
   font-style:italic;
 }

.ly-class-most {
   margin-top: -6px;
   font-size: 16px;
 }

@media screen and (max-width:767px) {
   .ly-class-most {
     font-size: 14px;
   }
 }

span.ly-arrows {
   color: #f0de1b;
   padding: 0 8px
 }

.about-container {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 835px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .about-container {
    padding-top: 105px;
  }
}

h3.about-title {
  font-family: 'Quarto A', 'Quarto B', serif;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px !important;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  h3.about-title {
    font-size: 30px;
  }
}

.about-highlight {
  font-style: italic;
  font-weight: bolder;
}

ul.about-page-buttons {
  text-align:center !important;
  display: flex;
  justify-content:center;
  list-style: none;
  align-items: center;
  margin: 0px 0 40px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  ul.about-page-buttons {
    flex-direction: column;
  }
  ul.about-page-buttons li div {
    width: 90vw !important;
  }
}

ul.about-page-buttons li {
  margin: 8px 15px;
}

.hero-title {
  line-height: 1 !important;
}

@media screen and (max-width:768px) {
  .hero-title {
    text-align: center !important;
  }
}

/* .hero-button {
  position: relative;
} */

.hero-button:before {
    content: '';
    width: 70%;
    height: 4px;
    background: #f0de1b;
    position: absolute;
    bottom: -2px;
    right: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
  }

.hero-button:after {
  content: '';
  width: 4px;
  height: 70%;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  }

/* @media screen (max-width:599px) {
  .hero-button {
    padding: 10px !important;
  }
} */

/* .hero-desktop-bg {
  background-size: 200% !important;
  background-position: 50% 50%;
} */

@media screen and (min-width: 1025px) {
  .home main {
    margin-top: 180px;
  }
}

@media screen and (min-width: 1661px) {
  rs-sbg {
    min-height: 500px !important;
  }
}

@media screen and (max-width: 1024px) {
  rs-sbg {
    background-image: none !important;
  }
}

/* Hero Slide */

@media screen and (max-width:1024px) and (min-width: 769px) {
  .home #hero-mobile-bg {
    width: 110% !important;
    height: 100% !important;
    margin: -20px -25px 0 -25px!important;
  }
  .home #hero-mobile-bg img {
    width: 1024px !important;
    height: auto !important;
    margin-top: -15px !important;
  }
}

@media screen and (max-width: 768px) {
  .home main {
    margin-top: 45px;
  }

  .home main.active-banner {
    margin-top: 105px;
  }
}

@media screen and (max-width: 767px) {
  .home main {
    margin-top:0px;
  }

  .home main.active-banner {
    margin-top: 50px;
  }
}

/* Surface Duo */

@media screen and (max-width: 540px) {
  .home main {
    margin-top: 70px;
  }

  .home main.active-banner {
    margin-top: 130px;
  }

  .home #hero .container-fluid.wysiwyg-full {
    margin-bottom: -100px !important;
  }
}

/* Iphone Plus */

@media screen and (max-width: 414px) {
  .home main {
    margin-top: 70px;
  }

  .home main.active-banner {
    margin-top: 150px;
  }
}

/* Iphone 6/7/8 */

@media screen and (max-width: 385px) {
  .home main {
    margin-top: 40px;
  }

  .home main.active-banner {
    margin-top: 120px;
  }
}

@media screen and (max-width: 360px) {
  .home main {
    margin-top: 15px;
  }

  .home main.active-banner {
    margin-top: 110px;
  }
}

@media screen and (max-width: 320px) {
  .home main {
    margin-top: -15px;
  }

  .home main.active-banner {
    margin-top: 90px;
  }
}

@media screen and (max-width: 280px) {
  .home main {
    margin-top: -55px;
  }
  .home #hero-text img {
    width: 125px !important;
    height: auto !important;
    margin: 40px auto 0;
    display:flex;
    justify-content: center;
  }
}

.slick-wrapper {
  width: 90%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 20px;
}

.slick-list {
  margin-left: -4px;
}

a.slick-item {
  border: 0px solid #4b4b4b;
  font-size: 18px;
  font-weight: 600;
  color: #13284a;
  padding: 8px;
  border-radius: 5px;
}

.slick-item-inner {
  position: relative;
  padding: 20px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.4); */
  border-radius: 4px;
  background: #13284a;
  color: #fff;
  display:flex;
  justify-content: center;
  text-align: center;
  height: 115px;
  width: 100%;
  transition: .2s ease-in-out;
}

.slick-item-inner:hover {
  box-shadow: 0 0px 8px rgba(0,0,0,0.4), 0 4px 8px rgba(0,0,0,0.4);
}

.slick-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  font-size: 16px;
}

.slick-right {
 position: absolute;
 top: 39%;
 right: -30px;
 font-size: 32px;
 border-radius: 50%;
 border: none;
 color: #636e72;
 transition: .3s ease-in-out;
 cursor:pointer;
}

.slick-right:hover {
 color: #13284a;
}

.slick-left {
 position: absolute;
 font-size: 32px;
 top: 39%;
 left: -30px;
 border: none;
 z-index: 9999;
 color: #636e72;
 cursor:pointer;
 text-transform: uppercase;
 transition: .3s ease-in-out;
}

.slick-left:hover {
 color: #13284a;
}

.slick-dots {
 display:flex;
 justify-content: center;
 margin: 15px 0 0 -40px;
}

.slick-dots li {
   height: 12px;
   width: 12px;
   margin: 0 5px;
   background: lightgray;
   border-radius: 50px;
   display: inline-block;
   cursor:pointer;
   /* box-shadow:0px 0px 4px gray inset; */
}

.slick-dots li button {
  font-size: 0;
  border: 0;
  background:none;
}

.slick-dots li.slick-active {
   background-color: #99cdec;
}

.designation-spacer li {
 margin: 15px;
}

@media screen and (min-width:1024px) and (max-width: 1199px) {
  .slick-title {
    font-size: 16px;
  }
}

@media screen and (min-width:991px) and (max-width: 1023px) {
  .slick-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .slick-title {
    font-size: 12px;
  }

  .slick-right {
   position: absolute;
   top: 45%;
   right: -8px;
   font-size: 22px;
   border-radius: 50%;
   border: none;
   color: #636e72;
   transition: .3s ease-in-out;
   cursor:pointer;
 }

 .slick-left {
   position: absolute;
   font-size: 22px;
   top: 45%;
   left: -8px;
   border: none;
   z-index: 9999;
   color: #636e72;
   cursor:pointer;
   text-transform: uppercase;
   transition: .3s ease-in-out;
 }

 .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 3px;
    background: lightgray;
    border-radius: 50px;
    display: inline-block;
    cursor:pointer;
    /* box-shadow:0px 0px 4px gray inset; */
 }
}

/* Content Modules */

.container-fluid.wysiwyg-full {
  margin: 0px !important;
  padding: 0;
}

/* SU List Searchable */

/* Su Sub Menu */

ul.sub-menu-list li {
 white-space: nowrap;
}

@media screen and (min-width:768px) {
.single-school-unit ul.sub-menu-list {
	flex-wrap: wrap;
	justify-content:center;
	margin-top: 30px;
	max-width: 1000px;
}

.single-school-unit ul.sub-menu-list li {
	margin: 20px 0;
}
}

/* fix random capitalization */

.page .donors,
.page .raised {
	text-transform: none;
}

.cause-container .row {
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}

.thumbnail {
  cursor:pointer;
  border-radius: 0;
  margin: 0 0 30px;
  padding: 0;
  border: 0px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  transition: .3s ease-in-out;
  max-width: 100%;
  /* display:inline-block; */
}

.thumbnail:hover {
  box-shadow: 0 0px 10px rgba(0,0,0,0.5), 0 4px 10px rgba(0,0,0,0.5);
  /* transform: translateY(-1px); */
}

.thumbnail-image {
  position: relative;
  width: 100%;
  max-height: 185px;
  overflow:hidden;
  /* min-width: 100%;
  height: auto; */
}

@media screen and (max-width: 1500px) {
  .thumbnail-image {
   max-height: 185px;
 }
}

.thumbnail-text {
  display:none !important;
}

.thumbnail img {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  transition: .4s ease-in-out;
}

.thumbnail img:hover {
  transform: scale(1.02);
}

.caption {
  display:flex;
  flex-direction: column;
  justify-content: center;
  margin:-18px 5px -10px;
  min-height: 120px;
}

.thumbnail h3 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
  color: #13284a;
  text-align:center;
}

@media screen and (max-width:1366px) {
  .thumbnail h3 {
    font-size: 16px;
  }
}

.thumbnail-graph-wrapper {
  /* background: #dfe6e9; */
  margin: -14px 0 12px;
}

#thumbnail-graph {
  /* width: 100%; */
  background: #dfe6e9;
  margin: 0px 18px 3px;
}

/* School Unit Data */

.thumbnail-data-wrapper {
  background: #13284a;
  padding: 5px 12px;
  /* min-height: 40px; */
  margin: 0;
  text-align:center;
}

.thumbnail-su-gift,
.thumbnail-su-amount {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 0 1px;
}

.thumbnail-su-amount {
  padding-left: 5px;
}

.thumbnail-su-gift-total,
.thumbnail-su-amount-total {
  font-weight: 800;
  font-size: 20px;
  color: #99cdec;
  padding: 0;
}

@media screen and (max-width: 575px) {
  .thumbnail-su-gift,
  .thumbnail-su-amount {
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    padding: 0 1px;
  }

  .thumbnail-su-amount {
    padding-left: 5px;
  }

  .thumbnail-su-gift-total,
  .thumbnail-su-amount-total {
    font-weight: 800;
    font-size: 14px;
    color: #99cdec;
    padding: 0;
  }
}

.quicksearch-container {
  /* margin-top: 35px; */
  width: 100%;
  text-align:center;
}

.quicksearch {
  width: 700px;
  max-width:95%;
  height: 50px;
  margin-bottom: 50px;
  margin-top: -10px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0,0,0,0);
  border-radius: 30px;
  border:1px solid rgba(0,0,0,0.3);
  transition: .3s ease-in-out;
}

@media screen and (min-width:1024px) {
  .quicksearch {
  font-size: 18px;
  width: 700px;
  max-width:95%;
  height: 50px;
  margin-bottom: 50px;
  margin-top: -10px;
  padding: 0 25px;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  border-radius: 30px;
  border:1px solid rgba(0,0,0,0.3);
  transition: .3s ease-in-out;
  }
}

.quicksearch:focus {
  outline: none;
  box-shadow: 0px 0px 5px #99cdec;
}

#no-results {
  display:none;
}

@media screen and (max-width: 575px) {
  .caption {
    margin:-21px 0px -10px;
    min-height: 115px;
  }

  .thumbnail h3 {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.45;
    color: #13284a;
  }
  .thumbnail-data-wrapper {
    font-size: 15px;
    background: #13284a;
    padding: 5px;
    margin: 0;
    text-align:center;
  }
  .thumbnail-image {
   max-height: 125px;
 }
}

/* Isotope Grid Styling */

.grid-item {
  width: 20%;
  padding: 0 8px;
}

.carolina-fund-result {
  width: 20%;
  padding: 0 8px;
}

@media screen and (max-width: 1440px) {
  .grid-item {
    width: 25%;
    padding: 0 8px;
  }
  .carolina-fund-result {
    width: 25%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 1024px) {
  .grid-item {
    width: 33%;
    padding: 0 8px;
  }
  .carolina-fund-result {
    width: 33%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 575px) {
  .grid-item {
    width: 50%;
    padding: 0 8px;
    margin: 0;
  }
  .carolina-fund-result {
    width: 50%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 320px) {
  .grid-item {
    width: 100%;
    padding: 0 8px;
    top: 0;
  }
  .carolina-fund-result {
    width: 100%;
    padding: 0 8px;
  }
}

/* No Results */

.btn-no-results {
  margin: 0 auto;
  width: 100%;
  text-align:center;
  background: #13284a;
  color: #99cdec;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  transition: .3s ease;
}

.btn-no-results:hover {
  background: #99cdec;
  color: #13284a;
}

.su-list-more {
  text-align:center;
  font-style:italic;
  font-size: 15px;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .su-list-more {
    max-width: 90%;
    margin: auto;
    font-size: 13px;
  }
}

.su-list-more a {
  font-weight: bold;
  color: #4b9cd3;
  white-space: nowrap;
}

.challenge-number {
  /* font-size: 24px;
  color: #13284a; */
  color: #fff;
  font-size: 1px;
  visibility: hidden;
}

.challenge-timer-wrapper {
  margin: 0px auto 10px;
  padding: 5px;
  background: #13284a;
  font-weight: 800;
  padding: 5px 12px;
  font-size: 15px;
  border-radius: 3px;
  display:flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  max-width: 270px;
  white-space: nowrap;
}

@media screen and (min-width: 769px) and (max-width: 999px)  {
  .challenge-timer-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

.challenge-timer-title {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-right: 7px;
  letter-spacing: .5;
  margin-top: 0px;
}

.challenge-timer {
  color: #f0de1b;
}

#challenges-list #timer {
  font-weight: 500;
  font-size: 14px;
  color: #f0de1b;
}

#challenges-list #timer .minutes{
  margin-left: 4px;
}

#timer {
  min-width: 88px;
  color: #99cdec;
  font-weight: 600;
  font-size: 16px;
  display:flex;
  align-items: center;
}

#timer span {
  color: #f0de1b;
  font-weight: 700;
  font-size: 19px;
  margin-right: 2px;
  margin-left: 2px;
}

#timer span:first-child {
  margin-left: 0;
}

.challenge-filters {
  display:flex;
  flex-direction: row;
  margin: 0 auto 40px;
}

.challenge-input-wrapper {
 flex: 1 50%;
 width: 680px;
 max-width: 100%;
 margin: 0 10px 0;
 text-align: right;
}

.challenge-dropdown-wrapper {
  flex: 1 50%;
  width: 680px;
  max-width: 100%;
  margin: 0 10px 0;
  text-align: left;
}

.challenge-type-label,
.challenge-type-dropdown {
  min-width: 225px;
}

.challenge-input.quicksearch,
.challenge-dropdown {
  position:relative;
  max-width:95%;
  height: 50px;
  margin: 5px;
  padding: 0 25px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  border-radius: 30px;
  border: 1px solid rgba(0,0,0,0.3);
  transition: .3s ease-in-out;
}

.challenge-dropdown {
  color: gray;
}

@media screen and (min-width:1024px) {
  .challenge-input {
  font-size: 19px;
  }
}

.challenge-input:focus {
  outline: none;
  box-shadow: 0px 0px 5px #99cdec;
}

@media screen and (max-width: 1575px) {
  .challenge-filters {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .challenge-input-wrapper {
    width: 685px;
    margin: 0 auto;
    text-align:center;
  }
  .challenge-dropdown-wrapper {
    margin: 10px auto;
    text-align:center;
    width: 720px;
  }

  .challenge-input.quicksearch {
    margin: 0 0 0 4px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .challenge-filters {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }

  .challenge-input-wrapper {
    width: 685px;
    margin: 0 auto;
    text-align:center;
  }
  .challenge-dropdown-wrapper {
    margin: 10px auto;
    text-align:center;
    max-width: 100%;
    display:flex;
    justify-content: center;
  }

  .challenge-input.quicksearch {
    max-width: 100%;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0);
    font-size: 12px;
  }

  .challenge-su-label,
  .challenge-su-dropdown {
    width: 100%;
    margin: 5px auto;
    /* width: 100% !important;
    max-width: 100%; */
    box-shadow: 0 2px 5px rgba(0,0,0,0);
    font-size: 12px;
  }

  .challenge-type-label,
  .challenge-type-dropdown {
    min-width: 150px;
    width: 33% !important;
    margin: 5px auto;
    /* width: 100%;
    max-width: 100%; */
    box-shadow: 0 2px 5px rgba(0,0,0,0);
    font-size: 12px;
  }

  .challenge-input.quicksearch,
  .challenge-dropdown {
    padding: 0 15px;
  }
}

/* The CSS */

select {
    padding:3px;
    margin: 0;
    border-radius:4px;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    /* background: #f8f8f8; */
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}

label:after {
    content:'>';
    font:18px "Ideal Sans A", 'Ideal Sans B', sans-serif;
    color:#aaa;
    transform:rotate(90deg);
    right:30px; top:20px;
    padding:0 0 2px;
    /* border-bottom:1px solid #ddd; */
    position:absolute;
    pointer-events:none;
}

@media screen and (max-width: 767px) {
  label {position:relative}
  label:after {
      content:'>';
      font:14px "Ideal Sans A", 'Ideal Sans B', sans-serif;
      color:#aaa;
      transform:rotate(90deg);
      right:15px; top:22px;
      padding:0 0 2px;
      /* border-bottom:1px solid #ddd; */
      position:absolute;
      pointer-events:none;
  }
}

label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:rgb(255,255,255,0);
    position:absolute;
    pointer-events:none;
    display:block;
}

.thumbnail.challenge-thumbnail {
  cursor: default;
}

.thumbnail .challenge-school-unit {
  background: #ecf0f1;
  color: #13284a;
  padding: 12px 20px 10px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  font-family: 'Quarto A', 'Quarto B', serif;
  font-weight: 800;
  margin-bottom: -10px;
  text-align:center;
  min-height: 65px;
}

.thumbnail .challenge-amount-raised {
  background: #ecf0f1;
  color: #fff;
  padding: 10px 22px;
  font-size: 16px;
  font-family: 'Ideal Sans A', 'Ideal Sans B', serif;
  font-weight: 500;
  margin-bottom: -10px;
}

.btn-challenge-page {
  margin: 0 19px 20px;
}

.btn-wrapper {
  text-align:center;
}

.thumbnail-challenge-data-wrapper {
  display:flex;
  flex-wrap:nowrap;
  justify-content: space-around;
  font-size: 17px;
  background: #13284a;
  padding: 0px 0px;
  margin: 0;
  text-align:center;
}

.thumbnail-challenge-data-wrapper .thumbnail-goal {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 0 2px;
}

.thumbnail-challenge-data-wrapper .thumbnail-progress {
  font-weight: 800;
  font-size: 20px;
  color: #99cdec;
  padding: 0 2px;
}

.thumbnail-challenge-data-wrapper .thumbnail-challenge-goal {
  flex: 1;
  padding: 8px;
  font-weight: 500;
}

.thumbnail-challenge-link {
  background: #99cdec;
  flex:1;
  padding: 10px 0;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #13284a;
  transition: .3s ease-in-out;
}

.thumbnail-challenge-link:hover {
  background: #89B8D4;
  color: #13284a;
}

.page .challenge-title {
  font-size: 19px;
  min-height: 54px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.challenge-thumbnail .thumbnail-graph-wrapper {
  margin:-5px -3px 15px;
}

.challenge-caption {
  padding: 15px 15px 15px !important;
}

.challenge-excerpt {
  height: 52px;
  overflow:hidden;
  position: relative;
  /* border: 1px solid red; */
}

.more-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 45px 5px 5px;
  margin-bottom: -3px;
  background-color: #fff;
  /* box-shadow: 0 20px 6px 20px #fff; */
}

.challenge-excerpt.expanded-caption {
  height: 100%;
  /* border: 1px solid red; */
}

.challenge-expand-caption {
  text-align:center;
  padding: 12px 0 8px;
  font-size: 13px;
  color: #13284a;
  cursor: pointer;
}

#challenge-list .grid {
  display:flex !important;
  justify-content: center !important;
}

.challenge-item {
  width: 25% !important;
}

@media screen and (max-width: 1199px) {
  .challenge-item {
    width: 33% !important;
  }
}

@media screen and (max-width: 768px) {
  .challenge-item {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .challenge-item {
    width: 100% !important;
  }
  .page .challenge-title {
    font-size: 19px;
    min-height: 100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
  }
  .challenge-excerpt {
    height: 53px;
    overflow:hidden;
    position: relative;
  }
}

#wysiwyg-social {
  /* background: #99cdec; */
}

.challenges-single-container {
  background: #13284a;
}

.challenges-single-container h2 {
  color: #fff;
  margin-bottom: 15px;
}

@media screen and (max-width:767px) {
  .challenges-single-container h2 {
    margin-bottom: 0px;
    text-decoration: underline;
    -webkit-text-decoration-color: #99cdec;
            text-decoration-color: #99cdec;
  }
}

@media screen and (max-width: 767px) {
  .challenges-single-container .section-title:before,
  .challenges-single-container .section-title:after {
    content: '';
    padding: 0px;
    display:none;
    margin: 0px;
  }
}

/* Challenges */

.make-your-gift {
  background: #13284a;
  padding: 0 25px;
}

.challenge-card {
  max-width: 1200px;
  height: 100%;
  padding: 0px 25px;
  margin: 0 auto 10px;
  color: #fff;
}

@media screen and (max-width:767px) {
  .challenge-card {
    padding: 0px;
  }
}

.challenge-card-wrapper {
  margin: 15px 0 25px;
}

@media screen and (max-width:767px) {
  .challenge-card-wrapper {
    margin: 40px 0 40px;
    display:flex;
    flex-direction: column-reverse;
  }
}

.challenge-card-graphic {
  padding: 20px 0;
}

@media screen and (max-width:767px) {
  .challenge-card-graphic {
    padding: 5px 0 10px;
  }
}

.challenge-card h3 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 22px;
  color:#99cdec;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .challenge-card h3 {
    margin-top: 0px;
  }
}

.challenge-card p {
  font-size: 16px;
  line-height: 1.75;
  text-align:left;
}

.challenge-card p a {
	color: #99cdec;
}

.challenge-graph-wrapper {
  margin:5px 5px 0;
}

.challenge-data-wrapper {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
  padding: 5px 10px;
  height: 85px;
  width: 85px;
  background: #dfe6e9;
  margin: 8px auto;
  border-radius: 100%;
}

.challenge-goal,
.challenge-donors {
  font-weight: 500;
  font-size: 12px;
  color: #636e72;
  padding: 0 2px;
  margin:-6px 0 0;
  text-transform: uppercase;
}

.challenge-goal-number,
.challenge-gift-count {
  font-family: 'Quarto A', 'Quarto B', serif;
  font-weight: 700;
  font-size: 26px;
  color: #13284a;
  padding: 0 2px;
  margin:0;
}

/* Challenge Button */

.btn-challenge,
.btn-challenge a {
  position: relative;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background: #99cdec;
  color: #13284a;
  padding: 8px 18px;
  width: 175px;
  text-align:center;
  margin: 3px 0 0;
  display:inline-block;
  cursor:pointer;
  border-radius:0;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .btn-challenge,
  .btn-challenge a {
    margin: 10px auto;
  width: 95%;
  min-width: 250px;
  }
}

.btn-challenge:hover,
.btn-challenge a:hover {
  background: #89B8D4;
  color: #13284a;
}

a.btn-challenge:before
{
  content: '';
  width: 70%;
  height: 4px;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

a.btn-challenge:after {
  content: '';
  width: 4px;
  height: 70%;
  background: #f0de1b;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

/* Challenge Timer */

.challenge-card .challenge-timer-wrapper {
  margin: 0 0 10px;
  padding: 5px;
  background: #13284a;
  border: 1px solid #dfe6ed;
  font-weight: 800;
  padding: 5px 8px;
  font-size: 15px;
  border-radius: 3px;
  display:flex;
  justify-content: center;
  align-items: center;
  min-width: 210px !important;
  max-width: 210px !important;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
.challenge-card .challenge-timer-wrapper {
  margin: 0 auto 10px;
  /* min-width: 100% !important; */
}
}

.challenge-card .challenge-timer-title {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-right: 7px;
  margin-top: 1px;
  margin-left: 4px;
  letter-spacing: .5;

}

.challenge-card .challenge-timer {
  color: #f0de1b;
}

.challenge-card #timer {
  min-width: 90px;
  color: #99cdec;
  font-weight: 600;
  font-size: 16px;
  display:flex;
  align-items: center;
}

.challenge-card #timer span {
  color: #f0de1b;
  font-weight: 700;
  font-size: 19px;
  margin-right: 2px;
  margin-left: 2px;
}

.challenge-card #timer span:first-child {
  margin-left: 0;
}

/* Leaderboard SU */

/* Sub Menu List */

ul.leaderboard-sub-menu.sub-menu-list {
  display:flex;
  justify-content: center;
  padding: 0px 10px 80px;
}

@media screen and (max-width: 767px) {

  ul.leaderboard-sub-menu.sub-menu-list {
    list-style: none;
    display:flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    /* overflow-x: scroll;
    overflow-y: hidden; */
    padding: 20px 10px 20px;
  }

  ul.sub-menu-list::-webkit-scrollbar {
  display: none;
}
}

.leaderboard-container {
  position:relative;
  padding: 10px 50px 0px;
  margin:0;
  overflow:hidden;
  z-index: 9;
  max-width: 100% !important;
}

.leaderboard-container .row {
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.leaderboard-title {
  display:flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin:0 auto;
  padding: 10px 40px 10px 38px;
  background: #13284a;
  color: #fff;
  font-size: 23px;
  letter-spacing: .25px;
  font-family: 'Quarto A', 'Quarto B', sans-serif;
  font-weight: 800;
  border-radius: 4px;
  margin-bottom: 4px;
}

.leaderboard-title-gifts,
.leaderboard-title-dollars {
  background: #99cdec;
  color: #13284a;
}

.carolina-blue-bg .leaderboard-title-gifts,
.carolina-blue-bg .leaderboard-title-dollars {
  background: #13284a;
  color: #fff;
}

.navy-bg .leaderboard-title {
  background: #99cdec;
  color: #13284a;
}

.leaderboard-amount {
  margin-right: -5px;
}

.leaderboard {
  margin: 0 auto;
  padding: 0;
  display:flex;
  flex-direction: column;
  flex-wrap:wrap;
}

.leaderboard li {
  padding: 5px;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 20px;
  padding: 12px 35px 8px;
  font-weight: 600;
  color: #13284a;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  flex: 1;
}

@media screen and (max-width:767px) {
  .leaderboard li {
    padding: 5px;
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 13px;
    padding: 12px 15px 8px;
    font-weight: 600;
    color: #13284a;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    flex: 1;
  }
}

.leaderboard-item {
  display:flex;
  justify-content: space-between;
  padding: 8px 30px 6px;
  color: #13284a;
  transition: .2s ease-in-out;
}

.leaderboard li {
  position:relative;
  background: #fff;
  margin: 5px auto;
  transition: .25s ease-in-out;
  border-radius: 3px;
}

.leaderboard li:nth-child(even) {
  background: #dfe4ea;
}

.leaderboard-item span.rank {
  color: #a4b0be;
  background:rgba(255,255,255,0.0);
  padding: 0 2px 0 0;
}

.leaderboard-item .count {
  color: #13284a;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin-right: 8px;
}

@media screen and (min-width: 1200px) {
  .leaderboard-item {
    font-size: 18px;
    padding: 10px 30px 0;
    margin: 0;
  }
  .leaderboard-item .count {
    font-size: 24px;
    padding: 0;
    margin-top: -5px;
    margin-right: 2px;
  }
}

/* Leaderboard Show More */

.leaderboard-wrapper {
  height: 765px;
  overflow:hidden;
  margin: 0 0 25px;
}

.leaderboard-wrapper.leaderboard-wrapper-const{
  height: 100%;
  overflow:hidden;
  margin: 0 0 25px;
}

.leaderboard-wrapper.leaderboard-wrapper-gaa{
  height: 100%;
  overflow:hidden;
  margin: 0 0 25px;
}

@media screen and (max-width: 768px) {
  .leaderboard-wrapper {
    height: 750px;
    overflow:hidden;
  }
}

@media screen and (max-width: 767px) {
  .leaderboard-wrapper {
    height: 520px;
    overflow:hidden;
  }
}

.leaderboard-wrapper.active {
  height: 100%;
}

.leaderboard-button {
  color: #fff;
  margin: 40px 0 0;
  text-align:center;
  cursor:pointer;
  z-index: 999;
}

.leaderboard-button div {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.leaderboard-button i.fa-arrow-circle-o-down {
  font-size: 32px;
  margin: 5px 0 0;
  transition: .3s ease-in-out;
}

.leaderboard-button i.fa-arrow-circle-o-down.rotate{
  transform:rotate(180deg);
  transition: .3s ease-in-out;
}

@media screen and (max-width:768px) {
  .leaderboard-container {
    position:relative;
    padding:0;
    margin:0;
    overflow:hidden;
    z-index: 9;
  }

  .leaderboard-item,
  .leaderboard-item .count {
    font-size: 15px;
  }

  .leaderboard-title {
    font-size: 20px;
  }

  .leaderboard-amount {
    margin-right: -10px;
  }

  .leaderboard-button div {
    font-size: 12px;
  }
}

@media screen and (min-width:321px) and (max-width:767px) {
  .leaderboard-container {
    position:relative;
    padding: 0;
    margin:0;
    overflow:hidden;
    z-index: 9;
  }

  .leaderboard-item {
    padding: 2px 3px;
    font-size: 10px;
  }
  .leaderboard-item .count {
    font-size: 12px;
  }

  .leaderboard-title {
    font-size: 12px;
    padding: 5px 10px;
  }

  .leaderboard-amount {
    margin-right: 0px;
  }

  .leaderboard-button div {
    font-size: 12px;
  }
  .leaderboard-button div {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .leaderboard-button i.fa-arrow-circle-o-down {
    font-size: 24px;
    margin: 5px 0 0;
    transition: .3s ease-in-out;
  }
}

@media screen and (max-width:320px) {
  .leaderboard-item {
    padding: 2px 3px;
    font-size: 8px;
  }
  .leaderboard-item .count {
    font-size: 9px;
  }

  .leaderboard-item span.rank {
    padding: 0 1px 0 0;
  }

  .leaderboard-title {
    font-size: 11.5px;
    padding: 5px 15px;
  }

  .leaderboard-amount {
    margin-right: 0px;
  }

  .leaderboard-button div {
    font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .leaderboard-button i.fa-arrow-circle-o-down {
    font-size: 20px;
    margin: 5px 0 0;
    transition: .3s ease-in-out;
  }
}

.leaderboard-rank {
  flex: 1;
  margin-right: 10px;
  color: #a4b0be;
}

.leaderboard-name {
  flex: 40;
}

.leaderboard-count {
  font-size: 24px;
  font-weight: 700;
  margin-top: -3px;
}

@media screen and (max-width:767px) {
  .leaderboard-title {
    display:flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1000px;
    margin:0 auto;
    padding: 5px 12px 5px 30px;
  }

  .leaderboard-rank {
    flex: 1;
    margin-right: 8px;
    font-size: 10px;
    color: #a4b0be;
  }

  .leaderboard-name {
    flex: 40;
    font-size: 10px;
  }

  .leaderboard-count {
    font-size: 13px;
    font-weight: 700;
    margin-top: -3px;
  }
}

ul.event-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.event-list-item {
  width: 100%;
  background: #fff;
  margin: 10px 0;
  padding: 0;
}

@media screen and (min-width:1024px) {
  .event-list-item {
   width: 32%;
 }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .event-list-item {
   width: 48.5%;
 }
}

.event-list-item-content {
  padding: 20px 20px 30px;
}

.event-list-item h4 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #13284a;
  text-align: left;
}

.event-list-item .event-info {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #576574;
  text-align: left;
}

.btn-event {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #13284a;
  background: #99cdec;
  padding: 8px 16px;
  transition: .3s ease;
}

.btn-event:hover {
  color: #fff;
  background: #13284a;
  transition: .3s ease;
}

.versus-wrapper {
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

@media screen and (max-width:767px) {
  .versus-wrapper {
    flex-direction: column;
  }
}

.versus-card {
  background-color: #fff;
  flex: 2;
}

.versus-vs {
  font-size: 100px;
  text-transform: uppercase;
  flex: 1;
  margin-top: -80px;
  text-align:center;
}

@media screen and (max-width:767px) {
  .versus-vs {
      margin-top: 0px;
      font-size: 70px;
  }
}

.white-bg .versus-vs,
.light-gray-bg .versus-vs,
.navy-bg .versus-vs {
  color: #99cdec;
}

.carolina-blue-bg .versus-vs {
  color: #fff;
}

.versus-card-content {
  padding: 20px;
}

.versus-card-content h4 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  color: #13284a;
  text-align: center;
}

@media screen and (max-width:767px) {
  .versus-card-content h4 {
    font-size: 20px;
  }
}

.versus-data {
  padding-top: 10px;
  text-align:center;
  /* background: #ecf0f1; */
}

.versus-data .donors,
.versus-data .raised {
  text-align:center;
  /*display:flex;
   justify-content: center;
  align-items: flex-end; */
  /* background: #ecf0f1; */
}

.versus-data .donors.hide,
.versus-data .raised.hide {
  display:none;
}

.versus-data .donors-title,
.versus-data .raised-title {
  /* flex: 1;
  text-align:right; */
  margin-bottom: -10px;
  font-size: 16px;
  color: #576574;
}

.versus-data .donors-total,
.versus-data .total-raised {
    font-size: 36px;
    color: #13284a;
    font-weight: 700;
    /* text-align:left;
    padding-left: 10px; */
}

@media screen and (max-width:1024px) {
  .versus-data .donors-total,
  .versus-data .total-raised {
      font-size: 30px;
      color: #13284a;
      font-weight: 700;
      /* text-align:left;
      padding-left: 10px; */
  }
}

.department-search-results {
  display:none;
}

.slick-wrapper {
  width: 90%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 20px;
}

.slick-list {
  margin-left: -4px;
}

a.slick-item {
  border: 0px solid #4b4b4b;
  font-size: 18px;
  font-weight: 600;
  color: #13284a;
  padding: 8px;
  border-radius: 5px;
  /* min-width: 250px; */
  display:inline-block;
}

.slick-item-inner {
  position: relative;
  padding: 20px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.4); */
  border-radius: 4px;
  background: #13284a;
  color: #fff;
  display:flex;
  justify-content: center;
  text-align: center;
  height: 115px;
  /* width: 100%; */
  max-width: 300px;
  transition: .2s ease-in-out;
}

.slick-item-inner:hover {
  box-shadow: 0 0px 8px rgba(0,0,0,0.4), 0 4px 8px rgba(0,0,0,0.4);
}

.slick-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  font-size: 16px;
}

.slick-right {
 position: absolute;
 top: 39%;
 right: -30px;
 font-size: 32px;
 border-radius: 50%;
 border: none;
 color: #636e72;
 transition: .3s ease-in-out;
 cursor:pointer;
}

.slick-right:hover {
 color: #13284a;
}

.slick-left {
 position: absolute;
 font-size: 32px;
 z-index: 1 !important;
 top: 39%;
 left: -30px;
 border: none;
 z-index: 9999;
 color: #636e72;
 cursor:pointer;
 text-transform: uppercase;
 transition: .3s ease-in-out;
}

.slick-left:hover {
 color: #13284a;
}

.slick-dots {
 display:flex;
 justify-content: center;
 margin: 15px 0 0 -40px;
}

.slick-dots li {
   height: 12px;
   width: 12px;
   margin: 0 5px;
   background: lightgray;
   border-radius: 50px;
   display: inline-block;
   cursor:pointer;
   /* box-shadow:0px 0px 4px gray inset; */
}

.slick-dots li button {
  font-size: 0;
  border: 0;
  background:none;
}

.slick-dots li.slick-active {
   background-color: #99cdec;
}

.designation-spacer li {
 margin: 15px;
}

@media screen and (min-width:1024px) and (max-width: 1199px) {
  .slick-title {
    font-size: 16px;
  }
}

@media screen and (min-width:991px) and (max-width: 1023px) {
  .slick-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .slick-title {
    font-size: 12px;
  }

  .slick-right {
   position: absolute;
   top: 45%;
   right: -8px;
   font-size: 22px;
   border-radius: 50%;
   border: none;
   color: #636e72;
   transition: .3s ease-in-out;
   cursor:pointer;
 }

 .slick-left {
   position: absolute;
   font-size: 22px;
   top: 45%;
   left: -8px;
   border: none;
   z-index: 9999;
   color: #636e72;
   cursor:pointer;
   text-transform: uppercase;
   transition: .3s ease-in-out;
 }

 .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 3px;
    background: lightgray;
    border-radius: 50px;
    display: inline-block;
    cursor:pointer;
    /* box-shadow:0px 0px 4px gray inset; */
 }
}

.department-search-results {
  display:flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  max-width: 87.5%;
  margin: auto;
}

a.slick-item
.department-item {
  width: 20%;
}

a.slick-item {
  width: 19.5%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  a.slick-item,
  .department-item {
    width: 33%;
  }

  a.slick-item {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  a.slick-item,
  .department-item {
    width: 50%;
  }

  a.slick-item {
    width: 49%;
  }
}

.catalog-container {
  margin: 0 auto;
  width: 100%;
}

/* Initiatives */

.initiatives-grid {
 display:flex;
 justify-content:center;
 flex-wrap: wrap;
}

#initiative-item {
  width: 25%;
  padding: 0 8px;
  text-align:center;
  cursor: pointer;
}

@media screen and (min-width:576px) and (max-width: 1200px) {
  #initiative-item {
    width: 50%;
    padding: 8px;
  }
}

@media screen and (max-width: 575px) {
  #initiative-item {
    width: 100%;
    padding: 8px 0;
  }
}

.gift-thumbnail {
  box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
  background: #fff;
  /* padding-bottom: 10px; */
  transition: .3s ease-in-out;
  /* min-height: 100%; */
}

.gift-thumbnail:hover {
  box-shadow: 0 0px 10px rgb(0 0 0 / 40%), 0 4px 10px rgb(0 0 0 / 40%);
}

/* .gift-thumbnail-image {
  height: 100%;
} */

/* .gift-thumbnail {
  min-height: 425px;
} */

#initiative-item .gift-thumbnail h3 {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
  color: #13284a;
  text-align:center;
  padding: 0 5px 20px;
  /* min-height: 45px; */
}

@media screen and (max-width:1366px) {
  #initiative-item .gift-thumbnail h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 990px) {
 .catalog-title {
  background: #f4f4f4;
}
.catalog-row {
  max-width: 1920px;
  margin: 0 auto;
}

.catalog-description p {
  font-size: 18px;
  color: #636e72;
  text-align:center;
  margin: -22px 50px 40px;
  list-style:none;
}
}

@media screen and (max-width: 767px) {
   .catalog-title {
    font-size: 26px;
  }

  .catalog-description p {
    font-size: 15px;
    color: #636e72;
    text-align:center;
    margin: -10px 20px 40px;
    list-style:none;
  }
}

@media screen and (max-width: 375px) {
.catalog-title {
    font-size: 26px;
    background: #f4f4f4;

  }
}

.catalog-row {
  max-width: 1920px;
  margin: 0 auto;
}

/* The Modal (background) */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 99999;
}

/* Modal Content/Box */

.modal-content {
  background: rgba(255,255,255,0.0);
  max-width: 1270px;
  margin: 6% auto;
  height: 80%;
  min-height: 552px;
  max-height: 560px;
  display:flex;
  justify-content: center;
  text-align:left;
}

.modal-thumbnail {
  /* width: 55%; */
  flex: 1;
}

@media screen and (min-width:1200px) {
  .modal-thumbnail {
    overflow: hidden;
  }
}

.modal-thumbnail img{
  min-width: 100%;
  height: auto;
}

.modal-text {
  flex: 1;
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  background-color: #fff;
}

.modal-text h2 {
  color: #13284a;
  font-family: 'Quarto A', 'Quarto B', serif;
  font-weight: 700;
  font-size: 40px;
  margin: 15px 0;
}

.modal-text p {
  color: #636e72;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 10px;
}

.modal-explore i {
  color: #99cdec;
  transition: .2s ease;
}

.modal-text .modal-explore {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 0);
  margin-top: 40px;
  color: #b2bec3;
  font-size: 13px;
  font-weight: 600;
}

.modal-explore span {
  padding-left: 6px;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.modal-explore span:hover {
  padding-left: 12px;
  color: #99cdec;
}

/* The Close Button */

.close {
  position: absolute;
  top:5px;
  right: 15px;
  font-size: 36px;
  color: #13284a;
  float: right;
  font-weight: bold;
  z-index: 99999;
  opacity: .5;
  transition: .2s ease;
}

.close:hover,
.close:focus {
  color: #99cdec;
  opacity: .9;
  text-decoration: none;
  cursor: pointer;
}

.btn-school.btn-gift {
  font-size: 14px;
  padding: 8px 15px;
  background: #99cdec;
  color: #13284a;
  letter-spacing: 1.25px;
  margin-top: 8px;
  transition: .3s ease-in-out;
}

.btn-school.btn-gift:hover,
.btn-school.btn-gift:active,
.btn-school.btn-gift:focus {
  background: #13284a;
  color: #99cdec;
}

.gift-price-btn {
  display:inline;
  padding: 0 2px;
}

.gift-price-btn span {
  padding-right: 5px;
}

.gift-price-btn i {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .modal {
    margin: 0 auto;
    padding: 40% 0 30%;
  }
  .modal-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    /* height: 100% !important; */
    width: 90%;
  }
  .modal-text {
    padding: 20px 60px;
    min-height: 100%;
  }
  .modal-text h2 {
    color: #13284a;
    font-family: 'Quarto A', 'Quarto B', serif;
    font-weight: 700;
    font-size: 32px;
    margin: 40px 0 10px;
  }

  .modal-text p {
    color: #636e72;
    font-size: 15px;
    font-weight: 400;
    /* margin: 5px 0 20px; */
  }
  .modal-thumbnail {
    width: 100%;
  }
  .modal-thumbnail img {
    width: 100%;
  }
  .modal-text .modal-explore {
    margin: 0 auto;
    text-align:center;
    width: 100%;
    margin: 8px 0;
    color: #b2bec3;
    font-size: 13px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    margin: 0 auto;
    padding: 42% 0 42%;
  }

  .modal-text {
    padding: 10px 30px;
    height: 100%;
  }
  .modal-text h2 {
    color: #13284a;
    font-family: 'Quarto A', 'Quarto B', serif;
    font-weight: 700;
    font-size: 24px;
    margin: 40px 0 10px;
  }

  .modal-text p {
    color: #636e72;
    font-size: 13px;
    font-weight: 400;
    /* margin: 5px 0 20px; */
  }

  .modal-explore i {
    color: #99cdec;
    transition: .2s ease;
  }

  .modal-text .modal-explore {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    margin-top: 50px;
    color: #b2bec3;
    font-size: 10px;
    font-weight: 700;

  }
  .btn-school.btn-gift {
    font-size: 12px;
    padding: 10px 5px;
    margin-bottom: 60px;
    background: #99cdec;
    color: #13284a;
    letter-spacing: 1.25px;
    transition: .3s ease-in-out;
  }
}

@media screen and (max-width:320px) {
  .modal-text h2 {
    color: #13284a;
    font-family: 'Quarto A', 'Quarto B', serif;
    font-weight: 700;
    font-size: 19px;
    margin: 40px 0 10px;
  }

  .modal-text p {
    color: #636e72;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    /* margin: 5px 0 20px; */
  }
}

#map-wrapper {
  display:flex;
  justify-content: center;
}

#container {
  flex: 2;
  /* border: 1px solid red; */
  height: 600px;
  margin: 0 auto;
  padding: 0 30px 0 0;
}

.highcharts-root {
   transform: scale(1.05);
}

.highcharts-background {
  background: rgb(255,255,255,0);
  fill: rgb(255,255,255,0);
}

.highcharts-subtitle {
  font-style:italic;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 13px;
}

@media screen and (min-width:768px) {
  #table-div {
    max-width: 320px;
  }
}

#table-div {
  margin: 10px auto;
  min-width: 300px;
  height: 390px;
  overflow: hidden;
}

#data {
  width: 100%;
}

.map-flex {
  padding: 0 10px;
}

.map-flex:nth-child(2) {
  padding: 0;
  /* min-width: 320px; */
  /* background: #fff; */
}

.gifts-map-heading {
  font-size: 19px;
  text-align: center;
  font-family: 'Quarto A', 'Quarto B', serif;
  color: #13284a;
  font-weight: 800;
  background: #99cdec;
  border-radius: 4px;
  letter-spacing: .25px;
  padding: 5px;
  margin: 0 0 10px;
}

#data tr {
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-weight: 600;
}

#data td:first-child {
  color: #a4b0be;
  padding: 0 8px;
}

#data td:nth-child(2) {
  color: #13284a;
  font-size: 17px;
}

#data td:nth-child(3) {
  color: #13284a;
  font-size: 19px;
  font-weight: 800;
  padding: 0 8px;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .highcharts-root {
     transform: scale(1.00);
  }

  #table-div {
    padding: 20px 0 0;
  }

  #data td:nth-child(2) {
    font-size: 16px;
  }

  #data td:nth-child(3) {
    font-size: 18px;
  }

}

@media screen and (max-width: 767px) {
  .highcharts-root {
     transform: scale(1.00);
     max-height: 500px;
  }

  #container {
    max-height: 400px;
    margin-top: -10px;
    margin-right: 0px;
  }

  #data {
    width: 100%;
  }

  .highcharts-subtitle {
    text-indent: -9999px;
    line-height: 0;
    font-size: 12px;
  }

  .highcharts-subtitle::after {
    content: "click states to view gift totals";
    text-indent: 0;
    display: block;
    line-height: initial;
  }

  .highcharts-map-series {
    transform: translate(8px, 15%);
  }

  .gifts-map-heading {
    font-size: 16px;
  }

  #map-wrapper {
    flex-direction: column;
  }

  #table-div {
    padding: 20px 0 0;
    max-height: 310px;
    overflow:hidden;
  }
  #data td:nth-child(1) {
    padding: 0 2px 0 8px;
    font-size: 12px;
  }

  #data td:nth-child(2) {
    font-size: 12px;
  }

  #data td:nth-child(3) {
    font-size: 14px;
  }

  .map-flex {
    width: 90%;
  }
}

ul#leaderboard-decades {
  margin: 0;
  padding: 0;
}

.leaderboard-wrapper.leaderboard-wrapper-decades {
  height: 100%;
  /* min-height: 300px; */
  /* max-width:1100px; */
  margin: 0 auto;
  padding: 0 0 25px;
}

.leaderboard-title-decades {
  padding: 10px 55px 10px 50px;
}

@media screen and (min-width:768px) and (max-width: 1199px) {
  .leaderboard-title-decades {
    padding: 10px 62px 10px 50px;
  }
}

@media screen and (max-width:767px) {
  .leaderboard-title-decades {
    padding: 10px 33px 10px 25px;
    font-size: 15px;
  }
}

.leaderboard-item-decade {
  display:flex;
  justify-content: flex-start;
}

.leaderboard-no-link li {
  padding: 5px;
  font-family: 'Ideal Sans A', 'Ideal Sans B', sans-serif;
  font-size: 23px;
  padding: 12px 50px 8px;
  font-weight: 600;
  color: #13284a;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  flex: 1;
}

@media screen and (max-width:767px) {
  .leaderboard-no-link li {
    font-size: 18px;
    padding: 10px 25px 5px;
    font-weight: 600;
    color: #13284a;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    flex: 1;
  }
}

.leaderboard-item-no-link {
  display:flex;
  justify-content: space-between;
  padding: 8px 35px 6px;
  color: #13284a;
  transition: .2s ease-in-out;
}

.leaderboard-no-link li {
  position:relative;
  background: #fff;
  margin: 5px auto;
  transition: .25s ease-in-out;
  border-radius: 3px;
}

.leaderboard-no-link li:nth-child(even) {
  background: #dfe4ea;
}

.decade-rank {
  flex: 1;
  margin-right: 10px;
  color: #a4b0be;
}

.decade {
  flex: 40;
}

.decade-count.count {
  font-size: 28px;
}

@media screen and (max-width:767px) {
  .decade-count.count {
    font-size: 20px;
  }
}

/* Recent Donors Container */

.recent-donors-container {
  display:flex;
  margin: 0;
  overflow:hidden;
  max-width: 100%;
}

.recent-donors-row {
  background: #99cdec;
  height: 40px;
  /* width: 100%; */
  margin: 0 -15px 0 0;
  overflow:hidden;
}

.recent-donors-title {
  width: 350px;
  text-align:center;
  white-space: nowrap;
  color: #99cdec;
  background: #13284a;
  line-height: 40px;
  padding: 0 30px;
  margin-left: -15px;
  font-weight: 600;
  font-size: 16px;
}

.white-bg .recent-donors-row {
  background: #fff;
}

.white-bg .recent-donors-title {
  color: #13284a;
  background: #ecf0f1;
}

.light-gray-bg .recent-donors-row {
  background: #f8f8f8;
}

.light-gray-bg .recent-donors-title {
  color: #13284a;
  background: #99cdec;
}

.carolina-blue-bg .recent-donors-row {
  background: #99cdec;
}

.carolina-blue-bg .recent-donors-title {
  color: #99cdec;
  background: #13284a;
}

.navy-bg .recent-donors-row {
  background: #13284a;
  color: #99cdec;
}

.navy-bg .recent-donors-title {
  color: #13284a;
  background: #99cdec;
}

ul.donor-list {
  display:flex;
  justify-content: center;
  align-items: center;
  list-style:none;
}

.single-school-unit .recent-donors-row {
  width: 100%;
  /* border: 1px solid red; */
}

.donor-list li {
  line-height:40px;
  white-space: nowrap;
  color: #13284a;
  font-size: 15px;
  font-weight: 600;
  padding: 0 40px;
}

.navy-bg .donor-list li {
  color: #99cdec;
}

ul.donor-list.list-one {
  -webkit-animation:
    scroll 45s infinite linear;
          animation:
    scroll 45s infinite linear;
}

@-webkit-keyframes scroll {
  from { transform: translateX(60%); }
  to { transform: translateX(-140%); }
}

@keyframes scroll {
  from { transform: translateX(60%); }
  to { transform: translateX(-140%); }
}

@media screen and (min-width:1200px) {
  @-webkit-keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-60%); }
  }
  @keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-60%); }
  }
}

@media screen and (max-width:768px) {
  .recent-donors-row {
    height: 35px;
  }
  .recent-donors-title {
    line-height: 35px;
    padding: 0 35px;
    font-size: 12px;
  }

  .donor-list li {
    line-height:35px;
    font-size: 12px;
    padding: 0 20px;
  }

  ul.donor-list {
    -webkit-animation:
      scroll 20s infinite linear;
            animation:
      scroll 20s infinite linear;
  }

  @-webkit-keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }

  @keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }
}

@media screen and (max-width:767px) {
  .recent-donors-row {
    height: 35px;
    width: 100%;
  }
  .recent-donors-title {
    width: 150px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
  }

  .donor-list li {
    line-height:35px;
    font-size: 12px;
    padding: 0 20px;
  }

  ul.donor-list {
    -webkit-animation:
      scroll 20s infinite linear;
            animation:
      scroll 20s infinite linear;
  }

  @-webkit-keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }

  @keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }
}

/* Recent Donors Container */

.donors-overall-container {
  display:flex;
  margin: 0;
  overflow:hidden;
  max-width: 100%;
}

.donors-overall-row {
  background: #99cdec;
  height: 40px;
  /* width: 100%; */
  margin: 0 -15px 0 0;
  overflow:hidden;
}

.donors-overall-title {
  width: 350px;
  text-align:center;
  white-space: nowrap;
  color: #99cdec;
  background: #13284a;
  line-height: 40px;
  padding: 0 30px;
  margin-left: -15px;
  font-weight: 600;
  font-size: 16px;
}

.white-bg .donors-overall-row {
  background: #fff;
}

.white-bg .donors-overall-title {
  color: #13284a;
  background: #ecf0f1;
}

.light-gray-bg .donors-overall-row {
  background: #f8f8f8;
}

.light-gray-bg .donors-overall-title {
  color: #13284a;
  background: #99cdec;
}

.carolina-blue-bg .donors-overall-row {
  background: #99cdec;
}

.carolina-blue-bg .donors-overall-title {
  color: #99cdec;
  background: #13284a;
}

.navy-bg .donors-overall-row {
  background: #13284a;
  color: #99cdec;
}

.navy-bg .donors-overall-title {
  color: #13284a;
  background: #99cdec;
}

ul.donor-list {
  display:flex;
  justify-content: center;
  align-items: center;
  list-style:none;
}

.donor-list li {
  line-height:40px;
  white-space: nowrap;
  color: #13284a;
  font-size: 15px;
  font-weight: 600;
  padding: 0 40px;
}

.navy-bg .donor-list li {
  color: #99cdec;
}

ul.donor-list.list-one {
  -webkit-animation:
    scroll 45s infinite linear;
          animation:
    scroll 45s infinite linear;
}

@keyframes scroll {
  from { transform: translateX(60%); }
  to { transform: translateX(-140%); }
}

@media screen and (min-width:1200px) {
  @-webkit-keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-60%); }
  }
  @keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-60%); }
  }
}

@media screen and (max-width:768px) {
  .donors-overall-row {
    height: 35px;
  }
  .donors-overall-title {
    line-height: 35px;
    padding: 0 35px;
    font-size: 12px;
  }

  .donor-list li {
    line-height:35px;
    font-size: 12px;
    padding: 0 20px;
  }

  ul.donor-list {
    -webkit-animation:
      scroll 20s infinite linear;
            animation:
      scroll 20s infinite linear;
  }

  @-webkit-keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }

  @keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }
}

@media screen and (max-width:767px) {
  .donors-overall-row {
    height: 35px;
    width: 100%;
  }
  .donors-overall-title {
    width: 150px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
  }

  .donor-list li {
    line-height:35px;
    font-size: 12px;
    padding: 0 20px;
  }

  ul.donor-list {
    -webkit-animation:
      scroll 20s infinite linear;
            animation:
      scroll 20s infinite linear;
  }

  @-webkit-keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }

  @keyframes scroll {
    from { transform: translateX(60%); }
    to { transform: translateX(-140%); }
  }
}
